@font-face{
	src:url('../fonts/Poppins-Light.ttf');	
	font-family: 'Poppins-Light';	
}
@font-face{
	src:url('../fonts/Poppins-Regular.ttf');	
	font-family: 'Poppins-Regular';	
}
@font-face{
    src:url('../fonts/Poppins-Medium.ttf'); 
    font-family: 'Poppins-Medium';  
}
@font-face{
    src:url('../fonts/futura_light_bt.ttf'); 
    font-family: 'Futura-Light';  
}
@font-face{
    src:url('../fonts/futura_md_medium.ttf'); 
    font-family: 'Futura-Medium';  
}
@font-face{
    src:url('../fonts/glyphicons-halflings-regular.ttf');
    font-family: 'Glyphicons-Halflings';
}

@font-face{
    src:url('../fonts/slick.ttf');
    font-family: 'slick';
}

body,html{
	/*min-height: 600px;*/
/*	min-height: 640px;*/
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Alternategothic';
	background-color: #FBF8EC;
    animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s; 
    overflow-x: hidden;

}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.fullwidth{
	width: 100%;
	float: left;
}
.logox{
	float: left;
	display: inline-block;
}
.logox img{
    width: 158px;
    padding-top: 9px;
} 
.fix-to-top, .innertop
{
    background: rgba(255,255,255,1);
    padding: 0px 0;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    box-shadow: 0 0 10px #000;
}


.fullwidth-header {
    width: 100%;
    float: left;
    background-color: #ffffff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 5px #000;
    padding: 0px 0;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
    top: 0;
    left: 0;
}
.main-menu
{
    background: rgba(255,255,255,1);
    padding: 0px 0;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    box-shadow: 0 0 10px #000;
}
/*.fix-to-top.innertop 
{
    display: inline-block;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
}*/
.fix-to-top, .innertop{
    display: inline-block;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
    padding: 7px 0;
}
/*.navbar-brand img {
    width: 106px;
    padding: 11px 0 0 0px;
}*/
.navbar-brand img {
    width: 36px;
    padding: 7px 0 0 0px;
}
.fix-to-top .navbar-brand img{
    width: 140px;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    /*box-shadow: 0 0 10px #000;*/
}


.navbar-brand {
    padding: 0px;
}
.navbar {
    z-index: 99;
    border-radius: 0px;
    border: none;
    padding: 0;
    margin: 0;
}
.barwidth {
    width: 44%;
    float: right;
    display: block;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
    z-index: 999;
    padding: 5px 0;
}
.fix-to-top .barwidth{
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
}


.barwidth li a{
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #000000 !important;
}
.nav>li>a.active {
    color: #ff7518 !important;

}
.social-header {
    width: 23%;
    float: right;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
    z-index: 999;
    padding: 5px 0;

}
.social-header img{
    width: 23px;
    margin-top: -5px;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
}

.fix-to-top .social-header{
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
}


section
{
	padding: 45px 0 65px;
}


a, a:hover, a:focus
{
	outline: none;
}


.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.align-center
{
	text-align: center !important;
}
.text-uppercase
{
	text-transform: uppercase;
}
.banner-portion {
    min-height: auto;
    width: 100%;
    float: left;
    margin-bottom: 66px;
    height: 100%;
/*    position: fixed;*/
    overflow:auto;
    overflow-x: hidden;
}

.carousel-caption {
    text-align: left !important;
    text-shadow: none !important;
    right: 20%;
    left: 15%;
    padding-bottom: 142px;
    font-family: 'Poppins-Light';
}


footer
{
    background: #FB8922;
    font-size: 16px;
    width: 100%;
    float: left;
    padding: 23px 0 18px;
}

.relative{
	position: relative;
}

.goback{
	cursor: pointer;
    float: right;    
    text-align: center;
    position: fixed;
    right: 13px;
    bottom: 20px;
    z-index: 999;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    border-radius: 50%;
    display: none !important;
    transition: all ease 0.5;
}
.fix-to-top.goback{
    display: inline-block;
    transition: all ease 0.5;
}

.nav-pills>li>a {
    border-radius: 19px!important; 
    padding: 7px 19px; 
    font-family: 'Courgette-Regular';
    font-size: 16px;
    color: #7c7c7c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ff7518;
}
.tab-content>col-sm-4:hover{
    box-shadow: 0 0 5px #aaa;
    border-radius: 4px;
}


