﻿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;
}

a {
    text-decoration: none;
    color: #4DA738;
    cursor: pointer;
}

.d-block {
    display: block;
    width: 100%;
}


.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:*/
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text_brown {
    color: #4DA738;
}


/*style the arrow inside the select element:*/


/*point the arrow upwards when the select box is open (active):*/



/*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;
}


.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,
#divRestaurantList {
    /*left: -12%;
    right: -17%;
    top: 44px;*/
    left: -10.7%;
    right: -19%;
    top: 46px;
}

#divLocationList {
    /*left: -12%;
    right: -21%;*/
    left: -9%;
    right: -22.7%;
    top: 46px;
}

.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-color: rgba(0, 0, 0, 0.1);*/
    background: #970439 !important;
    color: #fff;
}

.hdr_left.restaurant {
    width: 50%;
}

.hdr_right.restaurant {
    width: 50%;
}

.hdr_right_user_info {
    display: inline-block;
    float: right;
    width: 200px;
    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;
}

.user_profile_ul li {
    list-style: none;
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.user_profile_ul li:hover {
    background: #4DA738;
    color: #ffffff;
}

.user_profile_div {
    position: absolute;
    top: 37px;
    right: 0px;
    text-align: left;
}

.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 #8fc676;
    padding-left: 20px;
}



.content_main {
    width: 1140px;
    margin: 0px auto;
}

.search_btn.searchbar {
    background: #4DA738;
    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: 0px 11px 20px 2px #d9d9d9;
}

.page_main_hdg {
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 0px;
}

.search_section {
    background: #E5EFDB;
    padding: 50px;
    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 #4DA738;
    border-radius: 5px;
    color: #4DA738;
    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, #4DA738;
    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, #4DA738;
    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;
    padding-left: 20px;
    padding-top: 2px;
}

.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;
}


/* 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-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: #4DA738;
    text-transform: uppercase;
    float: right;
    font-weight: 900;
}

.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: 20px;
}

.mostbooked_left_single>ul li:nth-child(2) {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
    width: 40%;
}

.mostbooked_left_single ul li:last-child {
    margin-left: 20px;
    text-align: right;
}

.mostbooked_left_single {
    margin-bottom: 30px;
}


/* .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 ul li:first-child img {
    width: 124px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    object-fit: cover;
}

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: #4DA738;
    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;
    border: 1px solid #d0cdcd;
    padding: 3px 9px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #999999;
}

.resta_offer {
    color: #4DA738;
    font-size: 11px;
    font-weight: 500;
}

.resta_rating {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 0px;
}

.resta_rating span {
    font-size: 25px;
}

.resta_total_reviews {
    font-size: 14px;
}


/* need inspiration sec styles */

.need_inspiration_div {
    display: flex;
    width: 100%;
    background: #dcf2ce;
    box-sizing: border-box;
    border: 1px solid #4DA738;
    border-radius: 5px;
    margin-top: 40px;
    margin: 50px 0px;
    float: left;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.need_inspiration_find_resta_btn {
    background: #4DA738;
    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#4DA738;
}

.insider_sec_hdg span:last-child {
    font-size: 12px;
    display: inline-block;
    color: #4DA738;
    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: 900;
    color: #4DA738;
    margin-bottom: 1px;
}

.insider_resta_rating {
    font-weight: 900;
    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: 900;
    font-size: 15px;
    display: none;
}

.insider_box_hdr {
    position: relative;
}


/* 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 #4DA738;
}

.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 #4DA738;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.best_resta_img {
    margin: 20px 0px;
}

.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 #4DA738;
}

.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: 900;
    padding-right: 32%;
    box-sizing: border-box;
}

.joinus_hdg_txt {
    font-size: 20px;
    color: #4DA738;
    font-weight: 900;
    margin-bottom: 7px;
}

.joinus_learnmore_btn {
    color: #ffffff;
    background: #4DA738;
    border-radius: 3px;
    height: 50px;
    width: 180px;
    border: none;
    font-size: 16px;
    margin-top: 20px;
}



.custom-select.hdr_location .select-items div:hover,
.same-as-selected {
    background-color: #4DA738;
    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;
    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: #4DA738;
    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;
    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: #4DA738;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    padding-top: 13px;
    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-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;*/
    text-align:left;
}


