@import url('https://fonts.googleapis.com/css?family=Caveat|Open+Sans|Roboto&amp;display=swap');
body {
    font-family: 'Caveat', cursive;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    background-color: #ffffff;
}

a,
.btn {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #000;
}

a:focus {
    text-decoration: none !important;
    background: none;
    color: none;
}

a:visited {
    color: none;
    background: none;
}

a:hover {
    color: none;
    text-decoration: none !important;
}

a,
button,
input {
    outline: 1px #fff !important;
    color: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: gray;
}

.label {
    color: #fff !important;
    font-size: 9px !important;
}

input:focus {
    background: #fff;
    border: 1px solid #ffa803;
    color: none;
}

textarea:focus {
    background: #fff;
    border: 1px solid #ffa803;
    color: none;
}

*::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}


/* ================================================================================== 
Reset Css
===================================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-transform: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background: #fff;
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
}

ul li {
    padding: 0px;
    margin: 0px;
    line-height: 26px;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

button {
    outline: none;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

section {
    float: left;
    width: 100%;
    position: relative;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

#more {
    display: none;
}


/* ================ Typography Css =============== */

h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }
    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }
    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }
    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height 
and something more appropriate for display headings */
    }
    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/****************************
		Homepage Header
****************************/


/*** Header ***/

#header.default {
    background: #ffffff;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    box-shadow: 2px 2px 2px 2px;
}

#header.default .topbar {
    border-bottom: 0;
    background: #f3f3f3;
    padding: 7px 0px;
}

.topbar-left {
    text-align: left;
}

.topbar-right {
    text-align: right;
}

.topbar .list-inline {
    font-size: 12px;
    font-weight: 400;
}

.topbar-left li {
    padding-right: 28px;
}

.topbar-right i {
    margin-right: 6px;
    margin-left: 6px;
}

.topbar-right li {
    padding-left: 28px;
}

.topbar .list-inline a:hover {
    color: #000;
}

.topbar .list-inline a {
    color: #847577;
}

.badge {
    color: #ffa803;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    background: #ffffff;
    width: 17px;
    height: 17px;
    text-align: center;
}

.nav-item {
    -webkit-transition: hide;
}

.dropdown-toggle {}

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    max-width: auto;
    padding: 0px;
    margin: 12px 0 0;
    font-size: 12px;
    color: #847577;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
    top: 34px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.07);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu a {
    color: #847577;
    list-style: none;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}

.dropdown-menu a:focus {
    color: #fff;
    background-color: #ffa803;
}

.caret {
    display: none;
}

.menu {
    border-bottom: 0;
    background: #fff;
}

.logo-box {
    padding: 16px 0px;
}

.menu-left {
    text-align: left;
}

.menu-right {
    text-align: right;
}

.menu-items {
    float: right;
    Display: inline-flex;
}

.menu-items .dropdown-menu {
    margin: 9px 0;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
}

.nav-link .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 100%;
    padding: 0px;
    margin: 12px 0 0;
    font-size: 12px;
    color: #847577;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background-color: #f7f7f7;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.07);
}

.nav-link {
    display: block;
    padding: 0px;
}

.nav-text {
    font-size: 14px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    margin-left: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link .active {
    color: #ffa803;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffa803;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffa803;
}

.bg-light {
    background-color: #fff!important;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .0);
    border-color: rgba(0, 0, 0, .0);
}

.icons-set {
    float: right;
    padding: 15px 0px;
}

.icons-set .icon-items {
    padding-left: 20px;
    padding-right: 20px;
}

.icons-set .icon-items a {
    color: #a1a1a1;
}

.icons-set .icon-items a:hover {
    color: #ffa803;
}

.b-btn,
a.b-btn,
button.b-btn {
    padding: 10px 18px;
    height: 40px;
    vertical-align: middle;
    line-height: 30px;
}

.btn-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #ffa803;
    background: #ffa803;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e38802;
    border-color: 1px solid #e38802;
}

.partner-btn a:hover {
    color: #fff;
}

.partner-btn {
    padding-left: 20px;
}

.property {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 20px;
}

.property .setting {
    display: inline-block;
}

.property .clear {
    float: none;
    padding-left: 152px;
}

.notification-item {
    display: block;
    width: 100%;
    padding: 0px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.notfication-details {
    width: 100%;
    background: #f7f7f7;
}

.media {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.notfication-details .media-body {
    position: relative;
    text-align: left;
}

.media-left {
    padding-right: 10px;
}

.notfication-details img {
    width: 35px;
    height: 35px;
    Border-radius: 50px !important;
}

.media-body h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: initial;
}

.media-body p {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #847577;
}

.media-body .comment-date {
    position: relative;
    color: #847577;
    font-size: 10px;
    font-weight: 400;
    bottom: 10px;
    color: #a7a8aa;
}

.search-details {
    padding: 10px 10px;
    width: 100%;
    background: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.4rem;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfbaba;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-details .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
}

.s-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 10px;
    ;
    font-size: 12px;
    line-height: 1.4rem;
    border-radius: 3px;
    background: #ffa803;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #b9b9b9;
    background-color: #fff;
    border-color: #ffa803;
    outline: 0;
    box-shadow: none;
}

.btn-link:focus {
    text-decoration: none;
}


/*** Banner ****/

.block-preview {
    position: relative;
    padding: 0px;
}

.block-preview .cover-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-text-b {
    padding-top: 77px;
    padding-bottom: 77px;
}

.title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    position: relative;
}

.exeption {
    font-size: 18px;
    font-weight: 500;
    margin-top: 27px;
    position: relative;
    Color: #fff;
    line-height: 1.6em;
    text-transform: none;
}

.left-text-b p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.bnr-btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.4rem;
    border-radius: 3px;
    background: #ffa803;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 14px 20px;
    margin-top: 40px;
}

.form-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    /* background-color: rgb(255, 255, 255, 0.102); */
    z-index: 848;
    margin-right: -14px;
    border-radius: 30px;
}

.find-address {
    color: #847577;
    padding: 16px 40px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 857;
}

.find-address option,
.find-resto option,
.find-gros option {
    font-size: 20px;
}

.find-resto {
    color: #847577;
    padding: 16px 50px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 857;
}

.find-gros {
    color: #847577;
    padding: 16px 50px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 857;
}

.find-resto:focus {
    border-radius: 3px;
    border: 1px solid #ffa803;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.find-address:focus {
    border-radius: 3px;
    border: 1px solid #ffa803;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.find-gros:focus {
    border-radius: 3px;
    border: 1px solid #ffa803;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.search-btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.4rem;
    border-radius: 3px;
    background: #ffa803;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 14px 30px;
    cursor: pointer;
    margin-top: 46px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 18px;
    margin: 2px 2px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #847577;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0px solid transparent;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    z-index: 999;
}

.input-group-text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
    margin: 32px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #847577;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0px solid transparent;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    z-index: 999;
}

.s2 {
    margin-top: 30px !important;
}

