#rating {
    padding:40px 0;
    background:#f8f8f8;
}

#Div1 {
    padding:20px;
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

#Div1 h1.page__title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: 600;
        line-height: inherit;
    }

.review-star {
    background:#f8f8f8;
    padding:15px;
    position:relative;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    line-height:35px
}

#Div1 #dialogBtn {
        letter-spacing:1px;
        position: absolute;
        right:15px;
        background: #1ea69a;
        border: none;
        padding: 0px 10px 0px 36px;
        color: #fff;
        font-size: 16px;
        display:inline-block;
        line-height:35px;
        border-radius:0;
        text-align: center;
        margin-bottom:10px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    }

        #Div1 #dialogBtn:hover {
            background: #fff;
            color:#232323;
        }

        #Div1 #dialogBtn i {
            color:#fff;
            width: 30px;
            text-align: center;
            background: #0a7b71;
            height: 35px;
            position: absolute;
            top: 0px;
            line-height: 32px;
            left: 0;
        }
.comment-listing-hadding {
        line-height: 21px;
    padding-top:10px;
}

.comment-listing-hadding small {
        font-size: 14px;
    }
.averageratings {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 5px;
    margin: 0 5px 0 0;
    background: #32920d;
    float: left;
    line-height: 19px;
    font-family: Helvetica,sans-serif;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #333;
}
.ratings {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin-right:5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

    .timeline > li:before, .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li > .timeline-panel {
        width: 90%;
        float: right;
        background: #f9f9f9;
        border: 1px solid #d8d8d8;
        border-radius: 0 10px 10px 10px;
        padding: 10px 15px;
        position: relative;
    }

        .timeline > li > .timeline-panel:before {
            content: '';
            position: absolute;
            top: 10px; 
            left: -12px;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #d8d8d8;
        }

        .timeline > li > .timeline-panel:after {
            content: '';
            position: absolute;
            top: 11px;
            left: -10px;
            width: 0;
            height: 0;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-right: 11px solid #f9f9f9;
        }

    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-right: -25px;
        background-color: #cbcbcb;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

        .timeline > li > .timeline-badge span {
            position: absolute;
            bottom: -8px;
            color: #020202;
            right: -1px;
            background: #ffc300;
            border-radius: 100%;
            padding: 4px;
            font-size: 9px;
        }

        .timeline > li > .timeline-badge img {
            width: 50px;
            height: 50px;
            float: left;
        }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: left;
    }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            border-right-width: 0;
            border-left-width: 15px;
            right: -15px;
            left: auto;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            border-right-width: 0;
            border-left-width: 14px;
            right: -14px;
            left: auto;
        }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-bottom: 8px;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin: 10px 0;
        font-size: 11px;
        line-height: 16px;
        color: #333;
    }

.timeline-body {
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
    text-align: justify;
    letter-spacing: 0.5px;
}

.usercity {
    font-size: 11px;
    color: #909090;
    font-weight: 500;
}

.manageprofilefromreviewpage {
    font-size: 11px;
    margin-left: 15px;
}



    .timeline-centered h1 {
        margin: 10px 0 0;
        padding: 0 25px;
        font-size: 18px;
        line-height: 40px;
        font-family: Helvetica, sans-serif;
        font-weight: 600;
        color: #323232;
    }

    .timeline-centered h2 {
        margin: 10px 0 0;
        padding: 0 25px;
        font-size: 16px;
        line-height: 28px;
        font-family: Helvetica, sans-serif;
        font-weight: 600;
        color: #323232;
    }


    .timelin-rating-box .vote-slider-box {
        margin: 0 0 10px;
        float: left;
    }

        .timelin-rating-box .vote-slider-box ul {
            padding: 0px;
            margin: 0px;
            
        }

        .timelin-rating-box .vote-slider-box label {
            padding: 0px;
            margin: 0px 0px 0 5px;
            display: inline-block;
            float: left;
            color: #000;
            width: auto;
            font-family: Helvetica, sans-serif;
        }

            .timelin-rating-box .vote-slider-box label i {
                font-size: 20px;
                line-height: 11px;
            }

        .timelin-rating-box .vote-slider-box ul li:before {
            content: '';
            width: 20px;
            height: 20px;
            background: rgba(255,172,48,0.76);
            position: absolute;
            top: 0px;
            left: 0px;
        }

.review-comment-box {
    float: left;
    margin: 20px 0 0;
    width: 100%;
    height: auto;
}

