html {
    scroll-behavior: smooth;
}
header {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 3;
    background-color: #fff;
}

    header .form-group {
        padding: 5px 15px 0 15px;
        margin-bottom: 0;
    }

        header label {
            margin-bottom: 0;
            font-size: 12px;
        }

    header .form-group .form-control {
        margin-right: 0px;
        border-radius: 0;
        margin-left: 0px;
        border: none;
        width: 220px;
        padding: 0;
    }

    header nav.navbar {
        padding: 0 2rem;
    }

.navbar-brand {
    min-width: 153px;
    margin-right: 0;
    padding: 0;
    position: relative;
}

    .navbar-brand span {
        position: absolute;
        right: 18px;
        bottom: -17px;
        font-size: 10px;
        text-transform: uppercase;
    }

.deal-map-block {
    position: absolute;
    width: calc(100vw - 450px);
    height: calc(100vh - 60px);
    left: 450px;
    top: 60px;
    overflow: hidden;
}

    .deal-map-block #main-map {
        width: 100%;
        height: 100%;
    }

header .form-group .form-control:focus {
    border-bottom: 1px solid #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(0,123,255,.25);
}

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

    .form-control::placeholder {
        color: #666;
    }

header .form-group .form-control {
    color: #313131;
    height: 27px;
    font-weight: 700;
    font-size: 14px;
}

.material-icons {
    font-size: 20px;
}

.register-top-tab {
    background-color: #F5F5F5;
}

.nav-tabs1 .nav-link {
    padding: 1rem 1rem 0.75rem 1rem;
    font-size: 14px;
    color: #666666;
}

    .nav-tabs1 .nav-link.active, .nav-tabs1 .nav-link:hover {
        background-color: #fff;
        color: #337AB7;
    }

.page-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.my-account-heading {
    padding: 10px 15px 30px 15px;
}

    .my-account-heading h3 {
        font-size: 20px;
        font-weight: 700;
        color: #2C3E50;
    }

        .my-account-heading h3 span {
            color: #337AB7;
        }

.nav-tabs1 .nav-link .material-icons {
    margin-right: 10px;
    margin-bottom: 3px;
}

.wh-box .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.wh-box label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #2C3E50;
}

/*.wh-box .form-control {
    background-color: #eee;
    border: solid 1px #ccc;
}*/

.wh-box .form-group {
    margin-bottom: 17px;
}

.btn-red {
    background-color: #D64843;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

    .btn-red:hover {
        background-color: #337AB7;
        color: #fff;
    }

    .btn-red .material-icons {
        margin-right: 10px;
    }

.modal-title {
    color: #2C3E50;
}

.forogot-link {
    color: #337AB7;
    font-size: 15px;
}

    .forogot-link:hover {
        color: #D64843;
        font-size: 15px;
    }

.btn-red.invert {
    background-color: #337AB7;
}

    .btn-red.invert:hover {
        background-color: #D64843;
    }

.login-form {
    padding: 20px 15px 0 15px;
}

    .login-form .input-group-text {
        color: #D64843;
    }

.modal-backdrop {
    background-color: #2C3E50;
}

    .modal-backdrop.show {
        opacity: 0.8;
    }

.mob-only, .mobile-only-header {
    display: none;
}



header .form-group.search-btn {
    padding: 0px;
}

.btn-location {
    color: #0072CD;
    font-size: 15px;
    padding: 0;
}

    .btn-location * {
        font-size: 15px;
    }

.search-btn button {
    color: #fff;
    /*background: #00bffe;*/
    background :#c91417;
    border-radius: 0;
    line-height: 46px;
}

    .search-btn button:hover {
        color: #fff;
        /*background: #005ea9;*/
        background: #e61619;
    }

.material-icons {
    vertical-align: middle;
}

/*header .nav-item {
    border-left: solid 1px #EDEDED;
}*/

header .navbar-light .navbar-nav .nav-link {
    padding: 17px !important;
    color: #0072CD;
}

.dropdown-item {
    padding: .5rem 1rem;
}

.filter-box {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    /* right: 7px;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 80px;
    width: 300px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    /*max-height: calc(100vh - 90px);*/

    top:10px;
}
    .filter-box:hover { z-index:10;
    }
    .filter-last-row .ms-options-wrap > .ms-options {
        bottom: 30px;
    }

.filter-row {
    border-top: solid 2px #ECECED;
    padding: 10px 15px;
    position: relative;
}



.slider-selection {
    background: #D64843;
}

.filter-row label {
    font-size: 12px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.filter-heading {
    padding: 10px 15px;
    display: block;
    color: #2C3E50;
    font-weight: bold;
}

.overhide .filter-heading {
    padding: 10PX 15px;
    display: block;
    color: #fff;
    background-color: #2C3E50;
    font-weight: bold;
}

.overhide .filter-box {
    overflow: auto;
}

.navbar-brand {
    margin-left: 0px;
    margin-top: -9px;
}

.filter-heading i {
    position: absolute;
    right: 15px;
}



.overhide .filter-form {
    opacity: 0;
    height: 0;
}

.ms-options ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.deal-listing-block {
    background-color: #F9F9FA;
    height: calc(100vh - 60px);
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    max-width: 450px;
    overflow: auto;
}

.selected {
    color: #2C3E50;
    background-color: #F9F9FA;
}

    .selected .material-icons {
        position: absolute;
        font-size: 14px;
        top: 3px;
        left: 50%;
        margin-left: -7px;
    }

.overflow {
    position: absolute;
    right: 0;
    display: none;
}

    .overflow li {
        display: block;
        background-color: #fff;
    }

#more {
    color: #AEAEAE;
    display: none;
    float: right;
    width: inherit;
    cursor: pointer;
}

    #more .material-icons {
        font-size: 24px;
    }