.select2-container .select2-choice {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.select2-container .select2-choice .select2-arrow {
    background: #fff !important;
    border: none !important;
}

.select2-container {
    padding-right: 0 !important;
    padding-top: 6px;
    padding-bottom: 11px;
}


/*** Browse Places ***/

.browse-places {
    padding: 30px 0px;
    background: #f3f3f3;
    text-align: center;
}

.browse-heading h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.browse-places .places {
    text-align: center;
    margin-top: 50px;
}

.browse-places .places img {
    width: auto !important;
    display: inline !important;
}

.browse-places .places img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.browse-places .places .b-icon {
    margin-bottom: 10px;
}

.browse-places .places .b-text {
    font-size: 14px;
    font-weight: 400;
}

.places a {
    color: #847577;
}

.places a:hover {
    color: #ffa803;
}


/*** How to work ***/

.how-to-work {
    padding-top: 50px;
    padding-bottom: 70px;
}

.work-item {
    padding-top: 30px;
    float: left;
    display: flex;
}

.work-img {
    width: 150px;
    height: 150px;
    border: 1px solid #e1e1e1;
    margin-right: 30px;
    text-align: center;
}

.work-img img {
    height: 130px;
    padding: 15px 0px 0px 0px;
}

.work-img img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.work-text {
    width: 75%;
    float: right;
}

.work-text h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.work-text p {
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    margin-top: 12px;
    line-height: 24px;
    color: #847577;
}


/*** Discover New Restaurants & Book Now ***/

.new-restaurants-book-now {
    text-align: center;
}

.new-heading h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.new-resto {
    margin-top: 46px;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
}


/*** Order Food Online In Your Area ***/

.order-food-online {
    padding-top: 77px;
    text-align: center;
}

.order-food-online .your-location {
    Font-size: 14px;
    color: #847577;
    margin-top: 27px;
}

.order-food-online .your-location span {
    color: #ffa803;
    cursor: pointer;
    margin-right: 10px;
}

.order-food-online .your-location i {
    margin-right: 10px;
}

.search {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}

.all-items {
    text-align: -webkit-center;
    text-align: -moz-center;
    float: none;
    position: relative;
}

.icon-btn {
    position: absolute;
    text-align: right;
    right: 0;
}

.cross-icon {
    position: absolute;
    right: 118px;
    bottom: 14px;
    font-size: 14px;
    cursor: pointer;
}

.search-meal-btn {
    padding: 15px 20px;
    color: #fff;
    background: #ffa803;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

.search-location {
    padding: 15px 20px;
    font-size: 12px;
    color: #847577;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    Width: 100%;
}

.s-m-btn {
    position: absolute;
    bottom: 0px;
    float: right;
    text-align: right;
    right: 15px;
}

.all-meal {
    position: relative;
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.top {
    position: relative;
    float: none;
}

.top-img img {
    width: 100%;
    height: 180px;
}

.bg-gradient {
    top: 0;
    bottom: 2px;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.5;
    background-image: linear-gradient(transparent, black 90%);
}

.logo-img {
    position: absolute;
    z-index: 716;
    bottom: -35px;
    margin-left: 20px;
}

.logo-img img {
    Width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.top-text {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.heading {
    margin-left: 100px;
}

.heading h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.heading h4 a:hover {
    color: #fff;
}

.sub-heading {
    padding-top: 15px;
}

.sub-heading h5 {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-left: 100px;
    margin-top: 4px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-heading a:hover {
    color: #ffa803;
}

.sub-heading p {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffa803;
}

.bottom {
    margin-top: 53px;
}

.bottom-text {
    margin-left: 20px;
    margin-right: 20px;
}

.delivery {
    text-align: left;
    font-size: 14px;
    color: #847577;
    line-height: 29px;
    font-weight: 400;
}

.delivery i {
    margin-right: 10px;
}

.time i {
    margin-right: 8px;
}

.time {
    text-align: left;
    font-size: 14px;
    color: #847577;
    line-height: 29px;
    font-weight: 400;
}

.star {
    text-align: left;
    font-size: 14px;
    color: #ffa803;
    line-height: 29px;
    font-weight: 400;
    padding-top: 9px;
    margin-bottom: 17px;
}

.star span {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 10px;
}

.comments {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 2px;
}

.comments i {
    margin-right: 8px;
}

.comments a {
    color: #847577;
    cursor: pointer;
}

.comments a:hover {
    color: #ffa803;
}

.meal-btn {
    margin-top: 66px;
    text-align: center;
}

.m-btn {
    padding: 15px 28px;
}


/*** Offer Banners ***/

.offer-banners {
    margin-top: 67px;
    margin-bottom: 77px;
}

.offer-banners .banner {
    margin-top: 30px;
    position: relative;
}

.banner .offr-bnnr-img {
    position: relative;
}

.banner .offr-bnnr-img img {
    width: 100%;
}

.offer-banners .ads-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .banner-items {
    position: relative;
    padding: 20px 20px;
}

.bnnr-text i {
    margin: 0 10px;
}

.banner .bnnr-text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.banner .bnnr-text span {
    font-size: 23px;
    color: #ffa803;
}

.banner .bnnr-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 8px 0px;
}

.offer-button {
    padding: 15px 0px;
}

.of-btn {
    padding: 9px 14px;
    font-size: 12px;
    color: #fff;
    background: #ffa803;
    cursor: pointer;
    margin-top: 20px;
}


/*** Quick Searches ***/

.quick-searches {
    text-align: center;
}

.sub-title {
    Font-size: 14px;
    color: #847577;
    margin-top: 27px;
}

.all-meals {
    border: 1px solid #e1e1e1;
    margin-top: 50px;
}

.all-meals .item a {
    color: #847577;
}

.all-meals .item a:hover {
    color: #ffa803;
}

.all-meals .item {
    padding: 30px 0px;
}

.meal-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.meal-icon img {
    height: 30px;
}

.meal-icon img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.meal-title {
    font-size: 14px;
    font-weight: 400;
}


/*** Featured Restaurants ***/

.featured-restaurants {
    margin-top: 77px;
}

.featured-restaurants .bg-resto {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-top: 50px;
}

.bg-resto .resto-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 15px;
}

.bg-resto .resto-img {
    display: flex;
}

.bg-resto .resto-img .resto-name {
    margin-left: 15px;
    margin-top: 2px;
}

.bg-resto .resto-img .resto-name h4 a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bg-resto .resto-img .resto-name h4 a:hover {
    color: #ffa803;
}

.bg-resto .resto-img .resto-name p {
    font-size: 12px;
    color: #847577;
    font-weight: 400;
}

.resto-item .resto-location {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    padding: 17px 0px;
    text-align: center;
}

.resto-item .resto-location i {
    margin-right: 10px;
}

.resto-item .resto-location span {
    color: #ffa803;
}

.menu-btn {
    padding: 17px 0px;
    text-align: right;
}

.mn-btn {
    padding: 14px 18px;
}

.bg-resto .treading-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 15px;
}

.bg-resto .treading-item .resto-img {
    display: flex;
    margin-left: 15px;
}

.treading-item .menu-btn {
    padding: 17px 0px;
    right: 0;
}

.p-right {
    padding-right: 5px !important;
}


/*** Explore Your Favorite Recipes ***/

.explore-recipes {
    margin-top: 80px;
    text-align: center;
}

.b-recipes {
    margin-top: 20px;
}

.recipe-item {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.recipe-item img {
    display: block;
    width: 100%;
}

.recipes-title {
    margin: 22px 0px;
}

.recipe-item .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    transition: .2s ease;
    opacity: 0.8;
    text-align: center;
    top: 30px;
    bottom: 30px;
}

.recipe-item:hover .overlay {
    opacity: 1;
    color: fff;
}

.recipe-item .overlay h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.recipe-item .overlay p {
    font-size: 12px;
    font-weight: 400;
    color: #eeeeee;
    text-align: center;
    margin: 0px;
    padding-top: 2px;
}


/*** Natto in your Pocket ***/

.pocket-block-preview {
    position: relative;
    padding: 0px;
    margin-bottom: 97px;
}

.pocket-block-preview .pocket-cover-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pocket-block-preview .mobile-image {
    text-align: center;
    margin-right: 315px;
}

.pocket-block-preview .pocket-items {
    padding: 103px 0px;
}

.pocket-block-preview .pocket-items h1 {
    color: #fff;
}

.pocket-block-preview .pocket-items .line {
    padding: 18px 0px;
}

.pocket-block-preview .pocket-items .line img {
    width: 50px;
    height: 3px;
}

.pocket-block-preview .pocket-items p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-top: 27px;
}

.search-form {
    padding-top: 27px;
    width: 100%;
}

.send-link {
    float: left;
    display: block;
    width: 60%;
    padding: 15px 20px;
    font-size: 12px;
    color: #847577;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pocket-btn {
    font-size: 14px;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid transparent;
    background: #000;
    font-weight: 400;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.pocket-block-preview .pocket-items .download-btns {
    padding-top: 50px;
}

.pocket-block-preview .download-btns img {
    padding-right: 10px;
}

.pocket-block-preview .mobile-image img {
    padding-top: 80px;
    bottom: 0;
    position: absolute;
}


/*** Footer ***/

.footer {
    background: #000;
    clear: both;
}

.footer .line {
    border-bottom: 1px solid #2c2c2c;
}

.subscribe-now {
    position: relative;
}

.subscribe-newsletter {
    padding: 30px 0;
}

.subscribe-newsletter .sub-text p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 16px;
}

.input-subscribe {
    padding: 15px 20px;
    font-size: 12px;
    color: #847577;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    Width: 100%;
    height: calc(45px);
}

.subscribe-btn {
    position: absolute;
    text-align: right;
    right: 0;
}

.s-n-btn {
    position: absolute;
    bottom: 0px;
    float: right;
    right: 15px;
    width: max-content;
}

.newsletter-btn {
    padding: 15px 20px;
    color: #fff;
    background: #ffa803;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    height: calc(45px);
}

.language {
    float: right;
    padding-top: 53px;
    padding-bottom: 30px;
}

.language ul li {
    display: block;
    padding: 5px 15px;
}

.language span {
    margin: 0 10px;
}

.language .dropdown-menu a {
    color: #847577;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}

.language .dropdown-menu a:hover {
    color: #000;
}

.l-btn-link {
    background: #1e1e1e;
    color: #fff;
    border: 1px solid #2c2c2c;
    font-size: 14px;
    border-radius: 3px;
}

.lang-btn {
    padding: 13px 15px;
}

.footer .img-title {
    padding-top: 50px;
    padding-bottom: 22px;
}

.footer p {
    Color: #cdcdcd;
    line-height: 24px;
    font-size: 14px;
}

.footer .link-title {
    padding-top: 57px;
    padding-bottom: 50px;
}

.footer .link-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.link-title li {
    display: block;
    line-height: 24px;
}

.link-title li a {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 400;
}

.link-title li a:hover {
    color: #ffa803;
}

.footer .social-btns {
    padding-top: 22px;
    padding-bottom: 50px;
}

.footer .social-btn {
    padding: 8px 0px;
}

.footer .social-btns .soc-btn {
    border-radius: 50%;
    background-color: #1e1e1e;
    width: 40px;
    height: 40px;
    color: #fff;
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.4rem;
}

.footer .social-btns .soc-btn:hover {
    background-color: #ffa803;
    color: #fff;
}

.footer .privacy-cards {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

.footer .cards {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 6px;
}

.footer .privacy-terms {
    padding: 12px 0px;
}

.footer .privacy-terms li {
    display: inline;
    padding-right: 30px;
}

.footer .privacy-terms li a {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 400;
}

.footer .privacy-terms li a:hover {
    color: #ffa803;
}

.footer .copyright {
    text-align: center;
    padding: 30px 0px;
}

.footer .copyright .copyright-text {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

.footer .copyright .copyright-text i {
    margin-right: 5px;
}

.footer .copyright .copyright-text a {
    color: #ffa803;
}

.footer .copyright .copyright-text a:hover {
    color: #ffa803;
}


/**************************************
			About Page
**************************************/

.title-bar {
    background: #f3f3f3;
}

.title-bar .left-title-text {
    padding: 26px 0px;
}

.title-bar .left-title-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.title-bar .right-title-text {
    text-align: right;
    padding: 28px 0px;
}

.title-bar .right-title-text li {
    display: inline-block;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active {
    color: #ffa803;
}

.right-title-text {
    text-align: right;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.about-natto {
    padding-top: 30px;
    text-align: center;
}

.about-natto .about-text1 {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    padding-top: 39px;
}

.about-natto .about-text2 {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    padding-top: 10px;
}

.about-item {
    padding-top: 45px;
}

.about-item img {
    height: 50px;
}

.about-item img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.about-item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 26px;
    padding-bottom: 14px;
}

.about-item p {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
}

.about-natto .order-now-btn {
    margin-top: 62px;
}

.app-block-preview {
    position: relative;
    padding: 0px;
    margin-top: 97px;
}

.app-block-preview .line {
    padding: 16px 0px;
}

.app-block-preview .pocket-items p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    padding-top: 27px;
}

.app-block-preview .pocket-items .download-btns {
    padding-top: 50px;
}

.app-block-preview .download-btns img {
    padding-right: 10px;
}

.app-block-preview .send-link {
    float: left;
    display: block;
    width: 68%;
    padding: 15px 20px;
    font-size: 12px;
    color: #847577;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.app-block-preview .about-video {
    padding-top: 0px;
}

.app-block-preview .about-video iframe {
    width: 100%;
}


/*** Active in 30 Countries ***/

.active-countries {
    text-align: center;
    margin-top: 77px;
    background: #f3f3f3;
    padding-bottom: 72px;
}

.p-heading {
    padding-top: 78px;
}

.active-countries .countries {
    margin-top: 40px;
}

.countries li {
    display: block;
    text-align: left;
    line-height: 26px;
}

.countries li a {
    color: #847577;
    font-size: 14px;
    font-weight: 400;
}

.countries li a:hover {
    color: #ffa803;
}


/*** Our Team ***/

.our-team {
    text-align: center;
    padding-top: 76px;
    padding-bottom: 80px;
}

.our-team .team {
    margin-top: 20px;
}

.team-1 {
    border: 1px solid #e1e1e1;
    margin-top: 26px;
}

.team-1 .team-img img {
    width: 100%;
}

.team-1 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 16px;
}

.team-1 p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    padding-top: 5px;
}

.team-1 .social-btns {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-left: 5px;
}

.team-1 .social-btn {
    padding: 8px 0px;
}

.team-1 .social-btns .soc-btn {
    border-radius: 50%;
    background-color: #f3f3f3;
    width: 40px;
    height: 40px;
    color: #cdcdcd;
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.4rem;
}

.team-1 .social-btns .soc-btn:hover {
    background-color: #ffa803;
    color: #fff;
}

.over-restaurants {
    background: #ffa803;
    padding: 46px 0px;
}

.restaurants-links h1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.restaurants-links p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding-top: 20px;
}

.view-restaurants {
    text-align: right;
    padding: 38px 0px;
}

.r-btn-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
}

.r-btn-link:hover {
    color: #ffa803;
    border: 1px solid #fff;
    background: #fff;
}


/**************************************
		How to Order Page
**************************************/

.how-to-orders {
    margin-top: 78px;
    text-align: center;
}

.how-to-orders .about-text1 {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    padding-top: 39px;
}

.order-steps {
    padding-top: 20px;
    padding-bottom: 80px;
}

.order-steps .order-img {
    position: relative;
    margin-top: 30px;
}

.order-steps .order-img img {
    height: 60px;
    position: relative;
}

.order-steps .order-img img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.order-img .order-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.order-img .order-i {
    text-align: -webkit-center;
    text-align: -moz-center;
    padding: 35px 0px;
}

.order-img .order-i .icon {
    position: relative;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 20px 0px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    z-index: 1030;
}

.order-text {
    margin-top: 30px;
    text-align: left;
}

.order-text span {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.order-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 11px;
    padding-bottom: 12px;
}

.order-text p {
    font-family: "open sans";
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
}

.partner-with-us {
    text-align: center;
    padding-bottom: 78px;
}

.partner-with-us .about-text1 {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    padding-top: 39px;
}

.partner-with-us .partner-btns {
    margin-top: 60px;
    margin-bottom: 19px;
}

.partner-with-us .partner-btns .btn-link {
    margin-right: 5px;
}


/**************************************
			Recipes Page
**************************************/

.recipe-block-preview {
    position: relative;
    padding: 0px;
    text-align: center;
}

.recipe-block-preview .recipe-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.recipe-block-preview .find-recipes {
    margin: 79px 0px;
}

.recipe-block-preview .new-heading h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.recipe-block-preview p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: "open sans";
    line-height: 24px;
    padding: 25px 0px;
}

.input-recipes {
    padding: 15px 20px;
    font-size: 12px;
    color: #847577;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    Width: 100%;
    height: calc(45px);
}