/* login screen styles */

.login_div {
    position: absolute;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.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;
    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: #4DA738;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.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-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;*/
    text-align: left;
}

.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: 1140px;
    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 48px;
    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, #4DA738;
    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 #4DA738;
    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: #4DA738;
    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: #4DA738;
    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-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: 13px;
    width: 13px;
    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: #4DA738;
    border: 2px solid #4DA738;
}


/* 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: #4DA738;
    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: none;
    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: #4DA738;
}

.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: 50%;
    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: 900;
    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 48px;
    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, #4DA738;
    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: #4DA738;
}

.details_booknow_btn {
    background: url(../images/edit_icon.png)80% center no-repeat, #4DA738;
    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;
}

.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;
}

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: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0px 22px;
}

.details_rating {
    font-weight: 900;
    margin: 0px 20px 0px 7px;
}

.details_price_range {
    font-weight: 900;
    background: url(../images/price_icon.png) left center no-repeat;
    background-size: 18px;
    padding-left: 27px;
}

.details_sec_hdg {
    font-size: 18px;
    color: #333333;
    font-weight: 900;
    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: 900;
}

.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: #4DA738;
}

.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: 900;
    font-size: 14px;
    margin-left: 5px;
    color: #333;
}

.rating_total_points_txt {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 900;
}

.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: 900;
}

.all_reviews_txt {
    font-weight: 900;
    color: #333333;
    margin-bottom: 3px;
}

.all_reviews_desc {
    color: #666666;
}

.rating_single_star {
    height: 18.6px;
}

.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: 100%;
}

.total_reviews_left input[type="radio"] {
    display: none;
}

.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: 900;
    color: #333;
    margin-left: 3px;
}

.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: 900;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}

.contact_address {
    margin: 3px;
    text-transform: uppercase;
    font-size: 15px;
    color: #4DA738;
}

.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: #4DA738;
    border-right: 1px solid #c0ccda;
}

.contact_person_single_bottom span:last-child {
    border-right: 0px;
}

.special_offer_learnmore {
    text-transform: uppercase;
    color: #4DA738 !important;
    margin-top: 5px;
}

.resta_food_img {
    width: 100%;
}

.details_right_single_sec {
    margin-bottom: 10px;
}

.details_right_single_sec .sec_title {
    font-weight: 900;
    color: #333333;
}

.details_right_single_sec.showless {
    font-size: 14px;
    margin-top: 20px;
    color: #4DA738;
    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: 900;
}

.dish_desc_txt {
    padding-right: 15%;
    box-sizing: border-box;
}

.dish_price {
    color: #333333;
    font-weight: 900;
}

.dish_single {
    width: 47%;
    margin-bottom: 15px;
}

.dish_quantity {
    font-weight: 900;
    color: #333333;
}

.dish_quantity span {
    margin-right: 5px;
    font-size: 20px;
}

.complete_menu_btn {
    border: 1px solid #4DA738;
    height: 60px;
    width: 250px;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
    color: #4DA738;
    border-radius: 5px;
}

.complete_menu_btn_div {
    text-align: center;
    margin: 50px 0px;
}


/* Style the tab content */

.tabcontent.restaurant {
    display: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.tabs_sec {
    margin-top: 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: #4DA738;
    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;
    max-height: 157px;
}

.restaurant_img {
    /*width:100%;
      height:100%;*/
    max-height: 145px;
    border-radius: 5px;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.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: #4DA738;
  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: 20px;
    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: #4DA738;
    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: #4DA738;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4DA738;
    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: 20%;
    padding: 7px;
    font-size: 14px;
}

.rating_single_star {
    height: 17px;
    padding-right: 2px;
}

.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 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: #4DA738;
}