.viewmenu.overflow li {
    width: inherit;
    text-align: left;
}

    .viewmenu.overflow li a {
        padding-left: 15px;
        padding-right: 15px;
    }

.viewmenu.overflow {
    display: block;
}

.search-filed-data {
    padding: 10px;
    font-size: 12px;
    color: #2C3E50;
    position: relative;
    padding-right: 45px;
}

    .search-filed-data span {
        font-weight: bold;
        color: #337AB7;
    }



.pagination-1 {
    padding: 0 10px 0 90px;
    position: relative;
    width: 100%;
    float: left;
}

.pagination .page-link {
    padding: .45rem .55rem;
    font-size: 13px;
}

.pagination-1 .custom-select {
    height: calc(1.5em + .55rem + 5px);
}

.search-filed-data- a {
    position: absolute;
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    border: solid 1px #337AB7;
    right: 10px;
    top: 10px;
    line-height: 22px;
    padding: 0 10px;
}

.search-filed-data a:hover {
    color: #fff;
    background-color: #337AB7;
}

.search-filed-data .refresh {
    position: absolute;
    color: #fff;
    background-color: #337AB7;
    text-align: center;
    line-height: 27px;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    right: 10px;
    top: 7px;
}

.collapse-expand {
    position: absolute;
    margin-top: 3px;
    left: 8px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    border: solid 1px #337AB7;
    line-height: 27px;
    padding: 0 7px;
}

.refresh .material-icons {
    line-height: 27px;
}

.search-listing {
    position: relative;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: solid 1px #dee2e6;
    margin-bottom: 7px;
}

    .search-listing:hover {
        background-color: #f0f2f5;
        border: solid 1px #337AB7;
        margin-bottom: 7px;
    }

.search-listing-wrap {
    padding: 10px;
    width:100%;
    float: left;
}

.header-heading a {
    font-size: 18px;
    font-weight: bold;
    color: #3f3f41;
    display: block;
    padding: 15px;
}

    .header-heading a i {
        margin-right: 10px;
        float: left;
        margin-bottom: 5px;
        margin-top: -8px;
    }

    .header-heading a span {
        font-size: 12px;
        color: #337AB7;
        padding-left: 5px;
    }

.active-block {
    border: solid 1px #337AB7;
}

.listing-all-data {
    position: relative;
    margin-right: 95px;
}

    /*Developer Changes*/
    .listing-all-data h3 {
        /*position: relative;*/
        font-size: 15px;
        color: #337AB7;
        margin-bottom: 10px;
        font-weight: bold;
    }

.listing-img {
    float: right;
    padding-right: 15px;
    min-height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
}

    .listing-img img {
        max-width: 100px;
        max-height: 100px;
        position: relative;
        z-index: 1;
        min-width: 100px;
        min-height: 100px;
    }

.search-list-data {
    padding: 0 15px 15px 15px;
}

.listing-all-data h3 span {
    display: block;
    max-width: 60%;
}

.listing-all-data h3 a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    font-weight: normal;
    color: #337AB7;
    max-width: 40%;
}

.location-ratting {
    /*padding-right: 95px;
    margin-bottom: 10px;*/
    position: relative;
    /*min-height: 40px;*/
}