.find-recipesfind-recipes-btn {
    position: absolute;
    text-align: right;
    right: 0;
}

.f-r-btn {
    position: absolute;
    bottom: 0px;
    float: right;
    right: 15px;
    width: max-content;
}

.find-recipe-btn i {
    margin-right: 5px;
}

.find-recipe-btn {
    padding: 15px 20px;
    color: #fff;
    background: #ffa803;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    height: calc(45px);
}

.recipe-block-preview .or {
    padding: 25px 0px;
}

.recipe-block-preview .or span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.upload {
    padding: 18px 0px;
}

.upload-btn {
    padding: 15px 20px;
    color: #fff;
    background: #ffa803;
}


/*** Main Recipe Video ***/

.main-video {
    padding-top: 20px;
}

.video-9 {
    margin-top: 30px;
    position: relative;
}

.video-9 .top-items {
    position: absolute;
    top: 30px;
    float: none;
    width: 100%;
}

.video-9 .top-items .views {
    text-align: left;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    position: absolute;
    margin-left: 30px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
}

.video-9 .top-items .views p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.video-9 .top-items .views p i {
    margin-right: 6px;
}

.video-9 .top-items .video-time {
    text-align: right;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    float: right;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
}

.video-9 .top-items .video-time p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.video-9 .top-items .video-time p i {
    margin-right: 6px;
}

.video-9 .bottom-items {
    position: absolute;
    bottom: 30px;
    float: none;
    width: 100%;
}

.video-9 .bottom-items .video-title {
    text-align: left;
    cursor: pointer;
    position: absolute;
    margin-left: 30px;
    bottom: 6px;
}

.video-9 .bottom-items .video-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px;
}

.video-9 .bottom-items .video-title .rating {
    text-align: left;
    font-size: 14px;
    color: #ffa803;
    line-height: 0px;
    font-weight: 400;
    padding-top: 0px;
}

.video-9 .bottom-items .video-title .rating span {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 10px;
}

.video-9 .bottom-items .published {
    text-align: right;
    margin-right: 30px;
    position: relative;
    float: right;
    top: 7px;
}