.reviews-row {
    margin-bottom:8px;
    float: left;
    width: 100%;
    height: auto;
}

    .reviews-row input[type="text"] {
        border-radius: 0px;
        border-bottom: 0px;
        font-size: 12px;
    }

    .reviews-row textarea {
        border-radius: 0px;
        margin: 0px;
        padding: 10px;
        font-family: Helvetica, sans-serif;
        font-size: 12px;
        border-bottom: 0px;
        resize: none;
    }

        .reviews-row textarea.form-control:focus {
            box-shadow: none;
            border-color: #ccc;
        }

.checkbox {
    padding-left: 20px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 0px;
        font-family: Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.rate-textarea {
    width: 100%;
    float: left;
    margin: 0px 0 0px;
}

    .rate-textarea p {
        padding: 0px;
        font-size: 11px!important;
        color: #333;
        margin: 0px 1px 0px 1px!important;
        font-size: 11px;
        color: #999;
        font-weight: normal;
        font-family: Helvetica, sans-serif;
        background: #fff;
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 4px 5px 2px;
        border: 1px solid #ccc;
        left: -1px;
        border-top: 0px;
        border-bottom: 0px;
    }

h2.page__title {
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    font-weight:600;
}


.uplaod-images {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
}

    .uplaod-images ul {
        list-style-type: none;
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .uplaod-images ul li.img-wrap {
            position: relative;
            display: inline-block;
            float: left;
            margin: 0 4px 0 0px;
            width: 88px;
            height: 88px;
        }

            .uplaod-images ul li.img-wrap img {
                width: 100%;
                height: 100%;
                float: left;
            }

            .uplaod-images ul li.img-wrap .RemoveImg {
                position: absolute;
                top: 2px;
                right: 2px;
                z-index: 100;
                padding: 5px;
                cursor: pointer;
                background: rgba(0,0,0,0.5);
                color: #fff;
                font-size: 16px;
                line-height: 10px;
            }

.uplaodphoto-rate {
    width: 100%;
    float: left;
    position: relative;
}

    .uplaodphoto-rate .progress {
        margin: 0px;
        height: 3px;
        border-radius: 0px;
    }

.custom-file-upload {
    float: left;
    display: inline-block;
    border: 1px solid #C9C9C9;
    color: #000;
    cursor: pointer;
    padding: 7px 10px;
    font-family: Helvetica, sans-serif;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    width: 100%;
    margin: 0px;
}

    .custom-file-upload i {
        margin-right: 5px;
        font-size: 20px;
        line-height: 20px;
        float: left;
    }

    .custom-file-upload span {
        font-weight: 600;
        font-size: 12px;
        font-family: Helvetica, sans-serif;
    }

    .custom-file-upload small {
        font-size: 11px;
        font-weight: 200;
    }

.comments {
    width: 100%;
    float: left;
    position: relative;
}

    

.main-rewiewbox {
    border: 1px solid #f2f2f2;
    background: #fcfbfb;
    padding: 10px;
    width: 100%;
    float: left;
}

.list-images {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .list-images a img {
        width: 60px;
        height: 60px;
        cursor: pointer;
        float: left;
        display: inline-block;
        float: left;
        margin: 2px;
    }

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars {
    margin: 0px 0 5px;
    font-size: 24px;
    color: #d17581;
    cursor: pointer;
}

.replyBox {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    position: relative;
}

    .replyBox:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 5px;
        border-left: 1px dashed #ccc;
        top: 0px;
    }

.replay-box-sec {
    border: 1px solid #e8e8e8;
    background: #fefefe;
    width: 95%;
    float: right;
    margin: 5px 0px;
    border-radius: 3px;
    padding: 10px;
    font-family: Helvetica, sans-serif;
    position: relative;
}

    .replay-box-sec:before {
        position: absolute;
        top: -1px;
        left: -16px;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 16px 17px 0;
        border-color: transparent #e8e8e8 transparent transparent;
        content: " ";
    }

    .replay-box-sec:after {
        position: absolute;
        top: 0px;
        left: -15px;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #fefefe transparent transparent;
        content: " ";
    }

    .replay-box-sec h4.timeline-title:before {
        position: absolute;
        top: -4px;
        left: -20px;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #d6d6d6;
        z-index: 1;
    }

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.timeline-body .btn {
    border-radius: 0;
    margin-top: 10px;
}

.timeline-body .btn-label-reply {
    padding: 1px 5px;
}




/* File Upload css*/
#photo-gallery-ul-list, #files-to-upload {
    list-style-type: none;
    width: 100%;
}

    #photo-gallery-ul-list li, #files-to-upload li {
        display: inline-block;
        width: 150px;
        height: 165px;
        float: left;
        margin: 2px;
        background: #333;
    }

        #photo-gallery-ul-list li .loader-container, #files-to-upload li .loader-container {
            display: none;
            color: #fff;
            margin: 30% 0;
            text-align: center;
            width: 100%;
            float: left;
        }

        #photo-gallery-ul-list li .img-container, #files-to-upload li .img-container {
            width: 150px;
            height: 140px;
            padding: 5px;
        }

            #photo-gallery-ul-list li .img-container img, #files-to-upload li .img-container img {
                height: 100%;
                width: 100%;
            }

        #photo-gallery-ul-list li .gallery-img-actions, #files-to-upload li .gallery-img-actions {
            width: 100%;
            text-align: center;
            color: #fff;
        }