.rattings-disply {
    position: absolute;
    top: 0;
    right: 0;
}

    .rattings-disply .material-icons {
        color: #AEAEAE;
    }

.material-icons.start-on {
    color: #F7941E;
}

.deal-dates {
    font-size: 11px;
    color: #2C3E50;
    margin-bottom: 7px;
}

.search-in-location {
    font-size: 15px;
    color: #0072CC;
}

    .search-in-location small {
        color: #909090;
        font-size: 11px;
        font-weight: 400;
    }

.descount-amount {
    position: relative;
}

    .descount-amount ul {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

        .descount-amount ul li {
            display: inline-block;
            list-style: none;
            padding: 0 3px;
        }

            .descount-amount ul li a {
                color: #0072CC;
                display: block;
                width: 25px;
                height: 25px;
                text-align: center;
                background: #fff;
                border-radius: 20px;
            }

                .descount-amount ul li a:hover {
                    background: #0072CC;
                    color: #fff;
                }

            .descount-amount ul li .material-icons {
                font-size: 16px;
            }

    .descount-amount .old-price {
        margin-right: 10px;
        font-size: 11px;
        font-weight: bold;
        text-decoration: line-through;
        color: #8E8E8E;
        line-height: 25px;
    }

    .descount-amount .new-price {
        background-color: #D64843;
        display: inline-block;
        border-radius: 13px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        line-height: 25px;
    }

.deal-detail-block {
    position: absolute;
    max-width: 750px;
    left: 460px;
    top: 115px;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}

.nav-maintab {
    position: relative;
    border-bottom: solid 2px #337AB7;
    background-color: #F5F5F6;
}

    .nav-maintab .material-icons {
        font-size: 20px;
    }

.brand-icons img {
    max-width: 18px;
}

.clloseicon {
    position: absolute;
    right: 0;
    top: 4px;
}

    .clloseicon a {
        padding: 0.5rem 1rem;
        display: block;
    }

.nav-maintab .nav-link {
    color: #666666;
    border-right: solid 1px #eee;
    padding: 0.75rem 1rem;
}

    .nav-maintab .nav-link:hover {
        background-color: #fff;
    }

    .nav-maintab .nav-link.active {
        color: #fff;
        background-color: #337AB7;
    }

.footer-main {
    background-color: #dedede;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.deal-view {
    color: #2C3E50;
}

    .deal-view i {
        color: #6e6e6e;
        margin-right: 7px;
    }

    .deal-view span {
        display: inline-block;
        margin-right: 12px;
        margin-left: 7px;
        background-color: #6e6e6e;
        color: #fff;
        padding: 0px 8px;
        border-radius: 20px;
    }

.reposrt-deal {
    position: absolute;
    right: 15px;
    top: 10px;
}

    .reposrt-deal a {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        color: #6e6e6e;
    }

        .reposrt-deal a:hover {
            color: #D64843;
        }

.carousel-control-prev {
   /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    background-repeat: repeat-x;
    color: #000;font-size: 28px;
}
    .carousel-control-prev:hover{color: #000;}
    .carousel-control-prev:focus {
        color: #000;
    }
    .carousel-control-next {
        /*  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
        background-repeat: repeat-x;
        color: #000;
        font-size: 28px;
    }
    .carousel-control-next:hover{color: #000;}
        .carousel-control-next:focus {
            color: #000;
        }

    .deal-main {
        padding: 0 15px 15px;
    }

.box-deal-price {
    border: solid 1px #ECECED;
}

    .box-deal-price .col-12 {
        padding: 10px 0;
        text-align: center;
    }

.deal-descounts small {
    line-height: 30px;
    color: #8E8E8E;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: bold;
}

.deal-descounts span {
    line-height: 30px;
    color: #fff;
    background-color: #D64843;
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.bg-blue {
    background-color: #337AB7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

    .bg-blue big {
        display: block;
        font-size: 20px;
        font-weight: bold;
    }

.bg--light-blue {
    background-color: #00BFFE;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}

    .bg--light-blue span {
        display: inline-block;
        width: 50%;
    }

        .bg--light-blue span b {
            display: block;
        }

.deal-main-text-block {
    margin-bottom: 25px;
}

.dealm-main-text {
    padding-left: 15px;
    padding-top: 30px;
    min-height:330px;
}

    .dealm-main-text h2 {
        /*font-size: 20px;*/
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }

.ratting .material-icons {
    color: #AEAEAE;
}

    .ratting .material-icons.fill {
        color: #F7941E;
    }

.ratting {
    margin-top: 5px;
}

    .ratting .jq-ry-container {
        display: inline-block;
    }

.brand-category {
    position: relative;
    font-size: 0;
    padding-top: 4px;
}

.brands {
    display: inline-block;
    max-width: 50%;
    font-size: 12px;
    line-height: 16px;
    color: #2C3E50;
    font-weight: bold;
}

.categories {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #3f3f41;
    margin-left: 5px;
}

    .categories:hover {
        color: #3f3f41;
        text-decoration: underline;
    }

.dealm-main-text h4 {
    font-size: 15px;
    color: #337AB7;
    font-weight: bold;
}

.deal-location {
    font-size: 15px;
    color: #00befd;
}

    .deal-location .material-icons {
        color: #00befd;
    }

    .deal-location small {
        color: #a7a7a7;
        font-size: 15px;
    }

.pagination {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

    .pagination .material-icons {
        font-size: 13px;
    }

.pagination-1 .input-group-text {
    font-size: 11px;
    background-color: #fff;
}

.pagination-1 .custom-select {
    border-left: 0;
    font-size: 13px;
}

#slider12d .slider-track-low {
    background: red;
}

.noresult-from {
    padding: 15px;
}

    .noresult-from h4 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
    }

    .noresult-from p {
        padding: 15px;
    }

.top-slider-div {
    width: 100%;
}

    .top-slider-div .slider.slider-horizontal {
        max-width: 100%;
        margin-left: 10px;
    }

    .top-slider-div span {
        font-size: 11px;
    }

.dropdown-item {
    font-size: 13px;
}

    .dropdown-item.border-0 {
        border-bottom: solid 0px #eee !important;
    }

    .dropdown-item .material-icons {
        font-size: 19px;
        margin-right: 8px;
    }

article {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px #ddd solid;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#DealDeatailUserReview .label .material-icons {
    font-size: 10px;
    width: 10px;
}

#noLocationFond .material-icons {
    font-size: 16px;
    color: #337ab7;
    margin-bottom: 3px;
}