.video-9 .bottom-items .published p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.middle {
    transition: .5s cubic-bezier(0.25, 0.1, 0.27, 1.21);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.middle .play-btn {
    background-color: #ffa803;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    margin: 0px;
    padding: 16px 0px 0px 3px;
}

.top-img:hover .middle {
    opacity: 1;
}


/*** Suggested Peoples ***/

.suggested-peoples {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.full-width {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.sd-title {
    float: left;
    width: 100%;
    padding: 20px 0px 17px 20px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.sd-title h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.suggestions-list {
    float: left;
    width: 100%;
}

.suggestion-usd {
    float: left;
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.suggestion-usd img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.sgt-text {
    float: left;
    padding-left: 10px;
}

.sgt-text h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.sgt-text span {
    color: #847577;
    font-size: 12px;
    font-weight: 400;
}

.suggestion-usd>button {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #ffa803;
    height: 40px;
    width: 40px;
    color: #ffa803;
    border-radius: 3px;
}

.suggestion-usd>button i {
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

.suggestion-usd>button:hover {
    background-color: #e38802;
    color: #fff;
    border: 1px solid #e38802;
}

.suggestion-usd>button:active {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
}


/*** Recomended For You ***/

.recomended {
    padding-top: 27px;
    Padding-bottom: 47px;
}

.recent-uploaded {
    padding-top: 0px;
    Padding-bottom: 50px;
}

.recipe-vdo {
    position: relative;
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.recipe-vdo .top-items .views p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.recipe-vdo .top-items {
    position: absolute;
    top: 10px;
    float: none;
    width: 100%;
}

.recipe-vdo .top-items .views {
    text-align: left;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    position: absolute;
    margin-left: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
}

.recipe-vdo .top-items .views i {
    margin-right: 8px;
}

.recipe-vdo .top-items .views p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.recipe-vdo .top-items .video-time {
    text-align: right;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    float: right;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 0%);
}

.recipe-vdo .top-items .video-time i {
    margin-right: 8px;
}

.recipe-vdo .top-items .video-time p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.top:hover .middle {
    opacity: 1;
}

.bottom-text h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    padding-bottom: 10px;
}

.video-bottom {
    margin-top: 13px;
}

.v-published {
    text-align: left;
    font-size: 14px;
    color: #847577;
    line-height: 29px;
    font-weight: 400;
}

.video-see-btn {
    margin-top: 66px;
    text-align: center;
    margin-bottom: 47px;
}


/**************************************
	   Recipe Details View Page
**************************************/

.video-detail-recipes {
    margin-top: 80px;
    margin-bottom: 30px;
}

.profile-toolbar {
    float: left;
    width: 100%;
}

.user-details {
    display: flex;
    float: left;
}

.user-picy {
    Width: 60px;
    border-radius: 50%;
}

.name-location {
    margin-left: 15px;
    padding: 5px 0px;
}

.name-location h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.name-location h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.name-location span {
    color: #ffa803;
    margin-right: 10px;
}

.name-location p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #847577;
}

.right-side-btns {
    display: flex;
    float: right;
    padding: 11px 0px;
}

.right-side-btns>button {
    position: relative;
    background: #fff;
    border: 1px solid #ffa803;
    height: 40px;
    width: 40px;
    color: #ffa803;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}

.right-side-btns>button:hover {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
}

.right-side-btns .follow-btn>button {
    position: relative;
    background: #fff;
    border: 1px solid #ffa803;
    height: 40px;
    width: 100px;
    color: #ffa803;
    border-radius: 3px;
    cursor: pointer;
}

.right-side-btns .follow-btn>button:hover {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
}

.right-side-btns .ellipsis {
    margin-left: 30px;
    padding: 12px 0px;
    color: #a1a1a1;
}

.ellipsis .dropdown-item {
    display: block;
    width: 110px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    font-size: 12px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.ellipsis .dropdown-item:hover {
    color: #000;
    background-color: #fff;
    border: 0;
}

.padding-b {
    margin-bottom: 27px;
}

.padding-t {
    margin-top: 20px;
}

.full-video {
    margin: 0px;
    width: 100%;
}

.full-video iframe {
    width: 100%;
}

.title-share {
    float: left;
    width: 100%;
    margin-top: 21px;
    margin-bottom: 20px;
}

.title-share .title {
    Float: left;
    font-size: 24px;
    line-height: 24px;
}

.title-share .title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.title-share .share {
    float: right;
    padding: 5px 0px;
}

.title-share .share span {
    font-size: 18px;
    color: #847577;
    cursor: pointer;
}

.title-share .share span i {
    margin-right: 10px;
}

.title-share .share span:hover {
    color: #000;
}

.title-share .social-share a {
    display: block;
    width: 130px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    font-size: 12px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.social-share a:hover {
    color: #000;
    background-color: #fff;
    border: 0;
}

.social-share a i {
    margin-right: 10px;
}

.published-like-comments {
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px;
}

.published-time {
    float: left;
}

.published-time span {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
}

.published-time span i {
    margin-right: 6px;
}

.like-comments {
    float: right;
}

.like-comments>ul li {
    line-height: 0px;
    margin-left: 30px;
}

.like-comments>ul li span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #847577;
    cursor: pointer;
}

.like-comments>ul li span i {
    margin-right: 6px;
}

.like-comments>ul li span ins {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.like-comments>ul li span:hover {
    color: #ffa803;
}

.all-tabs {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.all-tabs .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}

.all-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffa803;
    background-color: #fff;
    border-color: #e1e1e1 #e1e1e1 #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.all-tabs .nav-tabs a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    padding: 13px 20px;
}

.comment-post {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
}

.post-items {
    width: 100%;
    padding: 20px;
    float: left;
}

.post-items .img-dp {
    float: left;
    width: 50px;
    height: 50px;
    background: #e1e1e1;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 15px 0px;
}

.post-input {
    border: 1px solid #e1e1e1;
    padding: 13px 20px;
    min-height: 50px;
    width: 67%;
    margin-left: 20px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
}

.submit-btn {
    padding: 17px 20px;
    margin-left: 20px;
    min-height: 50px;
}

.main-comments {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
}

.main-comments .comment-1 {
    padding: 20px;
    float: left;
    width: 100%;
}

.main-comments .user-detail-heading {
    float: left;
    width: 60%;
    display: flex;
}

.user-detail-heading img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.user-detail-heading h4 {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    margin-left: 20px;
    padding: 15px 0px
}

.main-comments .reply-time {
    float: right;
    padding: 19px 0;
    display: flex;
}

.main-comments .reply-time a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.main-comments .reply-time a:hover {
    color: #ffa803;
}

.main-comments .reply-time p {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
    margin-left: 20px;
    line-height: 0px;
}

.comment-description {
    float: left;
    text-align: left;
    width: 100%;
}

.comment-description p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-top: 12px;
    line-height: 24px;
}

.main-comments .reply-1 {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 20px;
    float: left;
    width: 100%;
}

.reply-comment {
    float: left;
    width: 100%;
}

.reply-comment .post-items .reply-dp {
    float: left;
    padding: 0px;
}

.reply-comment .post-items .reply-dp img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.reply-comment .post-items {
    width: 100%;
    padding: 20px;
    float: left;
}

.reply-input {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    min-height: 40px;
    width: 77%;
    margin-left: 20px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
}

.reply-btn {
    padding: 12px 20px;
    margin-left: 20px;
    min-height: 40px;
    cursor: pointer;
}

.post-items .select-rating {
    float: left;
    display: flex;
    margin-left: 20px;
    padding: 19px 0px 24px 0px;
}

.post-items .select-rating h4 {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.select-rating .rating-stars {
    font-size: 14px;
    margin-left: 4px;
}

.select-rating .rating-stars>li {
    color: #e1e1e1;
    line-height: 18px;
    padding: 0px 1px;
}

.select-rating .rating-stars>li:hover {
    color: #ffa803;
}

.rating-input {
    border: 1px solid #e1e1e1;
    padding: 13px 20px;
    min-height: 50px;
    width: 90%;
    margin-left: 69px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rating-btn {
    padding: 17px 20px;
    margin-left: 69px;
    margin-top: 30px;
    min-height: 50px;
}

.main-comments .rating-1 {
    padding: 20px;
    float: left;
    width: 100%;
}

.rating-1 .user-detail-heading h4 {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    margin-left: 20px;
    padding: 0px;
}

.rate-star {
    position: absolute;
    text-align: left;
    font-size: 12px;
    color: #ffa803;
    font-weight: 400;
    padding-top: 35px;
    margin-bottom: 0px;
    left: 106px;
}

.rate-star span {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 10px;
}

.main-pagination {
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: right;
}

.main-pagination .pagination .page-link {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 0;
    margin-left: 8px;
    line-height: 1.25;
    color: #847577;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
}

.main-pagination .pagination .page-link.active {
    background: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
}

.main-pagination .pagination .page-link:hover {
    background: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
    box-shadow: none;
}

.main-pagination .pagination .page-link:focus {
    box-shadow: none;
}

.main-pagination .pagination .page-link i {
    font-size: 12px;
}

.bm-margin {
    margin-bottom: 50px;
}

.right-rating {
    margin-bottom: 53px;
}

.right-rating .star {
    margin-bottom: 0px;
    line-height: 0px;
}

.right-side h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

.about-recipe {
    margin-bottom: 43px;
}

.about-recipe p {
    font-family: "open sans";
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    padding-bottom: 26px;
}

.about-recipe a {
    font-size: 14px;
    font-weight: 500;
    color: #ffa803;
    line-height: 0px;
    margin-top: 26px;
}

.right-side .Tags {
    margin-bottom: 48px;
}

.group-tags {
    margin-top: -3px;
}

.group-tags a {
    margin: 0 7px 0 0;
    line-height: 42px;
}

.tag-r {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #e38802;
    padding: 7px 20px;
    border-radius: 3px;
    min-height: 30px;
    border: 1px solid #e38802;
    cursor: pointer;
}

.tag-r:hover {
    color: #fff;
    background: #e38802;
    border: 1px solid #e38802;
}

.recommended-meal li {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px;
}

.recommended-meal img {
    width: 120px;
    height: 120px;
    float: left;
}

.caption {
    padding: 17px 17px 0px;
    margin-left: 120px;
}

.caption h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}

.caption .star {
    text-align: left;
    font-size: 12px;
    color: #ffa803;
    line-height: 29px;
    font-weight: 400;
    padding-top: 9px;
    margin-bottom: 0px;
}

.caption .comments {
    margin-top: 0px;
}


/**************************************
	   Upload Recipe Video Page
**************************************/

.upload-recipe-video {
    background-image: url("../images/upload-recipe/upload-bg.jpg");
    text-align: center;
    padding: 80px 0px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-container {
    margin-top: 46px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 30px;
}

.form-container label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.form-container input {
    color: #847577;
}

.video-form {
    color: #847577;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    min-height: 40px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.text-area {
    color: #847577;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.video-upload-file {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.image-upload-wrap {
    border: 1px solid #e1e1e1;
    position: relative;
    border-radius: 3px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #847577;
}

.drag-text {
    text-align: center;
    padding: 20px 0;
}

.drag-text h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #000;
    margin-bottom: 5px;
}

.drag-text p {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #847577;
    line-height: 12px;
}

.drag-text i {
    font-size: 24px;
    text-transform: none;
    color: #a1a1a1;
    margin-bottom: 10px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.box {
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 20px 0px 20px 20px;
}

.box [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.box [type="file"]+label {
    background: #ffa803;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.box [type="file"]+label:hover {
    background: #e38802;
    color: #fff;
}

.box span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box p {
    color: #847577;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 10px;
}

.sends {
    padding-top: 20px;
}

.sends input {
    padding: 15px 20px;
    color: #fff;
}


/**************************************
			Partners Page
**************************************/

.all-partners {
    margin-top: 30px;
}

.partner-bottom {
    margin-bottom: 50px;
}

.filters {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #fff;
    position: sticky;
    top: 20px;
}

.filter-heading {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px 18px 19px;
}

.filter-heading h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.location {
    border-bottom: 1px solid #e1e1e1;
    padding: 17px 19px 15px 19px;
}

.location .filter-dropdown {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 1px transparent;
    cursor: pointer;
}

.search-area {
    margin-top: 17px;
}

.search-area-input {
    padding: 12px 20px;
    font-size: 12px;
    color: #847577;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    Width: 100%;
    min-height: 40px;
}

.cross-area-icon {
    position: absolute;
    right: 56px;
    bottom: 12px;
    font-size: 14px;
    cursor: pointer;
}

.filter-checkbox {
    margin-top: 13px;
}

.checkbox-text {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-left: 5px
}

.filter-checkbox p {
    margin-top: 8px;
    padding: 0;
}

.filter-checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.filter-checkbox label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
}

.filter-checkbox input[type="checkbox"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
}

.filter-checkbox input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.filter-checkbox input[type="checkbox"]:checked+label:after {
    font-weight: 400;
}

.see-more {
    margin-top: 22px;
}

.see-more a {
    font-size: 14px;
    font-weight: 500;
    color: #ffa803;
    line-height: 0px;
}

.filter-checkbox .rating-color {
    color: #ffa803;
}

.filter-checkbox .rating-color i {
    margin-left: 10px;
}

.partner-section {
    float: left;
    width: 100%;
}

.partner-bar {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.partner-topbar {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.partner-dt {
    float: left;
    width: 100%;
}

.partner-dt img {
    border-radius: 3px;
    float: left;
    width: 120px;
}

.partner-name {
    float: left;
    margin-left: 20px;
}

.partner-name h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.partner-name .country {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
}

.partner-name p {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    margin-top: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.bagde-dt {
    display: flex;
}

.partner-badge {
    text-align: center;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    width: 80px;
    height: 30px;
    color: #fff;
    padding: 8px 0px;
    cursor: pointer;
    margin-top: 11px;
    font-family: "Consolas";
    font-style: Italic;
    font-weight: 600;
    font-size: 14px;
}

.bagde-dt p {
    font-size: 13px;
    font-weight: 500;
    color: #ffa803;
    padding: 3px 0;
    margin-left: 10px;
}

.online-offline {
    float: right;
    right: 0;
}

.online-offline .span-1 {
    font-size: 10px;
    color: #a1a1a1;
    margin-right: 5px;
}

.online-offline .span-1.active {
    color: #ffa803;
    font-size: 10px;
}

.online-offline p {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
    line-height: 0px;
}

.partner-name span {
    color: #ffa803;
    margin-right: 6px;
}

.partner-subbar {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.detail-text {
    float: left;
}

.detail-text ul li {
    font-size: 14px;
    color: #847577;
    display: block;
    line-height: 28px;
}

.bookmark {
    float: right;
}

.bookmark span {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 26px;
    cursor: pointer;
}

.bookmark span i {
    margin-right: 6px;
}

.bookmark span:hover {
    color: #ffa803;
}

.review-stars {
    font-size: 14px;
    color: #ffa803;
    font-weight: 400;
    display: inline-block;
}

.review-stars span {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 6px;
}

.partner-bottombar {
    float: left;
    width: 100%;
    position: relative;
}

.bottom-partner-links {
    width: 100%;
    float: left;
}

.partner-bottombar li {
    width: 33.333%;
    text-align: center;
    padding: 15px 0px;
    margin-left: -3px;
}

.partner-bottombar li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 10px;
    cursor: pointer;
}

.partner-bottombar li a i {
    margin-right: 10px;
}

.partner-bottombar li a:hover {
    color: #ffa803;
}

.line-lr {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.partner-bottombar .not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #a1a1a1;
}

.main-p-pagination {
    float: right;
    margin-top: 20px;
    margin-bottom: 80px;
}

.main-p-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    text-align: right;
}

.main-p-pagination .pagination .page-link {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 10px 0;
    margin-left: 8px;
    line-height: 1.25;
    color: #847577;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
}

.main-p-pagination .pagination .page-link.active {
    background: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
}

.main-p-pagination .pagination .page-link:hover {
    background: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
    box-shadow: none;
}

.main-p-pagination .pagination .page-link:focus {
    box-shadow: none;
}

.main-p-pagination .pagination .page-link i {
    font-size: 12px;
}

.show-map-result {
    border: 1px solid #e38802;
    height: 35px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    width: 90%;
}

.show-map-result a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.popular-restaurants h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

.popular-restaurants-items li {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px;
}

.popular-restaurants-items img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 10px;
    border-radius: 3px;
}

.popular-restaurants-items .caption h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}

.popular-restaurants-items .caption {
    padding: 10px 10px 10px 0px;
    margin-left: 0px;
}

.popular-restaurants-items .caption .star {
    text-align: left;
    font-size: 12px;
    color: #ffa803;
    line-height: 29px;
    font-weight: 400;
    padding-top: 3px;
    margin-bottom: 0px;
}

.google-ads {
    margin-top: 40px;
    margin-bottom: 77px;
}

.google-ads img {
    width: 100%;
}


/**************************************
	  Restaurant Detail View Page
**************************************/

.like-comments .social-share a {
    display: block;
    width: 130px;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    font-size: 12px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.like-comments .social-share a i {
    margin-right: 10px;
}

.like-comments .social-share a:hover {
    color: #000;
    background-color: #fff;
    border: 0;
}

.resto-dt {
    float: left;
    /* width: 100%; */
    padding: 20px 0px;
    /* border-top: 1px solid #e1e1e1; */
}

.resto-detail {
    display: flex;
    float: left;
}

.resto-picy {
    Width: 60px;
    margin-bottom: -3px;
}

.resto-picy img {
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.resto-review-stars {
    font-size: 18px;
    color: #ffa803;
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
}

.resto-review-stars span {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 10px;
}

.resto-review-descrip {
    font-size: 15px;
    color: #ffa803;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    width: 100%;
}

.resto-review-descrip h6 {
    font-size: 18px;
    color: #000;
    padding-bottom: 3px;
}

.resto-review-descrip span {
    padding: 5px 10px;
    font-size: 14px;
    color: #ffa803;
    font-weight: 400;
    /* background: #ffa803; */
    border-radius: 50px;
    /* margin-left: 10px; */
}

.online-offline-2 {
    margin-right: 20px;
    padding: 14px 0px;
}

.online-offline-2 p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 0px;
}

.online-offline-2 .span-1.active {
    color: #ffa803;
    font-size: 12px;
}

.online-offline-2 .span-1 {
    font-size: 12px;
    color: #a1a1a1;
    margin-right: 5px;
}

.right-btn-c {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.right-btn-c i {
    margin-right: 6px;
}

.restaurants-detail-bg {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
}

.overview-details {
    padding-left: 5px;
    padding-right: 5px;
}

.restaurants-detail-bg p {
    padding: 0px 20px 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "open sans";
}

.restaurants-detail-bg h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 17px 20px 15px;
}

.view-dt li {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-right: 20px;
}

.view-dt-1 li {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #847577;
    font-weight: 400;
}

.flex-dt {
    display: flex;
    margin-bottom: 12px;
}

.view-dt-1 .direction {
    color: #207eff;
}

.ads-offer {
    margin-top: 30px;
    margin-bottom: 80px;
    float: left;
    width: 100%;
}

.ads-offer-1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ads-offer .offer-bnnr-items {
    position: relative;
    padding: 30px 10px;
    float: left;
}

.offer-bnnr-items h1 {
    font-family: "Lucida Handwriting";
    font-size: 36px;
    font-style: italic;
    color: #fff;
}

.offer-bnnr-items p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 7px;
}

.offer-order {
    float: right;
    position: relative;
    padding: 57px 10px;
}

.offer-btn-1 {
    padding: 12px 20px;
}


/* custom inclusion of right, left and below tabs */

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 20px;
    margin-left: 5px;
}

.tabs-left>.nav-tabs>li>a {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: none;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: none;
    *border-right-color: none;
}

.menu-img-view {
    width: 100%;
}

.menu-img-view img {
    border-radius: 3px;
    margin-bottom: 27px;
}

.m-bottom {
    margin-bottom: 80px;
}

.n-bottom {
    margin-bottom: 10px;
}

.menu-thumbs {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}

.menu-thumbs img {
    border-radius: 3px;
    margin-bottom: -9px;
}

.restaurants-order-bg {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 20px;
}

.restaurants-order-bg h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.order-tabs {
    margin: 20px 0px;
}

.order-tabs .nav-tabs a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    padding: 0px;
}

.order-tabs .nav-tabs {
    border: none;
}

.meal-tab-icons img {
    height: 30px;
}

.meal-tab-icons img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.order-tabs .nav-tabs>li .meal-tab-icons {
    margin-right: 5px;
    margin-top: 5px;
    width: 115px;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
}

.meal-tab-icons p {
    font-size: 14px;
    font-weight: 400;
    font-family: "roboto";
    color: #847577;
    text-align: center;
    padding: 0;
    margin-top: -5px;
}

.order-tabs .nav-tabs>li a:hover .meal-tab-icons,
.order-tabs .nav-tabs>li a.active .meal-tab-icons {
    background: #f3f3f3;
}

.all-meals-tab h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.all-meal-dt {
    width: 100%;
}

.meals-dt {
    margin-top: 20px;
}

.meal-list img {
    width: 120px;
    height: 120px;
    float: left;
}

.meal-list li {
    border: 1px solid #e1e1e1;
    width: 100%;
}

.meal-image {
    float: left;
    width: 30%;
}

.img-responsive {
    width: 100%;
}

.caption-meal {
    padding: 17px;
    float: left;
    position: relative;
    width: 70%;
    display: block;
}

.caption-meal h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 3px;
}

.caption-meal .star {
    text-align: left;
    font-size: 12px;
    color: #ffa803;
    line-height: 29px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 0px;
}

.caption-meal p {
    font-size: 20px;
    color: #e38802;
    text-align: left;
    padding-top: 15px;
}

.pm-left {
    padding-left: 10px;
}

.pm-right {
    padding-right: 10px;
}

.spinner {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.spinner-border {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
    border: 3px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.description-area {
    border: 1px solid #e1e1e1;
    padding: 13px 20px;
    min-height: 100px;
    width: 90%;
    margin-left: 69px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
}

.add-image {
    position: relative;
    margin-left: 69px;
    margin-top: 30px;
}

.add-image [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.add-image label i {
    margin-right: 8px;
}

.add-image [type="file"]+label {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.images {
    position: relative;
    margin-left: 69px;
    margin-top: 30px;
}

.select-images img {
    margin-bottom: -2px;
    border-radius: 3px;
    position: relative;
    width: 80px;
}

.select-images {
    position: relative;
}

.image-select {
    position: relative;
    text-align: right;
}

.select-images ul li {
    margin-right: 20px;
    margin-bottom: -5px;
    display: inline-block;
}

.close-icon {
    position: absolute;
    top: -13px;
    right: -10px;
}

.close-icon i {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.close-icon i:hover {
    color: #ffa803;
}

.publish {
    margin-bottom: 10px;
}

.review-tags {
    float: left;
    width: 100%;
    padding: 0px 20px 20px;
}

.review-tags ins {
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

.review-tags p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-top: -10px;
    font-family: "open sans";
}

.review-tags a {
    font-size: 14px;
    font-weight: 400;
    color: #2f96ff;
}

.review-tags a:hover {
    color: #ffa803;
}

.review-tags span {
    font-size: 14px;
    font-weight: 400;
    color: #2f96ff;
}

.post-images {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0px 20px 20px;
}

.like-comment-dt {
    float: left;
    text-align: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.like-comment-dt i {
    margin-right: 5px;
}

.like-comment-dt>ul li {
    line-height: 0px;
    padding: 20px;
}

.like-comment-dt>ul li span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #847577;
    cursor: pointer;
}

.like-comment-dt>ul li span ins {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.like-comment-dt>ul li span:hover {
    color: #ffa803;
}

.comment-input {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    min-height: 40px;
    width: 72%;
    margin-left: 20px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
}

.reply-review-1 {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
    float: left;
    width: 100%;
}

.reply-review-1 .user-detail-heading {
    float: left;
    width: 60%;
    display: flex;
}

.reply-review-1 .reply-time {
    float: right;
    padding: 19px 0;
    display: flex;
}

.reply-time i {
    margin-right: 5px;
}

.reply-review-1 .reply-time p {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
    margin-left: 20px;
    line-height: 0px;
}

.like-report {
    float: left;
    text-align: left;
    width: 100%;
}

.like-report i {
    margin-right: 5px;
}

.like-report>ul li {
    line-height: 0px;
    padding: 15px 20px 0 0;
}

.like-report>ul li span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #847577;
    cursor: pointer;
}

.like-report>ul li span ins {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.like-report>ul li span:hover {
    color: #ffa803;
}

.book-table {
    padding: 0px 20px;
}

.book-table label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.book-table .form-group {
    margin-bottom: 20px;
}

.datepicker {
    color: #847577;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    min-height: 40px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.calender-icon {
    position: absolute;
    right: 33px;
    bottom: 33px;
    font-size: 12px;
    cursor: pointer;
    pointer-events: none;
}

.s-box .dropdown-menu {
    margin: 0;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #e1e1e1;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f3f3f3;
}

.btn-request {
    padding-top: 10px;
    padding-bottom: 20px;
}

.btn-request input {
    padding: 15px 20px;
    font-size: 14px;
    color: #ffa803;
    font-weight: 400;
    border-radius: 3px;
}

.gallery-pf {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 30px;
}

.photo-gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.photo-gallery img {
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    margin-bottom: -5px;
}

.photo-gallery:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.q-bottom {
    margin-bottom: 30px;
}

.gallery-pf .col-lg-3 {
    padding: 5px;
}

.photo-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 0;
    visibility: hidden;
}

.photo-gallery>a {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    border-radius: 3px;
}

.photo-gallery>a i {
    font-size: 24px;
    float: none;
}

.photo-gallery:hover>a {
    opacity: 1;
    visibility: visible;
    top: 50%;
    border-radius: 3px;
}


/**************************************
			  Meals Page
**************************************/

.all-meals-show {
    float: none;
}

.loc-title {
    Font-size: 14px;
    color: #847577;
    margin-top: 17px;
    font-weight: 500;
}

.m-left {
    margin-left: 0px;
}

.m-right {
    margin-right: 0px;
}

.m-top {
    margin-top: 30px;
}

.t-bottom {
    margin-bottom: 42px;
}


/**************************************
			  Meal Detail Page
**************************************/

.resto-meal-dt {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.about-meal {
    margin-bottom: 27px;
}

.about-meal p {
    font-family: "open sans";
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    padding-bottom: 26px;
}

.about-meal a {
    font-size: 14px;
    font-weight: 500;
    color: #ffa803;
    line-height: 0px;
    margin-top: 26px;
}

.about-meal a:focus {
    color: #ffa803;
    background: transparent;
}

.price {
    font-size: 24px;
    color: #ffa803;
    font-weight: 500;
}

.dt-detail li {
    padding: 20px 0;
}

.dt-detail .delivery {
    margin-right: 30px;
}

.right-side ins {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-bottom: 22px;
    text-decoration: none;
}

.Extra-option {
    padding-top: 18px;
}

.Extra-option input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.Extra-option p {
    padding: 0;
    margin: 0;
    float: left;
}

.Extra-option label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
}

.Extra-option input[type="checkbox"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 8px;
}

.Extra-option input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.Extra-option input[type="checkbox"]:checked+label:after {
    font-weight: 400;
}

.Extra-option h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.Extra-option span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    float: right;
}

.Extra-option li {
    width: 100%;
}

.food-bootom {
    padding-top: 10px;
}

.j-top {
    margin-top: 15px;
}

.j-bottom {
    margin-bottom: 46px;
}

.k-bottom {
    margin-bottom: 50px;
}

.k-top {
    margin-top: 50px;
}

.non-veg {
    padding-top: 5px;
}

.Qty {
    margin-top: 37px;
}

.Qty .input-group {
    margin-top: 29px;
}

.Qty input {
    text-align: center;
}

.qty-control {
    display: block;
    width: 60px;
    font-size: 14px;
    line-height: 1.4rem;
    color: #847577;
    min-height: 40px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    padding-left: 13px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-dark {
    color: #a1a1a1;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.Qty .minus-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #a1a1a1;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: e1e1e1;
    border: 1px solid transparent;
    padding: 10px 15px;
    line-height: 1.5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Qty .add-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #a1a1a1;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: e1e1e1;
    border: 1px solid transparent;
    padding: 10px 15px;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Qty .minus-btn:hover {
    color: #fff;
    background-color: #ffa803;
}

.Qty .add-btn:hover {
    color: #fff;
    background-color: #ffa803;
}

.total-cost {
    padding: 20px 0;
    ;
    width: 100%;
    float: left;
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.total-text {
    float: left;
}

.total-price {
    float: right;
}

.total-text h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.333;
    z-index: 335;
}

.total-price p {
    font-size: 14px;
    font-weight: 500;
    color: #ffa803;
    line-height: 1.714;
    z-index: 334;
}

.order-now-check {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.on-btn {
    height: 50px;
    width: 100%;
}


/**************************************
			Checkout Page
**************************************/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}

.my-checkout td {
    padding: 20px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    vertical-align: middle;
}

.table-responsive>.table-bordered {
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.checkout-thumb {
    float: left;
    margin-right: 20px;
}

.checkout-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}

.my-checkout tbody tr td:nth-child(1) {
    width: 0px;
}

.td-heading {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.td-content {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.name {
    float: left;
}

.name h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.333;
    z-index: 194;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.name p {
    font-size: 14px;
    color: #847577;
    line-height: 1.714;
    z-index: 193;
}

.name .star {
    text-align: left;
    font-size: 12px;
    color: #ffa803;
    line-height: 29px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 0px;
}

.name span {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
}

.remove-btn {
    width: 90px;
    height: 30px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #847577;
    font-size: 12px;
    font-weight: 500;
}

.remove-btn:hover {
    background: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
}

.my-checkout h3 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 82px;
}

.my-checkout ins {
    font-size: 18px;
    font-weight: 600;
    color: #847577;
    text-decoration: none;
    margin-left: 67px;
}

.map {
    margin-top: 30px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
}

.map img {
    width: 100%;
}

.map iframe {
    min-height: 450px;
    width: 100%;
}


/* map location ( tooltip ) */

.map-location {
    position: relative;
}

.map-location-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}


/* Trigger item */

.map-location-tooltip .tooltip-item {
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
    background-color: rgb(0, 0, 0, 0.1);
}

.map-location-tooltip span.tooltip-item:before {
    background: #000;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 9px;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -o-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.map-location-tooltip .tooltip:first-child {
    bottom: 22%;
    left: 35%;
}

.map-location-tooltip .tooltip:nth-child(2) {
    bottom: 50%;
    left: 55%;
}


/* Tooltip */

.map-location-tooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 140px;
    top: 0;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    background-image: -moz-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    box-shadow: -5.706px 1.854px 4px 0px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.map-location-tooltip .tooltip-main .tooltip-content {
    left: -54px;
    top: -35px;
}

.map-location-tooltip .tooltip:hover .tooltip-content {
    opacity: 1;
}


/* arrow */

.map-location-tooltip .tooltip-content::before,
.map-location-tooltip .tooltip-content::after {
    content: '';
    position: absolute;
}

.map-location-tooltip .tooltip-content::before {
    height: 100%;
    width: 0;
}

.map-location-tooltip .tooltip-content::after {
    bottom: -15px;
    left: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e48902;
    border-width: 8px;
    margin-left: 62px;
    transform: rotate(270deg);
}

.map-location-tooltip .tooltip-main .tooltip-content::before,
.map-location-tooltip .tooltip-main .tooltip-content::after {
    right: 99%;
}

.yf-location {
    margin: 30px 0;
    width: 100%;
}

.yf-location ins {
    margin-left: 9px;
}

.circles {
    font-size: 5px;
    color: #d9d9d9;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.circles i {
    margin: 0 4px;
}

.yf-location li {
    line-height: 10px;
}

.yf-location ins {
    font-size: 14px;
    color: #847577;
    text-decoration: none;
}

.yf-location li span {
    color: #ffa803;
}

.food-delivery-time p {
    font-size: 14px;
    font-weight: 24px;
    color: #847577;
    line-height: 10px;
}

.about-checkout {
    margin-top: 50px;
}

.about-checkout img {
    height: 50px;
}

.about-checkout img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.about-checkout h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    margin-top: 24px;
}

.about-checkout p {
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    margin-top: 12px;
    line-height: 24px;
    color: #847577;
}

.note {
    margin: 50px 0;
}

.note span {
    color: #000;
    font-weight: 500;
}

.note p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 24px;
    color: #847577;
}

.right-address h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
}

.right-address .form-group {
    margin-bottom: 20px;
}

.right-address .dropdown-menu {
    margin: 0;
}

.right-payment-method h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
    margin-top: 47px;
}

.accpet-checkbox {
    margin-top: 10px;
}

.single-payment-method {
    margin-bottom: 10px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 400;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    color: #847577;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    display: none;
}

.right-payment-method input[type="radio"] {
    visibility: hidden;
    /* display: none; */
}

.right-payment-method label {
    cursor: pointer;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.right-payment-method input[type="radio"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
}

.right-payment-method input[type="radio"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.right-payment-method input[type="radio"]:checked+label:after {
    font-weight: 400;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.payment-method-details label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.payment-method-details .form-group {
    margin-bottom: 20px;
}

.right-payment-method .dropdown-menu {
    margin: 0;
}

.accepted-check label {
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.right-contact-dt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 41px;
}

.confirm-form {
    color: #847577;
    padding: 12px 20px 12px 40px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    min-height: 40px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.input-field {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.add-resto-btn1 {
    width: 150px;
    height: 50px;
    margin-top: 18px;
    margin-bottom: 80px;
}

.input-field i {
    color: #847577;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.right-contact-dt .form-group {
    margin-bottom: 0px;
}

.promocode h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    float: left;
    margin-top: 27px;
}

.coupon-input {
    padding: 0px 20px;
    font-size: 12px;
    color: #847577;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    Width: 100%;
    height: calc(40px);
}

.promocode-btn {
    padding: 0px 30px;
    color: #fff;
    background: #ffa803;
    font-size: 14px;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    height: calc(40px);
    border: 1px solid #ffa803;
}

.promocode-btn:hover {
    background: #e38802;
    border: 1px solid #e38802;
}

.your-order h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    float: left;
    margin-top: 47px;
}

.your-order .order-d {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.your-order .item-dt-left {
    float: left;
}

.your-order .item-dt-right {
    float: right;
}

.your-order .item-dt-left span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}

.your-order .item-dt-left p {
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 24px;
}

.your-order .item-dt-left a {
    color: #ffa803;
    text-decoration: none;
}

.your-order .item-dt-right p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    text-align: right;
}

.total-bill {
    padding: 20px 0;
    width: 100%;
    float: left;
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.total-bill-text {
    float: left;
}

.total-bill-text h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.333;
    z-index: 335;
}

.total-bill-payment {
    float: right;
}

.total-bill-payment p {
    font-size: 18px;
    font-family: "roboto";
    color: #847577;
    font-weight: 600;
    line-height: 1.333;
    z-index: 216;
}

.checkout-btn {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.chkout-btn {
    width: 100%;
    height: 50px;
    text-align: center;
}

.accpet-checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.accpet-checkbox label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
}

.accpet-checkbox input[type="checkbox"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
}

.accpet-checkbox input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.accpet-checkbox input[type="checkbox"]:checked+label:after {
    font-weight: 400;
}


/**************************************
			Bill Slip Page
**************************************/

.bill-slip {
    margin: 80px 0;
    text-align: center;
}

.bill-container {
    padding: 50px;
    border: 1px dashed #000;
    background: #fff;
    float: left;
}

.bill-container p {
    font-size: 18px;
    font-family: "Caveat";
    color: rgb(227, 136, 2);
    line-height: 1.333;
    z-index: 122;
    padding-top: 10px;
}

.discount-text p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    z-index: 129;
    font-family: "Roboto";
    font-weight: 400;
    padding-top: 23px;
    padding-bottom: 10px;
}

.discount-text img {
    height: 180px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slip-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.slip-left p {
    float: left;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    line-height: 1.333;
    padding: 0;
}

.slip-right p {
    float: right;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    color: #847577;
    line-height: 1.333;
    padding: 0;
}

.vat {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

.slip-bill-left h5 {
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.333;
}

.slip-bill-right p {
    float: right;
    font-size: 18px;
    color: #847577;
    font-weight: 600;
    line-height: 1.333;
    font-family: "Roboto";
}

.bar-code {
    margin-top: 300px;
}

.bar-code img {
    height: 100px;
}

.print-btn {
    height: 30px;
    width: 90px;
    border-radius: 3px;
    background: #ffa803;
    border: 1px solid #ffa803;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.print-btn:hover {
    background: #e38802;
    border: 1px solid #e38802;
    color: #fff;
}


/**************************************
		 Partner with us Page
**************************************/

.for-restaurant {
    border: 1px solid #e1e1e1;
    padding: 50px 30px;
    margin-top: 25px;
}

.for-restaurant img {
    height: 50px;
    margin-bottom: -3px;
}

.for-restaurant img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.for-restaurant h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.333;
    z-index: 159;
    padding-top: 26px;
    padding-bottom: 12px;
}

.for-restaurant p {
    font-size: 14px;
    font-family: "Open Sans";
    color: #847577;
    line-height: 24px;
    margin-bottom: 39px;
}

.partner-btn1 {
    padding: 11px 20px;
}

.b-top {
    margin-top: 46px;
}

.b-bottom {
    margin-bottom: 78px;
}

.no-margin {
    margin-bottom: 0;
}

.natto-business .top-img .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.natto-business .top-img .close {
    float: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 5;
    position: absolute;
    right: -18px;
    top: -18px;
}

.top-img iframe {
    margin-bottom: -3px;
    width: 100%;
    height: 450px;
}


/**************************************
	Add Restaurant & Driver Page
**************************************/

.add-restaurant {
    margin-top: 80px;
}

.resto-heading {
    display: flex;
    margin-bottom: 26px;
}

.resto-heading img {
    height: 24px;
    margin-right: 15px;
}

.resto-heading img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.resto-heading h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.basic-info {
    padding-top: 16px;
}

.basic-info h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.333;
    text-align: left;
    z-index: 279;
    padding-bottom: 21px;
}

.basic-info .form-group {
    margin-bottom: 27px;
}

.add-restaurant label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.checkbox-title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px
}

.filter-radio li {
    margin-right: 30px;
}

.filter-radio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.filter-radio label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.filter-radio input[type="radio"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 10px;
}

.filter-radio input[type="radio"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.filter-radio input[type="radio"]:checked+label:after {
    font-weight: 400;
}

.filter-checkboxs li {
    margin-right: 28px;
}

.filter-checkboxs input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.filter-checkboxs label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.filter-checkboxs input[type="checkbox"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 10px;
}

.filter-checkboxs input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.filter-checkboxs input[type="checkbox"]:checked+label:after {
    font-weight: 400;
}

.basic-info .dropdown-menu {
    margin: 0;
}

.search-map-location iframe {
    width: 100%;
    height: 250px;
}

.add-time-btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    background-color: #ffa803;
    border: 1px solid #ffa803;
    color: #fff;
    width: 120px;
    height: 40px;
    margin-top: 30px;
}

.selected-time li {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 1.333;
    margin-right: 30px;
}

.selected-time li:nth-child(1) {
    color: #000;
}

.selected-time li a {
    color: #847577;
    cursor: pointer;
}

.selected-time li a:hover {
    color: #ffa803;
    cursor: pointer;
}

.c-top {
    margin-top: 30px;
}

.field-input {
    width: 100%;
    position: relative;
}

.field-input i {
    color: #847577;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.field-input i:hover {
    color: #ffa803;
}

.h-top {
    margin-top: 10px;
}

.how-it-work-1 {
    margin-top: 50px;
}

.how-it-work-1 img {
    height: 40px;
    margin-bottom: -3px;
}

.how-it-work-1 img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.how-it-work-1 h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.333;
    padding-top: 27px;
    padding-bottom: 11px;
}

.how-it-work-1 p {
    font-size: 14px;
    font-family: "Open Sans";
    color: #847577;
    line-height: 1.714;
}

.driver-dt {
    display: flex;
    margin-bottom: 30px;
}

.driver-dt img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.driver-dt h4 {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    margin-left: 20px;
    padding: 15px 0px;
}


/**************************************
	Login Signin & Signup Page
**************************************/

.login_register {
    margin: 80px 0;
}

.login_register h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}

.login-container {
    background-color: #fff;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.login-img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #9ee5fc;
}

.login-img img {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding: 50px 40px 50px 0px;
}

.login-form {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.login-logo {
    margin-top: 50px;
    margin-bottom: 47px;
}

.create-text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 48px;
}

.login-form .social-btns i {
    margin-right: 20px;
}

.facebook-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    width: 100%;
    height: 50px;
}

.facebook-btn:hover {
    border: 1px solid #2f487d;
    background-color: #2f487d;
}

.google-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #ea4335;
    background-color: #ea4335;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.google-btn:hover {
    border: 1px solid #db382a;
    background-color: #db382a;
}

.or p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 1.714;
    padding: 25px 0;
}

.login-btn {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.forgot-password {
    padding: 28px 0 44px;
}

.forgot-password a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    cursor: pointer;
}

.forgot-password p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-top: 20px;
}

