@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box; 
}

.selector-for-some-widget {
  box-sizing: content-box;
}

html {
	font-family: 'Hind Vadodara', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(13, 37, 48, 0);
}

body {
	margin:0;
	padding:0;
	height:100%;
	background: #fbfbfb;
	box-sizing: border-box;
	font-family: 'Hind Vadodara', sans-serif;
	
	-ms-overflow-style: none;
	scrollbar-width: none;
	
	-webkit-transition: all 0.5s cubic-bezier(0.91, -0.01, 0.17, 1.01);
	-moz-transition: all 0.5s cubic-bezier(0.91, -0.01, 0.17, 1.01);
	-o-transition: all 0.5s cubic-bezier(0.91, -0.01, 0.17, 1.01);
	transition: all 0.5s cubic-bezier(0.91, -0.01, 0.17, 1.01);
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: none;
	color: inherit;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

#preloader{
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
	display: block;
    z-index: 9999999999;
}

.small, small {
    font-size: .75em;
}

.oprMinus img, .oprPlus img{
    vertical-align: unset !important;
}

.mainMenuLink li a:hover{
	background: linear-gradient(0deg, rgba(255, 237, 237, 0.5) 0%, rgba(235, 235, 235, 0.5) 100%);
}

.theme-bg{
	background: linear-gradient(4deg, rgba(255, 99, 21, 1) 0%, rgba(255, 0, 42, 1) 100%);
}

.theme-bg-2{
	background: #282A35;
}