#txtLocation {
    display: inline;
}

#nav-main {
    *zoom: 1;
}

    #nav-main:before,
    #nav-main:after {
        display: table;
        content: "";
    }

    #nav-main:after {
        clear: both;
    }

#nav-main {
    background: #ECECED;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

    #nav-main > ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 5;
        width: 100%;
    }

        #nav-main > ul > li {
            background: none;
            float: left;
            font-size: 13px;
            margin-bottom: 0;
            position: relative;
            padding: 0;
        }

            #nav-main > ul > li.more {
                float: right;
            }

            #nav-main > ul > li.hidden {
                display: none;
            }

            #nav-main > ul > li:hover {
                background: #F9F9FA;
            }

                #nav-main > ul > li:hover ul {
                    display: block;
                }

    #nav-main a {
        color: #2C3E50;
        display: block;
        font-size: 12px;
        line-height: 45px;
        display: inline-block;
        padding: 0 10px;
    }

        #nav-main a:hover {
            opacity: 1;
        }

    #nav-main ul ul {
        background: #ECECED;
        z-index: 9;
        display: none;
        list-style: none;
        margin: 0;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
    }

        #nav-main ul ul a {
            margin-bottom: 0px;
            padding: 0 10px;
            display: block;
            line-height: 45px;
            white-space: nowrap;
            position: relative;
        }

            #nav-main ul ul a:hover {
                background: #F9F9FA;
            }
/*Developer Changes*/
div#dv_FilterField {
    margin: 10px 0 0 10px;
}

    div#dv_FilterField label {
        margin-right: 2px;
    }

div#dealResultSpinner {
    padding: 10px;
    margin-bottom: 5px;
}

.btn-location {
    padding: 0;
}

#iwcontent img {
    margin-bottom: 3px;
    width: 18px;
}

.dataTables_wrapper, .dataTables_wrapper .form-control {
    font-size: 13px;
}
       .dataTables_wrapper .table td, .table th {
        padding: 0.55rem;
    }
    .dataTables_wrapper.form-inline {
        display: block;
        display: -ms-block;
    }
    .dataTables_wrapper.form-inline .dataTables_length { float:left;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #007bff;
    background-color: #007bff;
    cursor: default;
    z-index: 2;
    color: #fff;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.pagination .footable-page.active a {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
}