.forgot-password a:hover {
    color: #ffa803;
    cursor: pointer;
}

.signup-checkbox {
    margin-bottom: 18px;
}

.signup-checkbox input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.signup-checkbox label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
}

.signup-checkbox input[type="checkbox"]+label:before {
    border: 1px solid #d8d8d8;
    content: "";
    display: inline-block;
    font-size: 9px;
    height: 14px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 8px;
}

.signup-checkbox input[type="checkbox"]:checked+label:before {
    background: #fff;
    color: #ffa803;
    content: "\f00c";
    text-align: center;
    border: 2px solid #ffa803;
    line-height: 10px;
}

.signup-checkbox input[type="checkbox"]:checked+label:after {
    font-weight: 400;
}

.signup-checkbox span {
    color: #000;
}


/**************************************
	        Error 404 Page
**************************************/

.error-404 {
    margin: 80px 0;
    text-align: center;
}

.error img {
    height: 400px;
}

.error h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    padding-top: 44px;
    padding-bottom: 24px;
}

.error p {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #847577;
    line-height: 1.714;
    margin-bottom: 43px;
}

.home-btn {
    border-radius: 3px;
    height: 50px;
    padding: 15px 20px
}


/**************************************
	      Browse Places Page
**************************************/

.browse-places-all {
    padding: 78px 0;
    text-align: center;
}

