* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

@font-face {
    font-family: 'Roboto, sans-serif';
    src: url('../fonts/ roboto.light.ttf');
}

@font-face {
    font-family: "Roboto light";
    src: url(/fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: "Roboto bold";
    src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'Roboto-Regular, sans-serif';
    src: url(/fonts/Roboto-Regular.ttf);
}

a {
    text-decoration: none;
    color: #07ab1b;
    cursor: pointer;
}

.d-block {
    display: block;
    float: left;
    width: 100%;
    z-index:999;
}

header.restaurant_hdr {
    display: flex;
    width: 100%;
    /*background    : #07ab1b;*/
    background-color: #214684;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px 0px 0px;
    box-sizing: border-box;
    z-index: 999;
    position:fixed;
}

.clsGreenBox_header {
    background-color: #07ab1b;
    width: 51px;
    z-index: 9999999;
    height: 80px;
}

.hdr_location_ul li {
    display: inline-block;
    list-style: none;
}

.custom-select {
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-size: 15px;
}

    .custom-select select {
        display: none;
        /*hide original SELECT element:*/
    }

.sharethis-inline-share-buttons {
    display: flex;
    flex-direction: row-reverse;
}

.select-selected {
    background-color: #fff;
    border-radius: 3px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text_brown {
    color: #07ab1b;
}
/*style the arrow inside the select element:*/
/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    /*border-color: transparent transparent #fff transparent;
    top: 7px;*/
}
/*style the items (options), including the selected item:*/

.select-items div {
    color: #444;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    text-transform: capitalize;
}

.select-selected {
    color: #444;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    /* background  : url(../images/down_arrow_grey.png) 95% no-repeat;*/
    background-size: 12px;
}

.custom-select {
    background: transparent;
    width: auto;
}
/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 125%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #dfdfdf;
    overflow: auto;
    height: auto;
    /* margin-top             : 8px;*/
    border-top: 0;
    box-shadow: 0px 20px 20px rgb(7 7 7 / 28%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    padding-bottom: 10px;
}

#defaultCategory,
#divkeywordList {
    /*left: -12%;
    right: -17%;
    top: 44px;*/
    left: 19;
    right: 0;
    /*top: 40px;*/
    top: 45px;
    width: 94%;
}

#divLocationList {
    /*left: -12%;
    right: -21%;*/
    /*left: 0;*/
    left: 19;
    right: 0;
    /*top: 40px;*/
    top: 45px;
    width: 94%;
}

.locationsubdiv {
    /*padding: 8px 56px !important;*/
    padding: 8px 52px !important;
}
/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}
/*.select-items div:hover {
    background: #07ab1b!important;
    color: #fff;
}*/

.hdr_left.restaurant {
    /*width: auto !important;*/
    padding-left: 0px;
}

.hdr_right.restaurant {
    width: auto !important;
}

.hdr_right_user_info {
    display: inline-block;
    float: right;
    width: auto;
    text-align: right;
    position: relative;
}

.username_a {
    color: #ffffff;
    text-transform: uppercase;
    background: url(../images/down_arrow_white.png) right no-repeat;
    background-size: 12px;
    padding-right: 23px;
    white-space: nowrap;
}

.user_profile_ul li {
    list-style: none;
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

    .user_profile_ul li:hover {
        background: #07ab1b;
        color: #ffffff;
    }

.user_profile_div {
    position: absolute;
    top: 37px;
    right: 0px;
    text-align: left;
    z-index: 99999;
}

.user_profile_ul {
    display: block;
    float: left;
    width: 200px;
    padding: 19px 0px;
    border-radius: 5px;
    box-shadow: 0px 5px 19px #dddddd;
    background: #ffffff;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid#ffffff;
    position: absolute;
    left: 62%;
    top: -7px;
}

.custom-select.hdr_location {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    border: none;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
}

.logo.trustpit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    height: 40px;
    width: auto;
}

.custom-select.hdr_location .select-selected {
    letter-spacing: 1.1px;
    /*background   : url(../images/buildings_white.png) left 5px no-repeat, url() right no-repeat;*/
    background: url(../images/b4.png) left 5px no-repeat, url() right no-repeat;
    background-size: 21px, 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    padding-left: 31px;
    padding-right: 24px;
}

.content_main {
    /* width : 1265px; */
    padding-left: 15%;
    padding-right: 15%;
    margin: 0px auto;
}

.search_btn.searchbar {
    /*background: #07ab1b;*/
    background: #214684;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 55px;
    border: 0px;
    border-radius: 3px;
    width: 160px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    cursor: pointer;
    padding-top: 1px;
}

.searchbar_main {
    height: 55px;
    width: 83%;
    margin-right: 15px;
    background: #ffffff;
    /*display    : inline-block;*/
    border: 1px solid #cccccc;
    border-radius: 3px;
    /*padding    : 15px;*/
    box-sizing: border-box;
    /*box-shadow :box-shadow: 0px 11px 20px 2px #d9d9d9;*/
    box-shadow: 0px 3px 8px 0px #e5e3e3;
}

.page_main_hdg {
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 0px;
}

.search_section {
    /*background: #f5f5f5;*/
    /*background: #E5EFDB;*/
    /*padding: 20px;*/
    padding: 20px 0px 10px 0px;
    box-sizing: border-box;
    /*margin-top: 40px;*/
}

.search_btns_div button {
    width: 135px;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #07ab1b;
    border-radius: 5px;
    color: #07ab1b;
    background: transparent;
}

    .search_btns_div button.restaurant {
        background: url(../images/restaurant_icon_brown.png) 17px center no-repeat;
        background-size: 18px;
        padding-left: 25px;
    }

    .search_btns_div button.hotel {
        background: url(../images/hotel_icon_green.png) 31px center no-repeat;
        background-size: 20px;
        padding-left: 25px;
    }

    .search_btns_div button.restaurant.active,
    .search_btns_div button.restaurant:hover {
        background: url(../images/restaurant_icon_white.png) 17px center no-repeat, #07ab1b;
        background-size: 18px;
        padding-left: 25px;
        color: #ffffff;
    }

    .search_btns_div button.hotel.active,
    .search_btns_div button.hotel:hover {
        background: url(../images/hotel_icon_white.png) 31px center no-repeat, #07ab1b;
        background-size: 20px;
        padding-left: 25px;
        color: #ffffff;
    }

.searchbar_single {
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    height: 100%;
}

    .searchbar_single label {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        vertical-align: top;
    }

    .searchbar_single .custom-select {
        display: inline-block;
        border: none;
        width: 80%;
        height: auto;
        /*top  : -5.2px;*/
        top: -7px;
        padding: 0px;
    }

    .searchbar_single:first-child {
        border-right: 1px solid #cccccc;
    }

    .searchbar_single:last-child label {
        display: inline-block;
        padding-left: 15px;
    }

.searchbar_div {
    margin-top: 14px;
}

.footer_logo {
    height: 40px;
}
/* Most booked sec styles */

