
*, html, body{
    box-sizing:border-box;
    outline:0px;
}

a:hover, a:focus, a:visited{
    outline:0px;
}


@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
	url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
	url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
	url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 0.8;
	height: 200px;
	object-fit: cover;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (max-width: 992px) {
	.grid figure figcaption {
		padding: 0.7em;
	}
}

.grid figure figcaption h5 {
	font-weight: 400;
	text-align: left;
}
@media (max-width: 992px) {
	.grid figure figcaption h5 {
		font-size: 22px;
	}
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h5 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h5 span {
	font-weight: 800;
}

.grid figure h5,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	margin: 6px 0 0;
}

/* Individual effects */

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #000;
}

figure.effect-ruby img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	/* text-align: ; */
}



.mobi_view {
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 3;
	height: 10px;
	width: 10px;
	/* display: block; */
}

/*
figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
*/

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
	
.grid.vc {
	/* max-width: 150px;
	padding-bottom: 16px;
	background-color: rgba(124, 124, 124, 0.16);
	margin: 0 10%;
	min-height: 120px; */
	margin:5px 0;
}

.grid.vc:hover {
	background-color: transparent;
	position: absolute;
	content: "";
	height: auto;
	width:100%;
	position: absolute;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: left .5s cubic-bezier(.694,0,.335,1);
	-o-transition: left .5s cubic-bezier(.694,0,.335,1);
	transition: left .5s cubic-bezier(.694,0,.335,1);
	z-index: -1;
	background-color: #fff;
    box-shadow: inset 0px 0px 25px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0px 0px 25px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0px 0px 25px 0 rgba(0,0,0,.1);
	
}

.grid.vc .col-md-12{
    margin-top:10px;
}

.grid.vc h5, .grid.vc p{
    font-size:15px;
    color:#333;
}
.grid.vc h5 {
    margin-bottom: 10px;
    font-size:18px;
    color: #374a5e;
}
.cat_bgs {
    margin-top: -90px;
    margin-bottom: 40px;
}
#ab {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.12) 0px 1px 14px 0px;
}
.featured-cuisine-area {
    border-right: 1px solid #eee;
}
.grid.vc p{
     display:none;
}
.system-icon2 {
	height: 43px;
	height:30px;
	display:none;
}

.featured-cuisine-area h5 {
	font-size: 16px;
	font-weight: 500;
	/*font-family: roboto;*/

	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	line-height: 22px;
	margin: 0;
}

.clss {
	display: none;
	padding-right: 10px;
	position: absolute;
	right: 7px;
	top: 10px;
}

/* .is-sticky .navbar-brand img{
    background:url(../uploads/logo.png) center center no-repeat;
    height:30px;
    width:30px;
} */

.grid.vc figure {
	position: relative;
    float: none;
    overflow: hidden;
    margin: 0;
    width: 90px;
    background: #fdd9c8;
    background: transparent;
    text-align: center;
    cursor: pointer;
    height: auto;
    background-size: 50px;
    object-fit: cover;
    display: block;
    margin: 0px auto 30px;
}
	
	
.booking-checkbox_wrap.gfh	{
    margin-bottom:0px;
    font-size:21px;
    padding:10px 20px;
}

.booking-checkbox_wrap.gfh h5 {
	font-size: 21px;
	margin-bottom: 0px;
	padding: 0 15px;
}

.mcw .callout-warning {
	/* border-left-color: #f0ad4e; */
	border: 0px;
	/* padding: 0px; */
	margin: 0px;
}

.br{
    border-bottom:1px solid #ccc;
}

.fixzqwds .booking-checkbox{
    display:none;
}

.fixzqwds .booking-checkbox_wrap .col-sm-4{
    display:none;
}


.fixzqwds .booking-checkbox_wrap hr{
    display:none;
}

.fixzqwds .iVfrjp .col-sm-8{
    padding-left:0px;
}

.fixzqwds .bill-table .bill-type {
	font-weight: 400;
	padding-right: 0px;
	font-size: 16px;
	text-align: left;
}

.fixzqwds .col-sm-8 {
	width: 100%;
	padding: 0px;
	max-width: 100%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 100%;
}

.fixzqwds .featured-btn-wrap.text-right, .fixzqwds .featured-btn-wrap.text-right .btn {
	text-align: center !important;
	background: #ef4623 !important;
}

.btn-danger {
	color: #fff;
	background-color: #ef4623 ;
	border-color: #ef4623 ;
}