.browse-places-all .about-text1 {
    text-align: center;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    padding-top: 39px;
}

.map-1 iframe {
    width: 100%;
    height: 500px;
}


/**************************************
	     Nearby Places Page
**************************************/

.browse-places-all label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.browse-places-all ins {
    color: #847577;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: none;
}

.browse-places-all a {
    color: #ffa803;
}

.browse-places-all .form-group {
    margin-top: 50px;
}

.nearby-form {
    color: #847577;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    min-height: 50px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: rgb(255, 255, 255);
}

.places-heading h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-top: 74px;
    padding-bottom: 45px;
}


/**************************************
	     Upcoming Event Page
**************************************/

.upcoming-events {
    margin-top: 72px;
    ;
}

.main-event {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.event-picy {
    float: left;
    width: 230px;
}

.event-picy img {
    width: 100%;
    margin-bottom: -3px;
}

.event-date {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    text-align: center;
    background: #ffa803;
}

.event-date p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.714;
    padding: 7px;
}

.event-dt {
    padding: 20px;
    margin-left: 230px;
}

.event-dt h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.111111;
}

.event-dt span {
    color: #ffa803;
}

.event-dt span i {
    margin-right: 6px;
}

.event-dt p {
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
    margin-top: 3px;
    text-align: left;
}

.event-dt .event-time {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    padding-top: 8px;
}

.event-dt .description-dt p {
    font-size: 14px;
    font-family: "Open Sans";
    color: #847577;
    line-height: 1.714;
    padding-top: 14px;
    padding-bottom: 32px;
}

.event-dt .view-btn {
    padding: 6px 10px;
}

.pagination-all {
    width: 100%;
}


/**************************************
	  Event Detail View Page
**************************************/

.lr-margin {
    margin: 0px 10px;
}

.event-picy-view {
    width: 100%;
    position: relative;
}

.event-picy-view img {
    width: 100%;
    margin-bottom: -2px;
}

.count {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(28, 28, 28, 0.502);
    text-align: center;
    padding: 10px 0;
}

.count-time {
    height: 80px;
    width: 90px;
    border: 2px solid #fff;
    background: transparent;
    padding: 14px 0;
}

.count-time span {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.083;
}

.count-time p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.714;
    text-transform: uppercase;
}

.event-details {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.event-name-dt {
    float: left;
    display: flex;
}

.event-date-time {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px;
    text-align: center;
    background: #ffa803;
}

.event-date-time p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.714;
    padding: 9px;
}

.event-title h1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1.05;
}

.event-title p {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    margin-top: 11px;
    text-align: left;
}

.event-title span {
    color: #ffa803;
    margin-right: 10px;
}

.event-title .event-time {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    padding-top: 13px;
}

