﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    overflow-x: hidden;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Inter", sans-serif !important;
    /**New Css**/
    /*overflow-x:hidden;*/
}

#loader {
    width: 10%;
    margin: -70px auto 100px;
    position: relative;
    left: 45%;
}

.container-custom {
    max-width: 860px;
    min-height: 650px;
    padding-bottom: 80px;
}

.desk-show {
    display: block;
}

/**New Css**/

.m-hide {
    display: none !important;
}

.mob-show {
    display: none;
}

/**New Css**/
.logo img {
    width: 140px;
    /**New Changes**/
}

.modal-header .close {
    padding: 5px 10px;
    margin: -3px;
    background: #000;
    opacity: 1;
    border-radius: 5px;
    color: #fff;
}

.center_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.loacations {
    font-size: 14px;
    border-bottom: 1px solid #696969;
    padding-bottom: 5px;
    display: flex;
    margin-bottom: 5px;
    width: 300px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    /**New Css**/
}

a.loacations img {
    width: 19px;
    margin-right: 8px;
}

a.detect {
    font-size: 14px;
    display: flex;
    width: 280px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    /**New Css**/
}

a.detect img {
    width: 20px;
    margin-right: 7px;
}

ul.menutop {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    /*margin: 10px 0;*/
    text-align: right;
}

ul.menutop .dropdown-menu {
    min-width: 6rem;
}

ul.menutop .dropdown-item {
    padding: .25rem 0.6rem;
}

ul.menutop li a {
    color: #000;
    font-size: 14px;
}

a.logo_link h1 {
    color: #000;
    font-weight: 900;
    padding: 5px 0;
    margin: 0;
}

ul.menutop li {
    display: inline-block;
    padding: 0 5px;
}

ul.menutop img {
    width: 20px;
    margin-right: 0px !important;
}

header {
    background: #f6e300;
    padding: 10px 0;
    /**New Changes**/
}

.search_box {
    background: url("../images/main-banner.jpg");
    /**New Changes**/
    padding: 5px 0 5px;
    /**New Changes**/
    background-size: cover;
    background-repeat: no-repeat;
}

.search {
    width: 77%;
    margin: 0 auto;
    position: relative;
    left: 10px;
}

.search img {
    width: 18px;
    margin-right: -30px;
    z-index: 9999;
    position: relative;
}

span.firstinput input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: none;
    /**New Css**/
}

.search input {
    background: #efefef;
    border: 0;
    padding: 10px 40px;
    font-size: 14px;
}

span.sndinput input {
    width: 56%;
    border-left: 1px solid #000;
    outline: none;
    /**New Css**/
}

img.dedects {
    margin-right: 16px;
    margin-left: -30px;
    width: 18px;
}

img.seaerchd {
    margin-right: -50px;
}

header.listing-header {
    background: #C68514 !important;
    position: sticky;
    top: 0;
    z-index: 1111;
    transition: 0.4s;
    padding: 6px 0;
}

header.listing-header.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
}

header .container.container-xxl {
    max-width: 80%;
}

header.listing-header .row {
    align-items: center;
    justify-content: space-between;
}

/* Custom Premium Language Picker Styling */
.custom-lang-picker {
    position: relative;
    display: inline-block;
}

.custom-lang-btn {
    background: #ffffff !important;
    color: #333333 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.custom-lang-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
}

.custom-lang-btn span:nth-child(2),
.custom-lang-btn i {
    display: none !important;
}

.custom-lang-btn .flag-icon-img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.custom-lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 150px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    overflow: hidden;
    padding: 6px 0;
    z-index: 1000;
}

.custom-lang-picker.active .custom-lang-dropdown {
    display: flex;
}

.custom-lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.custom-lang-dropdown a:hover {
    background: rgba(230, 30, 45, 0.06);
    color: #C68514;
}

.custom-lang-dropdown a.active {
    background: rgba(230, 30, 45, 0.09);
    color: #C68514;
    font-weight: 600;
}

.custom-lang-dropdown .flag-icon-img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.search button {
    background: #f6e300;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    padding: 10px 30px 10px 45px;
    margin-left: 20px;
    font-weight: 600;
    /**New Css**/
    outline: none;
    /**New Css**/
}

