@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=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-weight: 400;
  font-style: normal;
  letter-spacing: 1.3px;

}

h2 {

	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-weight: 400;
  font-style: normal;
  letter-spacing: 1.3px;

}

html,

body {

	font-weight: 400;

	font-style: normal;

	  font-family: "Open Sans", sans-serif;font-optical-sizing: auto;font-weight: <weight>;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================================================== */

body.light {

	color: #4b566b !important;

	background: #fff;

	padding-right: 0 !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 20px;
	 font-size: 18px;
}



.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-bottom: 8px;

}



/*.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: 28px;

	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(13px + .1vw);

	margin-bottom: 5px;

}



.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: transparent;

}



.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: 'Varela Round';
    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;

}



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;

}



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: 13px;

	border-radius: 7px;

/*	text-transform: capitalize;*/

}



.contacts_area .form-control {

	border-radius: 0;

}



.form_fields .form-group {

	width: 49.4%;

	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: 13px;

	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: 40px;

	width: 40px;

	flex: 0 0 40px;

	background: #e8f9ff;

	color: #00a0e3;

	text-align: center;

	font-size: 20px;

	line-height: 40px;

	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: 20px;

	border: 1px solid #f2f2f2;

}



.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: 19px 0;

	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-radius: 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;*/

}



.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: right;

}



/*----------------------------------------------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:14.2%;
}
.topCategory1 {
	display: flex;
	flex-wrap: wrap;
}
.topCategory1 a.items {
/*	width:120px;*/
	margin: 0 5px 0 0 ;
}
.catTop {
	height: 90px;

	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 solid #f2f2f2;

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

}



.pwaContent {

	display: flex;

	flex-direction: row;

	justify-content: center;

	text-align: left;

}



.pwaContent img {

	width: 100px;

	height: 100px;

	margin-right: 10px;

}



.pwaContent h4 {

	font-size: 17px;
	font-family: 'Varela Round', sans-serif;
    letter-spacing: normal;

}



a.pwaClose {

	position: absolute;

	top: 2px;

	right: 6px;

	color: red;

}



.veg_type.style2 {

	position: absolute;

	right: 50%;

	bottom: 10px;

	transform: translateX(50%);

	text-shadow: 0 0 5px #fff;

}



.arrowsection a {

	color: #777;

	font-size: 18px;

	margin: 6px 2px;

	padding: 2px 7px;

	box-shadow: 0 0 5px #eee;

}



.arrowsection {

	display: flex;

	justify-content: flex-end;

}



/*.topCategory::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 2px #fff;background-color: #777!important;cursor: pointer;}.topCategory::-webkit-scrollbar {width: 2px;background-color: #fff;height: 5px;cursor: pointer;}.topCategory::-webkit-scrollbar-thumb {background: #f9f9f9;cursor: pointer;}*/

.topCategory::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px #eee;

	background-color: #F5F5F5;

}



.topCategory::-webkit-scrollbar {

	height: 6px;

	background-color: #F5F5F5;

	cursor: pointer;

}



.topCategory::-webkit-scrollbar-thumb {

	background-color: #ddd;

}



.itemPrice_area.i_small::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px #eee;

	background-color: #F5F5F5;

}



.itemPrice_area.i_small::-webkit-scrollbar {

	height: 6px;

	background-color: #F5F5F5;

	cursor: pointer;

}



.itemPrice_area.i_small::-webkit-scrollbar-thumb {

	background-color: #ddd;

}



.gmapLink {

	display: flex;

	align-items: center;

	position: relative;

}



.gmapLink i {

	font-size: 23px;

	position: absolute;

	right: 0;

	cursor: pointer;

	padding: 10px;

	color: #777;

}



.couponArea {

	display: block;

	padding: 11px 10px;

	border: 1px solid #f9f9f9;

	width: 100%;

	/*margin-bottom: 9px;*/

}



.couponArea>a {

	font-size: 16px;

	font-weight: bold;

}



.loading::before {

	content: "\f110";

	font-family: FontAwesome;

	position: absolute;

	n: load8 1.1s infinite linear;

	right: 9px;

	font-size: 21px;

	top: 6px;

	z-index: 99;

	color: red;

	-webkit-animation: load8 1.1s infinite linear;

	animation: load8 1.1s infinite linear;

}



@-webkit-keyframes load8 {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



@keyframes load8 {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



.showNotfoundMsg {

	min-height: 100px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-weight: bold;

	color: red;

}



p.tax_status {

	color: #777;

	font-size: 11px !important;

}



h4.change-amount {

	font-size: 15px;

	color: tomato;

}



.newPriceLayout {

	display: flex;

	flex-flow: row wrap;

	align-items: stretch;

}



.card-body.NewPricCard {

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: space-between;

}



.pricing_3 .card,

.pricing_3 .princing-item {

	width: 23%;

	margin: 7px;

}



.princing-item {

	width: 31%;

	margin: 10px;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: space-between;

	border-radius: 20px;

	margin-bottom: 30px;

}



.priceTopCard {

	width: 100%;

}



.priceCardFooter {

	width: 100%;

	padding: 0 20px 20px;

}



.pickupTimeSlots.null {

	min-height: 108px;

	display: flex;

	align-items: center;

	justify-content: center;

	color: green;

}



.callWaiterButton.sm {

	display: none;

}



.callWaiterButton {

	position: absolute;

	top: 7px;

	right: 20px;

	height: 50px;

	width: 50px;

	background: #fff;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 50%;

	box-shadow: 0 0 5px #ddd;

	font-size: 22px;

	z-index: 99;

}



.callWaiterButton i {

	color: #000;

}



@media only screen and (max-width: 600px) {

	.callWaiterButton.sm {

		display: inherit;

	}



	.cRLSYG {

		bottom: 42px !important;

	}

}



/*----------------------------------------------loader Green----------------------------------------------*/

@keyframes ldio-mp4zm9ojapo {

	0% {

		transform: translate(-50%, -50%) rotate(0deg);

	}



	100% {

		transform: translate(-50%, -50%) rotate(360deg);

	}

}



.loader_green .ldio-mp4zm9ojapo div {

	border: 8px solid #77D970;

	border-top-color: transparent;

}



.loader_gray .ldio-mp4zm9ojapo div {

	border: 8px solid #777;

	border-top-color: transparent;

}



.ldio-mp4zm9ojapo div {

	position: absolute;

	width: 38px;

	height: 38px;

	border: 8px solid #18ff65;

	border-top-color: transparent;

	border-radius: 50%;

}



.ldio-mp4zm9ojapo div {

	animation: ldio-mp4zm9ojapo 0.78125s linear infinite;

	top: 50px;

	left: 50px

}



.loadingio-spinner-rolling-bmobyy7r0gw {

	width: 44px;

	height: 44px;

	display: inline-block;

	overflow: hidden;

	background: none;

}



.ldio-mp4zm9ojapo {

	width: 100%;

	height: 100%;

	position: relative;

	transform: translateZ(0) scale(0.44);

	backface-visibility: hidden;

	transform-origin: 0 0;

	/* see note above */

}



.ldio-mp4zm9ojapo div {

	box-sizing: content-box;

}



.pickupMsg {

	font-size: 14px;

	font-weight: normal;

	color: blueviolet;

	text-transform: inherit;

}



.null {

	min-height: 80px;

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 40px;

}



.roomNumbers {

	margin-top: 19px;

}



.roomNumbers label.single_slots {

	padding: 5px 19px;

}



div.eapps-widget {

	position: absolute !important;

	overflow: hidden;

}



.newBanner {

	position: relative;

}



.userHomebanner_wrapper {

	width: 100%;

}



.homeBanner_left {

	padding: 0;

	background-color: rgba(0, 0, 0, 0.3);

}



.homeBanner_Service {

	width: 30%;

}



.recentDetails ul {

	display: flex;

	flex-direction: column;

}



.recentDetails ul li span:last-child {

	font-weight: bold;

	margin-right: 14px;

}



.mergeArealist {

	background: #f8f8f8;

	margin-top: 10px;

	padding: 10px;

}



.previousOrderDetails {

	margin-left: 26px;

}



.startRating.orderlistRating {

	justify-content: flex-start;

}



.digitalPaymentText {

	font-size: .85rem;

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

	padding: 1px 10px;

	border-radius: .21rem;

	box-shadow: 0 0 5px #eee;

}



.custom_fields {

	display: flex;

	align-items: center;

	flex-direction: row;

}



.searchArea {

	display: flex;

	align-items: center;

	justify-content: flex-end;

	padding-right: 10px;

	margin-bottom: 5px;

}



.custom_fields select {

	width: 7rem;

}



.custom_fields select:first-child {

	margin-right: 5px;

}



.gmapLink i {

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

}



.couponFields {

	display: flex;

	width: 100%;

	position: relative;

}



a.text-danger.couponClose {

	position: absolute;

	right: 13px;

	top: 50%;

	transform: translateY(-50%);

	padding: 5px;

}



.guestLoginArea {

	border: 1px solid #f9f9f9;

	padding: .5rem;

	margin-bottom: 1rem;

	background: #f9f9f9;

}



.or {

	display: flex;

	align-items: center;

	justify-content: center;

	margin: 1rem 0;

	position: relative;

	gap: 8px;

	font-weight: bold;

	font-style: italic;

}



.or::before {

	content: "";

	height: 3px;

	width: 50%;

	left: 0;

	background: #eee !important;

}



.or::after {

	content: "";

	height: 3px;

	width: 50%;

	right: 0;

	background: #eee !important;

}



.pointerEvent {

	pointer-events: none;

	appearance: none;

}



/*----------------------------------------------tips----------------------------------------------*/

.tipsArea {

	display: flex;

	flex-direction: column;

	width: 100%;

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

}



.tipsHeader ul {

	display: flex;

	width: 100%;

	justify-content: space-evenly;

	align-items: center;

	padding: 0;

	margin: 0;

	border: 1px solid #ddd;

	border-radius: .4rem;

	flex-wrap: nowrap;

	overflow-x: auto;

}



.tipsHeader ul li {

	width: 100%;

	border-right: 1px solid #ddd;

	text-align: center;

}



.tipsHeader ul li:last-child {

	border: 0;

}



.tipsHeader * {

	font-size: .91rem;

}



.tipsHeader button {

	padding: 2px .5rem;

	background: rgba(106, 116, 123, .7) !important;

	color: #fff;

}



.tipsHeader button:hover {

	color: #fff;

	background: rgba(106, 116, 123, 1) !important;

}



.tipsfields {

	display: flex;

	margin-top: 9px;

}



.tipsfields input {

	border-radius: 5px 0 0 5px !important;

	flex: 1;

}



.tipsfields button {

	border-radius: 0 5px 5px 0;

}



.tipsHeader ul li span {

	font-size: 1rem;

	font-weight: 500;

}



.tipsHeader ul li p {

	padding: 0;

	margin: 0;

	font-size: 0.85rem;

}



.tipsHeader ul li label [type="radio"] {

	display: none;

}



.tipsHeader ul li label {

	display: block;

	width: 100%;

	height: 100%;

	margin: 0;

	cursor: pointer;

	padding: 0.4rem;

}



.tipsSection {

	margin: 1rem 0;

}



.tipsArea>p {

	margin-left: 5px;

	margin-bottom: 6px;

	font-weight: 500;

}



.tipsHeader ul li label:hover {

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

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

}



.left_footer p.address {

	display: flex;

	/*  align-items: center;*/

	justify-content: center;

	padding: 0;

	margin: 0;

}



.left_footer p.address a {

	padding: 0;

	margin: 0;

	color: #777;

	text-transform: capitalize;

}



.checkoutBtnList {

	display: flex;

	flex-direction: column;

	align-items: normal;

	width: 100%;

}



.checkoutBtnList>label {

	display: flex;

	align-items: center;

	margin-bottom: 15px;

	font-weight: 500;

	flex-wrap: wrap;

}



.checkoutBtnList>label>a {

	margin: 0 5px;

}



.checkIcon {

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

}



.add-to-2:before,

.add-to:before {

	content: "";

	position: absolute;

	width: 100%;

	top: 0px;

	left: 0;

	height: 100%;

	z-index: 10000;

	backdrop-filter: brightness(90%) contrast(50%) grayscale(10%) blur(5px);

	overflow-y: hidden;

	background-attachment: fixed;

}



.prevent-image .itemDetailsLeft {

	padding-left: 10px;

}



.singleCatItem.prevent-image {

	height: 70px;

	min-height: auto;

	padding: 0;

}



.packgeImages {

	width: 47%;

	aspect-ratio: 16/9;

	object-fit: scale-down;

	margin: 0 auto;

	margin-bottom: 24px;

	box-shadow: 0 0 5px;

}



.conflictArea {

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

}



.conflictArea h4 {

	font-size: 20px;

	margin-bottom: 12px;

}



.gt_switcher_wrapper {

	position: absolute !important;

	margin-right: 5px;

	top: -18px !important;

}



.gt_container--hich1m .gt_switcher a img {

	height: 28px !important;

	width: 28px !important;

}



.gt_container--hich1m .gt_switcher a {

	font-size: 11pt !important;

}



.gt_container--hich1m .gt_switcher .gt_selected a {

	width: 125px !important;

}



.gt_container--hich1m .gt_switcher {

	width: 140px !important;

}



.price_section p.details {

	font-weight: normal;

}



.cartFloatingIcon.menuStyle1 .navCart {

	display: none;

}



.cartFloatingIcon.menuStyle1 .navCart.active {

	display: inherit;

}



/*.slider {  background: linear-gradient(0deg, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.4)), url(https://thedevs.tech/demo/foodmob/uploads/system/banner.jpg) no-repeat;  background-size: cover;  min-height:500px;}.slider-title_box {  text-align: center;}.slider-content_wrap{  width: 70%;  margin: 0 auto;}.slider-content_wrap h1 {  font-size: 60px;  color: #fff;  font-weight: 300;  text-transform: capitalize;}.slider-content_wrap h1 span{  font-family: 'Great Vibes', cursive;}.slider-content_wrap h5 {  color: #fff;}.slider .btn-group {  width: 100%;  justify-content: center;}.slider .btn-group1 {  width: 73%;}.slider .btn-group1 {  padding:15px;  width: 40%;  border-top-left-radius: 3px;  border-bottom-left-radius: 3px;  border: none;}.slider .btn-form {  font-weight: 400;  font-size: 18px;  padding:10px;  width: 15%;  background: rgba(227,30,36,1);  color: #ffffff;  border: none;  border-top-right-radius: 3px;  border-bottom-right-radius: 3px;}.search-icon {  font-size: 15px;  padding-right: 10px;}.slider-link {  color: #fff;}.slider-link {  color: #909090;  margin: 45px 0 0;  font-size: 19px;}*/

.main-block {

	padding: 60px 0;

}



.light-bg {

	background: #f3f4f7;

}



.styled-heading {

	text-align: center;

	margin: 0 0 34px;

}



.styled-heading h3 {

	position: relative;

	padding: 0 0 23px;

}



.styled-heading h3:after {

	position: absolute;

	content: "";

	width: 60px;

	height: 3px;

	background: #00a0e3;

	bottom: 0;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

}



.featured-place-wrap {

	background: #fff;

	margin: 0 0 30px;

	-webkit-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

	border-radius: 20px;

	overflow: hidden;

	position: relative;

	border: 1px solid rgb(239 240 246);

	transition: all 0.3s;

}



.featured-place-wrap a {

	display: inline;

	text-decoration: none;

	color: #000;

}



.featured-place-wrap img {

	width: 100%;

}



.featured-rating-green {

	background: #fff !important;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, 0.75);

	-moz-box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, 0.75);

	box-shadow: 0px 0px 10px 0px rgba(225, 225, 225, 0.75);

}



.featured-rating,

.featured-rating-orange,

.featured-rating-green {

	position: absolute;

	right: 10px;

	width: 90px;

	height: 90px;

	text-align: center;

	margin: -70px 10px 0 0;

	/*font-size: 23px;*/

	background: #ff7474;

	color: #fff;

	padding: 3px;

	border-radius: 50%;

	overflow: hidden;

}



.featured-rating-green img {

	width: 100%;

	height: 100%;

	object-fit: contain;

}



.featured-place-wrap a {

	display: inline;

	text-decoration: none;

	color: #000;

}



.featured-title-box {

	padding: 22px 20px;

	position: relative;

}



.featured-title-box h6 {

	overflow: hidden;

	white-space: nowrap;

	-o-text-overflow: ellipsis;

	text-overflow: ellipsis;

	margin-bottom: 5px;

	width: 75%;

}



.featured-title-box p {

	/*  color: #9fa9b9;*/

	display: inline;

	margin: 0;

}



.featured-title-box span {

	color: #9fa9b9;

	padding: 0 10px;

}



.featured-title-box p {

	/*color: #9fa9b9;*/

	display: inline;

	/*margin: 0;*/

	font-size: 14px;

}



.featured-title-box p span {

	color: #ffb006;

	padding: 0;

}



.featured-title-box ul {

	padding: 0;

	margin: 10px 0 0;

}



.featured-title-box ul li {

	list-style: none;

	/*  color: #737882;*/

	line-height: 18px;

	/*margin-bottom:10px;*/

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.featured-place-wrap:hover {

	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);

	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);

	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}



.featured-title-box ul li span {

	padding: 7px 8px 0 0;

}



.icon-location-pin:before {

	content: "\e096";

}



.featured-title-box ul li p {

	margin: 0;

}



.icon-screen-smartphone:before {

	content: "\e010";

}



.icon-link:before {

	content: "\e08d";

}



.bottom-icons {

	padding: 15px 0 0;

	line-height: 1;

	display: flex;

	justify-content: space-between;

}



.open-now {

	color: #46cd38;

	font-size: 13px;

	display: block;

	font-weight: 400;

	display: inline-block;

}



.featured-btn-wrap {

	text-align: center;

}



.category-block {

	margin: 0 auto;

	text-align: center;

	border: 1px solid #e5e7ef;

	padding: 10px 8px;

	/*  margin: 0 0 30px;*/

	border-radius: 4px;

}



.category-wrap:hover .category-block {

	background: #fff;

	-webkit-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

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

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

}



.category-wrap:hover .category-block {}



/*.category-img {width: 64px;height: 64px;}*/

.category-block h6 {

	color: #3e434b;

	margin: 6px 0 4px;

	font-size: 14px;

}



.category-wrap:hover .category-block h6 {

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

	text-decoration: none;

}



.left_head {

	width: 49%;

	display: inline-block;

}



.right_head {

	width: 49%;

	display: inline-block;

}



.singleCategoryHeader h4 {

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

}



.style_2 .item_images {

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

	height: 100px !important;

	width: 120px !important;

	flex: 0 0 100px;

	margin-right: 10px;

	margin: 10px;

	border-radius: 4px;

}



.single_items_img img {

	max-height: 320px;

	padding: 0;

	border-radius: 4px;

	margin: 3%;

	border: 1px solid darkred;

	width: 94%;

}



/* Hide scrollbar for Chrome, Safari and Opera */

.topCategory::-webkit-scrollbar {

	display: none;

}



/* Hide scrollbar for IE, Edge and Firefox */

.topCategory {

	-ms-overflow-style: none;

	/* IE and Edge */

	scrollbar-width: none;

	/* Firefox */

}



.homeBanner_btn {

	display: none;

}



.review-btn {

	display: none;

}



.top_footer {
	display: block;
	padding: 3% 0;
}
.order_page h4 {
	text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
	.social-btns1 a {
		border: 1px solid #f2f2f2;
	}
.categorySection
{
	border: none!important;
	padding: 0!important
}
#our_products
{
	padding: 0!important;
	border: none!important;
}
.pack-social
{
	border: none!important;
	padding: 0!important

}

	section#main_cat .social-btns1 {

		padding: 0 !important

	}



	.addIcon {

		padding: 4px 8px !important;

		margin-right: -2px !important

	}



	.single-breadcrumb {

		border-radius: 0 !important

	}



	.business-container {

		width: 100%;

		padding: 0;

		margin: 0 auto;

	}



	.theme_5 .contact_top {

		gap: 10px !important;

	}



	.theme_5 .contact_top_content .single_contact_top {

		grid-gap: 10px !important;

	}



	.blog-grid .blogcard-header img {

		height: 100px !important;
		border-radius: 12px;
	}



	.blogcard h4 {

		font-size: 14px !important;

		line-height: 18px !important;

		font-weight: 700 !important;

	}



	.blog-grid .blogcard-body {

		gap: 3px !important;

		padding: 8px 0 4px !important;

	}



	.blog-grid .col-md-4 {

		width: 50%;

	}



	.blog-grid .tag {

		/*margin-bottom: 4px!important*/

	}



	.col-lg-6.main-text {

		order: 2;

		margin-top: 30px;

	}



	.theme_5 .single_contact_top i {

		max-width: 30px;

		width: 30px;

		height: 30px;

		line-height: 30px;

		font-size: 18px;

	}



	.bottom_down h4 {

		font-size: 12px !important

	}



	.featured-title-box span {

		padding: 0 3px !important

	}



	div#contact-page {

		margin-top: 0 !important

	}



	.order_page h4 {

		font-size: 20px !important;

	}



	.shop-add {

		width: 100% !important;

		font-size: 14px !important

	}



	div#showCheckoutData {

		padding-top: 51px !important

	}



	.footer_bottom {

		padding: 5px 15px !important

	}



	.single-breadcrumb h3 {

		padding: 20px 0 !important

	}



	.theme_5 .contact_top .defaultHeading p {

		line-height: 16px !important

	}



	section#contacts {

		margin: 0px 0 15px !important;

	}



	.choosy-button .checkmark {

		width: 12px !important;

		height: 12px !important;

	}



	.choosy-button .radio-button-container {

		padding-left: 14px;

		line-height: 12px;

		margin-bottom: 5px;

		margin-left: 0px;

		margin-right: 5px;

		cursor: pointer;

		font-size: 12px;

	}



	.radio-button-container .checkmark:after {

		top: 1px !important;

		left: 1px !important;

		width: 6px !important;

		height: 6px !important;

	}



	/*.menu-div{margin-top: 25px!important}*/

	.defaultHeading h1 {

		font-size: 16px !important

	}



	ul.gallery_sort li button {

		font-size: 14px !important;

	}



	.top_footer {

		/*  display: none!important;*/

	}



	.single__cat__header {

		flex-direction: row !important;

		display: flex;

		justify-content: space-between;

	}



	.style_2 .single__cat__header .btn-group {

		width: 45% !important;

		display: inline-block !important;

	}



	.style_2 .single__cat__header .defaultHeading.single__cat__header .searchSection {

		width: 45% !important;

		display: inline-block !important;

	}



	.style_2 .single__cat__header .searchBar-2 {

		min-width: 100px !important;

	}



	.row.gutters-15.grp-btn {

		/*justify-content: space-between;*/

	}



	.review-btn {

		display: flex;

		width: 100%;

		align-items: center;

		/*border-top: 1px dashed #5b5b5b;*/

		margin-top: 5px;

		/*padding-top: 10px;*/

	}



	.review-btn a {

		margin: 0 auto;

		text-align: center;

		/*width: 50%;*/

	}



	.review-btn a.rev {

		border: 1px solid;

		width: 100%;

		padding: 4px 0px;

		border-radius: 5px;

		font-size: 12px;

	}



	/*  .review-btn .enq img{width:75%;}.review-btn .rev img{width: 60%;}*/

	.btn-section .btn {

		display: flex;

		align-items: center;

		justify-content: center;

		border: none;

		color: #FFF;

		font-size: 16px;

		float: left;

		width: 23%;

		margin: 1%;

		padding: 0px 20px;

	}



	.btn-section .btn .btn-gradient {

		position: relative;

		left: -20px;

		width: 20%;

		background: rgba(0, 0, 0, 0.15);

		box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4);

		border-top-right-radius: 60px;

		padding: 5px;

	}



	.btn-section .btn .btn-gradient i {

		font-size: 20px;

		display: flex;

		align-items: center;

		justify-content: center;

	}



	a.btn.btn-green:hover {

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

		color: #fff;

		border: 1px solid #fff;

	}



	.btn-section .btn.btn-green {

		background-color: transparent;

		width: 100%;

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

		border: 1px solid;

	}



	.btn-section .btn-text {

		width: 80%;

	}



	.btn-section.btn-radius .btn,

	.btn-section.btn-radius .btn-gradient {

		border-top-left-radius: 30px;

		border-bottom-left-radius: 30px;

	}



	/*   .review-btn a{background-color: rgba(227,30,36,1);color: #fff;width: 100%;text-align: center;margin: 10px 0;border-radius:4px;display: block;padding: 4px;}.review-btn a:hover{background-color: #5b5b5b;color: #fff;}*/

	#about-section {

		display: none;

	}



	a.opened-now {

		font-size: 12px !important;

	}



	.adsbanner .slideshow .slide .caption {

		width: 100% !important

	}



	.adsbanner .btn {

		padding: 6px !important;

		font: 10px/1.2 "Oswald", sans-serif !important;

		letter-spacing: 0.1rem !important;

	}



	.adsbanner .slideshow .pagination {

		display: none !important

	}



	.adsbanner .slideshow {

		height: 90px !important

	}



	.adsbanner .slideshow .slide .title {

		font: 300 16px/1.2 "Oswald", sans-serif !important;

		margin: 0 auto 5px !important;

	}



	.adsbanner .slideshow .pagination {

		left: 25% !important;

	}



	.adsbanner .slideshow .arrows .arrow {

		padding: 10px !important;

	}



	.adsbanner .slideshow .arrows .prev {

		left: 5px !important;

	}



	.adsbanner .slideshow .arrows .next {

		right: 5px !important;

	}



	.adsbanner .slideshow .slide .caption {

		padding: 0 50px !important

	}



	section.user_home_banner {

		display: none;

	}



	/*.single-listing-share2{display: none!important;}*/

	.profile_btn {

		margin: 0 !important

	}



	.menu-btn {

		float: none !important;

	}



	.menu-btn a {

		display: block !important;

	}



	.open-now a {

		display: inline-block !important;

	}



	.open-now,

	.menu-btn {

		width: 100% !important;

		margin: 5px 0 !important;

	}



	.bottom-icons {

		padding: 0 !important;

	}



	.qr_area {

		width: 100%;

		height: 100%;

		margin: 0 auto;

	}



	.single_special .col-lg-6.col-sm-6 {

		width: 50% !important

	}



	.watch_video_i {

		font-size: 15px !important;

		margin-right: 4px !important;

	}



	.col-md-4.featured-responsive {

		width: 50% !important;

	}



	.business-img img {

		height: 100% !important;

		object-fit: cover !important

	}



	.homeBanner_btn a {

		font-size: 13px !important;

		padding: 4px 10px !important

	}



	.userMenu {

		/*display: block!important;height: 50px;*/

	}



	.homeBanner_btn {

		flex-direction: row !important

	}



	/*.searchSection.welcomeSearch .searchBar-2, .searchSection.welcomeSearch .search-txt-2{width: 340px!important}*/

	.address {

		padding: 8px 0 0 1px !important

	}



	.item-user {

		padding: 5px !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta {

		margin-bottom: 0 !important

	}



	.media-body p {

		font-size: 12px !important

	}



	p {

		font-size: 12px !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .review-title {

		font-size: 14px !important;

		margin-bottom: 5px !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .reviewer-name {

		font-size: 12px !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li {

		width: 44% !important;

		margin-right: 2px !important

	}



	.userHomeBanner,

	.homeBanner_left {

		min-height: 42vh !important;

	}



	.userHome_social ul li a {

		padding: 4px !important;

		font-size: 15px !important;

	}



	/*.shopLogo {

		height: 50px !important;

	}*/



	.searchSection.welcomeSearch {

		margin: 15px auto 0 auto !important

	}



	/*.defaultHeading {padding: 10px 5px 10px 0!important;margin-top: 23px;}*/

	.style_2 .item_images {

		max-height: 80px !important;

		width: 80px !important;

		flex: 0 0 80px !important;

	}



	.homeView {

		margin-bottom: 15px !important

	}



	.homeItemPcakage.specialties .col-lg-6.col-sm-6 {

		width: 50% !important;

	}



	.text.order-first p {

		font-size: 12px !important

	}



	/*.style_2 .w-50 .text{height: 190px!important}*/

	.text.order-last p {

		font-size: 12px !important

	}



	.mt-30 {

		margin-top: 15px !important

	}



	.homeItemPcakage {

		padding-bottom: 20px !important

	}



	.package_title,

	.homeSingle_packages {

		display: flex !important

	}



	.package_title h4 {

		font-size: calc(11px + 0.3vw) !important

	}



	span.home_package_price {

		font-size: calc(11px + 0.3vw) !important

	}



	.topPackageItem.lineTitle h4 {

		font-size: calc(12px + .2vw) !important

	}



	.packageImg.img.menu-img {

		width: 50px !important;

		height: 50px !important;

		flex: 1 0 50px !important;

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

		border-radius: 8px !important;

		margin-right: 10px !important

	}



	.homeSingle_packages {

		margin: 0 !important

	}



	.singleItemDetails {

		font-size: 12px !important

	}



	.single_item_details h4.itemTitle {

		font-size: 14px !important

	}



	.modal-title {

		font-size: 14px !important

	}



	.left_footer {

		padding: 10px 0 !important

	}



	ul.row_ul li a span {

		min-width: 110px !important

	}



	.appointment_schedule_area {

		padding-left: 0 !important

	}



	.sction_title {

		margin-bottom: 25px !important

	}

}



.open-now a {

	background: #979796;

	color: #fff;

	padding: 3px 10px;

	border-radius: 4px;

	text-transform: uppercase;

	border: 1px solid transparent;

	font-size: 13px;

}



.open-now a:hover {

	background: transparent;

	color: #979796;

	border: 1px solid #979796;

}



.menu-btn {

	display: inline;

	float: right;

}



.menu-btn a {

	background: rgba(234, 117, 19, 1);

	color: #fff;

	padding: 3px 10px;

	font-size: 13px;

	border-radius: 4px;

	text-transform: uppercase;

	border: 1px solid transparent;

}



.menu-btn a:hover {

	background: rgba(234, 117, 19, 0.1);

	color: rgba(234, 117, 19, 1);

	border: 1px solid rgba(234, 117, 19, 1);

}



.theme_3 .topTitle h4 {}



.price_section p.details {

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.contact-info {

	background: #fff;

	padding: 15px;

	margin: 15px 0;

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

	border-radius: 5px;

}



#map {

	height: 260px;

}



.address {

	color: #737882;

	/*padding: 18px 0 0 16px;*/

}



.follow {

	background: #fff;

	/*  padding: 15px;*/

	margin: 15px 0;

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

	border-radius: 5px;

	font-weight: 400;

}



.address>span {

	font-size: 18px;

	float: left;

	margin: 4px 0 0;

}



.address p {

	margin: 0 0 0 34px;

}



.follow-img {

	text-align: center;

	padding: 15px 16px;

	color: #ffffff;

	background: #ff4646;

}



.business-schedule {

	padding: 20px;

}



.business-schedule table tr {

	padding: 5px;

	border: 1px solid #f5f5f5;

}



.business-schedule table tr .business-day-schedule {

	border-right: 1px solid #f5f5f5;

	padding: 12px 4px;

}



.business-schedule .w-50 {

	width: auto !important;

}



.footer_area .left_footer .facebook,

.footer_area .left_footer .instagram,

.footer_area .left_footer .whatsapp {

	color: inherit;

}



.listingpage .search-box-2 {

	position: relative;

	transform: 0;

}



.listingpage .searchBar-2 {

	margin-left: 0;

}



.item-user .item-user-icons a {

	display: inline-block;

	width: 1.5rem;

	height: 1.5rem;

	text-align: center;

	border-radius: 100px;

	line-height: 1.5rem;

	font-size: 14px;

	/*  margin-top: 0.3rem;*/

	margin-right: 10px;

}



.item-user .item-user-icons a:hover {

	color: #fff;

}



.facebook-bg {

	background: #3b5998;

	color: #fff;

}



.twitter-bg {

	background: #0c85d0;

	color: #fff;

}



.whatsapp-bg {

	background: #4fce5d;

	color: #fff;

}



.insta-bg {

	background: #c63224;

	color: #fff;

}



.item-user {

	padding: 3px 4px;

}



.single-listing-box-layout1 .listing-details-info .video-info .play-btn i {

	margin-left: 5px;

}



.single-listing-box-layout1 .listing-details-info .video-info .play-btn:hover {

	opacity: 1;

}



.single-listing-box-layout1 .listing-details-review {

	position: relative;

	background: #fff;

	padding: 15px;

	/*margin: 15px 0;*/

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

	border-radius: 5px;

}



.single-listing-box-layout1 .listing-details-review .total-review {

	font-size: 18px;

	position: absolute;

	top: 15px;

	right: 30px;

}



.single-listing-box-layout1 .listing-details-review .total-review span {

	color: #111111;

}



.single-listing-box-layout1 .listing-details-review ul.review-items {

	max-height: 440px;

	overflow-y: scroll;

	padding-top: 20px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li {

	display: block;

	border-bottom: 1px solid #dddddd;

	padding-bottom: 30px;

	margin-bottom: 30px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li:last-child {

	border-bottom: 0;

	padding-bottom: 0;

	margin-bottom: 0;

}



@media only screen and (max-width: 767px) {

	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media {

		display: block;

	}

}



@media only screen and (max-width: 767px) {

	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media figure {

		margin-bottom: 20px;

	}

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media figure img {

	border-radius: 50%;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body {

	position: relative;

	padding-right: 30px;

	padding-left: 30px;

}



@media only screen and (max-width: 767px) {

	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body {

		margin-left: 0;

		padding-right: 0;

	}

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .review-title {

	margin-bottom: 10px;

	display: block;

	font-style: italic;

	font-size: 17px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .reviewer-name {

	font-size: 16px;

	color: #111111;

	font-weight: 600;

	margin-bottom: 10px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .reviewer-name .review-date {

	font-size: 14px;

	position: relative;

	padding-left: 15px;

	color: #646464;

	font-weight: 400;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .reviewer-name .review-date:after {

	position: absolute;

	left: 5px;

	top: 3px;

	content: "/";

	font-size: 12px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body {

	position: relative;

	padding-right: 30px;

}



@media only screen and (max-width: 767px) {

	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta {

		margin-bottom: 10px;

	}

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li {

	display: inline-block;

	margin-right: 20px;

	margin-bottom: 10px;

	font-size: 14px;

	font-weight: 600;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a {

	color: #646464;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a span {

	color: #111111;

	display: inline-block;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a i {

	margin-right: 10px;

	color: #ffffff;

	background-color: #cccccc;

	height: 30px;

	width: 30px;

	border-radius: 50%;

	text-align: center;

	line-height: 30px;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a:hover {

	color: #ff4a52;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a:hover span {

	color: #ff4a52;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a:hover i {

	background-color: #ff4a52;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .item-rating {

	position: absolute;

	z-index: 5;

	right: 30px;

	top: 0;

}



@media only screen and (max-width: 767px) {

	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .item-rating {

		position: inherit;

		right: 0;

	}

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .item-rating li {

	display: inline-block;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .item-rating li>i {

	font-size: 14px;

	color: #ffb300;

}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .item-rating li span {

	color: #a09f9f;

}



.single-listing-box-layout1 .listing-details-review ul.review-items .post-no-two .media .media-body .item-rating .star-five i {

	color: #c3c3c3;

}



.single-listing-box-layout1 .listing-details-review ul.review-items::-webkit-scrollbar-thumb {

	border-radius: 0;

	border: 0;

	background-color: #ff4a52;

}



.single-listing-box-layout1 .listing-details-review ul.review-items::-webkit-scrollbar {

	-webkit-appearance: none;

	width: 10px;

	height: 14px;

	background-color: #f2f2f2;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-wrapper {

	display: inline-block;

	margin-bottom: 30px;

}



.single-listing-box-layout1 .listing-details-leave-review .rate {

	float: left;

	color: #c9c9c9;

	cursor: pointer;

}



.single-listing-box-layout1 .listing-details-leave-review .rate:hover,

.single-listing-box-layout1 .listing-details-leave-review .rate.selected {

	color: #fdc800;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-label {

	margin-bottom: 10px;

	font-weight: 700;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-item {

	float: left;

	cursor: pointer;

	margin: 0px 5px 0px 5px;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-item:hover~.rate-item,

.single-listing-box-layout1 .listing-details-leave-review .rate-item.active~.rate-item {

	color: #c9c9c9;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group {

	margin-bottom: 15px;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group label {

	color: #111111;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group input {

	height: 45px;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group .form-control {

	font-size: 17px;

	padding: 10px 20px;

	color: #000000;

	border: 1px solid #dadada;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group .form-control:focus {

	outline: none;

	box-shadow: none;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group .item-btn {

	margin-top: 20px;

	border: none;

	border-color: #ff4a52;

	background-color: #ff4a52;

	color: #ffffff;

	font-weight: 500;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	-ms-border-radius: 4px;

	-o-border-radius: 4px;

	border-radius: 4px;

	padding: 15px 30px;

	font-size: 18px;

	text-align: center;

	cursor: pointer;

	display: inline-block;

	box-shadow: none;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group .item-btn:hover {

	background-color: #111111;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group .item-btn:focus {

	outline: none;

	box-shadow: none;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-danger,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-info,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-success {

	margin-top: 10px;

	margin-bottom: 0;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-danger p,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-info p,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .alert.alert-success p {

	margin-bottom: 0;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box input.form-control::-webkit-input-placeholder,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box textarea.form-control::-webkit-input-placeholder {

	color: #646464;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box input.form-control::-moz-placeholder,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box textarea.form-control::-moz-placeholder {

	color: #646464;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box input.form-control:-moz-placeholder,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box textarea.form-control:-moz-placeholder {

	color: #646464;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box input.form-control:-ms-input-placeholder,

.single-listing-box-layout1 .listing-details-leave-review .contact-form-box textarea.form-control:-ms-input-placeholder {

	color: #646464;

}



figure {

	margin: 0 0 1rem;

}



.single-listing-summary2 .media figure {

	width: 100px;

	border: 1px solid #f2f2f2;

	border-radius: 5px;

	position: relative;

	z-index: 90;

	padding: 4px;

	margin-bottom: 7px;

}



.single-listing-summary2 .media figure img {

	/*border-radius: 50%;*/
	padding:0px;

}



.single-listing-summary2 .media .badge {

	display: none;

}



.media {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-align: start;

	/*margin-bottom:10px;*/

}



.listygo-text-box {

	padding: 30px;

	background-color: #ffffff;

	border-radius: 4px;

}



.media-body.space-md p {

	width: 90%;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.inner-item-heading {

	position: relative;

	padding-bottom: 15px;

	margin-bottom: 25px;

	font-weight: 600;

	font-size: 24px;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-wrapper {

	display: inline-block;

	margin-bottom: 30px;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-label {

	margin-bottom: 10px;

}



.single-listing-box-layout1 .listing-details-leave-review .rate {

	float: left;

	color: #c9c9c9;

	cursor: pointer;

}



.single-listing-box-layout1 .listing-details-leave-review .rate-item {

	float: left;

	cursor: pointer;

	margin: 0px 5px 0px 5px;

}



.single-listing-box-layout1 .listing-details-leave-review .contact-form-box .form-group {

	margin-bottom: 15px;

}



.single-listing-box-layout1 .related-listing {

	position: relative;

	padding: 20px 30px;

	background-color: #ffffff;

	border-radius: 4px;

	margin-bottom: 30px;

	-webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.7);

	-moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.7);

	box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.7);

}



.single-listing-box-layout1 .related-listing .related-title {

	font-size: 22px;

	color: #111111;

	font-weight: 600;

	margin-bottom: 0;

}



.listygo-text-box.listing-details-leave-review {

	position: relative;

	background: #fff;

	padding: 15px;

	/*margin: 15px 0;*/

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

	border-radius: 5px;

	/*  margin-bottom: 40px;*/

}



#gallery {

	padding-top: 40px;

	position: relative;

	background: #fff;

	padding: 15px;

	/* margin: 15px 0; */

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

	border-radius: 5px;

}



.img-wrapper {

	position: relative;

	margin-top: 15px;

}



.img-wrapper img {

	width: 100%;

}



.img-overlay {

	background: rgba(0, 0, 0, 0.7);

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	display: flex;

	justify-content: center;

	align-items: center;

	opacity: 0;

}



.img-overlay i {

	color: #fff;

	font-size: 3em;

}



#overlay {

	background: rgba(0, 0, 0, 0.7);

	width: 100%;

	height: 100%;

	position: fixed;

	margin-top: 35px;

	top: 0;

	left: 0;

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 999;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



#overlay img {

	margin: 0;

	width: 80%;

	height: auto;

	-o-object-fit: contain;

	object-fit: contain;

	padding: 5%;

}



@media screen and (min-width: 768px) {

	#overlay img {

		width: 60%;

	}

}



@media screen and (min-width: 1200px) {

	#overlay img {

		width: 50%;

	}

}



#nextButton {

	color: #fff;

	font-size: 2em;

	transition: opacity 0.8s;

}



#nextButton:hover {

	opacity: 0.7;

}



@media screen and (min-width: 768px) {

	#nextButton {

		font-size: 3em;

	}

}



#prevButton {

	color: #fff;

	font-size: 2em;

	transition: opacity 0.8s;

}



#prevButton:hover {

	opacity: 0.7;

}



@media screen and (min-width: 768px) {

	#prevButton {

		font-size: 3em;

	}

}



#exitButton {

	color: #fff;

	font-size: 2em;

	transition: opacity 0.8s;

	position: absolute;

	top: 15px;

	right: 15px;

}



#exitButton:hover {

	opacity: 0.7;

}



@media screen and (min-width: 768px) {

	#exitButton {

		font-size: 3em;

	}

}



#gallery .container {

	margin: 0;

}



.bg--accent {

	background-color: #f2f2f2;

}



.single-listing-summary-wrap2 {

	background-color: #ffffff;

	padding: 20px 0 0;

	margin-bottom: 30px;

}



.single-listing-summary2 {

	margin-bottom: 20px;

}



.single-listing-summary2 .entry-meta-rating {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	height: 100%;

}



.single-listing-summary2 .entry-meta-rating li i {

	margin-right: 5px;

	font-size: 14px;

	color: #ffb300;

}



@media only screen and (max-width: 480px) {

	.single-listing-summary-wrap2 {

		padding: 4rem 0 3rem;

	}

}



@media only screen and (max-width: 991px) {

	.social-head {

		margin-bottom: 10px;

	}



	.home_package_price .priceTag {

		font-size: 16px !important

	}



	.item_images {

		margin: 10px !important;

	}



	.modal-footer .btn {

		font-size: 12px !important;

		/* padding: 10px 0 !important */

	}



	.custom_btn {

		font-size: 11px !important;

	}



	.search-box-2 {

		height: 30px !important

	}



	.search-btn {

		width: 20px !important;

		height: 20px !important;

		font-size: 12px !important

	}



	.single-listing-summary2 {

		margin-bottom: 0;

	}



	.package_heading {

		font-size: 12px;

		font-weight: 500;

		text-transform: capitalize;

	}



	.slider-content_wrap {

		width: 100% !important

	}



	.user_right_btn_area .form-control,

	.user_right_btn_area .c_btn {

		margin-right: 0 !important;

		width: 100% !important

	}



	.custom-col {

		width: 100% !important

	}



	.slider-title_box {

		padding: 40px 20px 0 20px;

	}

}



@media only screen and (max-width: 480px) {

	.single-listing-summary2 .media {

		display: block;

	}

}



@media only screen and (max-width: 480px) {

	.single-listing-summary2 .media .media-body {

		margin-left: 0;

	}

}



.single-listing-summary2 .media .media-body .item-title {

	color: #5b5b5b;

	font-weight: 500;

	font-size: 30px;

	/*margin-bottom: 10px;*/

	display: inline-block;

}



#rev .single-listing-summary2 .media .media-body .loc {

	color: #5b5b5b;

	font-weight: 500;

	font-size: 12px;

	/*margin-bottom: 10px;*/

	display: inline-block;

	line-height: 18px;
	font-family: 'Varela Round';
        letter-spacing: normal;

}



@media only screen and (max-width: 767px) {

	.single-listing-summary2 .media .media-body .item-title {

		font-size: 28px;

	}

}



@media only screen and (max-width: 575px) {

	.single-listing-summary2 .media .media-body .item-title {

		font-size: 26px;

	}

}



@media only screen and (max-width: 480px) {

	.single-listing-summary2 .media .media-body .item-title {

		font-size: 20px;

	}

}



.single-listing-summary2 .entry-meta-date {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	height: 100%;

}



@media only screen and (max-width: 1199px) {

	.single-listing-summary2 .entry-meta-date {

		display: block;

		margin-bottom: 10px;

	}

}



.single-listing-summary2 .entry-meta-date i {

	line-height: 1.5;

	margin-right: 10px;

	color: #ff4a52;

}



.single-listing-summary2 .entry-meta-location {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	height: 100%;

}



@media only screen and (max-width: 1199px) {

	.single-listing-summary2 .entry-meta-location {

		display: block;

		margin-bottom: 10px;

	}

}



.single-listing-summary2 .entry-meta-location i {

	line-height: 1.5;

	margin-right: 10px;

	color: #ff4a52;

}



.single-listing-summary2 .entry-meta-rating {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	height: 100%;

}



@media only screen and (max-width: 1199px) {

	.single-listing-summary2 .entry-meta-rating {

		-webkit-box-align: start;

		-ms-flex-align: start;

		align-items: flex-start;

	}

}



.single-listing-summary2 .entry-meta-rating li i {

	margin-right: 5px;

	font-size: 14px;

	color: #ffb300;

}



.single-listing-summary2 .entry-meta-rating li span {

	font-size: 18px;

	color: #111111;

}



.single-listing-summary2 .entry-meta-rating li span span {

	color: #d1d1d1;

	font-size: 14px;

}



.single-listing-summary2 .entry-meta-rating li:last-child {

	line-height: 1.3;

	margin-left: 5px;

}



.single-listing-summary2 .item-status {

	color: #ffffff;

	margin-top: 15px;

	/*background-position: center;background-repeat: no-repeat;background-size: cover;top: 18px;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);position: absolute;z-index: 6;*/

}



.single-listing-summary2 .item-status>div:first-child {

	margin-bottom: 2px;

}



.single-listing-summary2 .item-status .status-save {

	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	background-color: #ff9800;

	padding: 5px 5px 5px 25px;

	text-align: center;

	margin-bottom: 2px;

}



.single-listing-summary2 .item-status .status-service {

	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	background-color: blue;

	padding: 5px 5px 5px 25px;

	text-align: center;

}



.single-listing-summary2 .item-status .status-open {

	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	/*  background-color: #a62491;*/

	background-color: #5abf65;

	padding: 5px 5px 5px 25px;

	text-align: center;

	border-color: #a62491;

	color: #fff;

	margin-bottom: 2px;

}



.status-close {

	webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);

	background-color: #ff0000b8;

	padding: 5px 5px 5px 25px;

	text-align: center;

	border-color: #a62491;

	color: #fff;

}



.single-listing-summary2 .item-status .status-service {

	/*border-color:#ff4646;background: #ff4646;*/

	background: #007bffd1;

	color: #fff;

}



.single-listing-share2 {

	display: -ms-grid;

	display: grid;

	/* -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;*/

	height: 100%;

}



/*.single-listing-share2 .row {margin-bottom: 45px;}*/

@media only screen and (max-width: 480px) {

	/* .single-listing-share2 .row {margin-bottom: 20px;}*/

}



.single-listing-share2 .item-btn {

	text-align: center;

	border-radius: 4px;

	color: #111111;

	padding: 7px 5px;

	width: 100%;

	display: block;

	border: 1px solid #636363;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

	margin-top: 14px;

	transition: 0.5s !important;

}



.grp-btn .item-btn {

	text-align: center;

	border-radius: 4px;

	color: #777;

	padding: 3px 7px;

	width: 100%;

	font-size: 14px;

	display: block;

	border: 1px solid #777;

	-webkit-transition: all 0.3s ease-out;

	-moz-transition: all 0.3s ease-out;

	-ms-transition: all 0.3s ease-out;

	-o-transition: all 0.3s ease-out;

	transition: all 0.3s ease-out;

	margin-top: 10px;

	transition: 0.5s !important;

	font-weight: 500;

}



.grp-btn .item-btn i {

	margin-right: 6px;

}



/*.grp-btn .item-btn:hover {background-color: #ff4a52;border: 1px solid #ff4a52;color: #ffffff;}*/

.row.gutters-15.grp-btn {

	width: 90%;

}



.single-listing-share2 .item-btn i {

	margin-right: 10px;

}



.single-listing-share2 .item-btn:hover {

	background-color: #ff4a52;

	border: 1px solid #ff4a52;

	color: #ffffff;

}



@media only screen and (max-width: 480px) {

	.single-listing-share2 .item-btn {

		display: grid;

		padding: 8px 5px 3px;

	}



	.single-listing-share2 .item-btn i {

		margin-bottom: 5px;

		margin-right: 0;

	}

}



.container-fluid {

	padding-left: 60px;

	padding-right: 60px;

}



.single-listing-share2 .enq {

	margin-top: 0;

}



.media-body.space-md {

	margin-left: 15px;

}



@media only screen and (max-width: 991px) {



	.featured-rating,

	.featured-rating-orange,

	.featured-rating-green {

		width: 40px !important;

		height: 40px !important;

		margin: -40px 10px 0 0 !important;

	}



	.single-listing-summary2 .entry-meta-rating li i {

		font-size: 12px;

	}



	.col-md-2.category-responsive {

		max-width: 33.33% !important

	}



	.col-md-3.featured-responsive {

		max-width: 50% !important;

	}



	.username {

		font-size: 15px !important;

		width: auto;

	}



	.container-fluid {

		padding: 0 15px !important

	}

.style_2 .homeSingle_item, .menu-img
{
	margin-left: 0!important;
}

	a.items {

		width: 31% !important;
			padding: 1%;
			border-radius: 6px!important;
		margin: 1% !important;
		border:1px solid #f2f2f2!important;

	}
#menu-page a.items{
	border: none !important;
}


	.singleCatItem h4 {

		font-size: 12px !important;

		text-overflow: all !important;

		white-space: pre-wrap !important;

	}



	#image-gallery .col-lg-3.col-md-6.col-sm-6.col-xs-12.image {

		width: 50% !important;

	}



	#overlay {

		margin-top: 0 !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media {

		display: flex !important

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media figure {

		width: 20% !important;

		display: inline-block !important;

		margin-right: 10px;

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body {

		width: 70% !important;

		display: inline-block !important;

		padding: 0px

	}



	.single-listing-summary2 .media {

		display: flex !important;

		/*margin-bottom: 15px;*/

		align-items: start;

	}



	.single-listing-summary2 .media figure {

		width: 20% !important;

		display: inline-block !important;

		margin-right: 10px;

	}



	.single-listing-summary2 .media .media-body {

		width: 70% !important;

		display: inline-block !important;

	}



	.single-listing-summary-wrap2 {

		padding: 1rem 0 1rem !important;

		margin-bottom: 0 !important;

	}



	/*img.logo {max-height: 25px!important;}*/

	.slider-content_wrap h1 {

		font-size: 28px !important

	}



	.slider-content_wrap h5 {

		font-size: 20px;

		font-weight: 400;

	}



	.slider .btn-form {

		width: 25% !important;

		font-size: 12px !important;

		padding: 0 !important

	}



	.slider .btn-group1 {

		width: 60% !important

	}



	.main-block {

		padding: 15px 0 1px !important

	}

}



@media (max-width:767px) {

	.singleCatItem {

		width: auto !important;

		background: transparent !important;

		margin: 0 !important;

		padding: 0 !important;

		min-height: 110px !important

	}

}



.business-img img {

	/*  height: 200px;*/

	overflow: hidden;

	width: 100%;

	background-color: #e5e5e5;

	object-fit: scale-down;

	height: 100%;

}



.mt-40 {

	margin-top: 40px;

}



.package_name {

	position: absolute;

	top: 10px;

	left: 10px;

	display: none;

}



.card-block {

	height: 250px;

	background-color: #fff;

	border: none;

	background: linear-gradient(to left bottom, rgba(255, 64, 87, 0.8), #333366 90%), url("https://source.unsplash.com/1024x1024?mountains");

	background-position: center;

	background-size: cover;

	box-shadow: 0 20px 50px rgba(58, 58, 146, 0.35);

	transition: all 0.2s ease-in-out !important;

}



.card-block:hover {

	transform: translateY(-5px);

	box-shadow: 0 30px 70px rgba(58, 58, 146, 0.5);

}



.category-wrap:hover .category-block {}



.post-btn {

	margin: 30px 0;

	text-align: right;

}



.post-btn a {

	background: #ff4646;

	color: #fff;

	border-radius: 5px;

	padding: 10px;

}



.post-btn a:hover {

	background: #5b5b5b;

	color: #fff;

	border-radius: 5px;

}



.shopLogo img {

	object-fit: contain;

}



/*style for review modal form*/

.modal-cont,

.modal-info,

.modal-enquire {

	position: fixed;

	height: 100%;

	width: 100%;

	background-color: rgba(0, 0, 0, 0.47);

	top: 0;

	left: 0;

	overflow: auto;

	z-index: 10000;

}



.modal-box {

	width: 40%;

	margin: 30px auto;

	background-color: white;

	position: relative;

	text-align: ;

	padding:

}



.modal-box .closed,

.modal-info .closedd,

.modal-enquire .closeded {

	position: absolute;

	right: 16px;

	top: 5px;

	font-size: 25px;

	font-weight: bolder;

	cursor: pointer

}



.modal-box .closed:hover,

.modal-box .closed:focus,

.modal-info .closedd:hover,

.modal-info .closedd:focus,

.modal-enquire .closeded:hover,

.modal-enquire .closeded:focus {

	color: #c6c6c6

}



/*.modal-box img{width: 30%;border-radius: 50%;display: block;margin:auto;padding: 14px;margin-bottom: 30px;min-width: 150px;max-width: 230px}*/

input[type=text],

input[type=password] {

	width: 100%;

	display: block;

	padding: 8px;

	/*    margin: 5px 0;*/

}



.modal-box .login-button {

	padding: 10px;

	font-size: 15px;

	display: block;

	color: white;

	background-color: #29a6d4;

}



input[type=checkbox] {

	margin-right: 2px;

	vertical-align: baseline;

	/*no effect for baseline*/

}



.modal-box label,

.modal-box input,

.modal-box textarea {

	display: block;

}



.modal-box label {

	font-weight: 500;

	margin: 5px 0 2px 0;

}



.modal-box .login-button {

	border: none;

	cursor: pointer;

}



input[type=checkbox] {

	display: inline-block;

	width: auto;

	margin-left: 16px

}



.modal-box .close-forgot {

	width: 100%;

	display: flex;

	justify-content: end;

	align-items: baseline;

}



.modal-box .close-forgot button {

	margin-left: 15px;

	border: none;

	border-radius: 5px;

	padding: 10px 15px;

}



.modal-box .cancel,

.modal-info .canceld,

.modal-enquire .cancelded {

	font-size: 15px;

	cursor: pointer;

	background: rgb(84 91 98 / 80%) !important;

}



.modal-box a {

	color: #1483be;

	font-weight: 500;

	text-decoration: underline

}



.modal-cont,

.modal-info,

.modal-enquire {

	display: none

}



.modal-box {

	animation-name: zoom;

	animation-duration: .7s;

	animation-fill-mode: forwards;

	animation-timing-function: ease;

	border: 1px solid #b7b7b7;

	border-radius: 4px;

	box-shadow: 1px 1px 8px rgba(35, 120, 204, 0.8);

}



@keyframes zoom {

	from {

		transform: scale(0);

	}



	to {

		transform: scale(1);

	}

}



@media (max-width:600px) {

	.modal-box {

		width: 90%;

	}

}



.UserMobileMenu label {

	font-size: 12px;

	display: block;

	margin-top: 0;

	color: #999;
/*	color: #f2f2f2;*/

	white-space: nowrap;
	text-transform: capitalize;
	line-height: 1;

}



/*.UserMobileMenu .menu {

	line-height: 2;

}*/



@media (max-width:600px) {

	.single_items_img img {

		max-height: 200px;

	}



	.single_item_details h4 {

		font-size: 16px;

	}



	/* .searchBar-2 {min-width: 280px;}*/

	.modal-box .form-group {

		margin-bottom: 0 !important;

	}



	.single-listing-box-layout1 .listing-details-leave-review .rate-wrapper {

		margin-bottom: 15px;

	}



	.modal-box .close-forgot {

		padding-top: 10px;

	}



	.modal-box .close-forgot button {

		padding: 6px 15px;

	}

}



.itemSearch-2 {

	width: 100%;

}



.item-btn.btn-primary {

	background: #ff4646 !important;

}



.order-btn {

	text-transform: uppercase;

}



.order-btn:hover {

	color: #fff !important;

}



.defaultHeading.single__cat__header .searchSection {

	width: 200px;

}



.defaultHeading.single__cat__header .search-box-2 {

	width: 100%;

}



@media(max-width:600px) {

	.defaultHeading.single__cat__header .searchSection {

		width: 100%;

	}



	.homeSinglePackage {

		height: auto;

	}



	.media {

		align-items: start;

	}



	.media-body.space-md p {

		width: auto;

	}

}



.main-block .row.justify-content-center.browse {

	flex-wrap: wrap;

}



.single-listing-share2 {

	display: block;

}



@media (max-width: 991px) {

	.single-listing-share2 {

		display: none !important;

	}



	a.business-img {

		height: 100px !important

	}



	.main-block .browse.row.justify-content-center {

		overflow-x: auto;

		overflow-y: hidden;

		flex-wrap: nowrap;

		justify-content: start !important;

	}



	.main-block .browse::-webkit-scrollbar {

		display: none;

	}



	.main-block .browse {

		-ms-overflow-style: none;

		/* IE and Edge */

		scrollbar-width: none;

		/* Firefox */

	}



	.category-block {

		/*height:176px;*/

		padding: 10px;

	}



	.styled-heading {

		margin: 0 0 5px !important;

	}



	.category-block h6 {

		font-size: 10px !important;

	}



	.catTop {

		margin-bottom: 0 !important;

		width: 100%;

		flex: 0 0 80px;

	}

}



#rev .single-listing-summary2 .media {

	align-items: start;

}



.review-app .single-breadcrumb h3 {

	padding: 1rem 0 10rem 0 !important;

	font-weight: 700;

	text-transform: capitalize;
	font-family: 'Varela Round';
    letter-spacing: normal;

}



.text-body {

	word-break: break-all;

}



.contact-form-wrapper {

	/*padding: 100px 0;*/

}



.contact-form {

	padding: 20px 15px;

	background-color: #ffffff;

	border-radius: 12px;

	/*max-width: 400px;*/

}



.contact-form textarea {

	resize: none;

}



.contact-form .form-input,

.form-text-area {

	background-color: #f7f7f7;

	height: 50px;

	padding-left: 16px;

}



.contact-form .form-text-area {

	background-color: #f7f7f7;

	height: auto;

	padding-left: 16px;

}



.contact-form .form-control::placeholder {

	color: #aeb4b9;

	font-weight: 500;

	opacity: 1;

}



.contact-form .form-control:-ms-input-placeholder {

	color: #aeb4b9;

	font-weight: 500;

}



.contact-form .form-control::-ms-input-placeholder {

	color: #aeb4b9;

	font-weight: 500;

}



.contact-form .form-control:focus {

	/*border-color: #f33fb0;*/

	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;*/

}



.contact-form .title {

	text-align: center;

	font-size: 24px;

	font-weight: 500;

}



.contact-form .description {

	color: #aeb4b9;

	font-size: 14px;

	text-align: center;

}



.contact-form .submit-button-wrapper {

	text-align: center;

}



.contact-form .submit-button-wrapper input {

	border: none;

	border-radius: 4px;

	background-color: rgba(255, 70, 70, 1);

	color: white;

	text-transform: uppercase;

	padding: 10px 60px;

	font-weight: 500;

	letter-spacing: 2px;

	margin-top: 5px;

	width: 100%;

}



.contact-form .submit-button-wrapper input:hover {

	background-color: #5b5b5b;

}



.submit-button-wrapper {}



.adsbanner .btn {

	display: inline-block;

	padding: 13px 20px;

	color: #fff;

	text-decoration: none;

	position: relative;

	background: transparent;

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

	font: 12px/1.2 "Oswald", sans-serif;

	letter-spacing: 0.4em;

	text-align: center;

	text-indent: 2px;

	text-transform: uppercase;

	transition: color 0.1s linear 0.05s;

}



.adsbanner .btn::before {

	content: "";

	display: block;

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	height: 1px;

	/*  background: #e1e1e1;*/

	z-index: 1;

	opacity: 0;

	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;

}



.adsbanner .btn::after {

	transition: border 0.1s linear 0.05s;

}



.adsbanner .btn .btn-inner {

	position: relative;

	z-index: 2;

}



.adsbanner .btn:hover {

	color: #373737;

	transition: color 0.1s linear 0s;

}



.adsbanner .btn:hover::before {

	top: 0;

	height: 100%;

	opacity: 1;

	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;

}



.adsbanner .btn:hover::after {

	border-color: #373737;

	transition: border 0.1s linear 0s;

}



.adsbanner .slideshow {

	overflow: hidden;

	position: relative;

	width: 100%;

	height: 350px;

	z-index: 1;

}



.adsbanner .slideshow .slideshow-inner {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.adsbanner .slideshow .slides {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 1;

}



.adsbanner .slideshow .slide {

	display: none;

	overflow: hidden;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 1;

	opacity: 0;

	transition: opacity 0.3s ease;

}



.adsbanner .slideshow .slide.is-active {

	display: block;

}



.adsbanner .slideshow .slide.is-loaded {

	opacity: 1;

}



.adsbanner .slideshow .slide .caption {

	padding: 0 100px;

	width: 70%;

}



.adsbanner .slideshow .slide .image-container {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-position: center;

	z-index: 1;

	background-size: cover;

	image-rendering: optimizeQuality;

}



.adsbanner .slideshow .slide .image-container::before {

	content: "";

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	/*  background: rgba(0, 0, 0, 0.5);*/

}



.adsbanner .slideshow .slide .image {

	width: 100%;

	width: 100%;

	object-fit: cover;

	height: 100%;

}



.adsbanner .slideshow .slide-content {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	z-index: 2;

	color: #fff;

	text-align: left;

	display: flex;

	justify-content: flex-start;

	align-items: center;

}



.adsbanner .slideshow .slide .title {

	/*  margin: 0 auto 15px;*/

	margin-bottom: 15px;

	max-width: 1000px;

	font: 300 38px/1.2 "Oswald", sans-serif;

	letter-spacing: 0.2em;

	text-transform: uppercase;

}



.adsbanner .slideshow .slide .text {

	/*  margin: 0 auto;*/

	max-width: 1000px;

	font-size: 18px;

	line-height: 1.4;

}



.adsbanner .slideshow .slide .btn {

	margin: 15px 0 0;

	/*  border-color: #fff;*/

}



.adsbanner .slideshow .slide .btn::before {

	/*  background: #fff;*/

}



.adsbanner .slideshow .pagination {

	position: absolute;

	bottom: 35px;

	left: 47%;

	width: 100%;

	height: 12px;

	cursor: default;

	z-index: 2;

	text-align: center;

}



.adsbanner .slideshow .pagination .item {

	display: inline-block;

	padding: 15px 5px;

	position: relative;

	width: 46px;

	height: 32px;

	cursor: pointer;

	text-indent: -999em;

	z-index: 1;

}



.adsbanner .slideshow .pagination .item+.page {

	margin-left: -2px;

}



.adsbanner .slideshow .pagination .item::before {

	content: "";

	display: block;

	position: absolute;

	top: 15px;

	left: 5px;

	width: 36px;

	height: 2px;

	background: rgba(255, 255, 255, 0.5);

	transition: background 0.2s ease;

}



.adsbanner .slideshow .pagination .item::after {

	width: 0;

	background: #fff;

	z-index: 2;

	transition: width 0.2s ease;

}



.adsbanner .slideshow .pagination .item:hover::before,

.adsbanner .slideshow .pagination .item.is-active::before {

	background-color: #fff;

}



.adsbanner .slideshow .arrows .arrow {

	margin: -33px 0 0;

	padding: 20px;

	position: absolute;

	top: 50%;

	cursor: pointer;

	z-index: 3;

}



.adsbanner .slideshow .arrows .prev {

	left: 30px;

}



.adsbanner .slideshow .arrows .prev:hover .svg {

	left: -10px;

}



.adsbanner .slideshow .arrows .next {

	right: 30px;

}



.adsbanner .slideshow .arrows .next:hover .svg {

	left: 10px;

}



.adsbanner .slideshow .arrows .svg {

	position: relative;

	left: 0;

	width: 14px;

	height: 26px;

	fill: #fff;

	transition: left 0.2s ease;

}



#signin .modal-dialog {

	max-width: 1000px;

}



#signin .container {

	display: grid;

	place-items: center;

	height: 100vh;

}



#signin button.close {

	position: absolute;

	top: 0;

	right: 0;

	z-index: 99999;

	background: #000;

	padding: 5px 10px;

	color: white;

	border-top-right-radius: 15px;

}



#signin .box {

	position: relative;

	display: flex;

	align-items: center;

	/*width: 90%;*/

	max-width: 1000px;

	padding: 220px 20px 20px;

	overflow: hidden;

	background-color: white;

	border-radius: 5px;

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

}



@media (min-width: 768px) {

	#signin .box {

		min-height: 400px;

		padding: 120px 20px;

	}



	#signin .box__toggle:checked+.box__image {

		left: 500px;

	}

}



@media (max-width: 767px) {

	#signin .box__toggle:checked~.form--register {

		width: 100%;

		height: auto;

		opacity: 1;

	}



	#signin .box__toggle:checked~.form--login {

		width: 0;

		height: 0;

		opacity: 0;

	}

}



#signin .box__image {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 200px;

	object-fit: cover;

	object-position: 0 bottom;

	transition: 0.4s ease-in-out;

	border-bottom-left-radius: 15px;

	border-top-left-radius: 15px;

}



@media (min-width: 768px) {

	#signin .box__image {

		width: 500px;

		height: 100%;

		object-position: 0 0;

	}

}



#signin .form {

	width: 100%;

	overflow: hidden;

	text-align: left;

	transition: 0.3s;

}



@media (min-width: 768px) {

	#signin .form {

		width: 500px;

		padding: 0 20px;

	}

}



#signin .form__title {

	margin-bottom: 20px;

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

	font-size: 1.8rem;

	font-weight: 700;

}



#signin .form--login {

	opacity: 1;

	transition: opacity 0.5s ease;

}



#signin .form--register {

	width: 0;

	height: 0;

	opacity: 0;

	transition: opacity 0.5s ease;

}



@media (min-width: 768px) {

	#signin .form--register {

		width: 500px;

		height: auto;

		opacity: 1;

	}

}



#signin .form__helper {

	position: relative;

	margin-bottom: 15px;

}



#signin .form__helper:last-of-type {

	margin-bottom: 0;

}



#signin .form__label {

	position: absolute;

	bottom: 10px;

	left: 0;

	color: black;

	font-size: 14px;

	transition: 0.3s;

}



#signin .form__input {

	position: relative;

	width: 100%;

	padding: 5px 0;

	color: black;

	background-color: transparent;

	border-width: 0;

	border-bottom: 1px solid black;

	outline: none;

	font-size: 16px;

}



#signin .form__input::placeholder {

	opacity: 0;

}



#signin .form__input:not(:placeholder-shown)+.form__label {

	bottom: 25px;

	color: #2E8E79;

	font-size: 14px;

}



#signin .form__input:focus {

	border-bottom-color: #2E8E79;

}



#signin .form__input:focus+.form__label {

	bottom: 25px;

	color: #2E8E79;

	font-size: 14px;

}



#signin .form__button {

	display: block;

	width: 100%;

	margin-top: 20px;

	padding: 10px;

	color: white;

	background-color: #2E8E79;

	border: 0;

	cursor: pointer;

	font-size: 14px;

	font-weight: 300;

	letter-spacing: 1px;

	text-transform: uppercase;

}



#signin .form__text {

	margin-top: 10px;

	font-size: 14px;

}



#signin .form__link {

	color: #2E8E79;

	cursor: pointer;

}



#about-section {

	padding: 2% 0 !important;

}



#about-section h3 {

	font-size: 30px;

	font-weight: 700;

}



#about-section .about-bullet h4 {

	font-size: 20px;

	font-weight: 500;

}



#about-section h6 {

	font-size: 16px;

}



#about-section p {

	font-size: 16px;

	line-height: 26px;

	color: #838383;

	font-weight: normal;

}



#about-section a {

	color: #ffde00;

	-webkit-transition: all 0.3s;

	transition: all 0.3s;

}



#about-section a:hover,

#about-section a:focus,

#about-section a:visited {

	text-decoration: none;

	outline: none;

	outline-offset: 0;

}



#about-section a:hover {

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

}



#about-section i {

	vertical-align: middle;

}



#about-section ul {

	padding: 0 !important;

}



#about-section li {

	list-style: none;

}



#about-section .color-base {

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

}



#about-section .bg-one-dark {

	background: #043f3a !important;

}



#about-section .p-100 {

	padding-top: 100px;

	padding-bottom: 100px;

}



#about-section .mt-50 {

	margin-top: 50px;

}



#about-section .btn {

	text-transform: uppercase;

}



#about-section .btn:focus {

	box-shadow: none;

}



#about-section .btn:hover {

	color: #fff;

}



#about-section .btn-medium {

	background: transparent;

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

	font-weight: 600;

	font-size: 16px;

	padding: 14px 45px;

	border-radius: 4px;

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

	-webkit-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}



#about-section .btn-medium:hover {

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

	color: #222;

	-webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);

	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);

	transform: translateY(-3px);

	-ms-transform: translateY(-3px);

	-webkit-transform: translateY(-3px);

}



#about-section .btn-fill {

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

	color: #fff !important;

}



#about-section .btn-fill:hover {

	background: #ffb400;

	border-color: #ffb400;

}



#about-section .about-info {

	border: 2px solid rgba(255, 255, 255, 0.2);

}



#about-section img {

	position: relative;

	z-index: 1;

}



#about-section .inline-social ul li {

	display: inline-block;

	margin-right: 10px;

}



#about-section .bullet-check li {

	position: relative;

	padding-left: 30px;

	padding-bottom: 10px;

	color: #838383;

}



#about-section .bullet-check li:last-child {

	padding-bottom: 0;

}



#about-section .bullet-check li:before {

	position: absolute;

	content: "\f00c";

	font-family: "Font Awesome 5 Free";

	font-weight: 900;

	font-size: 15px;

	left: 0;

	color: #150f91;

}



/*! responsive */

@media (max-width: 480px) {

	#about-section .about-info-wrap {

		padding: 10px !important;

		margin-top: 30px;

	}



	#about-section .about-info {

		padding: 30px !important;

	}

}



@media (max-width: 767px) {

	#about-section h2 {

		font-size: 32px;

	}



	#about-section .wrap-button img {

		margin-top: 20px;

	}



	#about-section .about-info-wrap {

		padding: 10px !important;

		margin-top: 30px;

	}



	#about-section .about-info {

		padding: 30px !important;

	}

}



@media (min-width: 768px) and (max-width: 991px) {

	#about-section h2 {

		font-size: 30px;

	}



	#about-section .wrap-button img {

		margin-top: 20px;

	}



	#about-section .about-bullet {

		max-width: 100%;

		flex: 100%;

	}



	#about-section .about-info-wrap {

		padding: 10px !important;

		margin-top: 30px;

	}



	#about-section .about-info {

		padding: 30px !important;

	}

}



@media (min-width: 992px) and (max-width: 1199px) {

	#about-section .about-bullet {

		max-width: 100%;

		flex: 100%;

	}

}



.img-box6 {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	/*margin-left: -100px;*/

}



.img-box6 .img1 {

	margin-right: -200px;

	-webkit-animation: movingX 8s linear infinite;

	animation: movingX 8s linear infinite;

	z-index: 1;

	padding: 5px;

}



/*.img-box6 .img1 img {padding-left: 5px;}*/

.service-grid {

	background: #fcfcfc;

	padding: 5% 0 !important

}



.service-title h4 {

	position: relative;

	display: inline-block;

}



.service-icon {

	position: relative;

}



.service-title p {

	padding: 0 190px;

	margin-bottom: 10px;

}



.about-info-text h2 {

	margin-bottom: 23px;

	text-transform: capitalize;

	font-weight: 700;

	line-height: 0.9;

}



.about-info-text p {

	padding: 0 100px;

	font-size: 18px;

	margin-bottom: 26px;

	position: relative;

}



.about-content p {

	margin-bottom: 0;

}



.about-info-text a {

	margin-bottom: 20px;

	position: relative;

}



.service-icon i {

	font-size: 40px;

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

	margin-bottom: 20px;

	display: inline-block;

}



.service-wrap {

	border: 1px solid #e6e6e6;

	padding: 50px 30px;

	position: relative;

}



.service-wrap p {

	position: relative;

}



.service-wrap:hover {

	background-image: url(https://quickqrscan.com/assets/frontend/images/sl2.webp);

	mix-blend-mode: darken;

	background-size: cover;

	background-position: center center;

	background-attachment: local;

	transition: all 0.5s;

}



.service-wrap:hover:before {

	background: rgba(0, 0, 0, 0.2901960784313726);

	position: absolute;

	height: 100%;

	width: 100%;

	left: 0px;

	content: "";

	top: 0;

	opacity: 1;

}



.service-wrap:hover h4,

.service-wrap:hover p {

	color: #fff;

}



.service-wrap h4 {

	font-weight: 600;

	color: #1e2331;

	margin-bottom: 17px;

	font-size: 18px;

	text-transform: capitalize;

	position: relative;

}



.service-wrap a {

	font-size: 14px;

	font-weight: 600;

	position: relative;

}



@keyframes movingX {

	0% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}



	50% {

		-webkit-transform: translateX(30px);

		transform: translateX(30px);

	}



	100% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}



#about-us section.user_home_banner {

	display: none;

}



.single-breadcrumb {

	background-image: linear-gradient(rgba(26 24 22 / 20%), rgba(26 24 22 / 40%)), url(/uploads/abt.webp);

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	width: 100%;

	border-radius: 12px

}



.single-breadcrumb h3 {

	font-size: 42px;

	padding: 91px 0;

	color: #fff;

	text-align: center;

}



section#contacts {

	background-color: #fff;

}



.packageSection.mt-20 {

	min-height: 100vh;

}



@media (max-width:539px) {

	.single-breadcrumb h3 {

		font-size: 31px;

		padding: 46px 0;

	}



	.bottom_down h4 {

		font-size: 17px;

	}

}



.item-btn.next button {

	display: none;

}



html {

	scroll-behavior: smooth;

}



#enquire {

	scroll-margin-top: 85px;

}



#navbarNavDropdown .container-fluid {

	padding-right: 0;

}



@media (max-width:599px) {

	.img-cat {

		width: 50px;

		height: 50px;

		margin: 0 auto;

	}



	.category-block {

		height: auto;

		padding: 0;

		margin-bottom: 0;

		border: 0;

	}

}



@media (min-width:1500px) {

	.img-cat {

		width: 220px;

		height: 120px;

	}

}



.slide-container .prev,

.slide-container .next {

	cursor: pointer;

	position: absolute;

	top: 50%;

	width: auto;

	margin-top: -22px;

	padding: 16px;

	color: white;

	font-weight: bold;

	font-size: 20px;

	transition: all 0.6s ease;

	border-radius: 0 3px 3px 0;

	user-select: none;

}



.slide-container .prev:hover,

.slide-container .next:hover {

	background-color: rgba(0, 0, 0, 0.8);

	color: white;

}



.slide-container .prev {

	left: 2px;

}



.slide-container .next {

	right: 2px;

}



.dots-container {

	display: flex;

	justify-content: center;

	align-items: center;

	padding: 10px;

	/*    max-width: 1000px;*/

	margin-top: -43px;

	position: relative;

}



.dots-container .dot {

	cursor: pointer;

	margin: 5px;

	width: 12px;

	height: 12px;

	color: #333;

	border-radius: 50%;

	background-color: #fff;

}



.dots-container .dot.active {

	border: 2px solid rgb(0 160 227);

}



.slide-container {

	display: flex;

	justify-content: center;

	align-items: center;

	/*  max-width: 1000px;*/

	position: relative;

}



.slide-container .slide {

	display: none;

	width: 100%;

}



.slide-container .slide.fade {

	animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;

	height: 381px;

}



.slide-container .slide img {

	width: 100%;

	border-radius: 8px;

}



.slide-container .fade:not(.show) {

	opacity: 1 !important;

}



.wid-part {

	margin-bottom: 30px;

	height: 182px;

	width: 100%;

}



.wid-part img {

	/*  object-fit: contain;*/

	border-radius: 8px;

}



@media (max-width:599px) {

	.slide-container .slide.fade {

		height: auto;

	}

}



#ad-slider {

	margin-top: 66px;
	padding-top:39px;

	/*    margin-bottom: 34px;*/

}



.Social-media {

	display: flex;

	margin: 10px 0;

	/*  justify-content: center;*/

}



.Social-media a {

	display: flex;

	background: #fff;

	height: 34px;

	width: 34px;

	margin: 0 12px;

	border-radius: 8px;

	align-items: center;

	justify-content: center;

	text-decoration: none;

	box-shadow: 6px 6px 10px -1px rgb(117 123 128 / 17%), -6px -6px 10px -1px rgba(255, 255, 255, 0.7);

	border: 1px solid rgba(0, 124, 196, 0);

	transition: transform 0.5s

}



.Social-media a:first-child {

	margin-left: 0;

}



.Social-media a i {

	/*  color:#777;*/

	transition: transform 0.5s;

}



.Social-media a:hover {

	box-shadow: inset 4px 4px 6px -2px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px -1px rgba(255, 255, 255, 1), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);

	border: 1px solid rgba(0, 124, 196, 0.1);

	transform: translateY(2px);

}



.Social-media a:hover i {

	transform: scale(0.90);

}



.Social-media a:hover .fa-facebook {

	color: #3b5998;

}



.Social-media a:hover .fa-twitter {

	color: #00acee;

}



.Social-media a:hover .fa-whatsapp {

	color: #4fce5d;

}



.Social-media a:hover .fa-instagram {

	color: #f14843;

}



.Social-media a:hover .fa-youtube {

	color: #f00;

}



@media(max-width:599px) {

	.Social-media a {

		height: 34px;

		width: 34px;

	}

}



.social-img {

	width: 38px;

	margin: 0 10px 15px;

	/*    box-shadow: 6px 6px 10px -1px rgb(117 123 128 / 17%), -6px -6px 10px -1px rgba(255, 255, 255, 0.7);*/

	border-radius: 50%;

}



.social-btns {

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	align-items: center;

}



.social-btns a {

	width: 21%;

	display: inline-block;

}



.single-listing-summary2 .row {

	align-items: center;

}



.ribbon-wrapper {

	width: 85px;

	height: 88px;

	overflow: hidden;

	position: absolute;

	top: -3px;

	left: -3px;

}



.ribbon-wrapper .ribbon {

	font: bold 15px sans-serif;

	color: #333;

	text-align: center;

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-ms-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	position: relative;

	/*  padding: 7px 0;*/

	top: 15px;

	left: -38px;

	width: 120px;

	/*  background-color: #ebb134;*/

	background-color: #4cdd5b;

	box-shadow: -1px 2px 3px rgba(0, 0, 0, .2);

	color: #fff;

}



@media (max-width:599px) {

	.badge {

		padding: 3px 6px;

	}



	.social-btns {

		justify-content: center;

		margin-top: 16px;

	}



	.social-img {

		width: 36px;

		margin: 0 10px 15px;

	}



	.social-btns a {

		width: 21%;

	}



	.ribbon-wrapper .ribbon {

		font: bold 12px sans-serif;

		top: 9px;

		left: -44px;

	}



	.single-listing-summary2 .media figure {

		width: 25% !important;

	}



	.wid-part {

		margin-bottom: 20px;

		height: auto;

		width: 100%;

		margin-top: 20px;

	}



	.loc i {

		/*        display: none;*/

		font-size: 12px;

	}

}



.rightSearch .form-control.first {

	border-radius: 4px;

	border-top-right-radius: 0;

	border-bottom-right-radius: 0;

	width: 580px;

}



.user_right_btn_area .c_btn {

	border-radius: 4px;

	border-top-left-radius: 0;

	border-bottom-left-radius: 0;

}



.rightSearch input[type=text],

.rightSearch .form-control {

	padding: 2px 15px 8px;

}



#rev h6,

.new-heading {

	text-align: center;

	margin-bottom: 20px;

	font-size: 18px;

}



@media (max-width:991px) {

	.d-flex.justify-content-center.w-100 {

		flex-wrap: wrap;

		-ms-flex-align: center;

		align-items: center;

		-ms-flex-pack: justify;

		justify-content: space-between !important;

		padding: 5px 16px;

	}



	.styled-heading h3 {

		padding: 0 0 10px !important;

		font-size: 16px !important;

	}



	#ad-slider {

		margin-top: 50px;

		margin-bottom: 15px;

	}

}



.navbar-brand {

	/*max-width: 125px;*/

}



@media (max-width:500px) {

	.bottom-icons i {

		display: none;

	}



	.featured-title-box {

		padding: 12px 16px 14px;

	}



	.featured-title-box h6 {

		width: auto;

	}



	.featured-title-box ul li {

		margin-bottom: 4px;

		font-size: 12px;

	}



	.featured-title-box ul {

		margin-top: 0;

	}



	.username {

		font-size: 14px !important;

	}



	.open-now a,

	.menu-btn a {

		padding: 2px 10px;

		font-size: 12px;

	}



	.styled-heading h3 {

		padding: 0 0 15px;

		font-size: 21px;

	}

}



.logopart {

	width: 110px;

	height: 110px;

	border-radius: 50%;

	margin: -50px auto 0;

	border: 1px solid #ddd;

	text-align: center;

}



.logopart img {

	height: 100%;

	width: 100%;

	object-fit: contain;

}







.first-part {

	max-width: 90%;

	margin: auto 0;

	text-align: center;

}



#rev .social-img span {

	display: none;

}



#rev .media-part {

	display: flex;

	flex-direction: column;

}



.media-btn i {

	margin-right: 7px;

}



#rev .btn.media-btn {

	padding: .375rem .75rem;

}



#rev .single-listing-summary2 .media .media-body .item-title {

	color: #5b5b5b;
	font-family: 'Varela Round';
    letter-spacing: normal;

}



#rev .single-listing-summary2 .entry-meta-rating li span {

	color: #5b5b5b;

}



/*@media (max-width:599px){*/

#rev .single-listing-summary2 .media figure {

	width: 100px !important;

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

	border-radius: 50%;

	position: relative;

	z-index: 90;

	padding: 4px;

	margin: -60px auto 15px;

	background: #fff;

	display: block !important;

	height: 100px;

	box-shadow: 0px 0px 0px #d6d6d6, 0px 0px 10px #bebebe;

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

}



.navbar-brand img {

	/*object-fit: contain; */
filter: brightness(0) invert(1);
}



#rev .media-btn i {

	margin-right: 2px;

}



#rev .single-listing-summary2 .media {

	display: block !important;

	width: 100%;

	padding: 0 7px;

}



#rev .entry-meta-rating {

	margin-bottom: 0;

}



#rev .single-listing-summary2 .media {

	align-items: start;

}



#rev .social-img {

	width: 50px;

	height: 50px;

	margin: 0 auto;

	/*            background: #3d6ad60d;*/

	padding: 10px;

}



#rev .social-img img {

	width: 100%;

	object-fit: contain;

}



#rev .social-btns a {

	width: 32%;

	text-align: center;

}



#breadcrumb-line.single-breadcrumb h3 {

	font-size: 18px;

	padding: 90px 0;

}



#rev .single-listing-summary2 .media .media-body {

	width: 100% !important;

	text-align: center;

}



#rev .single-listing-summary2 .entry-meta-rating {

	justify-content: center;

}



#rev .single-listing-summary-wrap2 {

	/*background: #f2f2f2;*/

}



#rev h6,

.new-heading {

	margin-top: 15px;

	font-size: 16px;

	margin-bottom: 10px;

}



#rev .single-listing-summary2 {

	margin-bottom: 0;

	background: #fff;

	border-radius: 12px;

	margin-top: -6rem;

}



#rev .media img {

	object-fit: contain;
}



.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a i {

	font-size: 12px;

}



#rev .social-img span {

	font-size: 11px;

	display: inline-block;

	color: #fff;

	max-width: 100%;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	color: #5b5b5b;

	margin: 3px 0;

}



#rev .media-part {

	display: flex;

	flex-direction: row;

	justify-content: center;

	margin-bottom: 14px;

	gap: 8px;

	width: 80%;

	margin: 0 auto 16px auto;

}



#rev .btn.media-btn {

	padding: 6px;

}



.navbar-brand {

	max-width: 170px;

}



/*}*/

#rev .single-listing-summary2 .entry-meta-rating {

	margin-bottom: 0;

}



#rev .single-listing-summary2 {

	background: #fff;

	color: #5b5b5b;

	border: 1px solid #f2f2f2;

	/*ox-shadow: 0px 0px 0px #cecece, 1px 1px 5px #ebebeb;*/

}



.navbar-brand img {

	/*object-fit: contain;*/

}



@media (max-width:991px) {

	.home_page_navbar .navbar-brand {

		max-width: 73px;

	}

}



@media (min-width:768px) and (max-width:1024px) {

	.slide-container .slide.fade {

		height: 263px;

	}



	.grid-part {

		height: 200px;

	}



	.wid-part {

		height: 113px;

	}



	.main-block .row {

		justify-content: center;

	}



	.main-block .browse {

		justify-content: center;

	}

}



#menu-page {

	min-height: 100vh;
/*	padding-top: 31px;*/

}

 .item-wrapper{
	border-radius: 12px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.img-logo {

	/* height: 120px; */

	width: 120px;

	margin-right: 20px;

}



.media-btn i {

	color: #fff;

}



#rev .media-btn.btn {

	background-color: #181924;

	color: #fff;

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

}



#rev .media-btn1.btn {

	background-color: #d8d8d8;

	/*border: .5px solid grey;*/

	color: #5b5b5b;

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

}



#rev .modal-cont {

	background-color: rgba(0, 0, 0, .75);

}



.login-form .input-group {

	margin: 0 0 15px;

}



.login-form .input {

	width: 100%;

	border: 1.5px solid #9e9e9e;

	border-radius: 5px;

	background: 0 0;

	padding: 12px 16px;

	font-size: 14px;

	color: #222;

	transition: border 150ms cubic-bezier(.4, 0, .2, 1);

}



.login-form .user-label {

	position: absolute;

	left: 15px;

	color: grey;

	pointer-events: none;

	font-family: var(--font-family);

	transition: 150ms cubic-bezier(.4, 0, .2, 1);

	top: 50%;

	transform: translateY(-50%);

	line-height: normal;

}



.connect-button button {

	width: 100%;

	padding: 5%;

	margin: 4% 0;

	border-radius: 20px;

	border: none;

	background-color: #000;

	color: #fff;

	cursor: pointer;

}



div#contact-user {

	margin-top: 5px;

}



div#contact-user p.address i {

	font-size: 18px;

}



div#contact-user .home_social.list.style_1 ul li a {

	color: #333;

	padding: 10px 0;

	margin-right: 15px;

	padding-right: 8px;

	font-size: 14px;

	font-weight: 400;

}



@media (min-width:600px) {

	.container-app {

		max-width: 680px;

		margin: 0 auto;

	}

}



#rev .single-listing-summary-wrap2 .container-fluid {

	padding-right: 15px;

	padding-left: 15px;

}



#rev .media-body.space-md {

	margin-left: 0;

}



#rev .single-listing-summary-wrap2 {

	padding: 0 !important;

	margin-bottom: 0 !important;

}



#rev .single-listing-summary2 .media .media-body .item-title {

	font-size: 20px;

	font-weight: 600;

	text-transform: uppercase;

}



#rev .media-body.space-md p {

	width: auto;

}



#rev .btn {

	font-size: .75rem !important;

}



#rev .media-body p {

	font-size: 12px !important;

}



/*main.review-app {            background: #373a49;          }*/

@media (max-width:599px) {

	.footer_bottom {

		/* margin-bottom: 52px;display: none;*/

	}



	.single-listing-box-layout1 .listing-details-review ul.review-items>li .media .media-body .entry-meta li a i {

		width: 20px;

		height: 20px;

		line-height: 20px;

	}



	/*.navbar-brand img {

		object-fit: contain;

	}*/



	p.address a {

		font-size: 12px;

		line-height: 14px;

	}



	.address {

		padding-top: 0;

	}



	.home_social.list.style_1 ul {

		justify-content: start;

	}



	div#contact-user .home_social.list.style_1 ul li a {

		color: #000;

		padding: 4px 0;

		margin-right: 1px;

		padding-right: 3px;

		font-size: 13px;

		font-weight: 400;

	}



	.home_social.list.style_1 ul li a i {

		font-size: 14px;

		padding: 2px 4px;

		border-radius: 4px;

		margin-right: 1px;

	}



	div#contact-user p.address i {

		color: var(--defaultColor) !important;

		font-size: 14px;

		font-weight: 900;

	}



	.single-listing-summary2 .media {

		align-items: start;

	}



	.row.gutters-15.grp-btn {

		/* width: auto;margin: 0;*/

		width: 100%;

		display: block;

		text-transform: uppercase;

		margin: 0 auto;

	}



	.grp-btn .item-btn {

		font-size: 12px;

		margin-top: 7px;

		font-weight: 600;

		padding: 2px 4px;

	}



	.row.gutters-15.grp-btn .col-auto {

		padding: 3px;

	}



	.grp-btn .item-btn i {

		display: none;

	}



	.address {

		padding-top: 0;

	}



	div#contact-user {

		margin-top: 0;

	}

}



#packg .defaultHeading,

#special .defaultHeading {

	padding: 3% 0 0% 0;

}



@media(min-width:1500px) {

	main.review-app {

		min-height: 100vh;

	}

}



@media(max-width:991px) {

	.single-listing-share2 .row {

		justify-content: center;

		margin: 15px 0;

	}



	.qrCode1 img {

		width: 130px;

	}

}



@media (max-width:599px) {

	#browse-cat .row.browse {

		overflow-x: auto;

		overflow-y: hidden;

	}

}



.grid-part {

	height: 378px;

	border-radius: 8px;

	width: 100%;

	display: inline-block;

}



.grid-part img {

	border-radius: 8px;

}



@media (max-width:599px) {

	.grid-part {

		display: none;

	}



	.qr_area {

		display: none !important;

	}

}



@media (min-width:768px) and (max-width:1300px) {

	.featured-title-box .col-md-3 {

		padding-right: 0;

	}



	.featured-title-box .col-md-9 {

		padding-left: 23px;

	}



	.grid-part {

		height: 200px;

	}

}



@media (min-width:992px) and (max-width:1499px) {

	.wid-part {

		height: 138px;

	}



	.slide-container .slide.fade,

	.grid-part {

		height: 311px;

	}



	.adsbanner .slideshow {

		height: 278px;

	}



	#food-slider .slide-container .slide.fade,

	#food-slider .grid-part {

		height: 335px;

	}

}



@media (min-width:992px) and (max-width:1024px) {

	.d-flex.justify-content-center.w-100 {

		flex-wrap: wrap;

		-ms-flex-align: center;

		align-items: center;

		-ms-flex-pack: justify;

		justify-content: space-between !important;

		padding: 5px 16px;

	}



	.img-cat {

		width: 108px;

		height: 108px;

	}



	.slide-container .slide.fade,

	.grid-part {

		height: 225px;

	}



	.featured-rating-green {

		width: 40px !important;

		height: 40px !important;

		margin: -40px 10px 0 0 !important;

	}



	.featured-title-box .col-md-9 {

		flex: 100%;

		max-width: 98%;

	}



	.qr_area {

		display: none;

	}



	.menu-btn i,

	.open-now i {

		display: none;

	}

}



@media(min-width:1500px) {

	.adsbanner .slideshow {

		height: 350px;

	}



	.slide-container .slide {

		height: 394px;

	}



	.wid-part {

		height: 182px;

	}



	#food-slider .slide-container .slide.fade,

	#food-slider .grid-part {

		height: 385px;

	}

}



@media (min-width: 1600px) {

	.business-container {

		max-width: 1500px;

	}

}



#category-div.carousel {

	width: 100%;

	margin: 0px auto;

}



#category-div.carousel .slick-slide {

	margin: 0px 10px;

}



#category-div.carousel .slick-slide img {

	width: 100%;

}



#category-div.carousel .slick-prev,

#category-div.carousel .slick-next {

	background: transparent;

	border-radius: 15px;

	border-color: transparent;

/*	display: none !important;*/

}



#category-div.carousel .card {

	border: 2px solid #fff;

	/*  box-shadow: 1px 1px 15px #ccc;*/

}



#category-div.carousel .card-body {

	background: #fff;

	width: 100%;

	vertical-align: top;

}



#category-div.carousel .card-content {

	text-align: left;

	color: #333;

	padding: 15px;

}



#category-div.carousel .card-text {

	font-size: 14px;

	font-weight: 300;

}



.slick-prev:hover,

.slick-prev:focus,

.slick-next:hover,

.slick-next:focus {

	color: #fff !important;

	outline: 0;

	background: #fff !important;

}



#category-div.carousel .slick-prev:before,

#category-div.carousel .slick-next:before {

	opacity: 1 !important;

}
#category-div.carousel .slick-prev:before, #category-div.carousel .slick-next:before{
color: #00a0e3;
font-size: 24px;
}


.slick-dots li.slick-active button:before {

	opacity: .75;

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

}



#browse-cat .styled-heading {

	margin-bottom: 15px;

}



@media (max-width:599px) {

	#category-div.carousel {

		width: 100%;

	}



	.slick-slider {

		margin-bottom: 0;

	}



	#browse-cat .styled-heading {

		margin-bottom: 15px;

	}

}



/* label container */

.radio-button-container {

	color: #4b566b;

	position: relative;

	padding-left: 30px;

	line-height: 16px;

	margin-bottom: 12px;

	margin-top: 12px;

	margin-left: 9px;

	cursor: pointer;

	font-size: 16px;

	margin-right: 9px;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



/* Hide the browser's default radio button */

.radio-button-container input {

	position: absolute;

	opacity: 0;

	cursor: pointer;

}



/* Create a custom radio button */

.checkmark {

	position: absolute;

	top: 0;

	left: 0;

	height: 18px;

	width: 18px;

	background-color: rgba(0, 0, 0, 0);

	border-radius: 50%;

	border: 2px solid rgba(0, 0, 0, 0.25);

	transition: all 0.3s;

}



/* On mouse-over, add a grey background color */

.radio-button-container:hover input~.checkmark {

	border-color: rgba(0, 0, 0, 0.5);

}



/* When the radio button is checked */

.radio-button-container input:checked~.checkmark {

	background-color: rgba(0, 0, 0, 0);

	border-color: teal;

}



/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {

	content: "";

	position: absolute;

	display: none;

}



/* Show the indicator (dot/circle) when checked */

.radio-button-container input:checked~.checkmark:after {

	display: block;

}



/* Style the indicator (dot/circle) */

.radio-button-container .checkmark:after {

	top: 2px;

	left: 2px;

	width: 10px;

	height: 10px;

	border-radius: 50%;

	background: teal;

}



.choosy-button {

	text-align: left;

	margin-bottom: 11px;

	text-transform: capitalize;

	margin: 0 auto;

}



@media (max-width:599px) {

	.radio-button-container {

		padding-left: 24px;

		line-height: 16px;

		margin-bottom: 12px;

		margin-left: 14px;

		cursor: pointer;

		font-size: 14px;

	}



	.choosy-button {

		margin-bottom: 0;

		margin-left: 2px;

	}



	#menu-page .search-box-2 {

		padding: 5px;

		border-radius: 5px;

		height: 39px;

	}



	#packg .defaultHeading,

	#special .defaultHeading,

	#menu-page .defaultHeading {

		/*margin-top: 41px;*/

		/*text-align: center;*/

	}



	.item-user .item-user-icons a {

		width: 1.5rem;

		height: 1.5rem;

		line-height: 1.5rem;

		margin-right: 10px;

		font-size: 14px;

	}



	.item-user {

		padding: 1px !important;

	}

}



.slick-list.draggable {

	padding: 0px !important;

}



.radio-button-container input#Red:checked~.checkmark {

	border-color: #FF0000;

}



.radio-button-container input#Green:checked~.checkmark {

	border-color: #4CAF50;

}



.radio-button-container #Red+.checkmark:after {

	background-color: #FF0000;

}



.radio-button-container #Green+.checkmark:after {

	background-color: #4CAF50;

}



.total_sum {

	margin-right: 5px;

	background: #fff;

	padding: 5px 15px;

	border-radius: 5px;

	/* width: 49.111%; */

	margin-bottom: 10px;

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

}



.total_sum p {

	margin-bottom: 10px;

	font-size: 16px;

	text-transform: capitalize;

	font-weight: 600;

}



.bounce2 {

	animation: bounce2 2s ease infinite;

}



@keyframes bounce2 {



	0%,

	20%,

	50%,

	80%,

	100% {

		transform: translateY(0);

	}



	40% {

		transform: translateY(-30px);

	}



	60% {

		transform: translateY(-15px);

	}

}



table.order-info {

	border-collapse: collapse;

	width: 100%;

}



.order-info th,

.order-info td {

	text-align: left;

	padding: 8px;

}



.order-info td {

	font-weight: 500;

}



.details-custom h4 {

	text-align: center;

	margin: 10px 0;

}



.details-custom h5 {

	margin: 27px 0;

	text-align: center;

}



.order-info tr:nth-child(odd) {

	background-color: #f2f2f2;

}



@media(max-width:767px) {



	/*.bounce2 {  animation: none;  }*/

	.UserMobileMenu .cartFloatingIcon {

		position: absolute;

		bottom: -21px;

	}



	.UserMobileMenu span.total_count {

		right: 7px;

	}

}



button.item-btn.btn-primary {

	width: auto;

	color: #fff;

}



.modal-info .canceld {

	margin-top: 10px;

}



.modal-info .radio-button-container {

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 6px;

	display: inline-block;

	font-weight: 500;

	padding-left: 22px;

	line-height: 12px;

}



.modal-info .choosy-button {

	text-align: left;

	margin-bottom: 0;

}



.modal-info .checkmark {

	border: 2px solid lch(84.58 3.93 251.39 / 0.6);

	height: 15px;

	width: 15px;

}



.modal-info .modal-box {

	width: 40%;

}



.modal-info .radio-button-container .checkmark:after {

	top: 2px;

	left: 2px;

	width: 7px;

	height: 7px;

	border-radius: 50%;

}



/*.select-menu {max-width: 330px;margin: 50px auto;}*/

.select-menu .select-btn {

	display: flex;

	/*    height: 43px;*/

	background: #fff;

	padding: 8px;

	font-size: 15px;

	font-weight: 400;

	border-radius: 0.25rem;

	align-items: center;

	cursor: pointer;

	justify-content: space-between;

	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */

	border: 1px solid #ced4da;

}



.select-menu .options {

	position: absolute;

	width: 94%;

	overflow-y: auto;

	max-height: 110px;

	padding: 4px;

	margin-top: 10px;

	border-radius: 5px;

	background: #fff;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

	animation-name: fadeInDown;

	-webkit-animation-name: fadeInDown;

	animation-duration: 0.35s;

	animation-fill-mode: both;

	-webkit-animation-duration: 0.35s;

	-webkit-animation-fill-mode: both;

}



.select-menu .options .option {

	display: flex;

	height: 33px;

	cursor: pointer;

	padding: 0 16px;

	border-radius: 8px;

	align-items: center;

	background: #fff;

	font-weight: 500;

}



.select-menu .options .option:hover {

	background: #f2f2f2;

}



.select-menu .options .option i {

	font-size: 25px;

	margin-right: 12px;

}



.select-menu .options .option .option-text {

	font-size: 15px;

	color: #333;

}



.select-btn i {

	font-size: 13px;

	transition: 0.3s;

}



.select-menu.active .select-btn i {

	transform: rotate(-180deg);

}



.select-menu.active .options {

	display: block;

	opacity: 0;

	z-index: 10;

	animation-name: fadeInUp;

	-webkit-animation-name: fadeInUp;

	animation-duration: 0.4s;

	animation-fill-mode: both;

	-webkit-animation-duration: 0.4s;

	-webkit-animation-fill-mode: both;

}



@keyframes fadeInUp {

	from {

		transform: translate3d(0, 30px, 0);

	}



	to {

		transform: translate3d(0, 0, 0);

		opacity: 1;

	}

}



@keyframes fadeInDown {

	from {

		transform: translate3d(0, 0, 0);

		opacity: 1;

	}



	to {

		transform: translate3d(0, 20px, 0);

		opacity: 0;

	}

}



.modal-info .defaultHeading h1,

.modal-enquire .defaultHeading h1 {

	text-transform: capitalize;

	font-size: 20px;

	margin-left: 15px;

}



.modal-info .modal-box,

.modal-enquire .modal-box {

	overflow: hidden;

}



@media (max-width599px) {



	.modal-info .modal-box,

	.modal-enquire .modal-box {

		width: 90%;

	}



	.modal-info .modal-box .form-group,

	.modal-enquire .modal-box .form-group {

		margin-bottom: 6px !important;

	}



	.modal-info .modal-box label,

	.modal-enquire .modal-box label {

		margin-bottom: 3px;

	}



	.modal-info .defaultHeading h1,

	.modal-enquire .defaultHeading h1 {

		font-size: 15px;

	}

}



.details-custom h6 {

	/*font-weight: 600;font-size: 20px;line-height: 22px;margin-bottom: 15px;color: #777;*/

}



.details-custom h4 {

	text-align: center;

	margin: 27px 0 12px;

	text-transform: uppercase;

	font-weight: 600;

}



.details-custom h5 {

	margin: 10px 0 7px;

	text-align: center;

}



@media (max-width:599px) {

	.order_page {

		text-align: center;

	}



	.modal-info .modal-box {

		width: 90%;

	}

}



.slick-slider {

	margin-bottom: 0 !important;

}



a.business-img {

	height: 150px;

	display: block;

	overflow: hidden;

}



a.business-img img {

	object-fit: cover !important;

}



#food-slider {

	margin: 36px auto 22px;

}



section#browse-cat {

	padding: 40px 0;

}

#browse-cat .styled-heading h3, .categ .styled-heading h3, #browse-users .styled-heading h3 {
    padding: 0 0 7px;
}
#browse-cat .styled-heading p, .categ .styled-heading p, #browse-users .styled-heading p {
	margin-top: 15px;
  color: #5b5b5b;
}

@media (max-width:599px) {

	#food-slider .grid-part {

		height: auto;

		border-radius: 8px;

		width: 100%;

		/*    display: inline-block;*/

		margin: 10px 0 0;

	}



	/*.bottom-icons{display: none;}*/

	.navbar-collapse {

		/*  background: #f1f4f7;*/

		margin: 10px 0;

		padding: 7px;

	}



	.home_page_navbar nav li a {

		padding: 6px 10px !important;

	}



	#food-slider .col-md-3.col-3 {

		padding-right: 8px !important;

		padding-left: 8px !important;

	}



	#food-slider {

		margin: 15px 0;

	}



	.row.grid-layout {

		padding-right: 11px;

		padding-left: 11px;

	}



	.grid-part img {

		border-radius: 8px;

		object-fit: cover;

		object-position: center;

	}



	.main-block.light-bg .styled-heading h3 {

		margin-bottom: 16px;

	}



	.single-listing-summary2 .media figure {

		margin-bottom: 0;

	}

}



.details-custom input[type=text],

.details-custom input[type=password] {

	margin-bottom: 11px;

}



.details-option {

	/*    margin: 7px;*/

	background: #fff;

	padding: 16px 15px 6px;

	border-radius: 5px;

	margin-bottom: 7px;

}



.details-option h3 {

	margin: 3px 0 14px;

}



.order_page.orderInfoArea {

	/*display: none;*/

}



.details-option .form-group {

	margin-bottom: 10px;

}



.total_sum_area .confirm_btn {

	width: 100%;

}



#order-page {

	margin: 25px 0;

}



.successMsg {

	width: 100%;

}



#order-page .successMsgArea.single__page__order {

	min-height: auto;

}



.confirmMsgArea h4 {

	text-align: center;

	margin: 27px 0 12px;

}



#order-page .successMsgArea.single__page__order {

	justify-content: start;

}



.userMenu .container-fluid {

	padding-right: 25px;

	padding-left: 25px;

}



@media (max-width:599px) {

	.successMsgArea.single__page__order {

		justify-content: center;

	}



	#order-page .col-md-12.total_sum_area {

		padding-bottom: 0;

	}



	.userMenu .container-fluid {

		padding-right: 2px;

		padding-left: 2px;

	}

}



.dropdown-item {

	white-space: wrap;

}



.navbar .business-container {

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-ms-flex-align: center;

	align-items: center;

	-ms-flex-pack: justify;

	justify-content: space-between;

}



.custom-col {

	box-shadow: rgba(28, 28, 28, 0.08) 0px 2px 8px;

}



@media (min-width: 1600px) {

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

		line-height: 15px;

	}

}



li.signin,

li.log-in {

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

	color: #fff;

	transition: all 0.3s;

	border: 1px solid;

	border-color: #fff;

	border-radius: 5px;

}



li.signin:hover,

li.log-in:hover {

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

	color: #fff;

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

}

.homeMenuNav li.nav-item.active {
    background: #d0dade70;
    padding-top: 6px;
    margin-bottom: -9px;
    padding: 6px 0 4px;
    /* border-top-right-radius: 12px; */
    /* border-top-left-radius: 12px; */
    margin-top: -8px;
}
.categ #catg-sec{
	margin-top: 35px;
}
li.signin a,

li.log-in a {

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 2px;

}



li.signin:hover a,

li.log-in:hover a {

	/*color:rgba(84, 91, 98, .8);*/

	font-weight: 600;

}



li.log-in {

	padding: .5rem 1rem;

	margin-right: 8px;

}



.rightMenu {

	text-transform: capitalize;

}



@media (min-width:1500px) {

	.checkmark {

		height: 17px;

		width: 17px;

	}

}



@media (min-width: 1500px) {

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

		line-height: 14px;

	}

}



@media (min-width:1500px) and (max-width:1700px) {

	.radio-button-container .checkmark:after {

		top: 3px;

		left: 3px;

	}

}



#itemModal {

	padding-right: 0 !important;

}



.modal.fade .modal-dialog.load {

	display: none;

}



@media (min-width:576px) {

	.modal.fade .modal-dialog.load {

		/* animation-name: zoom;animation-duration: .7s;animation-fill-mode: forwards;animation-timing-function: ease;*/

		display: none;

	}

}



div#login-option :first-child {

	margin-left: 0;

}



#login-option .radio-button-container input:checked~.checkmark {

	border-color: #00a0e3;

}



#login-option .radio-button-container .checkmark:after {

	background: #00a0e3;

}



#login-option {

	text-align: left;

}



/*.wrapper{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}*/

.searchbox {

	position: relative;

	display: none;

}



.searchbox .input {

	width: 0px;

	border: 0px;

	height: 30px;

	padding: 0px 15px;

	border-radius: 5px;

	/*box-shadow: 0 0 15px 1px #b6bbc0;*/

	outline: none;

	color: #999;

	background: transparent;

	font-size: 14px;

	transition: all 0.5s linear;

	background: #f1f4f7;

}



.searchbtn {

	position: absolute;

	top: 0;

	right: -1px;

	background: #fff;

	width: 30px;

	height: 30px;

	border-radius: 50%;

	cursor: pointer;

	transition: all 0.5s 0.6s linear;

	background: transparent;

}



.searchbtn .fas {

	position: absolute;

	top: 50%;

	left: 50%;

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

	color: #999;

	font-size: 20px;

	transition: all 0.5s 0.6s linear;

}



/* jquery class */

.searchbtn.bg-green {

	background: transparent;

	transition: all 0.2s linear;

}



.searchbtn .fas.color-white {

	color: #999;

	transition: all 0.2s linear;

}



.searchbox .input.active-width {

	width: 100%;

}



@media (max-width:599px) {

	.searchbox {

		display: inline-block;

	}



	.rightSearch {

		display: none;

	}



	.cartNofify {

		width: 100%;

	}



	.navbar-toggler {

		padding: 0;

	}



	.navbar-light .navbar-toggler {

		border-color: transparent;

	}



	#headers .d-flex.justify-content-center.w-100 {

		padding: 0;

	}



	.navbar-brand {

		padding-top: 0;

		padding-bottom: 0;

		

	}



	.modal-footer .btn {

		padding: .175rem .75rem;

	}



	.menu-btn {

		display: none;

	}



	.package_header_right a.btn {

		padding: .175rem .75rem;

	}



	.modal-info .defaultHeading h1 {

		font-size: 16px;

	}

}



.grp-btn .item-btn#tab1 {

	border-color: #4285f4;

	color: #4285f4;

	display: none;

}



.grp-btn .item-btn#tab2 {

	border-color: #ea4335;

	color: #ea4335;

}



.grp-btn .item-btn#tab3 {

	border-color: #fbbc05;

	color: #fbbc05;

}



.grp-btn .item-btn#tab4 {

	border-color: #34a853;

	color: #34a853;

}



.grp-btn .item-btn#tab1:hover {

	background-color: #4285f4;

	color: #fff;

}



.grp-btn .item-btn#tab2:hover {

	background-color: #ea4335;

	color: #fff;

}



.grp-btn .item-btn#tab3:hover {

	background-color: #fbbc05;

	color: #fff;

}



.grp-btn .item-btn#tab4:hover {

	background-color: #34a853;

	color: #fff;

}



@media (min-width: 992px) {

	.navbar-expand-lg .navbar-nav {

		-ms-flex-direction: row;

		flex-direction: row;

		/*margin: 0 auto;*/

	}

}



.single-listing-summary3 .entry-meta-rating {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	height: 100%;

}



.single-listing-summary3 .entry-meta-rating li i {

	margin-right: 5px;

	font-size: 14px;

	color: #ffb300;

}



a.opened-now {

	color: green;

	font-weight: 700;

}



a.closed-now {

	color: red;

	font-weight: 700;

}



#hoverlink.link {

	height: 20px;

	align-items: center;

	color: #000;

	text-decoration: none;

	display: flex;

}



/* Hide extra text */

#hoverlink .mask {

	position: relative;

	padding: 0;

	height: 16px;

	/*  Remove overflow to see how it works　:) */

	overflow: hidden;

}



#hoverlink .link-container span {

	padding: 0 5px;

}



#hoverlink .link-container {

	transition: transform 0.4s ease;

}



#hoverlink .title {

	display: block;

	/*  Set same font-size and line height  */

	font-size: 16px;

	line-height: 20px;

	transition: transform 0.4s ease;

}



#hoverlink .link-title1 {

	transform-origin: right center;

}



#hoverlink .link-title2 {

	transform-origin: left center;

	transform: rotate(20deg);

}



/*#hoverlink .link-icon svg{width: 12px;height: 12px;}*/

#hoverlink .link-icon {

	position: relative;

	width: 25px;

	height: 25px;

	background: #ff9800;

	border-radius: 50%;

	display: flex;

	justify-content: center;

	align-items: center;

	margin-left: 5px;

	fill: #fff;

	/*  Remove overflow to see how it works　:) */

	overflow: hidden;

}



#hoverlink .icon {

	display: block;

	position: absolute;

	transition: transform 0.4s ease;

}



#hoverlink .icon:nth-child(2) {

	transform: translate(-40px);

}



/* Hover Action*/

/* Move up two texts (20px = font-size) */

#hoverlink.link:hover .link-container {

	transform: translateY(-20px);

}



/* Rotate texts a little bit */

#hoverlink.link:hover .link-title1 {

	transform: rotate(20deg);

}



#hoverlink.link:hover .link-title2 {

	transform: rotate(0);

}



/* Move arrows to right */

#hoverlink.link:hover .icon:first-child {

	transform: translate(40px);

}



#hoverlink.link:hover .icon:nth-child(2) {

	transform: translate(0px);

}



/*.header .navbar-brand img {

	filter: unset;

}*/



.userMenu .navbar-brand img {

	filter: unset;

}



/*#about-section{background-color: #f0f0f0;}*/

/* gallery filter */

.gallery_sort1 {

	display: flex;

	align-items: center;

	padding: 0;

	margin: 0;

	flex-wrap: wrap;

	white-space: nowrap;

}



ul.gallery_sort1 li {

	margin: 0 5px 5px;

}



ul.gallery_sort1 li button:focus {

	outline: none;

}



ul.gallery_sort1 li button.active,

ul.gallery_sort1 li button:hover {

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

	color: #fff;

	transition: all .3s;

}



ul.gallery_sort1 li button {

	display: block;

	padding: 12px 25px;

	background: #fff;

	border: 0;

	border-radius: 5px;

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

	outline: none;

	transition: all .3s;

}



.gallery_top_menu1 {

	margin-bottom: 14px;

}



.gallery_sort1 li button.active {

	position: relative;

}



.gallery_sort1 li button.active::before {

	left: 0;

}



.text-center.seeMore_btn a:hover,

.order-btn,

.home-book-btn,

button.btn.btn-primary.add_to_cart_form,

button.btn.btn-primary.add_to_cart,

button.btn.btn-primary.add_to_cart_btn,

button.btn.btn-primary.confirm_btn,

.order-btn.show_order_btn,

.add_to_order {

	text-transform: capitalize;

}



.card-header {

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

	color: #fff;

	text-transform: capitalize;

	font-size: 16px;

}



.UserMobileMenu .cartFloatingIcon {

	bottom: -60px;

}



@media (max-width:991px) {

	.order_page.orderInfoArea .modal-footer {

		padding: 8px 0 !important;

	}



	.navbar-dark .navbar-toggler-icon {

		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

	}



	.navbar-nav .nav-link {

		padding: .5rem 1rem;

	}



	.gallery_sort {

		-ms-overflow-style: none;

		scrollbar-width: none;

	}



	.grp-btn .item-btn#tab1 {

		display: block !important;

	}

}



@media (min-width:720px) and (max-width: 1023px) {

	#food-slider .grid-part {

		display: none;

	}



	.business-container, .business-container.container {

		max-width: 685px !important;

	}



	.homeItemPcakage.specialties .col-lg-6.col-sm-6 {

		width: 33% !important;

	}



	.featured-title-box h6 {

		white-space: normal;

	}

}



@media only screen and (min-width:1024px) and (max-width:1366px) {



	#food-slider .slide-container .slide.fade,

	#food-slider .grid-part {

		height: 243px;

	}



	.single-listing-summary2 .col-xl-9 {

		width: 75%;

	}



	.single-listing-summary2 .col-xl-3.col-12 {

		width: 12%;

		max-width: 12%;

	}



	.catTop {

		height: 107px;

/*		width: 107px;*/

	}

}



#signin .form {

	width: 50%;

	padding: 0 50px;

}



#signin .form__title {

	margin-bottom: 15%;

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

	font-size: 30px;

	font-weight: 700;

	text-align: center;

	text-transform: uppercase;

}



#signin .form__helper {

	position: relative;

	margin-bottom: 10%;

}



#signin .form__text {

	font-size: 18px;

}



#signin .form__link {

	color: #2E8E79;

	cursor: pointer;

	text-transform: uppercase;

	font-weight: 700;

}



#signin .form__label {

	position: absolute;

	bottom: 10px;

	left: 0;

	color: black;

	font-size: 16px;

	transition: 0.3s;

}



@media (min-width:1500px) {

	.left_top_login p {

		font-size: 20px;

	}

}



.single-listing-box-layout1 .listing-details-review ::-webkit-scrollbar {

	width: 6px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items ::-webkit-scrollbar {

	width: 6px;

	height: 6px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items ::-webkit-scrollbar-track {

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

	-webkit-border-radius: 10px;

	border-radius: 10px;

}



.single-listing-box-layout1 .listing-details-review ul.review-items::-webkit-scrollbar-thumb {

	-webkit-border-radius: 10px;

	border-radius: 10px;

	background: rgba(255, 255, 255, 0.3);

	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);

}



.single-listing-box-layout1 .listing-details-review ul.review-items ::-webkit-scrollbar-thumb:window-inactive {

	background: rgba(255, 255, 255, 0.3);

}



.add-share-person h6 {

	font-size: 13px;

	font-weight: 400;

	color: #909090;

	text-transform: uppercase;

	color: #fff;

}



.date-category {

	font-size: 13px;

	line-height: 1.3em;

	font-weight: 400;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 2px;

}



.add-date {

	padding: 0 2px 0 0;

	display: inline-block;

}



.add-category {

	display: inline-block;

	vertical-align: top;

	padding: 0 2px;

}



@media (max-width:991px) {

	#headers .business-container {

		padding: 0;

	}

}



/* :root {--bg: #fdfdfd;--highlight1: #ed4264;--highlight2: #ffedbc;--color: #1a1e24;--font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;--font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji","Segoe UI Symbol";} */

.about_us_div .list {

	list-style: none;

	/*width: 600px;max-width: 90%;*/

	margin-left: 0;

	padding-left: 10px;

}



.about_us_div .item {

	display: block;

	clear: both;

	counter-increment: list;

	padding-bottom: 1.5rem;

	font-size: 1.1rem;

	line-height: 1.375;

	position: relative;

}



#about-section h2 {

	margin-bottom: 4px;

	letter-spacing: 1px;

}



.about_us_div .item:before {

	font-weight: bold;

	font-size: 1.25rem;

	content: counter(list);

	width: 2rem;

	height: 2rem;

	float: left;

	margin: 5px 0.75rem 0.75rem 0;

	color: #fff;

	background: rgba(227, 30, 36, 1) linear-gradient(to bottom right, rgba(227, 30, 36, 1) 25%, #ffddc1);

	text-shadow: 0 0 2px rgba(227, 30, 36, 1);

	border-radius: 50%;

	display: inline-flex;

	align-items: center;

	justify-content: center;

	shape-outside: ellipse();

	z-index: 1;

}



.about_us_div .item:after {

	width: 0.9rem;

	height: 0.9rem;

	position: absolute;

	top: 5px;

	left: 0;

	content: "";

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

	z-index: -1;

	border-top-left-radius: 3px;

}



.about_us_div .headline {

	padding: 0rem 0 0 0;

	margin: 0 0 1rem 0;

}



.main-block {

	padding: 1% 0;

}



.table-head {

	text-transform: uppercase;

	font-size: 18px;

	margin-bottom: 10px;

}



.shop-add {

	width: 70%;

	text-align: center;

	margin: 7px auto;

	font-size: 16px;

}



.trackLink a {

	font-size: 20px !important

}



.confirmMsgArea {

	text-transform: capitalize;

}



.order_page .form-group {

	text-align: left;

	font-weight: 600;

	/*margin-bottom: 5%;*/

}



.rwd-table {

	margin: auto;

	min-width: 300px;

	max-width: 100%;

	border-collapse: collapse;

	width: 100%;

	text-transform: capitalize;

}



/*.rwd-table tr:first-child {border-top: none;background: #f2f2f2;color: #222;}*/

.rwd-table tr {

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	background-color: #fff;

}



.rwd-table tr:nth-child(odd):not(:first-child) {

/*	background-color: #ebf3f9;*/

}



.rwd-table th {

	display: none;

}



.rwd-table td {

	display: block;

	font-size: 14px;

}



.rwd-table td:first-child {

	margin-top: 0.5em;

}



.rwd-table td:last-child {

	margin-bottom: 0.5em;

}



.rwd-table td:before {

	content: attr(data-th) ": ";

	font-weight: 500;

	width: 120px;

	display: inline-block;

	color: #000;

	font-size: 14px;

}
.rwd-table th{
	display: none;
}


.rwd-table th,

.rwd-table td {

	text-align: left;

}



.rwd-table {

	color: #333;

/*	border-radius: 0.4em;*/

	overflow: hidden;

}



.rwd-table tr {

	border-color: #bfbfbf;

}



.rwd-table th,

.rwd-table td {

	padding: 0.5em 1em;

}



@media screen and (max-width: 601px) {

	.rwd-table tr:nth-child(2) {

		border-top: none;

	}

}



@media screen and (min-width: 600px) {

	.rwd-table tr:hover:not(:first-child) {

		background-color: #d8e7f3;

	}



	.rwd-table td:before {

		display: none;

	}



	.rwd-table th,

	.rwd-table td {

		display: table-cell;

		padding: 0.25em 0.5em;

	}



	.rwd-table th:first-child,

	.rwd-table td:first-child {

		padding-left: 0;

	}



	.rwd-table th:last-child,

	.rwd-table td:last-child {

		padding-right: 0;

	}



	.rwd-table th,

	.rwd-table td {

		padding: 1em !important;

	}

}



div#detailsModal_52 .modal-body {

	padding: 0;

}



.order-head {

	text-align: center;

	margin-bottom: 15px;

	font-size: 20px;

	line-height: 25px;

	color: #000;

	text-transform: uppercase;

}



.table-responsive>.table-bordered {

	text-transform: capitalize;

}



ul.cartItems {

	background-color: #fff;

	padding: 10px;

	border-radius: 3px;

}



.bottomPrice {

	text-transform: capitalize;

	/*background-color: #fff;*/

	border-radius: 3px;

	padding: 6px 10px;

}



.modal-footer {

	background-color: #fff;

	padding: 4px 7px;

}



/*.left_login_page.login_banner:before {

	content: "";

	display: block;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.6);

}*/



.login-decor {

	z-index: 9;

}



.topSigin p {

	font-size: 15px;

	letter-spacing: 1px;

}



.mcat {

	border-radius: 50%;

	width: 45px;

	height: 45px;

	margin: 0 auto;

	object-fit: cover;

}



.gallery_sort button span {

	font-size: 12px;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

	text-wrap: wrap;

}



/*.business-container.style_2.theme_3 li{display: none;}*/

.object-cover {

	-o-object-fit: cover;

	object-fit: cover;

}



.rounded-lg {

	border-radius: .7rem;

}



.flex-shrink-0 {

	flex-shrink: 0;

}



.w-72 {

	width: 100px;

	height: 100px;

	border-radius: .7rem;

}



.gap-4 {

	gap: 1rem;

}



.new-menu-modal {

	padding: 1rem;

}



.capitalize {

	text-transform: capitalize;

}



.font-semibold {

	font-weight: 700;

}



.text-sm {

	font-size: .875rem;

	line-height: 1.25rem;

}



.text-xs {

	font-size: .75rem;

	line-height: 1rem;

}



.font-semibold {

	font-weight: 700;

}



#new-menu-modal .defaultHeading {

	padding: 1rem !important;

	padding-bottom: 0;

}



#new-menu-modal .defaultHeading p {

	margin-top: 6px;

}



.font-medium {

	font-weight: 500;

}



.leading-6 {

	line-height: 1.5rem;

	font-weight: 700;

}



.text-heading {

	color: #1f1f39;

}



.py-1 {

	padding-bottom: .25rem;

	padding-top: .25rem;

}



.px-2 {

	padding-left: .5rem;

	padding-right: .5rem;

}



.rounded-xl {

	border-radius: .75rem;

}



.bg-light-diff {

	background: #f7f7fc;

}



.border-light-diff {

	border-color: #f7f7fc;

}



#new-menu-modal .incress_area {

	display: flex;

	align-items: baseline;

	margin: 0 7px;

}



#new-menu-modal .listygo-text-box.listing-details-leave-review {

	box-shadow: none !important;

}



.swiper {

	display: block;

	list-style: none;

	/*margin-left: auto;margin-right: auto;*/

	overflow: hidden;

	padding: 0;

	position: relative;

	z-index: 1;

}



.swiper-horizontal {

	touch-action: pan-y;

}



.swiper-wrapper {

	box-sizing: content-box;

	display: flex;

	height: 100%;

	position: relative;

	transition-property: transform;

	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);

	width: 100%;

	z-index: 1;

}



.swiper-slide {

	display: block;

	flex-shrink: 0;

	height: 100%;

	position: relative;

	transition-property: transform;

	width: 100%;

}



.w-fit {

	width: -moz-fit-content !important;

	width: fit-content !important;

}



.relative {

	position: relative !important;

}



.size-tabs .active {

	--tw-border-opacity: 1;

	--tw-bg-opacity: 1;

	background-color: rgb(220 234 255 / var(--tw-bg-opacity));

	border-color: rgb(255 0 107 / var(--tw-border-opacity));

}



.transition {

	transition-duration: .3s;

	transition-property: all;

	transition-timing-function: cubic-bezier(.4, 0, .2, 1);

	transition-timing-function: linear;

}



.min-w-120 {

	min-width: 120px;

}



.w-full {

	width: 100%;

}



.h-40 {

	height: 40px;

}



#new-menu-modal.modal-box label {

	display: flex;

}



.gap-2 {

	gap: .5rem;

}



.items-center {

	align-items: center;

}



.cursor-pointer {

	cursor: pointer;

}



.custom-radio.sm {

	height: .75rem;

	width: .75rem;

}



.custom-radio {

	cursor: pointer;

	height: 1rem;

	position: relative;

	width: 1rem;

}



.custom-radio-field,

.custom-radio-span {

	cursor: pointer;

	height: 100%;

	position: absolute;

	width: 100%;

}



.custom-radio-span {

	--tw-border-opacity: 1;

	border-color: rgb(217 222 227 / var(--tw-border-opacity));

	border-radius: 9999px;

	border-width: 1px;

	left: 0;

	text-align: center;

	top: 0;

}



.custom-radio.sm .custom-radio-field:checked+.custom-radio-span {

	border-width: 3px;

}



.size-tabs .active .custom-radio-field:checked+.custom-radio-span {

	--tw-border-opacity: 1;

	border-color: rgb(255 0 107 / var(--tw-border-opacity));

}



#new-menu-modal .single_item_cart {

	width: 50%;

	border: 1px solid rgb(239 240 246);

	font-size: 12px;

	border-radius: 0.5rem;

	margin-bottom: 0.5rem;

}



#new-menu-modal .left_cart {

	padding: 5px;

}



#new-menu-modal .single_item_cart p {

	font-weight: 700;

}



#new-menu-modal .single_cart_item_details h4 {

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

	margin-bottom: 5px;

}



.single-listing-share2 {

	text-align: end;

}



#new-menu-modal textarea::placeholder {

	font-size: 12px;

	color: #6E7191;

}



#new-menu-modal textarea {

	border-color: #D9DBE9;

}



#new-menu-modal .single_item_cart img {

	border-radius: 0.3rem;

	width: 72px;

	height: 72px;

	flex: 0 0 72px;

}



#new-menu-modal textarea:focus {

	border: none;

	outline: none;

}



#new-menu-modal.modal-box .close-forgot button {

	margin-left: 0;

}



#new-menu-modal button.cancelded.btn-secondary {

	display: none;

}



#new-menu-modal button.item-btn.btn-primary {

	width: 100%;

	border-radius: 1.5rem;

}



/*new*/

#new-menu-modal .defaultHeading h3 {

	font-weight: 600;

	font-size: 17px;

}



#new-menu-modal .defaultHeading p {

	margin: 10px 0;

	color: #8c8c8c;

	font-size: 13px;

	letter-spacing: 1px;

}



#new-menu-modal .defaultHeading h6 {

	margin-top: 10px;

}



#new-menu-modal .incress_area {

	display: flex;

	align-items: baseline;

	margin: 0 7px;

	background: #f9f9f9;

	padding: 5px;

	border-radius: 4px;

}



#new-menu-modal .text-heading {

	font-size: 15px;

	color: #1f1f39;

	letter-spacing: 1px;

}



.pg-title h1 {

	font-size: 16px;

	color: #333;

}



.header {

	margin: 0 auto;

	width: 100%;

	max-width: 100%;

	box-shadow: none;

	background-color: #fff;

	position: fixed;

	height: 50px !important;

	overflow: hidden;

	top: 0;

	z-index: 999;

	align-items: center;

	justify-content: space-between;

	padding: 0 15px;

	box-shadow: 0 0 4px #ddd;

	display: -webkit-box;

	/* OLD - iOS 6-, Safari 3.1-6, BB7 */

	display: -ms-flexbox;

	/* TWEENER - IE 10 */

	display: -webkit-flex;

	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */

}



#sidebarMenu {

	height: 100%;

	position: fixed;

	right: 0;

	width: 200px;

	padding-top: 20px;

	transform: translateX(258px);

	transition: transform 250ms ease-in-out;

	background: #fff;

	z-index: 999;

	top: 45px;

	box-shadow: -1px 18px 18px 0px rgba(214, 215, 235, 1);

}



.page_tit {

	display: flex;

	justify-content: flex-start;

	align-items: center;

	display: -webkit-box;

	/* OLD - iOS 6-, Safari 3.1-6, BB7 */

	display: -ms-flexbox;

	/* TWEENER - IE 10 */

	display: -webkit-flex;

	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */

}



.sidebarMenuInner {

	margin: 0;

	padding: 0;

	/*    border-top: 1px solid rgba(255, 255, 255, 0.10);*/

}



.sidebarMenuInner li {

	list-style: none;

	color: #fff;

	text-transform: uppercase;

	font-weight: 500;

	padding: 10px 20px;

	cursor: pointer;

	/*    border-bottom: 1px solid rgba(255, 255, 255, 0.10);*/

}



.sidebarMenuInner li span {

	display: block;

	font-size: 14px;

	color: rgba(255, 255, 255, 0.50);

}



.sidebarMenuInner li a {

	color: #5b5b5b;

	text-transform: capitalize;

	font-weight: 500;

	cursor: pointer;

	text-decoration: none;

}



input[type="checkbox"]:checked~#sidebarMenu {

	transform: translateX(0);

}



input[type=checkbox] {

	transition: all 0.3s;

	box-sizing: border-box;

	/*display: none;*/

}



.sidebarIconToggle {

	transition: all 0.3s;

	box-sizing: border-box;

	cursor: pointer;

	/*position: fixed;*/

	z-index: 999;

	height: 100%;

	width: 100%;

	/*top: 18px;*/

	/*right: 15px;*/

	/*height: 22px;*/

	width: 22px;

	margin: 0;

}



.spinner {

	transition: all 0.3s;

	box-sizing: border-box;

	position: absolute;

	height: 2px;

	width: 100%;

	background-color: #5b5b5b;

}



.horizontal {

	transition: all 0.3s;

	box-sizing: border-box;

	position: relative;

	float: left;

	margin-top: 4px;

}



.diagonal.part-1 {

	position: relative;

	transition: all 0.3s;

	box-sizing: border-box;

	float: left;

}



.diagonal.part-2 {

	transition: all 0.3s;

	box-sizing: border-box;

	position: relative;

	float: left;

	margin-top: 4px;

}



input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {

	transition: all 0.3s;

	box-sizing: border-box;

	opacity: 0;

}



input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {

	transition: all 0.3s;

	box-sizing: border-box;

	transform: rotate(135deg);

	margin-top: 8px;

}



input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {

	transition: all 0.3s;

	box-sizing: border-box;

	transform: rotate(-135deg);

	margin-top: -9px;

}



@media (min-width:992px) {



	input#openSidebarMenu,

	.sidebarIconToggle,

	#sidebarMenu {

		display: none;

	}

}



@media (max-width:991px) {



	/* #menu-page .col-md-6 {width: 50%!important;}*/

	div#detailsModal_52 .modal-body {

		padding: 0;

	}



	div#detailsModal_52 .table-bordered td,

	div#detailsModal_52 .table-bordered th {

		padding: 5px !important;

		font-size: 11px !important

	}



	.menu-div .col-md-6 {

		width: 50% !important;

	}



	.menu-div .row {

		align-items: center !important;

		padding: 0 0 0 10px;

	}



	#food-slider {

		padding-top: 15px;

	}



	/*  a.navbar-icon{position: absolute;top: 11px;color: #fff;}*/

	.navbar-icon i {

		color: #111;

		margin: 0px 3px;

		font-size: 22px;

	}



	.sidebarMenuInner li {

		text-align: center;
		margin: 8px 15px;
        padding: 6px 20px;
        border-radius: 7px;
        background: #ffffff29;

	}
	.sidebarMenuInner li i{
		margin-right: 5px;
		font-size: 16px;
	}


	.single-breadcrumb {

		margin-top: 0;

	}



	.min-w-120 {

		min-width: 94px;

	}



	.login_signup a {

		background: #00a0e3;

		border-color: #00a0e3;

		color: #fff;

		padding: 4px 8px;

		transition: all .5s ease;

		border-radius: 5px;
        top: 13px;
        position: absolute;
        right: 112px;
        font-size: 12px;


	}



	.login_signup a i {

		margin-right: 6px;

	}

.login_signup a.create_profile{
	background: #00a0e3;

		border-color: #00a0e3;

		color: #fff;

		padding: 4px 8px;

		transition: all .5s ease;

		border-radius: 5px;
        top: 13px;
        position: absolute;
        right: 45px;
        font-size: 12px;
        text-transform: capitalize;
}

	.login_signup {

		text-align: center;

	}



	.sidebarMenuInner li.active a {

		color: #fff;

	}
	


	#double-icon {

		position: relative;

	}



	#double-icon #searchbar.wrapper {

		display: inline-block;

	}



	#double-icon #searchbar .btn .fa {

		font-size: 18px;

	}



	#double-icon .sidebarIconToggle {

		position: fixed;

		top: 19px;

		right: 15px;

		z-index: 999;
		height: auto;

	}

}



.item_modal .close {

	position: absolute;

	top: 10px;

	right: 10px;

}



.w-90 {

	width: 90%;

}



.w-100 {

	width: 100%;

}



.modal-content {

	border-radius: 10px;

}



.singleItemDetails.homePackages {}



.about-section {

	position: relative;

	padding: 0% 0 3%;

}



.about-section .content-column {

	position: relative;

}



.about-section .content-column .inner-column {

	position: relative;

	/*padding-right: 100px;*/

}



.about-section .content-column .text,

.about-section .content-column .text.main-line p {

	position: relative;

	color: #777777;

	font-size: 15px !important;

	line-height: 2em;

	margin-bottom: 20px;

}



.about-section .image-column {

	position: relative;

	/*margin-bottom: 50px;*/

}



.about-section .image-column .inner-column {

	position: relative;

}



/*.about-section .image-column .inner-column:after {position: absolute;content: "";right: 0px;top: 0px;left: 40px;bottom: 100px;z-index: -1;border: 2px solid #d7a449;}*/

.about-section .image-column .inner-column .image {

	position: relative;

}



.about-section .image-column .inner-column .image img {

	position: relative;

	width: 100%;

	display: block;

	border-radius: 15px;

	/*-webkit-box-shadow: 0px 0px 14px 0px rgba(150, 150, 150, 1);

	-moz-box-shadow: 0px 0px 14px 0px rgba(150, 150, 150, 1);

	box-shadow: 0px 0px 14px 0px rgba(150, 150, 150, 1);*/
	height: 100%;
    max-height: 400px;
    object-fit: cover;

}

.row.first-para {
    margin-bottom: 30px;
}

.about-section.image-column.inner-column.image.overlay-box.year-box.number {

	position: absolute;

	left: 0px;

	top: 0px;

	width: 110px;

	height: 110px;

	color: #d7a449;

	font-size: 68px;

	font-weight: 700;

	line-height: 105px;

	text-align: center;

	background-color: #ffffff;

	border: 1px solid #000000;

}



.about-section .btn-style-three:before {

	position: absolute;

	content: "";

	left: 10px;

	top: 10px;

	z-index: -1;

	right: -10px;

	bottom: -10px;

	background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;

}



.about-section .btn-style-three:hover {

	color: #ffffff;

	background: #d7a449;

}



.about-section .btn-style-three {

	position: relative;

	line-height: 24px;

	color: #252525;

	font-size: 15px;

	font-weight: 700;

	background: none;

	display: inline-block;

	padding: 11px 40px;

	background-color: #ffffff;

	text-transform: capitalize;

	border: 2px solid #d7a449;

}



.sec-title2 {

	color: #fff;

}



.sec-title {

	position: relative;

	padding-bottom: 20px;

}



.sec-title .title {

	position: relative;

	color: #d7a449;

	font-size: 18px;

	font-weight: 700;

	margin-bottom: 15px;

	display: inline-block;

	text-transform: capitalize;

}



.testimonial .heading {

	text-align: center;

	color: #454343;

	font-size: 30px;

	font-weight: 700;

	position: relative;

	margin-bottom: 30px;

	text-transform: uppercase;

	z-index: 999;

}



.testimonial .white-heading {

	color: #ffffff;

}



.testimonial .heading:after {

	content: " ";

	position: absolute;

	top: 100%;

	left: 50%;

	height: 40px;

	width: 180px;

	border-radius: 4px;

	transform: translateX(-50%);

	background: url(img/heading-line.png);

	background-repeat: no-repeat;

	background-position: center;

}



.testimonial .white-heading:after {

	background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);

	background-repeat: no-repeat;

	background-position: center;

}



.testimonial .heading span {

	font-size: 18px;

	display: block;

	font-weight: 500;

}



.testimonial .white-heading span {

	color: #ffffff;

}



/*-----Testimonial-------*/

.testimonial:after {

	position: absolute;

	top: -0 !important;

	left: 0;

	content: " ";

	background: url(img/testimonial.bg-top.png);

	background-size: 100% 100px;

	width: 100%;

	height: 100px;

	float: left;

	z-index: 99;

}



.testimonial {

	min-height: 375px;

	position: relative;

	background: url(/uploads/testbg.webp);

	padding-top: 50px;

	padding-bottom: 50px;

	background-position: center;

	background-size: cover;

}



#testimonial4 .carousel-inner:hover {

	cursor: -moz-grab;

	cursor: -webkit-grab;

}



#testimonial4 .carousel-inner:active {

	cursor: -moz-grabbing;

	cursor: -webkit-grabbing;

}



#testimonial4 .carousel-inner .item {

	overflow: hidden;

}



.testimonial4_indicators .carousel-indicators {

	left: 0;

	margin: 0;

	width: 100%;

	font-size: 0;

	height: 20px;

	bottom: 15px;

	padding: 0 5px;

	cursor: e-resize;

	overflow-x: auto;

	overflow-y: hidden;

	position: absolute;

	text-align: center;

	white-space: nowrap;

}



.testimonial4_indicators .carousel-indicators li {

	padding: 0;

	width: 14px;

	height: 14px;

	border: none;

	text-indent: 0;

	margin: 2px 3px;

	cursor: pointer;

	display: inline-block;

	background: #ffffff;

	-webkit-border-radius: 100%;

	border-radius: 100%;

}



.testimonial4_indicators .carousel-indicators .active {

	padding: 0;

	width: 14px;

	height: 14px;

	border: none;

	margin: 2px 3px;

	background-color: #9dd3af;

	-webkit-border-radius: 100%;

	border-radius: 100%;

}



.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {

	height: 3px;

}



.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {

	background: #eeeeee;

	-webkit-border-radius: 0;

	border-radius: 0;

}



.testimonial4_control_button .carousel-control {

	top: 175px;

	opacity: 1;

	width: 40px;

	bottom: auto;

	height: 40px;

	font-size: 10px;

	cursor: pointer;

	font-weight: 700;

	overflow: hidden;

	line-height: 38px;

	text-shadow: none;

	text-align: center;

	position: absolute;

	background: transparent;

	border: 2px solid #ffffff;

	text-transform: uppercase;

	-webkit-border-radius: 100%;

	border-radius: 100%;

	-webkit-box-shadow: none;

	box-shadow: none;

	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);

	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);

}



.testimonial4_control_button .carousel-control.left {

	left: 7%;

	top: 50%;

	right: auto;

}



.testimonial4_control_button .carousel-control.right {

	right: 7%;

	top: 50%;

	left: auto;

}



.testimonial4_control_button .carousel-control.left:hover,

.testimonial4_control_button .carousel-control.right:hover {

	color: #000;

	background: #fff;

	border: 2px solid #fff;

}



.testimonial4_header {

	top: 0;

	left: 0;

	bottom: 0;

	width: 550px;

	display: block;

	margin: 30px auto;

	text-align: center;

	position: relative;

}



.testimonial4_header h4 {

	color: #ffffff;

	font-size: 30px;

	font-weight: 600;

	position: relative;

	letter-spacing: 1px;

	text-transform: uppercase;

}



.testimonial4_slide {

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 70%;

	margin: auto;

	padding: 20px;

	position: relative;

	text-align: center;

}



.testimonial4_slide img {

	top: 0;

	left: 0;

	right: 0;

	width: 136px;

	height: 136px;

	margin: auto;

	display: block;

	color: #f2f2f2;

	font-size: 18px;

	line-height: 46px;

	text-align: center;

	position: relative;

	border-radius: 50%;

	box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

	-moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

	-o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

	-webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);

}



.testimonial4_slide p {

	color: #ffffff;

	font-size: 20px;

	line-height: 1.4;

	margin: 40px 0 20px 0;

}



.testimonial4_slide h4 {

	color: #ffffff;

	font-size: 22px;

}



.testimonial .carousel-control-next-icon,

.testimonial .carousel-control-prev-icon {

	width: 25px;

	height: 25px;

}



/* ------testimonial  close-------*/

div#contact-page {

	background: #f9f9f9;

}



.theme_5 .contact_top .defaultHeading p {

	/* line-height: 28px;  font-size: 20px;*/

}



.modal_Heading {

	font-size: 16px;

	margin-bottom: 5px;

	font-weight: 500 !important;

}



.special-pack .single_items_img {

	width: 100px;

	height: 100px;

	object-fit: cover;

	display: inline-block;

}



.special-pack .single_item_details {

	display: inline-block;

	width: 70%;

}



.single_item.special-pack {

	display: flex;

	padding: 15px;

	align-items: flex-start;

}



.form-group label {

	text-transform: capitalize;
	font-size: 14px;

}

.bottom-sec ul.row_ul2 li a
{
/*font-size: 20px;
    line-height: 40px;*/
}

@media (max-width:599px) {

	.navbar-icon {

		padding: 5px 0;

		display: inline-block;

		position: absolute;

		top: 9px;

		color: #333;

        margin-right: 10px;

	}

}



.single-listing-share2 .row {

	display: flex;

	column-gap: 15px;

}



.text-say {

	/*  width:57%;*/

	filter: brightness(0) invert(1);

	text-align: end;

	margin-right: 10px;

}



.scan-head {

	display: flex;

	align-items: center;

}



.text-say img {

	width: 27%;

	margin-left: auto;

}

.home_page_navbar nav li.active a,

.home_page_navbar nav li a:hover
{
	color: #fff!important
}

.home_page_navbar nav li.active a,

.home_page_navbar nav li a:hover,

.learn_more_link,

.features-wrap i {

	font-weight: 600;

}



.download_btn_area .btn-info {

	background-color: #00a0e3;

	border-color: #00a0e3;

}



.fix {

	overflow: hidden;

}



.about-section {

	position: relative;

}



.section-bg {

	background-color: var(--bg);

}



.container {

	max-width: 1400px !important;

}



.section-padding {

	padding: 5% 0;

}



/* background */

/*#about-page .bg-cover {background-repeat: no-repeat;background-size: cover;position: relative;background-position: center;width: 100%;height: 100%;}*/

div#about-page {

	padding-top: 72px;

}



#about-page a:hover {

	--bs-link-color-rgb: green;

	color: #fff

}



.breadcrumb-wrapper .page-heading {

	position: relative;

	padding: 48px 0;

}



.breadcrumb-wrapper .page-heading {

	position: relative;

	padding: 120px 0;

}



.bg-cover {

	background-repeat: no-repeat;

	background-size: cover;

	position: relative;

	background-position: center;

	width: 100%;

	height: 100%;

	background-color: #fff;

}



.about-wrapper .about-image .since-text {

	padding: 25px 30px;

	background-color: var(--theme3);

	position: absolute;

	right: 20px;

	bottom: 45px;

	border-radius: 14px;

	transform: rotate(-25.477deg);

	width: initial;

	height: initial;

}



.center {

	text-align: center;

	margin: 0 auto;

}



.breadcrumb-wrapper .page-heading h1 {

	color: #fff;

	font-size: 70px;

	position: relative;

	z-index: 9;

}



.breadcrumb-wrapper .page-heading .breadcrumb-items {

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 20px;

	gap: 10px;

}



.breadcrumb-wrapper .page-heading .breadcrumb-items li {

	font-size: 20px;

	color: #00a0e3;

	font-weight: 600;

	text-transform: uppercase;

}



.breadcrumb-wrapper .page-heading .breadcrumb-items li a {

	color: #00a0e3;

	transition: all 0.4s ease-in-out;

}



.breadcrumb-wrapper .page-heading .breadcrumb-items li i {

	font-size: 20px;

	color: #00a0e3;

}



.fa-chevron-right:before {

	content: "\f054";

}



.about-wrapper .about-image {

	position: relative;

}



.about-wrapper .about-image img {

	width: 100%;

	height: 100%;

}



.about-wrapper .about-image .burger-text {

	position: absolute;

	top: 0;

	left: 0;

	animation: 4s ease 0s infinite alternate forwards running tpswing;

}



.about-wrapper .about-image .price {

	position: absolute;

	left: 10%;

	bottom: 20px;

}



.about-wrapper .about-image .price h2 {

	font-size: 80px;

}



.about-wrapper .about-image .since-text {

	padding: 25px 30px;

	background-color: #ffb936;

	position: absolute;

	right: 20px;

	bottom: 45px;

	border-radius: 14px;

	transform: rotate(-25.477deg);

	width: initial;

	height: initial;

}



.about-wrapper .about-image .since-text h3 {

	color: white;

}



.about-wrapper .about-content {

	margin-left: 20px;

}



.section-title {

	position: relative;

	z-index: 99;

	margin-bottom: 30px;

	margin-top: -6px;

}



.section-title span {

	color: red;

	margin-bottom: 5px;

	display: inline-block;

	font-weight: 700;

	text-transform: uppercase;

}



.text-color {

	color: #212121 !important;

}



.about-wrapper .about-content .icon-area {

	display: flex;

	align-items: center;

	justify-content: space-between;

	margin-top: 30px;

	gap: 10px;

}



.about-wrapper .about-content .icon-area .icon-items {

	gap: 20px;

}



.about-wrapper .about-content .icon-area .icon-items .icon {

	font-size: 55px;

	color: red;

}



.flaticon-quality:before {

	content: "\f10b";

}



.flaticon-reputation:before {

	content: "\f111";

}



.about-wrapper .about-content .icon-area .icon-items .content h4 {

	margin-bottom: 5px;

}




.about-wrapper .about-content .icon-area .icon-items .content p {

	color: black;

}



.about-wrapper .about-content .info-area {

	margin-top: 40px;

	gap: 22px;

	flex-wrap: wrap;

}



.theme-btn {

	position: relative;

	display: inline-block;

	overflow: hidden;

	vertical-align: middle;

	font-size: 16px;

	line-height: 1;

	font-weight: 600;

	padding: 15px;

	color: white;

	text-align: center;

	border-radius: 9px;

	letter-spacing: 0.8px;

	z-index: 1;

	transition: all 500ms ease;

	background-color: red;

	text-transform: uppercase;

}



.othersLogin ul li a {

	margin-left: 5px;

}



.user-panel>.image>img {

	object-fit: contain !important;

}



@media (max-width: 991px) {

	.right_form_login.loginForm .topSigin {

		padding-top: 0 !important;

	}



	.login_form .form-group p {

		font-size: 16px !important;

	}



	.user_login_header {

		margin-bottom: 20px !important;

	}



	.login_content input[type=checkbox] {

		margin-left: 0 !important

	}



	.login_content {

		padding-top: 0 !important

	}



	.theme-btn {

		padding: 16px 36px;

		font-size: 16px;

	}



	.theme-btn i {

		font-size: 22px;

	}

}



.theme-btn i {

	margin-right: 10px;

	font-size: 24px;

}



.theme-btn::before {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0px;

	top: 0px;

	transform: scale(0, 0);

	z-index: -1;

	transition: all 500ms ease;

}



.theme-btn:hover::before {

	background-color: red;

	transform: scale(1, 1);

}



.theme-btn.bg-white {

	background-color: white;

	color: var(--header);

}



.theme-btn.bg-white i {

	color: red;

	transition: all 0.4s ease-in-out;

}



.theme-btn.bg-white:hover {

	color: white;

}



.theme-btn.bg-white:hover::before {

	background-color: #ffb936;

}



.theme-btn.bg-white:hover i {

	color: white;

}



.theme-btn.bg-yellow {

	background-color: #ffb936;

	color: var(--header);

	font-weight: 700;

}



.theme-btn.bg-yellow i {

	margin-left: 10px;

	color: var(--header);

}



.theme-btn.bg-yellow:hover {

	color: var(--header);

}



.theme-btn.bg-yellow:hover::before {

	background-color: white;

}



.theme-btn.bg-red {

	background-color: red;

	color: white;

	border-radius: 0;

}



.theme-btn.bg-red:hover {

	color: var(--header);

}



.theme-btn.bg-red:hover::before {

	background-color: white;

}



.theme-btn.bg-red-2 {

	background-color: red;

	color: white;

	border-radius: 7px;

}



.theme-btn.bg-red-2:hover {

	color: white;

}



.theme-btn.bg-red-2:hover::before {

	background-color: red;

}



.theme-btn.style-box-shadow {

	border-radius: 8px;

	background: red;

	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);

	color: white;

	font-weight: 700;

}



.theme-btn.style-box-shadow:hover {

	color: white;

}



.theme-btn.style-box-shadow:hover::before {

	background-color: red;

}



.theme-btn.bg-transparent {

	background: transparent;

	border: 1px solid white;

	color: white;

	border-radius: 0;

}



.theme-btn.bg-transparent:hover {

	color: var(--header);

}



.theme-btn.bg-transparent:hover::before {

	background-color: white;

}



.theme-btn.cart-btn {

	background-color: red;

	color: white;

	border-radius: 0;

	font-weight: 600;

	padding: 16px 25px;

}



.theme-btn.cart-btn i {

	font-size: 16px;

	color: white !important;

}



.theme-btn.cart-btn:hover {

	color: white;

}



.theme-btn.cart-btn:hover::before {

	background-color: #ffb936;

}



@media (max-width: 1399px) {

	.theme-btn.cart-btn {

		padding: 15px 20px;

	}

}



@media (max-width: 1199px) {

	.theme-btn.cart-btn {

		padding: 16px 25px;

	}

}



.theme-btn.style-line-height {

	line-height: 1.5;

}



@media (max-width: 767px) {

	.theme-btn {

		padding: 14px 32px;

		font-size: 14px;

	}



	.theme-btn i {

		font-size: 20px;

	}

}



.theme-btn-2 {

	position: relative;

	display: inline-block;

	overflow: hidden;

	vertical-align: middle;

	font-size: 16px;

	line-height: 1;

	font-weight: 600;

	padding: 10px 50px;

	color: white;

	text-align: center;

	z-index: 1;

	transition: all 500ms ease;

	background-color: var(--header);

	text-transform: capitalize;

	border-radius: 19px;

	width: 100%;

}



.theme-btn-2 i {

	font-size: 17px;

	margin-right: 10px;

}



.theme-btn-2::before {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0px;

	top: 0px;

	transform: scale(0, 0);

	z-index: -1;

	transition: all 500ms ease;

}



.theme-btn-2:hover::before {

	background-color: red;

	transform: scale(1, 1);

}



.link-btn {

	text-transform: capitalize;

	font-size: 18px;

	color: white;

	font-weight: 500;

	display: inline-block;

	background-image: linear-gradient(red, red);

	background-position: 0 95%;

	background-repeat: no-repeat;

	background-size: 0% 2px;

}



.link-btn i {

	margin-left: 10px;

	font-size: 14px;

}



.link-btn.style-2 {

	text-transform: uppercase;

	font-weight: 600;

	font-size: 16px;

	color: white;

	overflow: hidden;

	background-image: linear-gradient(red, red);

	background-position: 0 95%;

	background-repeat: no-repeat;

	background-size: 0% 2px;

}



.link-btn.style-2 i {

	color: white;

	font-size: 16px;

}



.link-btn.style-2:hover {

	background-size: 100% 1px;

	color: red;

}



.link-btn.style-2:hover i {

	color: red;

}



.link-btn.color-red {

	text-transform: uppercase;

	font-weight: 700;

	font-size: 16px;

	color: var(--header);

	overflow: hidden;

	background-image: linear-gradient(red, red);

	background-position: 0 95%;

	background-repeat: no-repeat;

	background-size: 0% 2px;

}



.link-btn.color-red i {

	color: var(--header);

	font-size: 16px;

}



.link-btn.color-red:hover {

	background-size: 100% 1px;

	color: red;

}



.link-btn.color-red:hover i {

	color: red;

}



.link-btn:hover {

	background-size: 100% 1px;

	color: red;

}



.link-btn:hover i {

	color: red;

}



.link-btn.hover-style:hover {

	color: #ffb936;

}



.link-btn.hover-style:hover i {

	color: #ffb936;

}



.about-wrapper .about-content .info-area .info-content {

	width: 60%;

}



.about-wrapper .about-content .info-area .info-content span {

	font-size: 16px;

	font-weight: 600;

	color: red;

}



@-webkit-keyframes video-animation {

	0% {

		transform: scale(1);

	}



	50% {

		transform: scale(1.5);

	}



	100% {

		opacity: 0;

		transform: scale(2);

	}

}



@keyframes video-animation {

	0% {

		transform: scale(1);

	}



	50% {

		transform: scale(1.5);

	}



	100% {

		opacity: 0;

		transform: scale(2);

	}

}



@keyframes cir36 {

	100% {

		transform: rotate(360deg);

	}

}



@keyframes rounded {

	50% {

		transform: rotate(15deg);

	}

}



@keyframes rounded-2 {

	50% {

		transform: rotate(5deg);

	}

}



@keyframes rotate {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



.animation__rotate {

	-webkit-animation: rotate 40s linear infinite;

	animation: rotate 40s linear infinite;

}



@-webkit-keyframes spinner {

	to {

		-webkit-transform: rotateZ(360deg);

		transform: rotateZ(360deg);

	}

}



@keyframes spinner {

	to {

		-webkit-transform: rotateZ(360deg);

		transform: rotateZ(360deg);

	}

}



@-webkit-keyframes letters-loading {



	0%,

	75%,

	100% {

		opacity: 0;

		transform: rotateY(-90deg);

	}



	25%,

	50% {

		opacity: 1;

		transform: rotateY(0deg);

	}

}



@keyframes letters-loading {



	0%,

	75%,

	100% {

		opacity: 0;

		transform: rotateY(-90deg);

	}



	25%,

	50% {

		opacity: 1;

		transform: rotateY(0deg);

	}

}



@keyframes loaderspin {

	0% {

		transform: translate(-50%, -50%) rotate(0deg);

	}



	100% {

		transform: translate(-50%, -50%) rotate(360deg);

	}

}



@keyframes tpswing {

	0% {

		-webkit-transform: rotate(20deg);

		-ms-transform: rotate(20deg);

		transform: rotate(20deg);

	}



	100% {

		-webkit-transform: rotate(0deg);

		-ms-transform: rotate(0deg);

		transform: rotate(0deg);

	}

}



@keyframes width {

	0% {

		width: 0%;

	}



	100% {

		width: 100%;

	}

}



@-webkit-keyframes width {

	0% {

		width: 0%;

	}



	100% {

		width: 100%;

	}

}



@-webkit-keyframes loaderspin {

	0% {

		transform: translate(-50%, -50%) rotate(0deg);

	}



	100% {

		transform: translate(-50%, -50%) rotate(360deg);

	}

}



@keyframes loaderpulse {

	0% {

		transform: scale(1);

	}



	100% {

		transform: scale(1.2);

	}

}



.float-bob-y {

	-webkit-animation-name: float-bob-y;

	animation-name: float-bob-y;

	-webkit-animation-duration: 3s;

	animation-duration: 3s;

	-webkit-animation-iteration-count: infinite;

	animation-iteration-count: infinite;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

}



@-webkit-keyframes float-bob-y {

	0% {

		-webkit-transform: translateY(-30px);

		transform: translateY(-30px);

	}



	50% {

		-webkit-transform: translateY(-10px);

		transform: translateY(-10px);

	}



	100% {

		-webkit-transform: translateY(-30px);

		transform: translateY(-30px);

	}

}



@keyframes float-bob-y {

	0% {

		-webkit-transform: translateY(-30px);

		transform: translateY(-30px);

	}



	50% {

		-webkit-transform: translateY(-10px);

		transform: translateY(-10px);

	}



	100% {

		-webkit-transform: translateY(-30px);

		transform: translateY(-30px);

	}

}



@keyframes scale-up-two {

	0% {

		-webkit-transform: scale(0.5);

		transform: scale(0.5);

	}



	40% {

		-webkit-transform: scale(0.9);

		transform: scale(0.9);

	}



	100% {

		-webkit-transform: scale(0.5);

		transform: scale(0.5);

	}

}



@keyframes shine {

	from {

		-webkit-mask-position: 150%;

	}



	to {

		-webkit-mask-position: -50%;

	}

}



.main-cta-banner {

	position: relative;

}



.main-cta-banner::before {

	position: absolute;

	top: -12px;

	left: 0;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	content: "";

	background-color: var(--bg);

}



.main-cta-banner-wrapper {

	padding: 120px 100px;

	border-radius: 20px;

	position: relative;

	z-index: 9;

}



@media (max-width: 1199px) {

	.main-cta-banner-wrapper {

		padding: 120px 60px;

	}

}



@media (max-width: 767px) {

	.main-cta-banner-wrapper {

		padding: 70px 50px;

		text-align: center;

	}

}



@media (max-width: 575px) {

	.main-cta-banner-wrapper {

		padding: 60px 40px;

	}

}



.main-cta-banner-wrapper .arrow-shape {

	position: absolute;

	top: 18%;

	left: 50%;

}



@media (max-width: 767px) {

	.main-cta-banner-wrapper .arrow-shape {

		display: none;

	}

}



.main-cta-banner-wrapper .frame-shape {

	position: absolute;

	top: 20%;

	left: 42%;

}



@media (max-width: 767px) {

	.main-cta-banner-wrapper .frame-shape {

		display: none;

	}

}



.main-cta-banner-wrapper .delivery-man {

	position: absolute;

	right: 0;

	bottom: 0;

	top: -10%;

}



@media (max-width: 1199px) {

	.main-cta-banner-wrapper .delivery-man {

		right: -35px;

	}

}



@media (max-width: 991px) {

	.main-cta-banner-wrapper .delivery-man {

		width: 320px;

		top: 30%;

	}



	.main-cta-banner-wrapper .delivery-man img {

		width: 100%;

	}

}



@media (max-width: 767px) {

	.main-cta-banner-wrapper .delivery-man {

		display: none;

	}

}



.main-cta-banner-2 {

	position: relative;

}



.main-cta-banner-2 .tomato-shape-left {

	position: absolute;

	left: 0;

	bottom: 0;

}



.main-cta-banner-2 .chili-shape-right {

	position: absolute;

	top: 30%;

	right: 0;

}



.main-cta-banner-wrapper-2 {

	position: relative;

}



@media (max-width: 767px) {

	.main-cta-banner-wrapper-2 {

		flex-wrap: wrap;

		gap: 30px;

		justify-content: center !important;

		text-align: center;

	}

}



.main-cta-banner-wrapper-2 .delivery-man {

	position: absolute;

	right: 15%;

	bottom: -30%;

}



@media (max-width: 1399px) {

	.main-cta-banner-wrapper-2 .delivery-man {

		right: 22%;

		bottom: -55%;

		width: 400px;

	}



	.main-cta-banner-wrapper-2 .delivery-man img {

		width: 100%;

		height: 100%;

	}

}



@media (max-width: 1199px) {

	.main-cta-banner-wrapper-2 .delivery-man {

		width: 350px;

	}

}



@media (max-width: 991px) {

	.main-cta-banner-wrapper-2 .delivery-man {

		display: none;

	}

}



.main-cta-banner-wrapper-3 {

	position: relative;

	padding: 100px;

	background-attachment: fixed;

}



@media (max-width: 991px) {

	.main-cta-banner-wrapper-3 {

		padding: 80px 50px;

	}

}



@media (max-width: 1199px) {

	.main-cta-banner-wrapper-3 {

		padding: 90px 70px;

	}

}



@media (max-width: 575px) {

	.main-cta-banner-wrapper-3 {

		padding: 60px 40px;

	}

}



.main-cta-banner-wrapper-3 .fry-shape {

	position: absolute;

	top: 40px;

	left: 40px;

	z-index: 9;

	animation: 4s linear 0s infinite normal none running rounded;

}



.main-cta-banner-wrapper-3 .frame-shape {

	position: absolute;

	top: 55px;

	left: 60%;

	z-index: 9;

}



@media (max-width: 991px) {

	.main-cta-banner-wrapper-3 .frame-shape {

		display: none;

	}

}



.main-cta-banner-wrapper-3 .frame-shape-2 {

	position: absolute;

	top: 40px;

	right: 40px;

	z-index: 9;

	animation: 3s linear 0s infinite normal none running rounded;

}



.main-cta-banner-wrapper-3::before {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	content: "";

	background: linear-gradient(180deg, #F4F1EA 67.2%, rgba(244, 241, 234, 0) 100%);

}



.main-cta-banner-wrapper-3 .cta-content {

	position: relative;

	z-index: 9;

}



.main-cta-banner-wrapper-3 .cta-content h3 {

	font-size: 48px;

	text-transform: capitalize;

	color: var(--header);

	font-weight: 700;

	margin-bottom: 15px;

}



@media (max-width: 1199px) {

	.main-cta-banner-wrapper-3 .cta-content h3 {

		font-size: 42px;

	}

}



@media (max-width: 575px) {

	.main-cta-banner-wrapper-3 .cta-content h3 {

		font-size: 34px;

		margin-bottom: 10px;

	}

}



.main-cta-banner-wrapper-3 .newsletter-items {

	position: relative;

	z-index: 9;

}



.main-cta-banner-wrapper-3 .newsletter-items input {

	width: 100%;

	background-color: var(--white);

	border: none;

	outline: none;

	text-transform: capitalize;

	font-size: 16px;

	color: var(--text);

	padding: 20px 50px;

	position: relative;

}



.main-cta-banner-wrapper-3 .newsletter-items .icon {

	position: absolute;

	left: 20px;

	top: 20px;

	font-size: 16px;

	color: var(--text);

}



.main-cta-banner-wrapper-3 .newsletter-items .input-save {

	margin-top: 20px;

}



.main-cta-banner-wrapper-3 .newsletter-items .input-save input {

	width: 15px;

	height: 15px;

	border: 1px solid rgba(12, 15, 38, 0.2);

	background-color: red;

	outline: none;

	color: red;

	padding: 5px;

	border-radius: 0;

}



.main-cta-banner-wrapper-3 .newsletter-items .input-save label {

	margin-left: 10px;

	color: var(--text);

	text-transform: capitalize;

	font-size: 16px;

}



.main-cta-banner-wrapper-3 .newsletter-items .input-save label a {

	font-weight: 500;

	color: var(--header);

	text-decoration: underline;

}



.food-banner-section {

	position: relative;

}



.food-banner-section .chili-shape {

	position: absolute;

	bottom: 15%;

	left: 0;

}



.food-banner-section .fry-shape {

	position: absolute;

	right: 2%;

}



.food-banner-section .burger-shape-2 {

	position: absolute;

	right: 3%;

	bottom: 0;

}



.single-offer-items {

	border-radius: 20px;

	position: relative;

	overflow: hidden;

}



.single-offer-items .offer-image {

	position: absolute;

	bottom: 15px;

	left: 0;

	z-index: 9;

	-webkit-animation: scale-up-two 6s infinite linear;

	animation: scale-up-two 6s infinite linear;

}



@media (max-width: 1199px) {

	.single-offer-items .offer-image {

		bottom: 0px;

		left: 190px;

	}

}



@media (max-width: 767px) {

	.single-offer-items .offer-image {

		display: none;

	}

}



.single-offer-items .burger-text {

	position: absolute;

	right: 20%;

	top: 0;

	animation: rounded 4s linear infinite;

	z-index: 9;

}



@media (max-width: 575px) {

	.single-offer-items .burger-text {

		right: 0;

	}

}



.single-offer-items .main-food {

	position: absolute;

	right: -20px;

	bottom: -5px;

	transition: all 0.4s ease-in-out;

}



@media (max-width: 575px) {

	.single-offer-items .main-food {

		width: 250px;

	}



	.single-offer-items .main-food img {

		width: 100%;

	}

}



.single-offer-items .offer-content {

	padding: 50px;

	position: relative;

	z-index: 99;

}



@media (max-width: 1199px) {

	.single-offer-items .offer-content {

		padding: 100px 50px;

	}

}



@media (max-width: 767px) {

	.single-offer-items .offer-content {

		padding: 90px 30px;

	}

}



.single-offer-items .offer-content h5 {

	font-weight: 700;

	color: red;

	margin-bottom: 5px;

}



.single-offer-items .offer-content h3 {

	font-size: 55px;

	color: var(--white);

}



.single-offer-items.style-2 .offer-content {

	padding: 47px 45px;

}



@media (max-width: 575px) {

	.single-offer-items .offer-content h3 {

		font-size: 42px;

	}



	.single-offer-items.style-2 .offer-content {

		padding: 45px 24px;

	}

}



.single-offer-items.style-2 .offer-content h3 {

	font-size: 55px;

	margin-bottom: 5px;

}



.single-offer-items.style-2 .offer-content h3 {

	font-size: 35px;

}



@media (max-width: 575px) {

	.single-offer-items.style-2 .offer-content h3 {

		font-size: 22px;

		margin-bottom: 16px;

	}



	.single-offer-items.style-2 .offer-content p {

		display: none;

	}



	.single-offer-items .offer-content h5 {

		font-size: 16px;

	}

}



.single-offer-items.style-2 .offer-content p {

	font-size: 16px;

	font-weight: 500;

	color: var(--white);

}



.single-offer-items.style-2 .offer-img {

	position: absolute;

	top: 30%;

	left: 43%;

	-webkit-animation: scale-up-two 6s infinite linear;

	animation: scale-up-two 6s infinite linear;

}



@media (max-width: 1399px) {

	.single-offer-items.style-2 .offer-img {

		top: 15%;

		left: 58%;

	}

}



@media (max-width: 1199px) {

	.single-offer-items.style-2 .offer-img {

		top: 30%;

		left: 43%;

	}

}



@media (max-width: 767px) {

	.single-offer-items.style-2 .offer-img {

		top: 15%;

		left: 60%;

	}

}



.single-offer-items.style-2 .roller-box {

	position: absolute;

	right: -20px;

	bottom: -10px;

	transition: all 0.4s ease-in-out;

}



@media (max-width: 1399px) {

	.single-offer-items.style-2 .roller-box {

		width: 300px;

	}



	.single-offer-items.style-2 .roller-box img {

		width: 100%;

		height: 100%;

	}

}



@media (max-width: 1199px) {

	.single-offer-items.style-2 .roller-box {

		width: initial;

	}

}



@media (max-width: 575px) {

	.single-offer-items.style-2 .roller-box {

		width: 170px;

		right: 0;

		bottom: 0;

	}



	.single-offer-items.style-2 .roller-box img {

		width: 100%;

		height: 100%;

	}



	.single-offer-items.style-2 .offer-img {

		display: none;

	}



	.theme-btn {

		padding: 11px 13px;

		font-size: 14px;

	}

}



.single-offer-items.style-2:hover .roller-box {

	right: -50px;

}



.single-offer-items.style-3 {

	border-radius: 9px;

}



.single-offer-items.style-3 .offer-content {

	margin-bottom: 20px;

	padding: 50px 35px;

	position: relative;

	z-index: 9;

}



.single-offer-items.style-3 .offer-content h3 {

	margin-bottom: 20px;

	font-size: 38px;

	font-weight: 700;

}



.single-offer-items.style-3 .offer-image-2 {

	position: absolute;

	top: 0;

	right: 5%;

	animation: 4s linear 0s infinite normal none running rounded;

}



.single-offer-items.style-3 .small-pizza {

	position: absolute;

	bottom: 0;

	right: 0;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-3 .french-content {

	padding: 50px 35px;

	position: relative;

	z-index: 9;

}



.single-offer-items.style-3 .french-content span {

	font-size: 14px;

	color: red;

	font-weight: 500;

}



.single-offer-items.style-3 .french-content h4 {

	font-size: 26px;

	font-style: italic;

	color: var(--white);

	text-transform: capitalize;

	font-weight: 500;

	color: #ffb936;

	margin-bottom: 10px;

}



.single-offer-items.style-3 .french-content h4 span {

	font-size: 14px;

	font-family: "Barlow Condensed", sans-serif;

	margin-right: 5px;

	color: var(--white);

}



.single-offer-items.style-3 .french-content h3 {

	font-size: 40px;

	color: var(--white);

	margin-bottom: 10px;

}



.single-offer-items.style-3 .french-content h5 {

	color: var(--white);

	text-transform: capitalize;

	margin-bottom: 40px;

	font-weight: 500;

}



.single-offer-items.style-3 .french-content .theme-btn {

	background-color: #ffb936 !important;

	padding: 16px 40px;

}



.single-offer-items.style-3 .french-content .theme-btn .button-content-wrapper .button-icon i {

	margin-left: 10px;

}



.single-offer-items.style-3 .french-content .theme-btn .button-content-wrapper .button-text {

	font-weight: 600;

	color: var(--header) !important;

	font-size: 18px;

	text-transform: capitalize;

}



.single-offer-items.style-3 .french-content .theme-btn:hover {

	color: var(--header);

}



.single-offer-items.style-3 .french-content .theme-btn:hover::before {

	background-color: var(--white);

}



.single-offer-items.style-3 .french-image {

	position: absolute;

	bottom: 0;

	right: 0;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-3 .noodles-image {

	position: absolute;

	right: 0;

	bottom: 40px;

	width: 205px;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-3 .noodles-image img {

	width: 100%;

	height: 100%;

}



.single-offer-items.style-3 .chicken-image {

	position: absolute;

	right: 0;

	bottom: 0;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-3 .offer-shape-3 {

	position: absolute;

	right: 30%;

	top: 20%;

	animation: 4s linear 0s infinite normal none running rounded;

}



.single-offer-items.style-3 .main-food-3 {

	position: absolute;

	right: 0;

	bottom: 0;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-3:hover .small-pizza,

.single-offer-items.style-3:hover .chicken-image {

	transform: scale(1.1);

}



.single-offer-items.style-3:hover .french-image {

	right: -30px;

}



.single-offer-items.style-3:hover .main-food-3 {

	transform: scale(1.1);

}



.single-offer-items.style-3:hover .noodles-image {

	right: -30px;

}



.single-offer-items.style-4 {

	border-radius: 0;

	padding: 60px 45px;

	overflow: hidden;

}



.single-offer-items.style-4 .burger-comboo-content {

	position: relative;

	z-index: 9;

}



.single-offer-items.style-4 .burger-comboo-content h4 {

	font-size: 26px;

	font-weight: 500;

	text-transform: capitalize;

	color: #ffb936;

}



@keyframes scroll {

	from {

		transform: translateX(0px);

	}



	to {

		transform: translateX(-100%);

	}

}



#scroller {

	display: inline-block;

	background-color: transparent;

	white-space: nowrap;

	overflow-x: auto;

	overflow-y: hidden;

	position: relative;

	z-index: 10;

}



#scroller-1 {

	white-space: nowrap;

	display: inline-block;

	animation-name: scroll;

	animation-duration: 90s;

	animation-timing-function: linear;

	animation-iteration-count: infinite;

}



.burger-content {

	padding: 100px 40px;

	max-width: 300px;

	position: relative;

	z-index: 9;

}



.burger-content h1,

.burger-content h2,

.burger-content h3,

.burger-content h4,

.burger-content h5,

.burger-content h6 {

	margin: 0px;

	padding: 0;

	text-transform: uppercase;

	transition: all 0.4s ease-in-out;

}



.burger-content h3 {

	font-size: 33px;

	font-weight: 700;

}



.burger-content h2 {

	font-size: 46px;

	line-height: 110%;

	font-weight: 700;

}



.single-offer-items .offer-content h5 {

	text-transform: uppercase;

}



.burger-banner-items .text-shape {

	top: 20px;

}



.burger-banner-items .burger-content h4 {

	font-size: 31px;

	margin-top: 10px;

}



/* Hide scrollbar for Chrome, Safari and Opera */

#scroller::-webkit-scrollbar {

	display: none;

}



/* Hide scrollbar for IE, Edge and Firefox */

#scroller {

	-ms-overflow-style: none;

	/* IE and Edge */

	scrollbar-width: none;

	/* Firefox */

}



.food-processing-wrapper {

	position: relative;

}



.food-processing-wrapper::before {

	position: absolute;

	top: 50%;

	left: 100px;

	width: 80%;

	height: 1px;

	content: "";

	background-image: url(/assets/frontend/images/border.png);

}



.food-processing-wrapper .food-processing-items.style-2 {

	border: none;

}



.food-processing-wrapper .food-processing-items {

	margin-top: 30px;

	transition: all 0.4s ease-in-out;

	border: 1px dotted transparent;

	padding: 50px 50px;

	border-radius: 17px;

	position: relative;

}



.center {

	text-align: center;

	margin: 0 auto;

}



.food-processing-wrapper .food-processing-items .food-processing-image {

	position: relative;

	height: 236px;

}



.food-processing-wrapper .food-processing-items .food-processing-image .number {

	width: 40px;

	height: 40px;

	line-height: 40px;

	background-color: green;

	border-radius: 50%;

	position: absolute;

	top: 25px;

	right: 53%;

	opacity: 0;

	transition: all 0.4s ease-in-out;

}



.food-processing-wrapper .food-processing-items .food-processing-image .number span {

	font-size: 16px;

	font-weight: 700;

	color: #fff;

}



.food-processing-wrapper .food-processing-items .food-processing-content {

	margin-top: 15px;

}



.food-processing-wrapper .food-processing-items .food-processing-content h3 {

	font-size: 22px;

	margin-bottom: 10px;

	color: #212121;

	text-transform: uppercase;

	font-weight: 500;

}



.food-processing-wrapper .food-processing-items .food-processing-content p {

	color: #5C5C5B;

}



.food-processing-wrapper .food-processing-items.style-2.active {

	background-color: rgb(227 30 36);

}



.food-processing-wrapper .food-processing-items.active {

	background-color: #fff;

	border-radius: 17px;

	border: 1px dotted #5C5C5B;

}



.food-processing-wrapper .food-processing-items.style-2 {

	border: none;

}



.food-processing-wrapper .food-processing-items {

	margin-top: 30px;

	transition: all 0.4s ease-in-out;

	border: 1px dotted transparent;

	padding: 50px 50px;

	border-radius: 17px;

	position: relative;

}



@keyframes fadeInUp {

	0% {

		opacity: 0;

		-webkit-transform: translateY(20px);

		-ms-transform: translateY(20px);

		transform: translateY(20px);

	}



	100% {

		opacity: 1;

		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

}



.fadeInUp {

	-webkit-animation-name: fadeInUp;

	animation-name: fadeInUp;

}



.food-processing-wrapper .food-processing-items.active .food-processing-image .number {

	opacity: 1;

}



.food-processing-wrapper .food-processing-items.style-2.active h3,

.food-processing-wrapper .food-processing-items.style-2.active p {

	color: #fff;

}



.food-processing-wrapper .food-processing-items.style-2:hover {

	background-color: rgb(227 30 36);

}



.food-processing-wrapper .food-processing-items.style-2:hover h3,

.food-processing-wrapper .food-processing-items.style-2:hover p {

	color: #fff;

}



.food-processing-wrapper .food-processing-items:hover {

	background-color: #fff;

	border: none;

}



.food-processing-wrapper .food-processing-items:hover .food-processing-image .number {

	opacity: 1;

}



.section-title {

	position: relative;

	z-index: 99;

	margin-bottom: 30px;

	margin-top: -6px;

}



.section-title h2 {

	font-size: 70px;

	line-height: 110%;

	font-weight: 700;

	text-transform: capitalize;

	color: #222;

}



div#about-page {

	padding-top: 0;

}



@media (min-width: 1400px) {

	.food-processing-wrapper .food-processing-items .food-processing-image {

		height: 290px;

	}

}



@media (max-width: 575px) {

	.single-offer-items.style-4 .burger-comboo-content h4 {

		font-size: 22px;

	}

}



.single-offer-items.style-4 .burger-comboo-content h3 {

	font-size: 40px;

	color: var(--white);

	margin-bottom: 15px;

}



@media (max-width: 575px) {

	.single-offer-items.style-4 .burger-comboo-content h3 {

		margin-bottom: 10px;

	}

}



.single-offer-items.style-4 .burger-comboo-content h2 {

	font-size: 44px;

	color: var(--white);

	margin-top: 20px;

}



@media (max-width: 575px) {

	.single-offer-items.style-4 .burger-comboo-content h2 {

		font-size: 36px;

		margin-top: 15px;

	}

}



.single-offer-items.style-4 .burger-comboo-content h2 span {

	font-size: 20px;

	font-weight: 600;

}



.single-offer-items.style-4 .chicken-content {

	position: relative;

	z-index: 9;

}



.single-offer-items.style-4 .chicken-content h5 {

	color: red;

	margin-bottom: 5px;

}



.single-offer-items.style-4 .chicken-content h3 {

	font-size: 53px;

	color: var(--white);

}



@media (max-width: 575px) {

	.single-offer-items.style-4 .chicken-content h3 {

		font-size: 40px;

	}

}



.single-offer-items.style-4 .chicken-content h6 {

	text-transform: initial;

	color: var(--white);

	margin-top: 10px;

}



.single-offer-items.style-4 .french-image {

	position: absolute;

	bottom: 15%;

	right: 0;

	transition: all 0.4s ease-in-out;

}



@media (max-width: 575px) {

	.single-offer-items.style-4 .french-image {

		width: 250px;

	}



	.single-offer-items.style-4 .french-image img {

		width: 100%;

	}

}



.single-offer-items.style-4 .chicken-text {

	position: relative;

	z-index: 9;

}



.single-offer-items.style-4 .chicken-french-image {

	position: absolute;

	bottom: 10%;

	right: 5%;

	transition: all 0.4s ease-in-out;

}



.single-offer-items.style-4:hover .french-image {

	right: -30px;

}



.single-offer-items.style-4:hover .chicken-french-image {

	transform: scale(1.1);

}



.single-offer-items:hover .main-food {

	transform: scale(1.1);

}



.pizza-banner-items {

	padding: 60px 50px;

	position: relative;

	border-radius: 20px;

	overflow: hidden;

}



@media (max-width: 1399px) {

	.pizza-banner-items {

		padding: 60px 30px;

	}

}



@media (max-width: 1199px) {

	.pizza-banner-items {

		padding: 60px 50px;

	}

}



@media (max-width: 767px) {

	.pizza-banner-items {

		padding: 60px 30px;

		background-size: 300%;

	}

}



.pizza-banner-items .pizza-image {

	position: absolute;

	right: 0;

	bottom: -40px;

	transition: all 0.4s ease-in-out;

	z-index: 99;

}



@media (max-width: 1399px) {

	.pizza-banner-items .pizza-image {

		max-width: 300px;

		bottom: 0;

	}



	.pizza-banner-items .pizza-image img {

		width: 100%;

		height: 100%;

	}

}



@media (max-width: 1199px) {

	.pizza-banner-items .pizza-image {

		max-width: initial;

		bottom: -40px;

	}

}



@media (max-width: 767px) {

	.pizza-banner-items .pizza-image {

		width: 270px;

		bottom: -10px;

	}



	.pizza-banner-items .pizza-image img {

		width: 100%;

		height: 100%;

	}

}



.pizza-banner-items .pizza-text {

	position: relative;

	z-index: 9;

}



.pizza-banner-items .pizza-text-2 {

	position: absolute;

	right: 15%;

	top: 5px;

}



@media (max-width: 767px) {

	.pizza-banner-items .pizza-text-2 {

		top: 30px;

	}

}



.pizza-banner-items:hover .pizza-image {

	transform: scale(1.1);

}



.burger-banner-items {

	border-radius: 20px;

	position: relative;

}



.burger-banner-items .burger-content {

	padding: 100px 40px;

	max-width: 300px;

	position: relative;

	z-index: 9;

}



.burger-banner-items .burger-content h4 {

	font-size: 32px;

	color: var(--white);

	margin-top: 10px;

}



@media (max-width: 767px) {

	.burger-banner-items .burger-content {

		width: 280px;

		padding: 100px 30px;

	}

}



@media (max-width: 575px) {

	.burger-banner-items .burger-content {

		width: 180px;

		padding: 62px 20px;

	}



	.burger-content h3 {

		font-size: 18px;

	}



	.burger-content h2 {

		font-size: 27px;

	}



	.burger-banner-items .burger-content h4 {

		font-size: 18px;

		margin-top: 0px;

	}



	.food-banner-section .row {

		gap: 10px;

	}

}



.burger-banner-items .burger-content h2,

.burger-banner-items .burger-content h3 {

	color: var(--white);

}



.burger-banner-items .burger-content h4 span {

	color: #ffb936;

}



.burger-banner-items .burger-image {

	position: absolute;

	bottom: 0;

	right: 0;

	transition: all 0.4s ease-in-out;

	width: 315px;

}



@media (max-width: 1399px) {

	.burger-banner-items .burger-image {

		width: 350px;

		bottom: -12px;

		right: 0;

	}



	.burger-banner-items .burger-image img {

		width: 100%;

		height: 100%;

	}

}



@media (max-width: 1199px) {

	.burger-banner-items .burger-image {

		width: 300px;

		right: 6px;

	}

}



@media (max-width: 767px) {

	.burger-banner-items .burger-image {

		width: 250px;

		bottom: 0;

		right: 0;

	}

}



@media screen and (max-width: 500px) {

	.burger-banner-items .burger-image {

		width: 180px;

	}

}



.burger-banner-items:hover .burger-image {

	transform: scale(1.1);

}



.burger-banner-items .text-shape {

	position: absolute;

	top: 12px;

	right: 53px;

}



@media (max-width: 1199px) {

	.burger-banner-items .text-shape {

		top: 25px;

	}

}



@media (max-width: 575px) {

	.burger-banner-items .text-shape {

		display: none;

	}

}



.burger-banner-items .burger-text {

	position: absolute;

	top: 20%;

	left: 44%;

	animation: 5s linear 0s infinite normal none running rounded;

}



@media (max-width: 1199px) {

	.burger-banner-items .burger-text {

		left: 30%;

	}

}



@media (max-width: 767px) {

	.burger-banner-items .burger-text {

		left: 35%;

	}

}



@media (max-width: 575px) {

	.burger-banner-items .burger-text {

		display: none;

	}

}



.grilled-banner {

	position: relative;

}



.grilled-banner .patato-shape {

	position: absolute;

	bottom: -80px;

	left: -40px;

}



@media (max-width: 1399px) {

	.grilled-banner .patato-shape {

		display: none;

	}

}



.grilled-banner .offer-shape {

	position: absolute;

	bottom: 33%;

	left: 2%;

}



@media (max-width: 1399px) {

	.grilled-banner .offer-shape {

		bottom: 30%;

		left: 35%;

	}

}



@media (max-width: 1199px) {

	.grilled-banner .offer-shape {

		display: none;

	}

}



.grilled-banner .text-shape {

	position: absolute;

	bottom: 20%;

	left: 52%;

	transform: rotate(30.01deg);

	animation: rounded 5s linear infinite;

}



@media (max-width: 991px) {

	.grilled-banner .text-shape {

		display: none;

	}

}



.grilled-banner .spicy-shape {

	position: absolute;

	right: 7%;

	top: 15%;

	-webkit-animation: rotate 15s linear infinite;

	animation: rotate 15s linear infinite;

}



@media (max-width: 1399px) {

	.grilled-banner .spicy-shape {

		top: 5%;

		right: 2%;

	}

}



@media (max-width: 1199px) {

	.grilled-banner .spicy-shape {

		top: 65%;

		right: 5%;

	}



	.grilled-banner .spicy-shape img {

		width: 60%;

	}

}



.grilled-banner .tomato-shape {

	position: absolute;

	right: 0;

	bottom: 0;

}



.grilled-wrapper .grilled-content {

	position: relative;

	z-index: 99;

}



@media (max-width: 991px) {

	.grilled-wrapper .grilled-content {

		text-align: center;

	}

}



.grilled-wrapper .grilled-content h4 {

	color: var(--white);

	font-size: 28px;

	margin-bottom: 5px;

}



@media (max-width: 575px) {

	.grilled-wrapper .grilled-content h4 {

		font-size: 22px;

	}

}



.grilled-wrapper .grilled-content h2 {

	color: var(--white);

}



.grilled-wrapper .grilled-content h2 span {

	color: #ffb936;

}



@media (max-width: 1199px) {

	.grilled-wrapper .grilled-content h2 {

		font-size: 66px;

	}

}



@media (max-width: 991px) {

	.grilled-wrapper .grilled-content h2 {

		font-size: 56px;

	}

}



@media (max-width: 575px) {

	.grilled-wrapper .grilled-content h2 {

		font-size: 46px;

	}

}



.grilled-wrapper .grilled-content h3 {

	margin-top: 20px;

}



@media (max-width: 1199px) {

	.grilled-wrapper .grilled-content h3 {

		font-size: 40px;

	}

}



@media (max-width: 991px) {

	.grilled-wrapper .grilled-content h3 {

		font-size: 36px;

	}

}



@media (max-width: 575px) {

	.grilled-wrapper .grilled-content h3 {

		font-size: 28px;

	}

}



.grilled-wrapper .grilled-content h3 a {

	color: var(--white);

}



.grilled-wrapper .grilled-content h3 a .text-1 {

	color: #ffb936;

}



.grilled-wrapper .grilled-content h3 .text-2 {

	font-size: 28px;

	color: #ffb936;

}



.grilled-wrapper .grilled-content h3 sup {

	margin-top: 10px;

}



.grilled-wrapper .grilled-content .grilled-button {

	margin-top: 40px;

}



.grilled-wrapper .grilled-image img {

	width: 100%;

	height: 100%;

}



.food-comboo-section {

	position: relative;

}



.food-comboo-section .drinks-shape {

	position: absolute;

	bottom: 0;

	left: 0;

}



@media (max-width: 1399px) {

	.food-comboo-section .drinks-shape {

		display: none;

	}

}



@media (max-width: 1199px) {

	.comboo-wrapper {

		padding-bottom: 180px;

	}

}



@media (max-width: 1199px) {

	.comboo-wrapper .food-comboo-content {

		padding-bottom: 180px;

	}

}



.comboo-wrapper .food-comboo-content .nav {

	border: unset;

	margin-top: 40px;

	display: inline-block;

}



.comboo-wrapper .food-comboo-content .nav .nav-link {

	padding: 0;

	border: unset;

	background: none;

	max-width: 500px;

	width: 100%;

}



.comboo-wrapper .food-comboo-content .nav .nav-link:not(:last-child) {

	margin-bottom: 25px;

}



.comboo-wrapper .food-comboo-content .nav .nav-link .food-comboo-list {

	display: flex;

	align-items: center;

	gap: 30px;

	padding: 15px 30px;

	background-color: var(--bg);

	border-radius: 5px;

}



@media screen and (max-width: 470px) {

	.comboo-wrapper .food-comboo-content .nav .nav-link .food-comboo-list {

		padding: 15px 15px;

		gap: 15px;

	}

}



.comboo-wrapper .food-comboo-content .nav .nav-link .food-comboo-list .comboo-title {

	font-size: 18px;

	font-weight: 600;

	text-transform: uppercase;

	color: var(--header);

}



.comboo-wrapper .food-comboo-content .nav .nav-link.active .food-comboo-list {

	background-color: #ffb936;

}



.comboo-wrapper .comboo-image {

	width: 898px;

	height: 780px;

	position: absolute;

	bottom: 0;

	right: 0;

}



@media (max-width: 1399px) {

	.comboo-wrapper .comboo-image {

		width: 630px;

		height: 780px;

	}

}



@media (max-width: 1199px) {

	.comboo-wrapper .comboo-image {

		width: 1180px;

		height: 410px;

		left: 0;

		bottom: 0;

	}

}



@media (max-width: 991px) {

	.comboo-wrapper .comboo-image {

		width: 990px;

	}

}



@media (max-width: 767px) {

	.comboo-wrapper .comboo-image {

		width: 770px;

		height: 400px;

	}

}



@media (max-width: 575px) {

	.comboo-wrapper .comboo-image {

		left: 0;

		bottom: 0;

		right: 0;

	}

}



.comboo-wrapper .comboo-image .pizza-text {

	position: absolute;

	top: 15%;

	left: 10px;

	z-index: 9;

	-webkit-animation: tpswing 4s forwards infinite alternate;

	animation: tpswing 4s forwards infinite alternate;

}



@media (max-width: 1399px) {

	.comboo-wrapper .comboo-image .pizza-text {

		top: 20%;

		left: 10px;

	}

}



@media (max-width: 1199px) {

	.comboo-wrapper .comboo-image .pizza-text {

		top: 15%;

		left: 10px;

	}

}



@media (max-width: 767px) {

	.comboo-wrapper .comboo-image .pizza-text {

		top: 3%;

	}

}



@media (max-width: 575px) {

	.comboo-wrapper .comboo-image .pizza-text {

		display: none;

	}

}



.comboo-wrapper .comboo-image .offer-shape {

	position: absolute;

	top: 10%;

	left: 40%;

	-webkit-animation: scale-up-two 6s infinite linear;

	animation: scale-up-two 6s infinite linear;

}



@media (max-width: 1399px) {

	.comboo-wrapper .comboo-image .offer-shape {

		top: 0%;

		left: 30%;

	}

}



@media (max-width: 991px) {

	.comboo-wrapper .comboo-image .offer-shape {

		top: 10%;

		left: 40%;

	}

}



@media (max-width: 767px) {

	.comboo-wrapper .comboo-image .offer-shape {

		left: 50%;

		top: 0;

	}

}



@media (max-width: 575px) {

	.comboo-wrapper .comboo-image .offer-shape {

		left: 8%;

	}

}



.comboo-wrapper .comboo-image .vegetable-shape {

	position: absolute;

	top: 5%;

	right: 10%;

	-webkit-animation: tpswing 3s forwards infinite alternate;

	animation: tpswing 3s forwards infinite alternate;

}



.comboo-wrapper .comboo-image .pizza-image {

	position: absolute;

	top: 25%;

	left: -12%;

	max-width: 1100px;

}



.comboo-wrapper .comboo-image .pizza-image img {

	width: 100%;

}



@media (max-width: 1399px) {

	.comboo-wrapper .comboo-image .pizza-image {

		top: 45%;

		left: -10%;

	}

}



@media (max-width: 1199px) {

	.comboo-wrapper .comboo-image .pizza-image {

		top: 25%;

		left: 20%;

		max-width: 625px;

	}

}



@media (max-width: 991px) {

	.comboo-wrapper .comboo-image .pizza-image {

		max-width: 500px;

		left: 120px;

		top: 40%;

	}

}



@media (max-width: 767px) {

	.comboo-wrapper .comboo-image .pizza-image {

		left: 50px;

		top: 35%;

	}

}



@media (max-width: 575px) {

	.comboo-wrapper .comboo-image .pizza-image {

		top: 37%;

		left: -6%;

	}

}



.marquee-wrapper {

	position: relative;

	overflow: hidden;

	white-space: nowrap;

	margin-top: 30px;

	margin-bottom: -3px;

}



.marquee-wrapper.style-3 {

	margin-top: 50px;

}



@media (max-width: 575px) {

	.marquee-wrapper.style-3 {

		margin-top: 40px;

	}

}



.marquee-wrapper.style-3 .marquee-inner .marqee-list .marquee-item .text-slider {

	text-transform: capitalize;

	font-family: "Barlow Condensed", sans-serif;

	line-height: 88px;

	font-weight: 400;

}



@media (max-width: 575px) {

	.marquee-wrapper.style-responsive {

		margin-top: -29px !important;

	}

}



@media (max-width: 575px) {

	.marquee-wrapper.style-responsive-2 {

		margin-top: -29px !important;

	}

}



.text-slider {

	font-size: 130px;

	height: 100px;

	line-height: 85px;

	font-weight: 700;

	text-transform: uppercase;

}



.text-slider.text-color {

	color: #A4A4A4;

	-webkit-text-stroke-width: 1px;

	-webkit-text-stroke-color: #A4A4A4;

	-webkit-text-fill-color: transparent;

	font-style: italic;

}



.text-slider.text-color-2 {

	color: red;

	-webkit-text-stroke-width: 1px;

	-webkit-text-stroke-color: red;

	-webkit-text-fill-color: transparent;

	font-style: italic;

}



@media (max-width: 575px) {

	.text-slider {

		font-size: 50px;

		height: 40px;

		line-height: 51px;

	}

}



.marquee-inner {

	position: absolute;

	display: inline-flex;

	width: 200%;

}



.marquee-list {

	float: left;

	width: 50%;

}



.marquee-item {

	float: left;

	transition: animation 0.2s ease-out;

}



.marquee-inner.to-left {

	animation: marqueeLeft 25s linear infinite;

}



@keyframes marqueeLeft {

	0% {

		left: 0;

	}



	100% {

		left: -100%;

	}

}



.marquee-inner.to-right {

	animation: marqueeRight 25s linear infinite;

}



@keyframes marqueeRight {

	0% {

		right: 0;

	}



	100% {

		right: -100%;

	}

}



section#main_cat {

	margin: 10px 0;

}



#main_cat .social__links ul li {

	width: 47%;

	margin: 1.1% 1.1% 3.1% 1.1%;

	display: inline-block;

	padding: 1%;

	background: #fff;

	/*background: #1f2130;*/

	backdrop-filter: blur(0px);

	border-radius: 5px;

	transition: background 0.25s;

	transform-style: preserve-3d;

	perspective: 500px;

	-webkit-box-shadow: 6px 6px 0px #d6d6d6, 5px 5px 20px #bebebe;

	-moz-box-shadow: 6px 6px 0px #d6d6d6, 5px 5px 20px #bebebe;

	box-shadow: 6px 6px 0px #d6d6d6, 5px 5px 20px #bebebe;

}



#main_cat .js-tilt-glare {

	border-radius: 5px;

}



#main_cat .social__links ul li a {

	width: 100%;

	display: flex;

	align-items: center;

	color: #000;

	/*color: #fff;*/

	font-size: 12px;

}



#main_cat .social__links ul li img {

	width: 40px;

	height: auto;

	margin: 0 10px 0 5px;

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

	border-radius: 10px;

}



#main_cat .social__links ul li a i {

	text-align: center;

	line-height: 4rem;

	font-size: 14px;

	transform: scale(1.4) translateZ(50px);

	transition: 0.25s;

	color: #fd3838;

}



#main_cat .social__links h3 {

	font-size: 12px;

	margin-bottom: 0;

}



#main_cat .social__links p {

	font-size: 10px;

	margin-bottom: 0;

}



#main_cat .social__links label {

	font-size: 10px;

	margin-bottom: 0;

	/*color: #fd3838;*/

	/*color: #FFEB3B;*/

	color: #141414;

}



#main_cat .social__links ul li a span {

	line-height: 14px;

	/*margin-left: 10px;*/

}



#main_cat .social__links ul li a i {

	margin: 0 10px;

}



.social-head {

	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;

}



.social-head h3 {

	color: #5b5b5b;

	padding:0;

	font-family: inherit;

	font-size: 12px;

	font-weight: 500;

	line-height: 20px;

	margin-top: 5px;

	/* border: 1px solid #607D8B; */

	/* border-radius: 3px; */

	/* background: #181924; */

	text-transform: uppercase;

	text-align: center;

	/* border-bottom: 2px solid; */

	border-bottom: 2px solid #8080807d;

	width: auto;

	display: inline;

	margin: 0;

	text-align: center;

}



.social-head a {

	color: #303030;

	font-weight: 500;

	font-size: 14px;

}



.social-head a:hover {

	color: orange;

}



.social__links ul#item {

	margin-bottom: 10px;

}



.footer-div {

	/*position: fixed;*/

	/*bottom: 0;*/

}



.footer-div .footer_bottom {

	background: #d8d8d8;

	color: #000;

	border: none;

}



.footer-div .footer_bottom a {

	color: #fff;

}



.footer-div .footer_bottom a {

	color: #5b5b5b;

}



.media-part a {

	width: 32%;

}



.media-part span {

	width: 32%;

}



.media-part .btn {

	width: 100%;

}



.sidebar-tog input[type=checkbox] {

	display: none;

}



@media (max-width:599px) {

	.sectionDefault .container {

		padding: 5px 0px !important;

	}



	.business-container .business-container {

		padding-left: 0;

		padding-right: 0;

	}



	.add-box {

		margin: 0 0 20px !important;

	}



	.row.mt-30 {

		margin-top: 15px !important;

	}



	.cid-qBK2ZYNhQk {

		padding-bottom: 56px;

	}



	.section_items1 {

		padding-top: 14px;

	}



	div#menu-page {

		padding-top: 26px !important;

	}



	#order-page {

		margin: 67px 0;

	}



	#order-page>* {

		padding: 0;

	}

}



@media (max-width:991px) {

	.section_items1 {

		padding-top: 14px;

	}



	div#menu-page {

		padding-top: 26px !important;

	}

}



@media (min-width:710px) and (max-width:991px) {

	.singlePage.style_2 ul li {

		width: 99.111%;

	}



	div#showCheckoutData {

		padding-top: 0px !important;

	}



	#order-page {

		margin: 67px 0;

	}

}



.footer-div .footer_bottom {

	display: block !important;

/*	margin-bottom: 54px;*/

}



.social-btns1 a {

	background-color: #fff;

	padding: 10px;

	border-radius: 10px;

	display: inline-block;

	text-align: center;

	width: 90px;

}



span.tit {

	font-size: 11px;

	display: inline-block;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}



.social-btns2 a {

	width: 30%;

	/* background-color: #fff; */

	/* padding: 10px 10px 0px 10px; */

	border-radius: 10px;

	margin: 2% 1%;

	display: inline-block;

	text-align: center;

}



.social-btns2 .social-img1 {

	width: 70%;

	margin: 0px auto 7px auto

}



.social-btns2 span.tit {

	/*margin-bottom: -20px;*/

	background-color: #030000;

	color: #fff;

	padding: 3px 6px;

	border-radius: 4px;

}



.desc {

	padding: 10px;

	width: 80%;

	margin: 0 auto;

}



#scroller {

	display: inline-block;

	background-color: transparent;

	white-space: nowrap;

	overflow-x: auto;

	overflow-y: hidden;

	position: relative;

	z-index: 10;

}



#scroller-1 {

	white-space: nowrap;

	display: inline-block;

	animation-name: scroll;

	animation-duration: 50s;

	animation-timing-function: linear;

	animation-iteration-count: infinite;

}



#scroller span {

	white-space: nowrap;

	display: inline-block;

	font-size: 120px;

	font-weight: 800;

	color: transparent;

	transition: all linear 0.3s;

}



.info .four {

	text-align: center;

	border-right: 1px solid #d2d2d2;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	width: 14%;

	padding: 0;

	display: inline-block;

	font-size: 12px;

}



.info .four:last-of-type {

	border-right: none;

}



.info .four .number {

	display: block;

	font-size: 16px;

	line-height: 20px;

	font-weight: 700;

}



.info .four .number img {

	width: 30px;

}



.rating {

	display: flex;

	flex-direction: row-reverse;

	justify-content: center;

	margin: 5px 0;

}



/*hides the radio buttons*/

.rating>input {

	display: none;

}



/*style the empty stars, sets position:relative as base for pseudo-elements*/

.rating>label {

	position: relative;

	width: 1.1em;

	font-size: 20px;

	line-height: 20px;

	color: #ffd700;

	cursor: pointer;

	margin: 0;

}



/* sets filled star pseudo-elements */

.rating>label::before {

	content: "\2605";

	position: absolute;

	opacity: 0;

}



/*overlays a filled start character to the hovered element and all previous siblings*/

.rating>label:hover:before,

.rating>label:hover~label:before {

	opacity: 1 !important;

}



/*overlays a filled start character on the selected element and all previous siblings*/

.rating>input:checked~label:before {

	opacity: 1;

}



/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/

.rating:hover>input:checked~label:before {

	opacity: 0.4;

}



h4.tag {

	font-size: 14px;

	font-weight:700;

	margin: 4px 0;
	font-family: 'Varela Round';
        letter-spacing: normal;

}



#rev .single-listing-summary2 .media .media-body .loc {

	margin-bottom: 10px;

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

	/*padding-bottom: 10px;*/

	color: #5b5b5b;

}



.social-head1 {

	padding: 4px 8px;

	background: #d8d8d8;

	border-radius: 6px;

	box-shadow: 0px 0px 0 #d6d6d6, 6px 6px 10px #bebebe;

	margin: 10px 0;

	text-align: center;

	border-bottom: 2px solid #5b5b5b;

}



.social-head1 h3 {

	color: #000000;

	padding: 5px;

	font-family: inherit;

	font-size: 14px;

	font-weight: 700;

	/* line-height: 20px; */

	margin-top: 5px;

	/* border: 1px solid #607D8B; */

	/* border-radius: 3px; */

	/* background: #181924; */

	text-transform: uppercase;

	text-align: center;

	/* border-bottom: 2px solid; */

	/* border-bottom: 2px solid #8080807d; */

	width: auto;

	display: inline;

	margin: 0 auto;

	text-align: center;

	letter-spacing: 1px;

}



form.defaultForm.callWaiterForm .form-group {

	margin: 0;

}



.service-tags {

	padding: 0.8rem 0 0;

}



ul#serv-item {

	margin: 0;

	padding: 0;

	display: block;

}



ul#serv-item li {

	display: inline-block;

	padding: 4px 10px;

	background-color: #ffffff;

	color: #5b5b5b;

	width: auto;

	margin: 1%;

	border-radius: 7px;

	border: 1px solid #f2f2f2;

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

	font-size: 12px;

}



ul#serv-item1 {

	margin: 0;

	padding: 0;

	display: block;

}



ul#serv-item1 li {

	display: inline-block;

	padding: 4px 10px;

	/* background-color: #ffffff; */

	color: #5b5b5b;

	width: auto;

	/* margin: 1%; */

	border-radius: 7px;

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

	font-size: 12px;

	border: 1px solid #d4d4d4;

}
#what_we_do1 .service-tags {

	padding: 0 0 0.8rem 0;

}
div#what_we_do {

	margin-bottom: 40px;

}
html {
	scroll-behavior: smooth;
}
.media-part button#we_do {
	width: 32%;
}
.footer-div .footer_bottom p {

	font-size: 12px;

}



.order_input_area .choosy-button {

	text-align: center;

	margin: 0 auto;

}



@media (max-width:599px) {

	#scroller span {

		font-size: 50px;

	}



	.section-title h2 {

		font-size: 40px;

	}



	.food-processing-wrapper .food-processing-items {

		padding: 30px 32px;

		margin-top: 2px;

	}



	.food-processing-wrapper .food-processing-items .food-processing-image .number {

		opacity: 1;

	}



	.section-title {

		margin-bottom: 0;

	}



	.section_items,

	.sectionDefault {

		padding-bottom: 25px !important;

		padding-top:25px !important;

	}



	.navbar-icon img {

		/*width: 46px;height: 42px;*/

		border-radius: 4px;

		max-width: 19%;

	}



	.food-processing-wrapper .food-processing-items .food-processing-image {

		height: auto;

	}



	#double-icon #searchbar.wrapper {

		position: fixed;

		left: 84%;

		z-index: 999;

		top: 77px !important;

	}



	.breadcrumb-wrapper .page-heading {

		padding: 60px 0;

	}



	.breadcrumb-wrapper .page-heading h1 {

		font-size: 36px;

	}



	.breadcrumb-wrapper .page-heading .breadcrumb-items {

		margin-top: 9px;

	}



	.breadcrumb-wrapper .page-heading .breadcrumb-items li {

		font-size: 16px;

	}



	.menu-div {

		margin-top: 25px;

	}



	#menu-page .choosy-button .radio-button-container {

		margin-top: 6px;

	}



	#menu-page .menu-div {

		margin-top: 0px;

	}

}



@media (min-width:710px) and (max-width:991px) {



	.section_items,

	.sectionDefault {

		padding-bottom: 25px !important;

		padding-top: 25px !important;

	}



	.burger-banner-items .burger-content {

		display: none;

	}



	.burger-banner-items .text-shape {

		right: 38px;

	}



	.burger-banner-items .burger-text,

	.single-offer-items.style-2 .offer-img {

		display: none;

	}



	.theme-btn {

		padding: 16px 8px;

	}



	.single-offer-items.style-2 .roller-box {

		width: 176px;

	}



	.single-offer-items.style-2 .offer-content {

		padding: 47px 32px;

	}



	#scroller span {

		font-size: 75px;

	}



	.text-slider {

		height: 75px;

		line-height: 85px;

	}



	.section-title h2 {

		font-size: 54px;

	}



	.food-processing-wrapper .food-processing-items .food-processing-image {

		width: 170px;

		height: auto;

	}



	.food-processing-wrapper .food-processing-items {

		padding: 15px 13px;

	}



	.food-processing-wrapper .food-processing-items .food-processing-content h3 {

		font-size: 16px;

	}



	.food-processing-wrapper .food-processing-items .food-processing-content {

		margin-top: 6px;

	}



	.about-section .content-column .text {

		line-height: 1.6em;

	}



	.about-section .row {

		align-items: center;

	}



	.food-processing-wrapper::before {

		display: none;

	}



	.navbar-icon img {

		max-width: 20%;

		padding: 4px 0;

		object-fit: contain;

	}



	#double-icon #searchbar.wrapper {

		position: fixed;

		left: 92%;

		z-index: 999;

		top: 77px !important;

	}



	.menu-div {

		margin-top: 25px;

	}



	#menu-page .choosy-button .radio-button-container {

		margin-top: 6px;

	}



	#menu-page .menu-div {

		margin-top: 0px;

	}

}



.portfolio .social-img img {

	padding: 10px;

}



/** Custom Select **/

.custom-select-wrapper {

	position: relative;

	display: inline-block;

	user-select: none;

}



.custom-select-wrapper select {

	display: none;

}



.custom-select {

	position: relative;

	display: inline-block;

}



.custom-select-trigger {

	position: relative;

	display: block;

	width: 100%;

	padding: 0 14px 0 14px;

	font-size: 22px;

	font-weight: 400;

	color: #495057;

	line-height: 42px;

	background: #fff;

	border-radius: 4px;

	cursor: pointer;

	font-size: 1rem;

	border: 1px solid #e3e9ef;

	margin: 5px 0;

	text-transform: capitalize;

}



.custom-select-trigger:after {

	position: absolute;

	display: block;

	content: '';

	width: 7px;

	height: 7px;

	top: 50%;

	right: 7px;

	margin-top: -3px;

	border-bottom: 2px solid #495057;

	border-right: 2px solid #495057;

	transform: rotate(45deg) translateY(-50%);

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

	transform-origin: 50% 0;

}



.custom-select.opened .custom-select-trigger:after {

	margin-top: 3px;

	transform: rotate(-135deg) translateY(-50%);

}



.custom-options {

	position: absolute;

	display: block;

	top: 100%;

	left: 0;

	right: 0;

	min-width: 100%;

	margin: 15px 0;

	border: 1px solid #e3e9ef;

	border-radius: 4px;

	box-sizing: border-box;

	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);

	background: #fff;

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

	z-index: 99;

	opacity: 0;

	visibility: hidden;

	pointer-events: none;

	color: #495057;

	transform: translateY(-15px);

}



.custom-select.opened .custom-options {

	opacity: 1;

	visibility: visible;

	pointer-events: all;

	transform: translateY(0);

}



.custom-options:before {

	position: absolute;

	display: none;

	content: '';

	bottom: 100%;

	right: 25px;

	width: 7px;

	height: 7px;

	margin-bottom: -4px;

	border-top: 1px solid #b5b5b5;

	border-left: 1px solid #b5b5b5;

	background: #fff;

	transform: rotate(45deg);

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

}



.option-hover:before {

	background: #f9f9f9;

}



.custom-option {

	position: relative;

	display: block;

	padding: 0 22px;

	border-bottom: 1px solid #e3e9ef;

	font-size: 1rem;

	font-weight: 500;

	color: #495057;

	line-height: 43px;

	cursor: pointer;

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

}



.custom-option:first-of-type {

	border-radius: 4px 4px 0 0;

}



.custom-option:last-of-type {

	border-bottom: 0;

	border-radius: 0 0 4px 4px;

}



.custom-option:hover,

.custom-option.selection {

	background: #f9f9f9;

}



.custom-select {

	background: none;

	border: none;

	padding: 0;

}



.custom-select-wrapper {

	width: 100%;

}



.bottom-btn {

	position: fixed;

	bottom: 0;

	width: 100%;

	background: #f9f9f9;

}



.bottom-btn ul {

	display: block;

	margin: 0;

}



.bottom-btn ul li {

	background-color: #5b5b5b;

	color: #fff;

	display: inline-block;

	text-align: center;

	width: 100%;

	padding: 7px 0;

	text-transform: uppercase;

	font-size: 13px;

}



.bottom-btn li a {

	color: #fff;

}



.footer-div {

	margin-bottom: 32px;

}



section#packg,

section#special {

	min-height: 100vh;

}



div#enquiryModal .form-group label, div#helpModal .form-group label{

	text-transform: capitalize;

	font-size: 14px;

	margin: 0;

}



div#enquiryModal .form-group, div#helpModal .form-group {

	margin-bottom: 8px;

}



div#enquiryModal .form-control, div#helpModal .form-control {

	background-color: transparent;

}



#enquiryModal .modal-content .modal-body, #helpModal .modal-content .modal-body {

	padding: 5px 15px;

}



#enquiryModal .iti, #helpModal .iti {

	width: 100%;

}



#enquiryModal .form-control, #helpModal .form-control {

	min-height: 1.5em;

}



#enquiryModal .modal-body :last-child .form-control,

 #helpModal .modal-body :last-child .form-control {

	/*min-height: 4em !important;*/

}



#enquiryModal input[type="file" i],

#helpModal input[type="file" i] {

	min-height: 3em !important;

	padding: 10px;

}



div#enquiryModal, div#helpModal {

	top: 10%;

}



#main-home {

	padding-bottom: 0;

	padding-top: 8%;

	position: relative;

	z-index: 1;

	color: #5b5b5b;

}



#main-home .sub-title {

	color: #00a0e3;

	font-size: 16px;

	font-weight: 700;

	line-height: 1;

	margin-bottom: 15px;

	text-transform: uppercase;

}



#main-home .section-title {

	margin-bottom: 20px;

	margin-top: 10px;

	text-transform: capitalize;

}



#main-home h2 {

	font-size: 41px;

	font-weight: 700;

}



#main-home1 {

	padding: 2% 0;

}



#main-home1 h3 {

	font-size: 30px;

	font-weight: 700;

	line-height: 40px;

	margin-top: 20px;

	margin-bottom: 10px !important;

}



#main-home p {

	line-height: 1.6;

	margin: 0 0 15px;

	word-wrap: break-word;

}



.about-list ul {

	margin: 0;

	padding: 0;

}



.home-about-content .app-rating {

	background-color: rgb(31 195 255 / 10%);

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-ms-border-radius: 25px;

	border-radius: 25px;

	margin-top: 22px;

	padding: 30px;

}



.home-about-content .app-rating .app-rating-item {

	border-right: 2px solid #00a0e3;

	padding: 0 15px;

	width: 50%;

}



.home-about-content .app-rating h2 {

	margin-bottom: 0;

	font-size: 42px;

	font-weight: 700;

}



.home-about-content .app-rating .rating-wrap {

	padding-left: 20px;

}



.home-about-content .app-rating .rating-start-inner {

	margin-bottom: 8px;

}



.rating-start {

	display: table;

	position: relative;

	font-size: 14px;

	letter-spacing: 1.5px;

}



.home-about-content .app-rating .app-rating-item:last-child {

	border-right: none;

}



.rating-start span:before {

	color: #FF9222;

	content: "\f005\f005\f005\f005\f005";

	display: inline-block;

	font-family: "Font Awesome 5 free";

	font-weight: 900;

}



.about-list li {

	list-style: none;

	margin-bottom: 5px;

	padding-left: 20px;

	position: relative;

}



.about-list li i {

	color: #00a0e3;

	font-size: 14px;

	position: absolute;

	top: 4px;

	left: 0;

}



#main-home .about-img-left {

	position: relative;

	z-index: 1;

	width: 70%;

	margin: 0 auto;

}



#main-home .about-img-left:before {

	content: "";

	background-image: url(/assets/frontend/images/img3.png);

	background-repeat: no-repeat;

	background-position: center center;

	background-size: contain;

	opacity: 0.8;

	position: absolute;

	height: 100%;

	top: 0;

	left: 0;

	width: 100%;

	z-index: -1;

}



@media (max-width:575px) {

	#main-home .sub-title {

		font-size: 14px;

		margin-bottom: 10px;

	}



	#main-home {

		padding-top: 50px;

		padding-bottom: 0px;

	}



	#main-home h2 {

		font-size: 28px;

	}



	#main-home p {

		font-size: 14px !important;

	}



	.about-list li {

		font-size: 14px;

	}



	.home-about-content .app-rating .app-rating-item:not(:last-child) {

		/* border-bottom: 1px solid #00a0e3;padding-bottom: 10px;margin-bottom: 10px;*/

	}



	.home-about-content .app-rating .app-rating-item {

		/* width: 100%;border-right: none;*/

		flex-direction: column;

		text-align: center;

	}



	.home-about-content {

		margin-bottom: 0px;

	}
	.features-heading{
		padding: 3px 5px 0 5px !important;
	}
	.pricing_3 .newPriceLayout :last-child.card{
		margin-bottom: 0px !important;
	}
	#site-feature .feat-head{
		font-size: 13px;
	}

}



@media (min-width:710px) and (max-width:991px) {

	#main-home {

/*		padding-bottom: 70px;*/

		padding-top: 70px;

	}



	.home-about-content {

/*		margin-bottom: 40px;*/

	}

}



h3.steps_number {

	position: absolute;

	right: 30px;

	top: 6px;

	font-size: 20px;

	color: #00a0e3;

	font-weight: 400;

}



.single_serivce_area:before {

	position: absolute;

	top: 20px;

	right: 59px;

	width: 30px;

	height: 1px;

	background-color: #00a0e3;

	content: "";

}



.leftHero h5 {

	font-size: 36px;

}



.home_service_img img {

	width: 40px;

	height: auto;

}



.downld {

	display: none !important;

}



section#pricing {

	/*display: none;*/

}



.bottom-btn1 {

	width: auto;

	height: auto;

	position: fixed;

	bottom: 60px;

	right: 15px;

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

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

	/*animation:bounce2 2s ease infinite;*/

	background: none;

	z-index: 999;

}
.bottom-btn2{
	width: auto;

	height: auto;

	position: fixed;

	bottom: 120px;

	right: 15px;

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

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

	/*animation:bounce2 2s ease infinite;*/

	background: none;

	z-index: 999;
}


@keyframes bounce2 {



	0%,

	20%,

	50%,

	80%,

	100% {

		transform: translateY(0);

	}



	40% {

		transform: translateY(-30px);

	}



	60% {

		transform: translateY(-15px);

	}

}



.bottom-btn1 a span, .bottom-btn2 a span{

	border-radius: 4px;

	text-align: center;

	color: #fff;

	background: red;

	font-size: 15px;

	line-height: 20px;

	padding: 4px 10px;

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

}



.bottom-btn1 a i,
.bottom-btn2 a i {

	margin-left: 2px;

	color: #fff;

	text-align: center;

	background: red;

	font-size: 20px;

	line-height: 30px;

	border-radius: 50%;

	width: 30px;

	height: 30px;

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

}



.footer-div {

	margin-bottom: 0;

}



.single_accordion.aos-init.aos-animate {

	box-shadow: 0px 7px 6px 0px #eee;

}



#accordion-style-1 .btn-link {

	font-weight: 400;

	color: #fff;

	background-color: transparent;

	text-decoration: none !important;

	font-size:18px;

	font-weight: 500;

	padding-left: 0px;

}



#accordion-style-1 .btn-link i {

	margin-right: 5px;

}



button.btn.btn-link.btn-block.text-left.collapsed {

	color: #fff !important;

}
#accordion-style-1 .card-body {

	border-top: 2px solid #00a0e3;

	color: #686868;

}



#accordion-style-1 .card-header .btn.collapsed .fa.main {

	display: none;

}



#accordion-style-1 .card-header .btn .fa.main {

	background: #00a0e3;

	padding: 13px 11px;

	color: #ffffff;

	width: 35px;

	height: 41px;

	position: absolute;

	left: -1px;

	top: 10px;

	border-top-right-radius: 7px;

	border-bottom-right-radius: 7px;

	display: none;

}



#accordion-style-1 .accordion>.card>.card-header {

	background-color: #00a0e3 !important;

	padding: 8px 15px;

}



#accordion-style-1 .card {

	/*box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);*/

	-webkit-border-radius: 15px;

	-moz-border-radius: 15px;

	-ms-border-radius: 15px;

	border-radius: 15px;

	margin-bottom: 20px;

	border: 1px solid #f2f2f2;

}



div#product-desc13 p {

	padding: 4px 15px;

	text-align: justify;

}



.bottom-btn1 a i {

	margin-left: 2px;

	color: #fff;

	text-align: center;

	/*    background: red;*/

	font-size: 24px;

	line-height: 48px;

	border-radius: 50%;

	width: 50px;

	height: 50px;

	box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 7px 7px 15px rgb(0 0 0 / 39%);

}



.steps {

	text-align: center;

}



span.small-head {

	padding: 8px 20px;

	border-radius: 30px;

	border: 1px solid #00a0e3;

	text-transform: uppercase;

	color: #00a0e3;

}



h2.large-head {

	margin: 20px auto;

	border-radius: 30px;

	color: #5b5b5b;

	font-weight: bolder;

	width: 70%;

	font-size: 40px;

	line-height: 50px;

	text-transform: capitalize;

}



.steps p {

	width: 50%;

	margin: 15px auto;

	color: #5b5b5b;

}



video.video-div {

	width: 80%;

	height: auto;

	margin: 0 auto;

	border-radius: 30px;

}



video.video-div1 {

	width: 100%;

	height: auto;

	margin: 0 auto;

	border-radius: 30px;

}



/*a.learn-btn {

	background: #00a0e3;

	color: #fff;

	border: 1px solid #00a0e3;

}*/



/*a.learn-btn:hover {

	background: #5b5b5b;

	color: #fff;

	border: 1px solid #5b5b5b;

	transition: all;

}

*/

a.outline-btn {

	border: 1px solid #00a0e3;

	color: #00a0e3!important;

	background-color: transparent;

	transition: all;

}



a.outline-btn:hover {

	border: 1px solid #303030;

	color: #303030!important;

	background-color:transparent;

	transition: all;

}



.btn-div {

	display: flex;

	justify-content: center;

	gap: 15px;

}



div#accordion-style-1 {

	width: 80%;

	max-width: 80%;

}



/*blog page*/

.site-breadcrumb {

	background-color: #00a0e3;

	color: #fff;

	text-align: center;

	border-radius: 28px;

	margin: 13px 0 22px;

	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);

	background-image: url(/assets/frontend/images/pg2.webp);

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

}



.site-breadcrumb h3 {

	font-size: 46px;

	padding: 65px 0;

	margin-bottom: 0;

}
#blogDetail.site-breadcrumb h3{
	font-size: 32px;
    padding: 65px 100px;
} 
.text-white
{
	color: #fff!important;
}

.blog-grid {

	display: flex;

/*	justify-content: space-between;*/

	flex-wrap: wrap;
	margin-bottom: 20px;

}



.blog-grid .blogcard {

/*	border-radius: 20px;*/

	overflow: hidden;
margin-bottom: 15px;
	margin-top: 15px;

}



.blog-grid .blogcard-header img {

	width: 100%;

	height: 250px;

	object-fit: cover;

	border-radius: 20px;

}



.blog-grid .blogcard-body {

	display: flex;

	flex-direction: column;

	/*      justify-content: center;*/

	align-items: flex-start;
	gap:5px;

/*	min-height: 250px;*/

}



.blog-grid .tag {


background: #bbebff;
    padding: 4px 10px;
    border-radius: 4px;
    color: #06a2e4;
    margin-top: 10px;
    font-size: 14px;
    
}



.blogcard h4 {

	color: #28274c;

	font-size: 18px;

	font-weight: 700;

	line-height: 26px;

	transition: all 0.4s;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;
	font-family: "Varela Round", sans-serif;
    font-weight: 600;
    letter-spacing: normal;

}



.blog-grid .blogcard-body p {

	font-size: 14px;

	/*margin: 14px 0 14px;*/

	color: #838080;

	font-weight: 500;

}



.blog-grid .user {

	display: flex;

	/*      margin-top: auto;*/

}



.blog-grid .user img {

	border-radius: 50%;

	width: 40px;

	height: 40px;

	margin-right: 10px;

}



.blog-grid .user-info h5 {

	margin: 0;

	font-size: 16px;

	font-weight: 600;

	color: #5b5b5b;

}



.blog-grid .user-info small {

	color: #545d7a;

}



.main-body {

	padding-top: 5%;

}



#about-page #main-home {

	padding-bottom: 3%;

	padding-top: 0.5%;

}



@media (max-width:599px) {

	.main-body {

		padding-top: 7px;

	}



	.site-breadcrumb h3 {

		font-size: 28px;

		padding: 33px 0;

	}



	.site-breadcrumb {

		margin-bottom: 0;

	}



	#contact-page .section_items {

		padding-top: 0 !important;

	}



	.site-breadcrumb {

		margin: 30px 0 0;

	}

}



.slider-screen main {

	position: relative;

	width: calc(min(90rem, 90%));

	margin: 0 auto;

	/*min-height: 100vh;*/

	column-gap: 3rem;

	padding-block: min(20vh, 3rem);

}



.slider-screen h2.large-head {

	margin: 20px 0;

	width: 100%;

}



.slider-screen .bg {

	position: fixed;

	top: -4rem;

	left: -12rem;

	z-index: -1;

	opacity: 0;

}



.slider-screen .bg2 {

	position: fixed;

	bottom: -2rem;

	right: -3rem;

	z-index: -1;

	width: 9.375rem;

	opacity: 0;

}



.slider-screen main>div hr {

	display: block;

	background: #005baa;

	height: 0.25rem;

	width: 6.25rem;

	border: none;

	margin: 1.125rem 0 1.875rem 0;

}



.slider-screen main>div p {

	line-height: 1.6;

	color: #5b5b5b;

}



.slider-screen main a {

	display: inline-block;

	text-transform: uppercase;

	margin-top: 15px;

	transition: 0.3s ease-in-out;

}



.slider-screen .swiper {

	width: 100%;

	/*padding-top: 3.125rem;*/

}



.slider-screen video.video-div1 {

	width: 100%;

	height: auto;

	margin: 0 auto;

	border-radius: 30px;

}



@media screen and (min-width: 48rem) {

	.slider-screen main {

		display: flex;

		align-items: center;

	}



	.slider-screen .bg,

	.slider-screen .bg2 {

		opacity: 0.03;

	}
}
@media screen and (max-width: 991px) {
	ul#serv-item li {
		border: 1px solid #f2f2f2;
	}
	.service-tags {
		padding: 0;
	}
	ul#serv-item li {

		border: 1px solid #f2f2f2;
	}
	.site-breadcrumb {

		border-radius: 14px;
		margin: 30px 0 0;
	}
	.site-breadcrumb h3 {
		font-size: 18px !important;
		padding: 15px 0 !important
	}
	#blogDetail.site-breadcrumb h3{
		font-size: 12px !important;
        padding: 15px 60px !important;
	}
	.slider-screen main {

		padding: 20px 0 !important

	}



	.features-heading {

		padding: 23px 5px 0 5px !important

	}



	h2.large-head {

		margin: 10px auto !important;

		font-size: 18px !important;

		line-height: 26px !important;

		width: 100%;

	}



	section.default {

		padding: 3% 0 !important

	}



	div#accordion-style-1 {

		width: 100% !important;

		max-width: 100% !important;

	}



	/*#main-home{padding: 0!important}*/

	#main-home .about-img-left {

		width: 100% !important

	}



	.home-about-content .app-rating {

		padding: 12px 0 !important

	}



	#main-home h2 {

		font-size: 20px !important;

		margin-bottom: 10px !important

	}



	span.small-head {

		padding: 5px 10px !important;

		font-size: 12px !important;

		border-radius: 15px !important

	}

}



.blog-details-desc h3 {

	font-size:26px;

	margin-bottom: 10px;

	/*    max-width: 690px;*/

	line-height:35px;

	font-weight: 700;
	font-family: "Varela Round", sans-serif;
    font-weight: 600;
    letter-spacing: normal;


}



.blog-details-desc .article-image {

	margin-top: 16px;

	margin-bottom: 30px;

}



.blog-details-desc .article-info-item {

	margin-bottom:10px;

}



.blog-details-desc p {

	font-size: 16px;

	font-weight: 400;

	font-family: 'Roboto', sans-serif;

	margin-bottom: 15px;

	color: #5D7079;

	line-height: 1.8;

}

.blog-details-desc ul li, 
.blog-details-desc ol li{
	font-size: 16px;

	font-weight: 400;

	font-family: 'Roboto', sans-serif;

	color: #5D7079;

	line-height: 1.8;
}
.blog-details-desc strong{
	font-family: "Varela Round", sans-serif;
	color: #212529;	
}
.blog-details-desc a{
	text-decoration: underline;
	color: #00a0e3;
}
.blog-details-desc blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0.8em 10px;
    padding: 1em 10px;
    /* quotes: "\201C" "\201D" "\2018" "\2019"; */
    font-size: 16px;
}
.blog-details-desc blockquote:before {
  color: #ccc;
/*  content: open-quote;*/
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blog-details-desc blockquote p {
  display: inline;
   font-family: "Varela Round", sans-serif;
    margin-bottom: 0px;
    color: #280000;
}
/*.blog-details-desc code,
.blog-details-desc blockquote {
	margin: 10px 0;
	background: #f3f3f382;
	width: 100%;
	padding: 4px 10px;
    display: block;
    font-size: 18px;
    font-family: "Varela Round", sans-serif;
}
.blog-details-desc blockquote p{
	font-size: 18px;
    font-family: "Varela Round", sans-serif;
    margin-bottom: 0px;
}*/
.blog-details-desc ul{
	list-style: disc !important;
	padding-left: 26px;
}

.blog-details-desc code a,
.blog-details-desc blockquote a{
	text-decoration: none;
	color: #280000;
}
.blog-details-desc .article-content h3 {

	font-size: 25px;

	margin-top: 15px;

	margin-bottom: 15px;

}



.blog-details-desc h4,
.blog-details-desc h1,
.blog-details-desc h2,
.blog-details-desc h5,
.blog-details-desc h6 {
	font-size: 22px;
	font-weight: 600;
    letter-spacing: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Varela Round", sans-serif;
}



.blog-details-desc .article-info-item .info-content {
	position: relative;
	background: #bbebff;
    padding: 4px 10px;
    border-radius: 4px;
    color: #06a2e4;
	/*padding-left: 65px;*/
}



.blog-details-desc .article-info-item .info-social {

	padding: 0;

	margin-bottom: 0;

}



.blog-details-desc .article-info-item .info-content img {

	position: absolute;

	left: 0;

	top: 0;

	max-width: 50px;

}



.blog-details-desc .article-info-item .info-content h4 {

	font-size: 18px;

}



.blog-details-desc .article-info-item .info-content span {

	font-size: 14px;

	color: #5D7079;

}



.blog-details-desc .article-info-item .info-social li {

	display: inline-block;

	list-style-type: none;

	margin-right: 5px;

}



.blog-details-desc .article-info-item .info-social li a i {

	display: inline-block;

	width: 35px;

	height: 35px;

	line-height: 35px;

	background: #e8f9ff;

	text-align: center;

	font-size: 16px;

	color: var(--main-color);

	border-radius: 50px;

	transition: 0.6s;

}



.blog-details-desc .article-image img {

	border-radius: 20px;

}



.sidebar .widget {

	padding: 1.5rem 2rem;

	border-radius: 5px;

	position: relative;

	display: block;

}



.sidebar .widget-title {

	display: block;

	font-size: 18px;

	margin: 0 0 2rem;

	padding: 0;

	line-height: 1;

	color: #5b5b5b;

	font-weight: 700;

}



.sidebar .widget ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



.sidebar .link-widget li {

	color: #000;

	border-color: #e2e2e2;

}



.link-widget li {

	padding: 0.4rem 0.2rem 0.6rem;

	text-transform: capitalize;

	line-height: 1;

	font-weight: 500;

	position: relative;

	margin: 0;

	border-bottom: 1px dashed #dadada;

}



.link-widget li:last-child {

	border-bottom: 0 dashed #dadada;

}



.link-widget li a {

	color: #616670;

}



.poplr-tags {

	gap: 0.5rem;

	justify-content: flex-start;

	align-items: flex-start;

	display: inline-flex;

	flex-wrap: wrap;

}



span.button-7 {

	cursor: pointer;

	border-radius: 5px;

	border: 1px solid;

	border-color: #e3e3e3;

	padding-left: 1.5rem;

	padding-right: 1.5rem;

	padding-top: 0.5rem;

	padding-bottom: 0.5rem;

	font-size: 16px;

	line-height: 24px;

	font-weight: 500;

	color: #5b5b5b;

	transition-property: all;

	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

	transition-duration: 300ms;

}



a.button-7:hover {

	background: #e8f9ff;

}



.flex-col {

	display: flex;

	flex-direction: column;

	gap: 1.5rem;

}



.items-center {

	align-items: center;

	display: flex;

	gap: 0.625rem;

	width: 100%;

	transition-property: all;

	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

	transition-duration: 500ms;

}



.inline-flex {

	gap: 1rem;

	display: inline-flex;

	align-items: center;

	justify-content: flex-start;

}



.icon-img {

	border-radius: 0.6rem;

	overflow: hidden;

	max-width: 106px;

	max-height: 90px;

}



.blog-text {

	gap: 1rem;

	justify-content: flex-start;

	align-items: flex-start;

	flex-direction: column;

	display: inline-flex;

}



a.item-link {

	transition: all 0.3s ease-in-out;

	-webkit-text-decoration-color: #00a0e3;

	text-decoration-color: #00a0e3;

	font-weight: 600;

	font-size: 16px;

	line-height: 24px;

	color: #5b5b5b;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;
	font-family: "Varela Round", sans-serif;
    font-weight: 600;
    letter-spacing: normal;

}



.leading-none {

	line-height: 1;

	color: #616670;

	font-size: 14px;

	font-weight: 500;

}



a.item-link:hover {

	text-decoration: underline;

	text-decoration-thickness: 2px;

	text-underline-offset: 5px;

	-webkit-text-decoration-color: #00a0e3;

	text-decoration-color: #00a0e3;

	transition: all 0.3s ease-in-out;

}



section.default.services_area {

	text-align: center;

}



#main-home .section-title {

	margin-top: 10px;

}



section.default.services_area .single_service {

	text-align: left;

}



section.default.services_area .single_service {

	color: #5b5b5b;

}



.lt-pd {

	padding-left: 0;

}



.lt-pr {

	padding-right: 0;

}



#accordion-style-1 .card-body {

	text-align: left;

}



@media screen and (max-width: 991px) {

	.lt-pd {

		padding-left: 15px !important;

	}



	.lt-pr {

		padding-right: 15px !important;

	}



	.slider-screen .swiper {

		padding-top: 20px !important

	}



	video.video-div {

		width: 100% !important;

	}



	.single_serivce_area:before {

		top: 17px !important;

		right: 40px !important

	}



	.feature_area .features-img {

		width: 90% !important;

		margin: 15px auto !important;

	}



	h3.steps_number {

		right: 10px !important;

	}



	.home_service_img img {

		width: 20px !important

	}



	.features-wrap {

		padding: 5px !important;

		margin-bottom: 10px !important

	}



	.home_service_img {

		width: 40px !important;

		height: 40px !important;

		line-height: 40px !important;

	}



	.steps p {

		width: 100% !important;

		margin: 7px auto !important;

	}



	section.default.services_area .col-lg-4.col-sm-6 {

		max-width: 50% !important

	}



	section.default.services_area .single_service {

		padding: 10px !important;

	}

}



.blog-details-desc {

	margin-bottom: 30px;

}



.link-widget li a:hover {

	color: #0056b3;

}



@media(max-width:599px) {

	.blog-grid .blogcard-body {

		padding: 20px 0px 9px;

		min-height: auto;

	}



	.blog-grid .blogcard-header img {

		height: 185px;

	}



	.blog-details-desc h3 {

		font-size: 20px;
		margin-bottom: 14px;
		line-height: 28px;

	}

	.blog-details-desc h4,
	 .blog-details-desc h1,
	  .blog-details-desc h2,
	   .blog-details-desc h5,
	    .blog-details-desc h6{
		font-size: 16px;
	    margin-top: 15px;
	    margin-bottom: 10px;
	}
	.blog-details-desc ul li, .blog-details-desc ol li {
	    font-size: 12px;
/*	    line-height: normal;*/
	}
	.blog-details-desc code, .blog-details-desc blockquote{
		margin: 12px 0;
        padding:10px;
        font-size: 14px;
	}
	.blog-details-desc ol{
		padding-left: 16px;
	}
	.blog-details-desc .article-image{
		margin-bottom: 18px;
	}
	.blog-details-desc .article-info-item .info-content h4,
	.sidebar .link-widget li {

		font-size: 14px;

	}
	.sidebar .widget-title {
		font-size: 16px;
    margin: 0 0 1rem;
	}


	.blog-details-desc .article-info-item .info-content span {

		font-size: 12px;

	}



	.blog-details-desc .article-info-item .info-content {

		position: relative;
		font-size: 14px;

	}



	.blog-details-desc .article-info-item .info-social li {

		margin-right: 0;

	}



	.blog-details-desc .article-info-item .info-content img {

		max-width: 42px;

	}



	.blog-details-desc .article-content h3 {

		font-size: 20px;

	}



	.blog-details-desc .article-content h4 {

		font-size: 20px;

		margin: 15px 0;

	}



	.sidebar .widget {

		padding: 1.5rem 0;

	}



	a.item-link {

		font-size: 14px;

		line-height: 16px;

	}



	.blog-text {

		gap: 0.8rem;

	}



	a.button-7 {

		font-size: 14px;
		padding: 7px 15px;

	}

}



.bg3 {

	position: fixed;

	top: 0;

	left: 0;

	z-index: 0;

	opacity: 0.1;

	z-index: -1;

	min-width: 100%;

	min-height: 100%;

}



@media(min-width:1500px) {

	.site-breadcrumb {

		margin: 13px 0 16px;

	}



	.main-body {

		padding-top:5%;

	}

}



.blogcard:hover h4 {

	color: #00a0e3;

}



/*styling for packages*/

#design-2 a {

	padding: 5px;

}



#design-2 .social-img img {

	object-fit: cover;

	border-radius: 7px;

}



#design-2 .social-img {

	height: 75px;

	padding: 0;

	max-width: 100%;

	box-shadow: none;

	margin-bottom: 0;

	width: 100px;

	margin-top: 0;

}



#design-2.social-btns1 .download-btn {

	padding: 5px;

	margin: 1%;

}



.dwn-app .fl-fl {

	background: #000000;

	text-transform: uppercase;

	letter-spacing: 3px;

	padding: 4px;

	width: 190px;

	height: 40px;

	position: fixed;

	right: -150px;

	z-index: 1000;

	font: normal normal 10px Arial;

	-webkit-transition: all 0.25s ease;

	-moz-transition: all 0.25s ease;

	-ms-transition: all 0.25s ease;

	-o-transition: all 0.25s ease;

	transition: all 0.25s ease;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

}



.dwn-app .fa {

	font-size: 20px;

	color: #fff;

	padding: 6px 0;

	width: 30px;

	margin-left: 8px;

}



.dwn-app .fl-fl:hover {

	right: 0;

}



.dwn-app .fl-fl .download-btn {

	color: #fff !important;

	text-decoration: none;

	text-align: center;

	line-height: 32px !important;

	vertical-align: top !important;

}



.dwn-app .float-fb {

	top: 160px;

}



.customer-logos {

	margin: 10px 0;

}



.customer-logos .slick-slide {

	margin: 0px 6px;

	background: #fff;

	border-radius: 10px;

	width: auto;

	padding: 10px;

}



.customer-logos .slick-slide label {

	font-size: 12px;

	margin: 7px 0 0 0;

	text-align: center !important;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.customer-logos .slick-slide img {

	width: 100%;

	display: inline-flex;

	align-items: center;

	height: 45px;

	object-fit: contain;

}



.customer-logos .slick-slider {

	position: relative;

	display: block;

	box-sizing: border-box;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-webkit-touch-callout: none;

	-khtml-user-select: none;

	-ms-touch-action: pan-y;

	touch-action: pan-y;

	-webkit-tap-highlight-color: transparent;

}



.customer-logos .slick-list {

	position: relative;

	display: block;

	overflow: hidden;

	margin: 0 0 12px 0;

	padding: 0;

}



.customer-logos .slick-list:focus {

	outline: none;

}



.customer-logos .slick-list.dragging {

	cursor: pointer;

	cursor: hand;

}



.customer-logos .slick-slider .slick-track,

.customer-logos .slick-slider .slick-list {

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	-o-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}



.customer-logos .slick-track {

	position: relative;

	top: 0;

	left: 0;

	display: flex;

	align-items: center;

}



.customer-logos .slick-track:before,

.customer-logos .slick-track:after {

	display: table;

	content: "";

}



.customer-logos .slick-track:after {

	clear: both;

}



.customer-logos .slick-loading .slick-track {

	visibility: hidden;

}



.customer-logos .slick-slide {

	/*display: none;*/

	float: left;

	/*height: 100%;    min-height: 1px;*/

}



.customer-logos [dir="rtl"] .slick-slide {

	float: right;

}



.customer-logos .slick-slide img {

	display: block;

}



.customer-logos .slick-slide.slick-loading img {

	display: none;

}



.customer-logos .slick-slide.dragging img {

	pointer-events: none;

}



.customer-logos .slick-initialized .slick-slide {

	display: block;

}



.customer-logos .slick-loading .slick-slide {

	visibility: hidden;

}



.customer-logos .slick-vertical .slick-slide {

	display: block;

	height: auto;

	border: 1px solid transparent;

}



.customer-logos .slick-arrow.slick-hidden {

	display: none;

}



button.download-btn {

	background-color: transparent;

	border: none;

	color: white;

	padding: 0;

	text-align: center;

	text-decoration: none;

	display: inline-block;

	font-size: 16px;

	line-height: 16px;

}



.newPriceLayout .card:nth-child(2) {

	/*background-color: blue;*/

}



.qr-cd {

	width: 75%;

}



.slider-screen .swiper {

	text-align: center;

}



#main_cat .social-btns1 .modal {

	top: 20% !important;

}



.header_area .bottom-nav {

	display: flex;

	position: fixed;

	bottom: 0;

	left: 0;

	right: 0;

	padding: 10px 0 5px 0;

	background-color: #fff;

	z-index: 99;

	will-change: transform;

	transform: translateZ(0);

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

}



.header_area .bottom-nav-item {

	display: flex;

	flex-direction: column;

	flex-grow: 1;

	justify-content: center;

	text-align: center;

	font-size: 0.8rem;

	color: #5b5b5b;

}



.header_area .bottom-nav-link {

	display: flex;

	flex-direction: column;

}



.header_area .bottom-nav-link i {

	font-size: 20px;

}



.header_area .bottom-nav {

	display: flex;

	position: fixed;

	bottom: 0;

	left: 0;

	right: 0;

	padding: 10px 0 5px 0;

	background-color: #fff;

	z-index: 99;

	will-change: transform;

	transform: translateZ(0);

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

}



.header_area .bottom-nav-item {

	display: flex;

	flex-direction: column;

	flex-grow: 1;

	justify-content: center;

	text-align: center;

	font-size: 0.8rem;

	color: #5b5b5b;

}



.header_area .bottom-nav-link {

	display: flex;

	flex-direction: column;

}



.header_area .bottom-nav-link i {

	font-size: 20px;

}



/*section#main_cat {  display: grid;  grid-template-columns: var(--page-margin) [center-start] 1fr [center-end] var(--page-margin);}section#main_cat > * {  grid-column: center;}*/

/* Hide scrollbar for Chrome, Safari and Opera */

::-webkit-scrollbar {

	display: none;

}



/* Hide scrollbar for IE, Edge and Firefox */

section#main_cat .social-btns1 {

	-ms-overflow-style: none;

	/* IE and Edge */

	scrollbar-width: none;

	/* Firefox */

}



section#main_cat .social-btns1 {

	grid-column: center-start/-1;

	display: grid;

	grid-auto-flow: column;

	gap: 0.6rem;

	overflow: auto;

	padding-top: 0.7rem;

	padding-bottom: 0.7rem;

	padding-right: 10px;

	justify-content: flex-start;

}



section#main_cat .social-btns1 .a {

	display: grid;

	place-content: center;

	background-color: #d0f0ee;

	color: #15928A;

	font-size: 1.5rem;

	height: 20rem;

	min-width: 13rem;

}



.about-div {

	display: block;

	padding: 10px;

	background-color: #ffffff;

	color: #5b5b5b;

	width: auto;

	margin: 0.8rem 0;

	border-radius: 12px;

	border: 1px solid #f2f2f2;

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

	font-size: 16px;

	text-align: justify;

}



.package2 {

	margin: 0.8rem 0;

}



.package2 .cards-wrapper {

	grid-column: center-start/-1;

	display: grid;

	grid-auto-flow: column;

	gap: 0.8rem;

	overflow: auto;

}



.package2 .cards-wrapper .card {

	display: grid;

	place-content: center;

	min-width: 8rem;

	border-radius: 10px;

	overflow: hidden;

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

	height: 100px;

}



.package2 .cards-wrapper .card img {

	object-fit: cover;

	width: 100%;

}



.package2 .cards-wrapper .card label {

	display: inline-block;

	margin-bottom: .5rem;

	position: absolute;

	background: #0000008f;

	padding: 2px 8px;

	border-radius: 4px;

	color: #fff;

	bottom: -4px;

	left: 2px;

	font-size: 11px;

	font-weight: 600;

	width: auto;

	max-width: 94%;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.clients-div {

	margin: 0.8rem 0;

}



.clients-div .cards-wrapper {

	grid-column: center-start/-1;

	display: grid;

	grid-auto-flow: column;

	gap: 0.6rem;

	overflow: auto;

	padding-right: var(--page-margin);

}



.clients-div .cards-wrapper .card {

	display: grid;

	place-content: center;

	background-color: #ffffff;
	width:90px;
	height:90px;
	/*height: 6rem;

	min-width: 5rem;*/

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

	border-radius: 10px;

	border: 1px solid #f2f2f2;

	padding: 10px;

}



.clients-div .cards-wrapper .card label {

	display: inline-block;

	margin-bottom: .5rem;

	position: absolute;

	background: red;

	padding: 2px 8px;

	border-radius: 6px;

	color: #fff;

	bottom: 5px;

	left: 10px;

	font-size: 14px;

	font-weight: 600;

}



div#lb-gallery2-4 .carousel-item {

	border-radius: 15px;

	overflow: hidden;

}



.ads-div {

	margin: 0.8rem 0;

}



.ads-div .cards-wrapper {

	grid-column: center-start/-1;

	display: grid;

	grid-auto-flow: column;

	gap: 1rem;

	overflow: auto;

}



.ads-div .cards-wrapper .card {

	display: grid;

	place-content: center;

	min-width: 18rem;

	border-radius: 15px;

	overflow: hidden;

}



.ads-div1 {

	margin: 0.8rem 0;

}



.ads-div1 .cards-wrapper {

	grid-column: center-start/-1;

	display: grid;

	grid-auto-flow: column;

	gap: 1rem;

	overflow: auto;

}



.ads-div1 .cards-wrapper .card {

	display: grid;

	place-content: center;

	min-width: 9rem;

	border-radius: 10px;

	overflow: hidden;

}



.demo-btn {

	background: #00a0e3 !important;

	border-color: #00a0e3 !important;

	color: #fff !important;

	box-shadow: 0px 0px 13px 10px #f5f5f5;

	padding: 12px 16px;

	border-radius: 30px;

	margin: 24px 6px;

	display: inline-block;

}



.qrCode {

	width: 150px;

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

	margin-bottom: 25px;

	margin-right: auto;

}


.left_footer ul.row_ul li a
{
	font-size: 18px;
    line-height: 31px;
}
p.site_info {

	width:90%;

	color: #fff;

	text-align: justify;

	margin-bottom: 20px;

	margin-left: 0;
	font-size: 20px;
	line-height: 35px;

}



/*new clients in footer*/

.clients-logos .client-logos-repeater {

	height: 70px;

	max-width: 23%;

	margin: 1%;

	box-shadow: 2px 1px 1px 1px rgb(68 68 68);

	cursor: pointer;

	background: #363636;

	border-radius: 4px;

	overflow: hidden;

}



a.client-logo {

	display: inline-block;

	vertical-align: middle;

	margin: auto;

	position: absolute;

	top: 23%;

	left: 0;

	right: 0;

	transition: transform .3s;

	/* Animation */

}



.clients-logos .client-logos-repeater:hover a.client-logo {

	/*    background-color: #ebebeb;*/

	transform: scale(1.3);

}



.clients-logos .client-logos-repeater img {

	/*position: absolute;    top: 0;    bottom: 0;    margin: auto;    left: 0;    right: 0;*/

	max-width: 60%;

	height: 30px;

	object-fit: contain;

}



.logo-title {

	position: absolute;

	display: none;

	top: 0px;

	left: 0px;

	width: 100%;

	height: 100%;

	font-size: 16px;

	font-weight: 700;

	line-height: 16px;

	text-transform: uppercase;

	color: #FFF;

	background-color: #0079c2;

}



#new-client {

	/*border-top: 1px solid #ccc;    border-left: 1px solid #ccc;*/

	margin-top: 15px;

}



#new-client.row:before {

	display: table;

	content: " ";

}



#new-client.row:after {

	clear: both;

}



.ct-page_title-content {

	text-transform: capitalize;

	line-height: 36px;

}



.ct-page_title-content {

	font-size: 25px;

	font-size: 2.5rem;

	font-weight: 400;

	padding-top: 10px;

	padding-top: 1rem;

	display: inline-block;

	max-width: 750px;

	max-width: 75rem;

}



.ct-u-paddingBottom100 {

	padding-bottom: 100px;

	padding-bottom: 10rem;

}



.ct-u-paddingTop40 {

	padding-top: 40px;

	padding-top: 2rem;

}



.ct-content,

.ct-aside {

	float: right;

}



.ct-content {

	margin-bottom: 80px;

	margin-top: 15px;

}



section.clients-home {

	margin-top: 20px;

}



.social-buttons {

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	gap: 8px;

}



.social-button {

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

	outline: none;

	width:40px;

	height:40px;

	text-decoration: none;

	border-radius: 100%;

	background: #fff;

	text-align: center;

	/*box-shadow:0px 0px 5px 5px #2b2b2b;*/

}



.social-button::after {

	/*  content: "";*/

	position: absolute;

	top: -1px;

	left: 50%;

	display: block;

	width: 0;

	height: 0;

	border-radius: 100%;

	transition: 0.3s;

}



.social-buttons .social-button:hover {

	background: #00a0e3;

}



.social-buttons .social-button:focus,

.social-buttons .social-button:hover {

	color: #fff;

}



.social-button:focus::after,

.social-button:hover::after {

	width: calc(100% + 2px);

	height: calc(100% + 2px);

	margin-left: calc(-50% - 1px);

}



.social-button i,

.social-button svg {

	position: relative;

	z-index: 1;

	transition: 0.2s;

}



.social-button i {

	font-size: 15px;
	line-height: 40px;

}



.social-button svg {

	height: 40%;

	width: 40%;

}



.social-button i,

.social-button svg {

	position: relative;

	z-index: 1;

	transition: 0.2s;

}



.social-button i {

	font-size: 16.6px;

}



.social-button svg {

	height: 40%;

	width: 40%;

}



.social-button--mail {

	color: #0072c6;

}



.social-button--mail::after {

	background: #0072c6;

}



.social-button--facebook {

	color: #3b5999;

}



.social-button--facebook::after {

	background: #00a0e3;

}



.social-button--whatsapp {

	color: #25d366;

}



.social-button--linkedin {

	color: #0077b5;

}



.social-button--linkedin::after {

	background: #00a0e3;

}



.social-button--github {

	color: #6e5494;

}



.social-button--github::after {

	background: #00a0e3;

}



.social-button--codepen {

	color: #212121;

}



.social-button--codepen::after {

	background: #00a0e3;

}



.social-button--steam {

	color: #7da10e;

}



.social-button--steam::after {

	background: #00a0e3;

}



.social-button--snapchat {

	color: #eec900;

}



.social-button--snapchat::after {

	background: #00a0e3;

}



.social-button--twitter {

	color: #55acee;

}



.social-button--twitter::after {

	background: #00a0e3;

}



.social-button--instagram {

	color: #e4405f;

}

.social-button--pinterest {
    color: #e60023;
}


.social-button--whatsapp::after {

	background: #00a0e3;

}



.social-button--instagram::after {

	background: #00a0e3;

}



.social-button--npmjs {

	color: #c12127;

}



.social-button--npmjs::after {

	background: #00a0e3;

}



ul.socials {

	margin-right: auto;

}



.footerLogo {

	margin-right: auto;

}



@media (max-width:599px) {

	.left_footer h4 {

		margin-top: 0px;

	}



	ul.row_ul2 li a {

		padding: 1px 0px 5px 0px;

		font-size: 13px !important;
		line-height: 30px !important;

	}



	h4.cont-hed,

	.qrCode,

	ul.socials,

	.footerLogo {

		margin-right: inherit;

	}



	p.site_info {

		margin-left: auto;

	}

}



/* Background color for every 1st, 6th, 11th, etc. div */

.container1 :nth-of-type(4n).social-btns1 a:nth-of-type(5n+1) .social-img {

	background-color: #fcf4dd;

	/* Color 5 */

}



/* Background color for every 2nd, 7th, 12th, etc. div */

.container1 :nth-of-type(4n).social-btns1 a:nth-of-type(5n+2) .social-img {

	background-color: rgb(252 225 228 / 60%);

	/* Color 2 */

}



/* Background color for every 3rd, 8th, 13th, etc. div */

.container1 :nth-of-type(4n).social-btns1 a:nth-of-type(5n+3) .social-img {

	background-color: rgb(153 255 153 / 20%);

	/* Color 3 */

}



/* Background color for every 4th, 9th, 14th, etc. div */

.container1 :nth-of-type(4n).social-btns1 a:nth-of-type(5n+4) .social-img {

	background-color: rgb(235 211 248 / 40%);

	/* Color 4 */

}



/* Background color for every 5th, 10th, 15th, etc. div */

.container1 :nth-of-type(4n).social-btns1 a:nth-of-type(5n) .social-img {

	background-color: rgb(224 232 246 / 50%);

	/* Color 1 */

}



.container1 :nth-of-type(4n+2).social-btns1 a:nth-of-type(5n+1) .social-img {

	background-color: rgb(224 232 246 / 50%);

	/* Color 1 */

}



.container1 :nth-of-type(4n+2).social-btns1 a:nth-of-type(5n+2) .social-img {

	background-color: rgb(235 211 248 / 40%);

	/* Color 4 */

}



.container1 :nth-of-type(4n+2).social-btns1 a:nth-of-type(5n+3) .social-img {

	background-color: rgb(153 255 153 / 20%);

	/* Color 3 */

}



.container1 :nth-of-type(4n+2).social-btns1 a:nth-of-type(5n+4) .social-img {

	background-color: rgb(252 225 228 / 60%);

	/* Color 2 */

}



.container1 :nth-of-type(4n+2).social-btns1 a:nth-of-type(5n) .social-img {

	background-color: #fcf4dd;

	/* Color 5 */

}



#banner-slider.slider {

	position: relative;

	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;

}



#banner-slider .items {

	position: relative;

	overflow: hidden;

	width: 100%;

	padding-bottom: 25.25%;

	margin-bottom: 0;

	border-radius: 8px;

}



#banner-slider .item {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: auto;

	opacity: 0;

	transition: opacity 0.6s ease-in-out;

}



#banner-slider .item.current {

	opacity: 1;

}



#banner-slider .item img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}



#our_products {

	margin: 20px 0;

	background: #fff;

	padding: 10px;

	border-radius: 12px;

	border: 1px solid #f2f2f2;

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

}



@media (min-width:1180px) {

	main.review-app {

		background: inherit;

	}



	.container-app {

		max-width: 1280px;

	}



	.single-breadcrumb {

		padding-top: 85px;

		/*    width: 70%;*/

	}



	#breadcrumb-line {

		margin-top: 35px;

	}





	/*#rev{    width: 70%;  }*/

	.ads-div .cards-wrapper {

		grid-auto-flow: row;

		gap: 1rem;

		overflow: auto;

		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

	}



	.ads-div .cards-wrapper .card {

		min-width: auto;

	}



	.footer_area .bottom-nav {

		display: none;

	}



	.footer-div .footer_bottom {

		margin-bottom: 0;

	}



	#rev .single-listing-summary-wrap2 {

		/*background: #f3f5f9;*/

	}



	.pack-social {

		margin: 20px 0;

		background: #fff;

		padding: 10px;

		border-radius: 12px;

		border: 1px solid #f2f2f2;

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

	}



	.social-btns1 a {

		background: #fff;

		border: 1px solid #f2f2f2;

		width: 116px;

	}



	ul#serv-item li {

		margin: 1% 0.2%;

		padding: 6px 12px;

		font-size: 15px;

	}



	#banner-slider .items {

		border-radius: 12px;

		margin-top: 22px;

	}



	section#main_cat .social-btns1 {

		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));

		grid-auto-flow: row;

	}

	.clients-div .cards-wrapper{

		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));

    	grid-auto-flow: row;

	}

	.clients-div .cards-wrapper .card{

		border: 1px solid #f2f2f2;

	    width: 116px;
	    height: 116px!important;

	    border-radius: 10px;

	    box-shadow: none;

	    height: auto;

	}

	a.more-opt {

		background: #dae4f7;

		/* background: #087aa8;    color: #fff;*/

	}



	#rev .social-img span.more-line {

		font-size: 17px;

		font-weight: 600;

		color: #fff;

	}



	#rev .more-opt .social-img {

		background: #087aa8;

		line-height: 24px;

	}



	.package2 .cards-wrapper {

		overflow: auto;

		grid-auto-flow: row;

		grid-template-columns: repeat(auto-fill, minmax(133px, 1fr));

	}



	.package2 .cards-wrapper .card {

		min-width: auto;

	}



	.grow-busi {

		display: inline-block;

		margin-top: 65px;

		padding-top: 45px;

		background: #fff;

		padding: 20px;

		border-radius: 12px;

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

		border: 1px solid #f2f2f2;

	}



	.more-business {

		display: inline-block;

		background: #fff;

		padding: 20px;

		border-radius: 12px;

		border: 1px solid #f2f2f2;

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

	}



	.strt-line {

		display: flex;

	}



	.more-grow {

		width: 29%;

		margin-top: 90px;

		padding-top: 45px;

		background: #fff;

		padding: 20px;

		border-radius: 12px;

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

		margin-left: 20px;

	}



	.sidebar-post h5 {

		font-size: 16px;

		font-weight: 600;

		padding-top: 15px;

		color: #5b5b5b;

		padding: 5px;

		font-family: inherit;

		font-size: 13px;

		font-weight: 500;

		line-height: 20px;

		margin-top: 5px;

		text-transform: uppercase;

		text-align: center;

		border-bottom: 2px solid #8080807d;

		width: auto;

		display: inline;

		margin: 0 auto;

		text-align: center;

		/*    border-bottom: 2px solid #087aa8 !important;*/

	}



	.group-bus {

		display: flex;

		flex-direction: column;

	}



	.item-one {

		display: flex;

		align-items: flex-start;

		margin-top: 18px;

		border-bottom: 1px solid rgb(140 140 140 / 20%);

		padding-bottom: 17px;

	}



	.item-photo {

		width: 80px;

		height: 80px;

		border-radius: 10px;

		margin-right: 10px;

		background: #f2f2f2;

		overflow: hidden;

		padding: 8px;

	}



	.item-photo img {

		object-fit: contain;

	}



	.item-left {

		width: 25%;

	}



	.item-info {

		width: 75%;

	}



	.item-info h6 {

		margin-bottom: 3px;

		font-weight: 600;

		display: -webkit-box;

		-webkit-line-clamp: 1;

		-webkit-box-orient: vertical;

		overflow: hidden;

		font-size: 16px;

	}



	.item-info p {

		display: -webkit-box;

		-webkit-line-clamp: 2;

		-webkit-box-orient: vertical;

		overflow: hidden;

		font-size: 14px;

		margin-bottom: 12px;

	}



	.more-btn {

		padding: 7px 13px;

		transition: all .5s ease;

		border-radius: 30px;

		/* background: #00a0e3 !important; */

		/*border-color: #087aa8 !important;        color: #087aa8 !important;*/

		/* box-shadow: 0px 0px 13px 10px #f5f5f5; */

		border: 1px solid;

		font-size: 14px;

		font-weight: 600;

	}



	.group-bus :last-child.item-one {

		border-bottom: none;

	}



	.grow-busi {

		margin-bottom: 35px;

	}



	.grow-busi .item-photo {

		width: 75px;

		height: 75px;

		border-radius: 12px;

		background: none;

		padding: 0;

	}



	.grow-busi .item-photo img {

		object-fit: cover;

	}



	.grow-busi .item-info h6 {

		display: ;

	}



	.grow-busi .item-info p {

		-webkit-line-clamp: 2;

		font-weight: 500;

	}



	.social-share {

		display: flex;

		margin-bottom: 0;

	}



	.social-share li {

		margin: 0 3px;

		font-size: 15px;

	}



	.social-share li i {

		color: #999;

	}



	.catg {

		background: #fff;

		padding: 20px;

		border-radius: 12px;

		border: 1px solid #f2f2f2;

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

		margin-bottom: 35px;

	}



	.catg-grp {

		display: flex;

		flex-wrap: wrap;

		width: 100%;

		gap: 10px;

		margin-top: 10px;

	}



	.catg-grp a {

		width: 48%;

	}



	.cat {

		display: flex;

		background: #f8f9fd;

		align-items: center;

		padding: 5px;

		border-radius: 8px;

	}



	.cat-photo {

		width: 50px;

		margin-right: 15px;

	}



	.cat-photo img {

		width: 100%;

		border-radius: 12px;

	}



	.stay-social {

		background: #fff;

		padding: 15px;

		border-radius: 12px;

		border: 1px solid #f2f2f2;

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

		margin-top: 0;

		margin-bottom: 35px;

	}



	ul.stay-icon {

		display: flex;

		margin: 15px 0 0;

	}



	.stay-icon li {

		margin: 0 3px;

		background: #F0F2F5;

		width: 40px;

		height: 40px;

		line-height: 40px;

		text-align: center;

		vertical-align: middle;

		border-radius: 100%;

		color: #65676B;

	}



	span.cat-line {

		font-weight: 500;

	}



	.add-box-content img {

		border-radius: 12px;

	}



	.stay-icon i {

		color: #8d96b9;

	}



	ul#serv-item1 li {

		margin-bottom: 4px;

	}

	#rev .single-listing-summary2 .media .media-body .item-title{

		font-size: 22px;

	}

	h4.tag{

		font-size: 16px;

	}

	#rev .single-listing-summary2 .media .media-body .loc{

		font-size: 14px;

	}

	#rev .media-body p{

		font-size: 14px !important;

	}

	ul#serv-item1 li{

		font-size: 13px;

	}

	#rev .btn {

    font-size: .95rem;

	}

	span.tit{

		font-size: 12px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 7px 0 0;
}

	}

	.social-head h3{

		font-size: 14px;

	}

	.info :last-child.four{

		display: none;

	}

	/*.four.col.bord{

		border-right: none;

	}*/

}



#what_we_do {

	display: none;

}



#what_we_do1 {

	display: block;

}



.ads-div1 {

	display: none;

}



button#we_do {

	display: none;

}



/*.info .four:last-child {

	display: none;

}

*/

section.sidebar-post {

	display: block;

}



@media screen and (max-width: 991px) {
.clients-div .cards-wrapper .card img
{
	/*padding: 0!important*/
}
	.pack-social {

		border: 1px solid #f2f2f2;

		border-radius: 7px;

		margin-bottom: 15px;

		padding: 10px;

	}



	.info .four {

		width: 24% !important;

	}



	#rev .media-part {

		width: 100% !important

	}



	.desc {

		width: 100%;

	}



	#what_we_do {
		margin-bottom:0!important;
		display: block !important

	}
	#qrcode
	{
		margin-top:0 !important
	}
.qrcode-img
{
	border:none!important;
	margin-bottom: 40px;
}
#our_products
{
	background: transparent!important;
}
#rev .single-listing-summary-wrap2, .review-app
{
	background: #f2f2f2!important;
}
	#what_we_do1 {

		display: none !important

	}



	button#we_do {

		display: block !important;

	}



	.info .four:last-child {

		display: inline-block !important;

	}



	section.sidebar-post {

		display: none !important

	}



	.item__details {

		display: flex;

		padding: 5px;

		flex-direction: row;

	}



	.homeSingle_item {

		display: flex !important

	}

	.item_images{

		flex: 0 0 82px;

	}

}



.homeSingle_item,

.menu-img {

	min-height: auto;

	flex-direction: row;

	height: 115px;

	justify-content: flex-start;

	align-items: center;

	overflow: hidden;

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

	position: relative;

}



.item_images {

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

	height: 100px !important;

	border: 1px solid #f2f2f2;

	width: 120px !important;

	flex: 0 0 100px;

	margin: 10px;
	overflow: hidden;

	border-radius: 4px;

}
.topCategory a:hover .catTop
{

}

.homeSingleImg.menu-img.img {

	min-height: auto;

	height: 100%;

	width: 100%;

	border-radius: 0;

	flex: inherit;

}



.homeSingle_item {

	background: #fff;

	border: 1px solid #f2f2f2;

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

	padding:0;

	/*min-height: 185px;*/

	border-radius: 6px;

}



@media (max-width:599px) {

	.left_footer h4 {

		margin-top: 0px;

		margin-right: 46px;

	}



	ul.row_ul2 li a {

		padding: 1px 0px 5px 0px;

		font-size: 12px;

	}



	h4.cont-hed,

	.qrCode,

	ul.socials {

		margin-right: inherit;

	}



	p.site_info {

		margin-left: auto;

	}



	ul.row_ul {

		margin-right: auto;

	}



	.order-4 h4.cont-hed {

		margin-right: auto;

	}



	.singleCatItem {

		min-height: 87px !important;

		justify-content: flex-start;

	}

	.item_images{

		flex: 0 0 82px;

	}

	.sec-title h2{

		font-size: 26px;

    line-height: 36px;

	}

	.about-section .image-column .inner-column{

		margin-bottom: 20px;

	}

	.section_items .business-container{

		padding: 0 15px;

	}

}

.col-6.col-sm-3.col-lg-3.sm-p-5.order-sm-2.order-3 .row_ul{

	text-transform: capitalize;

}

.info :last-child.four{

	border-right: none;

}

.product-desp{

	padding: 50px 0 60px;
	min-height: 96vh;

}
.product-desp .business-container,
.product-desp,
.product-desp .business-container .row,
.product-desp .business-container .row .col-lg-4{
	overflow: visible !important;
}

.product-photo {

    border: 1px solid #f2f2f2;

  	border-radius: 8px;

    padding: 3px;

}

.desp-details{

	padding-left: 15px;

}

.desp-details h3{

	color: #4b566b;

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

    font-weight: 600;
    font-family: "Varela Round", sans-serif;
    letter-spacing: normal;

/*    margin-bottom: 18px;*/

}

.desp-details .product-cat{

	margin-bottom: 1rem;

}

.manage{

	border-radius: 30px;

    background: #fff;

/*    border-color: #00a0e3;*/

/*    color: #fff;*/

    box-shadow: 0px 0px 13px 10px #f5f5f5;

    padding: 12px 31px;

    margin-top: 15px;

    outline: white;

    border: none;

}

.manage a, .manage a:hover{

	color: #fff;

}

.top_footer.not-used{

	display: none;

}

.navbar{

	padding:8px 0;

}
.userMenu .navbar{
	padding: 5px 0;
}

.rwd-table th,

.rwd-table td {

    border-left: 1px solid #ddd;

    border-right: 1px solid #ddd;

}

.rwd-table {

  margin: auto;

  min-width: 300px;

  max-width: 100%;

  border-collapse: collapse;

  margin: 25px 0 50px;

}

.rwd-table tr:nth-child(even) {

  background: #F3F3F3;

}

.rwd-table tr:first-child {

/*  border-top: none;*/

  /*background: #428bca;

  color: #fff;*/

}



.rwd-table tr {

  border-top: 1px solid #ddd;

  border-bottom: 1px solid #ddd;

/*  background-color: #f5f9fc;*/

}



.rwd-table tr:nth-child(odd):not(:first-child) {

/*  background-color: #ebf3f9;*/

}



.rwd-table th {

  display: none;

}



.rwd-table td {

  display: block;

}



.rwd-table td:first-child {

  margin-top: .5em;

}



.rwd-table td:last-child {

  margin-bottom: .5em;

}



.rwd-table td:before {

/*  content: attr(data-th) ": ";*/

  font-weight: bold;

  width: 120px;

  display: inline-block;

  color: #000;

}



.rwd-table th,

.rwd-table td {

  text-align: left;

}



.rwd-table {

  color: #333;

/*  border-radius: .4em;*/

  overflow: hidden;

}



.rwd-table tr {

  border-color: #bfbfbf;

}



.rwd-table th,

.rwd-table td {

  padding: .5em 1em;

}

@media screen and (max-width: 601px) {

  .rwd-table tr:nth-child(2) {

    border-top: none;

  }

}

@media screen and (min-width: 600px) {

  .rwd-table tr:hover:not(:first-child) {

    background-color: #e3e3e3;

  }

  .rwd-table td:before {

    display: none;

  }

  .rwd-table th,

  .rwd-table td {

    display: table-cell;

    padding: .25em .5em;

  }

  .rwd-table th:first-child,

  .rwd-table td:first-child {

    padding-left: 0;

  }

  .rwd-table th:last-child,

  .rwd-table td:last-child {

    padding-right: 0;

  }

  .rwd-table th,

  .rwd-table td {

    padding: 0.8em !important;

  }

}

.heading-des h3{

	margin-top: 32px;

    text-transform: capitalize;

    font-size: 19px;

}
section#contacts{
	padding: 9px 0 40px;
	/*min-height: 90vh;*/
}
#description-detail ul{
	list-style: disc;
	margin-left: 6px;
}
#description-detail li{
	margin-left: 26px;
}
@media (max-width:599px){

	.product-desp{

		padding: 10px;
		margin-bottom: 50px;

	}
	#menu-page .item-wrapper{
		margin: 5px 0;
		padding: 0;
		border:none;
	}
	section#contacts{
	padding: 0px;
	}
	.product-photo{

		padding: 60px 13px 28px;

		border: none;
		position: static;

	}
	.bottom-btn1{
/*		display: none;*/
	}

	 .rwd-table {

        margin-left: 10px;

        margin-right: 15px;

        width: 95%;

    }

	.heading-des h3 {

    margin-top: 21px;

    text-transform: capitalize;

    font-size: 16px;

/*    margin-left: 15px;*/

	}
	.product-desp .priceTag, .desp-details .product-cat{
		margin-bottom: 0.5rem;
	}
	/*.rwd-table tr :first-child{

		font-weight: bold;

    width: 30%;

    display: inline-block;

    color: #000;

    font-size: 14px;

    margin-top: 0;

	}

	.rwd-table tr :nth-child(2){

		display: inline-block;

		width: 70%;

		margin-bottom: 0;

	}*/

	.manage{

		padding: 6px 21px;

	}

	.style_2 .gallery_area .homeView .q-sm{

		padding: 0 15px !important;

    }



    .clients-div {

    margin: 0.8rem 0 0;

	}

}

#menu-page .menu-div, #menu-page .showItem{

	/*display: none;*/

}

#menu-page #category-type .social-head{

	display: none;

}
.about-div2
{
	margin-top: 40px;
}
.about-div2 .social-head
{
	margin-bottom: 10px;
}
.enquiry_form .modal-content
{
	border:1px solid #f2f2f2;
}
.enquiry_form .form-control
{
	min-height:2.5em;
}
.enquiry_form .modal-footer
{
	border:1px solid #f2f2f2;

}
.enquiry_form  .btn
{
	width: 100%;
}
.enquiry_form .social-head
{
	padding: 10px 15px 0 15px;
}
.enquiry_form .form-control
{
	background-color: #fff;
}
.clients-div .cards-wrapper .card img {
/*	padding: 10px;*/
    object-fit: contain;
}
.homeMenuNav .nav-link i{
	font-size: 21px;
}
@media (max-width: 599px){
	.header .navbar-brand{
		padding-top: 0.3125rem;
	}
	.header .navbar-brand img.shopLogo{
/*		max-height: 40px !important;*/
width: 100%;
/*height: 46px;*/

	}
	#description-detail{
/*		padding-left: 15px;*/
		font-size: 14px;
	}
}
.product-desp .priceTag{
	margin-bottom: 1rem;
}
@media (min-width:720px) and (max-width:1180px){
	#main-home .about-img-left{
		width: 55% !important;
	}
	.left_footer.quk-links h4, .quk-links ul.row_ul{
		margin-right: auto;
		margin-left: 10px;
	}
	.footerLogo{
		margin-top: 50px;
	}
	    .product-desp {
	    	margin-bottom: 50px;
	    }
	    .shopLogo {
/*        height: 41px !important;*/
width: 74px;
height: auto;
    }
    .site-breadcrumb h3 {
        font-size: 30px !important;
        padding: 36px 0 !important;
    }
    #blogDetail.site-breadcrumb h3 {
        font-size: 19px !important;
        padding: 36px 62px !important;
    }
    .site-breadcrumb {
        
         margin: 12px 0 26px; 
    }
    .main-body {
    padding-top: 3%;
	}
	#contact-page .section_items{
		padding-top: 0 !important;
	}
	#blog-detail-page .sidebar .widget {
    padding: 1.5rem 0rem;}

    .blog-details-desc h3 {
    font-size: 28px;
	}

    .blog-details-desc .article-content h3 {
    font-size: 20px;
	}

    .blog-grid .user-info h5{
    	font-size: 13px;
    	line-height: 10px;
    }
    .UserMobileMenu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #f1f3f4;
    z-index: 999;
    box-shadow: 0 -1px 5px #ddd;
    padding-top: 4px;
}
.UserMobileMenu ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 45px;
    margin-bottom: 0;
}
.UserMobileMenu ul li.active a {
  color: rgba(41, 199, 172, 1);
}

.UserMobileMenu ul li a {
    color: #777;
    display: block;
    padding: 11px 7px;
    text-align: center;
    font-size: 20px;
}

.UserMobileMenu ul li {
    width: 75px;
    position: relative;
}
a.base {
    border-radius: 100%;
    height: 46px;
    width: 46px;
    flex: 0 0 52px;
    margin-left: 14px;
    position: absolute;
    top: -38px;
    background: radial-gradient(rgba(41, 199, 172, 1) 55%, #f1f3f4 58%);
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    align-self: center;
}
a.base i{
  color: #fff;
}

a.base:hover i{
  color: #fff!important;
}
.UserMobileMenu ul li a img {
    height: 30px;
    width: 30px;
}
.UserMobileMenu ul li a i {
    font-size: 25px;
    transition: all .5s ease-in-out;
}
/*.UserMobileMenu ul li a:hover i{
  color: rgba(41, 199, 172, 1);
}*/
.UserResponsive_menu{
  position: relative;
}

.show_menu_details.active{
 bottom: 70px;
 opacity: 1;
 transition: all .3s ease-in-out;
}

.show_menu_details {
    display: block;
    position: fixed;
    bottom: -200%;
    background: #f1f3f4;
    z-index: 99;
    left: 50%;
    opacity: 0;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    transition: all .3s ease-in-out;
    right: auto;
    width: 310px;
    transform: translateX(-50%);
    border: 6px solid;
    border-radius: 13px;
/*    position: relative;*/
    box-shadow: 0 0 20px .15px rgba(0, 0, 0, .2);
    
}
.cartFloatingIcon, .footer_bottom{
	display: none;
}
section#contacts{
	min-height: auto;
	padding: 0px 0 10px;
}

}
.no_head
{
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.no_img
{
	width: 80%;
	justify-content: center;
    display: flex;
    height: auto;
    margin: 0 auto;
}
#banner-slider .buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#banner-slider .button {
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
  z-index: 4;
}
#banner-slider .button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
#banner-slider .button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
#banner-slider .button:hover {
  opacity: 0.8;
}
.product-contact{
	min-height: 90vh;
}
@media (min-width:1181px){
	.product-desp .product-photo{
		/*position: fixed;
    top: 124px;
    margin: 0;
    width: 26%;*/
     position: sticky;
        top: 100px;
        height: auto; /* Ensure it does not collapse */
        z-index: 9;
	}
}
#qrcode
{
	margin-top: 35px;
}
#qrcode h2
{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#qrcode h2 span
{
	font-size:20px;
	margin:0 auto;
    color: red;
    font-weight: 700;
    text-transform: uppercase;

}
.qrcode-img {
    display: block;
    padding: 15px;
    background-color: #ffffff;
    color: #5b5b5b;
    width: auto;
    margin: 0.8rem 0;
    border-radius: 7px;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    text-align: justify;
}
.qrcode-img img {
    width:50%;
    margin: 10px auto;
    text-align: center;
    display: block;
}
.add-box-content {
    margin-bottom: 35px;
}
#our_products .img, .gallery_area .img, #menu-page .img{
	object-fit: contain !important;
	background-size: contain !important;
}
#contact-btn{
	white-space: nowrap;
}
@media (min-width:1181px){
	div#what_we_do{
		display: none;
	}
	.four.col.bord{
		border-right: none;
	}
	.no_img{
		width: 43%;
	}
	#order-success{
		min-height: 90vh;
	}	
}
@media (min-width:700px) and (max-width:1180px){
	.review-app{
		background: #f2f2f2;
	}
	#qrcode{
		margin: 0 auto;
	}
	#rev {
		min-height: 61vh;
	}
}
.sction_title12{
	color: #4b566b;
    font-size: calc(14px + 1.0vw);
    font-family: 'Montserrat';
    font-weight: 700;
    border-bottom: 3px solid red;
    display: inline-block;
    padding-bottom: 5px;
    /* margin-bottom: 22px; */
    margin-top: 0px;
}
@media (max-width:599px){

	.sction_title12{
		margin-top: 12px;
	}
	
}
@media (max-width:991px){
	#our_products .singleCategoryHeader h4{
		font-size: 14px;
    	font-weight: 100;
    	line-height: 19px;
    	font-family: 'Varela Round', sans-serif;
        letter-spacing: 2px;
	}
	#our_products .singleCategoryHeader{
		margin-bottom: 0;
		background: #e2e2e2;
		padding: 3px 10px;
		margin-top: 8px;
		border-radius: 6px;
		line-height: normal;
	}
	#our_products .homeView{
		margin-bottom: 0 !important;
	}
	.UserMobileMenu label {
		font-size: 11px;
}
#menu-page .sction_title{
	padding: 0px 0 10px;
}
.about-section .sec-title{
	text-align: center;
}
}
@media (min-width:1180px){
	#our_products .singleCategoryHeader h4{
		font-size: 14px;
    	font-weight: 100;
    	font-family: 'Varela Round', sans-serif;
        letter-spacing: 2px;
	}
	#our_products .singleCategoryHeader{
		background-color: #e2e2e2;
		margin-bottom: 0;
		margin-top: 14px;
	}
	#menu-page .sction_title{
	padding: 0px 0 10px;
	}
}

#qrcode h2{
	font-size: 15px;
}
#qrcode .box-btn {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 6px;
    font-size: 14px;
    background:#f8f9fa;
}

#qrcode .btn-box {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
#qrcode  .box-btn i {
    font-size: 15px;
    margin-right: 5px;
}
#qrcode .logo-scan{
	width: 29%;
	margin-top: 0;
}
@media (max-width:599px) {

	#qrcode{
		background: #f2f2f2;
		margin-top: 0;
		padding-bottom: 26px;
	}
	#qrcode .box-btn{
		display: block;
		width: 92%;
    text-align: center;

	}
	#qrcode .qrcode-img{
		background: #f2f2f2;
        margin: 0 15px;
	}
	#qrcode .qrcode-img img {
    width: 85%;
    margin: 20px auto ;
    text-align: center;
    display: block;
    padding: 19px;
    background: #fff;
    border-radius: 9px;
}
#qrcode .logo-scan {
    width: 55% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto 12px !important;
}
}
@media (min-width:600px) and (max-width:1180px){
	#qrcode{
		background: #f2f2f2;
		margin-top: 0;
		margin-bottom: 36px;
	}
	#qrcode .qrcode-img{
		background: #f2f2f2;
        margin: 0 15px;
	}
	#qrcode .qrcode-img img {
    width: 59%;
    margin: 20px auto ;
    text-align: center;
    display: block;
    padding: 19px;
    background: #fff;
    border-radius: 9px;
	}
	#qrcode .box-btn{
		display: block;
		width: 60%;
    text-align: center;
	}
	#qrcode .logo-scan {
    width: 26% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto 12px !important;
	}
}
#description-detail td {
    padding: 5px 12px;
}
/*new slider*/
#client-feedback.slide-container{
  max-width: 100%;
  width: 100%;
/*  padding: 40px 0;*/
  margin-bottom: 50px;
}
#client-feedback.slide-container .card{
	border: none;
}
#client-feedback .slide-content{
  margin: 0 40px;
  overflow: hidden;
}
#client-feedback .card{
  border-radius: 25px;
  background-color: #FFF;
}
#client-feedback .image-content,
#client-feedback .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
/*  padding: 10px 14px;*/
}
#client-feedback .image-content{
  position: relative;
  row-gap: 5px;
/*  padding: 25px 0;*/
}
#client-feedback .card.swiper-slide{
	border: none;
	background: none;
}
#client-feedback .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
#client-feedback .overlay::before,
#client-feedback .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
#client-feedback .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
#client-feedback .card-image{
  position: relative;
  /*height: 255px;
    width: 183px;*/
  
}
#client-feedback .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 13px;
  /*border-radius: 50%;
  border: 4px solid #4070F4;*/
}
#client-feedback .name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
#client-feedback .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
#client-feedback .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#client-feedback .button:hover{
  background: #265DF2;
}

#client-feedback .swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
#client-feedback .swiper-navBtn:hover{
  color: #4070F4;
}
#client-feedback .swiper-navBtn::before,
#client-feedback .swiper-navBtn::after{
  font-size: 35px;
}
#client-feedback .swiper-button-next{
  right: 0;
}
#client-feedback .swiper-button-prev{
  left: 0;
}
#client-feedback .swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
#client-feedback .swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  #client-feedback .slide-content{
    margin: 0 5px;
    border-radius: 0;
  }
  #client-feedback .swiper-navBtn{
/*    display: none;*/
  }
  #client-feedback .card-image{
  	/*height: 209px;
    width: 145px;*/
  }
  #client-feedback .swiper-navBtn::before, #client-feedback .swiper-navBtn::after{
  	font-size: 30px;
  }
  #client-feedback .slide-container{
  	padding: 30px 0;
  	margin-bottom: 0;
  }
}
@media (min-width:720px) and (max-width:1180px){
	#client-feedback .card-image{
		/*height: 204px;
    	width: 162px;*/
	}
	#client-feedback .slide-content{
		border-radius: 0;
	}
}
#site-feature{
	margin: 50px 0 40px;
}
#site-feature .feat-img img{
    width: 80%;
    height: auto;
    filter: brightness(0) invert(1);
 }
#site-feature .feat-img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
    text-align: center;
}
#site-feature .feat-head{
	margin-bottom: 14px;
}
#site-feature .feature-item {
	text-align: center;
}

.btn-grp-one {
    display: flex;
    gap: 14px;
}
.btn-grp-one .add_to_cart_btn{

    background: #fff !important;
}
@media (max-width:1180px){
	.CartIcon.active{
		bottom: 60px;
	}

}
.cartItemDetails{
	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
}
@media (max-width:599px){
	#site-feature .feat-img{
		width: 70px;
		height: 70px;
	}
	#site-feature {
    margin: 15px 0 0;
	}
	#site-feature .feature-item{
		margin-bottom: 12px;
	}
}
.slick-slide {
    margin: 0px 20px;
}

.customer-logos1 .slick-slide img {
    width: 100%;
    vertical-align: middle;

}

.customer-logos1.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.customer-logos1 .slick-slide {
    margin: 0px 6px;
    border-radius: 10px;
    width: auto;
    padding: 18px;
    padding-top: 0;
}
#logos-slider h2.large-head{
	margin: 20px auto 0;
	font-size:35px;
}
.customer-logos1 .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.customer-logos1 .slick-list:focus
{
    outline: none;
}
.customer-logos1 .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.customer-logos1.slick-slider .slick-track,
.customer-logos1.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.customer-logos1 .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.customer-logos1 .slick-track:before,
.customer-logos1 .slick-track:after
{
    display: table;
    content: '';
}
.customer-logos1 .slick-track:after
{
    clear: both;
}
.customer-logos1 .slick-loading .slick-track
{
    visibility: hidden;
}

.customer-logos1 .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.customer-logos1 .slick-slide img
{
    display: block;
 	filter: gray; 
   -webkit-filter: grayscale(100%); 
   -webkit-transition: all .6s ease; 
   -webkit-backface-visibility: hidden;
}
.customer-logos1 .slick-slide img:hover
{
 	filter:none; 
   -webkit-filter: none;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media (max-width:599px){
	.customer-logos1 .slick-slide{
		padding: 8px;
		margin: 0 4px;
	}
	.features-heading {
        padding: 3px 5px 0 5px !important;
    }
    .home_pricing .features-heading h2{
    	font-size: 14px;
    	margin-top: 12px;
    }
    .blog-grid .user-info h5{
    	font-size: 12px;
    }
    .blog-grid .blogcard-header img{
    	border-radius: 8px;
    }
    .blog-grid .blogcard-body p{
    	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    }
    .contacts_area .row{
    	gap: 12px;
    }
    .modal-dialog{
    	margin: 1.5rem;
    }
    .mbr-slider .modal-dialog{
    	margin: auto;
    }
    .package2 .cards-wrapper .card label{
    	line-height: 14px;
    }
    .package2 .cards-wrapper .card{
    	height: 85px;
    	width: 90px;
    }
}
div#order-success {
    min-height: 90vh;
}
@media (min-width:700px) and (max-width:1180px){
	.customer-logos1 .slick-slide {
		padding: 10px;
	}
	.blog-grid .blogcard-header img{
		border-radius: 12px;
	}
	.blog-grid .blogcard-body p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 3px;
    }
    .package2 .cards-wrapper .card{
    	height: 87px;
    }
}

#description-detail table td, #description-detail table th{
	padding: 5px 14px;
	border: 1px solid #ddd;
}
#user-sec .media-body {
    width: 100% !important;
    text-align: left;
    color: #5b5b5b;
    margin-left: 0px !important;
}
#user-sec .media-body .item-title {
    font-size: 18px;
    line-height: 22px;
    color: #5b5b5b;
    font-weight: 600;
    text-transform: capitalize;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
transition: 0.3s;
}
#user-sec .media-body h4.tag {
    font-size: 14px;
    font-weight: 700;
    margin: 4px 0;
    color: #5b5b5b;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
#user-sec .lower-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    margin-top: 0px;
    padding-top: 10px;
}
#user-sec .category-part {
    padding: 0px !important;
    font-size: 14px;
}
#user-sec .category-part i{
	color: #00a0e3;
    font-size: 18px;
    vertical-align: middle;
}
#user-sec .category-name{
	color: #5b5b5b;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 165px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
#user-sec .media-body .loc {
    color: #5b5b5b;
    font-weight: 500;
    font-size: 12px;
  	margin-bottom: 10px;
    display: inline-block;
    line-height: 18px;
    margin: 8px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
   font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
#user-sec .media-body .loc span{
	color: #5b5b5b;
}
#user-sec .loc i {
    font-size: 12px;
    color: #00a0e3;
}
#user-sec .info .four {
    width: 23% !important;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    font-size: 12px;
}
#user-sec .info .four .number {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
#user-sec .info .four .number img {
   width: 25px;
    margin-bottom: 3px;
}
#user-sec .desc {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
}
#user-sec .media-body.space-md p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #5b5b5b;
    width: 100%;
}
#user-sec #what_we_do1 {
    display: none !important;
}
#user-sec .info :last-child.four {
    border-right: none;
}
#user-sec .info .four a{
	display: inline-block;
	font-size: 11px;
}
#user-sec .info.cf {
    margin-top: 10px;
}
#user-sec .featured-title-box{
	padding: 12px 21px 8px;
}
#user-sec .featured-title-box span{
	padding: 0 6px;
}
#user-sec .featured-rating-green{
/*	margin: -70px auto 5px;*/
	display: block;
	position: static;
/*	margin: -53px 5px 0px auto;*/
	width: 60px;
    height: 60px;
    position: absolute;
    top: 20%;
    right: 21px;
}
#user-sec a.business-img img{
	filter: brightness(0.8);
}
#user-sec .media-btn.btn {
/*    background-color: #00a0e3 !important;*/
    color: #00a0e3;
    padding: 4px;
/*    width: 44%;*/
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #00a0e3;
    line-height: 1.5;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 3px 10px;

}

#user-sec .featured-place-wrap:hover .item-title{
	color: #00a0e3;
}
#user-sec .media-btn.btn:hover{
	background-color: #00a0e3;
    color: #fff;
}
@media (min-width:720px) and (max-width:1180px){
	#user-sec .col-md-3.featured-responsive {
        max-width: 33% !important;
        flex: 0 0 33%;
        padding-right: 7px;
        padding-left: 7px;
    }
    #user-sec a#contact-btn{
    	display: none;
    }
    #user-sec .info .four.col.bord{
    	border-right: none;	
    }
    #user-sec .info .four {
    width: 31% !important;}
    #user-sec .info :last-child.four{
    	display: none !important;
    }
    #user-sec .featured-rating-green {
        width: 50px !important;
        height: 50px !important;
/*        margin: -55px 5px 0px auto !important;*/
    }
}
@media (max-width:599px){
	#user-sec a#contact-btn{
    	display: none;
    }
    #user-sec .info .four.col.bord{
    	border-right: none;	
    }
    #user-sec .info .four {
    width: 31% !important;}
    #user-sec .info :last-child.four{
    	display: none !important;
    }
    #user-sec {
    justify-content: center;
    padding: 0 10px;
	}
	#user-sec .info .four a {
        font-size: 8px;
	}
	#user-sec .media-body .item-title{
		font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
	}
	#user-sec .media-body h4.tag {
    font-size: 12px;
    font-weight: 600;}
    #user-sec .featured-title-box {
    padding: 12px 10px 10px;
	}
	#user-sec .desc{
		padding: 5px 0;
	}
	 #user-sec .col-md-3.featured-responsive {
        max-width: 48% !important;
        flex: 0 0 47%;
        padding-right: 7px;
        padding-left: 7px;
    }
    #user-sec .featured-place-wrap{
    	border-radius: 8px;
    	margin: 0 0 18px;
    }
    #user-sec .info .four .number img{
    	width: 20px;
    }
    #user-sec .featured-rating-green {
        width: 40px !important;
        height: 40px !important;
/*        margin: -36px 5px 0px auto !important;*/
    }
}
.card .featured-place-wrap{
	margin-bottom: 0px;
}
.card .featured-place-wrap:hover{
	box-shadow: none;
}
.categ {
/*    background: #e8f9ff;*/
    margin: 0px 0 40px;
/*    padding: 40px 0;*/
}
#catg-sec .categ-img {
    width: 50px;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}
#catg-sec{
	gap: 42px 0px;
}
#catg-sec .categ-item{
	text-align: center;
}
.categ-name {
	color: #000;
	font-weight: 500;
	font-size: 13px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
}
.categ-item.card-bord {
    background: #00a0e3;
    padding: 22px 6px;
    border-radius: 20px;
}
.categ-item h3{
   color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
}
#what_we_do3 ul#serv-item1 li, .what_we_do3 ul.serv-item1 li{
	font-size: 12px;
	margin-bottom: 3px;
	background: #f2f2f2;
	border: none;
	border-radius: 6px;
	padding: 2px 6px;
	line-height: normal;
	overflow: visible;
	display: inline-block;
	color:#5b5b5b;
}
#what_we_do3 .service-tags, .what_we_do3 .service-tags{
    padding: 0 0;
    height: 51px;
    overflow: hidden;
    margin-bottom: 7px;
}
.featured-title-box ul.serv-item1{
	margin: 0px;
}
.categ-item img{
		width:50%;
		margin-bottom: 8px;
	}
	#catg-sec>*{
		padding: 0 7px;
	}
@media(max-width:599px){
	#category-div.carousel .slick-slide{
		margin: 0 5px;
	}
	#user-sec .featured-rating-green{
		top: 13%;
    right: 4px;
	}
	#user-sec .category-name{
		width: auto;
		font-size: 12px;
	}
	#user-sec .lower-btn{
		display: block;
	}
	.what_we_do3{
		display: none;
	}
	#user-sec .category-part i{
		font-size: 16px;
		margin-right: 3px;
	}
	#browse-cat #user-sec .media-btn.btn{
			font-size: 12px;
    padding: 2px 26px;
    line-height: 1.3;
    font-weight: 300;
	}
	#what_we_do3 .service-tags{
		height: 25px;
	}
	#browse-cat #user-sec .lower-btn{
		border:none;
		padding: 0;
	}
	.categ{
		padding: 0 15px;
	}
	#catg-sec .categ-img{
		width: 35px;
    margin: 0 auto 7px;
	}
	.categ-name{
		font-size: 11px;
    line-height: 14px;
    word-wrap:normal;
/*    display: block;*/
	}
	.categ-item.card-bord{
		padding: 8px 6px;
    border-radius: 14px;
	}
	#catg-sec>*{
		padding: 0 6px;
	}
	#user-sec .media-body .loc {
		margin: 5px 05px;}
	.categ-item h3 {
    font-size: 13px;
    line-height: 16px;
	}
	#catg-sec {
    gap: 20px 0px;
    margin-top: 16px;
	}
	#user-sec .lower-btn{
		padding-top: 0px;
		border-top: none;
		line-height: 1.4;
	}
	#user-sec #what_we_do3{
		display: none;
	}
	#user-sec .media-btn.btn{
		font-size: 12px;
    padding: 2px 36px;
    line-height: 1.3;
	}
	#ad-slider {
        margin-top: 33px;
        margin-bottom: 10px;
        padding-top: 0px;
    }
}
@media (min-width:720px) and (max-width:1180px){
	#ad-slider{
		margin-top: 48px !important;
		padding-top: 0px;
	}
	#user-sec .media-btn.btn{
		padding: 2px 8px;
		font-size: 11px;
	}
	#user-sec .category-name{
		font-size: 12px;
		width: 74px;
	}
	#user-sec .featured-title-box{
		padding: 12px 14px 8px;
	}
	#user-sec .what_we_do3 {
    display: none;
	}
	#user-sec .featured-rating-green{
		top: 8%;
		right: 5px;
	}
	.categ{
		padding-top: 40px;
	}
	#catg-sec {
    gap: 25px 0px;
    margin-top: 20px;
	}
}
@media (max-width:1180px){
	.mb-sm-18{
		margin-bottom: 18px;
	}
	.categ{
	margin-bottom: 13px;
	}
}
.filterable {
  margin-top: 15px;
}
.filterable .panel-heading .pull-right {
  margin-top: -20px;
}
.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}
.table thead .filters th{
	border-bottom:none;
	border-top: none;
	width: 20%;
	padding: 7px;
}
.table thead .filters {
	border: none;
}
button#reset-btn, button#search-btn{
	width: 47%;
}

 button#search-btn {
    background: #00a0e3;
    border-color: #00a0e3;
    margin-right: 8px;
}
 .slider-container {
      display: flex;
      align-items: center;
      gap: 2px;
    }

    input[type="range"] {
      -webkit-appearance: none;
      width: 100%;
      height: 8px;
      border-radius: 5px;
      outline: none;
      background: linear-gradient(to right, #00a0e3 5%, #ddd 0%);
      transition: background 0.3s;
    }

    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      background: #00a0e3;
      border-radius: 50%;
      cursor: pointer;
    }

    input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: #f44336;
      border-radius: 50%;
      cursor: pointer;
    }

    .value-display {
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
    width: 32%;
    text-align: right;
    }
@media (max-width:599px){
	.table thead .filters{
		display: flex;
   		 flex-wrap: wrap;
   		 padding: 5px;
	}
	.table thead .filters th{
		width: 49%;
	}
	button#reset-btn, button#search-btn {
    width: 96%;
	}
	.table thead .filters th.last-btn-group{
		display: flex;
		width: 100%;
		gap: 8px;
	}
	.value-display{
		width: 34%;
	}
}
.filter-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 235px;
  background-color: #fff;
  box-shadow: -1px 18px 18px 0px rgba(214, 215, 235, 1);
  transition: transform 0.3s ease-out;
  z-index: 999;
  font-size: 14px;
}
.filter-sidebar ul {
  margin: 0;
  padding: 0;
}
.filter-sidebar li {
  border-bottom: 1px solid #888;
  list-style: none;
}
.filter-sidebar a {
  display: block;
  padding: 1em 1.5em;
  color: #888;
  text-decoration: none;
}
.filter-sidebar a:hover {
  background-color: #222;
  color: #FFF;
}

.filter-sidebar.is-hidden {
  transform: translateX(-300px);
}
/*.filter-sidebar {
  position: relative;
}*/

.filter-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.filter-close-btn:focus {
  outline: none;
}
.filter-sidebar .table thead .filters{
	display: flex;
    flex-direction: column;
    padding: 50px 5px;
}
.filter-sidebar .table thead .filters th{
	width: 100%;
}
.filter-sidebar button#reset-btn, .filter-sidebar button#search-btn{
	width: 46%;
	font-size: 13px;
}
.filter-sidebar .value-display{
	font-size: 14px;
}
.filter-sidebar .form-control{
	font-size: 13px;
}
.filter-btn{
	display: none;
}
@media (max-width:1180px){
.table thead .filters{
	display: none;
}
.filter-btn{
	display: inline-block;
	border: 1px solid #00a0e3;
	padding: 2px 15px;
    color: #00a0e3;
    border-radius: 7px;
    font-size: 14px;
}
#browse-users .row.justify-content-center{
	padding: 0px 5px;
}
}
.spl-instruction {
    color: #e10c00;
    font-size: 12px;
    margin-left: 0;
    font-weight: 500;
}
.right_bar a
{
	text-transform: uppercase!important;
	font-size: 18px;
}
#site-feature .feature-item {
    text-align: center;
    background: #00a0e3;
    color: #fff;
    padding: 20px;
    border-radius:30px;
}
/*.qrCode img
{
	filter: brightness(0) invert(1);
}*/

.login_wrapper
{
	 background-image: linear-gradient(#00a0e3 50%, white 50%);
	 padding:8% 0 0 0 ;
	 overflow-y: hidden;
}
.top-sec 
{
	color: #fff
}
a.btn
{
	  width:auto;
	  height:40px;
	  color: #fff;
	  line-height: 40px;
	  border-radius: 40px;
	  padding:0 25px;
	  font-family: 'Lato', sans-serif;
	  font-weight: 500;
	  background: transparent;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  position: relative;
	  display: inline-block;
	   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	  outline: none;
}
a.learn-btn {
  background: #00a0e3;
  border: none;
  z-index: 1;
  overflow:hidden;
}
a.learn-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #303030;
  border-radius: 30px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
a.learn-btn:hover {
  color: #fff;
}
a.learn-btn:hover:after {
  left: 0;
  width: 100%;
}
a.learn-btn:active {
  top: 2px;
}
.site-breadcrumb{
	margin-top: 30px;
}
.left_login_page .top-sec,.left_login_page .bottom-sec{
	height: 50vh;
}
.left_login_page .top-sec h1{
	font-weight: 700;
    margin-top: 20px;
    font-size: 30px;
}
.left_login_page .top-sec h2{
	margin: 6px 0;
    line-height: 1.2;
    font-size: 20px;
    font-style: italic;
}
.left_login_page .top-sec p{
	font-size: 14px;
}
.left_login_page .bottom-sec h2{
	margin-top: -20px;
}
.contact-option {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 25px;
}
.contact-item {
    /*background: #c8e5f1;
    border: none;*/
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    width: 250px;
    border: 1px solid #00a0e3;
}
.icon-contact {
    font-size: 32px;
    color: #00a0e3;
}
.contact-item p{
	font-size: 14px;
	color: #000;
}
@media (max-width:599px){
	.demo-btn{
		padding: 6px 16px;
	}
	.navbar-brand img{
		filter: none;
	}
	a.btn{
		font-size: 13px;
		height: 30px;
		line-height: 30px;
    	border-radius: 40px;
    	padding: 0 20px;
	}
	.left_footer ul li a{
		font-size: 12px !important;
		line-height: 23px !important;
	}
	.login_content{
		height: auto;
	}
	.form_content.signup{
		padding: 25px 0;
	}
	.login_content .form-group label{
		font-size: 13px;
    	margin-bottom: 0;
	}
	.login_form .form-control {
		height: 32px;
		margin-top: 5px;
	}
	.login_form .btn{
		font-size: 15px;
		padding: 5px 30px;
	}
	.login_form .form-group p {
        font-size: 14px !important;
    }
	.top-sec {
		color: #333;
	}
	.top-sec h2, .bottom-sec h2{
		font-size: 16px;
    	line-height: 1.4;
   		 margin: 12px;
	}
	.top-sec h1{
		font-size: 26px;
		line-height: 1.6;
	}
	.left_top_login .left_footer ul{
		justify-content: center;
	}
	h2.large-head{
		font-size: 16px !important;
        line-height: 25px !important;
	}
	.features-content h4 {
    font-size: calc(15px + .15vw);
	}
	ul.row_ul2 li a i {
        margin-right: 0px;
        font-size: 12px;
    }
    #accordion-style-1 .btn-link{
    	font-size: 15px;
    	padding: 0px;
    }
    #accordion-style-1 .card-body{
    	font-size: 13px;
    }
    .right_form_login {
        padding-top: 35px !important;
    }
    .user_login_header{
    	padding-top: 20px !important;
    	margin-bottom: 15px !important;
    }
    .user_login_header .heading{
    	font-size: 23px;
    }
    .login_form .form-control::placeholder, .login_form .form-control{
    	font-size: 13px;
    }
    .login_content .form-group label i{
    	margin-right: 3px;
    }
    .site-breadcrumb{
    	margin-top: 30px;
    }
    .blog-grid .tag{
    	padding: 1px 8px;
    	font-size: 12px;
    }
}
@media (min-width:600px) and (max-width:1180px){
	.navbar-brand img{
		filter: unset;
	}
	.top-sec {
        color: #333;
/*        padding: 0 110px 20px;*/
    }
     .top-sec h2, .bottom-sec h2 {
        font-size: 18px;
        line-height: 1.4;
        margin: 12px 0;
    }
        .top-sec h1 {
        font-size: 28px;
        line-height: 1.6;
    }
    .login_content{
    	width: 80%;
    	height: 46vh;
    }
    .form_content.signup{
    	padding: 0px;
    }
    .topSigin{
    	min-height: auto;
    }
    .site-breadcrumb{
	margin-top: 30px;
	}
	.blog-grid .tag{
    	padding: 4px 8px;
    	font-size: 13px;
    }
}
.logo-generate{
	/*box-shadow: 2px 1px 1px 1px rgb(68 68 68);
    cursor: pointer;
    background: #363636;*/
    border-radius: 4px;
    text-align: center;
}
.logo-generate img{
	max-width: 80%;
}
.line-scan{
	color: #fff;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 35px;
}

@media (max-width:1180px){
	body, html{
		overflow-x: hidden;
	}
	.left_login_page .top-sec, .left_login_page .bottom-sec{
		height: auto;
	}
	.left_login_page .top-sec{
		margin-top: 0;
	}
	.left_login_page .bottom-sec h2{
		margin-top: 12px;
	}
	.bottom-sec .row_ul2{
		margin-top: 3px;
	}
}
@media (min-width:1500px){
	.login_content{
		height: 80vh;
	}
	.logo-generate img{
		max-width: 60%;
	}
}
@media (min-width:1081px) and (max-width:1400px){
	.container {
    max-width: 1268px !important;
	}
}
@media (max-width:599px){
	.pwaDetails {
	    width: 80%;
	    word-break: break-word;
	}
	.pwaContent h4 {
	    line-height: 1.3;
	}
}
.breadcrumb-list{
   /* padding: 50px 0;
    border-radius: 13px;
    text-align: center;
    margin-bottom: 35px;*/
    padding: 90px 0;
    text-align: center;
    margin-bottom: 35px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(/assets/frontend/images/breadcrumb.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}
.breadcrumb-list p{
	font-size: 40px;
    font-family: 'Varela Round';
}
#category-busi {
	margin-top: 9px;
}
#category-busi .breadcrumb-list{
	margin-bottom: 40px;
}
@media (max-width:599px){
	.breadcrumb-list {
	    padding: 25px 0;
	    margin-bottom: 10px;
	}
	.breadcrumb-list p{
		font-size: 22px !important;
		text-shadow: none !important;
	}
	#category-busi .breadcrumb-list {
    	margin-bottom: 15px;
	}
	#category-busi {
    	margin-top: 1px;
	}
}
@media (min-width:720px) and (max-width:1180px){
	.breadcrumb-list{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.breadcrumb-list p {
    	font-size: 25px !important;}
    #category-busi {
    	margin-top: 0px;
	}
	.cid-qBK2ZYNhQk{
		padding-top: 0px !important;
	}
}
#regis-form{
	background-color: #f8f9fa;
}
.reg-container {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.reg-container header {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #0478a7;
  padding: 20px 0;
}
.reg-container .form {
  margin-top: 30px;
}
.reg-container .form .input-box {
  width: 100%;
  margin-top: 20px;
}
.reg-container .input-box label {
  color: #333;
}
.reg-container .form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}
.reg-container .input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.reg-container .form .column {
  display: flex;
  column-gap: 15px;
}
.reg-container .form .gender-box {
  margin-top: 20px;
  width: 100%;
}
.reg-container .gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.reg-container .form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.reg-container .form .gender {
  column-gap: 5px;
}
.reg-container .gender input {
  accent-color: rgb(130, 106, 251);
}
.reg-container .form :where(.gender input, .gender label) {
  cursor: pointer;
}
.reg-container .gender label {
  color: #707070;
}
.reg-container .address :where(input, .select-box) {
  margin-top: 15px;
}
.reg-container .select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.reg-container .form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #0478a7;
}
.reg-container input.form-control[type="file"] {
    appearance: none;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    border-radius: 0px;
}
.reg-container .form button:hover {
  background: #f16024;
}
/*Responsive*/
@media screen and (max-width: 599px) {
  .reg-container .form .column {
    flex-wrap: wrap;
  }
  .reg-container .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
  /*.login-decor{
  	display: none;
  }*/
  #gallery2-4 .btn{
  	white-space: nowrap !important;
        word-wrap: normal;
        box-shadow: none;
        margin: 0 2px !important;
  }
  .mbr-gallery-filter ul{
  	overflow-x: auto;
  	flex-wrap: nowrap;
  	justify-content: start;

  }
}
.reg-container h1 {
  font-size: 16px;
  text-align: center;
  margin: 14px 0 10px;
}
.reg-container h1 small {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  color: gray;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 14px auto 0;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bottom-btn23{
	background-color: #f06123 !important;
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
-webkit-box-shadow: 7px 7px 1px 1px rgb(187 165 155);
-moz-box-shadow: 7px 7px 1px 1px rgb(187 165 155);
box-shadow: 7px 7px 1px 1px rgb(187 165 155);
margin-bottom: 20px;
}
.contact-item h4{
	color: #00a0e3;
	font-family: 'Varela Round', sans-serif;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 600;
    margin: 14px 0 5px;
}
.icon-contact i{
	background:#00a0e31f;
    padding: 8px 10px;
    border-radius: 4px;
}
.bottom-btn23 a{
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
}

@media(min-width:991px){
	/*.bottom-btn23{
		display: none;
	}*/
}
@media(min-width:1500px){

	.left_login_page .top-sec h1{
		font-size: 45px;
	}
	.left_login_page .top-sec h2{
		margin: 18px 0;
	    line-height: 1.2;
	    font-size: 24px;
	}
	.left_login_page .top-sec p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.left_login_page .top-sec img{
		object-fit: contain;
	}
	.contact-item p{
		font-size: 16px;
	}
} 
@media (max-width:1180px){
	.mbr-gallery-item img{
		height: 200px;
	}
}
.user_login_header.sgnup{
	margin-bottom: 30px;
    padding: 0 calc(10px + 3vw);
    text-align: center;
    padding-top: 0;
}
.signupSection{
	overflow-y: hidden !important;
	height: 100vh;
}

.social-head h3.catg-heading{
	font-family: "Agbalumo", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 6px;
}
.price-grp {
    display: flex;
    gap: 15px;
}
s .price-color, .price-grp s {
	color: #6d747eab;
}
.featured-place-wrap .category-part img{
	filter: invert(40%) sepia(100%) saturate(500%) hue-rotate(180deg);
	display: inline-block !important;
}
.categ-item.card-bord i{
	color: #fff;
    font-size: 25px;
}
@media (min-width:1200px) and (max-width:1400px){

	#user-sec .category-name{
		width: 122px;
	}
}
@media(max-width:1180px){
	#tap-menu.header{
		background-color: #00a0e3;
	}
	#tap-menu.header .navbar-brand img.shopLogo{
		filter: brightness(0) invert(1);
	}
	#tap-menu .login_signup a{
		color: #fff;
        background: #303030;
	}
	.sidebarIconToggle.tap-menu .spinner{
		background: #fff;
	}
	#sidebarMenu.sidebar-tp{
		background: #00a0e3;
	}
	.sidebar-tp .sidebarMenuInner li.active{
		background: #fff;
    border-radius: 7px;
	}
	.sidebar-tp .sidebarMenuInner li a{
		color: #fff;
	}
}

@media(max-width:599px){

	#user-sec .category-part {
	    padding: 0px !important;
	    font-size: 14px;
	    display: flex;
	    align-items: center;
	    gap: 0px;
	    margin-bottom: 4px;
	}
	.featured-place-wrap .category-part img{
		width: 11% !important;
	}
	.logo-generate img {
    	max-width: 40%;
	}
	.dots-container .dot{
		width: 8px;
    	height: 8px;
	}
	button.media-btn.btn.connect{
		display: block;
		width: 100%;
	}
	.social-buttons, .qrCode{
		margin: auto;
	}
	.about-section{
		padding: 3% 0;
	}
}
/*testimonial styling*/

#testimonial-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
}
#testimonial-sec .testimonial-slide {
/*  padding: 40px 20px;*/
}
#testimonial-sec .testimonial_box-top {
  background-color: #e0fbfc;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
#testimonial-sec .testimonial_box-icon {
  padding: 10px 0;
}
#testimonial-sec .testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
#testimonial-sec .testimonial_box-text {
  padding: 10px 0;
}
#testimonial-sec .testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
#testimonial-sec .testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
#testimonial-sec .testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
#testimonial-sec .testimonial_box-name {
  padding-top: 10px;
}
#testimonial-sec .testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
#testimonial-sec .testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.consulting-testimonial {
    position: relative;
    display: flex;
    flex: 0 1 50%;
}
.consulting-testimonial .consulting-testimonial-inner {
    padding-left: 30px;
}
.consulting-testimonial .consulting-testimonial-info {
    display: flex;
    gap: 10px;
    position: relative;
    height: 100%;
}
.consulting-testimonial .consulting-testimonial-image {
    width: 50px;
    flex-shrink: 0;
    position: absolute;
    left: -45px;
    top: 30px;
}
.consulting-testimonial-image img {
    width: 100%;
    border-radius: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
.consulting-testimonial .consulting-testimonial-group {
    padding-left: 20px;
}
 .consulting-testimonial .consulting-testimonial-content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.consulting-testimonial .consulting-testimonial-content-inner {
    padding-top: 30px;
}
.consulting-testimonial .consulting-testimonial-heading {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    transition: .3s;
}
.consulting-testimonial .consulting-testimonial-position {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px;
    transition: .3s;
    text-transform: capitalize;
}

.consulting-testimonial .consulting-testimonial-excerpt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: .3s;
    padding-bottom: 20px;
    font-family: "Public Sans", sans-serif;
/*    padding-right: 30px;*/
}
.consulting-testimonial .consulting-testimonial-excerpt p{
 font-family: "Public Sans", sans-serif;
 font-size: 15px;
}
.prev-btn, .next-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f8f9fa;
  border: none;
  font-weight: 500;
/*  padding: 5px;*/
  border-radius: 100%;
  cursor: pointer;
  font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    line-height: 26px;
    height: 30px;
    width: 30px;
}

.prev-btn {
  right: 47px;  /* Adjust if you need some space between buttons */
}

.next-btn {
  right: 10px;
}
@media (max-width:599px){
	.consulting-testimonial .consulting-testimonial-content-wrapper{
		margin-bottom: 6px;
	}
	.consulting-testimonial .consulting-testimonial-heading{
		font-size: 13px;
		margin-bottom: 1px;
	}
	.consulting-testimonial .consulting-testimonial-position{
		font-size:13px;
		line-height: 17px;
	}
	.consulting-testimonial .consulting-testimonial-excerpt{
		line-height: 18px;
	}
	.consulting-testimonial .consulting-testimonial-group{
		padding-left: 18px;
	}
	.consulting-testimonial .consulting-testimonial-inner {
    	padding-left: 25px;
	}
	.consulting-testimonial .consulting-testimonial-content-inner {
    	padding-top: 13px;
	}
	.consulting-testimonial .consulting-testimonial-image{
		top: 19px;
	}
	#testimonial-sec{
		background: transparent;
	}
	#testimonial-sec .slick-slider{
		background: #fff;
    	padding: 0 14px;
    	border-radius: 6px;
	}
	#testimonial-sec .container{
	    padding: 0px !important;
	}
	.prev-btn, .next-btn{
		top: -5px;
	}

}
.scan_itesm {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.scan-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
}
.scan-icon {
    width: 40px;
    background: #red;
    background: green;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    margin-right: 15px;
}
.scan-icon img{
	filter: brightness(0) invert(1);
    vertical-align: middle;
}
/* Main Product Gallery */
.product-gallery {
    max-width: 500px;
    margin: auto;
}
.main-image{
	padding: 20px 20px 10px;
}
.main-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
/*    border: 1px solid #ddd;*/
    border-radius: 10px;
    cursor: pointer;

}

.thumbnail-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 500px;
    position: relative;
    margin-top: 10px;
}

.scroll-btn {
    background: #f8f8f8;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    font-size: 18px;
    position: absolute;
    top: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    line-height: 26px;
    height: 30px;
    width: 30px;
    transform: translateY(-50%);
    z-index: 10;
}

.scroll-btn.left { left: 7px; }
.scroll-btn.right { right: 3px; }

.thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 9px;
    padding: 6px 4px 0px;
    width: 100%;
    white-space: nowrap;
    justify-content: start;
}

.thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
    flex-shrink: 0;
}

.thumbnails img:hover {
    border-color: #f90;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: fit-content;
    height: auto;
    margin-top: 5%;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}


.lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}
.simple-txt{
	margin-bottom: 15px;
}
.lightbox-btn.left { left: 10px; }
.lightbox-btn.right { right: 10px; }
.download-pdf {
    line-height: 38px;
    text-decoration: underline;
    font-weight: 600;
    font-family: 'Open Sans';
    /* color: #bc2b2a; */
    /*webkit-box-shadow: 12px 12px 10px -9px rgba(194, 194, 194, 1);
    -moz-box-shadow: 12px 12px 10px -9px rgba(194, 194, 194, 1);*/
    padding: 0;
    margin: 0px 0 15px;
    display: inline-block;
}
@media (max-width:1180px){
	.lightbox-content{
		max-width: 70%;
	    margin-top: 5%;
	    border-radius: 10px;
	    height: auto;
	}

}
.image-pdf{
	width: 32px;
    margin-right: 3px;
}

@media(max-width:599px){
	.main-image img{
		height: 230px;
	}
	.thumbnails img{
		width: 55px;
    height: 55px;
	}
	.thumbnails{
		gap: 10px;
	}
	.download-pdf{
		line-height: 1;
	}
	.image-pdf{
		width: 22px;
	}
	.blog-grid .blogcard{
		margin-bottom: 7px;
    margin-top: 7px;
	}
	.blog-grid{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.solution-images {
    text-align: center;
/*    height: 500px;*/
    position: relative;
    padding: 0 50px;
}
.solution-images .image1 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    border-radius: 10px;
    border:4px solid #fff;
    box-shadow: 0px 0px 9px 0px rgba(150, 150, 150, 0.8);
}
.solution-images .image2 {
    padding-top: 20px;
}
.solution-images .image3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 10px;
    border:4px solid #fff;
    box-shadow: 0px 0px 9px 0px rgba(150, 150, 150, 0.8);
}
.solution-images img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}
.heading1 .span-line {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #087aa8;
    margin-bottom: 8px;
}
.heading1 h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #0D0E10;
}
.heading1 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #676879;
    transition: 0.4s;
    margin: 16px 0;
}
.about-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 58px
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #087aa8;
    color: #fff;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px
}
.about-btn-group .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.call-btn .btn-text {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.call-btn .btn-text {
    font-size: 16px;
}
.call-btn .btn-title {
    font-size: 16px;
}
.call-btn .btn-title {
    font-size: 20px;
    color: #141D38;
    font-weight: 600;
}
.call-btn .play-btn>i {
    font-size: 40px;
    background-color: #087aa8;
    color: #fff;
}

.call-btn .play-btn:before, .call-btn .play-btn:after {
    background-color: #087aa8;
}

.call-btn .play-btn:hover>i {
    background-color: #087aa8;
}

.call-btn .play-btn:hover:before, .call-btn .play-btn:hover:after {
    background-color:#087aa8;
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.call-btn i {
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    background: #CCD6FF;
    color: var(--theme-color);
    font-size: 24px
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.play-btn:before, .play-btn:after{
	webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#client-review .consulting-testimonial .consulting-testimonial-excerpt{
	padding-bottom: 30px;
}
.count-item .item-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.count-item .item-box .icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #087aa8;
    color: #fff;
    transition: all 0.4s;
}
.heading1 h3 a {
    color:  #4b566b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
}
.count-item .item-box .icon {
    background: #087aa8 !important;
}
.num-line {
    width: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
#why-choose {
    padding: 80px 0;
    background: #fbfbfb;
    background: #f5f5f5;
    margin: 60px 0;

}
#why-choose .heading1 p {
    font-size: 15px;
    line-height: 24px;
    margin: 6px 0;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.count-item{
	margin-top: 15px;
}
.choose-img{
	box-shadow: 0px 0px 9px 0px rgba(150, 150, 150, 0.8);
	border-radius: 12px;
	margin-right: 30px;
}
.choose-img img{
	border-radius: 12px;
}
#client-review .slick-initialized .slick-slide{
	background: #f8f9fa;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 14px 0px rgba(69, 81, 100, 0.1);
}
#client-review .heading1{
	text-align: center;
	margin-bottom: 35px;
}
#client-review .slick-slide{
	margin:20px;
}
#client-review .consulting-testimonial .consulting-testimonial-group {
    padding-left: 63px;
}
#client-review .consulting-testimonial .consulting-testimonial-image{
	left: 0;
}
#client-review .consulting-testimonial{
	padding: 10px 25px;
}
#client-review .consulting-testimonial .consulting-testimonial-inner{
	padding-left: 0px;
}
#client-review {
    background: #f5f5f5;
    padding: 60px 0;
}
.list-core-value {
    list-style: none;
}
.list-core-value li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.list-core-value li .ticked {
    height: 27px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 27px;
    background: url(/assets/frontend/images/check.png) 50% center no-repeat rgb(8 122 168);
    border-radius: 50%;
}
.box-border-dashed {
    border-bottom: 1px dashed rgb(106, 131, 140);
}
.list-core-value li:last-child .box-border-dashed {
    border-bottom: 0;
}
#services-sec{
	padding: 20px 0 35px;
}
#intro-sec .about-list li{
	margin-bottom: 0px;
	font-size: 16px;
    /* line-height: 28px; */
    font-weight: 400;
    color: #676879;
    transition: 0.4s;
}
#intro-sec .about-list li i {
    color: #00a0e3;
    font-size: 22px;
    position: absolute;
    top: 0px;}
.list-heading {
    color: #4b566b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.faq {
    padding: 70px 0 0px;
}
.faq .heading1{
	margin-bottom: 30px;
}
.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 60px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #087aa8;
    text-align: center;
    border: 1px solid #087aa8;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "FontAwesome";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #087aa8 0%, #087aa8 30%, #087aa8 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

@media(max-width:599px){
	.heading1 .span-line{
		font-size: 16px;
	    line-height: 18px;
	    margin-bottom: 5px;
	    margin-top: 12px;
	}
	.heading1 h2{
		font-size: 20px;
    	line-height: 28px;
	}
	.heading1 p{
		line-height: 21px;
		margin:10px 0;
	}
	#intro-sec .about-list li{
		font-size: 12px;
	}
	.solution-images{
		padding: 0px;
		height: auto;
	}
	.solution-images .image2 {
    	padding-top: 22px;
	}
	#why-choose {
    	padding: 40px 0;
    	margin: 40px 0;
	}
	#why-choose .span-line{
		margin-top: 0;
	}
	.heading1 h3 a{
		font-size: 15px;
	}
	#why-choose .heading1 p {
		line-height: 20px;
    	margin: 4px 0;
	}
	.count-item .item-box{
		margin-top: 7px;
		align-items: center;
	}
	.count-item{
		margin-top: 15px;
	}
	.choose-img{
		margin-right: 0;
		margin-top: 20px;
	}
	.count-item .item-box .icon {
	    margin-right: 11px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.num-line {
    	width: 30px;
    	font-size: 20px;
    }
    #services-sec {
    	padding: 2px 0;
	}
	#services-sec .span-line{
		margin-top: 0px;
	}
	.list-heading{
		font-size: 16px;
		margin-bottom: 3px;
	}
	#client-review .slick-slide{
		margin: 0 12px 22px;
	}
	#client-review{
		padding: 22px 0;
    margin: 23px 0 0;
	}
	#client-review .heading1{
		margin-bottom: 15px;
	}
	.list-core-value {
        margin-bottom: 15px;
	}
	.faq {
    	padding: 30px 0 0px;
	}
	.faq .accordion .card .card-header h5 button{
		height: 40px;
	}
	.faq .accordion .card {
	    margin-bottom: 20px;
	}
	.faq .accordion .card .card-body{
	    padding-top: 13px;
	    margin-top: -6px;
	    padding-left: 32px;
	    padding-right: 32px;
	    padding-bottom: 23px;
	    line-height: 25px;
	    font-size: 13px;
	}
	#client-review .consulting-testimonial .consulting-testimonial-excerpt{
		padding-bottom: 10px;
	}
	.product-desp .btn-primary {
		font-size: 13px;
	}
}
@media (min-width:600px) and (max-width:1180px){
	.heading1 h2 {
	   font-size: 21px;
        line-height: 28px;
	}
	.solution-images {
	    text-align: center;
    	height: auto;
    	position: relative;
    	padding: 0 13px;
	}
	.solution-images .image2{
		padding-top: 0px;
	}
	#client-review {
		padding: 40px 0;
	}
	#client-review .heading1 {
		margin-bottom: 10px;
	}
	#services-sec {
    	padding: 20px 0;
	}
	.heading1 p{
		line-height: 18px;
		margin: 10px 0;
	}
	#intro-sec .about-list li{
		font-size: 12px;
	}
	#intro-sec {
		padding: 0 15px;
	}
	#why-choose {
    	padding: 50px 15px;
        margin: 30px 0;    	
	}
	#why-choose .heading1 p{
		line-height: 18px;
    margin: 0px 0;
	}
	.heading1 h3 a{
		font-size: 15px;
	}
	.count-item .item-box{
		margin-top: 8px;
		align-items: center;
	}
	.count-item {
    	margin-top: 6px;
	}
	.num-line {
	    width: 30px;
	    font-size: 20px;
	}
    .count-item .item-box .icon {
	    margin-right: 12px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.heading1 .span-line {
	    font-size: 18px;
	   margin-bottom: 2px;
	}
	 #client-review .consulting-testimonial .consulting-testimonial-inner {
    	padding-left: 15px;

	}
	.faq {
    	padding: 50px 0 34px;
	}
	.list-heading {
	    font-size: 16px;
	    margin-bottom: 4px;
	}
}
/*after change*/
.right_bar.logn-btn a {
 font-size: 14px;}

 .right_bar.logn-btn a:hover{
 	box-shadow: none;
}
#loginModal button.close{
	text-align: end;
    margin-right: 10px;
    margin-top: 10px;
}
#loginModal .user_login_header{
	margin-bottom: 30px;
    padding-top: 0px;
}
#loginModal .login_content{
	height: auto;
	box-shadow: none;
	overflow-y: auto;
}
.left_footer h4{
	font-family: 'Varela Round', sans-serif;
}
.topCategory1.itemList .singleCatItem h4{
	padding: 0;
	font-weight: 500;
	font-family: 'Varela Round', sans-serif;
	letter-spacing: normal;
}
.alter-img{
	padding: 17px;
}

@media (max-width:599px){
	#loginModal .user_login_header{
		padding-top: 0px !important;
	}
	#browse-users .styled-heading p{
		margin-bottom: 15px;
	}
	#user-sec .card .featured-place-wrap{
		margin-bottom: 0px !important;
	}
	section.categ {
    	margin-top: 0px;
	}
	.top_footer p.site_info{
		line-height: 24px;
		margin-top: 15px;
	}
	#loginModal .modal-dialog{
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	    min-height: calc(100% - 1rem);
	}
	.frg-pswd{
		font-size: 13px;
	}
	.contact-item{
		border-radius: 12px;
	    padding: 18px 7px;
/*	    width: 90px;*/
		height: 150px;
	    border: 1px solid #00a0e3;
	}
	.login_content{
		padding-bottom: 15px !important;
	}
	.icon-contact {
	    font-size: 22px;
	}
	.contact-item h4{
		font-size: 12px;
	    font-weight: 500;
	    word-break: break-word;
	    margin: 14px 0 5px;
	}
	.contact-item p{
		word-break: break-word;
		font-size: 10px !important;
	}
	.contact-option{
		gap: 15px;
		margin-top: 20px;
    	justify-content: center;
	}
	.top-sec img{
		max-width: 62%;
		margin-top: 10px;
	}
	.login_wrapper{
		overflow-y: visible;
	    height: -webkit-fill-available;
	}
	.signupSection{
		overflow-y: scroll !important;
	}
	.login_page .forgetPassword .user_login_header{
		padding-top: 50px !important;
        margin-bottom: 25px !important;
	}
	.login_page .forgetPassword .login_content{
		padding-bottom: 40px !important;
	}
	.login_page .login_wrapper{
		 height: 82vh;;
	}
	.login_page {
		height: 100vh;
	}
	.spl-instruction{
		display: none;
	}
	.about-section .business-container{
		padding: 0 15px;
	}
	.main-image {
    	padding: 0px 48px 0px;
	}
	.desp-details .btn-grp-one .add_to_cart_btn{
		font-size: 13px;
	}
	.desp-details{
		padding: 0 15px;
	}
	.desp-details label.btn-sizes.getPrice {
    	font-size: 13px;
    	padding: 4px 22px;
	}
	.desp-details .modal_Heading {
    	font-size: 13px;
    	margin-bottom: 0;
	}
	.desp-details .priceTag.price-color{
		font-size: 18px;
    	margin-bottom: 10px;
	}
	.alter-img{
		max-height: 250px;
		padding: 0;
		object-fit: contain;
	}
	.navbar-brand{
		max-width: 100px;
	}
}

@media (max-width:390px){
	#user-sec .media-btn.btn{
		padding: 2px 32px;
	}
	#user-sec{
		padding: 0;
	}
}
@media (min-width:1600px){
	.main-image img{
		height: 390px;
	}
	.product-desp{
		padding: 80px 0;
	}
}