.event-right {
    float: right;
    display: flex;
}

.event-right .share span {
    font-size: 14px;
    color: #847577;
    cursor: pointer;
    margin: 18px 30px 18px 0px;
}

.event-right .share span i {
    margin-right: 10px;
}

.event-right .share span:hover {
    color: #ffa803;
}

.event-right .dropdown-menu {
    margin: 0px;
}

.event-right .social-share .dropdown-item {
    display: block;
    width: 130px;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    font-size: 12px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.book-btn {
    width: 120px;
    height: 50px;
}

.event-description {}

.event-description h4 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 2;
}

.event-description p {
    font-size: 14px;
    font-family: "Open Sans";
    color: #847577;
    line-height: 24px;
    padding-top: 15px;
}

.orgnizar-dt {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 10px 20px 0px;
    margin: 30px 0px 20px;
}

.right-side-btn {
    display: flex;
    float: right;
    padding: 11px 0px;
}

.follow-btn-o {
    width: 102px;
    height: 42px;
    text-align: center;
    padding: 14px;
}

.event-comments {
    margin-bottom: 80px;
    float: left;
}

.event-input {
    border: 1px solid #e1e1e1;
    padding: 13px 20px;
    min-height: 50px;
    width: 71%;
    margin-left: 20px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
}

.suggested-people {
    margin-bottom: 27px;
    float: left;
}

.suggested-people .sd-title {
    padding: 0px 0px 23px;
    border-bottom: 0px;
    position: relative;
}

.caption-detail {
    padding: 10px 10px 10px 0px;
    margin-left: 0px;
}

.caption-detail p {
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 2;
}

.caption-detail span {
    color: #ffa803;
}

.caption-detail h4 {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1.714;
    margin-bottom: 3px;
}

.caption-detail ins {
    font-size: 12px;
    font-weight: 400;
    color: rgb(132, 117, 119);
    line-height: 2;
    text-decoration: none;
}


/**************************************
			Our Blog Page
**************************************/

.blog-news {
    margin: 80px 0 0;
}

.main-blog {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.blog-picy img {
    width: 100%;
    margin-bottom: -3px;
    cursor: pointer;
}

.blog-dt {
    padding: 20px;
}

.blog-date {
    font-size: 12px;
    font-weight: 400;
    color: rgb(132, 117, 119);
}

.blog-date i {
    margin-right: 6px;
}

.blog-dt h4 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 24px;
    padding: 16px 0px 6px;
    cursor: pointer;
}

.blog-dt span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(161, 161, 161);
    line-height: 24px;
}

.blog-dt p {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(132, 117, 119);
    line-height: 24px;
    padding-top: 12px;
}


/**************************************
		Blog Detail View Page
**************************************/

.blog-published-like-comments {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}


/**************************************
		Contact Us Page
**************************************/

.contact-map iframe {
    margin-bottom: -3px;
    width: 100%;
    height: 450px;
}


/* map location ( tooltip ) */

.contact-map-location {
    position: relative;
}

.contact-location-tooltip .tooltip-1 {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}


/* Trigger item */

.contact-location-tooltip .tooltip-item-1 {
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
    background-color: rgb(0, 0, 0, 0.1);
}

.contact-location-tooltip span.tooltip-item-1:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 9px;
    border: 1px solid #ffa803;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -o-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.contact-location-tooltip .tooltip-1:first-child {
    bottom: 50%;
    left: 40%;
}


/* Tooltip */

.contact-location-tooltip .tooltip-content-1 {
    position: absolute;
    z-index: 9999;
    width: 140px;
    top: 0;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    background-image: -moz-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    box-shadow: -5.706px 1.854px 4px 0px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.contact-location-tooltip .tooltip-main-1 .tooltip-content-1 {
    left: -54px;
    top: -35px;
}

.contact-location-tooltip .tooltip-1:hover .tooltip-content-1 {
    opacity: 1;
}


/* arrow */

.contact-location-tooltip .tooltip-content-1::before,
.contact-location-tooltip .tooltip-content-1::after {
    content: '';
    position: absolute;
}

.contact-location-tooltip .tooltip-content-1::before {
    height: 100%;
    width: 0;
}

.contact-location-tooltip .tooltip-content-1::after {
    bottom: -15px;
    left: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e48902;
    border-width: 8px;
    margin-left: 62px;
    transform: rotate(270deg);
}

.contact-location-tooltip .tooltip-main-1 .tooltip-content-1::before,
.contact-location-tooltip .tooltip-main-1 .tooltip-content-1::after {
    right: 99%;
}

.contact-us {
    width: 100%;
}

.contact-info {
    margin-bottom: 50px;
}

.contact-heading h1 {
    padding: 78px 0 46px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.contact-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 30px 24px 26px;
    margin-bottom: 30px;
}

.contact-item img {
    height: 50px;
    margin-bottom: -3px;
}

.contact-item img:hover {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: transform 0.8s linear;
}

.contact-item h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding: 26px 0 12px;
}

.contact-item p {
    font-size: 14px;
    font-family: "open sans";
    color: #847577;
    font-weight: 400;
    line-height: 24px;
}

.contact-info label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.contact-btn {
    width: 130px;
    height: 50px;
    margin: 20px 0 30px;
}


/**************************************
				FAQ
**************************************/

.faq {
    margin: 77px 0 50px;
}

.faq-items {
    margin: 50px 0 0;
}

.faq .faq-accordion {
    background-color: #fff;
    color: #000;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    padding: 16px 30px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.faq .panel {
    padding: 24px 30px 24px;
    background: #fff;
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.faq p {
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    color: #847577;
    line-height: 24px;
}

.faq .active,
.faq-accordion:hover {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
}

.faq .faq-accordion.active {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
    margin-bottom: 0px;
}

.faq .faq-accordion:after {
    content: '\f107';
    font-size: 18px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
}

.faq .active:after {
    content: '\f106';
}


/**************************************
			Profile Dashboard
**************************************/

.my-account {
    padding: 0;
    margin: 0;
}

.profile-bg {
    width: 100%;
    margin-bottom: -3px;
    overflow: hidden;
}

.my-Profile-dt {
    position: relative;
    min-width: 100%;
    min-height: 112px;
    background: #f3f3f3;
    margin-top: -3px;
}

.profile-dpt {
    position: absolute;
    top: -108px;
    margin-bottom: -3px;
    width: 200px;
    z-index: 589;
}

.profile-dpt img {
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.18);
}

.profile-all-dt {
    width: 100%;
    position: relative;
}

.profile-name-dt {
    margin-left: 250px;
    float: left;
    padding: 27px 0;
}

.profile-name-dt h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    cursor: pointer;
}

.profile-name-dt span {
    color: #ffa803;
    margin-right: 10px;
}

.profile-name-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 24px;
    padding-top: 10px;
}

.profile-dt {
    float: right;
    padding: 20px 0;
}

.profile-dt ul {
    width: 100%;
}

.profile-dt li {
    padding: 10px 0;
    margin: 0px;
    line-height: 14px;
    display: inline-block;
    margin-left: 44px;
}

.phone-no a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    cursor: pointer;
}

.phone-no span {
    margin-right: 10px;
}

.phone-no a:hover {
    color: #ffa803;
}

.website a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    cursor: pointer;
}

.website a:hover {
    color: #ffa803;
}

.setting-btn {
    padding: 10px 15px;
    line-height: 3;
}

.setting-btn span {
    margin-right: 10px;
}


/** All Profile Details **/

.all-profile-details {
    margin-top: 80px;
    margin-bottom: 60px;
}

.left-tab-links {
    margin-bottom: 30px;
}

.left-tab-links .nav {
    display: block;
}

.left-tab-links .nav .left-tab-heading {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 14px 20px 12px;
}

.all-profile-details .nav-tabs {
    border: 0;
}

.ui.vertical.menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0 1px 2px 0 #e7e7e7;
}

.ui.menu:last-child {
    margin-bottom: 0;
}

.ui.menu:first-child {
    margin-top: 0;
}

.ui.menu {
    font-size: 14px;
}

.ui.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
    background: #FFF;
    font-weight: 400;
    box-shadow: none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
    min-height: 58px;
}

.ui.menu .fluid,
.ui .vertical .menu .fluid {
    width: 100%!important;
}

.ui.menu .item.user-tab {
    padding: 16px 20px !important;
}

.ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 18px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: 13px 28px;
    text-transform: none;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.cursor-pointer {
    cursor: pointer;
}

.ui.vertical.menu .item {
    display: block;
    background: 0 0;
    border-top: none;
    border-right: none;
}

.ui.menu .active.item {
    background: #f3f3f3;
    color: #000;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
    padding: 16px 24px 10px;
}

.ui.menu .item:hover {
    background-color: #f7f7f7;
    color: #000;
}

.ui.vertical.menu .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
}

.ui.menu .item:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #e1e1e1;
}

.timeline {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.pf-gallery {
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 1px solid #e1e1e1;
}

.pf-gallery ul {
    float: left;
    width: 100%;
}

.pf-gallery ul li {
    float: left;
    width: 33.33%;
    padding: 5px;
    overflow: hidden;
    line-height: 0px;
}

.pf-gallery ul li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pf-gallery img {
    width: 100%;
    border-radius: 3px;
    transition: .5s ease;
}

.tab-content-heading {
    width: 100%;
}

.tab-content-heading h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    float: left;
}

.tab-content-heading a {
    font-size: 14px;
    font-weight: 400;
    color: #ffa803;
    float: right;
    line-height: 24px;
}

.comment-input-1 {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    min-height: 40px;
    width: 69%;
    margin-left: 20px;
    color: #847577;
    font-size: 14px;
    border-radius: 3px;
}

.select-images:hover .post {
    opacity: 1;
}

.post {
    transition: .5s cubic-bezier(0.25, 0.1, 0.27, 1.21);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.post .play-btn {
    background-color: #ffa803;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    margin: 0px;
    padding: 3px 0px 0px 3px;
}

.select-images .image-select .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.select-images .image-select .close {
    float: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 5;
    position: absolute;
    right: -18px;
    top: -18px;
}

.image-select iframe {
    margin-bottom: -8px;
    width: 100%;
}

.profile-about {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}


/*** Tab About ***/

.about-dtp {
    float: left;
    width: 100%;
    margin-top: 23px;
}

.about-bg {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.about-bg li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 20px 12px;
}

.dp-detail h6 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 24px;
}

.dp-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    padding-top: 6px;
}

.my-social-links {
    display: flex;
}

.socail-btn-link {
    font-size: 14px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    margin: 12px 10px 8px 0;
    text-align: center;
    line-height: 42px;
}

.f-btn {
    background: #3b5998;
}

.f-btn:hover {
    color: #fff;
    background: #2f487d;
}

.t-btn {
    background: #1da1f2;
}

.t-btn:hover {
    color: #fff;
    background: #1693df;
}

.g-btn {
    background: #ea4335;
}

.g-btn:hover {
    color: #fff;
    background: #db382a;
}

.i-btn {
    background: #e1306c;
}

.i-btn:hover {
    color: #fff;
    background: #d82a65;
}

.y-btn {
    background: #ff0000;
}

.y-btn:hover {
    color: #fff;
    background: #db382a;
}


/*** Tab Notification ***/

.n-badge {
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
    background: #ffa803;
    width: 18px;
    height: 18px;
    text-align: center;
    float: right;
    line-height: 19px;
}

.noti-all {
    float: left;
    width: 100%;
    margin-top: 23px
}