.mostbooked_sec_hdg {
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mostbooked_sec_hdg span:first-child {
        font-size: 23px;
        display: inline-block;
        border-bottom: 3px solid#07ab1b;
        float: left;
        padding-bottom: 12px;
        color: #333333;
        /*font-weight : 500;
    font-size             : 26px;
    display               : inline-block;
    border-bottom         : 3px solid#4DA738;
    float                 : left;
    color                 : #333333;*/
    }

    .mostbooked_sec_hdg span:last-child {
        /*font-size: 14px;
        display: inline-block;
        color: #07ab1b;
        text-transform: uppercase;
        float: right;
        font-weight: bold;*/
        font-size: 12px;
        display: inline-block;
        color: #07ab1b;
        text-transform: uppercase;
        float: right;
        /*padding-top : 18px;*/
    }

.most_booked_sec {
    /*margin-top: 40px;*/
}

.mostbooked_left_single ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .mostbooked_left_single ul li:first-child {
        margin-right: 15px;
    }

    .mostbooked_left_single ul li:nth-child(2) {
        padding-right: 30px;
        border-right: 1px solid #cccccc;
        width: 40%;
    }

    .mostbooked_left_single ul li:last-child {
        margin-left: 30px;
        text-align: right;
    }

.mostbooked_left_single {
    margin-top: 0px;
}
/* .mostbooked_left_single:last-child {
        margin-bottom: 0px;
    }
*/

.mostbooked_right_single {
    margin-bottom: 30px;
}

    .mostbooked_right_single:last-child {
        margin-bottom: 0px;
    }
/*.mostbooked_left_single .left_rest_img li:first-child img {
    width: 120px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    object-fit: contain;
    border: 1px solid #cccccc;
}*/

svg.icon_svg {
    margin-top: -16px;
    width: 27px;
    height: 27px;
}

.most_booked_total {
    display: flex;
    width: 100%;
    margin-top: 100px;
}

.mostbooked_right_single ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .mostbooked_right_single ul li:first-child img {
        width: 120px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .mostbooked_right_single ul li:first-child {
        margin-left: 50px;
    }

    .mostbooked_right_single ul li:nth-child(2) {
        padding-right: 30px;
        border-right: 1px solid #cccccc;
        margin-left: 15px;
    }

    .mostbooked_right_single ul li:last-child {
        margin-left: 30px;
        text-align: right;
    }

.mostbooked_left {
    width: 50%;
    border-right: 1px solid #cccccc;
}

.mostbooked_right {
    width: 50%;
}

.resta_no {
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    background: #07ab1b;
    color: #ffffff;
    display: inline-block;
    padding: 3px 4px 4px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: -15px;
    top: -12px;
    border: 2px solid #fff;
}

.resta_name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    margin-bottom: 3px;
    /*width      : 200px;*/
    width: 230px;
    cursor: pointer;
    line-height: 1.2;
}

.resta_area {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    border: 1px solid #d0cdcd;
    padding: 3px 6px 3px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 3px;
    cursor: pointer;
    /*margin-right: 2px;*/
    margin-right: 10px;
    margin-top: 5px;
}

.resta_offer {
    color: #07ab1b;
    font-size: 11px;
    font-weight: 500;
}

.resta_rating {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

    .resta_rating span {
        font-size: 25px;
    }

.resta_total_reviews {
    font-size: 14px;
    white-space: nowrap;
}

.resta_total_reviews_result {
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    margin-left: 24px;
}
/* need inspiration sec styles */

.need_inspiration_div {
    display: flex;
    width: 100%;
    background: #dcf2ce;
    box-sizing: border-box;
    border: 1px solid #07ab1b;
    border-radius: 5px;
    margin: 30px 50px 50px 0px;
    float: left;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.need_inspiration_find_resta_btn {
    background: #07ab1b;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    height: 65px;
    font-size: 14px;
    width: 25%;
}

.need_inspiration_img {
    margin-right: 20px;
    height: 65px;
}

.need_inspiration_txt_div {
    width: 68%;
}

.need_inspiration_small_txt {
    font-size: 16px;
}

.need_inspiration_hdg_txt {
    font-size: 18px;
    color: #333333;
}
/* Insider sec styles */

.insider_sec_hdg {
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .insider_sec_hdg span:first-child {
        font-size: 23px;
        display: inline-block;
        border-bottom: 3px solid#07ab1b;
    }

    .insider_sec_hdg span:last-child {
        font-size: 12px;
        display: inline-block;
        color: #07ab1b;
        text-transform: uppercase;
        float: right;
        /*padding-top : 18px;*/
    }

.insider_box_total {
    display: flex;
    width: 100%;
    margin-top: 90px;
    justify-content: space-between;
}

.insider_resta_name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
    /*white-space  : nowrap;*/
    /*text-overflow: ellipsis;
    overflow               : hidden;*/
    width: 96%;
    line-height: 1.2;
}

.best-deal-span {
    font-size: 12px;
    display: inline-block;
    float: right;
    padding-top: 18px;
}

.insider_resta_area {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    border: 1px solid #d0cdcd;
    padding: 3px 6px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 5px;
}

.insider_box_content {
    padding: 10px 20px 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.insider_box_content_left {
    /*width: 70%;*/
    width: 90%;
}

.insider_box_content_right {
    width: 50%;
    text-align: right;
}

.insider_resta_price {
    display: inline-block;
    font-weight: bold;
    color: #07ab1b;
    margin-bottom: 1px;
}

.insider_resta_rating {
    font-weight: bold;
    margin-bottom: 0;
}

    .insider_resta_rating span {
        font-size: 20px;
    }

.insider_box_single {
    width: 24%;
    box-shadow: 0px 5px 19px #e3e3e3;
    border-radius: 5px;
}
/*.insider_box_hdr img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

.offer_div {
    background: url(../images/offer_bg.png) no-repeat;
    background-size: 90px;
    position: absolute;
    top: 0;
    width: 100px;
    height: 150px;
    left: -5px;
    top: 15px;
    padding-left: 18px;
    padding-top: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: none;
}

.insider_box_hdr {
    position: relative;
    margin-left: 16px;
}
/* Best restaurant sec styles */

.best_rasta_sec_hdg {
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .best_rasta_sec_hdg span {
        font-size: 23px;
        display: inline-block;
        border-bottom: 3px solid #07ab1b;
    }

.best_rasta_sec {
    margin-top: 50px;
}

.best_rasta_box_total {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.best_rasta_box_single {
    padding: 20px;
    width: 23%;
    border: 1px solid #07ab1b;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.best_resta_img {
    /*margin: 20px 0px;*/
    height: 90px;
    width: auto
}

.best_rasta_box_single_main_txt {
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    margin-bottom: 0px;
}

.best_rasta_box_single_small_txt {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}

.best_rasta_box_single.active,
.best_rasta_box_single:hover {
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 15px #eaeaea;
}

.pop_sec_hdg {
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pop_sec_hdg span:first-child {
        font-size: 23px;
        display: inline-block;
        border-bottom: 3px solid #07ab1b;
    }

.best_rasta_box_single_hdr {
    height: 95px;
}
/* pop sec styles */

.pop_sec {
    margin-top: 50px;
}
/* joinus sec styles */

.joinus_sec {
    background: #d1d1df;
    border-radius: 5px;
    margin-top: 50px;
    height: 250px;
    margin-bottom: 50px;
}

.joinus_sec_left {
    width: 50%;
    display: block;
    float: left;
    height: 100%;
}

.joinus_sec_right {
    width: 50%;
    display: block;
    float: left;
    height: 100%;
    padding-top: 5%;
    box-sizing: border-box;
}

.joinus_img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
}

.joinus_small_txt {
    font-size: 14px;
    font-weight: bold;
    padding-right: 32%;
    box-sizing: border-box;
}

.joinus_hdg_txt {
    font-size: 20px;
    color: #07ab1b;
    font-weight: bold;
    margin-bottom: 7px;
}

.joinus_learnmore_btn {
    color: #ffffff;
    background: #07ab1b;
    border-radius: 3px;
    height: 50px;
    width: 180px;
    border: none;
    font-size: 16px;
    margin-top: 20px;
}
/* footer sec styles */

footer {
    /*background: #231b13;*/
    background: #214684;
}

.footer_page {
    width: 1140px;
    max-width: 100%;
    margin: 0px auto;
}

.footer_page_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0px 80px;
    border-bottom: 1px solid #4f4f4f;
}

.footer_sec_single label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
}

.footer_sec_single ul li {
    list-style: none;
    margin-top: 10px;
}

    .footer_sec_single ul li a {
        color: #c0c0c0;
    }

.footer_sec_single.si label {
    margin-bottom: 10px;
}

.footer_sec_single.si img {
    margin-right: 3px;
}

.footer_sec_single.playstore label {
    margin-bottom: 10px;
}

.footer_sec_single.playstore img {
    margin-left: 5px;
}

.footer_text p {
    color: #c0c0c0;
    text-align: center;
    padding: 20px 0px;
}

.custom-select.hdr_location .select-items div:hover,
.same-as-selected {
    background-color: #07ab1b;
    color: #ffffff !important;
}
/* signin sec styles */

.signin_a {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 25px;
}

.signup_a {
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    padding: 8px 12px;
}

.hdr_right_signin_sec {
    display: inline-block;
    float: right;
    text-align: right;
    position: relative;
}
/* change password screen styles */

.change_password_div {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.change_password_screen {
    width: 460px;
    max-width: 100%;
    background: #ffffff;
    min-height: 300px;
    margin: 0px auto;
    padding: 30px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
}

.change_password_hdg {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.change_password_screen input {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
    /*background   :url(../images/psw_hide.png) 95% center no-repeat;*/
    background-size: 26px;
}

.change_password_update_btn {
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    padding-top: 13px;
}
/* change profile screen styles */

.change_profile_div {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.change_profile_screen {
    width: 460px;
    max-width: 100%;
    background: #ffffff;
    min-height: 300px;
    margin: 0px auto;
    padding: 35px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
}

.change_profile_hdg {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.change_profile_screen input {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
}

.update_profile_btn {
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    padding-top: 13px;
}

.custom-select.change_profile_picture {
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
    padding-left: 10px;
}

    .custom-select.change_profile_picture .select-selected {
        height: 50px;
        padding-top: 13px;
        text-align: left;
    }

    .custom-select.change_profile_picture .select-items div {
        text-align: left;
    }

.change_profile_screen input.calendor {
    background: url(../images/calendar_icon.png) 95% center no-repeat;
    background-size: 18px;
}

.user_img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.Change_Profile_Pic_p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 3px;
}

.change_profile_hdr {
    text-align: center;
}
/* login screen styles */

.login_div {
    position: fixed;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}

    .login_div::-webkit-scrollbar {
        display: none;
    }
/* Hide scrollbar for IE and Edge */

.login_div {
    -ms-overflow-style: none;
}

.signup_div {
    position: fixed;
    overflow-y: scroll;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: block;
    align-items: center;
}
    /* Hide scrollbar for Chrome, Safari and Opera */

    .signup_div::-webkit-scrollbar {
        display: none;
    }
/* Hide scrollbar for IE and Edge */

.signup_div {
    -ms-overflow-style: none;
}

.login_screen {
    width: 460px;
    max-width: 100%;
    background: #ffffff;
    /*min-height: 650px;*/
    min-height: 300px;
    margin: 50px auto 80px;
    padding: 35px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
}

.change_profile_hdg {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}

.login_screen input {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
}

.create_account_btn {
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.create_account_btn2 {
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}

.custom-select.change_profile_picture {
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

    .custom-select.change_profile_picture .select-selected {
        /*height: 33px;*/
        padding-top: 13px;
        text-align: left;
    }

    .custom-select.change_profile_picture .select-items div {
        text-align: left;
    }

.login_screen input.birthdate {
    background: url(../images/calendar_icon.png) 95% center no-repeat;
    background-size: 18px;
}

.user_img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.Change_Profile_Pic_p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 3px;
    color: #1b6dec;
}

.change_profile_hdr {
    text-align: center;
}

.login_popup_dontwant_txt {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.loginwith_img {
    display: inline-block;
    width: 27px;
    vertical-align: middle;
    margin-right: 10px;
}

.loginwith_div {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 15px 0px;
    box-sizing: border-box;
    margin-top: 15px;
}

.login_screen input.password_input {
    /*background: url(../images/view_eye_icon.png) 95% center no-repeat;*/
    background-size: auto;
    background-size: 26px;
}

.login-icon_div {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid#ccc;
    border-radius: 50%;
    padding: 17px 10px 10px 13px;
    box-sizing: border-box;
    text-align: center;
}

.login_icon {
    width: 30px;
    height: 30px;
}
/* listing page styles */

.search_listing {
    width: 1265px;
    margin: 0px auto;
}

.search_section.listing {
    margin-top: 0px;
    /* box-shadow: 0px 11px 20px 2px #d9d9d9;*/
}

.listing_page_content_total {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 30px;
}

.listing_page_content_left {
    width: 20%;
}

.listing_page_content_right {
    width: 75%;
}

.listing_page_top_map_btn {
    width: 130px;
    margin: 30px 0px 30px 65px;
    height: 50px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    background: url(../images/map_icon_white.png) 30px center no-repeat, #07ab1b;
    background-size: 25px;
    padding-left: 30px;
    padding-top: 14px;
    cursor: pointer;
}

.top_map_div {
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #07ab1b;
    background: url(../images/top_map_bg.png) no-repeat;
    background-size: 100%;
}

.left_bottom_single {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.price_range {
    background: #d8d8d8;
    height: 5px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.price_range_between {
    background: #07ab1b;
    border-radius: 30px;
    width: 65%;
    top: -2px;
    position: relative;
    height: 8px;
    display: flex;
    justify-content: space-between;
}

    .price_range_between span {
        width: 15px;
        height: 15px;
        display: inline-block;
        background: #07ab1b;
        border-radius: 50%;
        position: relative;
        top: -3px;
    }

.listing_left_sec_hdg {
    color: #333333;
    font-size: 16px;
    margin-bottom: 18px;
}

    .listing_left_sec_hdg.price {
        background: url(../images/price_icon.png) left center no-repeat;
        /*background   : url(../images/unselected_rating.png) left center no-repeat;*/
        background-size: 20px;
        padding-left: 29px;
    }

.price_fromto {
    color: #333333;
}

.left_bottom_total {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
}

.neighborhood_div {
    padding: 20px;
    box-sizing: border-box;
}

.container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
}
    /* Hide the browser's default checkbox */

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
    border: 2px solid #757373;
}
/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #07ab1b;
    border: 2px solid #07ab1b;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 9px;
    border: solid #ffffff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more_p {
    font-size: 16px;
    color: #07ab1b;
    padding-left: 13px;
    box-sizing: border-box;
}

    .more_p span {
        font-size: 16px;
        margin-right: 5px;
    }

.left_bottom_single:last-child {
    border-bottom: 0px;
}

.listing_left_sec_hdg.neighbourhood {
    background: url(../images/location.png) 4px center no-repeat;
    background-size: 11px;
    padding-left: 29px;
}

.listing_left_sec_hdg.restaurantfeatures {
    background: url(../images/offer_tag_icon.png) 1px center no-repeat;
    background-size: 16px;
    padding-left: 29px;
}

.listing_left_sec_hdg.cuisine {
    background: url(../images/cuisine_icon.png) 1px center no-repeat;
    background-size: 16px;
    padding-left: 29px;
}

.listing_left_sec_hdg.seatingoptions {
    background: url(../images/seating_icon.png) 0px center no-repeat;
    background-size: 18px;
    padding-left: 29px;
}

.listing_left_sec_hdg.toprated {
    background: url(../images/toprate_icon.png) 0px center no-repeat;
    background-size: 19px;
    padding-left: 29px;
}

.listing_left_sec_hdg.specialoffers {
    background: url(../images/specialoffer_icon.png) 0px center no-repeat;
    background-size: 19px;
    padding-left: 29px;
}

.custom-select.listing_top_right {
    width: 250px;
}

.listing_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.restaurant_list_total {
    padding-top: 30px;
}

.restaurant_list_single ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .restaurant_list_single ul li:first-child img {
        border-radius: 5px;
        height: 145px;
        margin-right: 0px;
        display: inline-block;
        vertical-align: middle;
        width: 221px;
        object-fit: contain;
        border: 1px solid #cccccc;
        cursor: pointer;
    }

.resta_address {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-bottom: 7px;
}

.resta_menu_price {
    font-size: 16px;
    color: #07ab1b;
}

.resta_avg_price {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 3px;
}

.resta_avg_price_no {
    color: #333333;
}

.resta_list_area {
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    border: 1px solid #d0cdcd;
    /*padding     : 6px 10px;*/
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
    cursor: pointer;
}

    .resta_list_area:last-child {
        margin-right: 0px;
    }

.restaurant_list_single ul li:nth-child(2) {
    width: 48%;
    border-right: 1px solid #ccc;
}

.restaurant_list_single ul li:last-child {
    padding-left: 30px;
}

    .restaurant_list_single ul li:last-child p {
        font-size: 18px;
        text-align: right;
        padding-top: 40%;
    }

        .restaurant_list_single ul li:last-child p span {
            font-size: 28px;
        }

.resta_total_reviews.list {
    font-size: 16px;
}

.offer_div.list {
    background: url(../images/offer_bg.png) no-repeat;
    background-size: auto;
    background-size: 82px;
    position: absolute;
    top: 0;
    width: 80px;
    height: 100px;
    left: -5px;
    top: 10px;
    padding-left: 18px;
    padding-top: 7px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.restaurant_list_single {
    margin-bottom: 30px;
}

    .restaurant_list_single:last-child {
        margin-bottom: 0px;
    }

.listing_right_top span {
    font-size: 15px;
}

.listing_page_top_list_btn {
    width: 130px;
    margin: 30px 0px 30px 65px;
    height: 50px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    background: url(../images/list_icon.png) 30px center no-repeat, #07ab1b;
    background-size: 21px;
    padding-left: 30px;
    padding-top: 14px;
    cursor: pointer;
}

.map-img {
    width: 100%;
}

.left_bottom_total.map {
    max-height: 700px;
    overflow-y: auto;
}
/* Restaurant details page styles */

.details_page_content_total {
    display: flex;
    width: 100%;
    padding-top: 30px;
    justify-content: space-between;
}

.details_page_content_left {
    width: 70%;
}

.details_page_content_right {
    width: 25%;
}

.orange_txt {
    color: #07ab1b;
}

.details_booknow_btn {
    background: url(../images/edit_icon.png)80% center no-repeat, #07ab1b;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 55px;
    border: 0px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 25px 0px;
    background-size: 14px;
}

.details_resta_name {
    font-size: 27px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0px;
    /*margin-top : 2px;
    line-height          : 1.5;
    box-sizing           : border-box;
    text-overflow        : ellipsis;
    overflow             : hidden;
    height               : 115px;*/
}

.details_resta_desc {
    margin-top: 2px;
    line-height: 1.5;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-right: 15px;
}

.details_resta_btn_div button,
.details_resta_btn_div span {
    display: inline-block;
    margin-right: 10px;
    /*width       : 90px;*/
    width: auto;
    height: 33px;
    border: 1px solid #d5cfcf;
    background: transparent;
    border-radius: 3px;
    /*color       : #666666;*/
    padding: 0px 10px 0px 12px;
    cursor: pointer;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #999;
}

span.btn {
    font-size: 16px;
    padding: 4px 10px 0px 12px;
    width: auto;
    min-width: 66px;
    text-align: center;
    margin-bottom: 5px;
    height: 25px;
}

.rating_stars_img {
    width: 105px;
}

.rating_srars_div {
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 20px 0px 22px;
}

.details_rating {
    font-weight: bold;
    margin: 0px 20px 0px 7px;
}

.details_price_range {
    font-weight: bold;
    background: url(../images/price_icon.png) left center no-repeat;
    background-size: 18px;
    padding-left: 27px;
    margin-left: 20px;
}

.details_sec_hdg {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.details_photoes_sec {
    margin-top: 30px;
}

.details_specialoffers_sec_total {
    display: flex;
    width: 100%;
}

.details_specialoffers_sec_left {
    width: 50%;
}

    .details_specialoffers_sec_left p {
        display: block;
        float: left;
        width: 100%;
        color: #333333;
    }

.special_offer_desc {
    color: #666666 !important;
}

.details_specialoffers_sec_right {
    width: 50%;
}

.special_offer_get_time {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 5px;
}

.review_person_details_div {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.review_person_img_div {
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    background: #4da8e8;
    border: none;
    border-radius: 50%;
    padding: 15px 0px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}

.review_person_contact_div {
    width: 60%;
    margin-left: 15px;
}

.review_person_name {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.review_person_location {
    font-size: 16px;
    color: #666666;
}

.review_details_div {
    display: flex;
    width: 100%;
    align-items: center;
    align-items: center;
    margin-top: 15px;
}

.review_person_visit_div {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    font-weight: bold;
}

.reviews_all_sec {
    display: flex;
    width: 100%;
    align-items: center;
    align-items: center;
    margin-top: 5px;
}

.reviews_total_single {
    display: inline-block;
    margin-right: 20px;
}

    .reviews_total_single span {
        margin-left: 5px;
    }

.review_txt {
    /*padding-right: 20%;*/
    box-sizing: border-box;
    margin-top: 10px;
}

.review_sec_single {
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
}

.review_person_img_div.jd {
    background: #07ab1b;
}

.report_sec {
    display: inline-block;
    float: right;
}

.report_flag_icon {
    width: 12px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.report_sec span {
    display: inline-block;
    vertical-align: middle;
}

.total_review_rating_overall {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
}

.rating_total_points {
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    color: #333;
}

.rating_total_points_txt {
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
}

.rating_total_service {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 25px;
}

    .rating_total_service div {
        border-right: 1px solid #e4e4e4;
        text-align: center;
        padding: 0px 20px;
    }

        .rating_total_service div:first-child {
            padding-left: 0px;
        }

        .rating_total_service div span:first-child {
            font-weight: bold;
        }

.all_reviews_txt {
    font-weight: bold;
    color: #333333;
    margin-bottom: 3px;
    font-size: 14px;
}

.all_reviews_desc {
    color: #666666;
}

.rating_single_star {
    height: 18.6px;
}

.star_rating_imgg .rating_single_star {
    height: 48px;
    margin-right: 5px;
}

.mapinfo_rating_single_star {
    height: 12px;
}

.total_right_single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.rating_company_img {
    width: 100%;
}

.rating_company_img {
    width: 50px;
}

.total_reviews_left {
    width: 75%;
}

.total_reviews_right {
    width: 20%;
}

.total_reviews_sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.total_right_single div:first-child span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    font-weight: bold;
    color: #333;
    margin-left: 3px;
    width: 40px;
}

.total_right_single div:first-child img {
    display: inline-block;
    vertical-align: middle;
}

.total_right_single div {
    display: flex;
    align-items: center;
}

.rating_company_img.two {
    position: relative;
    top: 2px;
}

.total_rating_ref_single_div.noice {
    background: url(../images/signals_icon.png) left center no-repeat;
    background-size: 20px;
    padding-left: 40px;
}

.total_rating_ref_single_div.recomend {
    background: url(../images/hand_ok_icon.png) left center no-repeat;
    background-size: 20px;
    padding-left: 40px;
}

.total_rating_ref_single_div {
    margin-bottom: 20px;
}

.total_rating_ref_div {
    margin-top: 25px;
}

.contact_person_total {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_person_single {
    width: 48%;
    border: 1px solid #c0ccda;
    border-radius: 5px;
    margin-bottom: 25px;
}

.contact_person_single_top {
    display: flex;
    width: 100%;
    padding: 25px 15px;
}

.contact_user_icon {
    border-radius: 50%;
    border: 1px solid #9b9898;
    width: 50px;
    height: 50px;
    padding: 3px;
    box-sizing: border-box;
}

.contact_person_img_div {
    width: 75px;
}

.contact_person_details_div {
    width: 75%;
}

.contact_name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}

.contact_address {
    margin: 3px;
    text-transform: uppercase;
    font-size: 15px;
    color: #07ab1b;
}

.contact_design {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*width      : 300px;*/
    display: block;
}

.contact_person_single_bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #c0ccda;
}

    .contact_person_single_bottom span {
        flex-grow: 1;
        text-align: center;
        padding: 10px 0px;
        background: #eef1f4;
        color: #07ab1b;
        border-right: 1px solid #c0ccda;
    }

        .contact_person_single_bottom span:last-child {
            border-right: 0px;
        }

.special_offer_learnmore {
    text-transform: uppercase;
    color: #07ab1b !important;
    margin-top: 5px;
}

.resta_food_img {
    width: 100%;
}

.details_right_single_sec {
    margin-bottom: 10px;
}

    .details_right_single_sec .sec_title {
        font-weight: bold;
        color: #333333;
    }

    .details_right_single_sec.showless {
        font-size: 14px;
        margin-top: 20px;
        color: #07ab1b;
        text-transform: uppercase;
    }

.signatures_total {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dish_sec_hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
}

.dish_name {
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
}

.dish_desc_txt {
    padding-right: 15%;
    box-sizing: border-box;
}

.dish_price {
    color: #333333;
    font-weight: bold;
}

.dish_single {
    width: 47%;
    margin-bottom: 15px;
}

.dish_quantity {
    font-weight: bold;
    color: #333333;
}

    .dish_quantity span {
        margin-right: 5px;
        font-size: 20px;
    }

.complete_menu_btn {
    border: 1px solid #07ab1b;
    height: 60px;
    width: 250px;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
    color: #07ab1b;
    border-radius: 5px;
}

.complete_menu_btn_div {
    text-align: center;
    margin: 50px 0px;
}

.tab.restaurant {
    /*overflow: hidden;
    border: 1px solid #e4e5e8;
    background-color: #fafafa;
    padding: 0px 20px;
    box-sizing: border-box;*/
    overflow: hidden;
    border-bottom: 1px solid #e4e5e8;
    padding: 0px;
    box-sizing: border-box;
}
    /* Style the buttons inside the tab */

    .tab.restaurant button {
        /*background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 25px 30px;
        transition: 0.3s;
        font-size: 16px;
        color: #333333;*/
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 0;
        transition: 0.3s;
        font-size: 14px;
        color: #333333;
        margin-right: 40px;
        border-bottom: 4px solid transparent;
        font-weight: bold;
    }
        /* Change background color of buttons on hover */

        .tab.restaurant button:hover {
            border-bottom: 1px solid #07ab1b !important;
            color: #07ab1b;
        }
        /* Create an active/current tablink class */

        .tab.restaurant button.active {
            /*border-bottom: 2px solid #07ab1b;
            color: #07ab1b;*/
            border-bottom: 4px solid #07ab1b !important;
            color: #07ab1b;
            border-radius: 10px 10px 0 0;
        }
/* Style the tab content */

.tabcontent.restaurant {
    display: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.searchbar_single .select-selected {
    background: none;
    outline-width: 0;
    padding-top: 9px;
    border: 0;
    text-transform: capitalize;
}

.tabs_sec {
    margin-top: 25px;
}

.sec_title.companyname {
    background: url(../images/companyicon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.phone {
    background: url(../images/phone_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.rating {
    background: url(../images/rating_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.parking {
    background: url(../images/parking_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.time {
    background: url(../images/clock_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.address {
    background: url(../images/location.png) left center no-repeat;
    background-size: 11px;
    padding-left: 25px;
}

.sec_title.payment {
    background: url(../images/payment_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.website {
    background: url(../images/link_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.others {
    background: url(../images/offer_tag_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.geo {
    background: url(../images/geo_location.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.attire {
    background: url(../images/attire_icon.png) left center no-repeat;
    background-size: 13px;
    padding-left: 25px;
}

.sec_title.good {
    background: url(../images/smile_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_title.type {
    background: url(../images/food_icon.png) left center no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.sec_content {
    padding-left: 25px;
    color: #666666;
    line-height: 1.6;
}

.map_location_img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.map_location_txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 10px;
    color: #07ab1b;
    position: absolute;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resta_location_map_img {
    width: 100%;
}

.resta_location_map_div {
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.showless_txt {
    padding-left: 6px;
}

.resta_details_top_sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.resta_details_top_left {
    width: 70%;
}

.resta_details_top_right {
    /*width: 25.9%;*/
    padding: 4px;
    /*box-sizing  : border-box;
    border                : 1px solid #cccccc;
    border-radius         : 3px;*/
    padding-bottom: 0px;
    /*max-height  : 157px;*/
}

.restaurant_img {
    width: 320px;
    height: 250px;
    /*max-height : 145px;*/
    border-radius: 5px;
    /*width      : 100%;
    height               : 170px;*/
    object-fit: scale-down;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.search_btns_div_txt {
    font-size: 23px;
    color: #333333;
    margin-bottom: 0;
}
/*-------------------  updated on 28/02/2020/---------------------------*/

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
/*#divRestaurantList ::-webkit-scrollbar
    {
        width: 3px;
    }*/

#divRestaurantList:-webkit-scrollbar {
    width: 3px;
}
/*--------------------------------------------Price range slider-------------------------------------------------------*/
/*.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 65%;
  height: 8px;
  background: #07ab1b;
  cursor: pointer;
  border-radius:30px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 8px;
  background: #4CAF50;
  cursor: pointer;
}*/
/*---------------------------------------- Write Reviews Form -------------------------------------------------------------------------*/

.listing_left_sec_hdg_reviews {
    color: #333333;
    font-size: 16px;
}

    .listing_left_sec_hdg_reviews.toprated {
        /* background: url(../images/toprate_icon.png) 0px center no-repeat; */
        background-size: 19px;
        /* padding-left: 29px; */
    }

.left_bottom_single_reviews {
    padding: 0px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #cccccc; */
}

.create_btn_review {
    width: 94%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 20px;
}
/*price range*/

#range_price {
    background: linear-gradient(to right, #4DA738 3px, #4DA738 3px, #d8d8d8 3px, #d8d8d8 100%);
    border: solid 1px #d8d8d8;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    /*opacity         : 0.7;
  -webkit-transition          : .2s;
  transition                  : opacity .2s;*/
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #07ab1b;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #07ab1b;
        cursor: pointer;
    }
/*price range - end*/
/*-----------------------------------------------------------------paging ------------------------------------------------------------------*/

.pagenumbers {
    padding: 7px;
    border: 0px;
    color: #adadad;
    background-color: #fff;
    font-size: larger;
    cursor: pointer;
}

.pagenumbers_selected {
    padding: 7px;
    border: 0px;
    color: black;
    background-color: #fff;
    font-size: larger;
    cursor: pointer;
}

.pagenumbers_current {
    float: right;
    margin-right: 0px;
    padding: 7px;
    font-size: 14px;
}

.rating_single_star {
    height: 17px;
    padding-right: 2px;
}

.mapinfo_rating_single_star {
    height: 12px;
}

.li_img {
}

.chg_pwd_current,
.chg_pwd_new,
.chg_pwd_confirm {
    position: relative;
    right: 10px;
    top: -37px;
    float: right;
}

    .chg_pwd_current img {
        height: 26px;
    }

    .chg_pwd_new img {
        height: 26px;
    }

    .chg_pwd_confirm img {
        height: 26px;
    }

.currentCls {
    background-color: rgba(0, 0, 0, 0.1);
}

#div_ratingStarImg {
    display: inline-block;
}

    #div_ratingStarImg img {
        margin-top: -1px;
    }

input#chkRememberMe {
    width: 16px;
    margin-top: 0px;
    padding: 0px;
}

label.rem {
    display: inline;
    float: left;
    margin: 14px;
}

.mst-book:nth-child(odd) {
    border-right: 1px solid #cccccc;
    width: 50%;
    float: left;
}

.mst-book:nth-child(even) {
    position: relative;
    left: 20px;
    width: 47%;
    float: right;
}

.details_right_single_sec p {
    margin-bottom: 0px;
}
/* Serarch Tab css*/

.search_btns_div .nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: unset;
    text-align: center;
    width: 210px;
}

.search_btns_div .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #07ab1b;
}

.search_btns_div .nav-pills .nav-link {
    flex: unset;
    text-align: center;
    border: 2px solid #6faf49;
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 20px;
    border-radius: 2px;
}

.search_btns_div a.nav-link:hover {
    color: #07ab1b;
}

div#slider-range {
    margin-bottom: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:focus {
    border: 1px solid #07ab1b !important;
    background: #07ab1b !important;
    font-weight: normal;
    color: #454545;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #07ab1b;
    border-radius: 50%;
    margin-top: 1px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #07ab1b;
    background: #07ab1b;
    font-weight: normal;
    color: #454545;
}

.ui-widget-header {
    border: 1px solid #07ab1b !important;
    background: #07ab1b !important;
    color: #333;
    font-weight: bold;
}

.restaurant_list_single ul li:nth-child(1) {
    width: 29%;
}

.select-selected {
    color: #444;
    padding: 8px 4px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/down_arrow_grey.png) 95% no-repeat;
    background-size: 12px;
}

#defaultCategory div:nth-child(1):before {
    background: url('../images/hotel_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(1):hover:before {
    background: url('../images/hotel_sug_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(2):before {
    background: url('../images/restaurant_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(2):hover:before {
    background: url('../images/food_sug_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(3):before {
    background: url('../images/car.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(3):hover:before {
    background: url('../images/car_sug_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(4):before {
    background: url('../images/computer_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(4):hover:before {
    background: url('../images/computer_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(5):before {
    background: url('../images/home_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(5):hover:before {
    background: url('../images/home_sug_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(6):before {
    background: url('../images/health_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(6):hover:before {
    background: url('../images/health_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(7):before {
    background: url('../images/shopping_sug.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(7):hover:before {
    background: url('../images/shopping_white.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
}
/*#divLocationList div:nth-child(1) {
    background: url(../images/current_location.png) no-repeat 24px center !important;
    color: #07ab1b!important;
}*/

.clsCurrentLocation {
    background: url(../images/current_location.png) no-repeat 24px center !important;
    color: #07ab1b !important;
}

#defaultCategory div {
    text-indent: 20px;
}

#divLocationList div:nth-child(1) {
    text-indent: 40px;
}
/*.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12, col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){ 
    .col-md-6 {
    
    flex: 0 0 50%;
    max-width: 50%;
}}


@media (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}*/

.insider_box_singlelogo {
    border-radius: 5px;
    height: 184px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 271px;
    object-fit: contain;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.seeall {
    font-size: 12px;
    display: inline-block;
    color: #07ab1b;
    text-transform: uppercase;
}

.searchimgicon {
    width: 20px;
    /*height: 18px;*/
}

.locationimgicon {
    width: 20px;
    /*height: 19px;*/
}

.searchicondiv {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}

.locationicondiv {
    float: left;
    /*margin-top: 0px;*/
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 10px;
}

.flagiconimg {
    width: 25px;
    margin-left: -42px;
    vertical-align: middle;
}

.flagiconspan {
    /*margin-left: 2px;*/
    margin-left: 8px;
    vertical-align: unset;
}

.searchtxtspan {
    /*padding: 8px 2px !important;*/
    padding: 8px 17px !important;
    text-transform: capitalize;
}

.searchlocationdiv {
    margin-left: -5px;
}

.locationtxtspan {
    /*padding: 8px 2px !important;*/
    padding: 8px 14px !important;
    text-transform: capitalize;
}

.homepagelisting #defaultCategory,
#divRestaurantList {
    /*left: -12%;
    right: -17%;
    top: 44px;*/
    left: -10.7%;
    right: -19%;
    top: 46px;
}

.homepagelisting .searchtxtspan {
    /*padding: 8px 2px !important;*/
    padding: 8px 17px !important;
    text-transform: capitalize;
}

.homepagelisting .searchicondiv {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}

.homepagelisting .searchlisticon {
    margin-left: -3px !important;
}

.searchlisticon {
    margin-left: -1px !important;
}

.homepagelisting .searchlistspan {
    margin-left: 17px;
}

.searchlistspan {
    margin-left: 16px;
}

.homepagelisting .companylistspan {
    margin-left: 19px;
}

.companylistspan {
    margin-left: 18px;
}

.homepagelisting .locati.defaultsubdivonicondiv {
    float: left;
    /*margin-top: 0px;*/
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 10px;
}

.homepagelisting .searchlocationdiv {
    margin-left: -5px;
}

.homepagelisting #divLocationList {
    left: -9%;
    right: -22.2%;
    top: 46px;
}

.homepagelisting .currentlocation {
    /* padding: 8px 7px !important; */
    padding: 8px 5px !important;
}
/*.homepagelisting #divLocationList div:nth-child(1), #divLocationList div:nth-child(1) {
    
    background: url(../images/current_location.png) no-repeat 23px center !important;
    color: #07ab1b!important;
}*/

.homepagelisting .locationsubdiv {
    /* padding: 8px 56px !important; */
    padding: 8px 52px !important;
}

.homepagelisting .flagiconimg {
    width: 25px;
    margin-left: -43px;
    vertical-align: middle;
}

.homepagelisting .flagiconspan {
    /* margin-left: 2px; */
    margin-left: 8px;
    vertical-align: unset;
}

.homepagelisting .locationtxtspan {
    /*padding: 8px 2px !important;*/
    padding: 8px 14px !important;
    text-transform: capitalize;
}

.homepagelisting .defaultsubdiv {
    padding: 8px 9px !important;
}

.defaultsubdiv {
    padding: 8px 20px !important;
}

input:focus {
    outline: none;
}

.input_select_div {
    display: flex;
    width: 100%;
    margin: 0;
}

.input_select_boxs {
    width: 50%;
    display: inline-flex;
    position: relative;
    padding: 0 15px;
}

#txtRestaurant {
    width: 100%;
    padding: 0 15px;
    border: 0;
    border: 0;
    outline: none;
    color: #444;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    /*text-transform: capitalize;*/
}

#txtLocation {
    width: 100%;
    padding: 0 15px;
    border: 0;
    border: 0;
    outline: none;
    color: #444;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    text-transform: capitalize;
}

.border-left {
    border-right: 1px solid #cccccc;
}

#txtRestaurant {
    /*background: url(../images/search.svg) no-repeat left center;*/
    background: url(../images/svg/search.svg) no-repeat left center;
    background-size: 20px;
    margin-left: 2px;
    padding-left: 33px;
    border-right: 1px solid #d7d7d7;
}

#txtLocation {
    /*background: url(../images/location.svg) no-repeat left center;*/
    background: url(../images/svg/location.svg) no-repeat left center;
    background-size: 20px;
    margin-left: -15px;
    padding-left: 33px;
}

.result_container {
    position: absolute;
    background-color: #fff;
    border-top: 0;
    box-shadow: 0px 20px 20px rgb(7 7 7 / 28%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    padding-bottom: 10px;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 999;
}

    .result_container div {
        padding: 8px 15px !important;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        cursor: pointer;
    }

        .result_container div span {
            display: inline;
            text-transform: capitalize;
            font-weight: 100;
        }

        .result_container div img.search {
            width: 40px;
            margin-right: 10px;
            position: relative;
            border-radius: 5px;
            height: 40px;
            object-fit: contain;
            border: 1px solid #d7d7d7;
        }

.close_icon {
    width: 30px;
    background: transparent;
    border: 0;
    padding: 5px;
    outline: none;
    cursor: pointer;
}

    .close_icon img {
        width: 100%;
    }

.searchbar_main {
    display: inline-flex;
}

.searchbar_main {
    padding: 15px 0;
}

.searchcategory {
    font-weight: bold !important;
    text-transform: capitalize;
}

.locationspan {
    margin-left: 2px;
}
/*.result_container .categoryitems:hover {
    background: #07ab1b!important;
    color: #fff;
}*/

.categoryspanbold {
    padding: 0 !important;
    font-weight: bold;
}

.categorystrong {
    /*word-break: break-word;*/
    margin-left: 2px;
    line-height: 1.2;
}

.restaurantdetail .categorystrong {
    word-break: break-word;
    margin-left: 2px;
}

#txtRestaurant::placeholder {
    text-transform: none;
}

.sitemapdiv {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

    .sitemapdiv .pagename {
        color: #07ab1b;
    }

.resta_location_map_bottom {
    /*margin-top: 153px;*/
    margin-top: 10px;
}

.breaducrumb {
    display: block;
    margin: 0;
    margin-bottom: 30px;
}

    .breaducrumb li {
        display: inline-block;
        color: #07ab1b;
        margin-right: 30px;
        font-weight: bold;
    }

        .breaducrumb li a {
            color: #333;
            position: relative;
        }

            .breaducrumb li a::after {
                content: '';
                position: absolute;
                right: -20px;
                width: 5px;
                height: 5px;
                border-top: 2px solid #333;
                border-right: 2px solid #333;
                transform: rotate(45deg);
                top: 6px;
            }
/*.tab.restaurant {
overflow: hidden;
border-bottom: 1px solid #e4e5e8;
padding: 0px;
box-sizing: border-box;
}


.tab.restaurant button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 10px 0;
transition: 0.3s;
font-size: 14px;
color: #333333;
margin-right: 40px;
border-bottom: 4px solid transparent;
font-weight: bold;
}*/
/*.tab.restaurant button.active {
border-bottom: 4px solid #07ab1b;
color: #07ab1b;
border-radius: 10px 10px 0 0;
}*/
/*-------------------------------------------------  Send Email screen --------------------------------------------*/

.send_email_screen {
    width: 460px;
    background: #ffffff;
    min-height: 500px;
    margin: 0px auto;
    padding: 30px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
}

.email_input {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
}

.email_btn {
    width: 23%;
    display: block;
    float: left;
    height: 40px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
}
/*-------------------------------------------------  Send Email screen --------------------------------------------*/
/*-----------------------------------------------------sign In sign up --------------------------------------------------*/

.signIn_signUp {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 25px;
}

.signIn_signUp_active {
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 8px 12px;
}

.Create_btn_active {
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 8px 12px;
}
/*-----------------------------------------------------sign In sign up --------------------------------------------------*/
/*--------------------------------------------------------MOuse over review button-----------------------------------------*/

.spn_review_btn {
    color: #07ab1b;
    cursor: pointer;
    white-space: nowrap;
}

.spn_review_btn_result {
    color: #07ab1b;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    margin-left: 24px;
}

.Write_rev_cls {
    white-space: nowrap;
}

.rating_stars label {
    /*font-family: Roboto;*/
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 15px;
    text-align: right;
    color: #666666;
    margin-left: 10px;
}
/*business page styles*/

#divLeftmenu {
    width: 205px;
    line-height: 30px;
    /* border       : solid 1px #1b1b21; */
    background-color: #fefefe;
    color: #363434;
    position: fixed;
    height: 100%;
    padding-top: 5px;
    margin-top: 81px;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 2px 2px 11px 0px #eeeeee;
}

    #divLeftmenu div {
        height: 40px;
        width: 100%;
        display: inline-block;
        cursor: pointer;
        border-left: solid 5px #fefefe;
    }

        #divLeftmenu div:hover {
            background-color: #f2f2f2;
            border-left: solid 5px #07ab1b;
        }

.clsActiveMenu {
    background-color: #f2f2f2;
    border-left: solid 5px #07ab1b !important;
}

#divLeftmenu p {
    margin-left: 56px;
    line-height: 41px;
}

#divLeftmenu img {
    height: 15px;
    margin-right: 10px;
    margin-top: 6%;
    position: absolute;
    margin-left: -30px;
}

.clsMainDiv {
    margin-top: 85px;
}

.clsDivBox {
    height: 300px;
    width: 27%;
    border: solid 1px #dfdfdf;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 3px;
}

.clsAdminHeading {
    padding: 20px 0px 20px 0px;
}

.clsReviewBox {
    width: 1000px;
    border: solid 1px #dfdfdf;
    float: left;
    margin-right: 20px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 13px;
}

.clsreviewDetails {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.clsReviewDate {
    text-align: right;
    width: 32%;
    height: 46px;
    font-size: 12px;
}

.reviews_all_sec_company {
    display: flex;
    width: 100%;
    align-items: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 77px;
}

.review_txt_company {
    padding-right: 20%;
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-left: 77px;
}

.report_sec_company {
    display: inline-block;
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

.report_flag_icon_company {
    height: 13px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.clsReviewoptions {
    display: block;
    float: left;
    width: 100%;
    border-top: solid 1px #d9d8d8;
    padding-top: 15px;
    margin-top: 16px;
}

.review_person_visit_div_company {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    font-weight: bold;
}

.clsAddReview_logo {
    /*width: 460px;*/
    width: 424px;
    background: #f8f8f8;
    height: 650px;
    /* min-height: 300px; */
    margin: 20px auto 0px;
    /* position  : absolute; */
    padding: 20px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 5px #d8d8d8;
}

.clsAddReview {
    /*width: 460px;*/
    width: 424px;
    background: #ffffff;
    height: 920px;
    /* min-height: 300px; */
    margin: 20px auto 80px;
    /* position  : absolute; */
    padding: 35px 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 5px #d8d8d8;
    display: table;
}

.login_screen_company {
    background: #ffffff;
    /*min-height: 650px;*/
    margin: 50px auto 80px;
    box-sizing: border-box;
    text-align: center;
}

    .login_screen_company input {
        width: 100%;
        display: block;
        float: left;
        font-size: 14px;
        height: 50px;
        box-sizing: border-box;
        border: 1px solid #cccccc;
        border-radius: 3px;
        margin-top: 15px;
        padding: 5px 15px;
    }

.clsMainDiv input {
    display: block;
    font-size: 14px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
    /*background   :url(../images/psw_hide.png) 95% center no-repeat;*/
    background-size: 26px;
}

.clsReviewreply {
    width: 92%;
    float: right;
}

.clsRepltInput {
    width: 99%;
    float: right;
    border: solid 1px #d0d0d0;
    /* border-radius: 3px; */
    margin-top: 23px;
    padding: 5px;
}

.clsRepltInput_readonly {
    width: 99%;
    height: 80px;
    float: right;
    border: solid 1px #d0d0d0;
    /* border-radius: 3px; */
    margin-top: 23px;
    padding: 5px;
    background-color: #f7f7f7;
    color: #888888;
}

.btnReplyreview {
    margin-right: 10px;
    cursor: pointer;
}

.clsRecentReviewBox {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 13px;
}

.RecentReviews_all_sec_company {
    display: flex;
    width: 100%;
    align-items: center;
    align-items: center;
    margin-top: 5px;
}

.RecentReview_txt_company {
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
}

.recentreview_person_contact_div {
    width: 60%;
}

.clsBoxTitle {
    font-size: 16px;
    width: max-content;
}

.clsList {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 3px;
}

.clsListItem {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e9e9e9;
}

#div_Profile input {
    display: block;
    font-size: 14px;
    height: 35px;
    width: 500px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 15px;
    /*background   :url(../images/psw_hide.png) 95% center no-repeat;*/
    background-size: 26px;
}
/*business page styles*/
/*---------------------------------------------------  start report review ------------------------------------------------*/

.rev_report {
    width: 460px;
    background: #ffffff;
    /* min-height: 650px; */
    min-height: 270px;
    margin: 50px auto 80px;
    /*padding    : 35px 30px;*/
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
    z-index: 10;
    position: absolute;
    display: none;
    left: 760px;
    padding-right: 30px;
    padding-left: 0px;
    padding-top: 30px;
}

.rev_report_span {
}

.rev_report_btn {
    width: 31%;
    display: block;
    float: right;
    height: 45px;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
}

.clsHidepopup {
    background: #ffffff;
    position: fixed;
    font-size: 13px;
    font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
    height: 238px;
    width: 300px;
    z-index: 9999;
    padding: 15px;
    box-shadow: 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    line-height: 27px;
    cursor: pointer;
    position: absolute;
}

.Cls_label_rdo {
    margin-top: 35px;
    margin-left: 30px;
}

.container_rdo {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}

    .container_rdo input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.container_rdo_txt {
    display: flex;
}
/*---------------------------------------------------End report review ------------------------------------------------*/
/* Create a custom checkbox */

.checkmark_rdo {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #ffffff;
    border: 2px solid #757373;
    border-radius: 10px;
}
/* On mouse-over, add a grey background color */

.container_rdo:hover input ~ .checkmark_rdo {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.container_rdo input:checked ~ .checkmark_rdo {
    background-color: #07ab1b;
    border: 2px solid #07ab1b;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark_rdo:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.container_rdo input:checked ~ .checkmark_rdo:after {
    display: block;
}
/* Style the checkmark/indicator */

.container_rdo .checkmark_rdo:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 9px;
    border: solid #ffffff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.replymessage {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-left: 50px;
}

    .replymessage img {
        margin-right: 5px;
        height: 17px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

.reply_msg {
    padding: 5px;
    margin-left: 22px;
}

.clsReviewreply input {
    float: left;
}
/*.mostbooked_left_single img:hover{
 box-shadow: 0px 2px 5px rgb(7 7 7 / 14%);
}

.insider_box_singlelogo:hover
{
    box-shadow: 0px 2px 5px rgb(7 7 7 / 14%);
}*/

.insider_box_single:hover {
    box-shadow: 0px 2px 5px rgb(7 7 7 / 14%);
}

.cls_notificationmsg {
    display: none;
    position: fixed;
    top: 10px;
    width: 400px;
    z-index: 9999;
    text-align: center;
    left: 50%;
    margin-left: -200px;
    /*background : #07ab1b;*/
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #696464;
    border-radius: 5px;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*color      : #fff;*/
    color: #07ab1b;
    /*old style*/
    /*display    : none; color: #666; font-family: 'Roboto', sans-serif; position: fixed; top: 0px; background-color: #dcf2ce; width: 400px; z-index: 9999; text-align: center; left: 50%; margin-left: -200px; font-weight: bold;padding: 5px; box-shadow: 1px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); border: 1px solid #6faf49*/
}

.bulkemail_upload {
    display: none;
}

.clsuploadedlist div {
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    padding: 10px;
}

.customeremail {
    width: 200px;
}

.customernam {
    width: 250px;
}

.customer_refnumber {
    width: 300px;
}

.open_hr_time {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.selected {
    background: #07ab1b !important;
    color: #ffffff !important;
}

.selected_span {
    color: #ffffff !important;
}

.location_selected {
    background: #07ab1b !important;
    color: #fff;
}

.address_suggestion {
    font-size: 12px;
    color: #858585;
}

.spinner-border img {
    vertical-align: text-bottom;
}

#divcp_gender {
    display: block;
    top: 48px;
    width: 399px;
    left: -1px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

    #divcp_gender div:hover {
        background-color: #07ab1b;
        color: #fff;
    }

#div_location_country div:hover {
    background-color: #07ab1b;
    color: #fff;
}
/*---------------------------------------------------- Start DOB selection ------------------------------------------------*/

#div_dob {
    border: 0px;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.divtitle_dob {
    display: flex;
    margin-top: 3px;
}

    .divtitle_dob div {
        border: 1px solid #d7d7d7;
        /*padding:5px;*/
        width: 58px;
        margin: 5px;
        height: 45px;
    }

.div_yearlist {
    position: absolute;
    top: 71px;
    right: 63px;
}

.div_yeardate {
    position: absolute;
    top: 71px;
    right: 337px;
}

.div_yearmonth {
    position: absolute;
    top: 71px;
    right: 200px;
}

.div_dob_year {
    display: block;
    float: left;
    width: 124px;
    padding: 12px 0px;
    border-radius: 2px;
    /*box-shadow : 0px 5px 19px #dddddd;*/
    background: #ffffff;
}

    .div_dob_year li {
        list-style: none;
        width: 100%;
        padding: 8px 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .div_dob_year li:hover {
            background: #07ab1b;
            color: #ffffff;
        }

.div_yeardate,
.div_yearmonth,
.div_yearlist {
    display: none;
}

.div_dob_title {
    border: 0px !important;
    width: 100px !important;
    padding-left: 0px !important;
    margin-left: -7px !important;
}

#div_month ul {
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#div_year ul {
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#div_date,
#div_month,
#div_year {
    /*background: url(../images/down_arrow_grey.png) 87% no-repeat;*/
    background-size: 12px;
    width: 200px;
    border-radius: 3px;
    cursor: pointer;
}

.hide_date_dob {
    background: url(../images/down_arrow_grey.png) 87% no-repeat;
}

.show_date_dob {
    background: url(../images/up_arrow_grey.png) 87% no-repeat;
}

.divtitle_dob span {
    padding-right: 20px;
    position: absolute;
    margin-top: 12px;
    margin-left: -39px;
}

.divtitle_dob ul {
    border: 1px solid #d7d7d7;
    border-top: 0px;
    border-radius: 3px;
}

#div_date ul {
    height: 243px;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 3px;
}
/*----------------------------------------------------End DOB selection ------------------------------------------------*/

#div_gender {
    height: 106px !important;
    top: 48px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 100%;
}

.Clsgen {
    color: #666 !important;
}

    .Clsgen:hover {
        background-color: #07ab1b;
        color: #ffffff !important;
    }
/*--------------------------privacy policy------------------------------*/

#div_main_pp {
    padding: 2% 10%;
}

    #div_main_pp h5 {
        margin: 10px 0px;
        color: #07ab1b;
        font-size: 14px;
    }
/*--------------------------privacy policy------------------------------*/
/*-------------------Terms of service ------------------------------------*/

#div_main_terms {
    padding: 2% 10%;
}

#content_terms h5 {
    margin: 10px 0px;
    color: #07ab1b;
    font-size: 14px;
}
/*-------------------Terms of service ------------------------------------*/
/*-------------------About us ------------------------------------*/

#div_main_about {
    padding: 2% 10%;
}

#div_content_about {
    min-height: 400px;
}

#content_terms h5 {
    margin: 10px 0px;
    color: #07ab1b;
}
/*-------------------About us------------------------------------*/
/*-------------------contact us ------------------------------------*/

#div_main_contactus {
    padding: 2% 10%;
}

#content_contactus {
    min-height: 400px;
}

    #content_contactus h5 {
        margin: 10px 0px;
        color: #07ab1b;
    }

    #content_contactus p {
        margin: 5px 0px;
    }
/*-------------------contact us------------------------------------*/

.clsbtnDirection {
    width: 100%;
    line-height: 40px;
    border: solid 1px #e0e0e0;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #f7f7f7;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    text-align: center;
}

    .clsbtnDirection:hover {
        background-color: #e6e5e5;
    }

.inputBox {
    background: url(../images/marker.png) 95% center no-repeat;
    background-size: 26px;
    background-position: left;
    background-position-x: 13px;
    width: 300px;
    display: block;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 21.5px;
    padding: 0px 11px 0px 53px;
    /*line-height        : 52px;*/
}

#div_cuisine button:hover {
    background-color: #07ab1b;
    color: white;
    /*border        : 0px;*/
}

.resta_list_area:hover {
    background-color: #07ab1b;
    color: white;
}

.resta_area:hover {
    background-color: #07ab1b;
    color: white;
    border: 1px solid #07ab1b;
}

.insider_resta_area:hover {
    background-color: #07ab1b;
    color: white;
    border: 1px solid #07ab1b;
}

#div_Neighbourhood input[type=text] {
    margin-bottom: 15px;
    padding: 5px 10px 5px 10px;
    color: #666;
}

#div_ratingboxes {
    position: relative;
    top: -41px;
}

.popup_reviewform {
    width: 460px;
    background: #ffffff;
    min-height: 300px;
    margin: 50px auto 80px;
    /*padding  : 35px 30px;*/
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
    padding-top: 10px;
}

.div_iframe_reviews {
    width: 500px;
    background: #ffffff;
    min-height: 300px;
    margin: 50px auto 80px;
    /*padding : 35px 30px;*/
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #888484;
}

iframe {
    border: 0px;
}

.div_iframe_reviews {
    padding-top: 10px;
    font-size: large;
}

.div_close_iframe_reviews {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

#divNeigbourhoodList {
    height: 160px;
    overflow: hidden;
}

.more_p {
    cursor: pointer;
}
/*----------------------------------------New home page styles----------------------------------------------------------------------*/

.logo_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

    .logo_title p {
        padding: 0;
        margin-top: 0;
        margin-left: 19px;
        line-height: 1.3;
    }

    .logo_title img {
        height: 64px;
    }

.search_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top   : 50px;*/
    margin-top: 35px;
    /*margin-bottom: 80px;*/
    margin-bottom: 40px;
    margin-right: -15px;
}

    .search_category > .category_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 160px;
        height: 70px;
        border: 1px solid #6e6e6e;
        border-radius: 10px;
        padding: 25px 15px;
        box-sizing: border-box;
        margin-right: 15px;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

.icon_star_full {
    width: 16px;
    margin-right: 4px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.star_rating {
    margin-top: 6px;
}

    .star_rating a {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        color: #666666;
        margin-left: 20px;
    }

.rating_stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
}

ol.rest_cat {
    display: flex;
    flex-direction: column;
}

.rest_cat li {
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-bottom: 5px;
}

    .rest_cat li svg {
        /*width: 15px;*/
        margin-right: 10px;
    }

    .rest_cat li span {
        line-height: initial;
    }

.categorieslist_popup {
    margin-left: 50px;
}
/*.categorieslist_popup span
{
    padding:10px;
    margin-left:5px;
    width:300px;
}*/

.divrows div {
    display: inline-flex;
    width: 113px;
    padding: 5px 0px;
    cursor: pointer;
}

.cate_title {
    text-align: left;
    color: #aaaaaa;
    margin-bottom: 10px;
}

/*.right_cat {
            line-height: 1.5;
            text-transform: capitalize;
            width: 186px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }
        
        .right_txt_cat {
            text-transform: capitalize;
            white-space: nowrap;
        }
        
        .sidebar_img {
            width: 14px;
            margin-right: 5px;
            vertical-align: text-top;
        }*/

.result_list_website {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    display: block;
}

    .result_list_website a {
        color: #333333;
    }

.cls_cat_icon {
    width: 25px;
}
/*.category_item>img:hover
{
   -webkit-filter: invert(1);
   filter: invert(1);
}

.category_item:hover
{
 background-color:#000000;
 color:#ffffff;
}*/

.rating_spn_align {
    margin-bottom: 5px;
    position: absolute;
}

.left_rest_img {
    display: flex;
}

.box-first {
    width: 325px;
    height: 37px;
    margin-bottom: 8px;
    margin-top: 30px;
}

.bg-light-grey {
    background: #ebebeb;
}

right-grey-box {
    width: 320px;
    height: 250px;
}

.boder-bottom {
    border-bottom: 2px solid #e2e2e2;
}

.align-center {
    align-items: center;
}

.sq-62 {
    width: 62px;
    height: 62px;
    margin-right: 12px;
}

.box-w153 {
    width: 153px;
    height: 30px;
}

.mb-18 {
    margin-bottom: 18px;
}

.review-box {
    padding: 18px 0 16px;
}

.bar-104 {
    width: 104px;
    height: 20px;
    margin-right: 6px;
}

.bar-118 {
    width: 118px;
    height: 20px;
}

.mb-14 {
    margin-bottom: 14px;
}

.bar-760 {
    width: 760px;
    height: 17px;
}

.mb-10 {
    margin-bottom: 10px;
}

.box-w274 {
    width: 274px;
    height: 21px;
}

.mt-25 {
    margin-top: 25px;
}

.h-48 {
    height: 48px;
}

.box-w161 {
    width: 161px;
    height: 17px;
}

.CategoriesHeader {
    background-color: #fff;
    width: 100%;
    display: block;
    font-weight: 400;
    letter-spacing: .5px;
    box-sizing: border-box;
    padding: 30px 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: 1px solid #d7d7d7;
}

.box-w463 {
    width: 463px;
    height: 17px;
}

.mb-5 {
    margin-bottom: 5px;
}

.box-w160 {
    width: 160px;
    height: 48px;
}

.grey_default {
    height: 38px;
    margin-bottom: 15px;
    width: 160px;
}

    .grey_default.gb58 {
        height: 58px;
    }

    .grey_default.gb125 {
        height: 125px;
    }

.mb-4 {
    margin-bottom: 4px;
}

.box-w452 {
    width: 452px;
    height: 17px;
}

.box-first {
    width: 325px;
    height: 37px;
    margin-bottom: 8px;
    margin-top: 30px;
}

.box-w149 {
    width: 149px;
    height: 17px;
}

.mt-22 {
    margin-top: 22px;
}

.box-w137 {
    width: 137px;
    height: 34px;
}

.ptr-4 {
    padding-top: 4px;
    padding-right: 5px;
}

.right-grey-box {
    width: 320px;
    height: 250px;
}

.txt_cat_most_popular {
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 135px;
    min-width: 69px;
    text-align: left;
}

    .txt_cat_most_popular:hover {
        color: #07ab1b;
        cursor: pointer;
    }

.clsReviewsCons_Pros_Title {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    color: rgb(102, 102, 102);
}

.clsReviewsCons_Pros {
    margin-left: 10px;
}

#parag_website a {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 253px;
    display: block;
}

.bottomdiv_offers {
    padding-top: 20px;
}

.leftdiv_offers {
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 30px;
}

.div_input_offer input[type=text] {
    height: 36px;
    padding-left: 8px;
    width: 200px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.div_input_offer input[type=button] {
    border: 0px;
    color: #ffffff;
    padding: 11px 20px;
    background-color: #07ab1b;
    border-radius: 3px;
    margin-left: 10px;
}

.div_radio_offer input {
    margin-right: 4px;
    vertical-align: baseline;
}

.div_radio_offer {
    border: 1px solid #d7d7d7;
    width: 100px;
    padding: 5px 10px;
    border-radius: 3px;
}

.topdiv_offers {
    background-color: #fbfbfb;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    color: #3f3f3f;
}

.div_spl_offers {
    border: 1px solid #d7d7d7;
    /*padding: 10px;*/
}

.rightdiv_offers {
    padding-left: 20%;
    margin-top: 5px;
}

.topdiv_offers img {
    vertical-align: middle;
    margin-right: 5px;
}

.spn_headertxt {
    padding-left: 10px;
}

#div_business_location {
    display: block;
    font-size: 14px;
    height: 35px;
    width: 500px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 0px;
    position: relative;
    background: url(../images/down_arrow_grey.png) no-repeat;
    background-size: 12px;
    cursor: pointer;
    background-position-y: 52%;
    background-position-x: 98%;
}

#divBusiness_location_list {
    Position: absolute;
    max-height: 200px;
}

#div_business_location input {
    border: 0px;
    width: 70%;
    height: 10px;
    padding: 0px;
    margin: 0px;
    color: #666;
    padding: 10px 15px;
    cursor: pointer;
}

#div_sel_location {
}

#txt_selected_cntry {
    /*background: url(../images/down_arrow_grey.png) no-repeat;*/
    background-size: 12px;
    cursor: pointer;
    background-position-y: 52%;
    background-position-x: 98%;
}

#parag_address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.right_txt_cat:hover {
            color: #07ab1b;
            cursor: pointer;
        }*/

.clstext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsClaim {
    margin-bottom: 16px;
    width: 350px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
}

.btnClaim {
    background-color: #07ab1b;
    padding: 15px 15px 15px 70px;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
}

.savedtablink a {
    color: #666;
}
/*.savedtablink a:hover {
        color:#ffffff!important;
    }*/

.claim_near_company {
    font-size: 14px;
    color: #07ab1b;
    position: absolute;
    display: inline;
    cursor: pointer;
    margin-left: 28px;
    padding-left: 13px;
    margin-top: 12px;
}

.saveImgicon {
    height: 28px;
    margin-top: 6px;
    position: absolute;
    width: auto;
}

.create_account_btn_signIn {
    width: 100%;
    display: block;
    float: left;
    height: 50px;
    font-size: 16px;
    background-color: #07ab1b;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}

.clsinvite_btn {
    background-color: #07ab1b;
    color: #ffffff;
    border: 0px !important;
}

.btn_copylink {
    background-color: #8f9396;
    color: #ffffff;
    border: 0px !important;
}

.btnReplyreview {
    background-color: #07ab1b;
    color: #ffffff;
    border: 0px;
}

.def_cat_left {
    width: 116px;
    height: 16px;
    margin-bottom: 10px;
    margin-left: 24px;
}

.def_templ_list {
    background-color: #efefef;
}

.def_templ_list_1stli {
    height: 145px;
    width: 221px;
    margin-right: 50px;
}

.def_templ_li_spn {
    width: 350px;
    height: 24px;
}

.def_templ_li_addres {
    margin-bottom: 3px;
    height: 24px;
    width: 249px;
    width: 350px;
    height: 24px;
}

.def_templ_li_name {
    height: 49px;
    width: 350px;
    margin-top: 10px;
}

#resmap {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 1px;
    margin-top: 2px;
    z-index: 2;
    overflow: hidden;
    min-height: 144px;
}
/* 07-10-2021*/

* {
    box-sizing: border-box;
}

.banner {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner-title-img {
    /* width : 1256px; */
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-title-img h1 {
    position: relative;
    z-index: 9;
    font-size: 62px;
    color: #fff;
    top: 20%;
}

.banner_container {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: -20%;
    padding: 3rem;
    color: #000;
    border: 1px solid #cccccc;
    margin-bottom: 100px;
}

    .banner_container h1 {
        font-size: 54px;
        line-height: normal;
        margin-right: -2px;
    }

    .banner_container h2 {
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }

        .banner_container h2.h2-big {
            font-size: 37px;
        }

        .banner_container h2 span.tagline {
            display: block;
            text-align: right;
            font-weight: normal;
            font-size: 23px !important;
            position: relative;
            top: -10px;
        }

    .banner_container .stock-dec h1 {
        margin-top: -5px;
        margin-left: -1px;
    }

    .banner_container .stock-value span {
        margin-bottom: 3px;
    }

    .banner_container h1 span {
        font-size: 24px;
        display: block;
        font-weight: normal;
        margin-right: 1px;
    }

    .banner_container p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 30px;
        /* width      : 420px; */
        max-width: 100%;
    }

.pricing-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .pricing-container div:last-child {
        text-align: right;
    }

.change,
.valume {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.change {
    margin-top: 20px;
}

    .change label,
    .valume label {
        display: block;
    }

    .change span,
    .valume span {
        display: block;
        font-size: 46px;
        line-height: normal;
        font-weight: normal;
    }

    .change span {
        background: #43853a;
        margin-left: auto;
        color: #fff;
        padding: 2px 9px 0px 10px;
        text-align: center;
        border-radius: 10px;
        margin-top: 8px;
        display: inline-block;
    }

.valume span {
    margin-right: -1px;
    margin-bottom: 50px;
}

    .valume span small {
        font-size: 25px;
        font-weight: bold;
    }

.form {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.form-group {
    width: 100%;
}

    .form-group label {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 14px;
        text-transform: uppercase;
        font-size: 14px;
        color: #333333;
    }

    .form-group label,
    .form-group input {
        display: block;
        width: 100%;
        color: #000;
    }

    .form-group input {
        height: 60px;
        background: #eff2f6;
        border: 0px;
        border-radius: 5px;
        width: 100%;
        padding: 0px 0px 0px 12px;
        border: 1px solid #eff2f6;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    }

.control-button {
    background: #5885e0 !important;
    color: #fff !important;
    cursor: pointer;
}

.d-grid-2 {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    grid-gap: 25px;
}

@media(max-width:1280px) {
    .content_main,
    .banner-title-img {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width:1140px) {
    .content_main,
    .banner-title-img {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(max-width:1024px) {
    .banner {
        height: 300px;
    }

    .banner_container {
        margin-top: -10%;
        padding: 2rem 1rem;
    }
}

@media(max-width:786px) {
    .banner {
        height: 300px;
    }

    .banner_container {
        margin-top: -10%;
    }

    .form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-container {
        display: block;
    }

        .pricing-container div:last-child {
            text-align: left;
            margin-top: 30px;
        }
}

.seperation-line {
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.pb-15 {
    padding-bottom: 15px;
}

.vision_para {
    margin-bottom: 17px;
}

.vision_thumb_blocktext {
    padding: 60px 0;
    position: relative;
    padding-bottom: 0;
}

.d-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.vision_img {
    width: 333.33px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

    .vision_img img {
        width: 250px;
        max-width: 100%;
    }

.vision_textcontainer {
    width: calc(100% - 333.33px);
    max-width: 100%;
    display: inline-block;
    padding-left: 20px;
}

@media(max-width:768px) {
    .footer_page_main {
        flex-direction: column;
        padding: 50px 5%;
    }

    .footer_logo,
    .footer_sec_single {
        margin-bottom: 30px;
    }

    .d-grid {
        flex-direction: column;
    }

    .vision_img,
    .vision_textcontainer {
        width: 100%;
    }

    .vision_img {
        text-align: center;
        margin-bottom: 30px;
    }

    .vision_textcontainer {
        padding-left: 0;
    }

    .h3-24 {
        text-align: left;
    }
}

.vision_textcontainer h3 {
    line-height: 36px;
    letter-spacing: 0.004em;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: rgb(51, 51, 51);
}

.h3-24 {
    font-size: 24px;
    font-weight: 500;
}

.quote-person {
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .quote-person p {
        margin-top: 0;
    }

.vision_textcontainer p {
    padding: 17px 0;
}
/*  */

.vision_textcontainer a.vision_hyperlink {
    color: #0070c9;
    text-align: left;
    padding-bottom: 15px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

    .vision_textcontainer a.vision_hyperlink img {
        width: 20px;
        position: relative;
        top: 5px;
    }

.world-map {
    position: relative;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.bubble_leadcount {
    /* width: 400px; */
    width: 400px;
    height: 96px;
    background: #2c467f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    z-index: 999;
}

.bubble_countgreen {
    width: 96px;
    height: 96px;
    background: #4da738;
}

.bubble_countblue {
    height: 96px;
    width: calc(100% - 96px);
    padding: 16px 32px;
    line-height: 1.4;
    font-weight: normal;
}

.lead_title {
    color: #fff;
    font-size: 20px;
}

.lead_count {
    color: #fff;
    font-size: 28px;
}
/***  bubble leadcounts positions ***/

.lead_tcompanies {
    top: 35px;
    left: -30px;
}

.lead_treviews {
    top: -20px;
    right: 0px;
}

.lead_tratings {
    top: 208px;
    right: 143px;
}

@media(max-width:768px) {
    .bubble_leadcount {
        width: 200px;
        height: 48px;
    }

    .bubble_countgreen {
        width: 48px;
        height: 48px;
    }

    .bubble_countblue {
        height: 48px;
        width: calc(100% - 96px);
        padding: 8px 24px;
        line-height: auto;
    }

    .lead_title {
        font-size: 12px;
    }

    .lead_count {
        font-size: 16px;
    }

    .lead_tcompanies {
        top: 35px;
        left: -10px;
    }

    .lead_treviews {
        top: -20px;
        right: 0px;
    }

    .lead_tratings {
        top: 150px;
        right: 100px;
    }
}

.stock_banner {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.stock_title_container {
    font-size: 32px;
    font-weight: 500;
}

.stock_sub_title {
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
    margin-top: 15px;
}

    .stock_sub_title span {
        width: 16px;
        height: 2px;
        background: #71cc80;
        display: inline-block;
        position: relative;
        margin-right: 5px;
        top: -4px;
    }

@media(max-width:768px) {
    .banner {
        background-size: 100% !important;
        height: auto;
    }

    .banner-title-img h1 {
        display: block;
        width: 100%;
        padding-top: 15%;
        padding-bottom: 15%;
        text-align: center;
        font-size: 30px;
    }

    .banner_container {
        margin-top: 15px;
        border: 0;
        padding: 8px 0px;
    }

        .banner_container h2 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .banner_container p {
            margin-top: 0;
            line-height: 1.5;
        }

        .banner_container .form {
            margin-top: 25px;
        }

            .banner_container .form label {
                margin-bottom: 8px;
            }

    .form-group input {
        height: 45px !important;
    }

    .banner_container .form .form-group:last-child label {
        display: none;
    }

    .pricing-container p {
        margin-top: 16px;
    }
}
/*** new listing page design style 21-12-2021***/

.search_listing1 {
    /*width: calc(100% - 390px) !important;*/
    width:  calc(100% - 250px) !important;
    /*width:1528px;*/
    margin: 0px auto;
    margin-top: 24px;
}

.rightbanner_container {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

    .rightbanner_container .listing_container {
        /*width: calc(100% - 300px);*/
    }

    .rightbanner_container .bannerright_container {
        width: auto;
        max-width: 100%;
        margin-left: 24px;
    }
/* .rightbanner_container .listing_container,
        .rightbanner_container .bannerright_container,
        .listing_container .listing_inner,
        .listing_container .listing_filter {
            border: 1px solid #ccc;
        } */

.listing_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

    .listing_container .listing_inner {
        width: calc(100% - 300px);
    }

    .listing_container .listing_filter {
        width: 300px;
        max-width: 100%;
        position:fixed;
        left:0px;
        top:0px;
        background-color:#ffffff;
        z-index:99999;
        height:100%;
    }

.listing_saerch {
    width: 100%;
    display: block;
}

    .listing_saerch .searchbar_main {
        width: 100%;
        height: 100%;
        border: 0;
        height: 55px;
        border: 1px solid #ccc;
    }

        .listing_saerch .searchbar_main .input_select_div {
            padding: 0 15px;
        }

.bannerright_container .banner_list {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .bannerright_container .banner_list .banner_img {
        margin-bottom: 24px;
    }

        .bannerright_container .banner_list .banner_img img {
            width: 100%;
        }
/* listing_filter */

.listing_filter .listing_page_content_left {
    width: 100%;
}

.listing_filter .left_bottom_total {
    margin-top: 0;
}

.listing_tags {
    width: 100%;
    display: block;
    margin: 24px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap:15px;
}

    .listing_tags ul {
        list-style: none;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .listing_tags ul li {
            display: inline-block;
            /*background: #f0f4f8;*/
            border: 1px solid #d7d7d7;
            padding: 8px 16px;
            border-radius: 50px;
            margin-right: 8px;
            color: #6088b1;
        }

            .listing_tags ul li.active {
                border-color: #6088b1;
            }

.result_items {
    display: block;
    padding: 0;
    width: calc(100% - 40px);
    border-top: 0px solid #ccc;
    margin-bottom: 20px;
    margin-top: -22px;
}

    .result_items .result_item {
        padding: 20px 0;
        padding-bottom: 18px;
        border-bottom: 1px solid #ccc;
        display: flex !important;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        overflow:hidden;
    }


        .result_items .result_item:last-child {
            border-bottom: 0;
        }

        .result_items .result_item > div {
            width: 50%;
        }

        .result_items .result_item:hover {
            background-color:#f5f5f5 ;
        }

.hotel_card_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hotel_card {
    width: 177px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    top: -6px;
}

    .hotel_card img {
        width: 100%;
    }

.search_result_text {
    font-size: 15px;
    white-space:nowrap;
}

@media (min-width:1200px) {
    .search_listing1 {
        width: 1265px;
    }

    .rightbanner_container .listing_container {
        /*min-width: calc(100% - 250px);*/
        /*max-width: calc(100% - 250px);*/
    }
}

@media (min-width:1400px) {
    .search_listing1 {
        width: 1265px;
    }
}

@media (min-width:1680px) {
    .search_listing1 {
        width: 1265px;
    }
}

/*------------------------------start  added on dec 23 -2021-------------------------------*/
.drpdn-sugg {
    position: relative;
}

.hotel_card img {
    max-width: 150px;
    max-height: 84px;
    margin: auto;
}

.pagingbtn {
    margin: 20px -9px !important;
}

.listing_tags li {
    cursor: pointer;
}

/*------------------------------end  added on dec 23 -2021-------------------------------*/
@media (max-width:1280px) {
    .header-container {
        width: 1080px;
        max-width: 100%;
    }

    .hdr_left.restaurant {
        /*width: 85%;*/
        width:auto;
    }

    .hdr_right.restaurant {
        width: 25%;
    }

    .search_listing1 {
        width: 1080px;
    }
}
.cla_search_img {
    display: flex;
    justify-content: center;
}

.hotel_card_new {
    width: 160px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    top: -6px;
    display: flex;
    justify-content: center;
    margin: auto;
    min-height: 112px;
    margin-right:15px;
}


.clsOverlay
{
    background-color: #0009;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1078;
    display:none;
}

.clsFilterText
{
    font-size: 18px;
    color: rgba(45,46,47,1);
    padding: 20px;
    font-weight: 700;
}