body {
    background-color: #F3F3F3;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.cstm_nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.cstm_logo img,
.order_food_img img {
    height: 28px;
}

.cstm_logo, .order_food {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
}

    .cstm_logo:hover {
        background-color: #FFF8EB;
    }

.order_food_img:hover {
    background-color: #FFF8EB;
}

.bg_img_index {
    background-image: url("../images/bg_top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    background: linear-gradient(rgba(255, 0, 0, 0.45), rgba(255, 0, 0, 0.45)),;
}

.bs-example {
    padding-bottom: 40px;
}

.parent_login_create {
    display: flex;
    justify-content: flex-end;
}

.inner_box_login {
    margin-top: 20px;
    margin-right: 150px;
}

.login, .create {
    color: white;
}

.create {
    border: 2px solid white;
}

.login:hover {
    color: #B9BFC7;
}

.create:hover {
    color: #B9BFC7;
    border: 2px solid #B9BFC7;
}

.parent_bg_section_logo {
    width: 100%;
    margin-top: 100px;
}

.inner_bg_section_logo {
    width: 300px;
}

    .inner_bg_section_logo img {
        width: 100%;
        height: 120px;
        border-radius: 5px;
    }

.find_the_best {
    font-size: 28px;
    color: white;
    font-weight: 100;
}

.parent_collection {
    width: 100%;
}

.inner_img_text {
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
}

.most_popular {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.trending {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.collection_img_left {
    width: 40%;
}

.collection_text_right {
    width: 60%;
    /*	max-height: 100px;*/
    position: relative;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.inner_img_all_collection {
    width: 25%;
}

.all_collection {
    text-align: center;
}

.all_collection {
    text-decoration: none;
    color: maroon;
}

    .all_collection:hover {
        text-decoration: none;
        color: maroon;
    }

.li_parent {
    list-style-type: none;
    font-size: 14px;
}

    .li_parent li a {
        text-decoration: none;
        color: #282928;
    }

.top_photo {
    font-weight: bold;
}

.places {
    color: #89959B;
}

.li_parent li {
    padding-top: 10px;
}

    .li_parent li:hover {
        cursor: pointer;
    }

.profile_pic {
    width: 10%;
}

    .profile_pic img {
        width: 100%;
        border-radius: 100px;
    }

.name {
    width: 60%;
    padding-left: 10px;
}

.profile_right_icon {
    width: 30%;
    text-align: right;
}

    .profile_right_icon:hover {
        color: green;
    }

.hr_food {
    font-size: 11px;
    font-weight: bold;
}

.review {
    font-size: 11px;
    font-weight: 600;
    color: #9e9e9e;
}

.parent_profile {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.review_leader_board {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 12px;
}

    .review_leader_board a {
        color: red;
        text-decoration: none;
    }

.inner_mobile_img {
    width: 60%;
}

    .inner_mobile_img img {
        width: 100%;
    }

.mobile_img_parent {
    display: flex;
    justify-content: flex-end;
}

.see_menus {
    color: #89959b;
    font-size: 15px;
}

.breakfast_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.category_img {
    width: 60px;
}

.category_text {
    text-align: center;
}

.category_img img {
    width: 100%;
}

.inner_category {
    padding-left: 60px;
}

.inner_app_section {
    width: 75%;
}

.underline:after {
    display: inline-block;
    content: "";
    border-top: 1px solid lightgrey;
    width: 160px;
    margin-left: 25px;
}

.underline:before {
    display: inline-block;
    content: "";
    border-top: 1px solid lightgrey;
    width: 160px;
    margin-right: 25px;
    /*margin: 0 1rem;
	transform: translateY(-1rem);*/
}

.btn_col a img {
    width: 120px;
    height: 39px;
}

.btn_col a {
    text-decoration: none;
    color: transparent;
}

.play_store {
    padding-left: 20px;
}

.number_text {
    width: 180px;
}

.parent_inner_count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.number_text h3 {
    text-align: center;
    color: #b9bfc7;
    font-weight: 100;
}

.number_text p {
    text-align: center;
    color: #b9bfc7;
    font-weight: bold;
    font-size: 11px;
}

.parent_footer {
    background-color: #282c35;
}

.inner_footer_top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #3C3F46;
    padding-bottom: 20px;
}

.img_footer_top {
    width: 90px;
    height: 90px;
}

.language_selector {
    background-color: #1c1f25;
    border: 1px solid #6d6d6d;
    color: white;
    padding: 3px;
    visibility: hidden;
}

.parent_footer_listing h4 {
    color: #999;
}

.footer_listing_li li a {
    text-decoration: none;
    color: #999;
    padding-top: 0px;
    font-weight: bold;
    font-size: 12px;
}

.use_display_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #3C3F46;
}

.cstm_ftr_links {
    padding-left: 20px;
}

    .cstm_ftr_links a {
        color: #999;
    }

        .cstm_ftr_links a:hover {
            color: #999;
            text-decoration: none;
        }

.facebook a {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.instagram a {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.twitter a {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.facebook {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.instagram {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.twitter {
    width: 25px;
    border-radius: 30px;
    background-color: #1c1f25;
    text-align: center;
    color: #cdcdcd;
    height: 25px;
    font-size: 15px;
}

.section_footer_social_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #3C3F46;
}

.right_parent_footer {
    display: flex;
    flex-wrap: wrap;
}

.copy_right {
    color: #999;
    font-weight: bold;
    font-size: 10px;
}

.parent_copy_right {
    margin-top: 10px;
}

.app_phone_num, .app_email {
    padding: 5px;
}

.text_app_link, .email_app_link {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #099e44;
    color: white;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}

    .text_app_link:hover,
    .email_app_link:hover {
        background-color: #018c38;
        color: white;
    }

.bs-example {
    display: flex;
    justify-content: center;
}

.dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
}

.parent_top_form {
    position: relative;
}

.location {
    position: absolute;
    left: 18px;
    top: 8px;
    color: #33373d;
}

.down_errow {
    position: absolute;
    left: 175px;
    top: 8px;
    color: #33373d;
}

.search {
    position: absolute;
    left: 18px;
    top: 8px;
    color: lightgray;
}

.dropdown-menu {
    width: 100%;
    top: -4px !important;
}

.dropdown.parent_top_form {
    padding-left: 10px;
}

.cstm_search:hover {
    cursor: pointer;
}

.btn_search_parent {
    position: relative;
    padding-left: 5px;
    padding-right: 0px;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #eff2f6;
}

.dropdown-item:hover {
    background-color: #FBEED5;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.btn_search {
    padding-left: 30px;
    padding-right: 30px;
}

.popup_login-head {
    color: black;
    font-weight: bold;
}

.cstm_modal_header {
    border-bottom: 1px solid #e7e7e7;
}

.cstm_btn_login_popup {
    font-size: 20px;
    padding: 5px;
    margin-top: 20px;
}

.cstm_btn_register_popup {
    font-size: 20px;
    padding: 5px;
    margin-top: 20px;
}

.cstm_form_group {
    margin-top: 20px;
}

.by_logging {
    padding-top: 20px;
    text-align: center;
    color: gray;
    font-size: 11px;
    font-weight: bold;
}

    .by_logging a {
        color: red;
    }

        .by_logging a:hover {
            color: black;
        }

.email_zomato_label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.email_address_sign_up {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.active {
    /*background-color: green; Muzafar*/
    transition: 1s;
}

.cstm_disabled {
    opacity: 0.5;
}

.form-check-label {
    text-align: center;
    color: #858585;
    padding-top: 0px;
    padding-left: 16px;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.form-check-label a {
    color: red;
}

    .form-check-label a:hover {
        color: black;
    }

.modal_body {
    padding-top: 0px;
}

.parent_link_collection {
    text-decoration: none;
    color: black;
}

    .parent_link_collection:hover {
        text-decoration: none;
        color: black;
    }

.profile_parent_link {
    text-decoration: none;
    color: black;
}

    .profile_parent_link:hover {
        text-decoration: none;
        color: black;
    }

.devider_collection {
    display: flex;
    width: 100%;
}

.cstm_mt_collection {
    margin-top: 20px;
}

.cstm_box_last_collection {
    padding-bottom: 2px;
}

.inner_bg_section_logo img:hover {
    cursor: pointer;
}

.parent_img_footer_top img:hover {
    cursor: pointer;
}

.gender {
    margin-left: 20px;
}

.gender_male,
.gender_female {
    padding-left: 40px;
}

/*product Category page css*/

.trending_bg_image {
    background-image: url("../images/trending_banner-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
}

.inner-share_link {
    width: 100%;
}

.copy_link {
    background-color: #fff;
    padding: 8px;
    text-decoration: none;
    color: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    color: gray;
}

    .copy_link:hover {
        background-color: #fff;
        padding: 8px;
        text-decoration: none;
        color: black;
    }

.cstm_share_btn_tdng_top:hover {
    background-color: #EFF2F6;
}

.cstm_share_btn_tdng_top {
    background: #E0E1E2;
    color: #5a5a5a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.cstm_share_icon {
    color: #5a5a5a !important;
}

.inner_information {
    line-height: 30px;
    padding-left: 20px;
}

.cstm_save_collection:hover {
    background-color: #eff2f6;
}

.cstm_save_collection {
    background: #FFF;
    border: 1px solid #e7e7e7;
    color: #33373D;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.parent_banner_information {
    margin-bottom: 20px;
}

.inner_information {
    margin-top: 20px;
}

.trending_places {
    color: gray;
    font-size: 14px;
}

.trending_product_image {
    background-image: url("../images/trending_pdt_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}

.bruges_tredding {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

    .bruges_tredding:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.sugar_tredding {
    text-decoration: none;
    color: #89959b;
    font-size: 12px;
    text-transform: uppercase;
}

    .sugar_tredding:hover {
        text-decoration: none;
        color: #89959b;
    }

.breakfast-trending {
    color: #89959b;
    font-size: 12px;
}

.inner_product_information {
    padding: 12px;
}

.product_badge:hover {
    text-decoration: none;
    color: white;
}

.product_badge {
    background-color: #9ACD32;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.trending_product_image {
    text-align: right;
}

.parent_link_product:hover {
    text-decoration: none;
}

.responsive_mt_trending_product {
    margin-top: 20px;
}

.border_cstm {
    border-bottom: 1px solid #e7e7e7;
}
/*product Category page css*/


/* review page css*/

.parent_top_images_review_page {
    background-color: #fff;
    border-radius: .25rem;
}

.cstm_bruges_parent {
    padding: 20px;
}

.inner_img_top_review {
    width: 20%;
}

    .inner_img_top_review img {
        width: 100%;
        border-radius: 5px;
    }

.tab_icon {
    color: darkgray !important;
}

.over_view {
    border-bottom: 5px solid #cb202d;
}

.border_one:hover {
    background: #eff2f6;
    color: black;
}

.border_one {
    border-right: 1px solid lightgrey !important;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

    .border_one a {
        color: black;
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 20px;
    }

.btn-group-md {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.cstm_top_btn {
    background-color: white;
    border: 1px solid #e0dcdc;
}

    .cstm_top_btn:hover {
        background-color: gray;
    }

.menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.cstm_tab_nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.information_item {
    padding-top: 20px;
    list-style: none;
    font-size: 14px;
}

.cstm_li_for_map {
    width: 50%;
}

.cstm_li_for_map {
    width: 50%;
}

    .cstm_li_for_map img {
        border-radius: 5px;
    }

.information_item img {
    height: 80px;
}

    .information_item img:hover {
        cursor: pointer;
    }

.cstm_check {
    color: green !important;
}

.hand_peeled {
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.parent_gallery {
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.inner_img_gallery {
    width: 18%;
}

.img_radius a img {
    border-radius: 0px;
    width: 100%;
    height: 120px;
}

.img_radius {
    border-radius: 5px;
}

.inner_img_gallery img {
    width: 100%;
    border-radius: 5px;
}

.usin_direction_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

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

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

    .parent_section_write_a_review input {
        width: 100%;
        border-radius: 5px;
        border: 1px solid lightgray;
        padding-left: 30px;
    }

.parent_write_a_review span img {
    position: absolute;
    top: 53px;
    left: 25px;
}

.add_your_review {
    background-color: #099E44;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 12px;
}

    .add_your_review:hover {
        background-color: #066e2f;
        text-align: center;
        color: white;
    }

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

.inner_img span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 12px;
    background: rgba(0,0,0,.55);
    border-radius: 0 0 4px 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner_img img {
    width: 100%;
    border-radius: 3px;
    border: 1px solid white;
}

.inner_img {
    width: 10%;
    position: relative;
    margin-right: 5px;
    bottom: -200px;
}

.bg_img_review {
     /* background-image: url("../images/trending_pdt_3.jpg"); Muzafar*/
    background-image: url('../images/no-image-icon.png');
    width: 100%;
    height: 300px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.reviews {
    padding-left: 20px;
    padding-top: 20px;
}

.profile_images {
    display: flex;
    width: 15%;
}

.inner_profile_images {
    width: 34%;
}

    .inner_profile_images img {
        border-radius: 100px;
    }

.text_information_profile {
    width: 85%;
    padding-top: 10px;
}

.six_hundred, .umang {
    text-decoration: none;
    color: red;
}

    .six_hundred, .umang:hover {
        text-decoration: none;
        color: black;
    }

.parent_profile_option {
    display: flex;
}

.parent_follower_section {
    display: flex;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.follower_image {
    width: 8%;
}

    .follower_image img {
        border-radius: 100px;
    }

.follower_text {
    width: 95%;
}

.john_edverd {
    color: gray;
    text-decoration: none;
    padding-left: 20px;
    font-size: 12px;
}

.expert_in_dlf {
    background-color: #0072bc;
    padding: 2px;
    font-size: 10px;
    color: white;
    border-radius: 4px;
}

.one_one_ten {
    color: gray;
    padding-left: 20px;
    font-size: 10px;
}

.follow:hover {
    background-color: #eff2f6;
    color: gray;
}

.follow {
    background-color: #ffffff;
    border: 1px solid lightgray;
    color: gray;
    padding: 3px;
    font-size: 12px;
}

.eleven_days_ago {
    color: gray;
    padding-left: 20px;
}

.positive {
    color: green;
    padding-left: 20px;
}

.inner_disabled_tab {
    display: flex;
    padding-left: 10px;
}

.five_point_zero {
    background-color: #052d05;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.9;
}

.inner_text_image {
    display: flex;
}

    .inner_text_image div {
        margin-left: 10px;
        border-radius: 10px;
    }

        .inner_text_image div img {
            border-radius: 10px;
        }

.parent_profile_descrition {
    display: flex;
}

.inner_profile_description {
    display: flex;
}

.profile_image_last {
    width: 20%;
    padding-top: 7px;
}

.heading_quick {
    margin-bottom: 0px;
}

.discover {
    font-weight: 14px;
    color: #89959B;
}

.profile_name {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    color: gray;
}

.descition {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 20px;
}

.use_border {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid gray;
}

.last_comment_sectioon_parent {
    padding-top: 20px;
    padding-left: 20px;
}

.comment_image {
    width: 7%;
    border-radius: 100px;
}

    .comment_image img {
        border-radius: 100px;
    }

.input_field {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
}

.write_a_comment {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    padding-left: 7px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.parent_list_section_information {
    margin-top: 20px;
}

.menu_description_review {
    margin-top: 20px;
}

.john_edverd:hover {
    color: gray;
    text-decoration: none;
}

.image_right_nearby {
    width: 12%;
}

    .image_right_nearby img {
        border-radius: 10px;
    }

.point_right_nearby {
    width: 12%;
    background-color: green;
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
}

.name_right_nearby {
    width: 70%;
    font-size: 10px;
    font-weight: bold;
    color: gray;
}

.get_restaurent_widget {
    color: white;
    cursor: pointer;
    background-color: #bd1522;
    width: 100%;
}

    .get_restaurent_widget:hover {
        color: white;
        cursor: pointer;
        background-color: #bd1522;
    }

.add_a_zomato {
    color: maroon;
    text-decoration: none;
    font-size: 12px;
}

.cstm_circle_top {
    font-size: 5px !important;
}

.downtown, .quick_bites {
    color: #89959B;
    text-decoration: none;
    font-size: 15px;
}

    .downtown:hover, .quick_bites:hover {
        color: black;
        text-decoration: none;
    }

.three_point {
    border-radius: .28571429rem;
    color: #fff;
    background-color: #3f7e00;
    width: 100px;/*muzafar*/
    text-align: center;
}

.votes_review {
    color: #89959B;
    text-align: center;
    width: 80px;
    font-size: 12px;
}

.btn-group-md button {
    color: #7B8489 !important;
    font-size: 14px;
}

    .btn-group-md button:hover {
        background-color: #eff2f6;
    }

    .btn-group-md button span i {
        color: #7B8489 !important;
    }

.pd_tab {
    padding-left: 20px;
    padding-right: 20px;
}

.number_review {
    color: #099e44;
}

.breakfast_review,
.desserts_review,
.sandwich {
    color: #cb202d;
    text-decoration: none;
}

    .breakfast_review:hover,
    .desserts_review:hover,
    .sandwich:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.bruges_waffless a {
    text-decoration: none;
    color: black;
}

    .bruges_waffless a:hover {
        text-decoration: none;
        color: black;
    }

.view_website {
    text-decoration: none;
    color: #d5202d;
}

    .view_website:hover {
        text-decoration: none;
        color: #d5202d;
    }

.see_more_review {
    color: #d5202d;
}

    .see_more_review:hover {
        color: #d5202d;
    }

.u_t {
    color: #d5202d;
    text-decoration: none;
}

    .u_t:hover {
        color: #d5202d;
        text-decoration: none;
    }

.review_list_tab_down_section {
    font-size: 14px;
}

.sweet_review {
    color: #d5202d;
    text-decoration: none;
}

    .sweet_review:hover {
        color: black;
        text-decoration: none;
    }

.report {
    color: #d5202d;
    text-decoration: none;
    color: gray;
    font-size: 10px;
    padding-left: 17px;
}

.claim {
    color: #d5202d;
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.report:hover {
    color: #d5202d;
    text-decoration: none;
    color: black;
}

.claim:hover {
    color: #d5202d;
    text-decoration: none;
    color: gray;
}

.inner_img_gallery a {
    text-decoration: none;
}

    .inner_img_gallery a:hover {
        text-decoration: none;
    }

.nner_listing_heading {
    border-bottom: 1px solid gray;
    padding-left: 5px;
    padding-right: 5px;
}

.listing_parent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cac6c6;
}

.six_hundred {
    text-decoration: none;
    color: black;
}

    .six_hundred:hover {
        text-decoration: none;
        color: black;
    }

.inner_option_profile {
    text-decoration: none;
    color: gray;
    font-size: 15px;
}

    .inner_option_profile:hover {
        text-decoration: none;
        color: gray;
    }

.parent_profile_option a:hover {
    text-decoration: none;
}

.photo_count {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,.55);
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pages_count {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,.55);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}

.cstm_last_img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgray;
    text-align: center;
    border-radius: 5px;
}

.add_a_zomato:hover {
    color: black;
    text-decoration: none;
}

.head_menu {
    padding-left: 25px;
    padding-bottom: 15px;
}

.head_photo {
    padding-left: 10px;
    padding-bottom: 15px;
}

.like_box {
    display: flex;
    border-radius: 4px;
}

.inner_like_comments_box {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.like_comments_box_parent {
    padding: 10px;
}

.like_box {
    margin-right: 10px;
}

.inner_like_box_left {
    background-color: #e0e1e2;
    border-top-left-radius: 5px;
    padding: 5px;
    border-bottom-left-radius: 5px;
}

.inner_like_box_right {
    border: 1px solid #bfbebe;
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.share {
    margin-left: auto;
}

.inner_share {
    background-color: #e0e1e2;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.like_img img {
    width: 20px;
}

.comment_img img {
    width: 20px;
}

.share_img img {
    width: 16px;
}

.like_img {
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.comment_img {
    width: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.like_box:hover {
    cursor: pointer;
    background-color: #eff2f6;
}

.inner_share:hover {
    cursor: pointer;
    background-color: #eff2f6;
}

.inner_like_box_right:hover {
    background-color: #eff2f6;
}

.inner_like_box_left:hover {
    background-color: #eff2f6;
}

.popup {
    width: 400px;
    z-index: 999;
    position: absolute;
    top: 365px;
    right: 30px;
}

.parent_progress_in_review {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.label_progress {
    width: 16%;
    font-size: 12px;
}

.progress {
    width: 60%;
    height: 10px;
    margin-right: 5px;
}

.label_progress_right {
    padding-right: 10px;
    font-size: 12px;
}

.cstm_disabled_popup {
    font-size: 12px;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    margin: 15px;
}

.cstm_rating_btn {
    color: white;
    background: transparent;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #007bff;
}

.btn-group-sm {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.parent_popup {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    justify-content: space-between;
}

.parent_popup_text {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

.rating_popup {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.parent_link_profile_right_Section {
    text-decoration: none;
}

    .parent_link_profile_right_Section:hover {
        text-decoration: none;
    }

.cstm_cross {
    color: red !important;
}

.popup:before {
    position: absolute;
    content: '';
    width: .75em;
    top: -7px;
    height: .75em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #dfdfdf;
    border-top: 2px solid #dfdfdf;
    right: 40px;
}

.inner_listing_heading {
    font-weight: bold;
}

.eleven_days_ago {
    color: gray;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 12px;
}

.positive {
    color: green;
    padding-left: 20px;
}

.inner_text_side_review {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
}

.inner_disabled_tab {
    display: flex;
    padding-left: 10px;
}

    .inner_disabled_tab div {
        background-color: lightgray;
        border-radius: 50px;
        border-radius: 50px;
        padding: 5px;
        color: gray;
        font-size: 11px;
        margin-left: 10px;
    }

.cancel_review_write {
    color: red;
    font-weight: bold;
    font-weight: 15px;
}

    .cancel_review_write:hover {
        cursor: pointer;
    }

/* select file type */
.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 32px;
    width: 150px;
    margin: auto;
    display: block;
    border: 1px solid lightgrey;
}

    .btn-tertiary:hover, .btn-tertiary:focus {
        color: #888;
        border-color: #888;
    }

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .input-file + .js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
    }

    .input-file .js-labelFile .icon:before {
        content: "\f093";
    }

    .input-file .js-labelFile.has-file .icon:before {
        content: "\f00c";
        color: #5aac7b;
    }
/* select file type */

.on_in_review:hover, .of_in_review:hover {
    cursor: pointer;
}

.cstm_last_img form {
    width: 100%;
}

.cstm_last_img:hover {
    cursor: pointer;
}

.cstm_last_img form:hover {
    cursor: pointer;
}

.cstm_last_img form label:hover {
    cursor: pointer;
}

.parent-share {
    padding-top: 60px;
    padding-left: 20px;
}

.parent_right_listing {
    padding: 5px;
    width: 100%;
}
/* review page css*/


/*header css*/
header {
    padding-top: 10px;
    padding-bottom: 0px;
}

.cstm_container, header {
    background-color: #cb202d;
    /*display: flex; Muzafar*/
    padding-bottom: 3px;
}

.logo {
    margin-top: -5px;
    font-weight: bold;
    font-style: italic;
}

    .logo a {
        color: white;
        text-decoration: none;
        font-size: 30px;
    }

.first_search {
    border: none;
    border-radius: 2px;
    padding-top: 5px;
    width: 30%;
    padding-left: 20px;
    padding-bottom: 5px;
}

.search_field {
    border: none;
    border-radius: 2px;
    padding-top: 5px;
    width: 50%;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-left: 30px;
}

    .first_search, .search_field:hover {
        cursor: pointer;
    }

.cstm_btn_search {
    border: none;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    font-size: 15px;
}

    .cstm_btn_search:hover {
        color: white;
        background-color: #D94148;
    }

.drop_down {
    display: none;
}

.fa {
    /*color: lightgray; Muzafar*/
}

.search_form {
    position: relative;
    padding-top: 3px;
}

.location_icon {
    position: absolute;
    top: 8px;
    left: 13px;
}

.cstm_caret_down {
    position: relative;
    top: 0px;
    right: 20px;
}

.search_icon {
    position: absolute;
    top: 8px;
    padding-left: 5px;
}

.cstm_btn_log_crt {
    display: flex;
    padding-bottom: 10px;
}

.cstm_login:hover {
    color: white;
    background-color: #D94148;
}

.cstm_login {
    color: white;
    font-size: 15px;
}

.cstm_create:hover {
    color: white;
    background-color: #D94148;
}

.cstm_create {
    color: white;
    background-color: #ba1e2b;
    font-size: 15px;
}

.chrome {
    background-color: lightgrey;
}

.logo a img {
    /*width: 100%; Muzafar*/
    height: 50px;
}
/*header css*/

/*third menu*/
.cstm_parent_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner_navbar {
    flex-direction: row;
}

.sticky_nav_link {
    color: gray;
    font-size: 11px;
    font-weight: bold;
}

    .sticky_nav_link:hover {
        text-decoration: underline;
        color: gray;
    }
/*third menu*/