.b1 {
    font-size: 14px;
    font-weight: 600;
}

.modal-open .modal {
    padding-right: 0 !important;
    overflow: hidden;
}

.search img {
    z-index: 999 !important;
}

.selectrest {
    /* background: #fff; */
    padding: 0;
    /**New Css**/
    margin-top: 5px;
    /**New Css**/
}

/*.selectrest li{position:relative; left:-7px;}*/
.selectrest a {
    background: #000 !important;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    /*justify-content: center;*/
    /*padding: 4px 10px;*/
    /**New Css**/
    padding: 4px 39px 4px 39px;

    text-decoration: none;
    transition: 0.4s;
    /*margin-right:5px;*/
    /**New Css**/
    margin-right: 7px;
    /* border: 1px solid #f3f3f3; */
    border-radius: 5px;
    /**New Css**/
    /* box-shadow: 0 0 4px 0 #d5d5d5; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .selectrest li {
        left: 3px;
    }

    .selectrest a {
        padding: 4px 39px 4px 39px;
    }

    .search {
        width: 81.5%;
        left: 32px;
    }
}

@-moz-document url-prefix() {
    .selectrest li {
        position: relative;
        left: 4px;
    }

    .selectrest a {
        padding: 4px 39px 4px 39px;
    }

    .search {
        width: 77%;
        left: 10px;
    }
}

.top-count {
    margin-left: -54px;
}

.top-count span {
    background: #e70404;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
}

@media only screen and (max-width:767px) {
    .top-count {
        margin-left: 0px;
    }

    .selectrest li {
        margin-left: 0px;
    }

    .selectrest a {
        padding: 4px 10px;
        margin-right: 5px;
    }
}

.selectrest img {
    height: 40px;
    /**New Css**/
    margin-bottom: 0px;
    /**New Css**/
    margin-right: 10px;
    /**New Css**/
}

.selectrest span {
    width: auto;
    /**New Css**/
    color: #000;
    font-size: 14px;
    font-weight: 600;
    /**New Css**/
}

.nav-tabs {
    border-bottom: 0;
}

/*.selectrest {
    background: #f3f3f3;
    padding: 0;
}*/
.selectrest a:hover {
    background: linear-gradient(135deg, #C68514, #9a0611) !important;
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); */
}

.selectrest .active {
    background: linear-gradient(135deg, #C68514, #9a0611) !important;
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); */
}

.search.cities {
    margin: 40px auto;
}

.search.cities input {
    width: 78%;
}

.search.cities {
    width: 75%;
}

.findresturent h3 {
    text-align: center;
    padding: 40px 0;
    font-size: 35px;
}

.listingdiv {
    background: #fff;
    /**New Css**/
    border-radius: 5px;
    /**New Css**/
    box-shadow: 0px 1px 2px #bdbdbd;
    /**New Css**/
    margin-bottom: 10px;
    padding: 0;
    /**New Css**/
    border: 1px solid #f7f7f7;
    /**New Css**/
    transition: all linear 0.3s;
}

.mob-btns .btn,
.mob-btns i {
    color: #C68514 !important;
}

.mob-btns .btn:hover,
.mob-btns .btn:hover i {
    background: linear-gradient(135deg, #C68514, #9a0611) !important;
    color: #fff !important;
    border-radius: 5px;
    border: 0;
}

.mob-btns .btn:hover i {
    color: #fff !important;
}

.mob-btns .btn:focus {
    box-shadow: none;
}

a .listingdiv {
    transition: all linear 0.3s;
}

a:hover .listingdiv {
    box-shadow: 0px 5px 6px #bdbdbd;
}

.listingdiv .left {
    padding-left: 0;
}

/**New Css**/
.img_box img {
    max-width: 100%;
    border-radius: 5px 0 0 5px;
    /**New Css**/
}

.img_box {
    background: #f8f8f8;
    /*min-height:70px;
    width: 100%;*/
    min-height: 120px;
    width: 140px;
    display: flex;
    /*align-items: center;*/
}

/**New Css**/
.logo-circle {
    background: #fff;
    border: 5px solid #f6e300;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 10px;
    position: absolute;
    right: -10px;
    top: 33%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px;
}

.notify-badge {
    position: absolute;
    left: 3px;
    top: 12px;
    background: #e70404;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    ;
    padding: 0px 7px;
    font-size: 14px;
    transform: rotate(-33deg);
}

/**New Css**/

#myBtntoptobottom {
    display: inline-block;
    background-color: #f6e300;
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 18px;
    border: none;
    outline: none;
}