.navbar-expand-lg .navbar-toggler {
	display: block;
	position: absolute;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.sidenav.show-menu {
    width: 350px;
}
.cdd {
	position: absolute;
	left: 0px;
	right: auto;
	background: transparent;
	border: 0px;
	color: #666;
	outline: 0px;
	top: 25px;
}

.navbar-nav {
	display: block;
	margin-left: 15px;
}

/*.navbar-brand {
	color: #fff;
	float: none;
	float: left;
	padding: 15px;
	text-align: center;
	width: 100%;
}*/

.sidenav a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	display: block;
	transition: 0.3s;
	border: 0px;
	text-align: left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.navbar-light .navbar-nav .show > .nav-link {
	color: #333 !important;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 28px;
	margin-top: 10px;
	/* border: 1px solid #ccc; */
	border-radius: 25px;
	height: 35px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	padding: 0px 5px;
	/* background: #f5f5f5; */
}

.cvs {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 9px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	font-weight: 400;
	color: #757575;
}
.cvs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.chs {
    position: absolute;
    top: 0;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #616161;
}

.cvs:hover input ~ .chs {
  background-color: #ef4623;
}

.cvs input:checked ~ .chs {
    background-color: #fff;
    border: 2px solid #ef4623;
}

.chs:after {
  content: "";
  position: absolute;
  display: none;
}

.cvs input:checked ~ .chs:after {
  display: block;
}

.cvs .chs::after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4623;
}

.bssds a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}
.bssds a.bon {
	color: #000;
padding: 0 15px 0 15px;
position: relative;
}

.wrapper .list {
	list-style: none;
}



.poryysf.hid{
    display:none;
    border:0px !important;
}

.ss p{
    font-size:13px;
}



/* .avx .featured-rating1, .avx .featured-rating-orange1, .avx .featured-rating-green1 {
    position: absolute;
    right: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -33px 10px 0 0;
    font-size: 23px;
    background: #ff7474;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
}*/
.avx .featured-rating1, .avx .featured-rating-orange1, .avx .featured-rating-green1 {
	position: absolute;
	right: 10px;
	width: 35px;
	height: 25px;
	text-align: center;
	margin: 0;
	font-size: 15px;
	background: #ff7474;
	color: #fff;
	border-radius: 5px;
	top: 57px;
	padding: 2px;
	font-weight: 600;
}
.bssds {
	position: absolute;
	cursor: pointer;
	right: 80px;
}
#ab .owl-nav i, #ab .owl-nav {
    outline: 0px;
    display: block !important;
    color:#777;
    font-size:14px;
}

#ab .owl-nav .owl-next{
    position:absolute;
    right:-20px;
    border: 1px solid #eee;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    top: 70px;
}

#ab .owl-nav .owl-prev{
    position: absolute;
    left: -20px;
    border: 1px solid #eee;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    top: 70px;
}

#myModalsvd .modal-dialog {
	min-height: calc(100vh - 60px);
	display: block;
	overflow: auto;
	position: relative;
	width: auto;
	margin: 10px;
	left: 215px;
	top: 44px;
	right: auto;
	transition: .2s;
	transition-delay: .2s;
}

#myModalsvd .modal-dialog::before {
	font-family: font-Awesome;
	content: "";
	color: #333;
	font-size: 20px;
	border-top: 5px solid #fff;
	height: 10px;
	width: 10px;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: rotate(180deg);
	position: relative;
	right: auto;
	left: 40px;
}

#myModalsvd .modal-footer{
    border:0px;
}

