@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */

/* ==========================================================================
   Global styles
   ========================================================================== */
* {
    outline: 0px !important;
}

h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
    font-family: 'Barlow', sans-serif;
}

p, .lead {
    font-family: 'Barlow', sans-serif;
}

button, input, select, textarea {
    font-family: 'Barlow', sans-serif;
}

h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
    text-transform: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    etter-spacing: -0.5px;
    color: black;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: black;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.lead {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

p {
    font-size: 15px;
    line-height: 22px;
    color: #6B6B6B;
    font-weight: 300;

}

/*------------------Utilities---------------------*/
a {
    color: #989694;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#uct img {
    float: left;
}

#uct p {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #333;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -10%;
}

::selection {
    background: #231f20; /* Safari */
    color: #FFFFFF;
}

::-moz-selection {
    background: #231f20; /* Firefox */
    color: #FFFFFF;
}

/*------------------Buttons---------------------*/
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
}

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.btn-lg {
    font-size: 13px;
    line-height: 1.33;
    padding: 22px 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 10px 18px;
    font-weight: 400;
}

.btn-wide {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    padding: 18px 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #FCC132;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #8be2e5;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary {
    background-color: #ffffff;
    color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #ededed;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.locateme {
    position: absolute;

    right: 0px;

    top: 0px;

    height: 100%;

    background: white;

    width: 35px;

    text-align: center;
}

.locateme img {
    cursor: pointer;

    margin-top: 14px;
}

/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-90 {
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-bottom: 100px !important;
}

/*-----------------Colors------------------*/
.black {
    color: #231f20;
}

.blue {
    color: #70cbce;
}

.white {
    color: #ffffff;
}

.black-bg {
    background: #231f20;
}

.blue-bg {
    background: #70cbce;
}

.white-bg {
    background: #ffffff;
}

.purple-bg {
    background: #6d3f96;
}

/* ==========================================================================
   Nav Styles
   ========================================================================== */
.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #fff;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -96px;
    transition: top 0.4s ease 0s;
    z-index: 9999;
    border-bottom: 1px solid #807d7d;
}

#restaurants .navbar {
    top: 0px;
}

.navbar.open {
    top: 0;
    background: #fff;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 10px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-nav a:hover {
    color: #121212;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-nav a:focus {
    color: #121212;
}

.lang .dropdown-menu > li > a {
    margin-right: 0px;
    padding: 15px 10px;
}

.lang .dropdown-menu {
    padding: 0px 0;
}

.nrmid.navbar-right .dropdown-menu {
    right: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #5B5A5A;
}

.navbar-collapse {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* ==========================================================================
   Main styles
   ========================================================================== */
.header-info h1 {
    color: #000000;
    font-family: 'Barlow', sans-serif;
}

.header-info p.midcusp {
    font-size: 15px;
    color: #000000;
}

.header-part1 {
    background: white;
    background-size: auto auto;
    width: 100%;
    padding: 20px 10px 60px 10px;
    height: 415px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    /* width: 100%;
    padding: 20px 10px 60px 10px;
    height: 500px;
    background-image: url(../../img/front-end/master-slides-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; */

}

.bakcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/*bak slider*/
#bakslider, .carousel-inner {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: absolute;
}