.gallery-img-actions span {
    margin: 5px;
    cursor: pointer;
    font-size: 17px;
    font-family: Helvetica, sans-serif;
}

.upload-box-center#upload-files-loader {
    display: none;
    color: #000;
    margin: 10% 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
}

#upload-box-pretext {
    display: block;
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
    font-family: Helvetica, sans-serif;
}

#add-photo-gallery-photos-btn {
    font-size: 13px;
    color: #435B1D;
    font-family: Helvetica, sans-serif;
}

    #add-photo-gallery-photos-btn label {
        margin: 5px 0 0 10px;
        font-size: 19px;
        color: #765A18;
        cursor: pointer;
    }

        #add-photo-gallery-photos-btn label:hover {
            color: #333;
        }

#photo-gallery-upload-progress {
    display: none;
}




/*End file upload css*/



/********* Review Detail Page***************/

.rate-reply-footer {
    width: 100%;
    float: left;
}

    .rate-reply-footer .like-review {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }

        .rate-reply-footer .like-review small {
            font-size: 11px;
            float: left;
            font-family: Helvetica, sans-serif;
        }

        .rate-reply-footer .like-review i {
            float: left;
            margin-right: 5px;
            font-size: 12px;
        }

    .rate-reply-footer .dislike-review {
        display: inline-block;
        float: left;
    }

        .rate-reply-footer .dislike-review small {
            font-size: 11px;
            float: left;
            font-family: Helvetica, sans-serif;
        }

        .rate-reply-footer .dislike-review i {
            float: left;
            margin-right: 5px;
            font-size: 12px;
        }

.report-review {
    float: right;
    display: inline-block;
    cursor: pointer;
}

    .report-review small {
        font-size: 11px;
        float: left;
        font-family: Helvetica, sans-serif;
        color: #333;
    }

    .report-review i {
        float: right;
        margin-left: 5px;
        cursor: pointer;
    }

.btn-label i {
    cursor: pointer;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

#post-review-box p {
    margin: 15px 0;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    font-family: Helvetica, sans-serif;
}

#post-review-box textarea {
    margin-bottom: 0px;
}

.stars {
    margin: 0px 0 5px;
    font-size: 24px;
    color: #d17581;
    cursor: pointer;
}