.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: #4DA738;
}

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 #4DA738 !important;
    background: #4DA738 !important;
    font-weight: normal;
    color: #454545;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #4DA738;
    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 #4DA738;
    background: #4DA738;
    font-weight: normal;
    color: #454545;
}

.ui-widget-header {
    border: 1px solid #4DA738 !important;
    background: #4DA738 !important;
    color: #333;
    font-weight: 900;
}

.restaurant_list_single ul li:nth-child(1) {
    width: 29%;
}


/* 
#defaultCategory div:nth-child(1):before {
    background: url('../images/hotels.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
}

#defaultCategory div:nth-child(1):hover:before {
    background: url('../images/hotels1.png') no-repeat;
}


#defaultCategory div:nth-child(2):before {
    background: url('../images/food1.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
}

#defaultCategory div:nth-child(2):hover:before {
    background: url('../images/food.png') no-repeat;
}

#defaultCategory div:nth-child(3):before {
    background: url('../images/car.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 0 0 5px;
}

#defaultCategory div:nth-child(3):hover:before {
    background: url('../images/car1.png') no-repeat;
}

#defaultCategory div:nth-child(4):before {
    background: url('../images/monitor.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
}

#defaultCategory div:nth-child(4):hover:before {
    background: url('../images/monitor1.png') no-repeat;
}

#defaultCategory div:nth-child(5):before {
    background: url('../images/real-estate.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
}

#defaultCategory div:nth-child(5):hover:before {
    background: url('../images/real-estate1.png') no-repeat;
}

#defaultCategory div:nth-child(6):before {
    background: url('../images/heart.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 0 0 5px;
}

#defaultCategory div:nth-child(6):hover:before {
    background: url('../images/heart1.png') no-repeat;
}

#defaultCategory div:nth-child(7):before {
    background: url('../images/shopping-bag.png') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: -2px 0 0 5px;
}

#defaultCategory div:nth-child(7):hover:before {
    background: url('../images/shopping-bag1.png') no-repeat;
} */

#divLocationList div:nth-child(1) {
    /*background: url(../images/current_location.png) no-repeat 20px center !important;*/
    background: url(../images/current_location.png) no-repeat 12px center !important;
    color: #4DA738 !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: cover;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.seeall {
    font-size: 12px;
    display: inline-block;
    color: #4DA738;
    text-transform: uppercase;
}

.searchimgicon {
    width: 20px;
    /*height: 18px;*/
}

.locationimgicon {
    width: 20px;
    /*height: 19px;*/
}

.currentlocation {
    /*padding: 8px 7px !important;*/
    padding: 8px 7px !important;
}

.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):hover {
    /* background: url(../images/current_location.png) no-repeat 20px center !important; */
    background: url(../images/current_location.png) no-repeat 12px center !important;
    color: #4DA738 !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 10px !important;
}

input:focus {
    outline: none;
}


/** home new Search ***/

.input_select_div {
    display: flex;
    width: 100%;
    margin: 0;
}

.input_select_boxs {
    width: 50%;
    display: inline-flex;
    position: relative;
    padding: 0 15px;
}

#txtRestaurant,
#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;
    position: relative;
    top: 1px;
}

.border-left {
    border-right: 1px solid #cccccc;
}

#txtRestaurant {
    background: url(../images/search.svg) no-repeat left center;
    background-size: 20px;
    text-indent: 22px;
    background-position: 0 6px;
}

#txtLocation {
    background: url(../images/location.svg) no-repeat left center;
    background-size: 20px;
    text-indent: 22px;
    background-position: 0 6px;
}

.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;
}

.result_container div span {
    display: block;
}

.result_container div img.search {
    width: 40px;
    margin-right: 10px;
    position: relative;
    border-radius: 5px;
}

.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;
}