.custBtn{
	background: linear-gradient(180deg, rgba(255, 87, 24, 1) 0%, rgba(255, 4, 41, 1) 100%);
    padding: 0px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.custBtn:hover{
	color: #fff;
	background: linear-gradient(180deg, rgba(255, 87, 24, 0.8) 0%, rgba(255, 4, 41, 0.8) 100%);
}

.lottie{
	width: 50%;
	height: auto;
}

.custBtn-2{
	background: linear-gradient(180deg, rgba(255, 87, 24, 1) 0%, rgba(255, 4, 41, 1) 100%);
    padding: 8px 14px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.resClk{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.resClk:active {
	transform: scale(0.96);
}

.statusBG{
	position: fixed;
	top: 0%;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.itemImg2 {
    width: 100%;
	height: 210px;
	cursor: pointer;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.25rem;
	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.offImg {
	position: relative;
}

.offerDet {
	position: absolute;
    left: 10px;
    bottom: 8px;
    right: 10px;
    color: white;
    max-height: 75%;
    font-size: 14px;
	z-index: 99;
}

.offImg-topR{
	position: absolute;
	right: 0px;
	top: 4px;
	width: 100%;
	z-index: 99;
}

.offerSides {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	border-radius: 0.25rem;
	height: 100%;
	opacity: 40%;
	background-image: linear-gradient(to right, black, rgba(0,0,0,1));
}

.menuDisc{
	color: #339933;
	font-weight: 600;
}

.discBG{
	background: linear-gradient(to top, #ff6600, #ff0033);
}

.topCatImg span{
	font-size: 13px;
}

.headBg{
	background-image: url("../../images/headBanner.jpg");
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.headBg-2{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	z-index: 999;
	padding: 0.8rem 0rem;
	background-color: #ffffff;
}

.mt-6{
	margin-top: 4.6rem;
}

.catMoreBg{
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
	position: fixed;
	z-index: 99999;
	overflow-y: scroll;
	background-color: rgba(0,0,0,0.3);
}

.cursPointer{
	cursor: pointer;
}

.regForm .form-group{
	padding-bottom: 0px;
}

.regForm label{
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.form-select:focus, .form-select:active {
	border-color: lightgray !important;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-check-input:focus, .form-check-input:active {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
	outline:none;
}

.zoop-heading{
	color: #ffffff;
	font-size: 1.35rem;
	line-height: inherit;
}
.zoop-heading::before,.zoop-heading::after {
	display: inline-block;
    content: "";
    border-top: .1rem solid #ff002a;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-0.45rem);
}

.myShadow{
	-ms-box-shadow: 0 10px 30px 0 rgba(102,102,102,.25);
    -o-box-shadow: 0 10px 30px 0 rgba(102,102,102,.25);
    box-shadow: 0 10px 30px 0 rgb(102 102 102 / 25%);
}

.thisDiv{
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.topDivCont{
	position: relative;
	color: #fff;
}

.recentOrdTop{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 4px 10px 0px;
    font-size: 13px;
    font-weight: 500;
	border-radius: 0.25rem;
	
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00d4ff",GradientType=1);
}

.recentOrdBottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 6px;
	border-radius: 0.25rem;
	
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,212,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00d4ff",GradientType=1);
}

.topDivTLeft{
	position: absolute;
    top: 8px;
    left: 5px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 0.2rem !important; 
    width: auto;
    height: 8%;
	font-size: smaller;
}

.topDivTRight{
	position: absolute;
    top: 8px;
    right: 8px;
}

.topDivTRight i{
	color: #333;
    padding: 8px 10px;
    background: #fff;
    border-radius: 50%;
}

.topDivBLeft{
	position: absolute;
	bottom: 6px;
	left: 4px;
	border-radius: 0 .25rem .25rem 0 !important;

}

.topDivBRight{
	position: absolute;
    bottom: 6px;
    right: 6px;
}

.myRounded-top{
	border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.myRounded-bottom{
	background: #fff;
	border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.myRounded{
	border-radius: 10px !important;
}

.productName{
	font-size: 18px !important;
}

.productType{
	display: flex!important;
    font-size: 12px;
    font-weight: 600;
}

.divPrice{
	font-size: 11.5px;
    font-weight: bold;
    text-transform: uppercase;	
}

.details{
	font-size: small;	
}

.orderInfo{
	font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.restInfoBG{
	position: fixed;
	background: rgba(255,255,255,1);
	top: 0%;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.reviewBG{
	position: fixed;
	background: rgba(0,0,0,0.6);
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.reviewBody{
    overflow-y: auto;
}

.rtChecked{
	color: orange;
}

.reportIssue{
	position: fixed;
	background: rgba(0,0,0,0.4);
	top: 0%;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* New CSS */
.borderColor {
	border-color: #ff022a !important;
}
.bg-primary {
	background-color: #ff022a !important;
}
.card-title {
	font-weight: bold;
}
.itemDesc{
	font-size: 11px;
	min-height: 30px;
    line-height: 15px;
}
.form-check-input:checked {
    background-color: #ff022a !important;
    border-color: #ff022a !important;
	outline:none;
}

.form-radio-input:checked {
    background: #ff022a !important;
    border-color: #ff022a !important;
}

.headBg2{
	background-image: url("../../images/headerBanner2.jpg");
	background-color: #cccccc;
	background-position: center;
	height: 120px;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover; 
	position:fixed;
	width:100%;
	z-index:3;
	transition: 0.25s;
}

.barMainNav{
	position: fixed;
	width: 100%;
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	transition: 0.25s;
}

.text-primary {
	color: #ff022a !important;
}

.stickyHead{
	position: -webkit-sticky;
	position: sticky;
	top: 66px;
	z-index: 2;
	background: #fff;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.text-justify{
	text-align: justify;
}

.prevOH{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	background: -webkit-linear-gradient(#ff6315, #ff002a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.prevOH-2{
	font-family: 'Teko', sans-serif;
	background: -webkit-linear-gradient(#ff6315, #ff002a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.prevOH-3{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	background: -webkit-linear-gradient(#336666, #003333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.itemImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 0.25rem;
	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.itemImgCont {
    width: 100%;
	height: 100%;
	position: relative;
}

.itemImgBottom {
    position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.itemImgTop {
	position: absolute;
	top: 2px;
	right: 1px;
}

.itemImgTop i{
	color: #fff;
	font-size: 22px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.41);
}

.oprMinus{
	color: #fff;
	font-size: 24px;
    line-height: 1;
    padding: 0px 6px 0px;
    background-color: #ff022a;
	border-radius: 0.25rem 0rem 0rem 0.25rem;
}

.oprPlus{
	color: #fff;
	font-size: 24px;
    line-height: 1;
    padding: 0px 6px 0px;
    background-color: #ff022a;
	border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.oprPlus img, .oprMinus img{
	height:14px;
	width:14px;
}

.oprAdd, .oprAdd2{
	font-size: 14px;
    padding: 0px 6px 1px;
}

.oprVal{
	color: #ff022a;
	font-size: 17px;
    padding: 0px 10px 0px;
	background-color: #fff;
}

.menuItemRes{
	background-color: #fff;
}
.resDetails{
	position: fixed;
	top: 70px;
	width: 100%;
}
.resAllDish{
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: 344px;
}
.resMenuItemBg{
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0%;
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.13);
	transition: 0.25s;
}
.resMenuItem{
	position:absolute;
	height: 50%;
	width: 100%;
	bottom:0;
	overflow-y: scroll;
	border-radius: 10px 10px 0 0;
	z-index:9999;
}
.resMenuItem small{
	font-size: 18px !important;
}

/*menu categories*/
.menuCatCont{
	position: fixed;
	z-index: 99999;
	bottom: -350px;
    left: 0%;
    width: 100%;
    height: 350px;
	border-radius: 10px 10px 0 0;
	background: rgba(0,0,0,0);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*menu categories*/

.menuCatHead {
	background-color:#fff;
	position:fixed;
	border-radius: 10px 10px 0 0;
	z-index:999;
}
.menuCatItem {
	background-color:white;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top:35px;
}

.customBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	right: -100%;
	background: #fff;
	overflow-y: auto;
	z-index: 9999;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.customiseChoiceBg{
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	height: 100%;
	width: 100%;
	top: 0%;
	right: -100%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.customiseChoice{
	position:absolute;
	background-color: #fff;
	bottom:60px;
	width:100%;
	top:0;
	overflow-y: auto;
}
.customImg {
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 340px;
	z-index: 2;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.foodDetails{
	position:absolute;
	top:200px;
	background-color: white;
}
.addToCartSec{
	background-color: white;
	height: 60px;
	position: fixed;
	bottom: 0%;
	z-index: 9999;
	display: none;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.ChoiceSelCheck{
	position:absolute;
	top: 360px;
	background-color: white;
}

.checkoutPreviewBg {
	height: 100%;
	width: 100%;
	top: 0;
	left:100%;
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.13);
	transition: 0.25s;
}
.checkoutPreview {
	height: 100%;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	transition: 0.25s;
}
.checkoutSec{
	height: 65px;
	position:fixed;
	bottom:0;
	z-index:9999;
}
.prevHeader {
	position:fixed;
	top:0;
	z-index:9999;
}
.prevCartItem {
	position:absolute;
	background-color: #fff;
	max-width: 100%;
	top:65px;
	bottom:65px;
	overflow-y: scroll;
}
.viewBasketSec {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
	background-color: #fff;
    height: 60px;
}
.searchTabNav {
    top: 55px;
    width: 100%;
    z-index: 9999;
    /* background-color: #fff; */
	transition: 0.25s;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff022a !important;
	background-color: transparent !important;
    border-color: #ff022a !important;
	border-bottom: 2px solid #ff022a !important;
}
.nav-tabs .nav-link:hover {
    color: #ff022a !important;
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
}
.nav-link {
    color: #495057 !important;
}

.headBg3{
	background-image: url("../../images/headBanner3.jpg");
	background-color: #cccccc;
	height: 50vh;
	position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
	z-index:3;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.signUpOptions {
	position:fixed;
	top: 50vh;
	width: 100%;
}

.sidenav {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    overflow-y: scroll;
	right: -100%;
	z-index: 999999;
	background-color: #f7f7f7;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidenavBg {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.btn:focus {
	border: 1px solid #ff022a !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.btn:active {
	border: 1px solid #ff022a !important;
}

.itemImgHome {
	height: 150px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.topCuisineHome {
	height: 100px;
	
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cuisCenter{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px 0px;
    background: rgba(0,0,0,0.3);
    transform: translate(-50%, -50%);
}

.cuisCenter h5{
	color: #fff;
	letter-spacing: 1.5px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.chkPrev{
	font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 1px 9px 0px;
}

#map{
	height:250px;
}

.my-label{
	font-size: 1rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.selAddressBg {
	height: 100%;
	width: 100%;
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	transition: 0.25s;
}

.selAddress {
	position:absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

.form-file {
    --bs-form-file-height: calc(1.5em + 0.934rem + 2px);
    position: relative;
}

.form-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    height: calc(1.5em + 0.934rem + 2px);
    border-color: #DFE3E7;
    border-radius: 0.25rem;
}

.form-group {
	padding-bottom: 20px;
}

.form-control {
    font-size: 0.85rem;
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

@media screen and (max-height: 450px) {
	
}

/*// Small devices (landscape phones, 576px and below)*/
@media (max-width: 576px) {
	.full-width{
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
	}
	.storySwiper{
		padding-right: 0.8rem!important;
		padding-left: 0.8rem!important;
	}
	.owl-stage{
		padding-left: 10px !important;
	}
	.offImg-topR{
		top: 0px;
	}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 640px and below)*/
@media (max-width: 640px) {
	#preloader{ background-size: 40%; }
	.zoop-heading{ font-size: 13px; }
	.zoop-heading::before,.zoop-heading::after { width: 1rem; transform: translateY(-0.15rem); }
	.stickyHead{ padding-left: 0px; padding-right: 0px; }
	.fullCont{ padding-left: 0px; padding-right: 0px; }
	.lottie{ width: 85%; }
}

/* Medium devices (tablets, 640px and up)*/
@media (min-width: 640px) {
	
}

/* Small devices (desktops, 767px and below)*/
@media (max-width: 767px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.owl-stage{
		padding-left: 0px !important;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}