.pac-container {
	background-color: #fff;
	position: absolute !important;
	z-index: 99999;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: Arial,sans-serif;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.mb-resp{
    
}

.dlvyy {
    display: none; 
	background: #ef4623;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}

input[type="submit"], button{
    cursor:pointer;
}

#myModalsvd .modal-content {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.dKJCcG {
	max-height: 80vh;
	width: 400px;
}

.TdAuw {
	max-width: 100%;
	padding: 16px;
}

.ehgjYH {
	position: relative;
	width: 100%;
	height: 100%;
}

.ejIAjy {
	position: relative;
	z-index: 0;
}

.ehYpUn {
	max-width: 100%;
}

.jLGJmG {
	max-width: 100%;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
}

.ehYpUn > * + * {
    margin-top: 16px !important;
}

.eQAkzA {
    max-width: 100%;
    margin-bottom: 24px;
}

.jxdSPC {
	display: flex;
	border-radius: 1000px;
	width: 100%;
	background-color: rgb(231, 231, 231);
}


.jxdSPC > :nth-child(1) {
    border-radius: 1000px !important;
}
.jxdSPC > :nth-child(1) {
    z-index: 1 !important;
}
.jxdSPC > :first-child {
    border-top-left-radius: 1000px !important;
    border-bottom-left-radius: 1000px !important;
}
.ftjTGj {
    position: relative;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    min-height: 32px;
    width: auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    border-radius: 1000px;
    border: medium none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: rgb(25, 25, 25);
    box-shadow: rgb(25, 25, 25) 0px 0px 0px 1px inset;
}

.jxdSPC > * {
	flex: 1 1 0%;
	border-radius: 0px !important;
}

.kIgbFW {
	max-width: 100%;
	padding: 6px 12px;
}

.kYPEPF {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.04ch;
	text-transform: none;
	color: rgb(255, 255, 255);
	margin: 0px;
	padding: 0px;
	display: block;
}


.iIccih {
	max-width: 100%;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
}

.kwWcvp {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0ch;
	text-transform: none;
	color: rgb(25, 25, 25);
	margin: 0px;
	padding: 0px;
	display: block;
}

.pMkjo {
    margin: 2px 8px 0px 0px;
    margin-left: 0px;
}

.iIccih > * + * {
    margin-left: 16px !important;
}

.jxdSPC {
	display: flex;
	border-radius: 1000px;
	width: 100%;
	background-color: rgb(231, 231, 231);
}

.ftjTGj::-moz-focus-inner {
	outline: currentcolor none medium;
	border-style: none;
	padding: 0px;
}

.jxdSPC > :nth-child(1) {
    border-radius: 1000px !important;
}

.jxdSPC > :nth-child(1) {
    z-index: 1 !important;
}


.fyyYZp {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}

.ciDeBq {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
	display: flex;
	align-items: flex-start;
	overflow: auto;
	outline: currentcolor none medium;
}

.mllff {
	margin-left: 7em !important;
	position: absolute;
	right: auto;
	left: 200px;
}

/* new */


.ss.nav-tabs {
	border-bottom: 0px solid #ddd;
	/* padding: 10px; */
	border-radius: 100px;
	text-align: center;
	/* display: block; */
	margin: 0px auto;
	background:#e7e7e7;
	display: flex;
	justify-content: center;
	max-width: 420px;
	box-shadow: none;
	
}

.ssv.nav-tabs {
	border-bottom: 0px solid #ddd;
	/* padding: 10px; */
	border-radius: 0px;
	text-align: center;
	display: block;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	max-width: 415px;
	background: #e7e7e7;
	height: 41px;
	border-radius: 20px;
}

.ssv.nav-tabs > li > a {
	line-height: 20px;
	border-radius:20px !important;
}

.ssv.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 40px;
	color:#333;
}

.ss.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 24px;
	border-radius: 30px !important;
}

.ssv.nav-tabs > li.active > a, .ssv.nav-tabs > li.active > a:hover, .ssv.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #333;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 20px;
}

.ss.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 20px;
	border: 0px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.ss.nav-tabs > li.active > a, .ss.nav-tabs > li.active > a:focus, .ss.nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #333;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 50px;
}

.vps li {
	background: #e7e7e7;
	padding: 7px 30px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 20px;
	text-decoration: none;
	margin: 10px 2% 0px;
}

.vps li a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.vps {
	padding-left: 0px;
	display: flex;
	flex-flow: row wrap;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: center;
	flex-grow: 4% 3% 7%;
}

.iIccih {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
}

.kwWcvp{
	font-size:17px;
	font-weight:600;
}

.pMkjo {
	font-size: 13px;
	font-weight: 400;
	padding-left: 15px;
	padding-top: 2px;
}

.ss.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 24px;
}


.azs{
	border-top: 9px solid #eee;
	padding:20px 10px 10px;
}

.cnvv {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ef4623;
	font-weight: 500;
}

.cnvv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.cnvv:hover input ~ .checkmark {
  background-color: #ef4623;
}

.cnvv input:checked ~ .checkmark {
	background-color: #ef4623;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cnvv input:checked ~ .checkmark:after {
  display: block;
}

.cnvv .checkmark::after {
	top: 6px;
	left: 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}

/* new */
.pck_drp.ndg li {
    	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    text-align: center;
    }