#defaultCategory div:nth-child(1):before {
    background: url(../images/svg/hotels.svg) no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 0 0 5px;
    background-size: 100%;
    background: url(../images/svg/food.svg) 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/svg/hotels1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(2):before {
    background: url('../images/svg/food.svg') 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/svg/food1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(3):before {
    background: url('../images/svg/car.svg') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(3):hover:before {
    background: url('../images/svg/car1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(4):before {
    background: url('../images/svg/monitor.svg') 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/svg/monitor1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(5):before {
    background: url('../images/svg/real-estate.svg') 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/svg/real-estate1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(6):before {
    background: url('../images/svg/heart.psvg') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(6):hover:before {
    background: url('../images/svg/heart1.svg') no-repeat;
    background-size: 100%;
}

#defaultCategory div:nth-child(7):before {
    background: url('../images/svg/shopping-bag.svg') no-repeat;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: -2px 0 0 5px;
    background-size: 100%;
}

#defaultCategory div:nth-child(7):hover:before {
    background: url('../images/svg/shopping-bag1.svg') no-repeat;
    background-size: 100%;
}

.breaducrumb {
    display: block;
    margin: 0;
    margin-bottom: 30px;
}

.breaducrumb li {
    display: inline-block;
    color: #4DA738;
    margin-right: 30px;
    font-weight: 900;
}

.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;
}


/* Style the buttons inside the tab */

.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: 900;
}


/* Create an active/current tablink class */

.tab.restaurant button.active {
    border-bottom: 4px solid #4DA738;
    color: #4DA738;
    border-radius: 10px 10px 0 0;
}


/******** rating ******/

#star-1:checked~section#ratings [for='star-1'] svg,
#star-2:checked~section#ratings [for='star-1'] svg,
#star-2:checked~section#ratings [for='star-2'] svg,
#star-3:checked~section#ratings [for='star-1'] svg,
#star-3:checked~section#ratings [for='star-2'] svg,
#star-3:checked~section#ratings [for='star-3'] svg,
#star-4:checked~section#ratings [for='star-1'] svg,
#star-4:checked~section#ratings [for='star-2'] svg,
#star-4:checked~section#ratings [for='star-3'] svg,
#star-4:checked~section#ratings [for='star-4'] svg,
#star-5:checked~section#ratings [for='star-1'] svg,
#star-5:checked~section#ratings [for='star-2'] svg,
#star-5:checked~section#ratings [for='star-3'] svg,
#star-5:checked~section#ratings [for='star-4'] svg,
#star-5:checked~section#ratings [for='star-5'] svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#star-1:checked~section#ratings [for='star-1'] svg path,
#star-2:checked~section#ratings [for='star-1'] svg path,
#star-2:checked~section#ratings [for='star-2'] svg path,
#star-3:checked~section#ratings [for='star-1'] svg path,
#star-3:checked~section#ratings [for='star-2'] svg path,
#star-3:checked~section#ratings [for='star-3'] svg path,
#star-4:checked~section#ratings [for='star-1'] svg path,
#star-4:checked~section#ratings [for='star-2'] svg path,
#star-4:checked~section#ratings [for='star-3'] svg path,
#star-4:checked~section#ratings [for='star-4'] svg path,
#star-5:checked~section#ratings [for='star-1'] svg path,
#star-5:checked~section#ratings [for='star-2'] svg path,
#star-5:checked~section#ratings [for='star-3'] svg path,
#star-5:checked~section [for='star-4'] svg path,
#star-5:checked~section [for='star-5'] svg path {
    fill: #FFBB00;
    stroke: #cc9600;
}

section#ratings {
    width: 100%;
}

section#ratings label {
    display: inline-block;
    width: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

section#ratings label svg {
    width: 100%;
    height: auto;
    fill: white;
    stroke: #CCC;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

section#ratings label svg path {
    -webkit-transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
    transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}