.replyBox {
    width: 100%;
    float: left;
    font-family: Helvetica, sans-serif;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.timeline-body .btn {
    border-radius: 0;
    margin-top: 10px;
    font-family: Helvetica, sans-serif;
}

.timeline-body .btn-label-reply {
    padding: 1px 5px;
}



.review-footer {
    width: 100%;
    float: left;
    text-align: right;
}

    .review-footer label {
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
        margin: 0px;
        border-right: 1px solid #ccc;
        padding: 0 10px 0 0;
    }

        .review-footer label i {
            font-size: 17px;
            float: left;
            display: inline-block;
            margin-right: 5px;
            line-height: 17px;
        }

    .review-footer a {
        font-size: 11px;
        font-family: Helvetica, sans-serif;
        margin: 0px 0px 0px 10px;
        line-height: 11px;
    }

        .review-footer a i {
            font-size: 17px;
            float: left;
            display: inline-block;
            margin-right: 5px;
            line-height: 17px;
        }

.btn-group .dropdown-menu a {
    color: #fff;
    font-family: Helvetica, sans-serif;
}

.btn-default .dropdown-menu {
    color: #000 !important;
}

.reply-review {
    display: none;
}

.edit-reply-button-footer {
    float: left;
    width: 100%;
    padding: 5px 0 0;
    border-top: 1px solid #EFEFEF;
    margin: 5px 0 5px;
}

    .edit-reply-button-footer .button-b {
        display: inline-block;
    }

.reply-btn-ft {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: url(/Images/profile/button-bg-small.png) right top no-repeat #337ab7;
}

    .reply-btn-ft b {
        font-weight: 400;
    }

.btn-default .dropdown-menu li > a:hover, .btn-default .dropdown-menu li > a:focus {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-group-primary .dropdown-menu {
    background-color: #3784c5 !important;
}

    .btn-group-primary .dropdown-menu li > a:hover, .btn-group-primary .dropdown-menu li > a:focus {
        background-color: #428bca!important;
    }

.btn-group-success .dropdown-menu {
    background-color: #51b351 !important;
}

    .btn-group-success .dropdown-menu li > a:hover, .btn-group-success .dropdown-menu li > a:focus {
        background-color: #5cb85c!important;
    }

.btn-group-info .dropdown-menu {
    background-color: #4ebbdb !important;
}

    .btn-group-info .dropdown-menu li > a:hover, .btn-group-info .dropdown-menu li > a:focus {
        background-color: #5bc0de !important;
    }

.btn-group-warning .dropdown-menu {
    background-color: #efa640 !important;
}

    .btn-group-warning .dropdown-menu li > a:hover, .btn-group-warning .dropdown-menu li > a:focus {
        background-color: #f0ad4e!important;
    }

.btn-group-danger .dropdown-menu {
    background-color: #d64742 !important;
}

    .btn-group-danger .dropdown-menu li > a:hover, .btn-group-danger .dropdown-menu li > a:focus {
        background-color: #d9534f!important;
    }

.reply-review-box {
    float: left;
    display: none;
    width: 100%;
    padding: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
}

    .reply-review-box:before {
        content: '';
        position: absolute;
        right: 55px;
        width: 0;
        top: -7px;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent;
        z-index: 2;
    }

    .reply-review-box:after {
        content: '';
        position: absolute;
        right: 53px;
        top: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 7px 8px;
        border-color: transparent transparent #e4e4e4 transparent;
        z-index: 1;
    }

    .reply-review-box textarea {
        margin-bottom: 10px!important;
        font-size: 11px;
    }

.replay-box-sec > div > .like-review {
    display: inline-block;
}

    .replay-box-sec > div > .like-review i {
        font-size: 12px;
    }

.replay-box-sec > div > .dislike-review {
    display: inline-block;
}

    .replay-box-sec > div > .dislike-review i {
        font-size: 12px;
    }

.reply-rate-box {
    float: left;
    display: none;
    width: 100%;
    padding: 15px;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
}

    .reply-rate-box .vote-slider-box {
        margin: 0px;
    }

#modalreportabuse label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 400;
    color: #333;
}

    #modalreportabuse label input[type=radio] {
        position: absolute;
        left: 0px;
        top: 0px;
    }

#openreviewpostform .modal-header-success {
    background-color: #5cb85c;
}

    #openreviewpostform .modal-header-success h3 {
        margin: 0;
        color: #fff;
    }

        #openreviewpostform .modal-header-success h3 i {
            margin-right: 5px;
        }

#openreviewpostform #IOL-Logindialog .modal-dialog {
    width: 65% !important;
    margin: 30px auto !important;
}