.toggleSidePanel-close .deal-map-block {
    width: calc(100vw - 0px);
    left: 0px;
}
.toggleSidePanel-close .deal-listing-block { margin-left:-450px;
}
.toggleSidePanel {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    background: #f7f7f7;
    position: absolute;
    left: 450px;
    top: 125px;
    z-index: 2;
    color: #00bffe;
    padding: 2px;
    border-radius: 0px 5px 5px 0px;
}
    .toggleSidePanel .material-icons{font-size:30px;}
    .toggleSidePanel-close .toggleSidePanel {
        left: 0px;
    }
    .toggleSidePanel-close .toggleSidePanel i {
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari 3-8 */
        transform: rotate(180deg);
    }

   /*30-04-2021*/
header .navbar-light .navbar-nav li:last-child .nav-link{padding-right: 0px !important;}

/*03-06-201*/
/*filter*/
.heading_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #00bffe;
    padding: 10px;
    position: fixed;
    z-index: 10;
}
.filter_sec{position:relative;}
 .filter_sec:after {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 5px;
        height: 10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #00bffe;
    }
.filter-heading1 {
    display: inline;
    width: auto;
    color: #fff;
}
    .filter-heading1:hover{color: #fff;}
    .done {
        display: inline-block;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
    }
    .done:hover{color: #fff;}
    /* scrollbar */
.inside_filter::-webkit-scrollbar {
    width: 6px;
}
.inside_filter::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.inside_filter::-webkit-scrollbar-thumb {
    background: #888;
}
.inside_filter::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.filter-box .filter_radius {
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 40px;
}
    .filter-box .filter_radius label {
        font-size: 12px;
        color: #323232;
    }
    .filter-row .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #00bffe;
        background-color: #00bffe;
    }
.clearall{width:100%;padding: 10px 15px;}
.filter_clear {
    display: block;
    width: 100%;
    font-size: 12px;
    background: #00bffe;
    color: #fff;
    text-transform:capitalize;
    text-align: center;
    border-radius:5px;height:32px;line-height: 32px;
}
.filter_clear:hover{color: #fff;}
.filter-btn{position: relative;}
.nav-maintab.open_nav{border-bottom: none;}
/*#DealDeatailCarousel{width: 220px; margin: 0 auto;}*/
.dealm-main-text > h3 {color: #3f3f41;font-size: 20px;/*font-size: 16px;*/font-weight: bold;line-height: 20px;}
.dealm-main-text > h3 img{margin-right: 5px;position: relative;top: 2px;width: 35px;}
.time_date p {
    color: #3f3f41;font-size: 14px;font-weight: 500; margin-bottom: 0px;}

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

    .discount .media-body b {
        display: inline-block;
        /*background: #db4531;*/
        border: 1px solid #d42e31;
        padding: 5px 10px;
        position: relative;
    }
    .discount.bluebl .media-body b {
        border: 1px solid #0058c5;
    }
    .discount.bluebl .media-body span.text {
        color: #0058c5;
    }
    .discount.bluebl .media-body b::after {
        border-left: 17px solid #0058c5;
    }
    .discount.greenbl .media-body b {
        border: 1px solid #6aa83b;
    }
    .discount.greenbl .media-body span.text {
        color: #6aa83b;
    }
    .discount.greenbl .media-body b::after {
        border-left: 17px solid #6aa83b;
    }

    .discount .media-body b:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 51%;
        left: -1px;
        transform: translateY(-50%);
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 17px solid #d42e31;
    }
    /*.discount .media-body b:before {
        position: absolute;content: "";
        width: 0; 
          height: 0; 
          top: 0;
          right:0;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          border-right: 18px solid #fff;
    }*/
    .discount .media-body span.text {
        display: inline-block;
        padding: 2px 15px;
        padding-right:0;
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        color: #d42e31;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 265px;
        white-space: nowrap;
    }
.discount .media-img {
    margin-right: 5px;
}

.listreview{width: 100%;display:flex;align-items:center;flex-wrap: wrap;padding-bottom: 10px;}
.startreview{width: auto;padding-top:20px;}
.startreview ul{padding:0;margin:0;}
.startreview ul li {
    list-style: none;
    display: inline-block;
    color: #8d8d8d;
    font-size: 16px;
}
.startreview ul li i{font-size: 18px;}

.reviewicon{width:auto;float:right;padding-top:20px;}
    .reviewicon ul {
        padding: 0;
        margin: 0;
    }

.reviewicon ul li {
list-style: none;
display: inline-block;
color: #8d8d8d;
font-size: 16px;
padding: 0 5px;
}
.reviewicon ul li img{margin-right: 5px;}

.reviewicon ul li span{position:relative;top:2px;}
#dealInfo .carousel-indicators {
    bottom: -40px;
}
    #dealInfo .carousel-indicators li {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        border: 2px solid #b7b7b7;
    }
        #dealInfo .carousel-indicators li.active {
            background: #b7b7b7;
        }