@media screen and (max-width:768px){
    
    .cart-btn {
    	border: 0px;
    	position: absolute;
    	right: 0px;
    	top: 16px;
    }
    
    
    .mcw{
        max-width:100% !important;
    }
    
    .mobi_view, .cls{
        display:block !important;
    }
    
    .fixzqwds {
        position: relative !important;
        display:none;
    }
    #payment-form .row{
        margin:0px;
    }
    .fixzqwds.cart_res {
    	display: block;
    	border: 0;
    	border-bottom: 1px solid #e7e7e7;
    	max-width: 100%;

    }
    .bill-table {
	float: none;
	width: 100%;
}
.booking-details_wrap.crty{
    margin-top: 0px;
}
   .poryysf.hid {
    display: block;
    width: auto;
    background: #ef4623;
    top: 4px;
    right: 0;

}

    .btn-outline-light:hover {
    	color: #fff;
    	background-color: transparent;
    	border-color: #f8f9fa;
    }
    
   
    
    .clss {
	display: none;
	padding: 16px;
	position: relative;
	top: 0;
	right: 0;
	font-size: 20px;
}
    
    #myModalsvd .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  
  .mb-resp{
    margin:0 15px !important;
  }
  
  .custom-select{
      width:100%;
  }
  
  .ss .featured-title-box {
	 padding: 10px 0px !important;
  }
  
   .ss p {
	font-size: 11px !important;
   }

    .featured-title-box ul li span {
    	padding: 7px 0px 0 0 !important;
    }
    
    .avx .featured-rating1, .avx .featured-rating-orange1, .avx .featured-rating-green1 {
    	position: absolute;
    	right: 10px;
    	width: 40px;
    	height: 40px;
    	text-align: center;
    	margin: -33px 10px 0 0;
    	font-size: 15px;
    	background: #ff7474;
    	color: #fff;
    	padding: 9px;
    	border-radius: 50%;
    }
    
    .mcw{
        margin:0px 15px !important;
    }
    
    .mcw .booking-checkbox_wrap{
        margin-bottom:0px;
        padding-left:0px;
    }
    
    .mcw .float-left.col-3, .mcw .float-left.col-8{
        padding:0px;
    }

    .mcw .cart-page-menu-unit-price, .mcw .cart-page-menu-quantity {
    	padding-top: 5px;
    	text-align: right;
    }
    
    #order_place_btn{
        margin-top:10px;
        margin-bottom:10px;
    }
    
    .bssds, .pck_drp{
        display:none;
    }
    
    .bssds.ndg1 {
    	display: block !important;
    	position: absolute !important;
    	top: 70px;
    	left: auto;
    	right: 71px;
    	background: #e7e7e7;
    	padding: 3px;
    	border-radius: 20px;
    }
    
.pck_drp.ndg {
	display: block;
	
}
    .bssds.ndg1 a {
    	font-size: 13px;
    	font-weight: 600;
    	color: #333;
    }
    
   
    
    .pck_drp.ndg  li.active {
    	position: relative;
    	top: 0px;
    	padding-bottom: 0px;
    	color: #333 !important;
    	padding: 5px;
    	border:0px;
    }
    
    
        
    
    
    #myModalsvd .modal-dialog {
	    left: auto;
    }
    

    
    .dlvyy{
        display:block;
    }
    
    #myModalsvd .modal-dialog::before {
        display:none;   
    }
    #delc{
        text-transform:capitalize;
    }
 
}


/*figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}*/


.featured-cuisine-area .grid.vc{ padding: 50px 0 30px 0;
    margin: 0;}

 .fonttdfs{
    font-size: 11px;
    margin: 0;
}
.effect-ruby.svs img{
    
display: block;
width: 100%;
height: 30px;
width: 30px !important;
background-size: 30px;
margin: 0px auto;
object-fit: contain;
}

.owl-carousel .owl-item .featured-cuisine-area img {
    display: block;
    width: 60px !important;
    height: 60px;
    line-height: 60px;
    min-height: inherit;
    margin: 0px auto;
    opacity: 1;
    margin-top: 5px;
    transform: inherit;
}
.owl-carousel .owl-item .featured-cuisine-area .elementor-widget-image img {
    height: auto;
    line-height: inherit;
    width: 60px !important;
}
.bssds a.bon:after {
    position: absolute;
    content: "";
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background-color: #ef4623;
    border-radius: 50%;
    display: block;
    border: 0px;
    margin-left: 0px;
    transition: left .4s ease, opacity .4s ease;
    opacity: 0;
}
.bssds a.bon:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 0px;
    background-color: #ef4623;
    transition: width .4s ease;
}
.bssds a.bon:hover {
    color: #ef4623;
}
.bssds a.bon:hover:after {
    left: 0;
    opacity: 1;
}
.bssds a.bon:hover:before {
    width: 30px;
}
#delc1 {
    padding-left: 15px;
}