.fb-iframe {
    border: none;
    height: 45px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

/* Website Reviews Rating CSS Start Here
 =============================================*/
.custmer-ratings {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 5px;
    margin: 0 5px 0 0;
    background: #32920d;
    float: left;
    line-height: 19px;
    font-family: Helvetica,sans-serif;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #333;
}



.rating-vote {
    width: 500px;
    float: left;
    transition: all ease .45s;
    -o-transition: all ease .45s;
    -moz-transition: all ease .45s;
    -webkit-transition: all ease .45s;
}

.vote-top {
    display: inline-block;
    text-align: center;
    color: #fff;
    float: left;
    margin-left: 5px;
    font-weight: 400;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.rating-vote .vote-slider-box {
    display: none;
    transition: all ease .45s;
    -o-transition: all ease .45s;
    -moz-transition: all ease .45s;
    -webkit-transition: all ease .45s;
    margin: 0;
}

    .rating-vote .vote-slider-box label {
        width: 30px;
        line-height: 20px;
    }

.vote-slider-box {
    float: left;
    position: relative;
    margin: 10px 0;
    transition: all ease .45s;
    -o-transition: all ease .45s;
    -moz-transition: all ease .45s;
    -webkit-transition: all ease .45s;
}

    .vote-slider-box label {
        float: left;
        /*width: 60px;*/
        color: #333;
        display: inline-block;
        padding: 0;
        margin: 0 0 0 5px;
        bottom: 0;
        font-weight: 400;
        font-size: 13px;
    }

        .vote-slider-box label i {
            margin-right: 5PX;
        }

    .vote-slider-box ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        float: left;
    }

        .vote-slider-box ul li {
            display: inline-block;
            width: 22px;
            height: 20px;
            float: left;
            position: relative;
            cursor: pointer;
        }

            .vote-slider-box ul li:before {
                content: '';
                width: 20px;
                height: 20px;
                background: rgba(255,172,48,0.76);
                position: absolute;
                top: 0;
                left: 0;
            }

            .vote-slider-box ul li:nth-of-type(1).hover:before, .vote-slider-box ul li:nth-of-type(1).active:before {
                background: #d8efda;
            }

            .vote-slider-box ul li:nth-of-type(2).hover:before, .vote-slider-box ul li:nth-of-type(2).active:before {
                background: #c1dec0;
            }

            .vote-slider-box ul li:nth-of-type(3).hover:before, .vote-slider-box ul li:nth-of-type(3).active:before {
                background: #9ec59b;
            }

            .vote-slider-box ul li:nth-of-type(4).hover:before, .vote-slider-box ul li:nth-of-type(4).active:before {
                background: #75a66f;
            }

            .vote-slider-box ul li:nth-of-type(5).hover:before, .vote-slider-box ul li:nth-of-type(5).active:before {
                background: #70a36b;
            }

            .vote-slider-box ul li:nth-of-type(6).hover:before, .vote-slider-box ul li:nth-of-type(6).active:before {
                background: #4d8945;
            }

            .vote-slider-box ul li:nth-of-type(7).hover:before, .vote-slider-box ul li:nth-of-type(7).active:before {
                background: #2b7020;
            }

            .vote-slider-box ul li:nth-of-type(8).hover:before, .vote-slider-box ul li:nth-of-type(8).active:before {
                background: #216916;
            }

            .vote-slider-box ul li:nth-of-type(9).hover:before, .vote-slider-box ul li:nth-of-type(9).active:before {
                background: #17620c;
            }

            .vote-slider-box ul li:nth-of-type(10).hover:before, .vote-slider-box ul li:nth-of-type(10).active:before {
                background: #125f06;
            }




    .ratings span.stars, .ratings span.stars span {
        display: block;
        background: url(https://im.hunt.in/local/profile/star.png) 0 0 repeat-x;
        width: 100px;
        height: 19px;
        margin: 0!important;
    }

        .ratings span.stars span {
            background-position: 0 -25px;
            float: left;
        }

        ratings span.stars,
        .ratings span.stars span {
            display: block;
            background: url(https://im.hunt.in/local/profile/star.png) 0 0px repeat-x;
            width: 75px;
            height: 19px;
        }

        .ratings span.stars span {
            background-position: 0 -25px;
            float: left;
        }



/* Website Reviews Rating CSS End Here
 =============================================*/

@media (max-width:500px) {
    .timeline-centered h1 {
        padding: 0 10px;
        line-height: 20px;
    }

    .timeline > li > .timeline-badge {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

        .timeline > li > .timeline-badge img {
            width: 30px;
            height: 30px;
        }

    .timelin-rating-box {
        width: 100%;
        float: left;
        padding: 10px 10px;
    }

    .manageprofilefromreviewpage {
        width: 100%;
        margin: 0px;
        float: left;
    }

    

    .timeline > li > .timeline-panel:before {
        left: -11px;
        border-width: 0 11px 12px 0;
    }

    .timeline > li > .timeline-panel:after {
        left: -10px;
        border-width: 0 10px 10px 0;
    }

    .replay-box-sec:before {
        left: -11px;
        border-width: 0 11px 12px 0;
    }

    .replay-box-sec:after {
        left: -10px;
        border-width: 0 10px 10px 0;
    }

    .replay-box-sec h4.timeline-title:before {
        left: -13px;
    }

    button#dialogBtn {
        position: relative !important;
    }
}
