/* Imprted Files Start
------------------------------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* Imprted Files Ends
------------------------------------------*/

/* General Style Start
------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none !important;
    }

body {
    font-family: 'Roboto',sans-serif;
    background-color: #f6f6f6;
}

.container {
    width: 100%;
}

.dark-brown {
    background: #b19371;
    color: #fff;
}

.light-brown {
    background: #cab59e;
    color: #fff;
}

.golden {
    background: #a18e61;
    color: #fff;
}

.dark-gray {
    background: #2f3a47;
    color: #fff;
}

.clearfix {
    clear: both;
}

.margin-r20 {
    margin-right: 20px;
}
/* General Style Ends
------------------------------------------*/

/* Forms Style Start
------------------------------------------*/
.form-group label {
    color: #616161;
    font-weight: 400;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    border-color: #eaeaea;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #ccc;
    }

.form-group-lg {
    margin-bottom: 30px;
}

    .form-group-lg .form-control {
        height: 54px;
        line-height: 1;
        border-radius: 0;
        font-size: 14px;
    }

.selectBox {
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

    .selectBox:after {
        content: '';
        border-left: 6px solid rgba(0,0,0,0);
        border-right: 6px solid rgba(0,0,0,0);
        border-top: 6px solid #b6b6b6;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        right: 10px;
    }

    .selectBox .form-control {
        -o-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        line-height: 1;
        position: relative;
        z-index: 2;
        background-color: rgba(0,0,0,0);
    }

.form-group-lg .selectBox select.form-control {
    height: 54px;
    line-height: 1;
    cursor: pointer;
}

.form-group-lg .btn-lg {
    height: 54px;
    border-radius: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding-left: 24px;
    padding-right: 24px;
}

.input-group .form-control {
    border-right: 0;
}

.input-group-addon {
    background-color: #fff;
    border-color: #eaeaea;
    border-radius: 0;
}

.input-group .form-control:focus + .input-group-addon {
    border-color: #ccc;
}
/* Forms Style Ends
------------------------------------------*/

/* Buttons Style Start
------------------------------------------*/
.btn {
    border-radius: 3px;
}

.btn-default {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #7d7d7d;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        background-color: #dedede;
        border-color: #dedede;
        color: #666;
    }

.btn-add {
    color: #fff;
    background-color: #a18e61;
}

    .btn-add:hover,
    .btn-add:focus,
    .btn-add:active {
        color: #fff;
        background-color: #96845a;
        box-shadow: none;
    }

.btn-add2 {
    color: #fff;
    background-color: #cab59e;
}

    .btn-add2:hover,
    .btn-add2:focus,
    .btn-add2:active {
        color: #fff;
        background-color: #bfab95;
    }

.btn-delete {
    color: #fff;
    background-color: #5c789c;
}

    .btn-delete:hover,
    .btn-delete:focus,
    .btn-delete:active {
        color: #fff;
        background-color: #567091;
        box-shadow: none;
    }

.btn-blue {
    color: #fff;
    background-color: #5c789c;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active {
        color: #fff;
        background-color: #567091;
    }

.btn-green {
    color: #fff;
    background-color: #05ae69;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active {
        color: #fff;
        background-color: #05a364;
    }

.btn-blue-blank {
    color: #5c789c;
    background-color: rgba(0,0,0,0);
    border-color: #5c789c;
}

    .btn-blue-blank:hover,
    .btn-blue-blank:focus,
    .btn-blue-blank:active {
        color: #fff;
        background-color: #567091;
    }
/* Buttons Style Ends
------------------------------------------*/

/* Tags Style Start
------------------------------------------*/
.info-tag {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.15;
    background-color: #dedede;
    color: #1d1d1d;
    text-align: center;
    cursor: pointer;
}

    .info-tag:hover {
        background-color: #d4d4d4;
    }

    .info-tag a {
        color: #1d1d1d;
        padding: 8px 14px;
        display: block;
    }

        .info-tag a:hover {
            text-decoration: none;
        }

    .info-tag.tag-green {
        color: #fff;
        background-color: #05ae69;
    }

        .info-tag.tag-green:hover {
            background-color: #05a364;
        }

        .info-tag.tag-green a {
            color: #fff;
        }

    .info-tag.tag-blue {
        color: #fff;
        background-color: #54a4ff;
    }

        .info-tag.tag-blue:hover {
            background-color: #519df5;
        }

        .info-tag.tag-blue a {
            color: #fff;
        }

    .info-tag.tag-red {
        color: #fff;
        background-color: #f74e4e;
    }

        .info-tag.tag-red:hover {
            background-color: #ed4c4c;
        }

        .info-tag.tag-red a {
            color: #fff;
        }
/* Tags Style Ends
------------------------------------------*/

/* Header Style Start
------------------------------------------*/
.header {
    background-color: #937f4c;
    padding: 4px 0;
}

    .header .navbar {
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
    }

    .header .logo {
        float: left;
        margin-right: 60px;
        padding: 0 15px;
    }

    .header .welcomeSide {
        color: #fff;
        font-size: 14px;
        float: right;
        padding: 0;
    }

        .header .welcomeSide label {
            padding: 3px 20px;
            color: #252e39;
            display: inline-block;
            vertical-align: middle;
            font-weight: 500;
            margin: 0;
            text-align: center;
        }

            .header .welcomeSide label span {
                display: block;
            }

        .header .welcomeSide ul {
            margin: 0;
        }

            .header .welcomeSide ul li:last-child {
                margin-right: 0;
            }

            .header .welcomeSide ul a {
                color: #fff;
            }

                .header .welcomeSide ul a:hover,
                .header .welcomeSide ul a:focus {
                    text-decoration: none;
                }

            .header .welcomeSide ul i {
                font-size: 18px;
            }

            .header .welcomeSide ul .user-img {
                width: 34px;
                height: 34px;
                overflow: hidden;
                border-radius: 50%;
                display: inline-block;
                vertical-align: middle;
            }

                .header .welcomeSide ul .user-img img {
                    max-width: 100%;
                }

        .header .welcomeSide .open > .dropdown-menu,
        .header .welcomeSide .dropdown:hover .dropdown-menu {
            display: block;
            right: 0;
            left: auto;
            margin-top: 12px;
        }

        .header .welcomeSide .dropdown-menu li a {
            color: #252e39;
            font-size: 14px;
            text-align: center;
        }

        .header .welcomeSide .dropdown-menu li {
            padding: 10px 0;
            margin: 0;
        }

        .header .welcomeSide .dropdown-menu > li > a:focus,
        .header .welcomeSide .dropdown-menu > li > a:hover {
            background: transparent;
            color: #937e4b;
        }

        .header .welcomeSide .open > a,
        .header .welcomeSide .open > a:focus,
        .header .welcomeSide .open > a:hover {
            background-color: transparent;
            border-color: transparent;
        }
/* Header Style Ends
------------------------------------------*/

/* Navigation Style Start
------------------------------------------*/
.nav {
    display: inline-block;
    color: #fff;
    margin-top: 8px;
}

    .nav ul {
        margin: 0;
        font-size: 18px;
    }

        .nav ul li {
            margin-right: 28px;
            padding-top: 15px;
            padding-bottom: 18px;
        }

        .nav ul a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav .dropdown-menu li a {
        color: #252e39;
        font-size: 14px;
    }

    .nav .dropdown-menu li {
        padding: 10px 0;
        margin: 0;
    }

    .nav .dropdown-menu > li > a:focus,
    .nav .dropdown-menu > li > a:hover {
        background: transparent;
        color: #937e4b;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }
/* Navigation Style Ends
------------------------------------------*/

/* Pager_Header Style Start
------------------------------------------*/
.page-head {
    background-color: #2f3a47;
    color: #fff;
    position: relative;
    z-index: 1;
}

    .page-head:after {
        content: '';
        width: 100%;
        height: 66px;
        background-color: #2f3a47;
        border-top: 1px solid #444e5a;
        display: block;
    }

    .page-head h2 {
        font-size: 20px;
        margin: 15px 0;
    }

    .page-head h5 {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 0 0 28px;
    }

        .page-head h5 a {
            color: rgba(255,255,255,.6);
        }

            .page-head h5 a:hover {
                color: rgba(255,255,255,.8);
                text-decoration: none;
            }

        .page-head h5 span {
            margin-left: 6px;
        }
/* Pager_Header Style Ends
------------------------------------------*/

/* Login Style Start
------------------------------------------*/

.login {
    background: url(../images/login-screen.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

    .login .container {
        width: 1170px;
    }

    .login h4 {
        font-size: 15px;
        color: #fff;
        margin-top: 30px;
    }

    .login .login_hold {
        position: relative;
        top: 0;
        padding: 0;
        left: 0;
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        margin: 0 auto;
        height: 100vh;
    }

    .login .input-group {
        width: 100%;
        margin: 10px 0;
    }

    .login .no_padding {
        padding: 0;
    }

    .login .frm_main {
        width: 480px;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
    }

    .login .frm_top {
        background: url(../images/form_tp.png) no-repeat;
        padding: 15px 10px;
        box-sizing: border-box;
        background-size: 100% 100%;
        height: 220px;
    }

    .login .input-group .input-group-addon {
        background: none;
        border: 0;
        padding: 0;
        border-bottom: 0;
        border-radius: 0;
        position: absolute;
        left: 5px;
        top: 2px;
    }

        .login .input-group .input-group-addon img {
            margin-left: 10px;
        }

    .login .frm_top p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .login .flag_img {
        text-align: right;
    }

    .login .frm_btn {
        float: right;
    }

        .login .frm_btn button {
            width: 100%;
            border: none;
            background: url(../images/login_btn.png) no-repeat;
            padding: 15px 70px 20px 30px;
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            outline: none;
            box-sizing: border-box;
            position: absolute;
            right: -19px;
        }

    .login .frm_btm {
        background: url(../images/frm_btm.png) no-repeat;
        padding: 20px 20px;
        box-sizing: border-box;
        background-size: 100% 100%;
        height: 200px;
        margin-top: -45px;
    }

    .login .frm_btm_txt h3 {
        color: #fff;
    }

        .login .frm_btm_txt h3 a {
            font-size: 26px;
            color: #fff;
        }

    .login .frm_btm_txt ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .login .frm_btm_txt ul li::before {
            content: "-";
            position: absolute;
            left: 5px;
        }

        .login .frm_btm_txt ul li {
            color: #fff;
            font-weight: 400;
            padding-left: 20px;
            line-height: 22px;
        }

            .login .frm_btm_txt ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
            }

    .login .login_fields {
        width: 100%;
        background: none;
        border: none;
        border-bottom: #767171 solid 1px;
        padding: 4px 10px 4px 60px;
        color: #767171;
        outline: none;
    }

        .login .login_fields:-webkit-autofill,
        .login .login_fields:-webkit-autofill:hover,
        .login .login_fields:-webkit-autofill:focus,
        .login .login_fields:-webkit-autofill:active {
            -webkit-box-shadow: inset 0 0 0px 9999px rgb(240, 236, 232);
            box-shadow: inset 0 0 0px 9999px rgb(240, 236, 232);
        }

    .login .login_row {
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
        width: 95%;
    }

        .login .login_row img {
            width: 80%;
            margin: 0 auto;
        }

    .login .login_copyright p {
        color: #fff;
        margin-top: 30px;
        font-size: 16px;
        font-weight: 400;
    }

        .login .login_copyright p a {
            color: #fff;
            text-decoration: underline;
        }

/* Login Style Ends
------------------------------------------*/

/* Announcements Style Start
------------------------------------------*/
.announcement_section {
    margin: -10px 0 30px;
    position: relative;
    z-index: 2;
}

    .announcement_section .outerBox {
        width: 100%;
        display: inline-block;
        background-color: #fff;
        position: relative;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 1px rgba(0,0,0,.1);
        padding: 0 28px;
    }

        .announcement_section .outerBox:after {
            content: '';
            border-top: 10px solid rgba(0,0,0,0);
            border-left: 10px solid rgba(255,255,255,1);
            position: absolute;
            top: 0;
            right: -10px;
        }

        .announcement_section .outerBox .number {
            font-size: 68px;
            font-weight: 500;
            color: #2f3a47;
            line-height: 1;
            padding-top: 32px;
        }

        .announcement_section .outerBox h5 {
            font-size: 18px;
            font-weight: 400;
            color: #616161;
            line-height: 1;
            margin: 0 0 35px;
        }

        .announcement_section .outerBox .fas {
            font-size: 48px;
            padding-top: 30px;
        }

        .announcement_section .outerBox h5.info {
            font-weight: 500;
            margin: 24px 0;
        }

        .announcement_section .outerBox.color-01 h5.info,
        .announcement_section .outerBox.color-01 .fas {
            color: #b19371;
        }

        .announcement_section .outerBox.color-02 h5.info,
        .announcement_section .outerBox.color-02 .fas {
            color: #cab59e;
        }

        .announcement_section .outerBox.color-03 h5.info,
        .announcement_section .outerBox.color-03 .fas {
            color: #937f4c;
        }

        .announcement_section .outerBox.color-04 h5.info,
        .announcement_section .outerBox.color-04 .fas {
            color: #5c789c;
        }
/* Announcements Style Ends
------------------------------------------*/


/* Table Style Start
------------------------------------------*/
.tables_section {
    margin: 30px 0 0;
}

    .tables_section img {
        width: 100%;
    }

    .tables_section .table {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 3px rgba(0,0,0,.1);
    }

        .tables_section .table > thead > tr > th {
            background-color: #36454f;
            color: #fff;
            text-align: center;
            border: 0;
            font-weight: 500;
            padding: 10px;
        }

        .tables_section .table > tbody > tr > td {
            padding: 10px;
            text-align: center;
            vertical-align: middle;
            color: #7d7d7d;
            border: 0;
            line-height: 1;
        }

    .tables_section .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #f6f6f6;
    }

    .tables_section .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    .tables_section .table > tbody > tr > td input[type="checkbox"] {
        display: none;
    }

        .tables_section .table > tbody > tr > td input[type="checkbox"] + label {
            display: block;
            cursor: pointer;
            margin: 0;
        }

            .tables_section .table > tbody > tr > td input[type="checkbox"] + label:before {
                content: '';
                width: 18px;
                height: 18px;
                display: block;
                border-radius: 2px;
                border: 1px solid #d4d4d4;
                background: center center no-repeat;
                background-size: 60%;
                margin: 0 auto;
            }

        .tables_section .table > tbody > tr > td input[type="checkbox"]:checked + label:before {
            background-image: url('../images/checkSign.svg');
        }

    .tables_section .table > tbody > tr > td .selectBox {
        background-color: #fff;
        border: 1px solid #eaeaea;
        position: relative;
    }

        .tables_section .table > tbody > tr > td .selectBox:after {
            content: '';
            border-left: 6px solid rgba(0,0,0,0);
            border-right: 6px solid rgba(0,0,0,0);
            border-top: 6px solid rgba(0,0,0,1);
            position: absolute;
            top: 50%;
            right: 8px;
            transform: translate(0,-50%);
        }

        .tables_section .table > tbody > tr > td .selectBox > select {
            height: 30px;
            -o-appearance: none;
            -ms-appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: 0;
            box-shadow: none;
            cursor: pointer;
            padding-right: 30px;
        }
/* Table Style Ends
------------------------------------------*/

/* Deal Management Style Start
------------------------------------------*/
.deal-mgm .outerBox h5 {
    margin: 35px 0 0;
}

.deal-mgm .outerBox .number {
    font-size: 36px;
    padding-top: 10px;
    margin-bottom: 25px;
}

.deal-mgm .outerBox img {
    padding-top: 36px;
}

.deal-mgm .col-md-3 {
    width: 26.6%;
}

    .deal-mgm .col-md-3:last-child {
        width: 20%;
    }

        .deal-mgm .col-md-3:last-child .btns {
            background: transparent;
            padding: 30px;
        }

        .deal-mgm .col-md-3:last-child .outerBox:after {
            display: none;
        }

.deal-mgm .btns .btn {
    display: block;
    margin-top: 15px;
    color: #fff;
    padding: 12px;
    font-size: 18px;
}

    .deal-mgm .btns .btn:hover {
        background: #252e39;
    }
/* Deal Management Style Ends
------------------------------------------*/

/* Steps_Section Style Start
------------------------------------------*/
.step_section {
    margin: -44px 0 30px;
    text-align: right;
    position: relative;
    z-index: 5;
}

    .step_section .steps {
        width: 65%;
        margin: 0 auto;
        height: 14px;
        background-color: #e3e3e3;
    }

        .step_section .steps .step {
            width: 16.6666667%;
            height: 14px;
            float: left;
            position: relative;
        }

            .step_section .steps .step:before {
                content: '';
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                right: -10px;
                top: 50%;
                background-color: #fff;
                border-radius: 50%;
                transform: translate(0,-50%);
                box-shadow: 0 0 8px rgba(0,0,0,.3);
                z-index: 9;
            }

            .step_section .steps .step span {
                position: absolute;
                top: 100%;
                right: -8px;
                font-size: 20px;
                font-weight: 900;
                color: #fff;
                padding-top: 6px;
            }

            .step_section .steps .step.active {
                background-color: #937f4c;
            }

                .step_section .steps .step.active span {
                    color: #937f4c;
                }
/* Steps_Section Style Ends
------------------------------------------*/

/* Tabs Style Start
------------------------------------------*/
.tabs_section {
    background-color: #2f3a47;
    padding-top: 20px;
}

    .tabs_section .nav {
        border: 0;
        margin: 0 auto -5px;
    }

    .tabs_section .nav-tabs > li > a {
        margin-right: 6px;
        background-color: #937f4c;
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 10px 30px;
    }

        .tabs_section .nav-tabs > li > a:hover,
        .tabs_section .nav-tabs > li.active > a,
        .tabs_section .nav-tabs > li.active > a:focus,
        .tabs_section .nav-tabs > li.active > a:hover {
            border-color: rgba(0,0,0,0);
            background-color: #937f4c;
            color: #fff;
        }
/* Tabs Style Ends
------------------------------------------*/

/* TabContent Style Ends
------------------------------------------*/
.tabContent {
    background-color: #fff;
    padding: 30px 30px 0;
}

.form-group.map {
    overflow: hidden;
}

.tabContent h3,
.tabContent .h3 {
    margin-top: 0;
    color: #2f3a47;
    font-weight: 500;
    margin-bottom: 20px;
}
/*.tabContent .form-group-lg{height:80px;}*/
.tabContent .form-group-lg label {
    display: block;
}

.tabContent .form-group-lg input[type="checkbox"] {
    display: none;
}

    .tabContent .form-group-lg input[type="checkbox"] + label {
        display: inline-block;
        position: relative;
        border: 1px solid #2d3844;
        background-color: #2d3844;
        color: #fff;
        cursor: pointer;
        border-radius: 3px;
    }

        .tabContent .form-group-lg input[type="checkbox"] + label:before {
            content: '';
            width: 32px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border-radius: 2px;
            background: #f9f9f9;
            background: -moz-linear-gradient(top,#f9f9f9 0%,#e7e7e7 100%);
            background: -webkit-linear-gradient(top,#f9f9f9 0%,#e7e7e7 100%);
            background: linear-gradient(to bottom,#f9f9f9 0%,#e7e7e7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#e7e7e7',GradientType=0 );
        }

    .tabContent .form-group-lg input[type="checkbox"]:checked + label:before {
        left: auto;
        right: 0;
    }

    .tabContent .form-group-lg input[type="checkbox"] + label > span {
        display: inline-block;
        padding: 3px 6px;
        width: 32px;
        text-align: center;
        line-height: 1.6;
    }

.tabContent .form-group-lg br {
    line-height: 23px;
}
/* TabContent Style Ends
------------------------------------------*/

/* Page-Listing Style Start
------------------------------------------*/
.pageListing {
    margin: 30px 0;
}

    .pageListing .list-item {
        border-radius: 10px;
        background-color: #fff;
        margin: 30px 0;
        box-shadow: 0 0 5px rgba(0,0,0,.02);
        border: 1px solid #eaeaea;
        overflow: hidden;
    }

        .pageListing .list-item .product-image {
            position: relative;
        }

            .pageListing .list-item .product-image img {
                width: 100%;
            }

            .pageListing .list-item .product-image label {
                padding: 0 8px;
                height: 30px;
                line-height: 30px;
                position: absolute;
                left: 0;
                top: 0;
                color: #fff;
                background-color: #937f4c;
            }

            .pageListing .list-item .product-image .infoIcons {
                position: absolute;
                right: 0;
                bottom: 0;
                text-align: right;
                color: #fff;
            }

                .pageListing .list-item .product-image .infoIcons .eyeInfo,
                .pageListing .list-item .product-image .infoIcons .exchangeInfo {
                    text-align: center;
                    display: inline-block;
                    vertical-align: top;
                    padding-right: 20px;
                }

                    .pageListing .list-item .product-image .infoIcons .eyeInfo i,
                    .pageListing .list-item .product-image .infoIcons .exchangeInfo i {
                        font-size: 20px;
                        display: block;
                    }

        .pageListing .list-item .checkBocCol {
            position: relative;
            float: left;
            padding: 20px 20px 0 0;
        }

            .pageListing .list-item .checkBocCol input[type="checkbox"] {
                display: none;
            }

                .pageListing .list-item .checkBocCol input[type="checkbox"] + label {
                    cursor: pointer;
                    margin: 0;
                }

                    .pageListing .list-item .checkBocCol input[type="checkbox"] + label:before {
                        content: '';
                        width: 18px;
                        height: 18px;
                        display: block;
                        border-radius: 2px;
                        border: 1px solid #d4d4d4;
                        background: center center no-repeat;
                        background-size: 60%;
                        margin: 0 auto;
                    }

                .pageListing .list-item .checkBocCol input[type="checkbox"]:checked + label:before {
                    background-image: url('../images/checkSign.svg');
                }

        .pageListing .list-item .detailInfo {
            margin-left: 38px;
            padding: 10px 0;
        }

            .pageListing .list-item .detailInfo .infoSec {
                padding-right: 88px;
                border-right: 1px solid #e6e6e6;
                display: table-cell;
                vertical-align: middle;
            }

                .pageListing .list-item .detailInfo .infoSec h5 {
                    font-size: 18px;
                    font-weight: 500;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .pageListing .list-item .detailInfo .infoSec h5 a {
                        color: #1c1c1c;
                    }

                .pageListing .list-item .detailInfo .infoSec .pro-date {
                    color: #8d8e90;
                    display: inline-block;
                    vertical-align: middle;
                    padding: 0 36px;
                }

                .pageListing .list-item .detailInfo .infoSec .info-tag {
                    display: inline-block;
                    vertical-align: middle;
                }

                .pageListing .list-item .detailInfo .infoSec .description {
                    margin: 6px 0;
                    color: #616161;
                }

                    .pageListing .list-item .detailInfo .infoSec .description a {
                        font-weight: 500;
                        color: #937f4c;
                    }

                .pageListing .list-item .detailInfo .infoSec .innerInfo {
                    color: #808080;
                    font-size: 12px;
                }

                    .pageListing .list-item .detailInfo .infoSec .innerInfo label {
                        display: block;
                        color: #141414;
                    }

                    .pageListing .list-item .detailInfo .infoSec .innerInfo i {
                        font-size: 24px;
                        color: #a18e61;
                        padding-right: 10px;
                    }

                    .pageListing .list-item .detailInfo .infoSec .innerInfo span {
                        font-weight: 500;
                        color: #141414;
                        padding-right: 6px;
                    }

                    .pageListing .list-item .detailInfo .infoSec .innerInfo .userInfo {
                        display: block;
                        line-height: 30px;
                    }

                        .pageListing .list-item .detailInfo .infoSec .innerInfo .userInfo .user-img {
                            width: 30px;
                            height: 30px;
                            border-radius: 50%;
                            overflow: hidden;
                            border: 1px solid #b7b7b7;
                            display: inline-block;
                            vertical-align: middle;
                            margin-right: 8px;
                        }

                            .pageListing .list-item .detailInfo .infoSec .innerInfo .userInfo .user-img img {
                                max-width: 100%;
                            }

            .pageListing .list-item .detailInfo .pricSec {
                position: relative;
                display: table-cell;
                vertical-align: top;
                padding: 0 60px;
                font-size: 12px;
                color: #808080;
            }

                .pageListing .list-item .detailInfo .pricSec strong {
                    display: block;
                    font-weight: 700;
                    color: #1c1c1c;
                }

                .pageListing .list-item .detailInfo .pricSec span {
                    display: block;
                }

                    .pageListing .list-item .detailInfo .pricSec span.price {
                        font-size: 24px;
                        font-weight: 400;
                        color: #5c789c;
                    }

                .pageListing .list-item .detailInfo .pricSec .auther {
                    position: absolute;
                    bottom: 0;
                    left: 60px;
                }

    .pageListing .pagination {
        border-radius: 0;
        margin: 0;
    }

        .pageListing .pagination > li {
        }

            .pageListing .pagination > li > a,
            .pageListing .pagination > li > span {
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,0);
                margin: 0 4px;
                border-radius: 3px;
                font-size: 15px;
                font-weight: 500;
                padding: 2px 9px;
                color: #525252;
            }

                .pageListing .pagination > li > a:focus,
                .pageListing .pagination > li > a:hover,
                .pageListing .pagination > li > span:focus,
                .pageListing .pagination > li > span:hover {
                    color: #937f4c;
                }

        .pageListing .pagination > .active > a,
        .pageListing .pagination > .active > span {
            background-color: #fff;
            color: #937f4c;
            border-color: #ededed;
        }

            .pageListing .pagination > .active > a:focus,
            .pageListing .pagination > .active > a:hover,
            .pageListing .pagination > .active > span:focus,
            .pageListing .pagination > .active > span:hover {
                background-color: #937f4c;
                color: #fff;
                border-color: #937f4c;
            }

        .pageListing .pagination > li:first-child > a,
        .pageListing .pagination > li:first-child > span,
        .pageListing .pagination > li:last-child > a,
        .pageListing .pagination > li:last-child > span {
            border-radius: 3px;
            background-color: #36454f;
            color: #fff;
        }

            .pageListing .pagination > li:first-child > a:hover,
            .pageListing .pagination > li:first-child > span:hover,
            .pageListing .pagination > li:last-child > a:hover,
            .pageListing .pagination > li:last-child > span:hover {
                background-color: #937f4c;
            }
/* Page-Listing Style Ends
------------------------------------------*/
/* Progress Style Start
------------------------------------------*/
.listing-page main {
    position: relative;
}

.progress_section {
    position: absolute;
    right: 12%;
    top: 0;
    z-index: 99;
}

.progress {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #2f3a47;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        line-height: 60px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

    .progress.blue .progress-bar {
        border-color: #5c789c;
    }

    .progress.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

    .progress.yellow .progress-left .progress-bar {
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress.pink .progress-bar {
        border-color: #ed687c;
    }

    .progress.pink .progress-left .progress-bar {
        animation: loading-4 0.4s linear forwards 1.8s;
    }

    .progress.green .progress-bar {
        border-color: #1abc9c;
    }

    .progress.green .progress-left .progress-bar {
        animation: loading-5 1.2s linear forwards 1.8s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}
/* Progress Style Ends
------------------------------------------*/

/* Footer Style Start
------------------------------------------*/
.copyrights {
    font-size: 15px;
    padding: 22px 0;
}

    .copyrights p {
        margin: 0;
        color: #525252;
    }
/* Footer Style Ends
------------------------------------------*/