@-webkit-keyframes cfFadeInOut {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cfFadeInOut {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*.carousel-inner .item {
    background: transparent url(../../img/front-end/slide-1.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(2) {
    background: transparent url(../../img/front-end/slide-2.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(3) {
    background: transparent url(../../img/front-end/slide-3.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(4) {
    background: transparent url(../../img/front-end/slide-4.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(5) {
    background: transparent url(../../img/front-end/slide-5.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(6) {
    background: transparent url(../../img/front-end/slide-6.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(7) {
    background: transparent url(../../img/front-end/slide-7.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(8) {
    background: transparent url(../../img/front-end/slide-8.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(9) {
    background: transparent url(../../img/front-end/slide-9.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(10) {
    background: transparent url(../../img/front-end/slide-10.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(11) {
    background: transparent url(../../img/front-end/slide-11.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(12) {
    background: transparent url(../../img/front-end/slide-12.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(13) {
    background: transparent url(../../img/front-end/slide-13.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(14) {
    background: transparent url(../../img/front-end/slide-14.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(15) {
    background: transparent url(../../img/front-end/slide-15.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(16) {
    background: transparent url(../../img/front-end/slide-16.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(17) {
    background: transparent url(../../img/front-end/slide-17.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(18) {
    background: transparent url(../../img/front-end/slide-18.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(19) {
    background: transparent url(../../img/front-end/slide-19.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(20) {
    background: transparent url(../../img/front-end/slide-20.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}*/
/*.carousel-inner .item:nth-child(21) {
    background: transparent url(../../img/front-end/slide-21.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(22) {
    background: transparent url(../../img/front-end/slide-22.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(23) {
    background: transparent url(../../img/front-end/slide-23.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(24) {
    background: transparent url(../../img/front-end/slide-24.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(25) {
    background: transparent url(../../img/front-end/slide-25.jpg) 0px 0px no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px 10px 60px 10px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
}*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    animation-name: cfFadeInOut;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: linear;
    animation-name: cfFadeInOut;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*bak slider*/
.header-content-blog {
    width: 60%;
    float: left;
}

.header-content-img {
    width: 40%;
    float: left;
    height: 500px;
    object-fit: cover;
}

#right-banner {
    height: 500px;
}

#right-banner .carousel-inner {
}

#right-banner .item {
    height: 500px;
}

#right-banner .item img {
    object-fit: cover;
    height: 500px;
    width:100%;
}

.switch-box {
    text-align: left;
}

.switch-box label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-box label input[type="checkbox"]:not(:checked), .switch-box label input[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.switch-box label .lever::after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.switch-box label .lever::before, .switch-box label .lever::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch-box label .lever::before {
    background-color: #26a69a;
}

.switch-box label input[type="checkbox"]:checked + .lever {
    background-color: #84c7c1;
}

.switch-box label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: #84c7c1;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 5px;
}

.switch-box label {
    cursor: pointer;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
}

.switch-box label input[type="checkbox"]:checked + .lever::before, .switch-box label input[type="checkbox"]:checked + .lever::after {
    left: 18px;
}

.switch-box label input[type="checkbox"]:checked + .lever::after {
    background-color: #26a69a;
}

.switch-box label input[type="checkbox"]:checked + .lever::before, .switch-box label input[type="checkbox"]:checked + .lever::after {
    left: 18px;
}

.driver-header {
    background: url(../../img/front-end/FLR.jpg) no-repeat center center;
    width: 100%;
    padding: 20px 10px 60px 10px;
    height: 112vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*how work*/
#fh5co-features {
    /* background: #0F9595; */
    /*background-color: #F7F9F9;*/
    background-color: #00abc8;
    padding: 15px 35px;
    margin-bottom: 15px;
}

#fh5co-features h2 {
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

#fh5co-features .fh5co-section-heading p {
    text-align: left;
    margin-bottom: 20px;
}

.fh5co-feature .fh5co-feature-icon, .fh5co-figure .fh5co-feature-icon {
    width: 80px;
    height: 80px;
    display: block;
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 2px solid #989694;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-feature:hover .fh5co-feature-icon, .fh5co-feature.active .fh5co-feature-icon, .fh5co-figure:hover .fh5co-feature-icon, .fh5co-figure.active .fh5co-feature-icon {
    background: #989694;
}

.fh5co-feature .fh5co-feature-icon i, .fh5co-figure .fh5co-feature-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #989694;
}

.fh5co-feature:hover .fh5co-feature-icon i, .fh5co-feature.active .fh5co-feature-icon i, .fh5co-figure:hover .fh5co-feature-icon i, .fh5co-figure.active .fh5co-feature-icon i {
    color: #fff;
}

.fh5co-feature .fh5co-feature-lead, .fh5co-feature .fh5co-figure-lead, .fh5co-figure .fh5co-feature-lead, .fh5co-figure .fh5co-figure-lead {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Montserrat", arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.fh5co-feature .fh5co-feature-text, .fh5co-feature .fh5co-figure-text, .fh5co-figure .fh5co-feature-text, .fh5co-figure .fh5co-figure-text {
    color: #6B6B6B;
    line-height: 24px;
    font-size: 12px;
}

.fh5co-feature, .fh5co-figure {
    display: block;
    color: #444;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 1.5em;
}

.fh5co-feature, .fh5co-figure {
    display: block;
    color: #444;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 1.5em;
}

.fh5co-feature:hover, .fh5co-feature:focus, .fh5co-feature:active, .fh5co-figure:hover, .fh5co-figure:focus, .fh5co-figure:active {
    text-decoration: none;
    outline: none;
}

.fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -10px;
}
/* added bys srijaul */
.imgcl1{
    height: 500px !important;
}
/* end */
/*how work*/
.input-group {
    margin-bottom: 15px;
}

.cus-label {
    color: white;
    font-weight: 100;
    float: left;
}

.input-group-addon {
    cursor: pointer;
}

.search-form {
    max-width: 960px;
    margin: 15px auto 0;
}

.pickup_delivery .search_container {
    margin-right: 20px;
    background:  #00abc8;
    border-radius: 6px;
    width: 100%;
    float: left;
}

.address_container {
    width: 45%;
    float: left;
}

.search_type_container {
    width: 35%;
    float: left;
}

.submit_button_container {
    width: 20%;
    float: left;
}

.search_container {
    padding: 15px;
    margin: 0px 0px -55px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.pickup_delivery .address_field {
    border-radius: 3px 0 0 3px;
}

.address_field, .search_type_field, #user_keyword {
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.pickup_delivery .address_container #address {
    width: 100%;
    background: #fff url(../../img/front-end/location_pin_red.png) 11px 13px no-repeat;
    background-size: 16px;
    background-position: 12px;
}

.pickup_delivery #address {
    font-size: 18px;
    color: #ffffff;
    padding: 12px 11px 12px 37px;
}

#logged_in.pickup_delivery .search_container #dtype {
    padding: 11px 5px;
}

.pickup_delivery .search_container #dtype {
    border-left: 1px solid #d3d3d3;
    padding: 13px 20px;
    border-radius: 0 3px 3px 0;
}

.pickup_delivery .search_type_container .search_type_field_radio {
    margin-left: -1px;
    margin-right: 15px;
}

.address_field, .search_type_field, #user_keyword {
    position: relative;
    background: #fff;
    border-radius: 4px;
}

.hide, .hidden, .hidden1, .show0, .showinline0 {
    display: none;
}

.pickup_delivery #address {
    border: 1px solid #fff !important;
    color: #000 !important;
    height: 50px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

label[for="delivery_radio"] {
    padding-right: 5px;
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat;
}

label[for="pickup_radio"] {
    padding-right: 5px;
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat;
}

label[for="livecooking_radio"] {
    padding-left: 24px;
    padding-top: 3px;
    cursor: pointer;
    background: url(../../img/front-end/icon_radial_off.png) left center no-repeat;
}

.pickup_delivery input:checked + label[for="delivery_radio"], .pickup_delivery input:checked + label[for="livecooking_radio"], .pickup_delivery input:checked + label[for="pickup_radio"], .pickup_delivery input + label[for="delivery_radio"], .pickup_delivery input + label[for="pickup_radio"], .pickup_delivery input + label[for="livecooking_radio"] {
    padding-left: 22px;
    color: #555;
    font-size: 13px;
}

.search_container input {
    margin: 0;
    position: relative;
    color: #1d1d1d;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pickup_delivery label[for="pickup_radio"], .pickup_delivery label[for="delivery_radio"], .pickup_delivery label[for="livecooking_radio"] {
    background: url(../../img/front-end/icon_radial_unselected.png) left center no-repeat;
    background-size: 18px 18px;
}

.pickup_delivery input:checked + label[for="pickup_radio"], .pickup_delivery input:checked + label[for="delivery_radio"], .pickup_delivery input:checked + label[for="livecooking_radio"] {
    background: url(../../img/front-end/icon_radial_selected.png) left center no-repeat;
    background-size: 18px 18px;
}

.pickup_delivery .submit_button_container button {
    width: 100%;
    padding: 10px;
    height: 50px;
    line-height: 20px;
}

.submit_button_container button {
    width: 238px;
    margin: 0;
    padding: 10px 4px 9px 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #f4483c;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    /* background: -moz-linear-gradient(top, #c60814 0%, #ac060e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c60814), color-stop(100%, #ac060e));
    background: -webkit-linear-gradient(top, #c60814 0%, #ac060e 100%);
    background: -o-linear-gradient(top, #c60814 0%, #ac060e 100%);
    background: -ms-linear-gradient(top, #c60814 0%, #ac060e 100%);
    background: linear-gradient(to bottom, #91DDF9 0%, #F44236 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60814', endColorstr='#ac060e', GradientType=0); */
    background:#f4483c;
}

.submit_button_container .arrow_right {
    width: 7px;
    height: 13px;
    margin: 6px 4px 0px 10px;
    float: right;
    background: url(../../img/front-end/arrow_right_white.png) no-repeat;
}

.header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-bottom: -20%;
    z-index: 999;
}

.signin {
    padding-top: 9px;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}

.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}

.pad-xl {
    padding: 200px 0px;
}

.pad-lg {
    padding: 160px 0px;
}

.pad-sm {
    padding: 80px 0px;
}

.pad-xs {
    padding: 30px 0px;
}

#be-the-first {
    background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hr.line {
    width: 100%;
    border: 2px solid;
}

.purple {
    border-color: #6d3f96;
    color: #6d3f96;
}

.blue {
    border-color: #70cbce;
    color: #70cbce
}

.yellow {
    border-color: #fdc05d;
    color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}

#invite {
    background: #f2f2f2;
}

.fa-envelope-o {
    color: #4ec3cd;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #4ec3cd;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

.news-container {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-img {
    padding-right: 20px;
}

footer {
    background: #ffffff;
    padding: 0px 0px;
}

.social li a:hover {
    opacity: 0.5;
}

/*---------------Pricing Tables-------------------*/
#pricing {
    background: #70cbce;
}

.pricing-container {
    padding-left: 0px;
    padding-right: 0px;
}

.pricing-table {
    background: transparent;
    margin-bottom: 50px;
    margin-top: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table.active {
    box-shadow: 0px 0px 12px rgba(41, 46, 50, 0.6);
    position: absolute;
    margin: auto;
    z-index: 200;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pricing-table:hover {
    margin-top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table li {
    padding-left: 20px;
    padding-right: 20px;
}

.headline {
    background: #231f20;
    color: #ffffff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-table:hover li.price {
    background: #303236;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    -o-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
}

.price small {
    font-weight: 300;
    color: #929496;
}

.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #929496;
    background: #ffffff;
}

.features {
    color: #231f20;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e8eaea;
    background: #ffffff
}

.features.first {
    border-top: 1px dotted #e8eaea;
}

.features.last {
    padding-top: 17px;
    padding-bottom: 20px;
}

.features.last a {
    color: #70cbce;
    font-size: 14px;
    letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}

.item-stat-content {
    float: left;
    width: 100%;
    background: #ececec;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.item-stat-content h3 {
    margin-top: 0px;
    line-height: 20px;
}

.value-box .text {
    font-weight: bold;
}

.fixed-footer {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: white;
    left: 0px;
    height: 50px;
    box-shadow: 0px -4px 4px -2px #d8d8d8;
}

.increase-addon {
    float: left;
    margin-left: 0px;
}

.commonAddonQuantity {
    padding: 0px 5px;
    border: 1px solid #b6b6b6;
    width: 20px;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}

/*.table-responsive.design{max-height: 150px;}*/
.table-responsive.design tr td:first-child {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.table-responsive.design tr > td {
    font-size: 12px;
    border-top: 1px solid #f2f2f2;
}

.table-responsive.design tr:nth-child(2n) {
    background-color: #f8f6ff;
}

.table-responsive.design tr:nth-child(1n) {
    background-color: #f8f6ff;
}

.table-responsive.design tr.active td {
    background: #3db18c;
    color: white;
}

.table-responsive.design tr.active td:hover {
    background: #3db18c;
}

.table-responsive.design tr.active:hover {
    background: #3db18c;
}

.table-hover > tbody > tr.active:hover > td {
    background-color: #3db18c;
}

.table-responsive.design .table-bordered {
    border: 1px solid #f3f3f3;
    margin-bottom: 0px;
}

.demoDiv {
    padding: 10px;
    border: 0px solid #000000;
}

.firstDiv {
    width: 100%;
    height: 150px;
}

/* CSS Document */
.ekScrollable {
    overflow: hidden;
}

.ekScrollable .ekScrollableConteneur {
    overflow: hidden;
    float: left;
}

.ekScrollable .ekScrollableConteneur .ekScrollableContenu {
    padding-bottom: 13.333333333333334px;
}

.ekScrollable .ekScrollableConteneur .ekScrollableContenu p {
    margin: 0 0 15px 0;
}

.ekScrollable .fondScroll {
    width: 1px;
    float: right;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #999999;
}

.ekScrollable .fondScroll .btnScrollCont {
    width: 9px;
    cursor: pointer;
}

.ekScrollable .fondScroll .btnScrollCont .btnScroll {
    width: 9px;
    margin: 0 -4px;
    background-color: #cccccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ekScrollable .fondufin {
    position: relative;
}

.ekScrollable .fondufin .degrade {
    height: 40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.table-expand {
    float: left;
    position: relative;
    width: 100%;
}

.table-expand .more {
    position: absolute;
    z-index: 999;
    top: 120px;
    right: 0px;
    color: #1253c3;
    border: 1px solid #1253c3;
    padding: 4px 10px;
    background: transparent;
    border-radius: 4px;
    font-size: 15px;
    line-height: 15px;
    display: block;
}

.table-expand .less {
    color: red;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid red;
    position: absolute;
    background: transparent;
    z-index: 999;
    display: block;
    padding: 4px 10px;
    border-radius: 0px;
    right: -60px;
    top: 0px;
    display: none;
    border-radius: 4px;
}

.table-responsive.design {
    margin-top: 0px;
    background: white;
    box-shadow: 0px 0px 0px 0px #bdbdbd;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 112px;
    top: 0px;
    z-index: 999;
}
/* added by srijaul on 03.03.2020 */
.table-responsive.design.expand {
   height: auto;
    box-shadow: 0px 5px 13px -5px #cccccc;
    z-index: 999;
    border: 1px solid #edebeb;
    border-radius: 3px;
}
/* end */
.addonmame {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    width: 120px;
    color: black;
    font-weight: 500;
}

/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: black;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    font-family: 'Barlow', sans-serif;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}

.form-control::-o-placeholder {
    color: #838793;
    font-size: 15px;
    opacity: 1;
    font-family: 'Barlow', sans-serif;
}

.cd-switcher {
    padding-left: 0px;
    list-style: none;
}

.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}

.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0;
}

.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-user-modal-container .cd-switcher::after {
    clear: both;
    content: "";
    display: table;
}

.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}

.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}

.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}

.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}

.cd-user-modal-container .cd-switcher a.selected {
    background: #fff;
    color: #505260;
}

@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 0em auto;
        margin-top: 10em;
    }

    .cd-user-modal-container .cd-switcher a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-form {
    padding: 1.4em;
}

.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}

.cd-form .fieldset:first-child {
    margin-top: 0;
}

.cd-form .fieldset:last-child {
    margin-bottom: 0;
}

.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.cd-form label.cd-username {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg");
}

.cd-form label.cd-email {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg");
}

.cd-form label.cd-password {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg");
}

.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
    height: 45px;
}

.has-error input.has-border {
    border: 1px solid #a94442;
}

.has-error .btn-icon-addon i {
    color: #a94442;
}

.has-error input.has-border::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a94442;
}

.has-error input.has-border::-moz-placeholder { /* Firefox 19+ */
    color: #a94442;
}

.has-error input.has-border:-ms-input-placeholder { /* IE 10+ */
    color: #a94442;
}

.has-error input.has-border:-moz-placeholder { /* Firefox 18- */
    color: #a94442;
}

.cd-form input.full-width {
    width: 100%;
}

.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}

.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}

.has-error input.has-border:focus {
    border-color: #a94442;
}

.cd-form input.has-error {
    border: 1px solid #d76666;
}

.cd-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}

.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #00ffff;
    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    background: #3599ae;
    outline: none;
}

.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}

.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}

.cd-form .cd-error-message::after {
    /* triangle */
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}

.cd-form-signup {
    font-size: 12px;
    margin-top: -12px;
}

.cd-form-signup a {
    color: #00a800
}

.cd-form h3 {
    margin-top: -10px;
    font-weight: bold;
}

.cd-form h4 {
    font: 15px sans-serif;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

.cd-form h4.background {
    position: relative;
    z-index: 1;
}

.cd-form h4.background:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.cd-form .background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

.popup-social-icons {
    list-style: none;
    padding-left: 0px;
    text-align: center;
    margin: 0px auto;
    padding-top: 10px;
}

.popup-social-icons li {
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: middle;
    margin-right: 2px;
}

.popup-social-icons li a {
    background: black;
    padding: 0;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}

.popup-social-icons li a.facebook {
    background: #3a558a
}

.popup-social-icons li a.twitter {
    background: #00acec
}

.popup-social-icons li a.google-plus {
    background: #b53a2b
}

.popup-social-icons li a i {
    color: white;
    font-size: 16px;
}

@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 15px;
    }

    .cd-form .fieldset {
        margin: 1em 0;
    }

    .cd-form .fieldset:first-child {
        margin-top: 0;
    }

    .cd-form .fieldset:last-child {
        margin-bottom: 0;
    }

    .cd-form input.has-padding {
        padding: 12px 20px 12px 50px;
    }

    .cd-form input[type=submit] {
        padding: 12px 0;
    }
}

.btn-icon-addon {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 16px;
}

.btn-icon-addon i {
    color: #d2d8d8;
    font-size: 20px;
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 2em 2em 0;
    }
}

.cd-form-bottom-message {
    position: relative;
    width: 100%;
    color: green;
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-form-bottom-message a {
    color: #00a800;
    text-decoration: underline;
    font-size: 13px;
}

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: none;
    }
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
    display: block;
}

#cd-restaurant-login, #cd-restaurant-signup, #cd-reset-restaurant-password {
    display: none;
}

#cd-restaurant-login.is-selected, #cd-restaurant-signup.is-selected, #cd-reset-restaurant-password.is-selected {
    display: block;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 1023px) {
    .address_container {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .search_type_container {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .pickup_delivery .search_type_container .search_type_field_radio {
        margin-left: 0;
        margin-right: 0;
    }

    .submit_button_container {
        width: 100%;
        float: left;
    }
   
}

@media (min-width: 992px) and (max-width: 1270px) {
    .header-info {
        margin-bottom: -30%;
    }

    .header-content-blog {
        width: 70%;
    } 

    .header-content-img {
        width: 30%;
    } 

    .mostpopular-box {
        min-height: 130px;
    }
    
}
@media (max-width: 1080px){
    .header-content-img{
        width: 25%;
    }
    .header-content-blog {
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-part1 {
        height: 350px;
        background-size: cover;
        background-image: url(../../img/front-end/mobile-back.jpg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .header-info h1{
        color:white !important;
    }
    .header-info p.midcusp{
        color:white !important;
    }
    .footerblog p{
        font-size:12px;
    }

    .midcusp {
        width: 100%;
        font-size: 13px;
    }

    .description {
        font-size: 11px;
    }

    .mostpopular-box {
        min-height: 150px;
    }
    /* **********************added by srijaul ************** */
    .right_top_img1 {
        background-size: 190px auto !important;
        padding: 50px 0 50px !important;
    }
    


}

@media (max-width: 480px) {
    .btn-lg {
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }

    .btn-wide {
        width: 100%;
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }

    #be-the-first {
        background-attachment: scroll;
    }
    /* added by srijaul */
    .rating-section{
    font-size: 15px !important;
}
.rating-section i{
    
    height: 25px !important;
    width: 25px !important;
}
.delivery-time{
    font-size: 10px !important;
}
.right_top_img {
    background-size: 100px auto !important;
    padding: 90px 0 !important;
}
}

@media (max-width: 999px) {
    #fh5co-features {
        padding: 10px;
    }

    .header-content-blog {
        width: 100%;
    }

    .header-content-img {
        display: none;
    }
    .right_top_img {
        background-size: 190px auto !important;
        padding: 150px 0 50px !important;
}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    #be-the-first {
        background-attachment: scroll;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav a {
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .address_container {
        width: 40%;
    }

    .search_type_container {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .address_container {
        width: 55%;
    }

    .search_type_container {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #be-the-first {
        background-attachment: scroll;
    }
    /* .header-info {
        margin-bottom: -38% !important;
    } */
}

@media (max-width: 767px) {
    
    .table-expand .less {
        right: 0px;
        top: -30px;
    }

    .firstDiv {
        height: auto;
    }

    .navbar {
        z-index: 9999;
    }

    .header-info h1 {
        color: white;
        padding: 0px 15px;
    }

    .header-info p.midcusp {
        color: #f9f9f9;
        padding: 0px 15px;
    }

    .header-content-blog {
        width: 100%;
        float: left;
    }

    .header-content-img {
        display: none;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-nav a {
        color: #f44236;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #f44236;
    }

    .navbar-nav a {
        color: #f44236;
    }

    .header-part1 {
        height: 480px !important;
    }

    .trc {
        text-align: center;
    }

    .round-layer {
        display: none;
    }

    .driver-header {
        height: 800px;
    }

    h1 {
        font-size: 21px !important;
        line-height: 30px;
    }

    h2 {
        font-size: 22px !important;
        line-height: 20px;
    }

    .header-info h1 {
        font-size: 24px !important;
    }

    .header-part5 {
        width: 100%;
        padding: 0px 0px 60px 0px;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .header-part4 {
        width: 100%;
        padding: 0px 0px 60px 0px;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .header-part3 {
        width: 100%;
        padding: 0px 0px 60px 0px;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .header-part2 {
        width: 100%;
        padding: 0px 0px 60px 0px;
        height: 104vh;
        overflow: hidden;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .header-part1 {
        width: 100%;
        padding: 0px 0px 60px 0px;
        height: 650px;
        background-image: url(../../img/front-end/mobile-back.jpg);
    }

    .mcControl {
        margin-top: -35px;
        margin-bottom: -8px;
    }

    .header-info {
        position: absolute;
        bottom: -350px;
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0px;
        margin-bottom: 0%;
    }

    .pickup_delivery .search_container {
        margin-top: 15px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    /* *****************************************************added by srijaul***************** */
    .imgcl1{
        height: auto !important;
    }
    .right_top_img1 {
        background-size: 100px auto !important;
        padding: 10px 0 !important;
    }
}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}
.overlay{
    display: none;
    position:absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

/* .slider-wrap:after {
    content: "";
    width: 100%;
    height: 240px;
    background: #fff;
    z-index: 1;
    bottom: -210px;
    background-color: #f8f9fa;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
} */
/* ***************************************************************** */
.open > li > a, .open a{
    color:black !important;
}
.section {
  /* padding: 15em 0; */
    position: relative;
    z-index: 2;
    display: none; 
}
.heading-wrap {
  position: relative; }
  .heading-wrap h2 {
    font-size: 30px;
    position: relative;
    padding-top: 20px;
    z-index: 2;
    text-transform: capitalize;
    font-weight: 800;
 }
    .heading-wrap h2:before {
      width: 80px;
      height: 2px;
      background: #ff7404;
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .heading-wrap .back-text, .heading-wrap .back-text-dark {
    z-index: 0;
    line-height: 1;
    top: .5em;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 200px;
    position: absolute;
    width: 100%;
    color: #f7f7f7;
    text-transform: uppercase; }
  .heading-wrap .back-text-dark {
    color: #f2f2f2 !important; }
.text-center{
    text-align:center !important;
}
.img-fluid{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.about_img_1{
    margin-bottom:30px;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.des-text{
    margin:20px 0;
}
.item{
    position:relative;
}
.res-ban-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47843137254901963);
    color: #fff;
    padding: 10px;
    font-size: 19px;
    font-weight: 700;
}
.inner-ban{
    position: relative;
}

.order-steps li {
    color: #000000 !important;
    margin: 20px 0;
    min-height: 83px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    word-break: break-all;
}
.right_top_img1 {
    /* background-image: url(../../img/front-end/rightbg1.png); */
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: right top;
    margin: 0px;
    background-size: 330px auto;
    padding: 50px 0 0px;
}

@media only screen and (min-width:1024px) and (max-width:1210px){
.imgcl1 {
        height: 410px !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1023px){
.imgcl1 {
        height: 410px !important;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
.imgcl1 {
        height: 316px !important;
    }
}
.res-name{
    margin:10px 0 !important;
    font-size: 18px;
    line-height: normal;
}
.food-type{
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.inner-btn-d .delBtn{
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #990000;
    font-weight: 700;
}
.inner-owl{
    padding-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #e4e1e1;
    display: flow-root;
    margin: 10px;
    
}
.img-fluid1{
    border-radius: 10px 10px 0 0;
    padding: 5px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.owl-in-img{
 position: relative;
}
.rating-section{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
}
.rating-section i{
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    color: #FF9800;
    height: 30px;
    width: 30px;
}
.owl-overlay{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.18);
    bottom: 5px;
    border-radius: 10px 10px 0 0;
}
.heart{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
}
.heart i{
    background: #dce8f5;
    padding: 8px;
    border-radius: 10px;
    vertical-align: middle;
}
.res-status1{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    
}
.fa-cutlery:before {
    content: "\f0f5";
    padding-left: 5px;
}
.res-status1 a{
    display: inline-block;
}
.res-status1 a i {
    color: #990000;
    background: rgba(239, 239, 239, 0.76);
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    height: 45px;
    width: 45px;
}
.delivery-time{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: white;
    padding: 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow:inset 1px -2px 9px 1px #d5d4d0;
     -moz-box-shadow:inset 1px -2px 9px 1px #d5d4d0;
    box-shadow: inset 1px -2px 9px 1px #d5d4d0;
}
#owl-zero .owl-dots{
    text-align: center;
}
#owl-zero .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #e0dada !important;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block;
}
#owl-zero .owl-dot.active {
     background: #f34436  !important;
     border: 2px solid #fff !important;
}
.right_top_img {
    background-image: url(../../img/front-end/rightbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-color: #fff;
    background-position: right top;
    margin: 0px;
    background-size: 300px auto;
    padding: 174px 0 0px;
    margin-top: 25px;
}
.inner-main{
    display: flow-root;
    padding: 10px;
    border: 1px solid#d2cece;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    border-radius: 3px;
    margin-bottom:30px !important;
}
.top-gap{
    margin-top:30px !important;
}
#owl-zero .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
#owl-zero .owl-item{
     margin-bottom: 20px;
}
.fullwidth{
    width: 100% !important;
}
.mb2{
    margin-bottom: 20px;
    height: 173px;
}
.mb30{
 margin-bottom: 30px;
}
@media only screen and (max-width:1024px){
    .mb2{
    height: auto;
}
}
.inner-main span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}
.description{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7!important;
}
.owl-prev {
    position: absolute;
    top:-40px;
    right:0;
    margin-right: 55px;
    display: block !important;
    border: 0px solid black;
    height: 40px;
    width: 40px;
    background: rgb(238, 238, 238)!important;
    border-radius: 0px;
}
.owl-next {
    position: absolute;
    top: -40px;
    right: 13px;
    display: block !important;
    border: 0px solid black;
    height: 40px;
    width: 40px;
    background: rgb(238, 238, 238)!important;
    border-radius: 0px;
}
.owl-prev svg{
    margin-top:5px !important;
}
.owl-next svg{
    margin-top:5px !important;
}
.ribbon{
    position: absolute;
    left: -8px;
    top: 15px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: rgb(243, 67, 55);
    text-transform: capitalize;
}
.cuisine{
    margin:30px 0;
}
.inner-carousel{
    position: relative;
}
.img-fluid2{
    border-radius: 15px;
    height: 120px;
}
.inner-car-img span{
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 15px;
    background-color: rgba(21, 21, 20, 0.32);
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
}
@media only screen and (max-width:767px){
    .owl-next, .owl-prev{
        bottom:-20px !important;
        top:unset !important;
    }
}
.inner-car-img{
       border: 8px solid rgba(214, 214, 214, 0.14);
    border-radius: 23px;
    position: relative;
    box-shadow: 1px 2px 12px 1px rgba(214, 214, 214, 0.45);
    margin: 10px 0;
}