.cod-op-left{
    color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    font-weight: 100;
    width: 50%;
    float: left;
    cursor: pointer;
}
.cod-op-left input{
    margin: 0 6px;
    cursor: pointer;
}

.form-row{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.form-row input{
    height: 34px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    outline: none;
    margin-bottom: 7px;
    font-family: 'Poppins-Regular';
}
.form-row input:focus{
    border: 1px solid #ff0000;
}
.form-regiternew {
    width: 100%;
    float: left;
}
.left-input {
    width: 47%;
    float: left;
}
.right-input {
    width: 47%;
    float: right;
}
.disnone {
    display: none;
}

.div33{
    width: 33%;
    float: left;
}
.container{
    width: 970px !important;
}
}
.toggle_menu.active
{
    right: 0px;
}
.toggle_menu
{
   /* background-color: rgba(0,0,0,0.85);*/
   background-color: rgba(0,0,0,0.65);
    bottom: 0px;
    height: 100%;
    -moz-transition: right ease-out 0.5s;
    -o-transition: right ease-out 0.5s;
    padding: 40px 15px;
    position: fixed;
    right: -220px;
    top: 0px;
    transition: right ease-out 0.5s;
    -webkit-transition: right ease-out 0.5s;
    width: 220px;
    z-index: 9999;
}
.toggle_menu .toggel_close
{
    display: block;
    height: 15px;
    margin: 0px 0px 5px 0px;
    position: relative;
    width: 100%;
}
.toggel_close .close
{
    height: 15px;
    opacity: 0.6;
    position: absolute;
    right: 0px;
    top: -25px;
    width: 15px;
}
.toggel_close .close:before
{
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.toggel_close .close:after
{
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.toggel_close .close:before, .toggel_close .close:after
{
    background-color: #fbfbfb;
    content: ' ';
    height: 15px;
    left: 8px;
    position: absolute;
    width: 2px;
}
.rest_logo
{
    text-align: center;
}
.togglemenu
{
    display: block;
    margin: 0px auto;
    margin-top: 0px;
    width: 100%;
}
.togglemenu.navbar-nav > li
{
    display: list-item;
    float: none;
    list-style: none;
    text-align: center;
    width: 100%;

}
.togglemenu.navbar-nav > li a
{
    color: #dfdbdb;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 12px 15px;
    text-transform: uppercase;
    cursor: pointer;
}
.togglemenu.navbar-nav > li a:hover
{
    background-color: transparent;
    color: #FB8922;
}
/**/
.small-device.navbar {
    z-index: 99;
    border-radius: 0px;
    border: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
}
.stickydown{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0;
    background: #000000;
    box-shadow: 0 -1px 6px 0 rgba(32,33,36,0.28);
    height: 70px;
    border-top: solid 1px rgba(223,225,229,0);
}
.div25{
    width: 25%;
    float: left;
    text-align: center;
}
.div33{
    width: 33%;
    float: left;
    text-align: center;
    margin: 0 25px;
}
.menucategory.selected {
    background-color: #fdaa40;
    color: #ffffff;
}
.menucategory {
    /* color: #333; */
    font-family: 'Poppins-Medium';
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
}
.menucategory {
    border: 0px solid #e4b95b;
    float: left;
    padding: 2px 3px;
    width: 91px;
    height: 28px;
    vertical-align: middle;
    border-radius: 25px;
    color: #7c7c7c;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    margin: 0 3px;
}
.div80{
    width: 80%;
    float: left;
}
.div20{
    width: 20%;
    float: left;
}
.div80 .owl-item{
    width: 120px !important;
}
.menu-full {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 10px 0px;
    border-bottom: 0.5px solid #b7b7b7;
}
.menu-image {
    display: inline-block;
    width: 30%;
    float: left;
    overflow: hidden;
    text-align: center;
}
.menu-content {
    display: inline-block;
    width: 70%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding-left: 14px;
}
.menu-item-width {
    width: 70%;
    float: left;
    margin-top: 0px;
    display: inline-block;
    min-height: 44px;
}
.menu-item-price {
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #821822;
    text-align: right;
    width: 30%;
    float: left;
    padding: 6px 0px 2px 0;
}
.menu-item-description {
    font-family: 'Poppins-Light';
    font-size: 12px;
    color: #7f7f7f;
    margin: 1px 0 6px;
    text-align: left;
    width: 100%;
    float: left;
}
.menu-item-name {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: left;
    float: left;
    padding: 6px 12px 2px 0;
}
.ooimg{
    width: 68%;
}
.filterimg{
    width: 31px;
    float: right;
    margin-top: 0px;
}
.homeimg {
    background-image: url(../images/homepage/home_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.homeimg_sel {
    background-image: url(../images/homepage/home_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.menuimg {
    background-image: url(../images/homepage/zomato_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.menuimg_sel {
    background-image: url(../images/homepage/zomato_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.swiggy {
    background-image: url(../images/homepage/swiggy_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.swiggy_sel {
    background-image: url(../images/homepage/swiggy_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.favimg_sel {
    background-image: url(../images/homepage/insta_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.favimg {
    background-image: url(../images/homepage/insta_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.myordrimg {
    background-image: url(../images/homepage/contest_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.myordrimg_sel {
    background-image: url(../images/homepage/contest_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.hometext {
    font-family: 'Poppins-Light';
    font-size: 15px;
    color: #ffffff;
    float: left;
    padding-top: 0px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.hometext_sel {
    font-family: 'Poppins-Light';
    font-size: 15px;
    color: #ffffff;
    float: left;
    padding-top: 0px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
/*ab*/
.navbar-header{
    border-bottom: 1px solid #b7b7b7;
    width: 100%;
}
.bestseller{
    width: 35%;
    float: right;
    padding-top: 17px;
    text-align: right;
    font-family: 'Poppins-Light';
    color: #000000 !important;
    padding-right: 0px;
    font-size: 15px;
}
.bestseller a{
    color: #ffffff !important;
    text-decoration: none;
}
.div50l{
    width: 48%;
    float: left;
}
.div50r{
    width: 48%;
    float: right;
}

.div50l img, .div50r img{
    border-radius: 7px;
}
.cheftxt{
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color:#000;
    width: 100%;
    float: left;
    padding: 22px 0 3px;
    text-transform: uppercase;
    text-align: left;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff; 
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 3px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.mostorder{
    width: 100%;
    float: left;
}
/*.item{
    width: 50%;
    float: left;
}*/
/*.item img{
    width: 148px;
    display: inline-block;
    float: none;
}*/
/*.owl-item{
    width:100% !im;
}
*/
.owl-item{
    width: 163px !important;
}
.popularItemPrice {
    background: black;
    opacity: 0.7;
    border: none;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    -webkit-appearance: none;
    position: absolute;
    bottom: 0;
    padding:7px 9px 8px;
    width: 100%;
    line-height: 17px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.iname{
    width: 70%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 3px;
    font-family: 'Poppins-Regular';
    white-space: nowrap;
}
.iprice{
    width: 30%;
    float: left;
    font-family: 'Poppins-Medium';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
}
.onlyradius{
    border-radius: 7px;
    float: left;
}
.div25 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
}
.menuround{
    background-color: #ffffff;
    width:100%;
    float: left;
    box-shadow: 0px 0px 5px #999;
    padding: 10px;
    border-radius: 7px;
    position: relative;
    margin-top: -65px;

}
.mdmenuname{
    font-family: 'Poppins-Medium';
    font-size: 15px;
    width: 100%;
    float: left;
    line-height: 15px;
    text-overflow: ellipsis;
    padding: 0 0 6px;
}
.div60{
    width: 60%;
    float: left;
}
.div40{
    width: 40%;
    float: left;
}
.mdmenuprice{
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #821822;
    text-align: right;
}
.dp-in-block {
    display: inline-block;
}

.mdmenudesc{
    font-family: 'Poppins-Medium';
    font-size: 14px;
    color: #000000;
    text-align: left;
    width: 100%;
    float: left;
    font-style: italic;
    text-align: justify;
}
.mdmenudesc span{
    font-family: 'Poppins-Light';
    font-size: 13px;
    color: #000000;
    font-style: normal;
}
.vegx{
    width: 33px;
    float: left;
}
.textveg{
    font-family: 'Poppins-Light';
    font-size: 16px;
    color: #414141;
    width: auto;
    float: left;
    padding: 7px 0 0 8px;;
}
.mdtextarea{
    width: 100%;
    float: left;
    height: 36px;
    padding: 8px 10px 0 10px;
    border-radius: 7px;
    outline: none;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #7a7a7a;
    resize: none;
    margin-bottom: 10px;
}
.mdtextarea2{
    width: 100%;
    float: left;
    height: 68px;
    padding: 8px 10px 0 10px;
    border-radius: 7px;
    outline: none;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #7a7a7a;
    resize: none;
    margin-bottom: 29px;
}
.addx{
    font-family: 'Poppins-Regular';
    font-size: 24px;
    color: #ffffff;
    background-color: #fdaa40;
    text-align: center;
    padding: 6px 43px 4px;
    border: none;
    border-radius: 5px;
    width: 153px;
    border: 1px solid #fdaa40;    
    user-select: none;
}
.addx:active{
    background-color: #ffffff;
    border: 1px solid #fdaa40;
    color:#fdaa40; 
    border-radius: 5px;
}



.funkyradio{
    width: 100%;
    float: left;
}


.menu-button {
    width: 80%;

    text-align: center
}
.menu-minus {
    float: left;

    width: 33px;
}
.menu-plus {
    float: left;

    width: 33px;
}
.cart_menuitemqty {
    background: transparent;
    border: 0px;
    line-height: 35px;
    outline: none;
    text-align: center;
    width: 24px;
    font-size: 18px;
    float: left;
    font-family: 'Poppins-Regular';
    background-color: white;
    margin: 0 4px;
}
.dp-in-block2 {
    display: inline-block;
}
.container1 {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 27px;
    float: left;
    margin-top: 4px
}

/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ccc;
    border: 1px solid darkgrey;
        border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #60b246;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {

    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {

    left: 8px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.div50{
    width: 50%;
    float: left;
}
.div100{
    width: 100%;
    float: left;
}
.offhover {
    display: none ;
}
.hover:hover .offhover
{
    display: inline-block;
}
.hover:hover .onhover
{
    display: none;
}
.menucover{
    width: 100%;
    float: left;
    padding: 11px 0 9px;
    border-bottom: 1px solid #bababa;
}
.menu-item-name2 {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: left;
    float: left;
    padding: 6px 12px 2px 0;
}
.mdmenuprice2{
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #821822;
    text-align: right;
}
.leaf1{
    width: 21px;

    margin: -6px 0 0 6px;
}

.instruct{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #b7b7b7;
    width: 100%;
    text-align: left;
    float: left;
    padding: 9px 12px 2px 0;
}
.placeorder{
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #ffffff;
    background-color: #fdaa40;
    text-align: center;
    padding: 7px 18px 4px;
    border: none;
    border-radius: 5px;
    border: 1px solid #fdaa40;
    user-select: none;
}
.placeorder:active{
    background-color: #ffffff;
    border: 1px solid #fdaa40;
    color:#fdaa40; 
    border-radius: 5px;
}


.placefixed{
    position: fixed;
    bottom: 66px;
    padding: 20px 0 16px;
    background-color: white;
}
.viewcover{
    width: 100%;
    float: left;
    padding: 11px 0 9px;
   /* border-bottom: 1px solid #bababa;*/
}
.div30{
    width: 30%;
    float: left;
}
.div10{
    width: 10%;
    float: left;
}
.circle{
    border-radius: 90px;
    background-color: #fdaa40;
    color: #ffffff;
    width: 33px;
    height: 33px;
    margin-top: 1px;
    font-family: 'Poppins-Regular';
    text-align: center;
    padding: 8px 0;
}
.bigborder{
    border-bottom: 13px solid #d3d3d3;
    width: 100%;
    float: left;
        margin-top: 14px;
}
.menu-item-name3 {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: left;
    float: left;
    padding: 7px 12px 2px 13px;
}
.mdmenuprice3 {
    font-family: 'Poppins-Medium';
    font-size: 17px;
    color: #821822;
    text-align: right;
    padding-top: 5px;
}
.qtytext{
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: black;
}
.subtext{
    font-family: 'Poppins-Light';
    font-size: 17px;
    color: #626262;
    padding: 4px 0 10px;
    line-height: 18px;
    width: auto;
    float: left;
}
.subprice{
    font-family: 'Poppins-Light';
    font-size: 17px;
    color: 626262;
    padding: 4px 0 10px;
    line-height: 18px;
    width: auto;
    text-align: right;
}
.subtext2{
    font-family: 'Poppins-Medium';
    font-size: 17px;
    color: black;
    padding: 12px 0 10px;
    line-height: 18px;
    width: auto;
    float: left;
}
.subprice2{
    font-family: 'Poppins-Regular';
    font-size: 17px;
    color: black;
    padding: 12px 0 10px;
    line-height: 18px;
    width: auto;
    text-align: right;
}
.div60x {
    width: 60%;
    float: right;
}
.div25{
    width: 25%;
    float: left;
}

.ui-notification{   
    text-align: center;
    position:fixed;
    z-index:9999;
    top:-100px;
    right:10px;
    width:90%;
    cursor:pointer;
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
    color:#fff;
    background:#428bca;
    box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}
.ui-notification.killed{
    -webkit-transition:opacity ease 1s;
    -o-transition:opacity ease 1s;
    transition:opacity ease 1s;
    opacity:0
}
.ui-notification>h3{
    font-size:14px;
    font-weight:700;
    display:block;
    margin:10px 10px 0;
    padding:0 0 5px;
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,.3)
}
.ui-notification a{
    color:#fff
}
.ui-notification a:hover{
    text-decoration:underline
}
.ui-notification>.message{
    margin:10px
}
.ui-notification.warning{
    color:#fff;
    background:#f0ad4e
}
.ui-notification.error{    
    top: 111px !important;
    right: 50%;
    left: 6%;
    color:#fff;
    background:#d9534f
}
.ui-notification.success{
    top: 111px !important;
    right: 50%;
    left: 6%;
    color:#fff;
    background:#5cb85c;

}
.ui-notification.info{
    color:#fff;
    background:#5bc0de
}


.checkpu{
    top: -7px !important;
    left: 10px !important;
    float: none !important;
    display: inline-block !important;
        margin-top: -11px!important;
}
.addonx{
    font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    padding: 7px 0px 5px;
    border: none;
    border-radius: 5px;
}
.owl-controls{
    display: none !important;
}
.feed50{
    width: 50%;
    float: left;
}
.feedcenter{
    width: 86%;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #999;
    overflow: auto;
    border-radius: 4px;
}
.feedmenuname{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #000000;
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 3px 7px;
    line-height: 19px;
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.starwidth{
    width: 100%;
    float: left;
    text-align: center;
    padding: 1px 0 3px;
}
.starwidth .glyphicon{
    font-size: 22px !important;
    padding: 0 1px !important;
    color: #fdaa40 !important;
}
.starwidth .span:focus{
    outline: 1px solid white !important;
}
.feedabcktxt {
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: black;
    width: 100%;
    float: left;
    padding: 22px 0 3px 12px;
    text-transform: uppercase;
}
.ratetext{
    font-family: 'Poppins-Light';
    font-size: 25px;
    color: black;
    width: 100%;
    float: left;
    padding: 22px 0 11px 0px;
    border-bottom: 1px solid orange;
}
.ambience{
    font-family: 'Poppins-Medium';
    font-size: 18px;
    color: #821822;
    padding: 3px 0 0 9px;
}
.exctext{
font-family: 'Poppins-Light';
    color: #414141;
    padding: 7px 0px 0 10px;
    width: 122px;
    font-size: 16px;
    float: left;
    font-weight: 100;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;  
}
.addnew{
    border: 1px solid #fdaa40;
    color: #fdaa40;
    background-color: white;
    border-radius: 4px;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    padding: 2px 22px 1px;

}
.addnew:active{
    border: 1px solid #fdaa40;
    color: #ffffff;
    background-color:  #fdaa40;
    border-radius: 4px;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    padding: 2px 22px 1px;
}
.noitems{
    font-size: 17px;
    font-family: 'Poppins-Regular';
    color: #000000;
    text-align: center;
    padding-top: 43px;
}
.feedpic{
    width: 34px;
}
.autoplay {
    width: 100%;
    float: left;
    margin-bottom: 46px;
}
.autoplay img{
    width: 70%;
}
.xx{
    width: 100%;
    float: left;
}


.preloader1 {
 position: relative;
}
.preloader1:before {
/*    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(../images/Spinner.gif) no-repeat 50% 50% #000000;
    opacity: 0.5;*/
}
.ulhome{
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    margin-bottom: 0px;
        padding-left: 0;
        width: 100%;
    display: block;
}
.lihome{
    display:inline-block;
    margin-right: 13px;
}
.lihome img{
    width: 148px;
    display: inline-block;
    border-radius: 5px;
}
.liblock {
    display: inline-block;
    margin-right: 13px;
    
    
}
.liblock img {
     width: 148px; 
    /* width: 98px; */
    display: inline-block;
    border-radius: 5px;
}
.ulhome::-webkit-scrollbar {
    display: none;
}

.ulmenu{
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.limenu{
    display:inline-block;
    margin-right: 17px;
    font-family: 'Futura-Medium';
    font-size: 15px;
    border: 0px solid #e4b95b;
    padding: 2px 10px;
    width: auto;
    height: 28px;
    vertical-align: middle;
    border-radius: 25px;
    color: #7c7c7c;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 0 2px 0 3px;
}
.limenu.selected{
    background-color: #ffb216;
    color: #ffffff;
}
.ulmenu::-webkit-scrollbar {
    display: none;
}
.addonmargin{
    margin-top: 0px;
    padding: 22px 0 0px;
}
.instmargin{
    margin-top: 0px;
    padding: 22px 0 8px;
}
:focus {
    outline: none!important;
}
.modix{
    margin: 40px 0 0px;
}
.minusbtn{
    border: 2px solid #fdaa40;
    color: #fdaa40;
    font-family: 'Poppins-Regular';
    font-size: 32px;
    user-select: none;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    padding: 0px 6px 0px;
    vertical-align: middle;
    height: 33px;
    display: inline-block;
    background-color:#ffffff;
}
.minusbtn:active{
    background-color: #fdaa40;
    border:2px solid #fdaa40;
    color: #ffffff;    
}


.plusbtn{
    border: 2px solid #fdaa40;
    color: #fdaa40;
    font-family: 'Poppins-Regular';
    font-size: 32px;
    user-select: none;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    padding: 0px 4px 0px;
    vertical-align: middle;
    height: 33px;
    display: inline-block;
    background-color:#ffffff;
}
.plusbtn:active{
    background-color: #fdaa40;
    border:2px solid #fdaa40;
    color: #ffffff;    
}
.minusbtn2{
    border: 2px solid #fdaa40;
    color: #fdaa40;
    font-family: 'Poppins-Regular';
    font-size: 32px;
    user-select: none;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    padding: 0px 6px 0px;
    vertical-align: middle;
    height: 33px;
    display: inline-block;
    background-color:#ffffff;
}
.minusbtn2:active{
    background-color: #fdaa40;
    border:2px solid #fdaa40;
    color: #ffffff;    
}
.addonmenu{
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #000000;
    padding: 6px 12px 2px 0;
    text-align: left;
}
.div90{
    width:90%;
    float: right;
}
.instruct2{
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #b7b7b7;
    width: 84%;
    text-align: left;
    float: left;
    padding: 0px 12px 2px 13px;
}
.addonmenu2{
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #000000;
    padding: 0px 12px 2px 13px;
    text-align: left;
    float: left;
    width: 84%;
}

.outsidecover {
    width: 100%;
    float: left;
    border-bottom: 1px solid #bababa;
}
/*kunal*/
.ulhome2{
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    margin-bottom: 0px;
        padding-left: 0;
}
.lihome2{
    display:inline-block;
    margin-right: 14px;
    width: 48%;
}
.lihome2 img{
    width: 100%;
    display: inline-block
}
.ulhome2::-webkit-scrollbar {
    display: none;
}
.bigmenuname{

    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #333333;
    width: 100%;
    padding: 0 6px 0 0;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bigmenuprice{
    font-family: 'Poppins-Medium';
    font-size: 15px;
    color: #821822;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.bigmenudesc{
    width: 100%;
    float: left;
    font-family: 'Poppins-Light';
    font-size: 12px;
    color: #7f7f7f;
    padding: 3px 0;
    height: 35px;
    overflow: hidden;
    word-break: normal;
    white-space: normal;
    text-overflow: ellipsis;
}

.newmenuname{
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #333333;
    width: 100%;
    text-align: left;
    float: left;
    padding: 6px 5px 2px 0;
}
.newmenuprice{
    font-family: 'Poppins-Medium';
    font-size: 16px;
    color: #ef5400;
    text-align: right;
    width: 100%;
    float: left;
    padding: 6px 0px 2px 0;
}
.div70{
    width: 70%;
    float: left;
}
.newmenudesc{
    font-family: 'Poppins-Light';
    font-size: 12px;
    color: #7f7f7f;
    margin: 1px 0 6px;
    text-align: left;
    width: 100%;
    float: left;
}
.foodimg {
    background-image: url(../images/homepage/facebook_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}
.foodimg_sel {
    background-image: url(../images/homepage/facebook_icon_sel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    width: 100%;
    display: inline-block;
    color: black;
    height: 47px;
    float: left;
}

.landing-page{
    background-color: #010300;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logoWrap {
/*    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);*/
 /*   margin-bottom: 23px;*/
    margin-bottom: 69px;
}
.logoWrap img {
    margin: 0;
    width: 169px;
}
/*.welcomeWrapper {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -44%);
}*/
.welcomeWrapper img {
    margin-top: 1px;
}
.welcomeimg {
    margin: 97px 0 0px;
    width: 187px;
}
.welcomeWrapper h1 {
    margin: -2px 0 -4px;
}
.username {
    font-family: 'Poppins-Light';
    color: #dcac62;
    font-size: 18px;
    padding: 10px;
    line-height: 33px;
}

.procced {
    text-align: center;
    color: #ffffff ;
/*    padding: 9px 38px 6px;*/
    padding: 3px 19px 2px;
    background-color: #000000;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none !important;
    font-family: 'Poppins-Regular';
    border: 1px solid #000000;
}
.procced:active{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000 ;
}


.appleimg {
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left:-79px;
    width: 158px;
    
}
.getmpad{
    padding-top: 3px;
    width: 100%;
    float: left;
}
.thumbs{
    position: absolute;
    bottom: 0px;
    left: -29px;
    width: 106px;
}
.burger{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 63px;
}
.div33cat{
    width: 30%;
/*    float: left;*/
    text-align: center;
    margin: 5px 5px;
    display: inline-block;

/*    border: 1px solid #ff008a;*/
}
.categorypink{
    width: 100%;
    float: left;
    padding:11px 0 0;
}
.categoryname{
    font-family: 'Poppins-Medium';
    color: #000000;
    font-size: 15px;
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px 3px 5px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 5px #999;
    border-radius: 6px;
    position: absolute;
    bottom: -14px;
    left: 10%;
    background-color: #ffc600;
}
.soupimg{
    width: 100%;
}
.doughet{

    position: absolute;
    bottom: 60px;
    right: 35px;
    width: 52px;
}
.coffex{
    position: absolute;
    bottom: 85px;
    right: 0px;
    width: 38px;
}
.pizzax{
    position: absolute;
    bottom: 185px;
    right: 30px;
    width: 51px;
}
.wrappercategory {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -44%);
}
.categorycover{
    height: 464px;
    width: 360px;
    position: absolute;
    margin-left: -180px;
    left: 50%;
    margin-top: -225px;
    top: 50%;
    text-align: center;
    overflow:hidden;
}
.newcontainer{
    width: 480px!important;
    height: 370px;
    position: absolute;
    margin-top: -180px;
    top: 50%;
    margin-left: -240px;
    left: 50%;
}
.landingcontainer {
    width: 480px!important;
    height: 370px;
    position: absolute;
    margin-top: -180px;
/*    margin-top:-192px; */
    top: 50%;
    margin-left: -240px;
    left: 50%;
}
.fooddivl{
    width:30%;
    float: left; 
}
.fooddivc{
    width:30%;
    margin: 0 auto;
    display: inline-block;
}
.fooddivr{
    width:30%;
    float: right; 
}
.paddingleft{
    padding-left:0px;
}
.paddingright{
    padding-right:0px;
}
.carousel-inner img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black !important;
    border: 1px solid black  !important;
    color: black;
    border-radius: 10px;
    opacity: 0.3 !important;
}
.carousel-indicators{
    bottom: -8px;
}
.carousel-indicators .active{
    width:12px;
    height:12px;
    margin:0;
    background-color:black !important;;
    opacity: 0.9 !important;;
}
.categorynormal{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.div50cat{
    width: 47%;
    float: left;
    margin: 2px 4px 44px;
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 4px !important;
}
.slick-dots li button:before {
    font-size: 12px  !important;
}    
.slick-dots{
    bottom: 6px  !important;
}
.slick-dots li button:before {
    color: white !important;
}
.orangeofferr{
    width: 100%;
    float: left;
    border-radius: 3px;
    padding: 11px 11px 10px;
    border:1px solid #ff6500;
    margin: 19px 0 1px;
}
.offert1{
    font-family: 'Poppins-Light';
    color: #000000;
    font-size:15px;
}
.offert1 span{
    font-style: italic;
    font-weight: 700;
}
.offert2{
    font-family: 'Poppins-Medium';
    color: #000000;
    font-size:15px;
    line-height: 20px;
    padding-bottom: 2px;
}
.slick-dots li{
    margin: 0 1px !important;

}
.backx {
    width: 25px !important;
    padding: 13px 0 0 0px !important;
}
.veg-abs{
    width: 19px;
    margin: -3px 0 0 2px;
}
.pricelogo{
    font-family: 'Futura-Light';
    font-size: 16px;
    color: #ff6500;
    padding: 6px 0px 2px 0;
}
.getgraphic{
    width: 100%;
    float: left;
}
.welcomeWrapper .getmpad{
    margin-top: 45px;

}
.secpaddding{
    padding-top: 13px;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1024px) {

.large-device{
    display: none;
}
.small-device{
    display: block;
    margin-bottom: 0px;
}
.container {
    width: 100% !important;
}
.div25 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 68px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
}
.div33 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 107px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
} 



}
/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {

.socialtext {
    font-family: 'Poppins-Light';
    font-size: 20px;
    color: #b2b2b2;
    float: left;
    padding-left: 11px;
    padding-top: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.location-pic {
    width: 11%;
}
.location-addr {
    width: 87%;    
}
.div25 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 55px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
}
.div33 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 82px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
} 

.feedabcktxt{
    padding: 22px 0 3px 22px;
}
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (max-width: 640px) {

}

@media only screen and (min-device-width : 640px) and (max-device-width : 640px){}

@media only screen and (min-device-width : 480px) and (max-device-width : 480px) {}

/* SMARTPHONES LANDSCAPE */
@media only screen and (max-width: 480px) {

.div25 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
}  
.div33 .badge{
    background-color: green;
    border-radius: 50%;
    height: 25px;
    line-height: 21px;
    padding: 3px;
    position: absolute;
    right: 34px;
    top: 4px;
    width: 25px;
    font-family: 'Poppins-Light';
}  
.feedpic {
    width: 33px;
}

}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 
    .cart_menuitemqty{
        width: 34px;
        font-size: 18px;
        line-height: 32px;
    }
    .secpaddding {
        padding-top: 27px;
    }
/*    .categorypink {
    width: 100%;
    float: left;
    border: 1px solid #ff008a;
    padding: 25px 0;
    }
    .soupimg {
    width: 121px;
    }
    .div33cat {
    width: 30%;
    float: left;
    text-align: center;
    margin: 15px 5px;
}
*/}
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    .cart_menuitemqty{
        width: 35px;
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
    .cart_menuitemqty{
        width: 34px;
        font-size: 18px;
        line-height: 32px;
    }    

}

/*down iphone6*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
    .cart_menuitemqty{
        width: 35px;
        font-size: 18px;
        line-height: 32px;
    }
}

/* iPhone 6 Plus portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
{ 
    .cart_menuitemqty{
        width: 35px;
        font-size: 18px;
        line-height: 32px;
    }


}
/* iPhone 5s portrait */
@media only screen 
    and (device-width : 320px) 
    and (device-height : 568px) 
    and (-webkit-device-pixel-ratio :2) { 
    .cart_menuitemqty{
        width: 30px;
        font-size: 17px;
        line-height: 32px;
    }
}
/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 360px) {

}

/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 320px) {

    .addx{
        width: 123px;
        padding: 6px 29px 4px;

    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width : 667px) and (max-device-width : 667px){}

@media only screen and (min-device-width : 375px) and (max-device-width : 375px){}

@media only screen and (min-width: 1920px) {


.container {
    width: 1170px !important;
}

}

.navlogo {
    width: 56px !important;
    padding: 9px 0 0 0px !important;
}
.fancybox-button--thumbs, .fancybox-button--share, .fancybox-button--play, .fancybox-button--fullscreen{
    display: none !important;
}
.getmpad a:visited{
    text-decoration: none;
}
.offerbtnnew {
    text-align: center;
    color: #ffffff;
    /* padding: 9px 38px 6px; */
    padding: 3px 19px 2px;
    background-color: #000000;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none !important;
    font-family: 'Poppins-Regular';
    border: 1px solid #000000;
    position: absolute;
    bottom: 86px;
    left: 33%;
}
.offerbtnnew:active{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000 ;
}

.fullwidth a:visited{
    text-decoration: none;
    color: #ffffff;
    /* background-color: #000000; */
}
.offerbtnnew: hover,.offerbtnnew: visited {
    color: #ffffff;
}
.newlogotext {
    width: 85%;
    float: left;
    padding-top: 17px;
    text-align: left;
    font-family: 'Poppins-Light';
    color: #000000 !important;
    padding-right: 0px;
    font-size: 15px;
}
.newlogotext a {
    color: #ffffff !important;
    text-decoration: none;
}
