body {
    margin: 0;
    padding: 0;
    font-family: 'Muli-Regular';
    overflow-x: hidden;
    font-size: 14px;
    /*background: #f5f5f5;*/
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/Muli-Black.ttf');
}

@font-face {
    font-family: 'Muli-BlackItalic';
    src: url('../fonts/Muli-BlackItalic.ttf');
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.ttf');
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Muli-BoldItalic';
    src: url('../fonts/Muli-BoldItalic.ttf');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/Muli-ExtraBold.ttf');
}

@font-face {
    font-family: 'Muli-ExtraBoldItalic';
    src: url('../fonts/Muli-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../fonts/Muli-ExtraLight.ttf');
}

@font-face {
    font-family: 'Muli-ExtraLightItalic';
    src: url('../fonts/Muli-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'Muli-Italic';
    src: url('../fonts/Muli-Italic.ttf');
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.ttf');
}

@font-face {
    font-family: 'Muli-LightItalic';
    src: url('../fonts/Muli-LightItalic.ttf');
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../fonts/Muli-SemiBold.ttf');
}

@font-face {
    font-family: 'Muli-SemiBoldItalic';
    src: url('../fonts/Muli-SemiBoldItalic.ttf');
}

.m-bottom-0 {
    margin-bottom: 0 !important;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}




/*----- Menu -----*/

.logo {
    float: left;
}

.menu-main {
    left: 0;
    right: 0;
    background: #023254;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    padding: 5px 17px 5px;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
}

.logo a img {
    position: absolute;
    top: 0;
    z-index: 9;
}

.menu-inner {
    width: 100%;
}

.menu {
    float: right;
    margin-right: 15px;
}

    .menu ul {
        float: left;
    }

        .menu ul li {
            float: left;
            margin: 8px 0;
        }

            .menu ul li a {
                color: #fff;
                font-family: 'Muli-SemiBold';
                padding: 5px 5px;
                display: block;
                font-size: 14px;
                border: 1px solid rgba(255,255,255,0.6);
                margin: 0 5px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }


.content-main-mt {
    margin-top: 61px;
}

.profile {
    float: right;
    color: #fff;
    cursor: pointer;
    padding: 4px 0;
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .profile span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /*max-width: 110px;*/
    }

    .profile img {
        margin-right: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .profile .fa-caret-down {
        margin-left: 5px;
        font-size: 20px;
    }

    .profile ul {
        background: #fff;
        position: absolute;
        right: 0;
        overflow: hidden;
        min-width: 180px;
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
        border-radius: 5px;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        transition: all 0.3s;
    }

    .profile:hover ul {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }

    .profile ul li {
        width: 100%;
    }

        .profile ul li a {
            color: #212529;
            display: inline-block;
            width: 100%;
            font-family: 'Muli-SemiBold';
            padding: 7px 10px;
        }

            .profile ul li a img {
                width: auto;
                height: auto;
                border-radius: 0;
            }

            .profile ul li a:hover {
                background: #f8f9fa;
            }

.toggle-main {
    display: none;
}

.toggle-menu {
    display: none;
}


/*------- DashBoard content-----------*/

.dashboard-card {
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Muli-SemiBold';
    float: left;
    width: 100%;
    /*height:100%;*/
}

.dashboard-space {
    padding: 20px 0;
    margin: 25px 0 20px;
}

.dashboard-card-6 {
    width: 50%;
    float: left;
    text-align: center;
}

    .dashboard-card-6 h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.dashboard-space a {
    color: #212529;
}

.dashboard-card-6 h2 {
    font-family: 'Muli-ExtraBold';
    font-size: 40px;
    color: #023254;
    margin-top: -5px;
}

.dashboard-card-6 span {
    color: #787878;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dashboard-card-6 a:hover {
    color: #000;
}

.dashboard-card-6 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

.dashboard-card:hover .dashboard-card-6 img {
    -webkit-filter: none;
    filter: none;
    opacity: 0.8;
}

.dashboard-card:hover .dashboard-card-6 h6 {
    color: #023254;
}



/*------ save search------*/
.save-search-main {
    overflow: hidden;
    height: 100%;
}

.save-search-head-left {
    float: left;
    padding: 6px 0 0;
}

    .save-search-head-left h6 {
        display: inline-block;
        color: #323232;
        margin-bottom: 0;
    }

    .save-search-head-left span {
        color: #b3b3b3;
    }

        .save-search-head-left span label {
            margin-bottom: 0;
        }

.save-search-head-right {
    float: right;
}

/*table thead tr th {
    font-family: 'Muli-ExtraBold' !important;
}*/

table thead tr th, table tbody tr td {
    font-size: 13px !important;
}


.select2-container--default .select2-selection--single {
    border: 0;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.save-search-head-right .select2-container--default .select2-results__group {
    padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(0,0,0,0.03);
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(0,0,0,0.04);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

span.select2-dropdown.select2-dropdown--above {
    border: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    z-index: 99999;
}

.save-search-head {
    padding: 11px 20px;
    display: inline-block;
    width: 100%;
    float: left;
}

.select2-container--open .select2-dropdown {
    left: 0;
    border: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    z-index: 99999;
}

.save-search-head-right .fa-sync-alt {
    color: #323232;
    margin-left: 10px;
    cursor: pointer;
}

.save-search-content table {
    margin: 0;
}

    .save-search-content table thead tr {
        background: #023254;
    }

        .save-search-content table thead tr th {
            color: #fff !important;
        }

        .save-search-content table thead tr th, .save-search-content table tbody tr td {
            padding: 0.32rem 0.85rem;
            font-family: 'Muli-SemiBold';
            font-size: 14px;
            color: #595959;
            border-right: 1px solid #e7ecf1;
            white-space: nowrap;
            text-align: center;
            vertical-align: middle;
        }

    /*.save-search-content table thead tr th {
        padding: 0.32rem 1.5rem 0.32rem 0.85rem;
    }*/

    .save-search-content table tbody tr:hover {
        background: rgba(0,0,0,0.03);
    }

    .save-search-content table thead tr th:last-child, .save-search-content table tbody tr td:last-child {
        border-right: 0;
    }

    .save-search-content table tbody tr td {
        border-top: 0;
        text-align: center;
    }

        .save-search-content table tbody tr td a {
            color: #212529;
            font-size: 18px;
        }

.save-search-content {
    /*    overflow: auto;*/
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #eaeaea;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0);
}

/*.save-search-content table thead tr td:nth-child(4), 
  .save-search-content table tbody tr td:nth-child(4){
    width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    float: right;
}*/

.owner-profile {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px 15px;
}

.owner-img {
    width: 98px;
    height: 98px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #a6a5a5;
}

    .owner-img img {
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .owner-img:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.owner-info {
    float: left;
    margin-left: 15px;
    padding: 20px 0;
}

    .owner-info h5 {
        color: #595959;
        font-size: 18px;
        margin: 2px;
    }

    .owner-info h4 {
        color: #323232;
        text-transform: uppercase;
        font-size: 22px;
        width: 225px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.owner-social-ac {
    width: 100%;
    display: inline-block;
    float: left;
}

    .owner-social-ac ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px 0;
    }

        .owner-social-ac ul li {
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
            box-shadow: 0 0 6px rgba(0,0,0,0.5);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            vertical-align: middle;
            -webkit-transform: perspective(0px) translateZ(0);
            transform: perspective(0px) translateZ(0);
            position: relative;
            overflow: hidden;
            background: #023254;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            .owner-social-ac ul li:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                -webkit-transform: scale(2);
                -moz-transform: scale(2);
                -ms-transform: scale(2);
                -o-transform: scale(2);
                transform: scale(2);
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            .owner-social-ac ul li:hover:before {
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
            }

            .owner-social-ac ul li a {
                color: #050505;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

            .owner-social-ac ul li img {
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                -webkit-filter: brightness(1) invert(1);
                filter: brightness(1) invert(1);
            }

            .owner-social-ac ul li:hover img {
                -webkit-filter: none;
                filter: none;
            }

            .owner-social-ac ul li:hover a {
                color: #fff;
            }

.owner-contect-text {
    float: left;
    width: 100%;
    background: #f7fafc;
    border: 1px solid #e5e7e9;
}

    .owner-contect-text h6 {
        margin: 0;
        padding: 15px 15px;
        float: left;
        width: 50%;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.new-arrival-table table tbody tr td .fa-list-alt {
    font-size: 20px;
}

/*--------- new arrival  -----------*/

.new-arrival-main {
    margin: 20px 0 20px;
}

.new-arrival-table {
    height: 100%;
}

/*--------- new arrival  -----------*/
.my-purchase-main {
    margin-bottom: 15px;
}

.my-purchase-table {
    height: 132px;
}

.datepicker-main {
    position: relative;
    border-radius: 3px;
    width: 100%;
}

    .datepicker-main button.btn-outline-secondary {
        position: absolute;
        left: 0;
        background-color: transparent !important;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border: 0;
        z-index: 10;
    }

    .datepicker-main input {
        border-radius: 3px !important;
    }

    .datepicker-main .btn-outline-secondary:before {
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .datepicker-main .btn-outline-secondary:not(:disabled):not(.disabled):active {
        color: #6c757d !important;
    }

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div,
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer:hover div {
    color: #fff;
    background-color: #023254 !important;
    border-color: #fff;
    border-radius: 50%;
}

.gj-picker-bootstrap table tr td.today div {
    color: #023254;
    font-weight: normal;
    font-family: 'Muli-Bold';
}

.gj-picker-bootstrap table tr td:hover div {
    border-radius: 50% !important;
    background: rgba(2, 50, 84,0.4) !important;
}

.gj-picker-bootstrap td.disabled:hover div {
    background: none !important;
}

#Download_PDF {
    float: right;
    color: #396294;
    text-decoration: underline;
    margin: 2px 0;
    font-family: 'Muli-Bold';
}

    #Download_PDF:hover {
        color: #023254;
    }

/*============= My Cart Page  ==============*/

.page-inner-head {
    width: 100%;
    padding: 8px 0;
}

    .page-inner-head h6 {
        float: left;
        font-family: 'Muli-Bold';
        text-transform: uppercase;
        margin: 0;
        padding: 15px 0;
    }

.no-header-btn {
    padding: 3px 0 !important;
}

.page-inner-head ul {
    float: right;
    display: flex;
    align-items: center;
}

    .page-inner-head ul li {
        margin-left: 10px;
        position: relative;
    }

        .page-inner-head ul li a {
            width: 50px;
            display: block;
            height: 50px;
            position: relative;
            text-align: center;
            line-height: 50px;
            background: #fff;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
            box-shadow: 0 0 2px rgba(0,0,0,0.3);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            vertical-align: middle;
        }

            .page-inner-head ul li a:focus {
                outline: none;
            }

            .page-inner-head ul li a:hover {
                background: #023254;
            }


            .page-inner-head ul li a img {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-filter: brightness(1) invert(1);
                filter: brightness(1) invert(1);
            }

            .page-inner-head ul li a:hover img {
                -webkit-filter: none;
                filter: none;
            }

        .page-inner-head ul li a {
            color: #111111;
        }

            .page-inner-head ul li a:hover {
                color: #fff !important;
            }

                .page-inner-head ul li a:hover svg path {
                    fill: #fff !important;
                }

.cart-page-table {
    max-height: 100%;
    height: 100%;
}

    .cart-page-table table tr td {
        white-space: nowrap;
    }

.check-main {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-main input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        z-index: 9999;
        left: 8px;
        top: 0;
        width: 20px;
        height: 20px;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.check-main:hover input ~ .checkmark {
    background-color: #fff;
}

.check-main input:checked ~ .checkmark {
    background-color: #023254;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-main input:checked ~ .checkmark:after {
    display: block;
}

.check-main .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my-cart-status {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
}

.status-active {
    background: #269692;
    color: #fff;
}

    .status-active:before {
        content: 'A';
    }

.status-viewed {
    background: #459fec;
    color: #fff;
}

    .status-viewed:before {
        content: 'V';
    }

.status-memo {
    background: #6dca79;
    color: #fff;
}

    .status-memo:before {
        content: 'M';
    }

.status-new {
    background: #f0ad4e;
    color: #fff;
}

    .status-new:before {
        content: 'N';
    }

.status-hold {
    background: #ff6367;
    color: #fff;
}

    .status-hold:before {
        content: 'H';
    }

.status-available {
    background: #ccd0ec;
    color: #fff;
}

    .status-available:before {
        content: 'A';
    }

.cart-bottom-fix {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 99999;
}

.cart-bottom-row-1 {
    padding: 10px 0 10px;
}

.record-filter {
    padding: 5px 0;
}

.cart-status-color-bottom {
    padding: 0;
    position: absolute;
    z-index: 999;
    bottom: 10px;
    right: 20px;
}

.cart-bottom-row-1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .cart-bottom-row-1 ul li {
        font-size: 13px;
        text-transform: capitalize;
        margin: 0px 30px 0 0;
    }

        .cart-bottom-row-1 ul li span {
            margin-left: 15px;
        }

.bid-status-btm {
}

.status-Lead {
    background: green;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Trail {
    background: red;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Invalid {
    background: #f99d9e;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-BidDeleted {
    background: #fabf8f;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Cartlisted {
    background: #e7f59d;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Watchlisted {
    background: #B7F1F7A0;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-ViewingRequested {
    background: #fff0a6;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Underviewing {
    background: #ffad99;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Stoneviewed {
    background: #d9b3ff;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.status-Bidded {
    background: #b6ea9f;
    border-radius: 50%;
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}

.record-filter h6 {
    color: #595959;
    font-size: 14px;
    font-family: 'Muli-Bold';
    display: inline;
    margin-left: 20px;
}

.cart-pagination ul {
    justify-content: center;
    align-items: center;
}

    .cart-pagination ul li a {
        padding: 10px 15px;
        font-family: 'Muli-Bold';
        color: #595959;
        background: #fafafa;
    }

        .cart-pagination ul li a:focus {
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .cart-pagination ul li a:hover {
            color: #595959;
        }

.cart-status-color-bottom ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cart-status-color-bottom ul li {
        margin-right: 15px;
        font-size: 12px;
        font-family: 'Muli-Bold';
        text-align: center;
        color: #595959;
    }

        .cart-status-color-bottom ul li:last-child {
            margin-right: 0px;
        }

        .cart-status-color-bottom ul li span {
            display: inline-block;
            text-transform: capitalize;
            margin-right: 5px;
        }

.t-row-selected {
    background-color: #ccd0ec !important;
}


/*============= Search Page  ==============*/

.search-head {
    width: 100%;
    background: #f0f0f0;
    padding: 10px 0;
}

    .search-head h6 {
        color: #595959;
        font-family: 'Muli-Bold';
        margin: 0;
    }

.search-section-title {
    width: 100%;
}

    .search-section-title h6 {
        text-transform: uppercase;
        font-family: 'Muli-Bold';
        color: #323232;
        font-size: 11px;
        margin: 0 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }

.search-section-inner-title {
    padding: 0 5px;
}

.color-select li {
    display: inline-block;
    margin-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}

.section-main {
    width: 100%;
    background: #fff;
    padding: 5px 0 3px;
    /*margin-bottom: 31px;*/
}

.shape-row ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .shape-row ul li {
        cursor: pointer;
        padding: 0 6px;
        margin-right: 2px;
        margin-top: 6px;
    }

/*.shape-row ul li img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: #fafafa;
            
    padding: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    opacity: 0.7;
}*/

.shape-img {
    margin: 0 auto;
    background: #fafafa;
    padding: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    opacity: 0.7;
}

    .shape-img img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.shape-row ul li.selected-shape .shape-img {
    background: #023254;
    opacity: 1;
}

    .shape-row ul li.selected-shape .shape-img img {
        filter: brightness(0)invert(1);
        -moz-filter: brightness(0)invert(1);
    }

.shape-row ul li.selected-shape h6 {
    color: #023254;
}

.shape-row ul li h6 {
    font-size: 12px;
    color: #6e6e6e;
    text-transform: capitalize;
    text-align: center;
    /*margin: 10px 0 5px;*/
    margin: 5px 0;
    font-family: 'Muli-Bold';
}

.color-lab-main {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
}

.shadow-bottom {
    border-bottom: 2px solid #f0f0f0;
    align-items: center;
}

.left-border {
    border-right: 2px solid #e6e6e6;
}

.color-row ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.ulCarat li {
    padding: 5px 5px 0 5px !important;
    line-height: normal;
    margin: 4px 5px !important;
}

.color-row ul li {
    text-align: center;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*margin: 10px 5px;*/
    margin: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'Muli-Bold';
    /*padding: 9px 25px;*/
    padding: 6px 20px;
    background: #f5f5f5;
    font-size: 13px;
    color: #323232;
}

    .color-row ul li:hover {
        background: #023254;
        color: #fff;
    }

.cut-row-chekbox {
    width: 100%;
    padding: 7px 0;
}

.cut-checkbox {
    margin-bottom: 0;
    font-size: 13px;
    padding-left: 30px;
    font-family: 'Muli-Bold';
    color: #323232;
}

.cut-row-chekbox ul li {
    display: inline-block;
    margin-right: 7px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 5px 20px 5px 10px;
    border-radius: 3px;
    background: #f5f5f5;
}

    .cut-row-chekbox ul li input:focus {
        box-shadow: 0 0 3px rgba(0,0,0,0.5);
        outline: none;
    }

.cut-checkbox .checkmark {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 3px;
}

/*.color-lab-title {
    white-space: nowrap;
}*/

.color-row {
}

.lab-border {
    border-right: 0;
}

.color-selected {
    background: #023254;
    color: #fff;
}

.color-row ul li.selected-all {
    background: #000;
    color: #fff;
}

.animation-line {
    position: absolute;
    left: 100px;
    color: #fff;
    opacity: 0;
}

.animation-line-2 {
    position: relative;
    top: 0;
    left: 50px;
    -webkit-animation: slide 0.7s forwards;
    -webkit-animation-delay: 0.7s;
    animation: slide 0.7s forwards;
    animation-delay: 0.7s;
    color: #fff;
    opacity: 0;
}

.animation-line-1 {
    position: relative;
    bottom: -50px;
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 1s forwards;
    animation-delay: 1s;
    color: #fff;
    opacity: 0;
}

@-webkit-keyframes slide {
    100% {
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes slide {
    100% {
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.size-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
    position: relative;
}

/*.size-row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    border-right: 1px solid #dcdcdc;
}*/

.lab-border.size-row:before {
    display: none;
}

.add-more-size {
    width: 41px;
    /*height: 37px;*/
    display: inline-block;
    /*padding: 8px 13px;*/
    text-align: center;
    padding: 6px 12px;
    background: #023254;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    position: relative;
}

    .add-more-size.active:before {
        content: 'ok';
        color: #fff;
        display: block;
        font-family: 'Muli-Bold';
    }

    .add-more-size.active svg {
        display: none;
    }

.add-more-size-droupdown-main {
    position: absolute;
    z-index: 99;
    right: 50%;
    top: 100%;
    padding: 0 5px;
    display: none;
}

.add-more-size-droupdown-inner {
    position: relative;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
}

    .add-more-size-droupdown-inner:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 11px;
        right: 3px;
        top: -11px;
        background: url('/Content/images/droupdown-arrow.png');
    }

    .add-more-size-droupdown-inner ul {
        display: inline-block;
        width: 240px;
        padding: 3px 4px;
    }

        .add-more-size-droupdown-inner ul li {
            width: 46%;
            float: left;
            padding: 3px 8px !important;
            text-align: left;
            margin: 4px 4px;
        }

            .add-more-size-droupdown-inner ul li.active {
                background: #023254;
                color: #fff;
                position: relative;
            }

                .add-more-size-droupdown-inner ul li.active:before {
                    content: '';
                    position: absolute;
                    background: url(../images/fa-check-right.png);
                    right: 4px;
                    width: 13px;
                    height: 10px;
                    top: 7px;
                }

.add-more-size:hover {
    background: #023254;
    color: #fff;
}

.size-row .form-control {
    margin-right: 15px;
    /*padding: .170rem .75rem;*/
    padding: 6px 12px;
    /*line-height: 33px;*/
    line-height: inherit;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #f5f5f5;
}

.m-right-0 {
    margin-right: 0 !important;
}

.m-right-10 {
    margin-right: 10px !important;
}

.size-row .form-control:focus, .my-offer-form .form-control:focus {
    -webkit-box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
    -moz-box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
    box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
    border-color: transparent;
}

.fluro-row ul li {
    /*padding: 9px 20px;*/
    padding: 6px 12px;
}


.hue-tingr-row ul li {
    padding: 5px 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.milky-select {
    padding: 9px 0;
}

.all-select-select {
    padding: 2px 0;
}

.milky-select, .milky-select .select2-container {
    width: 100% !important;
    font-size: 14px;
    font-family: 'Muli-SemiBold';
}

    .milky-select .select2-container .select2-selection--single {
        height: auto;
    }

    .milky-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: normal;
        background: #f5f5f5;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        border-radius: 50px;
        padding: 10px 17px;
    }

    .milky-select .select2-container--default .select2-selection--multiple {
        height: auto;
        border: 0;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        background: #f5f5f5;
        padding: 6px 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .milky-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
            margin-top: 3px;
        }

    .milky-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .milky-select .select2-container--default .select2-selection--single .select2-selection__rendered:hover, .milky-select .select2-container--default .select2-selection--multiple:hover {
            -webkit-box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
            -moz-box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
            box-shadow: 0 0 4px 0.5px rgba(2, 50, 84, 1);
            border-color: transparent;
        }

.advance-btn {
    margin-bottom: 0;
}

.search-button-fix .section-main {
    padding: 5px 0;
}

.search-button-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: right;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-bottom: 32px;
}

.footer-main-mb {
    margin-bottom: 52px;
    /*margin-bottom: 80px;*/
    width: 100%;
}

.section-main a.footer-btn {
    display: inline-block;
    text-transform: uppercase;
    width: 150px;
    background: #023254;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Muli-Bold';
    font-size: 13px;
    margin: 0px 0 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .section-main a.footer-btn label {
        margin-bottom: 0;
    }

/*.section-main a.footer-btn:hover {
    background: #023254;
    color: #fff;
}*/

.advance-search-inner {
    display: none;
}

.advance-hide-btn {
    display: none !important;
}

.advance-form-show .advance-show-btn {
    display: none !important;
}

.advance-hide-btn {
    width: 180px !important;
}

.advance-form-show .advance-hide-btn {
    display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: nowrap;
}

.advance-search-headding {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
    font-family: 'Muli-Bold';
    background: #dedede;
    color: #323232;
    margin: 20px 0 0;
    font-size: 16px;
}

.flatpickr-day.selected, .flatpickr-day.startRange,
.flatpickr-day.endRange, .flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #023254;
    border-color: #023254;
}

.fluorescence-color ul li {
    text-transform: capitalize;
    /*padding: 9px 13px;*/
    padding: 6px 12px;
}

.calendar-icon {
    position: relative;
}

/*.calendar-icon:before {
    content: "\f073";
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
    top: 10px;
    font-size: 18px;
    padding: 0;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/


.view-store-page-table {
    height: 100%;
    margin-bottom: 0;
}

.sticky-table table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    padding: 0 !important;
    border-collapse: collapse;
}

    .sticky-table table tr.sticky-row th,
    .sticky-table table tr.sticky-row td {
        background-color: #023254;
        border-top: 0;
        border-bottom: 0;
        position: relative;
        outline: 0;
        z-index: 5;
    }

    .sticky-table table td.sticky-cell,
    .sticky-table table th.sticky-cell {
        background-color: #fff;
        outline: 1px solid #ddd;
        position: relative;
        z-index: 10;
    }

    .sticky-table table tr.sticky-row td.sticky-cell,
    .sticky-table table tr.sticky-row th.sticky-cell {
        z-index: 15;
    }

.grid-view-main {
    display: none;
}

.view-in-list {
    display: none;
}

.grid-view-main {
    box-shadow: none !important;
}

.grid-box-main {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2px;
}

.abs-top {
    background: #023254;
    color: #fff;
    font-family: 'Muli-ExtraBold';
    font-size: 10px;
    position: absolute;
    right: -64px;
    top: -32px;
    padding: 0;
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    transform: rotate(46deg);
    width: 130px;
    height: 70px;
    /* line-height: 115px; */
    text-align: center;
    z-index: 999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-box-main .dashboard-card {
    background: rgba(0,0,0,0.01);
    overflow: hidden;
    position: relative;
}

.grid-img {
    text-align: center;
    padding: 0 0;
    overflow: hidden;
}

.grid-stone-details {
    border-top: 2px solid #f5f5f5;
}

    .grid-stone-details .col {
        padding-left: 4px;
        padding-right: 4px;
    }

.grid-check-sign {
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 99;
    opacity: 0;
    transform: scale(0);
}

.grid-box-main:hover .grid-check-sign {
    opacity: 1;
    transform: scale(0.8);
}

.grid-check-sign img {
    filter: invert(100) grayscale(100);
}

.grid-box-main.active .dashboard-card {
    box-shadow: 0 0 4px rgb(2, 50, 84);
}

.grid-box-main.active .grid-check-sign {
    opacity: 1;
    transform: scale(0.8);
}

    .grid-box-main.active .grid-check-sign img {
        filter: invert(0) grayscale(0);
    }

.grid-info-clr {
    white-space: nowrap;
    color: #023254;
    font-family: 'Muli-ExtraBold';
    font-size: 10px;
}

.grid-info-gray {
    font-family: 'Muli-Bold';
    text-align: left;
    color: #595959;
    padding: 2px 0;
    white-space: nowrap;
    font-size: 10px;
}

.grid-fancy-color {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.info-gray-13 {
    font-size: 10px;
}

.detail-link {
    color: #323232;
    font-family: 'Muli-BoldItalic';
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 10px;
}

    .detail-link:hover {
        color: #023254;
    }

.grid-img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.grid-box-main:hover .grid-img img {
}



/*=========== My Offer Page ============*/

.my-offer-form {
    width: 100%;
    background: #fff;
    padding: 10px 0 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

    .my-offer-form .form-group label {
        font-size: 14px;
        font-family: 'Muli-Bold';
        color: #323232;
        white-space: nowrap;
    }

button.btn-outline-secondary i.gj-icon {
    display: none;
}

.gj-icon.chevron-left:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/fa-calender-arrow-2.png);
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
}

.gj-icon.chevron-right:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/fa-calender-arrow-1.png);
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
    position: relative;
    background: #dcdcdc !important;
}

    .btn-outline-secondary:active {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
        border-color: #dcdcdc !important;
    }

    .btn-outline-secondary:before {
        content: "\f124";
        font-family: Flaticon;
        position: absolute;
        display: block;
        top: 7px;
        font-size: 25px;
        color: #000;
    }

.form-group .form-control {
    background: #ffffff;
    border-color: #f5f5f5;
    padding: 0.300rem .75rem;
    outline: none;
    height: 40px;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 17px;
    }

.form-date, .to-date {
    margin-top: 0;
    margin-bottom: 10px;
}

.offer-btn {
    text-align: right;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
    padding: 5px 0 0 0;
    border: 0;
}

    .offer-btn a.offer-search-btn {
        font-family: 'Muli-ExtraBold';
    }

.offer-pagination {
    width: 100%;
    padding: 20px 15px;
    border-top: 2px solid #e7ecf1;
    margin: 0;
}

.offer-table {
}

.offer-pagination ul {
    text-align: right;
    justify-content: flex-end;
}


.imag-gray {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .imag-gray:hover {
        -webkit-filter: none;
        filter: none;
    }

.recent-search-table {
    height: 67vh;
}

    .recent-search-table table tbody tr td:nth-child(3) {
        text-align: left;
    }

.purchase-detail {
    text-decoration: none;
    color: #595959;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .purchase-detail:hover {
        color: #023254;
    }


/*======= Search Detail ==========*/
.search-detail-main {
    padding: 0;
}

.slider-main {
    margin-top: 15px;
}

    .slider-main .bx-wrapper {
        margin-bottom: 20px;
        border: none;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

        .slider-main .bx-wrapper .search-result-page-slider li {
            background: transparent;
            padding: 10px 10px;
            overflow: hidden;
        }

            .slider-main .bx-wrapper .search-result-page-slider li img {
                margin: 0 auto;
            }

.search-result-page-slider li img {
}

.slider-main .bx-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .slider-main .bx-pager a img {
        width: 40px;
        height: 40px;
    }

    .slider-main .bx-pager a {
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
        box-shadow: 0 0 1px rgba(0,0,0,0.3);
        padding: 3px 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: rgba(211,211,211,0.2);
        margin: 0 5px 10px;
    }

        .slider-main .bx-pager a.active {
            background: rgba(211,211,211,1);
        }

.search-detail-headding {
    background: #f5f5f5;
    padding: 12px 0;
    border-bottom: 2px solid #e3e3e3;
}

    .search-detail-headding h4 {
        color: #595959;
        margin: 0;
        font-weight: bold;
        font-size: 16px;
    }

.round-width {
    position: absolute;
    left: 63%;
    font-size: 11px;
}

.round-height {
    position: absolute;
    top: 50%;
    font-size: 11px;
}

.round-stone-2 {
}

.round-girdle-dia {
    position: absolute;
    font-size: 11px;
    top: 16%;
    left: 52%;
}

.round-table-width {
    position: absolute;
    font-size: 11px;
    top: 24%;
    left: 49%;
}

.round-cr-height {
    position: absolute;
    font-size: 11px;
    right: 25px;
    top: 25%;
}

.round-girdle {
    position: absolute;
    font-size: 11px;
    right: 5%;
    top: 57%;
}

.round-pavilion-dep {
    position: absolute;
    font-size: 11px;
    right: 20%;
    bottom: 22%;
}

.round-depth {
    position: absolute;
    font-size: 11px;
    right: 2%;
    bottom: 25%;
}

.head-bg {
    background: #f0f0f0;
    padding: 0;
}

.detail-page-col-1 {
    border-left: 2px solid #e6e6e6;
    display: inline-block;
    width: 100%;
}

.detail-page-col-2 {
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
}

.detail-page-col-3 {
    border-right: 2px solid #e6e6e6;
}

    .detail-page-col-1 ul:last-child,
    .detail-page-col-2 ul:last-child,
    .detail-page-col-3 ul:last-child {
        margin-bottom: -3px;
    }

.detail-page-col h4 {
    background: #f0f0f0;
    margin: 0;
    padding: 15px 15px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Muli-Bold';
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}

.detail-page-col ul {
    list-style: none;
    padding: 2px 15px;
    margin: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #f5f5f5;
}

    .detail-page-col ul li {
        width: 50%;
        float: left;
        color: #969696;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .detail-page-col ul li:first-child {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            color: #323232;
        }

.item-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.it-name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
}

.search-detail-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    background: transparent;
    width: auto;
    margin-right: 3px;
}

    .search-detail-btn a.footer-btn {
        margin-left: 0;
        font-family: 'Muli-Bold';
        font-size: 14px;
        margin: 5px 0;
        text-transform: capitalize;
    }


/* =========== Introduction ===============*/

.introduction-main {
    text-align: justify;
    font-size: 15px;
    color: #323232;
    padding-top: 90px;
    padding-bottom: 30px;
    /*background: url('../images/shutterstock_446698117New.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;*/
    position: relative;
}

/*.introduction-main:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}*/

.introduction-headding {
    padding-bottom: 30px;
}

    .introduction-headding h3 {
        display: inline-block;
        position: relative;
        font-family: 'Muli-ExtraBold';
        color: #222222;
        margin: 0;
    }

.introduction-content img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*.introduction-headding h3:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}*/

.introduction-content p {
    /*border-left: 5px solid #023254;*/
    /*padding-left: 20px;*/
    font-size: 16px;
    /*padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    color: #333;
}

.directore-info-main {
    position: relative;
}

.directore-info {
}





/* =========== HOME PAGE ===============*/

#video-background {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.video-cover {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fixed-header .index-logo {
    animation: headerSlideDown 2s ease forwards;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    100% {
        margin-top: 0;
    }
}

.index-logo {
    float: left;
    position: absolute;
}

    .index-logo img {
        width: 100px;
    }

.index-menu-bg {
    background: rgba(2, 50, 84,0.8);
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothScroll 0.5s forwards;
    background: rgba(2, 50, 84,0.9);
}

.index-menu {
    float: right;
    text-align: right;
}

    .index-menu ul {
    }

        .index-menu ul li {
            display: inline-block;
        }

            .index-menu ul li a {
                font-family: 'Muli-Bold';
                color: #fff;
                padding: 21px 13px;
                display: block;
                font-size: 15px;
            }

                .index-menu ul li a:focus {
                    border: 0;
                    outline: 0;
                }

.contact-heading {
    margin-top: -6px;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0px;
}

.button3 {
    background: #eee;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
}

    .button3:hover {
        background-color: #f2f2f2;
        border-color: #888;
        box-shadow: 0 0 2px #ccc;
    }

    .button3:active {
        vertical-align: -1px;
    }


.log-in-modal {
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/Content/images/logo_splash.png) rgba(0,0,0,0.95);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: 0 center;
}

    .log-in-modal.login-open {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.log-in-modal-inner {
    width: 300px;
    margin: 0 auto;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

/*.log-in-modal .login-close:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.log-in-modal .login-close {#map
    position: absolute;
    right: 20px;
    border: 2px solid #ffffff;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 27px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.log-in-modal .login-close:hover {
    color: #023254;
    border-color: #023254;
}*/

.login-logo {
    text-align: center;
    display: none;
}

    .login-logo img {
        border: 2px solid #023254;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 19px 7px;
    }

.login-content h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 20px;
}

.login-fild .form-label {
    width: 100%;
    display: inline-block;
    color: #0F172A;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
}

.login-fild .form-group .form-control, .registration textarea, .detail-section textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    border: 1px solid #94A3B8;
    padding: 8px 15px;
    background: #fff;
    transition: all 0.3s;
    height: 40px;
    box-shadow: none;
}

.login-fild .select2,
registration-country {
    border-radius: 10px;
}

.login-fild .form-group .form-control:focus, .registration textarea:focus, .detail-section textarea:focus {
    outline: none;
    border: 1px solid #023254;
}

.registration textarea {
    resize: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.login-check {
    font-size: 14px;
    margin-left: 0 !important;
    color: #0F172A;
}

    .login-check a {
        font-weight: 600;
        text-decoration: underline;
        color: #0F172A;
    }

    .login-check .checkmark {
        left: 5px;
        transform: translate(0);
        border: 1px solid #94A3B8;
        width: 20px;
        height: 20px;
        border-radius: 5px;
    }

    .login-check.check-main input:checked ~ .checkmark {
        border-color: #023254;
    }

    .login-check .checkmark:after {
        width: 6px;
        height: 12px;
        left: 6px;
        top: 2px;
    }

.login-btn {
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    padding: 3px 0 5px;
    background: #023254;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .login-btn:hover {
        background: #dddddd;
        color: #000;
    }

    .login-btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.registration-forgot-main {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
}

.forgot-pass {
    float: left;
}

.regi-user {
    float: right;
}

    .forgot-pass a, .regi-user a {
        color: #fff;
        text-transform: capitalize;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
    }

        .forgot-pass a:hover, .regi-user a:hover {
            color: #023254;
        }

.page-title {
    text-transform: capitalize;
    color: #323232;
    font-family: 'Muli-Bold';
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #f1f1f1;
}

    .page-title h5 {
        margin-bottom: 0;
    }

#bg-white {
    background: #fff;
}


.forgot-password {
    padding: 30px 20px;
    width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    background: #fff;
}

    .forgot-password label {
        font-family: 'Muli-Bold';
        position: relative;
    }

        .forgot-password label i {
            font-style: normal;
            font-family: 'Muli-Bold';
            color: #ff0000;
            font-size: 18px;
        }

    .forgot-password p {
        color: #023254;
        text-align: center;
        border-bottom: 1px solid rgba(230, 107, 63,0.5);
        padding: 0 20px 12px;
    }

.home-text-wrap {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    font-size: 20px;
}

    .home-text-wrap p a {
        color: #fff;
        font-family: 'Muli-Bold';
    }

    .home-text-wrap h3 {
        color: #fff;
        font-family: 'Muli-Bold';
        margin-bottom: 20px;
    }

.change-pass-main {
    width: 600px;
}

.change-pass-btn {
    margin-top: 15px;
}

.video-background1 {
    height: 100vh;
    background: rgba(0,0,0,0.7);
}

.forgot-password label {
    white-space: nowrap;
}

.registration textarea {
    width: 100%;
}

.registration-country .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.kv-fileinput-caption {
    height: 40px;
    padding: 1px 10px;
}

.fileKYCForm .file-input .input-group-btn button, .fileKYCForm .file-input .input-group-btn .btn-file {
    padding: 6px 15px;
}

.registration-country {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none !important;
    font-size: 14px;
    position: relative;
    font-family: 'Muli-SemiBold';
    border: 1px solid #94A3B8;
}

.accept-tc {
    margin-top: 10px;
}

    .accept-tc label {
        white-space: normal;
        padding-left: 35px !important;
    }

.forgot-password .accept-tc label:before {
    display: none;
}


@-webkit-keyframes notification {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes notification {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}


@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        height: 0;
        width: 100%;
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        height: 63px;
        width: 100%;
    }
}

.our-team-main {
    padding: 15px 15px 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    border: 2px solid rgba(0,0,0,0.04);
    text-align: center;
    margin-bottom: 30px;
}

.our-team-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    /*border-bottom-left-radius: 0;*/
    -webkit-box-shadow: 0 0 10px rgba(230, 107, 63,0.3);
    -moz-box-shadow: 0 0 10px rgba(230, 107, 63,0.3);
    box-shadow: 0 0 10px rgba(230, 107, 63,0.3);
}

    .our-team-img img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.our-team-info {
    margin-top: 10px;
}

.our-team-main:hover .our-team-img img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.our-team-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

    .our-team-slider .owl-nav button {
        position: absolute;
    }

        .our-team-slider .owl-nav button:focus {
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .our-team-slider .owl-nav .owl-prev {
        left: -15px;
        font-size: 22px !important;
        color: #fff !important;
        background: rgba(229, 107, 63,0.5) !important;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 45px !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .our-team-slider .owl-nav .owl-next {
        right: -15px;
        font-size: 22px !important;
        color: #fff !important;
        background: rgba(229, 107, 63,0.5) !important;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 45px !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.our-team-slider:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.our-team-slider:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.toggle {
    display: none;
    cursor: pointer;
}

.navicon-button {
    display: inline-block;
    position: relative;
    padding: 30px 0;
    float: right;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: 1;
    z-index: 9;
}

    .navicon-button:hover {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 1;
    }

        .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -ms-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
        }

        .navicon-button:hover .navicon:before {
            top: 0.825rem;
        }

        .navicon-button:hover .navicon:after {
            top: -0.825rem;
        }

.navicon {
    position: relative;
    width: 2.5em;
    height: 0.3125rem;
    background: #FFF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
}

    .navicon:before, .navicon:after {
        display: block;
        content: "";
        height: 0.3125rem;
        width: 2.5rem;
        background: #FFF;
        position: absolute;
        z-index: -1;
        -webkit-transition: 0.5s 0.25s;
        -moz-transition: 0.5s 0.25s;
        -ms-transition: 0.5s 0.25s;
        -o-transition: 0.5s 0.25s;
        transition: 0.5s 0.25s;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
    }

    .navicon:before {
        top: 0.625rem;
    }

    .navicon:after {
        top: -0.625rem;
    }

.menu-open:not(.steps) .navicon:before,
.menu-open:not(.steps) .navicon:after {
    top: 0 !important;
}

.menu-open .navicon:before,
.menu-open .navicon:after {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/* × and + */
.menu-open.x .navicon {
    background: transparent;
}

    .menu-open.x .navicon:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-open.x .navicon:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.map-main {
    width: 100%;
    position: relative;
}

    .map-main iframe {
        width: 100%;
    }

    .map-main .nav-tabs {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        background: rgba(255,255,255,0.8);
        z-index: 9;
    }

        .map-main .nav-tabs .nav-link {
            color: #fff;
            background: transparent;
            border-color: transparent;
        }

        .map-main .nav-tabs .nav-item {
            text-align: center;
            font-size: 18px;
            font-family: 'Muli-Bold';
        }

            .map-main .nav-tabs .nav-item:nth-child(1), .map-main .nav-tabs .nav-item:nth-child(3), .map-main .nav-tabs .nav-item:nth-child(5) {
                background: #023254;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .map-main .nav-tabs .nav-item:nth-child(2), .map-main .nav-tabs .nav-item:nth-child(4) {
                background: #fff8c5;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .map-main .nav-tabs .nav-item:nth-child(2) a, .map-main .nav-tabs .nav-item:nth-child(4) a {
                    color: #000;
                }

.address-popup {
    min-width: 400px;
    background: rgba(0,0,0,0.5);
    padding: 20px 15px;
    position: absolute;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    z-index: 0;
    bottom: 75px;
    text-align: left;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    /*  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

    .address-popup:before {
        content: '';
        position: absolute;
        left: 42%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid rgba(0,0,0,0.5);
        clear: both;
    }

.li-active .address-popup {
    display: block;
}

.map-main .nav-tabs .nav-item:first-child .address-popup {
    left: 10px;
    transform: none;
}

    .map-main .nav-tabs .nav-item:first-child .address-popup:before {
        left: 20px;
    }

.map-main .nav-tabs .nav-item:last-child .address-popup {
    left: auto;
    transform: none;
    right: 10px;
}

    .map-main .nav-tabs .nav-item:last-child .address-popup:before {
        left: auto;
        right: 20px;
    }

.mobile-address-popup {
    display: none;
    top: 0;
    bottom: auto;
    left: auto;
    transform: none;
    right: 0;
    z-index: 0;
}

    .mobile-address-popup:before {
        display: none;
    }

.txtinput {
    margin-right: 15px;
    padding: .170rem .75rem;
    line-height: 19px;
}

    .txtinput:focus {
        box-shadow: 0 0 0 0.08rem rgba(236, 130, 92, 0.3);
        border-color: transparent;
    }

.btn_primary {
    display: inline-block;
    text-transform: uppercase;
    background: #023254;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Muli-Bold';
    font-size: 13px;
    margin: 10px 0 10px 15px;
    transition: all 0.3s;
    cursor: pointer;
    /*padding: 8px 15px;*/
    padding: 6px 12px;
}

    .btn_primary.dropdown-toggle::after {
        display: none;
    }

    .btn_primary label {
        margin-bottom: 0;
    }

    .btn_primary:focus {
        outline: none;
        box-shadow: none;
        border: 0;
    }

.save-search-dropdown {
    padding: 0;
}

    .save-search-dropdown li {
        position: relative;
    }

        .save-search-dropdown li a {
            display: block;
            padding: 2px 10px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

            .save-search-dropdown li a:hover {
                background: #023254;
                color: #fff !important;
                cursor: pointer;
            }

.save-search-btn {
    border: 0;
    margin-top: 0;
}

.clsactive {
    background: #023254 !important;
    color: #fff !important;
}

.dataTables_length {
    padding: 13px 20px 0 15px;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    color: #595959;
}

div.dataTables_info {
    display: inline-block;
    color: #595959;
    float: left;
    top: 13px;
    left: 15px;
}

div.dataTables_length select {
    margin-right: 20px;
    color: #595959;
}

div.dataTables_paginate {
    float: none;
    margin: 0;
    display: inline-block;
    margin: 0 auto;
    width: 40%;
    padding: 3px 0;
    text-align: center;
}

ul.pagination.pagination-sm {
    justify-content: center;
}

.dataTables_paginate ul li {
    background: #fafafa;
    border: 1px solid #dee2e6;
}

    .dataTables_paginate ul li a {
        color: #595959;
        padding: 7px 15px;
        display: block;
    }

    .dataTables_paginate ul li.active {
        background: #e9ecef;
    }

    .dataTables_paginate ul li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .dataTables_paginate ul li:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .dataTables_paginate ul li.active a {
        cursor: default;
    }

    .dataTables_paginate ul li a:hover {
        background: #e9ecef;
    }

tr.selected {
    background: #bee1f9 !important;
}

/*tr.selected td{
    border-color: rgba(0,0,0,0.1) !important;
}*/

.color-radio {
    float: right;
    font-size: 12px;
    text-transform: capitalize;
}

    .color-radio label {
        margin-right: 10px;
        padding-left: 25px;
    }

.color-WF span {
    font-size: 12px;
    color: #023254;
    text-transform: capitalize;
}

.color-ftext {
    color: #023254;
}

.fancy-color {
    display: none;
    padding: 12.5px 0;
}

    .fancy-color .select2-container {
        width: 97% !important;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        border-radius: 3px;
    }

    .fancy-color .select2-container--default .select2-selection--multiple {
        border: solid 0px !important;
    }


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        color: #666;
        margin-bottom: 0;
    }

.cust-new-rdio-btn label {
    padding: 4px 10px !important;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #023254;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label {
    color: #023254;
}

    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #023254;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---------Account Edit------*/

.account-edit-main {
    background: #fff;
}

    .account-edit-main .nav-tabs, .account-edit-main .nav-tabs .nav-item.show .nav-link, .account-edit-main .nav-tabs .nav-link.active {
        border-color: transparent;
    }

        .account-edit-main .nav-tabs .nav-link:focus, .account-edit-main .nav-tabs .nav-link:hover {
            border-color: transparent;
        }

        .account-edit-main .nav-tabs .nav-link.active {
            background: #023254 !important;
            color: #fff !important;
        }

            .account-edit-main .nav-tabs .nav-link.active:before {
                border-left-color: #023254 !important;
            }

    .account-edit-main .nav-tabs {
        width: 100%;
    }

        .account-edit-main .nav-tabs .nav-link {
            font-family: 'Muli-SemiBold';
            padding: 15px 7px 15px 7px;
            border-radius: 0;
            position: relative;
            background: #fff;
            margin-bottom: 2px;
            color: #fff;
            width: 20%;
            text-align: center;
        }

            .account-edit-main .nav-tabs .nav-link:before {
                content: '';
                width: 0;
                height: 0;
                border-top: 27px solid transparent;
                border-bottom: 26px solid transparent;
                border-left: 15px solid #ddd;
                position: absolute;
                right: -16px;
                top: -1px;
                z-index: 99;
            }

            .account-edit-main .nav-tabs .nav-link:last-child:before {
                display: none;
            }

#nav-kycdetail-tab, #nav-support-doc-tab, #nav-proof-upload-tab {
    background: #023254;
    color: #fff;
}

    #nav-kycdetail-tab:before, #nav-support-doc-tab:before, nav-proof-upload-tab:before {
        border-left-color: #023254;
    }

#nav-kycform-tab, #nav-my-address-tab {
    background: #396294;
}

    #nav-kycform-tab:before, #nav-my-address-tab:before {
        border-left-color: #396294;
    }

.kyc-detail-form {
}

.detail-section {
    padding: 7px 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-top: 15px;
    border-radius: 3px;
}


.account-edit-headding {
    margin: 0 0 12px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #eee;
}

.cut-row-chekbox ul li input {
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 10px;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.bussiness-esta-check-box ul li {
    padding: 5px 10px 5px 0;
}

    .bussiness-esta-check-box ul li:last-child {
        width: 100%;
    }

.bussiness-esta-check-box {
    width: 100%;
    float: left;
    padding: 0;
}

    .bussiness-esta-check-box ul {
        float: left;
        background: #fafafa;
        padding: 9px 5px;
        border-radius: 5px;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
    }

.detail-section textarea {
    width: 100%;
    border-radius: 10px;
    resize: none;
}

.detail-section .form-group {
    margin-bottom: 8px;
}

.thr-radio-btn {
    margin-bottom: 10px;
}

.thr-radio-btn-inner {
    text-align: center;
}

.kyc-form-btn {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding-top: 8px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 0;
    margin-bottom: 31px;
}

.excel-model .modal-header button {
    position: absolute;
    right: 10px;
    top: 5px;
}

.excel-model .modal-title {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 18px;
}

.file-upload-main, .support-doc-file-upload {
    width: 100%;
    position: relative;
}

    .file-upload-main label, .support-doc-file-upload label {
        display: block;
        max-width: 100%;
        margin: 0 auto 15px;
        text-align: left;
        word-wrap: break-word;
        color: #1a4756;
        border-radius: 50px;
        background: rgba(0,0,0,0.02);
        border: 1px solid rgba(0,0,0,0.05);
        padding: 8px 15px;
        height: 42px;
    }

.hidden,
#uploadImg:not(.hidden) + label,
#support-doc-img:not(.hidden) + label {
    display: none;
}

#file, #support-doc-file {
    display: none;
    margin: 0 auto;
}

#upload, #support-doc-upload {
    display: block;
    padding: 10px 25px;
    border: 0;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #b7b7b7;
    color: #fff;
    z-index: 99;
    outline: none;
    transition: 0.3s ease-in-out;
    right: 3px;
    height: 38px;
    position: absolute;
    border-radius: 50px;
    line-height: 0;
    top: auto;
    bottom: 2px;
}

    #upload:hover,
    #upload:focus, #support-doc-upload:hover,
    #support-doc-upload:focus {
        background: #023254;
    }

    #upload:active, #support-doc-upload:active {
        background: #023254;
        transition: 0.1s ease-in-out;
    }

.file-upload-main img, .support-doc-file-upload img {
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    border-radius: 5px;
}

.my-address {
    overflow: auto;
    position: relative;
}

    .my-address table thead tr th {
        white-space: nowrap;
    }

.my-address-check-box {
    padding-left: 15px;
}

.my-address-action-col ul li {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .my-address-action-col ul li:hover {
        color: #023254;
    }

.my-address-action-popup .modal-header {
    background: #023254;
    color: #fff;
    padding: 10px 10px;
}

.my-address-action-popup .close {
    color: #fff;
    opacity: 1;
}

    .my-address-action-popup .close:focus {
        outline: none;
        box-shadow: none;
    }

.row.account-edit-row {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 3px;
}


.my-address-action-popup .modal-footer {
    padding: 0 15px 12px 15px;
    border-top: 0;
}

    .my-address-action-popup .modal-footer button {
        background: #023254;
        border: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .my-address-action-popup .modal-footer button:hover, .my-address-action-popup .modal-footer button:focus, .my-address-action-popup .modal-footer .btn-primary:not(:disabled):not(.disabled):active {
            background: #023254;
            outline: none;
            box-shadow: none;
        }

.Add-new-address-btn {
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 10;
}

    .Add-new-address-btn span {
        display: block;
        padding: 6px 15px;
        color: #fff;
        background: #023254;
        border-radius: 3px;
        cursor: pointer;
    }

.kv-fileinput-caption {
    border-radius: 50px !important;
}

.input-group-btn button, .input-group-btn .btn-file {
    display: inline-block;
    border-radius: 50px !important;
    margin: 0 2px;
    border: 2px solid #ddd;
    background: transparent;
    color: #777;
}

    .input-group-btn button:hover {
        background: #777 !important;
        border-color: #777 !important;
        color: #fff;
    }

.input-group-btn .btn-file {
    background: #023254;
    border-color: #023254;
    color: #fff;
}

    .input-group-btn .btn-file:hover {
        background: #023254;
    }

.file-input-new .input-group .input-group-btn button:focus {
    outline: none;
    box-shadow: none;
}

.kv-fileinput-caption:focus {
    outline: none;
    box-shadow: none;
    border-color: #023254;
}

.file-upload-history {
    margin: 0 0 12px 10px;
}

.supported-doc-tabel table tbody tr td, .supported-doc-tabel table thead tr th {
    text-align: center;
}

    .supported-doc-tabel table tbody tr td:first-child, .supported-doc-tabel table thead tr td:first-child {
        text-align: left;
    }

    .supported-doc-tabel table tbody tr td:last-child a {
        display: block;
        text-align: center;
        color: #f00;
        opacity: 0.6;
    }

.supported-doc-tabel table tr td:last-child a:hover {
    opacity: 1;
}


/*------------ Order Process New ----------------- */
.order-tabs {
    margin-top: 70px;
}

    .order-tabs .nav-tabs .nav-link {
        width: 33.33%;
    }

        .order-tabs .nav-tabs .nav-link img {
            margin-right: 6px;
        }

    .order-tabs #nav-kycform-tab img {
        filter: brightness(0.3);
    }

    .order-tabs .active#nav-kycform-tab img {
        filter: brightness(1);
    }

.del-type-and-btn ul li {
    display: inline-block;
}

    .del-type-and-btn ul li:nth-child(3), .del-type-and-btn ul li:nth-child(5) {
        margin-left: 30px;
        margin-right: 8px;
    }

.del-type-and-btn h5 {
    margin-bottom: 5px;
}

.del-btn ul {
    text-align: right;
}

    .del-btn ul li {
        display: inline-block;
    }

        .del-btn ul li:first-child {
            margin-right: 10px;
        }

        .del-btn ul li span {
            display: block;
            padding: 3px 10px;
            background: #023254;
            color: #fff;
            border-radius: 2px;
            cursor: pointer;
            text-transform: capitalize;
        }

        .del-btn ul li:nth-child(2) span svg {
            margin-right: 5px;
        }

        .del-btn ul li:last-child span svg {
            margin-left: 5px;
        }

.address-selection p {
    margin: 0;
}

.address-check-box {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.address-selection {
    border-left: 1px solid rgba(0,0,0,0.05);
    margin-left: 50px;
    padding-left: 10px;
}

.order-summary-box {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.order-summary-headding {
    padding: 10px;
    background: #023254;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order-summary-table {
}

.order-summary-content {
    padding: 0 10px 0;
    display: inline-block;
    width: 100%;
}

    .order-summary-content ul li {
        width: 40%;
        float: left;
        padding: 6px 0;
        color: #323232;
        font-size: 13px;
    }

        .order-summary-content ul li:nth-child(2n+1) {
            width: 60%;
        }

.order-details-content ul li {
    text-align: right;
}

    .order-details-content ul li:nth-child(2n+1) {
        text-align: right;
    }

.confirm-button-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    /*margin-bottom: 31px;*/
    width: 100%;
    display: inline-block;
}

.confirm-order-btn {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .confirm-order-btn label {
        margin-top: 8px;
        white-space: normal;
        padding-left: 34px;
    }

    .confirm-order-btn a {
        color: #323232;
        text-decoration: underline;
    }

        .confirm-order-btn a:hover {
            color: #023254;
        }

    .confirm-order-btn span a {
        float: right;
        background: #023254;
        color: #fff;
        border-radius: 3px;
        padding: 7px 18px;
        text-decoration: none;
    }

        .confirm-order-btn span a:hover {
            color: #fff;
        }


.order-confirm-main {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.tick-animation-ctn {
    display: inline-block;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-top: 50px;
    padding: 20px 15px;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 200px;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 200px;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dashoffset: 0px;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px;
    }

    100% {
        stroke-dashoffset: 960px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px;
    }

    100% {
        stroke-dashoffset: 960px;
    }
}

@keyframes colored-circle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

    .icon--order-success svg circle#colored {
        -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
        animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    }

.tick-animation-ctn h3 {
    font-size: 20px;
    font-size: 20px;
    margin: 10px 0 13px 0;
}

.tick-animation-ctn h2 {
    text-transform: capitalize;
}

.continue-shopping-btn a {
    background: #023254;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .continue-shopping-btn a:hover {
        background: #023254;
    }

.LoadingDiv {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.6;
    z-index: 10000000;
    background-color: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

.address-checkbx {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
}

    .address-checkbx [type="radio"]:checked + label:before, .address-checkbx [type="radio"]:not(:checked) + label:before {
        width: 20px;
        height: 20px;
        border: 0;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        border-radius: 2px;
    }

    .address-checkbx [type="radio"]:checked + label:after, .address-checkbx [type="radio"]:not(:checked) + label:after {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid #023254;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        background: none;
        border-radius: 0;
        transform: rotate(45deg);
    }

    .address-checkbx [type="radio"]:checked + label:after {
        opacity: 1;
    }

.gj-datepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 22px;
    color: #323232;
}





/*---------- Fancybox customizetion ----------*/
#dvViewRequest {
    width: 550px !important;
}

.sky-form > .styleGrey {
    background: #023254;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
}

.view-request-inner {
    padding: 10px 15px;
}

    .view-request-inner label {
        margin-bottom: 0;
    }

.fancybx-border {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 8px 0;
}

.view-request-tab {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .view-request-tab .nav-tabs {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .view-request-tab ul li a {
        padding: 10px 10px;
        display: block;
        border: 1px solid rgba(0,0,0,0.1);
        border-bottom: transparent;
        border-left: transparent;
        border-top-right-radius: 3px;
        color: #323232;
    }

        .view-request-tab ul li a.active {
            background: #023254;
            color: #fff;
            border-bottom: 1px solid #fff;
            margin-bottom: -1px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

    .view-request-tab textarea {
        border-radius: 3px;
        border: 0;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
        padding: 5px;
        resize: none;
    }

.view-request-btn {
    text-align: right;
}

    .view-request-btn a {
        color: #fff !important;
    }

.gj-modal {
    z-index: 9999 !important;
}


.save-search-height-fix {
    height: 255px;
}

/*-----------termsadn condition ------------*/

.termscondition-tab {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
    /*.termscondition-tab p{
    text-align: center;
}*/
    .termscondition-tab .fa-angle-double-right {
        color: #023254;
        font-size: 17px;
        margin-right: 6px;
    }

    .termscondition-tab .card-header {
        background-color: transparent;
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding: 0 0;
    }

    .termscondition-tab .btn-link {
        width: 100%;
        text-align: left;
        color: #323232;
        font-family: 'Muli-Bold';
        text-decoration: none;
        position: relative;
    }

        .termscondition-tab .btn-link:hover {
            text-decoration: none;
        }

        .termscondition-tab .btn-link i {
            float: right;
            font-size: 18px;
            background: #023254;
            color: #fff;
            position: absolute;
            right: -1px;
            top: -4px;
            bottom: -4px;
            line-height: 43px;
            padding: 0 16px;
        }

        .termscondition-tab .btn-link[aria-expanded="true"] i:before {
            content: "\f106";
        }

    .termscondition-tab .card-body p {
        text-align: left;
        font-size: 15px;
    }

    .termscondition-tab .card-body {
        padding: 15px;
        color: #333;
    }

    .termscondition-tab .card {
        margin-bottom: 10px;
        overflow: hidden;
        border-color: #ccc;
        border: 0;
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
    }

        .termscondition-tab .card > .card-header {
            color: #595959;
            background-color: #f5f5f5;
            padding: 3px 0;
            border-radius: 0;
        }

    .termscondition-tab .card-body ul {
        margin-bottom: 10px;
    }

        .termscondition-tab .card-body ul li {
            font-size: 15px;
            margin-bottom: 5px;
        }

            .termscondition-tab .card-body ul li i {
                margin-right: 13px;
                font-size: 16px;
            }

#tenderTC-tab p {
    color: #023254;
}



/*============= Toaster color ==============*/


.noty_type_error {
    background: url(/Content/images/error-icn.png) #ca3a2c !important;
}

.noty_type_alert {
    background: url(/Content/images/warning-icn.png) #ca3a2c !important;
}

.noty_type_warning {
    background: url(/Content/images/alert-icn.png) #faa922 !important;
}

.noty_type_success {
    background: url(/Content/images/success-icn.png) #3fd241 !important;
}

.noty_type_information {
    background: url(/Content/images/information-icn.png) #47b5d2 !important;
}

.noty_type_warning, .noty_type_success, .noty_type_information, .noty_type_error, .noty_type_alert {
    color: #fff !important;
    font-family: 'Muli-SemiBold';
    background-repeat: no-repeat !important;
    background-position: 11px center !important;
    padding: 20px 10px 20px 70px !important;
}

.animated {
    border: 0 !important;
}

.straightdiscount {
    text-align: right;
}

    .straightdiscount label {
        margin-bottom: 7px;
        margin-left: 2px;
        font-size: 11px;
        background: #023254;
        padding: 2px 10px;
        border-radius: 50px;
        color: #fff;
        margin-top: 0;
    }

.download-dropdown-main {
    position: absolute;
    z-index: 99;
    width: 150px;
    right: 10px;
    border-radius: 5px;
    padding-top: 10px;
    transform: translateY(15px);
    opacity: -1;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.download-dropdown {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    overflow: hidden;
}

    .download-dropdown:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 11px;
        right: 3px;
        top: -1px;
        background: url(/Content/images/droupdown-arrow.png);
    }

    .download-dropdown a {
        width: 100% !important;
        text-align: left !important;
        box-shadow: none !important;
        padding: 10px 13px;
        height: auto !important;
        line-height: normal !important;
        color: #323232;
        font-family: 'Muli-SemiBold';
        border-bottom: 1px solid #eaeaea;
        border-radius: 0 !important;
        display: block;
    }

        .download-dropdown a:hover {
            color: #fff;
        }

.page-inner-head ul li:hover .download-dropdown-main {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.export-radio-btn {
    padding: 25px 0 10px 30px;
}

#export-fancybox footer a {
    background: #023254;
    border-color: #023254;
    margin-left: 10px;
    padding: 0 0;
    width: 90px;
    height: 33px;
    line-height: 31px;
    text-transform: uppercase;
}

#export-fancybox footer {
    text-align: right;
    padding: 20px 20px 0 0;
}


/* fixed footer start*/

.fixed-footer {
    background: #023254;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}

.fixed-footer ul li {
    display: inline-block;
    padding: 5px;
}

.fixed-footer label {
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    /*border: 1px solid #fff;
    border-radius: 50%;*/
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*.fixed-footer label:hover {
    background-color: #023254;
    border-color: #023254;
}*/

.fixed-footer ul li a {
    color: #fff;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.mg-bt {
    margin-bottom: 33px;
}

.active-lang {
    color: #023254 !important;
}

/* fixed footer end*/

/* client logo start*/
.client-logo {
    background: #f1f1f1;
    padding: 0 0 30px;
}

    .client-logo ul li {
        padding: 0 20px;
    }

    .client-logo h5 {
        color: #323232;
        margin: 30px 0;
    }
/* client logo end*/

/* sustainability page start*/

.sustainability-main {
    padding: 120px 0 64px;
    box-shadow: 0 0 8px rgba(0,0,0,0.10);
    border-radius: 5px;
    background: #fafafa;
}

    .sustainability-main h6 {
        margin: 8px 0;
        letter-spacing: 0.2px;
        line-height: 1.4;
        color: #333;
    }

    .sustainability-main h5 {
        font-family: 'Muli-ExtraBold';
        margin: 8px 0;
        font-style: italic;
    }

    .sustainability-main h4 {
        font-family: 'Muli-ExtraBold';
        font-size: 1.25rem;
        position: relative;
        margin: 20px 0;
        color: #323232;
    }

    .sustainability-main a {
        text-decoration: underline;
        letter-spacing: 0.2px;
        margin: 8px 0;
        display: block;
        overflow: hidden;
    }

    .sustainability-main .society-img {
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        transition: 0.3s;
        transform: scale(1);
    }

        .sustainability-main .society-img:hover {
            transform: scale(0.95);
        }

    .sustainability-main hr {
        border-top: 1px solid #a1a3b6;
    }

/* sustainability page end*/

/* address page start*/
.address-box h5 {
    color: #222;
    font-size: 16px;
    margin-bottom: 20px;
}

.address-box h6 {
    font-family: 'Muli-Bold';
    margin-bottom: 3px;
}

.address-box p {
    margin-bottom: 3px;
}
/* address page end*/

input:-webkit-autofill {
    background-color: transparent !important;
}



.profile ul li a {
    padding: 0 10px 5px 10px;
}

    .profile ul li a i {
        position: relative;
        top: 5px;
        color: #666;
        margin-right: 5px;
    }

.flaticon-22:before {
    font-size: 22px;
}

.flaticon-24:before {
    font-size: 24px;
}

.flaticon-26:before {
    font-size: 26px;
}

.flaticon-28:before {
    font-size: 28px;
}

.flaticon-30:before {
    font-size: 30px;
}

.flaticon-32:before {
    font-size: 32px;
}

.flaticon-34:before {
    font-size: 34px;
}

.flaticon-36:before {
    font-size: 36px;
}

.flaticon-40:before {
    font-size: 40px;
}

.flaticon-42:before {
    font-size: 42px;
}

.flaticon-46:before {
    font-size: 46px;
}

.flaticon-50:before {
    font-size: 50px;
}



.footer-last {
    background: #000;
    padding: 10px 0;
}

    .footer-last p {
        color: #fff;
        font-weight: 600;
        margin: 0;
    }

.ftr-map-image-wdth-fix {
    max-width: 990px;
    width: 990px;
    min-width: 990px;
    height: 570px;
}

.ftr-map-image {
    position: relative;
    background: url(../images/map.png);
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pin-wrapper-1 {
    position: absolute;
    right: 30%;
    top: 43.5%;
}

.pin-wrapper-2 {
    position: absolute;
    right: 18.5%;
    top: 41.5%;
}

.pin-wrapper-3 {
    position: absolute;
    right: 35.5%;
    top: 41.7%;
}

.pin-wrapper-4 {
    position: absolute;
    right: 48%;
    top: 33.5%;
}

.pin-wrapper-5 {
    position: absolute;
    left: 25%;
    top: 34.5%;
}

    .pin-wrapper-1:hover .pin-inner-tips,
    .pin-wrapper-2:hover .pin-inner-tips,
    .pin-wrapper-3:hover .pin-inner-tips,
    .pin-wrapper-4:hover .pin-inner-tips,
    .pin-wrapper-5:hover .pin-inner-tips {
        visibility: visible;
        opacity: 1;
    }

.pin-tips-img {
    cursor: pointer;
}

.arrow {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: .5rem .5rem 0;
    top: 0 !important;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
}

.pin-inner-tips {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 290px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    z-index: 9;
}

.pin-tips-img {
    width: 35px;
}

ul.popover-adrs li {
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 1px 0;
    overflow: hidden;
}

.popover {
    max-width: 290px;
}



@media (min-width:1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (min-width:1830px) {
    .container {
        max-width: 1800px;
    }
}

@media (max-width:1240px) {
    .size-row {
        padding: 10px 0;
    }

    .stone-id-row, .hue-tingr-row {
        padding: 14px 0;
    }
}

@media (max-width:1199px) {
    .menu ul li a {
        padding: 14px 6px;
    }

    .owner-info h5 {
        font-size: 16px;
    }

    .owner-info h4 {
        font-size: 17px;
    }

    .detail-page-col-2, .detail-page-col-3 {
        border-top: 2px solid #e6e6e6;
        margin-top: 15px;
    }

    .owner-info h4 {
        width: 150px;
    }

    .shape-row ul {
        -webkit-flex-wrap: !important;
        flex-wrap: nowrap !important;
        overflow: auto;
    }

    /*.color-row ul li {
        padding: 9px 18px;
    }*/

    .fluro-row ul li {
        padding: 9px 12px;
    }

    .cart-status-color-bottom {
        bottom: 10px;
        width: 30%;
    }
    /*.abs-top {
        right: -25%;
        top: -4%;
    }*/
}

@media (max-width:1024px) {
    .tooltip {
        display: none !important;
    }

    .cart-status-color-bottom {
        bottom: 0;
    }
}

@media (max-width:991px) {
    .profile {
        margin-right: 25px;
    }

    .owner-profile {
        text-align: center;
    }

    .owner-img {
        float: none;
        display: inline-block;
    }

    .owner-info {
        float: left;
        margin-left: 0;
        width: 100%;
        padding: 0 0;
    }

    .owner-social-ac ul {
        padding: 0 0 10px 0;
    }

    .add-more-size-droupdown-inner ul li {
        width: 45%;
    }

    .dashboard-space {
        margin: 10px 0 10px;
    }

    .save-search-main {
        margin: 10px 0;
    }

    .save-search-fix-height {
        height: 240px !important;
    }

    .record-filter h6 {
        margin-left: 40px;
    }

    .shape-row ul li {
        padding: 0 10px;
    }

    .form-date, .to-date {
        margin-top: 3px;
        margin-bottom: 0;
    }

    .save-search-head-left {
        font-size: 12px;
    }

    .map-main .nav-tabs .nav-item {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .owner-info h4 {
        width: 100%;
    }

    .color-row ul li {
        margin: 5px 5px;
    }

    .section-main a.footer-btn {
        width: 110px;
        font-size: 13px;
    }

    .advance-hide-btn {
        width: 155px !important;
    }

    /*.color-row ul li {
        padding: 9px 20px;
    }*/

    .size-row {
        padding: 5px 0 !important;
    }

    .home-text-wrap {
        width: 85%;
    }

    .cart-status-color-bottom {
        bottom: 5px;
    }

    .cart-bottom-row-1 ul li span {
        margin-left: 5px;
    }

    .cart-bottom-row-1 ul li {
        font-family: 'Muli-Bold';
        text-transform: capitalize;
        margin: 0px 5px 0 0;
        font-size: 12px;
    }

    .modal-dialog {
        max-width: 767px !important;
    }

    .del-btn ul {
        text-align: center;
    }

    .save-search-height-fix {
        height: 290px;
    }

    .cart-status-color-bottom {
        width: 100%;
        position: relative;
    }

        .cart-status-color-bottom ul {
            justify-content: center;
            margin-top: 10px;
        }

    .bussiness-esta-check-box ul li {
        width: 100% !important;
    }

    .main-login-wrapper {
        overflow: hidden;
    }

    .lformbox {
        justify-content: center;
    }
}

@media (max-width:767px) {
    .client-logo ul {
        display: block !important;
        text-align: center;
    }

        .client-logo ul li {
            padding: 10px;
            width: 50%;
            float: left;
        }

            .client-logo ul li img {
                width: 150px;
            }

    .pad-0 {
        padding: 0;
    }

    .fixed-footer {
        display: block;
        text-align: center;
        padding: 0 15px;
    }

    .toggle {
        display: block;
    }

    .index-menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.8);
        padding: 10px 0 10px;
        display: none;
        height: 100vh;
        padding-top: 100px;
    }

        .index-menu ul li {
            width: 100%;
        }

            .index-menu ul li a {
                text-align: left;
                padding: 5px 13px;
            }

    .home-text-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 15px;
    }

    .log-in-modal {
        background-position: 0;
        background-size: contain;
    }

    .home-text-wrap h3 {
        font-size: 16px;
    }

    .animation-line-2 {
        font-size: 16px;
    }

    .animation-line-1 {
        font-size: 14px;
    }

    .profile span {
        display: none;
    }

    .profile {
        margin-right: 25px;
    }

    .save-search-head-left {
        width: 100%;
    }

    .save-search-head-right {
        width: 100%;
        margin-top: 10px;
    }

    .dashboard-space {
        margin: 10px 0 10px;
    }

    .save-search-fix-height {
        height: auto !important;
    }

    .record-filter {
        text-align: center;
        margin-bottom: 10px;
    }

    .cart-pagination {
        margin-bottom: 15px;
    }

    .cart-status-color-bottom ul {
        justify-content: center;
    }

    .record-filter h6 {
        margin-left: 10px;
        font-size: 12px;
    }

    .cart-bottom-row-1 ul li {
        width: auto;
        margin: 0 0 5px 0;
        font-size: 12px;
    }

        .cart-bottom-row-1 ul li span {
            display: inline-block;
            margin: 0;
        }

    .shape-row ul, .color-row ul {
        justify-content: flex-start;
    }

    .size-row:before {
        display: none;
    }

    .color-row {
        border: 0;
    }

    .view-store-page-table {
        max-height: 35vh;
        height: 100%;
        margin-bottom: 0;
    }

    .form-date, .to-date {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .hue-tingr-row ul li {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .my-offer-form .form-group {
        margin-bottom: 0rem;
    }

    .detail-page-col-2, .detail-page-col-3, .detail-page-col-1 {
        border-top: 0px solid #e6e6e6;
        margin-top: 15px;
    }

    .search-detail-btn a.footer-btn {
        width: 49%;
    }

    .forgot-password {
        width: 95%;
    }

    .forgot-password {
        padding: 20px 10px;
    }

    .li-active .address-popup {
        display: none;
    }

    .mobile-address-popup {
        display: block;
    }

    .map-main .tab-content {
        position: relative;
    }

    .cart-status-color-bottom {
        padding: 20px 0 0 0;
        position: relative;
        z-index: 9999;
        bottom: 20px;
        right: auto;
        width: 100%;
        text-align: center;
        left: auto;
        float: none;
    }

        .cart-status-color-bottom ul {
            justify-content: center;
            width: 100%;
        }

    div.dataTables_paginate {
        width: 100%;
    }

    .owner-info h4 {
        width: 100%;
    }

    .stone-id-row, .hue-tingr-row {
        padding: 6px 0;
    }

    .search-section-title h6 {
        margin: 10px 0 0 0;
        position: static;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .cut-row-chekbox ul li {
        padding: 5px 8px 5px 5px;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .account-edit-main .nav-tabs .nav-link {
        width: 50%;
    }

        .account-edit-main .nav-tabs .nav-link:before {
            display: none;
        }

    .del-type-and-btn ul li {
        margin-bottom: 8px;
    }

    .order-summary-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .continue-shopping-btn a {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 8px 10px;
    }

    .tick-animation-ctn h2 {
        font-size: 20px;
    }

    .tick-animation-ctn h3 {
        font-size: 16px;
    }

    .bussiness-esta-check-box ul li {
        width: 100% !important;
    }

    .kyc-detail-form {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .size-row .form-control {
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .search-button-fix, .offer-btn {
        text-align: center;
    }

    .page-inner-head ul {
        float: none;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

        .page-inner-head ul li {
            margin-bottom: 10px;
        }

    .section-main a.footer-btn {
        width: 110px;
        height: 35px;
        line-height: 35px;
        margin: 5px 0 5px 10px;
    }

    .detail-page-col ul li {
        text-overflow: unset;
        overflow: auto;
        white-space: normal;
    }

    .search-detail-btn a.footer-btn {
        margin-left: 0;
        font-family: 'Muli-Bold';
        font-size: 14px;
        width: 100%;
        margin: 5px 0;
    }

    .log-in-modal-inner {
        width: 100%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .map-main .nav-tabs {
        position: relative;
    }

    .address-popup {
        min-width: 100%;
        font-size: 14px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 99;
    }

    .contact-us-form {
        margin-top: 180px;
    }

    div.dataTables_info {
        top: 0;
    }

    .add-more-size-droupdown-main {
        right: 0;
    }
}


/* fixed footer media querie*/

@media (max-width:575px) {
    .footer-main-mb {
        margin-bottom: 155px;
    }

    .introduction-main {
        padding-top: 50px;
    }

    .fixed-footer ul li {
        padding: 4px 2px;
    }

    .fixed-footer ul {
        text-align: center;
    }

    .mg-bt {
        margin-bottom: 60px;
    }

    .kyc-form-btn {
        margin-bottom: 60px;
    }

    .confirm-button-fix {
        margin-bottom: 60px;
    }

    /*.section-main {
        margin-bottom: 60px;
    }*/
}


/*chage language css*/
.section-main a.footer-btn {
    width: auto !important;
    height: inherit;
    line-height: inherit;
    /*padding: 8px 15px;*/
    padding: 6px 12px;
}

#export-fancybox footer {
    padding: 0px 20px 0 0;
}

.menu ul li a {
    text-transform: uppercase;
    font-size: 13px;
}

.index-menu ul li a {
    text-transform: uppercase;
}

.profile ul li a {
    white-space: nowrap;
}

.note {
    white-space: nowrap;
}

.select {
    white-space: nowrap;
}

.login-btn {
    padding: 6px 10px;
    font-size: 16px;
}

.dashboard-space {
    padding: 20px 15px;
}

.view-request-btn {
    padding: 0 30px;
}

@media (min-width:992px) and (max-width:1600px) {
    .owner-info h5 {
        font-size: 15px;
    }
}

.log-in-modal .login-fild .form-group .form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    color: #fff;
    padding: 8px 10px;
}

    .log-in-modal .login-fild .form-group .form-control:focus {
        box-shadow: none;
        border-bottom: 3px solid #023254;
    }

.log-in-modal .login-btn {
    background: #ececec;
    color: #023254;
}

    .log-in-modal .login-btn:hover {
        background: #fff;
        color: #023254;
    }

    .log-in-modal .login-btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/*new-login*/
.new-login-modal .log-in-modal .login-close {
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

    .new-login-modal .log-in-modal .login-close img:hover {
        transform: rotate(90deg);
        transition: all 0.5s;
    }

    .new-login-modal .log-in-modal .login-close img {
        width: 20px;
    }

    .new-login-modal .log-in-modal .login-close:hover {
        color: #023254;
        border-color: #023254;
    }

.new-login-modal .log-in-modal {
    background: #ecedf1;
}

.login-left {
    width: 70%;
    float: left;
    padding: 0 70px;
    height: 100%;
    position: relative;
}

    .login-left:before {
        content: "";
        background-image: url(../images/loginbg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.stone-main {
    border-top: 1px solid #a1a3b6;
    padding: 10px 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    margin: 0 70px;
    left: 0;
    right: 0;
}

    .stone-main h5 {
        color: #323232;
        font-family: 'Muli-ExtraBold';
        text-align: center;
        margin-bottom: 10px;
    }

        .stone-main h5 span {
            color: #070739;
        }

    .stone-main ul {
        display: flex;
        padding-top: 20px;
        justify-content: center;
    }

        .stone-main ul li {
            margin: 0 15px;
        }

.color-ul {
    padding-top: 0 !important;
}

    .color-ul li {
        color: #323232;
        font-family: 'Muli-ExtraBold';
        font-size: 14px;
        padding: 0px 12px !important;
        position: relative;
        margin: 0 !important;
    }

        .color-ul li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            bottom: 0;
            width: 2px;
            height: 15px;
            background: #323232;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .color-ul li i {
            padding-right: 10px;
            font-size: 10px;
            vertical-align: middle;
        }

.stone-main p {
    font-family: 'Muli-ExtraBold';
    font-size: 14px;
    color: #323232;
    margin: 10px 0 0;
}

.login-right {
    width: 30%;
    float: left;
    background: #fff;
    padding: 80px 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-right h5 {
        color: #023254;
        font-family: 'Muli-ExtraBold';
        margin-bottom: 3rem;
        -webkit-animation: textin .5s forwards 1.6s;
        animation: textin .5s forwards 1.6s;
        -moz-animation: textin .5s forwards 1.6s;
        position: relative;
        display: inline-block;
    }

@-webkit-keyframes filltext {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes filltext {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes filltext {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.login-right .form-control {
    border-bottom: 1px solid #b5b5c4;
    background: #fff;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    padding: 17px 15px 12px 50px;
    position: relative;
}

    .login-right .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #787878;
    }

    .login-right .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #787878;
    }

    .login-right .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #787878;
    }

    .login-right .form-control:-moz-placeholder { /* Firefox 18- */
        color: #787878;
    }

    .login-right .form-control:focus {
        box-shadow: none;
    }

.login-right .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #023254;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.login-right .effect-2:focus ~ .focus-border {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
}

.login-right label {
    color: #787878;
}

.login-right .input-icon {
    position: absolute;
    top: 14px;
    left: 5px;
}

.login-right .form-group {
    position: relative;
    margin-bottom: 30px;
}

.login-right .btn {
    background: #023254;
    border-radius: 50px;
    width: 100%;
    font-family: 'Muli-SemiBold';
    padding: 0;
    height: 48px;
    border: 0;
    position: relative;
    overflow: hidden;
}

    .login-right .btn span {
        color: #fff;
        position: relative;
    }

    .login-right .btn:focus {
        box-shadow: none;
    }

    .login-right .btn::before, .login-right .btn::after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        height: 100%;
        width: 0;
        background-color: #023254;
        border-radius: 50px;
        display: block;
    }

    .login-right .btn::before {
        left: 0;
    }

    .login-right .btn::after {
        right: 0;
        transition: width 0.3s;
    }

    .login-right .btn:hover::before {
        width: 100%;
        transition: width 0.3s;
    }

    .login-right .btn:hover::after {
        background-color: transparent;
        width: 100%;
    }

.login-right a {
    color: #023254;
    font-family: 'Muli-ExtraBold';
    text-align: right;
    display: block;
    padding: 15px 0;
}

.reg-main {
    border-top: 1px solid #b5b5c4;
    padding-top: 2rem;
    margin-top: 1rem;
}

    .reg-main span {
        color: #595959;
    }

        .reg-main span a {
            color: #08083a;
            text-decoration: underline;
            display: inline-block;
            padding: 0;
        }

.login-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #787878;
    font-family: 'Muli-SemiBold';
}

    .login-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.login-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #023254;
    border-radius: 5px;
    overflow: hidden;
}

.login-checkbox:hover input ~ .login-checkmark {
    background-color: #023254;
}

.login-checkbox input:checked ~ .login-checkmark {
    background-color: #fff;
    color: #023254;
}

.login-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-checkbox input:checked ~ .login-checkmark:after {
    -webkit-animation: checkbox-on 0.3s forwards ease-out;
    animation: checkbox-on 0.3s forwards ease-out;
}

.login-checkbox .login-checkmark:after {
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -1px;
    margin-left: 9px;
    width: 0;
    height: 0;
    -webkit-animation: checkbox-off 0.3s forwards ease-out;
    animation: checkbox-off 0.3s forwards ease-out;
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

.responsive-main {
    display: none;
}

.width-100 {
    width: auto;
}

@media (max-width:1199px) {
    .login-left {
        width: 65%;
    }

    .login-right {
        width: 35%;
    }

    .color-ul li:after {
        content: none;
    }

    .stone-main {
        margin: 0;
    }

    .color-ul li {
        font-size: 12px;
    }

    .stone-main p {
        font-size: 12px;
    }
}

@media (max-width:991px) {
    .ftr-map-image-wdth-fix {
        max-width: 690px;
        width: 690px;
        min-width: 690px;
    }

    .pin-wrapper-5 {
        left: 24%;
        top: 37.7%;
    }

    .pin-wrapper-4 {
        right: 47.4%;
        top: 37.2%;
    }

    .pin-wrapper-3 {
        right: 34.7%;
        top: 42.3%;
    }

    .pin-wrapper-2 {
        right: 18%;
        top: 42.5%;
    }

    .pin-wrapper-1 {
        right: 29%;
        top: 44.2%;
    }

    .login-left {
        width: 55%;
    }

    .login-right {
        width: 45%;
    }

    .color-ul {
        display: inline-block !important;
    }

    .stone-main ul li {
        margin: 0 5px;
    }
}

@media (max-width:767px) {

    .ftr-map-image-wdth-fix {
        max-width: 490px;
        width: 490px;
        min-width: 490px;
        height: 430px;
    }

    .pin-tips-img {
        width: 25px;
    }

    .pin-wrapper-5 {
        left: 23.5%;
        top: 39%;
    }

    .pin-wrapper-4 {
        right: 47%;
        top: 37.8%;
    }

    .pin-wrapper-3 {
        right: 34.8%;
        top: 42.54%;
    }

    .pin-wrapper-2 {
        right: 18%;
        top: 44.5%;
    }

    .pin-wrapper-1 {
        right: 29%;
        top: 45%;
    }

    .login-left {
        width: 42%;
    }

    .login-right {
        width: 58%;
    }

    .color-ul li {
        padding: 0 !important;
        font-size: 12px;
    }

    .stone-main h5 {
        font-size: 18px;
    }

    .color-ul {
        display: inline-block !important;
    }

    .stone-main ul li {
        margin: 0;
    }
}

@media (max-width:575px) {
    .pin-wrapper-5 {
        left: 23%;
        top: 42.3%;
    }

    .pin-wrapper-4 {
        right: 47.5%;
        top: 41.2%;
    }

    .pin-wrapper-3 {
        right: 35.5%;
        top: 44.2%;
    }

    .pin-wrapper-2 {
        right: 18.2%;
        top: 44.5%;
    }

    .pin-wrapper-1 {
        right: 29%;
        top: 45.8%;
    }

    .pin-tips-img {
        width: 15px;
    }

    .pin-inner-tips {
        width: 150px !important;
    }

    .ftr-map-image-wdth-fix {
        max-width: inherit;
        width: inherit;
        min-width: initial;
    }

    .ftr-map-image {
        background-size: contain;
    }

    .index-logo img {
        width: 80px;
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }

    .login-left {
        height: 450px;
        width: 100%;
        padding: 0;
    }

    .login-right h5 {
        margin: 15px 0;
        font-size: 16px;
    }

    .login-right .form-group {
        margin-bottom: 15px;
    }

    .login-right .form-control {
        font-size: 14px;
        padding: 10px 30px 10px 35px;
    }

    .login-right .input-icon {
        top: 13px;
        left: 5px;
        width: 17px;
    }

    .login-checkmark {
        height: 20px;
        width: 20px;
    }

    .login-checkbox {
        font-size: 14px;
    }

    .login-right .btn {
        height: 40px;
        font-size: 14px;
    }

    .login-right a {
        padding: 7px 0;
    }

    .reg-main {
        padding: 7px 0;
        margin: 0;
    }

    .login-checkbox .login-checkmark:after {
        margin-top: -2px;
        margin-left: 8px;
    }

    .responsive-login {
        background: #fff;
        padding: 0 20px;
    }

    .responsive-main {
        border-top: 1px solid #a1a3b6;
        background: #e6e9ee;
        display: block;
    }

        .responsive-main h5 {
            color: #323232;
            font-family: 'Muli-ExtraBold';
            text-align: center;
            margin: 0;
            padding: 10px 0;
            font-size: 14px;
        }

            .responsive-main h5 span {
                color: #070739;
            }

    .width-100 {
        width: 100%;
    }
}


/*---------- 10-12-2019 -------*/
.prebid-btn-new {
    display: inline-block;
    text-transform: uppercase;
    background: #023254;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Muli-Bold';
    font-size: 13px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border: 0;
    cursor: pointer;
}

    .prebid-btn-new:focus {
        outline: none;
    }

.btn-pre-bid-anim {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.3s;
    -moz-animation-timing-function: steps(5, start);
    -moz-animation-iteration-count: infinite;
    -moz-padding-inline-start: 1px !important;
    animation-name: blinker;
    animation-duration: 1.3s;
    animation-timing-function: steps(5, start);
    animation-iteration-count: infinite;
}

    .btn-pre-bid-anim:hover {
        animation: none;
    }

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.icon-img {
    width: 28px;
    height: 29px;
    filter: brightness(0) !important;
}

.page-inner-head ul li a:hover .icon-img {
    filter: brightness(1) invert(1) !important;
}

.cust-grid-sign .input-group-addon {
    background: #c1c1c1;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    border-top-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    -moz-border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-bottom-left-radius: .25rem;
}

.cust-grid-sign .input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-align: center;
    align-items: center;
}

.cust-grid-sign .bid-input {
    display: inline-block;
    border-color: lightblue !important;
    box-shadow: none !important;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.bid-sec-cust {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #fafafa;
    color: #000000;
    margin: 0 0 0 0;
    width: 170px;
    font-weight: 700;
    margin-top: 5px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.3s;
    -moz-animation-timing-function: steps(5, start);
    -moz-animation-iteration-count: infinite;
    -moz-padding-inline-start: 1px !important;
    animation-name: blinker;
    animation-duration: 1.3s;
    animation-timing-function: steps(5, start);
    animation-iteration-count: infinite;
}

.bid-inner {
    width: 45px;
    float: right;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #000;
    outline-offset: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -17px;
    margin-top: -3px;
}

.bid-blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.3s;
    -moz-animation-timing-function: steps(5, start);
    -moz-animation-iteration-count: infinite;
    -moz-padding-inline-start: 1px !important;
    animation-name: blinker;
    animation-duration: 1.3s;
    animation-timing-function: steps(5, start);
    animation-iteration-count: infinite;
}

.my-bid-sec-cust {
    background-color: #396294;
    color: #fff !important;
}

.save-search-content table tbody tr td a {
    color: #023254 !important;
}

.bid-inner span {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #396294;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bid-sec-cust img {
    width: 23px;
}

.bid-timer .bid-timer-inner {
    font-size: 14px;
    font-weight: bold;
    color: #595959;
    text-transform: uppercase;
}

.bid-timer span {
    color: #FF1F1F;
    display: inline-block;
    margin: 0;
}

.bid-timer .gray {
    color: #595959;
}

.top-info {
    text-align: right;
}

    .top-info ul li {
        display: inline-block;
        font-size: 14px;
        margin: 0;
        padding: 0 3px 0 0;
        font-weight: bold;
        color: #5a5a5a;
        text-transform: uppercase;
    }


@media (max-width:1199px) {
    .profile span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 230px !important;
    }

    .toggle-menu {
        float: right;
        display: block;
    }

    .toggle-main {
        width: 100%;
        display: inline-block;
        text-align: left;
        display: block;
    }


    .menu {
        display: none;
        position: absolute;
        top: 59px;
        z-index: 999;
        background: rgba(0,0,0,0.9);
        right: 0;
        left: 0;
    }

        .menu ul {
            width: 100%;
            padding-bottom: 15px;
        }

            .menu ul li a {
                text-align: left;
                padding: 16px 10px 0 15px;
            }

            .menu ul li {
                width: 100%;
            }

    .top-info ul {
        float: left;
    }
}

@media (max-width:1200px) {
    .profile span {
        max-width: 55px;
    }
}

@media (max-width:767px) {
    .bid-timer .bid-timer-inner {
        font-size: 13px;
    }
}

@media (max-width:575px) {
    .bid-sec-cust {
        width: 155px;
        margin: 5px 0;
    }

    .content-main-mt {
        margin-top: 110px;
    }
}

@media (max-width:1199px) {
    .my-bid-sec-cust {
        padding: 12px 0 !important;
        margin: 10px 30px 0 !important;
    }

    .menu ul li a {
        border: 0;
    }

    .menu ul li {
        margin: 0;
    }
}



/*login page css*/
.main-login-wrapper {
    /*background: url(https://www.irisia.co/Content/Before_Login/images/product_portfolio_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 100vh;
    width: 100%;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    /*z-index: 999999;*/
    overflow: hidden;
    padding: 20px 20%;
    /* background-color: #93cddd;*/
}

    .main-login-wrapper::before {
        content: '';
        position: absolute;
        background: url(../../../Content/Before_Login/images/line_bg.png);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
    }

.mlw_inner {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wrap-section .lg-form .form-group {
    position: relative;
}

.wrap-section .lg-form .form-control {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    font-family: 'Muli-SemiBold';
    border: 1px solid #94A3B8;
    line-height: 12px;
    height: 35px !important;
}

.wrap-section .select2-container--default .select2-selection--single,
.wrap-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px;
    line-height: 35px;
}

.wrap-section .lg-form input::placeholder {
    font-size: 15px;
}

/*.wrap-section .lg-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f3f4f5 inset !important;
}*/

.wrap-section .lg-form .input-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 1;
    filter: brightness(100) contrast(0);
}

.wrap-section .forgot-mn-btn {
    float: left;
}

    .wrap-section .forgot-mn-btn a {
        text-align: center;
        position: relative;
        display: inline-block;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #94A3B8;
        letter-spacing: 0.02em;
    }

        .wrap-section .forgot-mn-btn a:hover {
            color: #24344F;
        }

.wrap-section .login-mn-btn a,
.wrap-section .login-mn-btn button {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    background: #023254;
    border: 1px solid #023254;
    float: right;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s;
}

    .wrap-section .login-mn-btn a:hover {
        background: #ffffff;
        color: #023254;
        border: 1px solid #023254;
    }

/*.wrap-section .lg-form .pd-left {
    padding-left: 10px;
}*/

.wrap-section .login-checkmark {
    height: 20px;
    width: 20px;
}

.wrap-section .login-checkbox .login-checkmark:after {
    margin-top: -2px;
    margin-left: 8px;
}

.wrap-section a {
    cursor: pointer;
}

.wrap-section .reg-mn-btn {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #94A3B8;
    /*padding-bottom: 10px;*/
}

    .wrap-section .reg-mn-btn a {
        color: #24344F;
        font-weight: 600;
        text-decoration: underline !important;
    }

.wrap-section .reg-section {
    margin-top: 10px;
}

    .wrap-section .reg-section .reg-content p.head {
        font-size: 14px;
        font-family: 'Muli-Bold';
        color: #0e3255;
    }

    .wrap-section .reg-section .reg-content p {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Muli-SemiBold';
        color: #a6a5a5;
        padding: 0 0 5px;
        margin: 0;
    }

.wrap-section .end-image {
    padding: 10px 0;
    text-align: center;
}

.main-login-wrapper .lbright .lbright_img {
    /*height: calc(100% - 32px);*/
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/*.main-login-wrapper .lbright .lbright_img::before {
    content: "";        
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}*/

.main-login-wrapper .lbright_img_inner {
    width: 100%;
    height: 100%;
    /*padding: 31px 18px;*/
    position: relative;
}


.main-login-wrapper .lbri_inner {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.main-login-wrapper .lbright .lbright_img .login-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    overflow: hidden;
    backdrop-filter: blur(3px);
    border: 1px solid #bd927d;
    border-radius: 10px;
}

.lformbox {
    width: 100%;
    /*height: calc(100% - 30px);*/
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .lformbox .lflogobox {
        margin-bottom: 30px;
    }

        .lformbox .lflogobox img {
            height: 113px;
        }

    .lformbox .lflogobox, .lformbox .copyright {
        text-align: center;
    }

        .lformbox .copyright p {
            margin-bottom: 0px;
        }

    .lformbox .lform {
        width: 100%;
        /*        padding: 10px 50px 0px;*/
        overflow-y: auto;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}

.status-smart-bid {
    position: relative;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    color: white;
}

.status-smart-bid-ul {
    margin-top: 3px;
    border-right: 1px solid #aaa;
    margin-right: 15px;
}

.smart-bid-inactive {
    background: #aaa;
}

.smart-bid-active {
    background: green;
}

.smart-bid-expire {
    background: #e39b5d;
}


.main-login-wrapper .lbright {
    padding: 8px;
}


/*new css 28-1-20*/
@media (max-width:1400px) {
    .content-main-mt {
        margin-top: 54px;
    }

    .menu ul li a {
        font-size: 11px;
    }

    .profile img {
        width: 35px;
        height: 35px;
    }

    .profile .fa-caret-down {
        font-size: 18px;
    }

    .profile span {
        font-size: 12px;
    }

    .btn_primary {
        color: #fff !important;
    }

    .bid-sec-cust {
        height: 35px;
        line-height: 35px;
    }

    .bid-inner {
        width: 40px;
        height: 40px;
    }

        .bid-inner span {
            width: 35px;
            height: 35px;
        }

    .bid-sec-cust img {
        width: 20px;
    }

    .dashboard-card-6 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    table thead tr th, table tbody tr td {
        font-size: 11px !important;
    }

    .save-search-content table thead tr th {
        padding: 4px 10px;
    }

    .table-scrollable .flaticon-22:before {
        font-size: 16px;
    }

    .save-search-content table tbody tr td {
        padding: 4px 10px;
    }

    .owner-social-ac .flaticon-32:before {
        font-size: 24px;
    }

    .owner-social-ac ul li {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    input::placeholder {
        font-size: 12px;
    }

    .owner-img {
        width: 90px;
        height: 90px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }

    .save-search-content table tbody tr td a {
        font-size: 11px !important;
    }

    .section-main a.footer-btn {
        font-size: 12px;
    }

    .section-main .btn_primary {
        font-size: 12px;
    }

    .color-row ul li {
        font-size: 11px;
        padding: 4px 18px;
    }

    .cut-checkbox {
        font-size: 11px;
    }

    .cut-row-chekbox .checkmark {
        top: -1px;
        height: 18px;
        width: 18px;
    }

    .milky-select .select2-container--default .select2-selection--multiple {
        padding: 2px 3px;
    }

    .size-row .form-control {
        padding: 4px 12px;
    }

    .save-search-head {
        padding: 6px 20px;
    }

    .add-more-size {
        padding: 5px 12px;
    }

    /*.size-row.stone-id-row .col-12 {
        padding-left: 0;
    }*/

    .navicon:before, .navicon:after {
        height: 0.2rem;
        width: 2rem;
    }

    .navicon {
        width: 2em;
        height: 0.2125rem;
    }

    .navicon-button {
        padding-left: 10px !important;
    }

    .profile ul li a {
        font-size: 12px;
    }

    .profile ul li .flaticon-22:before {
        font-size: 20px;
    }

    .my-cart-status {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-top: 2px;
    }

    .dataTables_scroll .checkmark {
        height: 17px;
        width: 17px;
    }

    .dataTables_scroll .check-main .checkmark:after {
        left: 6px;
        top: 4px;
        width: 5px;
        height: 9px;
    }

    .dataTables_scroll .check-main input {
        width: 18px;
        height: 17px;
    }

    .page-inner-head ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .page-inner-head ul li a svg {
            height: 22px !important;
            width: 22px !important;
        }

    .page-inner-head ul li .flaticon-28:before {
        font-size: 22px;
    }

    .page-inner-head h6 {
        padding: 7px 0;
        font-size: 15px;
    }

    div.dataTables_info {
        top: 10px;
        font-size: 13px;
        padding-left: 5px;
    }

    .dataTables_paginate ul li a {
        padding: 4px 15px;
    }

    .dataTables_length {
        padding: 8px 20px 0 15px;
    }

    table.table thead .sorting {
        background-size: 15px;
    }

    .my-offer-form .form-group label {
        font-size: 12px;
    }

    .page-title h5 {
        font-size: 18px;
    }

    .forgot-password label {
        font-size: 13px;
    }

    .login-fild .form-group .form-control, .registration textarea, .detail-section textarea {
        padding: 6px 18px;
        font-size: 12px;
    }

    .account-edit-main .nav-tabs .nav-link {
        padding: 10px 7px 10px 7px;
        font-size: 13px;
    }

        .account-edit-main .nav-tabs .nav-link:before {
            border-top: 21px solid transparent;
            border-bottom: 21px solid transparent;
            top: -2px;
        }

    .datepicker-main .btn-outline-secondary:before {
        font-size: 20px;
    }

    .Add-new-address-btn {
        top: 4px;
    }

    .account-edit-headding {
        font-size: 16px;
        padding: 0px 0 14px 0;
    }

    .file-input .input-group-btn button, .file-input .input-group-btn .btn-file {
        padding: 4px 8px;
    }

    .table td, .table th {
        padding: 4px 10px;
    }

    .appriseInner h4 {
        padding-bottom: 9px;
        font-size: 21px;
    }

    .appriseInner span {
        font-size: 13px;
    }

    .page-inner-head ul li a img {
        width: 22px;
        margin-top: -5px;
    }

    .main-pre-bid-info ul li {
        font-size: 12px !important;
    }

    .cust-mdl-new .modal-title {
        font-size: 22px;
    }

    .top-info ul li {
        font-size: 13px;
        font-weight: normal;
        font-family: 'Muli-Bold';
    }

    .bid-timer .bid-timer-inner {
        font-size: 13px;
        font-weight: normal;
        font-family: 'Muli-Bold';
    }

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        font-size: 13px;
    }

    .prebid-Plus-Minus {
        padding: 2px 7px !important;
    }

    .bid-input {
        height: 23px !important;
        font-size: 14px !important;
    }

    .prebid-btn-new {
        padding: 4px 10px;
        font-size: 11px;
    }

    .btn-outline-secondary:before {
        top: 5px;
        font-size: 18px;
    }

    .milky-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 7px 10px !important;
    }

    .status-smart-bid {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-top: 2px;
    }

    /*.lformbox {
        height: calc(100% - 30px);
    }*/

    /*.main-login-wrapper .lbright .lbright_img {
        height: calc(100% - 30px);
    }*/

    /*.main-login-wrapper .lbright_img_inner {
        height: 100%;
    }*/
}

@media (max-width: 1280px) {
}

@media (max-width: 1199px) {
    .cut-row-chekbox ul li {
        margin: 3px 3px;
    }

    .search-section-title h6 {
        font-size: 10px;
    }

    .lformbox .copyright {
        padding-top: 20px;
    }

    .page-inner-head ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .page-inner-head ul li a svg {
            height: 16px !important;
            width: 16px !important;
        }

        .page-inner-head ul li a img {
            width: 16px;
            margin-top: 0;
        }

    .page-inner-head ul li .flaticon-28:before {
        font-size: 16px;
    }

    .cust-new-rdio-btn [type="radio"]:checked + label,
    .cust-new-rdio-btn [type="radio"]:not(:checked) + label {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .profile {
        margin-right: 10px;
    }

    .cut-row-chekbox ul li {
        margin: 3px 3px;
    }

    .color-row ul li {
        margin: 5px 10px 5px 0px;
    }

    .left-border {
        border-right: none;
    }

    .account-edit-main .nav-tabs .nav-link:before {
        content: none;
    }

    .account-edit-main .nav-tabs .nav-link {
        width: auto;
    }

    .main-login-wrapper .lbleft {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-login-wrapper .lbright {
        display: none;
    }

    .main-login-wrapper {
        overflow: hidden;
        height: calc(100vh - 100px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lformbox {
        display: inherit;
        flex-direction: inherit;
        justify-content: inherit;
    }

    .mlw_inner {
        height: auto;
    }
}

@media (max-width: 767px) {
    .profile {
        margin-right: 4px;
    }

    .section-main a.footer-btn {
        padding: 6px 6px;
        margin: 5px 0 5px 0px;
    }

    .section-main .dropup .btn_primary {
        margin-left: 0px;
        padding: 6px 6px;
    }

    .search-section-title h6 {
        font-size: 11px;
    }

    div.dataTables_info {
        top: 0px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    div.dataTables_paginate {
        padding: 5px 0 0px 0;
    }

    .page-inner-head ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .page-inner-head ul li .flaticon-28:before {
        font-size: 16px;
    }

    .view-in-grid .flaticon-24:before {
        font-size: 16px;
    }

    .page-inner-head ul li a img {
        width: 18px;
    }

    .dataTables_length {
        width: 100%;
        text-align: center;
    }

    div.dataTables_length label {
        float: none;
        text-align: center;
    }

    #dvViewRequest {
        width: 100% !important;
    }

    .modal-dialog {
        max-width: 98% !important;
    }

    .login-btn {
        padding: 6px 8px;
        font-size: 14px;
    }

    .thr-radio-btn-inner {
        text-align: left;
    }

    .row.account-edit-row {
        padding: 5px 15px !important;
    }

    .kyc-detail-form .col-12.col-sm-12.col-md-6 {
        padding: 0 15px !important;
    }

    .wrap-section {
        padding: 0;
    }

        .wrap-section .forgot-mn-btn a {
            font-size: 14px;
        }

        .wrap-section .reg-mn-btn a {
            font-size: 16px;
        }

        .wrap-section .reg-section .reg-content p {
            font-size: 12px;
        }

        .wrap-section .lg-form .form-control {
            font-size: 14px;
        }

        .wrap-section .lg-form .input-icon {
            top: 6px;
            left: 12px;
            width: 18px !important;
        }
}

.reg-content {
    display: none;
}

@media (max-width: 575px) {
    .footer-main-mb {
        margin-bottom: 120px;
    }

    .page-inner-head ul li {
        margin-bottom: 5px;
    }

    .page-inner-head h6 {
        font-size: 12px;
    }

    .account-edit-main .nav-tabs .nav-link {
        padding: 6px 8px;
        font-size: 12px;
    }

    .kyc-form-btn {
        margin-bottom: 30px;
    }

    .lformbox .lform {
        padding: 0;
    }

    .main-login-wrapper {
        height: calc(100vh - 55px);
        padding: 20px !important;
    }

    .reg-content {
        display: block !important;
    }
}

.page-inner-head ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}




/*Ashvin malaviya 07-01-2025*/

.tabmain {
    border-radius: 10px;
    border: 1px dashed #023254;
    padding: 2px;
    display: inline-block;
    margin-left: 15px;
}

    .tabmain .nav-tabs {
        border: 0;
    }

    .tabmain .nav-item {
        margin-bottom: 0;
        margin-right: 2px;
        margin-left: 0px;
        border-radius: 10px;
    }

        .tabmain .nav-item:last-child {
            margin-right: 0px;
        }

    .tabmain .nav-link {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.05em;
        font-weight: 500;
        color: #838383;
        width: auto;
        height: auto;
        padding: 10px 15px;
        border: 1px solid transparent;
        box-shadow: none;
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0;
        border-radius: 10px;
    }

    .tabmain .nav-tabs .nav-item.show .nav-link,
    .tabmain .nav-tabs .nav-link.active,
    .tabmain .nav-tabs .nav-item .nav-link:hover {
        color: #fff;
        background-color: #FFAE1F;
        border-color: #FFAE1F;
    }

/*Ashvin malaviya 07-01-2025*/



/* Ashvin malaviya 22-04-2025 Start */
.order_summary_sec {
    width: 100%;
    display: inline-block;
}

.ostop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

    .ostop .ostleft .title {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }

.border-top {
    border-top: none !important;
    position: relative;
}

    .border-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
    }

.border-bottom {
    border-bottom: none !important;
    position: relative;
}

    .border-bottom::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
    }

.border-left {
    border-left: none !important;
    position: relative;
}

    .border-left::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
    }

.border-right {
    border-right: none !important;
    position: relative;
}

    .border-right::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
    }


.add_sary_main {
    width: 100%;
    display: inline-block;
}

    .add_sary_main .boxtitle {
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .add_sary_main .osmbox.smry {
        width: 100%;
        display: inline-block;
        border: 1px solid #E7ECF1;
        background: #FBFBFB;
        padding: 15px;
        border-radius: 10px;
    }

.tdboxes .tdbox {
    display: flex;
    align-content: center;
}

    /*.osmbox.smry .tdboxes .tdbox {
    justify-content: space-between;
}*/

    .tdboxes .tdbox .title {
        max-width: 145px;
        min-width: 145px;
        width: 145px;
    }

    .tdboxes .tdbox .title, .tdboxes .tdbox .con {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1px;
        color: #8391A1;
        margin-bottom: 7px;
        white-space: wrap;
        word-break: break-word;
    }

    .tdboxes .tdbox:last-child .title, .tdboxes .tdbox:last-child .con {
        margin-bottom: 0px;
    }

.osmbox.smry .tdboxes .tdbox .title {
    font-weight: 600;
}

.tdboxes .tdbox .con {
    color: #000000;
}

.osmbox.smry .tdboxes .tdbox .con {
    font-weight: 700;
}

.osmbox .ttl_box {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

    .osmbox .ttl_box .title {
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
        color: #000000;
        margin-bottom: 0px;
    }

    .osmbox .ttl_box .con {
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
        color: #000000;
        margin-bottom: 0px;
        white-space: wrap;
        word-break: break-word;
    }





.tab_data .ctmtabs {
    display: flex;
    flex-wrap: wrap;
}

.tab_data .tab {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #8391A1;
    padding: 10px 20px;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #E7ECF1;
    border-bottom: none;
    margin-right: 0;
    transition: background 0.3s;
    border-radius: 10px 10px 0px 0px;
}

    .tab_data .tab.active, .tab_data .tab:hover {
        background-color: #023254;
        color: #fff;
    }

.tab_data .tab-content {
    display: none;
}

    .tab_data .tab-content.active {
        display: block;
    }


.ctry_smry {
    width: auto;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .ctry_smry .csinner {
        display: block;
        width: 400px;
        display: inline-block;
        border: 1px solid #E7ECF1;
        background: #FBFBFB;
        padding: 15px;
        border-radius: 10px 0px 0px 10px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        transition: opacity 0.3s ease;
    }

    .ctry_smry.expanded .csinner {
        width: 0;
        border: none;
        padding: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .ctry_smry .epd_cps {
        cursor: pointer;
        font-size: 20px;
        line-height: 20px;
        background-color: #023254;
        padding: 15px 10px;
        color: #fff;
        border-radius: 10px 0px 0px 10px;
    }

    .ctry_smry .csinner .boxtitle {
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .ctry_smry .tdbox {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }

        .ctry_smry .tdbox .title {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 1px;
            color: #8391A1;
            margin-bottom: 10px;
            /*            max-width: 250px;
            min-width: 250px;
            width: 250px;*/
        }

        .ctry_smry .tdbox .con {
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 1px;
            color: #000000;
            margin-bottom: 10px;
        }

    .ctry_smry .ttl_box {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }

        .ctry_smry .ttl_box .title {
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 1px;
            color: #000000;
            margin-bottom: 0px;
            max-width: 145px;
            min-width: 145px;
            width: 145px;
        }

        .ctry_smry .ttl_box .con {
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 1px;
            color: #000000;
            margin-bottom: 0px;
        }



/*.save-search-content.cotable {
    overflow: hidden;
}*/


@media (max-width: 1680.98px) {
    .add_sary_main .tdboxes {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .add_sary_main .osmboxes:first-child {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .add_sary_main .osmboxes:last-child {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}


@media (max-width: 1440.98px) {
    .ostop {
        margin-top: 10px;
    }

        .ostop .ostleft .title {
            font-size: 14px;
        }

    .tdboxes .tdbox .title, .tdboxes .tdbox .con {
        font-size: 12px;
    }

    .add_sary_main .boxtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .osmbox .ttl_box .title, .osmbox .ttl_box .con {
        font-size: 14px;
    }

    .ctry_smry .csinner .boxtitle {
        font-size: 14px;
    }

    .ctry_smry .tdbox .title, .ctry_smry .tdbox .con {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .ctry_smry .tdbox:last-child .title, .ctry_smry .tdbox:last-child .con {
        margin-bottom: 0px
    }

    .ctry_smry .ttl_box .title, .ctry_smry .ttl_box .con {
        font-size: 14px;
    }

    .confirm-button-fix .check-main {
        font-size: 12px;
    }

        .confirm-button-fix .check-main input {
            width: 18px;
            height: 18px;
        }

    .confirm-button-fix .login-check .checkmark {
        width: 18px;
        height: 18px;
    }

    .confirm-order-btn span a {
        font-size: 12px;
        line-height: 12px;
        padding: 7px 14px;
    }

    .tab_data .tab {
        font-size: 14px;
        line-height: 14px;
        padding: 6px 15px;
    }

    .ctry_smry .epd_cps {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 5px 10px 10px;
    }
}


@media (max-width: 1399.98px) {
}


@media (max-width: 1280.98px) {
}


@media (max-width: 1199.98px) {
    .add_sary_main .osmboxes {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

        .add_sary_main .osmboxes:last-child {
            margin-bottom: 0px;
        }

        .add_sary_main .osmboxes:first-child {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .add_sary_main .osmboxes:last-child {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    #nav-kycform {
        margin-bottom: 60px;
    }
}


@media (max-width: 1024.98px) {
}


@media (max-width: 991.98px) {
}


@media (max-width: 767.98px) {
}


@media (max-width: 575.98px) {
    .tdboxes .tdbox {
        width: 100%;
        display: inline-block;
    }

        .tdboxes .tdbox .title {
            margin-bottom: 10px !important;
        }

        .tdboxes .tdbox .con {
            margin-bottom: 15px !important;
        }
}


@media (max-width: 480.98px) {
    .ctry_smry .csinner {
        width: 320px;
    }
}

/* Ashvin malaviya 22-04-2025 End */





.loginmain {
    display: flex;
    height: 100dvh;
    width: 100%;
    background-color: #F6F8FC;
}

    /* Left Image Section */
    .loginmain .image-section {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5f5;
    }

        .loginmain .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1 / 1;
        }

    /* Right Form Section */
    .loginmain .form-section {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .loginmain form {
        width: 100%;
        max-width: 400px;
    }



    /* Brand/Logo */
    .loginmain .brand-logo {
        text-align: center;
        margin-bottom: 2rem;
    }

        .loginmain .brand-logo img {
            height: 100px;
        }

    /* Headings */
    .loginmain h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #0F172A;
    }

    .loginmain .login-subtitle {
        color: #0F172A;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 400;
    }



.regimain .brand-logo img {
    height: 80px;
}

.loginmain .brand-logo {
    margin-bottom: 20px;
}

.loginmain .form-group {
    margin-bottom: 0.5rem;
}

.regimain .lformbox {
    padding: 20px 50px;
}

    .regimain .lformbox .lform {
        width: 100%;
        padding: 0;
        overflow-y: inherit;
    }

.text-danger {
    font-size: 12px;
}

.regimain .form-section {
    display: inline-block;
    align-items: inherit;
    justify-content: inherit;
    padding: 0;
}



/* Mobile Responsive */
@media (max-width: 1440.98px) {
    .regimain .scrolldiv {
        width: 100%;
        height: calc(100vh - 230px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .regimain .lformbox {
        padding: 20px 30px;
    }

    .login-check {
        font-size: 14px;
    }

    .wrap-section .reg-mn-btn {
        font-size: 14px;
    }
}


@media (max-width: 991.98px) {
    .loginmain .image-section {
        display: none;
    }

    .regimain .scrolldiv {
        width: 100%;
        height: auto;
        overflow-x: inherit;
        overflow-y: inherit;
    }
}


/* Mobile Responsive */
@media (max-width: 768.98px) {
    .loginmain {
        flex-direction: column;
        /* height: 100%; */
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .regimain {
        display: inline-block;
    }

    .loginmain .image-section {
        height: 100vw; /* Full image first */
    }

    .loginmain .form-section {
        padding: 20px;
    }

    .regimain .scrolldiv {
        height: auto;
    }

    .regimain .lformbox {
        padding: 0;
    }

    .regimain .check_login_txt {
        display: inline-block !important;
        width: 100%;
    }

    .regimain .accept-tc {
        text-align: left !important;
        margin-bottom: 0 !important;
    }

        .regimain .accept-tc label {
            margin-bottom: 0 !important;
        }

    .regimain .reg-mn-btn {
        margin-bottom: 20px !important;
    }
}

.loadermain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(2,50,84,0.4); /* luxury background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* Spinner */

.loader-spinner {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-top: 2px solid #023254;
    border-right: 2px solid #023254;
    animation: spinLoader 1.3s linear infinite;
    background-color: #fff;
}

/* Logo in center */

.loader-logo {
    position: absolute;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Animation */

@keyframes spinLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}