section#ratings label[for="star-null"] {
    display: block;
    margin: 0 auto;
    color: #999;
}

section#ratings input {
    margin-top: 1rem;
    display: none;
}

.form-control {
    width: 500px;
    margin-top: 10px;
}

.logo_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.logo_title img {
    width: 100px;
}

.logo_title p {
    padding: 0;
    margin-top: 0;
    margin-left: 30px;
    line-height: 50px;
}

.search_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
}

.search_category>.category_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 70px;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-right: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.search_category>.category_item:last-child {
    margin-right: 0;
}

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:nth-child(2) {
    width: 100% !important;
    padding-right: 0 !important;
}

.rest_cat li:last-child {
    margin-bottom: 0;
}

.rest_cat li svg {
    width: 15px;
    margin-right: 10px;
}

.rest_cat li span {
    line-height: initial;
}

.mostbooked_right_single ul,
.mostbooked_left_single ul {
    display: flex;
}

.d-flex {
    display: flex;
    align-items: center;
}

.star_rating {
    margin-top: 12px;
}

.rating_stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

i.icon_star {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

i.icon_star.star_full {
    background: url(../images/svg/star-full.svg);
    background-size: 100%;
}

i.icon_star.star_empty {
    background: url(../images/svg/star-empty.svg);
    background-size: 100%;
}

.star_rating a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #666666;
    margin-left: 20px;
}

.rating_stars label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #666666;
    margin-left: 10px;
}


/******* signuppage********/

.signup_page {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: normal;
}

.mt-90 {
    margin-top: 90px;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.signup_page .left_contailer {
    width: 330px;
    max-width: 100%;
}

.signup_page .right_contailer {
    width: 952px;
    max-width: 100%;
    margin-left: 118px;
}

.signup_page h1 {
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.signup_page h1 span {
    font-weight: normal !important;
}

.signup_form {
    margin-top: 40px;
    padding: 0;
}

.signup_form .btn_blue,
.btn_green {
    width: 100%;
    background: #3679EA;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: 0;
    height: 48px;
    display: block;
    margin-bottom: 10px;
}

.btn_green {
    background: #4DA738;
    margin-top: 10px;
}

.btn_white {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 10px;
}

.form_control {
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: 42px;
    padding: 0 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

select.form_control {
    appearance: none;
    background: url('../images/select_darrow.svg') no-repeat;
    background-position: calc(100% - 15px) center;
}

.rihght_1,
.rihght_2 {
    width: 458px;
    max-width: 100%;
}

.rihght_2 {
    width: 423px;
    max-width: 100%;
    margin-left: 70px;
}

.signup_page p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    margin-bottom: 10px;
    padding-right: 30px;
}

.lbl_haveacc {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.lbl_haveacc a {
    color: #4DA738;
}

.mt-30 {
    margin-top: 30px;
}

.img_gtrust {
    margin-top: 140px;
}

.img_trupitreview {
    margin-bottom: 90px;
    margin-top: 5px;
}

.align-start {
    align-items: flex-start;
}

@media(max-width:1400px) {
    .signup_page {
        max-width: 100%;
    }
}


/******************Gopi Css********************/

@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .signup_page .left_contailer {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
    }
    .signup_page .right_contailer {
        width: 100%;
        max-width: 100%;
        margin-left: 30PX;
        padding: 0 40px;
    }
    .align-start {
        align-items: flex-start;
        flex-flow: wrap;
    }
    .row {
        flex-flow: wrap;
    }
    .rihght_1,
    .rihght_2 {
        width: 100%;
        max-width: 100%;
    }
    .img_gtrust,
    .img_trupitreview {
        width: 100%;
    }
    .img_gtrust {
        margin-top: 30px;
    }
    .img_trupitreview {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .rihght_2 {
        margin-top: 30px;
        margin-left: 0;
        padding-bottom: 30px;
    }
    .signup_page h1 {
        font-size: 25px;
        line-height: 30px;
    }
}