#myBtntoptobottom:hover {
    cursor: pointer;
    background-color: #555;
}

#myBtntoptobottom:active {
    background-color: #555;
}

#myBtntoptobottom.show {
    opacity: 1;
    visibility: visible;
}

.listingdiv .right {
    padding: 5px 10px 0 0;
}

/**New Css**/
/*.listingdiv .lrft_lidting{width:60%; margin-left:30px;}*/
.listingdiv .lrft_lidting {
    width: 82%;
    margin-left: 30px;
}

/**New Css**/
.viewMenu1 {
    background: #f6e300;
    color: #000;
    padding: 9px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.viewMenu1:hover {
    color: #000;
}

.whislist i {
    color: #e70404;
}

.lrft_lidting h3 {
    /*width: max-content;*/
    color: #000;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    text-align: left;
    /**New Css**/
    margin-bottom: 5px;
}

.lrft_lidting h3 span {
    font-size: 13px;
    /*color: #e70404;*/
    color: #7a7a7a;
    margin-left: 9px;
}

h4.locationin {
    font-size: 14px;
    /**New Css**/
    line-height: 26px;
    /**New Css**/
    color: #7a7a7a;
    margin: 0;
    font-weight: 400;
    /**New Css**/
}

h4.locationin img {
    width: 13px;
    margin-top: -4px;
}

.time_sec.space {
    /*margin: 0px 12px;*/
    margin: 0;
    padding-right: 15px;
}

.time_sec span {
    color: #999999;
    font-size: 13px;
    font-weight: 500;
}

.time_sec span i {
    color: #e70404;
    font-size: 15px;
    padding-right: 1px;
}

.time_sec.space.cl_green span {
    color: #027f02;
}

.info1 {
    display: flex;
    justify-content: space-between;
}

.mark_sec_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.mark_sec_leftc span:first-child {
    margin-left: 0;
}

.mark_sec_left span {
    font-size: 13px;
    font-weight: 500;
    padding-right: 15px;
}

span.cl_green {
    color: #027f02;
}

.mark_sec_left span i {
    padding-right: 5px;
}

span.cl_green {
    color: #027f02;
}

.mark_sec_left span img {
    padding-right: 5px;
}

.mark_sec_left span img {
    width: 100%;
    max-width: 21px;
}

.time_sec.space:first-child {
    margin-left: 0;
}

.right {
    display: flex;
    justify-content: space-between;
}

/*.right-listing button {
    border: 0;
    padding: 9px 14px;
    border-radius: 6px;
    background: #fbe201;
    margin-left: 10px;
    font-size: 14px;
    font-weight:500;
}*/
.right-listing button {
    border: 0;
    padding: 4px 6px;
    border-radius: 6px;
    background: transparent;
    margin-left: -1px;
    font-size: 12px;
    font-weight: 500;
}

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

.reviews {
    padding: 10px 0;
    font-size: 12px;
    /**New Css**/
    color: #4c4c4c;
    font-weight: 600;
    /**New Css**/
}

.reviews i {
    color: #C68514 !important;
}

.reviews span {
    background: #e70404;
    border-radius: 12px;
    padding: 4px 10px 4px 8px;
    font-size: 13px;
    color: #fff;
    margin: 0 0 0 7px;
}

a.whislist {
    color: #e70404;
}

footer {
    padding: 0px 0;
    background: #fbe201;
    text-align: center;
    position: fixed;
    /**New Css**/
    bottom: 0;
    /**New Css**/
    width: 100%;
}

footer p {
    margin: 10px 0;
}

@charset "UTF-8";

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {

    0%,
    100% {
        -moz-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {

    0%,
    100% {
        -o-transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.form.loginBox span {
    position: relative;
}

.login .modal-footer {
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
    /*     padding: 11px 15px; */
}

.login .modal-body {
    /*     background-color: #eeeeee; */
}

div#loginModal {
    z-index: 9999999999;
}

.modal-body {
    padding: 25px;
}

.modal-body.orderin {
    background: url("../images/orderpopup.jpg");
    background-size: cover;
}

span.sndinput {
    margin-left: 15px;
}

.orderin input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 70% !important;
    background: #fff;
}

span.firstinput {
    margin-right: -10px;
}

.modal-content {
    border: 0;
}

div#exampleModalCenter {
    z-index: 99999999;
}

.orderin .search {
    margin-bottom: 40px;
    width: 100%;
}

.orderin p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.orderin h3 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-top: 40px;
}

button.close.iconssd {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    color: #FFF;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 54px;
    padding: 5px 10px;
}

.loginBox input,
.registerBox input {
    background: #d7d7d7;
    box-shadow: none !important;
    border: transparent;
    border-radius: 6px !important;
    padding-left: 40px !important;
    margin-bottom: 15px !important;
}

.registerBox span {
    position: relative;
}

span.log i {
    left: 100px;
    color: #000;
    font-size: 28px;
    margin-top: 14px;
    z-index: 1;
}

/*span.log.in i {
    left: 150px;
}
.loginBox i, .registerBox i {
    left: 10px;
    display: block;
    top: 27px;
    font-size: 19px;
    color: #727272;
    position: absolute;
}*/
.loginBox i,
.registerBox i {
    margin: 13px 0 0 12px;
    display: block;

    font-size: 19px;
    color: #727272;
    position: absolute;
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.login .division .line {
    border-top: 2px solid #fbe201;
    position: absolute;
    top: 10px;
    width: 38%;
}

.login .division .line.l {
    left: 0;
}

.login .division .line.r {
    right: 0;
}

.login .division span {
    color: #424242;
    font-size: 17px;
}

.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.login .social .circle {
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}

.login .social .circle .fa {
    font-size: 16px;
}

.login .social .facebook {
    background-color: #455CA8;
    color: #FFFFFF;
}

.login .social .google {
    background-color: #F74933;
}

.login .social .github {
    background-color: #403A3A;
}

.login .facebook:hover {
    background-color: #6E83CD;
}

.login .google:hover {
    background-color: #FF7566;
}

.login .github:hover {
    background-color: #4D4D4d;
    ;
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.login .btn-login,
.registerBox .btn-register {
    background-color: #fbe201;
    border-color: #00BBFF;
    border-width: 0;
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}

.login .btn-login:hover,
.registerBox .btn-register:hover {
    background-color: #fbe201;
    color: #000;
}

.login .form-control {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}

.login .form-control:hover {
    background-color: rgba(0, 0, 0, .16);
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0, 0, 0, 0.23);
    color: #FFFFFF;
}

.login .box .form input[type="text"],
.login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 14px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%;
}

.modal-header {
    background: #fbe202;
}

@media (max-width:400px) {
    .login .modal-dialog {
        width: 96%;
    }

    .log i.fa-plus-circle {
        left: 35px;
    }
}

.big-login,
.big-register {
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.big-login:hover {
    background-color: #00A4E4;
    color: #FFFFFF;
}

.big-register {
    background-color: rgba(0, 0, 0, .0);
    color: #00bbff;
    border-color: #00bbff;
}

.big-register:hover {
    border-color: #00A4E4;
    color: #00A4E4;
}


a.btncity {
    background: #fff;
    color: #000;
    padding: 14px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 16px;
    transition: 0.4s;
    border: 1px solid #a2a2a2;
    font-weight: 700;
    text-transform: capitalize;
}

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

a.btncity i {
    float: right;
    font-size: 24px;
    color: #393939;
}

a.btncity.active {
    background: #fbe201;
    border-color: transparent;
    font-weight: 700;
}

a.btncity:hover {
    background: #fbe201;
    border-color: transparent;
    font-weight: 700;
}

a:hover,
a:focus {
    text-decoration: none;
}




.promoBox {
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 10px;
    width: 100%;
    border: 2px solid #ddd;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

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

.promoBox aside {
    position: absolute;
    width: 230px;
    right: 0;
    margin: 0 -65px 0 0;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: #4f85bb;
    background: -moz-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4f85bb), color-stop(100%, #4f85bb));
    background: -webkit-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
    background: -o-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
    background: -ms-linear-gradient(-45deg, #4f85bb 0%, #4f85bb 100%);
    background: linear-gradient(135deg, #4f85bb 0%, #4f85bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f85bb', endColorstr='#4f85bb', GradientType=1);
}

.promoBox aside p {
    padding: 10px 80px 10px 80px;
    margin: 0;
}

.promoBox h4 {
    font-size: 25px;
    margin: 0;
    padding: 0 35% 10px 0;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

.promoBox p {
    font-size: 12px;
}

/* COLOR: Box & Text
\* --------------------------------- */
.promoBox.info-box {
    background: #e0f3fa;
    background: -moz-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e0f3fa), color-stop(50%, #d8f0fc), color-stop(51%, #b8e2f6), color-stop(100%, #b6dffd));
    background: -webkit-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
    background: -o-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
    background: -ms-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
    background: linear-gradient(135deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0f3fa', endColorstr='#b6dffd', GradientType=1);
    border-color: #b6e1f6;
}

.promoBox.info-box h4 {
    color: #225b9c;
    border-color: #8dc2dd;
}

.promoBox.warning-box {
    background: #fceabb;
    background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1);
    border-color: #fccf5a;
}

.promoBox.warning-box h4 {
    color: #775600;
    border-color: #9e8135;
}

.promoBox.danger-box {
    background: #f85032;
    background: -moz-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
    background: -webkit-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -o-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -ms-linear-gradient(-45deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: linear-gradient(135deg, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=1);
    border-color: #ff433e;
    color: #fff;
}

.promoBox.danger-box h4 {
    color: #fff;
    border-color: #ff706d;
}

.promoBox.success-box {
    background: #9dd53a;
    background: -moz-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
    background: -webkit-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -o-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -ms-linear-gradient(-45deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: linear-gradient(135deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=1);
    border-color: #9dd53a;
    color: #fff;
}

.promoBox.success-box h4 {
    color: #4d690b;
    border-color: #ccfc5a;
}

/* COLOR: Ribbon
\* --------------------------------- */
.promoBox.info-ribbon aside {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
}

.promoBox.warning-ribbon aside {
    background: #f9c667;
    background: -moz-linear-gradient(-45deg, #f9c667 0%, #f79621 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f9c667), color-stop(100%, #f79621));
    background: -webkit-linear-gradient(-45deg, #f9c667 0%, #f79621 100%);
    background: -o-linear-gradient(-45deg, #f9c667 0%, #f79621 100%);
    background: -ms-linear-gradient(-45deg, #f9c667 0%, #f79621 100%);
    background: linear-gradient(135deg, #f9c667 0%, #f79621 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c667', endColorstr='#f79621', GradientType=1);
}

.promoBox.danger-ribbon aside {
    background: #ff3019;
    background: -moz-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    background: -webkit-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: -o-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: -ms-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=1);
}

.promoBox.success-ribbon aside {
    background: #a9db80;
    background: -moz-linear-gradient(-45deg, #a9db80 0%, #96c56f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f));
    background: -webkit-linear-gradient(-45deg, #a9db80 0%, #96c56f 100%);
    background: -o-linear-gradient(-45deg, #a9db80 0%, #96c56f 100%);
    background: -ms-linear-gradient(-45deg, #a9db80 0%, #96c56f 100%);
    background: linear-gradient(135deg, #a9db80 0%, #96c56f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=1);
}


/********************************Updated New CSS**********************************************/
.list-row {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}

.img-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
    position: absolute;
    top: 0;
    height: 8rem;
    width: 20%;
    border-radius: 5px 0 0 5px;
}

@media only screen and (max-width:280px) {
    .w-49 {
        width: 45% !important;
    }

    .time_sec span,
    .mark_sec_left span {
        font-size: 10px !important;
    }

    .time_sec.space {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .img-overlay {
        height: 6rem;
        width: 100%;
        border-radius: 5px 5px 0 0px;
    }

    .bg-dlight {
        background: #eaeaea;
    }

    .w-49 {
        width: 46%;
        font-size: 12px;
        padding: 0 0 1px 0;
        font-weight: 600;
        color: #666;
    }

    .w-49 i {
        color: #e70404;
        margin-right: 3px;
    }

    .mark_sec_left {
        justify-content: start;
    }
}

@media only screen and (min-width:768px) and (max-width:800px) {
    .img-overlay {
        height: 6rem !important;
        width: 100% !important;
        border-radius: 5px 5px 0 0px;
    }
}

.left-box {
    display: block;
    width: 20%;
    height: 8rem;
}

.center-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 5px solid #f6e300;
    border-radius: 10px;
    position: absolute;
    left: 14%;
    top: 23%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px;
}

.right-box {
    display: flex;
    width: 80%;
    align-items: center;
}

.img1 {
    border-radius: 5px 0 0 5px;
}

.res-listings .left-box.img1 {
    border-radius: 18px 18px 0 0;
}

.res-listings .left-box .img-overlay {
    border-radius: 18px 18px 0 0;
}

.top-count span {
    background: #e70404;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    font-size: 11px;
}





/********************************Updated New CSS**********************************************/



@media screen and (min-width: 991px) and (max-width: 1199px) {
    ul.menutop li a {
        color: #000;
        font-size: 15px;
    }

    .search {
        width: 100%;
        margin: 0 auto;
    }

    .right-listing button {
        border: 0;
        padding: 9px 14px;
        border-radius: 6px;
        background: #fbe201;
        font-size: 12px;
        margin-left: 10px;
    }

    .selectrest a {
        padding: 20px 8px;
        text-decoration: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
    .col-xl-3.col-md-6.col-xs-12.logo {
        display: none;
    }

    .search {
        width: 100%;
        margin: 0 auto;
    }

    span.sndinput input {
        width: 45%;
        border-left: 1px solid #000;
    }

    .selectrest a {
        padding: 20px 0px;
        text-decoration: none;
    }

    .selectrest span {
        font-size: 15px;
    }

    .right-listing button {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    header .container.container-xxl {
        max-width: 100%;
    }

    .container-custom {
        max-width: 100%;
        padding-bottom: 100px;
    }

    #loader {
        width: 20%;
        margin: -70px auto 150px;
        position: relative;
        left: 40%;
    }

    a.logo_link {
        margin: 0 auto 5px;
        width: 80%;
        /**New Css**/
        display: block;
    }

    .logo img {
        width: 100%;
        margin: 0 auto;
    }

    a.loacations {
        font-size: 12px;
        border-bottom: 1px solid #696969;
        padding-bottom: 5px;
        display: flex;
        margin-bottom: 4px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    a.detect {
        font-size: 12px;
        display: flex;
        width: 280px;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    ul.menutop {
        list-style: none;
        padding: 0;
        /*margin: 12px 0 0;*/
        text-align: center;
    }

    ul.menutop li {
        display: inline-block;
        padding: 0 0px;
    }

    ul.menutop li a {
        color: #000;
        font-size: 12px;
    }

    .search {
        width: 100%;
        margin-left: 10px;
    }

    span.firstinput input {
        border-radius: 6px;
        width: 100%;
    }

    .search.cities {
        width: 90%;
        margin: 0px 0 40px 10px;
        display: block !important;
    }

    .search.cities span:nth-child(2) {
        position: absolute;
        right: 0px;
    }

    .search.cities span button {
        padding: 10px 30px 7px 20px;
        margin: 0;
        width: 82%;
    }

    span.sndinput,
    .firstinput {
        width: 100%;
        display: inline-block;
        margin-left: 10px;
    }

    span.sndinput input {
        width: 100%;
        border-left: 0;
        border-radius: 6px;
        margin: 10px 0;
    }

    .search button {
        border-radius: 6px;
    }

    .search_box {
        padding: 2px 0 5px;
    }

    .selectrest img {
        margin-right: 0;
    }

    .search span {
        margin-left: 0px;
    }

    .seaerchd {
        display: none;
    }

    .nav {
        justify-content: center;
        display: inline;
        /**New Css**/
    }

    .selectrest a {
        padding: 2px;
        /**New Css**/
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

    .selectrest img {
        height: 35px;
        width: 35px;
        margin-bottom: 3px;
    }

    .selectrest span {
        font-size: 13px;
    }

    /**New Css**/
    .desk-show {
        display: none;
    }

    .mob-show {
        display: block;
    }

    .d-hide {
        display: inline-block !important;
    }

    .m-hide {
        display: block !important;
    }

    .m-hide li {
        width: 18%;
        display: inline-block;
    }

    .top-count {
        margin: -14px 0 3px 0;
        color: #000;
        font-size: 12px;
    }

    .top-count span {
        background: #e70404;
        border-radius: 3px;
        color: #fff;
        padding: 0 5px;
        font-size: 11px;
    }

    .top-count1 {
        margin: -20px 0 3px 0;
        color: #000;
        font-size: 12px;
        position: relative;
        top: 72px;
    }

    .top-count1 span {
        background: #e70404;
        border-radius: 3px;
        color: #fff;
        padding: 0 5px;
        font-size: 11px;
    }

    .sgst-btn {
        background: transparent;
        border: 0;
        outline: none;
        color: #999
    }

    .listingdiv .left {
        padding: 0px;
    }

    .img_box {
        height: 65px;
        min-height: 100%;
        width: 100%;
        justify-content: center;
    }

    .listingdiv {
        margin: 0 0 20px 0;
    }

    .listingdiv .lrft_lidting {
        width: 100%;
        margin-left: 0;
    }

    .img_box img {
        border-radius: 5px 5px 0 0;
    }

    .logo-circle {
        top: 61.2%;
        right: auto;
        left: 45%;
        width: 38px;
        height: 38px;
        border: 2px solid #f6e300;
    }

    img.seaerchd {
        margin-right: 0;
        position: relative;
        left: 33%;
        top: 19%;
    }

    .heart {
        background: #fff;
        height: 2rem;
        width: 2rem;
        border-radius: 100%;
        position: absolute;
        right: 3px;
        top: 2%;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        padding: 3px 9px 0;
    }

    .heart i {
        color: #e70404;
    }

    .mob-frame {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fbe201;
        z-index: 111;
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .search-icon img {
        width: 25px;
    }

    span.log i {
        left: 88px;
        margin-top: 10px;
    }

    .w-15 {
        width: 33%;
        text-align: center;
    }

    .w-60 {
        width: 65%;
    }

    .w-40 {
        width: 35%
    }

    /**New Css**/
    .right {
        display: inline-block;
    }

    .lrft_lidting h3 {
        font-size: 15px;
        display: flex;
    }

    h4.locationin {
        font-size: 13px;
        line-height: 15px;
        font-weight: 400;
    }

    .lrft_lidting h3 span {
        color: #e70404;
    }

    .listingdiv .right {
        padding: 5px 0 0 0;
    }

    .right-listing {
        text-align: center;
        padding: 15px 0;
        /* width:40%; */
    }

    .reviews {
        padding: 0px 8px 5px 0;
        font-size: 12px;
        color: #4c4c4c;
        font-weight: 500;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .reviews span {
        padding: 0;
        font-size: 14px;
        background: transparent;
        margin-left: 0;
        color: #e70404;
        font-weight: 600;
    }

    .time_sec.space {
        margin: 5px 0px 0 0;
    }

    .time_sec span,
    .mark_sec_left span {
        font-size: 10px;
    }

    .time_sec span i {
        font-size: 12px;
    }

    .lrft_lidting {
        padding: 5px 10px;
        width: 100%;
    }

    .right-listing button {
        border: 0;
        padding: 5px 10px;
        border-radius: 6px;
        background: #fbe201;
        margin-left: 0px;
        margin-bottom: 0px;
        width: auto;
    }

    .viewMenu1 {
        padding: 7px 10px;
    }

    .orderin input {
        width: 100% !important;
    }

    .search button {
        background: #f6e300;
        border: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 16px;
        /*text-transform: uppercase;*/
        padding: 10px 30px 10px 30px;
        margin-left: 20px;
        margin: 0 auto;
        width: 40%;
        display: block;
    }

    #myBtntoptobottom {
        display: block !important;
        bottom: 65px;
        right: 10px;
    }

    .list-row {
        flex-direction: column:
    }

    .left-box,
    .right-box {
        width: 100%;
    }

    .left-box {
        height: 6rem;
    }

    .center-box {
        left: 42%;
        top: 30px;
        width: 65px;
        height: 65px;
    }

    .img1 {
        border-radius: 5px 5px 0 0;
    }
}