.noti-bg {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.noti-bg li {
    display: block;
}

.n-media {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
}

.n-media-left {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.n-media .media-body h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: initial;
}

.n-media .media-body p {
    font-size: 14px;
    padding: 4px 0 10px;
    font-weight: 400;
    color: #847577;
}

.n-media .media-body .n-comment-date {
    position: relative;
    color: #847577;
    font-size: 12px;
    font-weight: 400;
    bottom: 10px;
    color: #a7a8aa;
}


/*** Tab Photo ***/

.photo-bg .col-lg-4 {
    padding: 5px;
}

.photo-bg {
    border: 1px solid #e1e1e1;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*** Tab Notification ***/

.follow-bg {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    float: left;
    width: 100%;
}

.follow-bg li {
    display: block;
}

.suggestion-usd-2 {
    float: left;
    width: 100%;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #e1e1e1;
}

.suggestion-usd-2 img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.sgt-text-2 {
    float: left;
    padding-left: 10px;
}

.sgt-text-2 h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.sgt-text-2 span {
    color: #ffa803;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

.sgt-text-2 p {
    font-size: 13px;
    line-height: 24px;
    color: #847577;
}

.suggestion-usd-2>button {
    float: right;
    position: relative;
    height: 36px;
    width: 90px;
    margin-top: 4px;
}

.suggestion-usd-2>button i {
    margin-right: 5px;
}

.suggestion-usd-2>button:active {
    background-color: #ffa803;
    color: #fff;
    border: 1px solid #ffa803;
}


/*** Recently Viewed Restaurants ***/

.recently-resto-bg {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 20px 5px 0;
}

.visit-restaurants {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 3px;
}

.recently-resto-picy {
    margin-bottom: -3px;
}

.recently-resto-picy img {
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.recently-resto-dt {
    padding: 15px 20px;
}

.recently-resto-dt h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.recently-resto-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-top: 10px;
}

.recently-resto-dt span {
    color: #ffa803;
    margin-right: 5px;
}


/*** Restaurants Changes ***/

.recently-resto-bg label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.recently-resto-bg .filter-radio label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.recently-resto-bg .filter-checkboxs label {
    cursor: pointer;
    line-height: 14px;
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.recently-resto-bg .filter-checkboxs li {
    margin-right: 20px;
}

.v-top {
    padding-top: 0px;
}

.v-bottom {
    padding-top: 0px;
    margin-bottom: 20px;
}

.input-heading {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px
}

.box-1 {
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 0px;
    height: 40px;
    border-radius: 3px;
}

.box-1 [type="file"] {
    height: 40px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: absolute;
    padding: 10px 4px 0px 12px;
    font-size: 14px;
    opacity: 0;
}

.box-1 [type="file"]+label {
    background: #ffa803;
    border: none;
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 12px 15px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.box-1 [type="file"]+label:hover {
    background: #e38802;
    color: #fff;
}

.all-profile-details .order-tabs .nav-tabs {
    border: 0;
}

.all-profile-details .order-tabs .nav-tabs>li .meal-tab-icons {
    margin-right: 5px;
    margin-top: 5px;
    width: 95px;
    text-align: center;
    padding: 10px 0px;
    background: #fff;
}

.mel-picy img {
    width: 100%;
    height: auto;
}

.m-price {
    font-size: 20px;
    color: #e38802;
    text-align: left;
    float: left;
    padding: 15px 0 17px;
}

.tab-content-heading .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .0px;
    outline: 0;
}

.tab-content-heading .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 27px 15px 25px;
}

.tab-content-heading .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    right: -20px;
    top: -15px;
    position: absolute;
}

.form-meal {
    width: 100%;
    margin-top: 26px;
}

.form-meal label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.form-meal a {
    color: #847577;
    font-size: 12px;
}

.form-meal .dropdown-menu {
    margin: 0;
}

.add-meal-image {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
}

.add-meal-image i {
    margin-right: 5px;
}

.add-meal-image [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.add-meal-image [type="file"]+label {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 15px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.selected-imgs {
    margin-top: 30px;
}

.add-meal-btn {
    padding: 17px 20px;
    border-radius: 3px;
    margin-top: 30px;
    min-height: 50px;
}


/*** My Orders ***/

.my-orders {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.checkout-thumb-2 {
    float: left;
    margin-right: 15px;
}

.checkout-thumb-2 img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.my-orders tbody tr td:nth-child(1) {
    width: 20%;
}

.my-orders tbody tr td a {
    cursor: pointer;
}

.my-orders tbody tr td a:hover {
    cursor: pointer;
    color: #ffa803 !important;
}

.name-dt h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.333;
    z-index: 194;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.name-dt p {
    font-size: 12px;
    color: #847577;
    line-height: 1.714;
    z-index: 193;
}

.trace-btn {
    width: 70px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.invoice-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.trash-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.trash-btn {
    width: 30px;
    height: 30px;
    font-size: 12px;
}


/*** Trace Model ***/

.my-checkout .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
}

.trace-model {
    width: 100%;
}

.trace-model .close {
    float: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 5;
    position: absolute;
    right: -18px;
    top: -18px;
}

.trace-map {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: -7px;
    height: 100%;
}

.trace-map iframe {
    display: none;
    width: 100%;
    height: 100%;
}

.trace-map img {
    width: 100%;
}

.mb-1 {
    padding: 0;
}

.right-order-dt {
    padding: 30px;
}

.right-order-dt .order-no {
    font-size: 14px;
    text-align: center;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 152px;
    height: 42px;
    padding: 14px;
}

.right-order-dt h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    padding: 47px 0 30px;
}

.resto-trace-star {
    text-align: left;
    font-size: 14px;
    color: #ffa803;
    font-weight: 400;
    margin-bottom: 0px;
}

.resto-trace-star span {
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #ffa803;
    border-radius: 50px;
    margin-left: 10px;
}

.trace-steps {
    margin: 50px 0px;
    list-style: none;
    position: relative
}

.trace-steps:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ffa803;
    top: 0px;
    position: absolute;
    left: 7px;
}

.trace-steps li {
    display: block;
    margin: 30px 0;
    list-style: none;
}

.trace-steps ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ffa803;
    background: #fff;
    border-radius: 50%;
}

.trace-steps ul li:hover::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ffa803;
    background: #ffa803;
    border-radius: 50%;
}

.trace-steps ul li.active::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ffa803;
    background: #ffa803;
    border-radius: 50%;
}

.trace-steps li .steps-names {
    margin-left: 30px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}


/* map location ( tooltip ) */

.map-location-tooltip-3 .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}


/* Trigger item */

.map-location-tooltip-3 .tooltip-item-3 {
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
    background-color: rgb(0, 0, 0, 0.1);
}

.map-location-tooltip-3 span.tooltip-item-3:before {
    background: #fff;
    border: 1px solid #ffa803;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 9px;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -o-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.map-location-tooltip-3 .tooltip:first-child {
    bottom: 22%;
    left: 35%;
}

.map-location-tooltip-3 .tooltip:nth-child(2) {
    bottom: 50%;
    left: 55%;
}


/* Tooltip */

.map-location-tooltip-3 .tooltip-content-3 {
    position: absolute;
    z-index: 9999;
    width: 140px;
    top: 0;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    background-image: -moz-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227, 136, 2) 0%, rgb(255, 168, 3) 100%);
    box-shadow: -5.706px 1.854px 4px 0px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.map-location-tooltip-3 .tooltip-main-3 .tooltip-content-3 {
    left: -54px;
    top: -35px;
}

.map-location-tooltip-3 .tooltip:hover .tooltip-content-3 {
    opacity: 1;
}


/* arrow */

.map-location-tooltip-3 .tooltip-content-3::before,
.map-location-tooltip-3 .tooltip-content-3::after {
    content: '';
    position: absolute;
}

.map-location-tooltip-3 .tooltip-content-3::before {
    height: 100%;
    width: 0;
}

.map-location-tooltip-3 .tooltip-content-3::after {
    bottom: -15px;
    left: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e48902;
    border-width: 8px;
    margin-left: 62px;
    transform: rotate(270deg);
}

.map-location-tooltip-3 .tooltip-main-3 .tooltip-content-3::before,
.map-location-tooltip-3 .tooltip-main-3 .tooltip-content-3::after {
    right: 99%;
}

.payment-method-dt {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.attr-l {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.attr-r {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #847577;
}

.payment-tol-dt {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 10px 0 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.attr-l2 {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.attr-r2 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    color: #847577;
}

.accept-btn {
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.accept-model {
    width: 100%;
    padding: 30px 15px
}

.order-user-picy img {
    width: 100%;
}

.order-user-picy {
    margin-bottom: -3px;
}

.order-user {
    margin-top: 30px;
}

.acpt-order-dt {
    padding: 0px;
}

.acpt-order-dt .order-no {
    font-size: 14px;
    text-align: center;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 152px;
    height: 42px;
    padding: 14px;
}

.acpt-order-dt h1 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    padding: 47px 0 30px;
}

.select-extras h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 50px 0 26px;
}

.accpt-btn {
    border-radius: 3px;
    width: 130px;
    height: 50px;
}

.delivery-men {
    float: left;
    width: 100%;
}


/*** My Recipes Videos ***/

.video-gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.video-gallery img {
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    margin-bottom: -5px;
}

.video-gallery:hover .middle {
    opacity: 1;
}


/*** Payments ***/

.payments {
    float: left;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-top: 30px;
}

.payment-dt {
    padding: 20px;
}

.payment-dt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.payment-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 24px;
    padding-top: 20px;
}

.card-dbt h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 20px 0 26px;
}

.card-dbt {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.card-btn {
    width: 130px;
    height: 50px;
}

.card-dbt .dropdown-menu {
    margin: 0;
}

.wallet-btns {
    margin-top: 46px;
}

.wallet-btn {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 142px;
    height: 62px;
    margin-right: 16px;
}


/**************************************
		Setting Page
**************************************/


/*** Edit Profile ***/

.edit-profile {
    float: left;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}

.setting-dt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.avtar {
    width: 150px;
    height: 150px;
    margin-top: 26px;
}

.background-img {
    width: 100%;
    margin-top: 26px;
}

.avtar img {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.background-img img {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.input-container {
    margin: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    position: relative;
}

.file-info {
    font-size: 0.9em;
    margin-left: 15px;
}

.browse-btn {
    font-size: 14px;
    font-weight: 400;
    background: #ffa803;
    color: #fff;
    min-height: 40px;
    padding: 10px 25px;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.upload-avatar {
    margin-top: 30px;
}

.edit-profile label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.change-btn {
    width: 150px;
    height: 50px;
}


/*** Notification Setting ***/

.noti-setting {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.noti-all-st {
    width: 100%;
    float: left;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.noti-all-st ul li {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 20px;
    margin-bottom: -3px;
}

.noti-st {
    float: left;
    width: 100%;
}

.noti-left-t {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.noti-right-b {
    float: right;
}

.noti-right-b .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 70px;
    pointer-events: all;
    border-radius: 100px;
    height: 30px;
    top: -1px;
    box-shadow: none;
}

.noti-right-b .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #e1e1e1 solid 2px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffa803;
    background-color: #ffa803;
    box-shadow: none;
    outline: none;
}

.noti-right-b .custom-switch .custom-control-label::after {
    top: calc(-1px + 2px);
    left: calc(-36px + 2px);
    width: calc(30px - 4px);
    height: calc(30px - 4px);
    background-color: #e1e1e1;
    border-radius: 100%;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.noti-right-b .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.noti-right-b .custom-control-label {
    position: initial;
    margin-bottom: 0;
    vertical-align: top;
}

.noti-right-b .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
}

.link-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.link-dt {
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    margin-top: 30px;
    margin-bottom: 80px;
}

.link-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
}

.link-dt label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 24px;
}

.link-dt .form-group {
    margin-top: 25px;
    margin-bottom: 5px;
}

.clearfix {
    float: none;
}

.buttons {
    text-align: right;
    position: relative;
    display: block;
    padding: 10px;
}

.store .item img {
    height: 300px;
}

.store-thumb .item img {
    height: 100px;
}

.addition-item {
    width: 110px;
    margin-left: 70%;
    margin-top: -11%;
    float: right;
}

.addition-item .btn-danger {
    background: transparent !important;
    color: #dc3545;
    margin-right: 5px;
}

.addition-item .btn-success {
    background: transparent !important;
    color: #28a745;
    margin-left: 5px;
}

.addition-item .input-number {
    text-align: center;
}