.bottom_itm{width:100%;font-family: Roboto;position:relative;padding: 10px;}
.heading_itm{width: 100%;}
    .heading_itm h3 {
        /*font-size: 16px;*/
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #3f3f41;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 46px;
        padding-top:14px;
    }

.bottom_itm .media{align-items: center;padding-top: 6px;}
.bottom_itm .media-body{padding-top: 13px;}
    .bottom_itm .media-body h4 {
        /*font-size: 20px;*/
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }
.bottom_itm .media-body ul{margin:0;padding:0;margin-top: 5px;}
.bottom_itm .media-body ul li {
    list-style: none;
    font-size: 13px;
    color: #3f3f41;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.bottom_itm .media-img {
    width: 112px;
    height: 123px;
    overflow: hidden;
    border-radius: 8px;
}
.Beverages {
    width: 100%;
    padding-top: 10px;
    text-align: right;
}
.Beverages a {
font-size: 12px;
color: #3f3f41;
}
.Beverages a:hover {
    color: #007bff;
}
.cashoff{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap: wrap;}
.cashoff ul{padding:0;margin:0;}
.cashoff ul li{list-style: none;display:inline-block;font-size: 20px;}

.itm-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .itm-icon ul {
        padding: 0;
        margin: 0;
    }
    .itm-icon ul li {
        list-style: none;
        display: inline-block;
        font-size: 20px;
    }
.shareicon{width: auto;padding-top:15px;}
    .shareicon ul{margin: 0;padding: 0;}
    .shareicon ul li {
        list-style: none;
        display: inline-block;
        padding: 0 4px;
    }
.balon_img{position:absolute;top: 10px;left: 10px;width: 35px;}

/*old*/
/*.listing-img{display: none;}*/
/*.listing-all-data{display: none;}*/
.header-heading{display: none;}
/*..pagination-1{display: none;}*/
/*.deallikes {
    display: none;
}*/
/*old*/
/*.deallikes.old_icon {
    display: block;
}*/
.deal-main::-webkit-scrollbar {
    width: 10px;
}

.deal-main::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.deal-main::-webkit-scrollbar-thumb {
    background: #888;
}

.deal-main::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.inside_filter {
    width: 100%;
    overflow: auto;
    height: 500px;
}
.dealm-main-text .deal-location small {
    display: block;
    margin-left: 24px;
}
.location-ratting .jq-ry-container {
    width: auto !important;
    padding: 0;
}
.location-ratting .jq-ry-container svg{
    width: 17px;margin-left: 3px !important;
}
.draggable_nav {margin-right: 50px;}
.cashoff img{position:relative;top: -15px;}
#rewieAndRating{padding-top: 30px; padding-bottom: 30px;}
.dealheading{font-size: 1.3rem;}
form#formRating{padding-top: 10px;}
.balon_img img{width: 100%;}
#dealDetails {
    padding-top: 30px;
    width: 100%;
}
.insidebolon{width: 36px;position:relative;display: inline-block;margin-right: 10px;}
    .insidebolon img{width: 36px;}
    .insidebolon span {
        position: absolute;
        top: 12px;
        left: 9px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
    }
.dealm-main-text > h3 img span{top: 13px;}
.balon_img .insidebolon {
    width: 36px;
}
.dealm-main-text > .media.first_media{align-items: center;padding-bottom: 6px;}
.dealm-main-text > .media.first_media .media-body h3 {
    font-size: 20px;
    line-height: 24px;
    width: 310px;
    font-weight: bold;
    color: #3f3f41;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
.time_date {
    padding-top: 10px;
}

.right_more{width:auto;}
.right_more ul{margin: 0;padding: 0;}
.right_more ul li{padding:0;list-style:none;display:inline-block;}
.leftmore{width: auto;}
.right_more ul li .insidebolon span {
    top: 11px;
}
.right_more ul li:last-child .insidebolon span {
    top: 11px;left: 10px;
}
.insidebolon.blueper span {
    left: 11px;
}
.text-center {
    text-align: center;
}