#ab {
   /* overflow:hidden; */
}

#ab .owl-carousel.owl-drag .owl-item{
    margin:10px 0 !important;
}

.typehead.cad{
    text-transform:capitalize !important;
}

.grid:nth-child(3) {
	background-color: transparent;
	position: absolute;
	content: "";
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: left .5s cubic-bezier(.694,0,.335,1);
	-o-transition: left .5s cubic-bezier(.694,0,.335,1);
	transition: left .5s cubic-bezier(.694,0,.335,1);
	z-index: -1;
	background-color: #fff;
	-webkit-box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
	box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
}
.church-copyright {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    padding: 28px 0px 29px;
}
.church-copyright p {
    color: #666666;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.church-footer-widget aside.widget li a {
    font-size: 15px;
}
.church-footer-widget aside.widget.social_media li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
}
.logofootercenter {
    padding: 25px 0;
    display: inline-block;
    float: right;
    width: 70%;
    padding: 22px 0px 27px;
    margin-right: 26px;
}
.logofootercenter img {
    max-width: 100%;
    height: 100%;
}
.church-footer-widget, .church-footer-heading, .widget_service_time ul, .widget_service_time ul li {
	float: left;
	width: 100%;
}
.church-footer-widget .widget ul  {
    padding: 0;
    margin-bottom: 0;
}
#church-footer .container,.huoeic .container{
    max-width: 1170px;
    display: block;
    margin: 0px auto;
}
.church-footer-one .widget {
	margin: 0px 0px 0px;
}
.church-footer-widget aside.widget li {
	list-style: none;
	padding-bottom: 7px;
	line-height: 28px;
	font-size: 15px;
}
.church-footer-widget aside.widget li a,.church-footer-widget aside.widget li span {
	color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.church-footer-widget aside.widget li a.socialcolor {
	color: #fff !important;
	font-size: 17px;
}
.church-footer-widget {
	
	background: var(--Primary-Blue, #202B49);
	padding: 75px 0px 66px 0px;
}
.res_page .church-footer-widget {
    padding-right: 250px;
}
.res_page #church-footer .church-footer-widget .container{
    max-width:960px;
}
.church-footer-widget .container::before,.church-footer-widget .row::before{
    display: table;
    content: " ";
}
.church-footer-widget .container::after.church-footer-widget .row::before{
    display: table;
    content: " ";
    clear: both;
}
.elementor-widget-image {
    text-align: center;
    position: absolute;
    max-width: 100%;
    z-index: 5;
    width: auto;
    top: 40px;
    left: 65px;
}
#dloc2{
    margin-top: 10px;
}
.grname{
    padding:7px;
   
}
.grname a {
     color:#fff;
    cursor: pointer;
    font-weight: 500;
}
.grname .fa-arrow-left {
    float: left;
    font-size: 23px;

}
.modal  .my-2{
    margin: .5rem !important;
}
.wtxtc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	font-size: 14px;
	color: #1a1a1a;
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.min-screen,.short-text {
	display: none;
}
.max-screen,.full-text {
	display: block;
}
@media (min-width:769px){
	.church-footer-widget aside.widget li {
		height: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
 
    .res_page .church-footer-widget {
    padding-right: 0;
}
    
}
@media (max-width:768px){
    #ab .owl-nav .owl-next {
        right: -10px;
        top: 63px;
		display:none;
    }
    .wtxtc {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
		font-size: 14px;
		color: #1a1a1a;
	}
    
    #ab .owl-nav .owl-prev {
        left: -10px;
        top: 63px;
		display:none;
    }
    .grid.vc figure {
        margin: 0px auto 15px;
    }
    .featured-cuisine-area .grid.vc {
        padding: 30px 0 20px 0;
    }
    .grid.vc h5 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .elementor-widget-image {
        top: 20px;
		left: 0;
		right: 0;
    }
    .church-footer-widget {
        padding: 35px 0px 15px 0px;
    }
    .res_page .church-footer-widget {
    	padding-right: 0;
    }
    /* .church-footer-widget .widget ul {
        margin-bottom: 30px;
    } */
	.short-text {
		display: block;
	}
	.full-text {
		display: none;
	}
    .church-copyright {
        padding: 10px 0px 15px;
    }
    .logofootercenter {
        padding: 10px 0;
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:767px){
	.min-screen {
        display: block;
    }
	.max-screen {
        display: none;
    }
}