    /* BASE - Base tyles, Variables, Mixins, etc. */
    
    body {
        background-color: #ffffff;
        font-family: "Roboto", sans-serif;
        color: #333333;
        font-size: 16px;
        overflow-x: hidden;
    }
    
    .no-padding {
        padding: 0;
    }
    
    .no-border {
        border: none;
    }
    /* MODULES - Individual site components */
    
    ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    a {
        text-decoration: none;
        color: #333333;
    }
    
    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Montserrat", sans-serif;
    }
    
    h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        margin: 0;
    }
    
    img {
        border: none;
    }
    
    .mu-read-more-btn {
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        margin-top: 10px;
        padding: 10px 20px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .mu-read-more-btn:hover,
    .mu-read-more-btn:focus {
        color: #fff;
    }
    
    .mu-post-btn {
        background-color: transparent;
        border: 1px solid #ccc;
        display: inline-block;
        font-size: 16px;
        padding: 10px 18px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .mu-post-btn:hover,
    .mu-post-btn:focus {
        color: #fff;
    }
    /* LAYOUTS - Page layout styles */
    /*==================
HEADER SECTION
====================*/
    
    #mu-header {
        background-color: #5f5f5f;
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-header .mu-header-area {
        display: inline;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    
    #mu-header .mu-header-area .mu-header-top-left {
        display: inline;
        float: left;
        background-color: #dc8400;
        /* width: 100%;*/
        text-align: right;
        top: -2px;
    }
    
    #mu-header .mu-header-area .mu-header-top-left .mu-top-email {
        display: inline;
        float: left;
        font-size: 14px;
        color: #fff;
    }
    
    #mu-header .mu-header-area .mu-header-top-left .mu-top-email i {
        margin-right: 5px;
    }
    
    #mu-header .mu-header-area .mu-header-top-left .mu-top-phone {
        border-left: 1px solid #ddd;
        display: inline;
        font-size: 14px;
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        color: #fff;
    }
    
    #mu-header .mu-header-area .mu-header-top-left .mu-top-phone i {
        margin-right: 5px;
    }
    
    #mu-header .mu-header-area .mu-header-top-left a {
        color: #fff;
    }
    
    #mu-header .mu-header-area .mu-header-top-left .dropdown-menu a {
        color: #333;
        padding: 10px 20px;
    }
    
    .mu-header-top-left .dropdown-menu {
        left: auto;
        right: 0px;
        border-top: 2px solid #dc8400;
        top: 96%;
    }
    
    .mu-header-top-left .dropdown {
        display: inline-block;
    }
    
    #top-menu .dropdown:hover .dropdown-menu,
    .dropdown.users:hover .dropdown-menu,
    .dropdown.notifications-menu:hover .dropdown-menu {
        display: block;
    }
    
    #top-menu .dropdown:hover .dropdown-menu .dropdown-submenu .dropdown-menu {
        display: none;
    }
    
    #top-menu .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    
    #top-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 101%;
        top: 0px;
    }
    
    .mu-header-top-left .dropdown-menu a:hover {
        background: #dc8400;
        color: #fff !important;
    }
    
    #mu-header .mu-header-area .mu-header-top-right {
        display: inline;
        float: left;
        text-align: left;
        width: 100%;
    }
    
    #mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav {
        display: inline-block;
        margin-bottom: 0px;
    }
    
    #mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav li {
        display: inline-block;
    }
    
    #mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav li a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        padding: 0 6px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .dropdown-submenu {
        position: relative;
    }
    
    .navbar-brand>img {
        max-width: 70px;
        display: inline-block;
        position: relative;
        top: -10px;
    }
    
    .navbar {
        min-height: 100px;
    }
    
    .logo-text {
        display: inline-block;
        margin-left: 10px;
        margin-top: 20px;
    }
    
    .sub-label {
        display: block;
        font-size: 14px;
        margin-top: 5px;
    }
    /*==================
NAVBAR SECTION
====================*/
    
    #mu-menu {
        display: inline;
        float: left;
        width: 100%;
        height: 125px;
    }
    
    #mu-menu .navbar-header .navbar-brand {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        font-weight: bold;
        text-transform: capitalize;
        padding-top: 0px;
        letter-spacing: 0.5px;
    }
    
    #mu-menu .navbar-header .navbar-brand i {
        font-size: 35px;
    }
    
    #mu-menu .navbar-header .navbar-brand span {
        /*margin-left: 4px;*/
    }
    
    #mu-menu .navbar-default {
        background-color: #fff;
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin-bottom: 0px;
        box-shadow: -1px 4px 8px -4px rgba(0, 0, 0, 0.75);
    }
    
    #mu-menu .navbar-default .navbar-nav li>a {
        border-bottom: 2px solid transparent;
        /* padding-bottom: 25px;padding-top: 25px;margin-bottom: -1px;*/
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-menu .navbar-default .navbar-nav li #mu-search-icon:hover,
    #mu-menu .navbar-default .navbar-nav li #mu-search-icon:focus {
        border: none;
    }
    
    #mu-menu .navbar-default .navbar-nav li .dropdown-menu {
        border-radius: 0px;
    }
    
    #mu-menu .navbar-default .navbar-nav li .dropdown-menu li a {
        color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:hover,
    #mu-menu .navbar-default .navbar-nav li .dropdown-menu li a:focus {
        color: #fff;
    }
    
    #mu-menu .navbar-default .navbar-nav .open a:hover,
    #mu-menu .navbar-default .navbar-nav .open a:focus {
        color: #fff;
    }
    
    .navbar-right {
        background: #dc8400;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    /* ALL SECTION */
    /*scrol to top*/
    
    .scrollToTop {
        border-radius: 4px;
        bottom: 60px;
        color: #fff;
        display: none;
        font-size: 30px;
        line-height: 50px;
        height: 50px;
        font-family: "Montserrat", sans-serif;
        padding: 5px 0;
        position: fixed;
        right: 20px;
        text-align: center;
        text-decoration: none;
        width: 50px;
        z-index: 999;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    .scrollToTop i {
        display: block;
    }
    
    .scrollToTop span {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }
    
    .scrollToTop:hover,
    .scrollToTop:focus {
        color: #fff;
    }
    
    #mu-search {
        background-color: rgba(0, 0, 0, 0.9);
        height: 100%;
        left: 0;
        opacity: 1;
        position: fixed;
        top: 0;
        transform: translateY(-100%) scale(0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 100%;
        z-index: 99999;
    }
    
    #mu-search .mu-search-area {
        display: inline;
        float: left;
        width: 100%;
        padding: 20% 0;
        text-align: center;
    }
    
    #mu-search .mu-search-area .mu-search-close {
        border: none;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        outline: none;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: 100px;
        text-align: center;
        top: 50px;
        width: 50px;
    }
    
    #mu-search .mu-search-area .mu-search-form input[type="search"] {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        font-size: 45px;
        font-family: "Montserrat", sans-serif;
        height: 100px;
        outline: medium none;
        text-align: center;
        width: 100%;
    }
    
    #mu-search.mu-search-open {
        transform: translateY(0) scale(1);
    }
    
    .palette {
        height: 16px;
        min-width: 16px;
        background:#909090;
        display: table-cell;
        padding: 0 !important;
        border-radius: 50%;
        position: relative;
        top: 3px;
        border: 2px solid #fff;
    }
    
    .theme-black {
        background: #111;
    }
    
    #topnav.navbar-light .navbar-nav>li>a,
    #topnav.navbar-light .navbar-nav li p {
        padding: 6px;
        font-size: .84rem;
        color: #fffaef;
    }
    /*==================
SLIDER SECTION
====================*/
    
    #mu-slider {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-slider .mu-slider-single {
        display: inline;
        float: left;
        width: 100%;
        position: relative;
    }
    
    #mu-slider .mu-slider-single .mu-slider-img {
        display: inline;
        float: left;
        width: 100%;
        /*  height: 500px;*/
    }
    
    #mu-slider .mu-slider-single .mu-slider-img:after {
        /*background-color: rgba(0, 0, 0, 0.5);*/
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    
    #mu-slider .mu-slider-single .mu-slider-img figure {
        height: 100%;
        width: 100%;
    }
    
    #mu-slider .mu-slider-single .mu-slider-img figure img {
        width: 100%;
        height: 100%;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        padding: 0 15%;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content h4 {
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content span {
        display: inline-block;
        height: 1px;
        width: 100px;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content h2 {
        font-size: 50px;
        line-height: 80px;
        margin-bottom: 10px;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content p {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }
    
    #mu-slider .mu-slider-single .mu-slider-content a {
        margin-top: 25px;
    }
    
    #mu-slider .slick-prev,
    #mu-slider .slick-next {
        height: 60px;
        width: 60px;
    }
    
    #mu-slider .slick-prev:before,
    #mu-slider .slick-next:before {
        color: #fff;
        font-size: 25px;
    }
    
    .btn-primary {
        color: #fff;
        background-color: #3c3c3c;
        border-color: #3c3c3c;
    }
    
    .btn-primary:hover {
        background-color: #000;
        border-color: #000;
    }
    
    .inner-pages-height .btn-primary {
        color: #fff;
        background-color: #dc8400;
        border-color: #dc8400;
    }
    
    .inner-pages-height .btn-primary:hover {
        background-color: #ab6700;
        border-color: #ab6700;
    }
    /*==================
SERVICE SECTION
====================*/
    
    #mu-service {
        display: inline;
        float: left;
        margin: 20px 0;
        width: 100%;
    }
    
    #mu-service .mu-service-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-service .mu-service-area .mu-service-single {
        color: #fff;
        display: inline;
        float: left;
        padding: 5px 10px;
        text-align: center;
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }
    
    .mu-service-single:hover {
        text-decoration: none;
    }
    
    .mu-service-single .content-block {
        background-color: #ffe2b6;
        padding-bottom: 10px;
        border-radius: 4px;
        border: solid 1px #dc8400;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    .mu-service-single .content-block h3 {
        display: block;
        background-color: #dc8400;
        padding: 5px;
        border-radius: 4px 4px 0 0;
        margin-top: 0px;
    }
    
    .mu-service-single figure {
        border-radius: 50%;
        overflow: hidden;
        border: dashed 2px #dc8400;
        height: 180px;
        width: 180px;
        margin: 0 auto;
    }
    
    .mu-service-single img {
        transition: transform .8s;
    }
    
    .mu-service-single:hover img {
        transform: scale(1.5);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    
    #mu-service .mu-service-area .mu-service-single span {
        font-size: 30px;
    }
    
    #mu-service .mu-service-area .mu-service-single h3 {
        font-size: 25px;
    }
    
    #mu-service .mu-service-area .mu-service-single p {
        font-weight: lighter;
    }
    /*==================
ABOUT SECTION
====================*/
    
    #mu-about-us {
        display: inline;
        float: left;
        width: 100%;
        padding: 10px 0;
    }
    
    #mu-about-us .mu-about-us-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-left {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-left h2 {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: left;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-left ul {
        margin-left: 25px;
        margin-bottom: 15px;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-left ul li {
        line-height: 30px;
        list-style: circle;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-right {
        display: inline;
        float: left;
        width: 100%;
        display: block;
        width: 100%;
        background-color: #ccc;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-right a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-right a img {
        width: 100%;
    }
    
    #mu-about-us .mu-about-us-area .mu-about-us-right a:after {
        background-color: rgba(0, 0, 0, 0.8);
        bottom: 0;
        color: #ddd;
        content: '\f04b';
        font-family: fontAwesome;
        font-size: 50px;
        left: 0;
        padding-top: 27%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }
    /*==== about us dynamic video player ====*/
    
    #about-video-popup {
        background-color: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        z-index: 99999;
    }
    
    #about-video-popup span {
        color: #fff;
        cursor: pointer;
        float: right;
        font-size: 30px;
        margin-right: 50px;
        margin-top: 50px;
    }
    
    #about-video-popup iframe {
        background: url(../img/loader.gif) center center no-repeat;
        margin: 10% auto;
        width: 650px;
        height: 450px;
    }
    
    .mu-title {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
    }
    
    .mu-title h2 {
        color: #000;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .mu-title p {
        color: #555;
        letter-spacing: 0.3px;
        line-height: 1.7;
        padding: 0 120px;
    }
    /*==================
ABOUT US COUNTER SECTION
====================*/
    
    .dropdown.users .dropdown-menu {
        width: 260px;
        background-color: #fff8ed;
        border-radius: 6px;
        z-index: 9999;
    }
    
    .dropdown.users .dropdown-menu .user-icon {
        margin: 0px auto 10px auto;
        text-align: center;
        color: #fff;
        font-size: 40px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #dc8400;
        overflow: hidden;
    }
    
    .dropdown.users .dropdown-menu .user-icon img {
        max-width: 100%;
    }
    
    .dropdown.users .dropdown-menu span {
        text-align: center;
        display: block;
        font-size: 20px;
        color: #333;
        font-weight: 600;
    }
    
    .dropdown.users .dropdown-menu span.desicnation {
        font-size: 13px;
        display: block;
        background: #f7deb9;
        padding: 5px;
        margin-bottom: 8px;
    }
    
    .dropdown.users .dropdown-menu span.desicnation b {
        font-size: 13px;
    }
    
    .dropdown.users .dropdown-menu .block-footer {
        background-color: #f5d29d;
        padding: 10px;
        overflow: hidden;
    }
    
    .dropdown.users .dropdown-menu .block-footer a {
        border: solid 1px #424242;
        background: #424242;
        padding: 1px 6px;
        color: #fff !important;
        border-radius: 4px;
    }
    
    .dropdown.users .dropdown-menu .block-footer a:hover {
        background-color: #dc8400;
        border-color: #dc8400;
    }
    
    .change-pass {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        color: #dc8400 !important;
    }
    
    .mu-header-top-left .dropdown-menu a.change-pass:hover {
        text-decoration: underline;
        background: transparent !important;
        color: #333 !important;
    }
    
    #mu-abtus-counter {
        /*background-image: url("../img/inner-page-title-bg.jpg");*/
        background-image: url("../img/feature-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single {
        border-right: 2px solid #888;
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single span {
        color: #d47f00;
        display: inline-block;
        font-size: 50px;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single h4 {
        color: #d47f00;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single p {
        color: #d47f00;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    #mu-abtus-counter .mu-abtus-counter-area .no-border {
        border: none;
    }
    /*==================
FRONTEND LOGIN
====================*/
    
    .front-login {
        max-width: 880px;
        overflow: hidden;
        margin: 100px auto 0 auto;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 30px 20px;
        border-radius: 4px;
        box-shadow: 6px 7px 10px -4px #888888;
    }
    
    .login-right {
        border-left: dashed 1px #808080;
        min-height: 220px;
    }
    
    .front-login .forget-password a {
        color: #fff;
    }
    
    .login-left {
        text-align: center;
    }
    /*==================
Admin Login, Forgot Password
====================*/
    
    .login {
        background: url(../img/counter-bg.jpg)no-repeat top left fixed;
        position: relative;
        background-size: 100% 100%;
        height: 100vh;
    }
    
    .container .inner-login {
        position: absolute;
        max-width: 550px;
        margin: -266px 0 0 -275px;
        background: #fff;
        color: #333;
        padding: 10px 20px;
        border-radius: 4px;
        box-shadow: 6px 7px 10px -4px #888888;
        height: 512px;
        top: 50%;
        left: 50%;
    }
    
    .inner-login .login-logo {
        margin: 0 auto;
        max-width: 60px;
    }
    
    .logo-content {
        font-size: 22px;
    }
    
    .inner-login .sub-label {
        display: block;
        padding-bottom: 10px;
    }
    
    .inner-login hr {
        border: dashed 1px #ccc;
        margin: 15px;
    }
    
    .login-footer {
        color: #ccc;
        position: absolute;
        bottom: -60px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    
    .forget-password a {
        font-size: 16px;
    }
    /*==================
FEATURES SECTION
====================*/
    
    #mu-features {
        display: inline;
        float: left;
        padding: 20px 0;
        width: 100%;
        /*background: url(../img/feature-bg.jpg) no-repeat bottom center;*/
        background: url(../img/counter-bg.jpg) no-repeat top left;
    }
    
    #mu-features .mu-features-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-features .mu-features-area .mu-features-content {
        display: inline;
        float: left;
        margin-top: 0px;
        width: 100%;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature {
        display: inline;
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0 10px;
        width: 100%;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature span {
        font-size: 25px;
        padding: 10px 15px;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature h4 {
        margin-bottom: 15px;
        font-size: 24px;
        margin-top: 10px;
        color: #fff;
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature h4:after {
        background-color: #dc8400;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 70px;
        position: absolute;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature p {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 1.7;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature a {
        display: block;
        /*font-size: 14px;*/
        font-size:1em;
        /* margin-top: 10px; */
        position: relative;
        padding: 0px 10px 5px 15px;
        text-decoration: underline;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature a:before {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature .panel-footer a:before,
    #mu-features .mu-features-area .mu-features-content .mu-single-feature a.feature-read-more:before {
        content: none;
    }
    
    .auction-list {
        list-style: none;
        background: #fff;
        padding: 0 10px 10px 10px;
        height: auto !important;
    }

    ul.auction-list {
        height: 300px !important;
    }
    
    .auction-list li {
        margin-top: 15px;
        border-bottom: solid 1px #ccc;
    }
    
    .auction-list li .dates {
        margin-top: 8px;
        overflow: hidden;
        background: #f5f5f5;
        padding: 2px 4px;
    }
    
    .auction-list li .dates label {
        font-weight: 400;
        font-size: 13px;
    }
    
    .auction-list li .dates label.start {
        /* float: left;  */
        font-size:18px;
    }
    .auction-list li .dates label.start>b{
        display: inline-block; font-size:16px;
    }
    .auction-list li .dates a:before{content:none!important;}
    .auction-list li .dates label.start em{font-style: normal;
        display: inline-block;        
        border: dashed 1px #dc8400;
        border-radius:50%;font-size:12px; font-weight: bold;
        background: #ffe2b6;color:#000;width:40px; height:40px;text-align: center;line-height:40px;
        margin-top: 6px;}
        .auction-list li .dates label.end {
            float: right; font-weight: bold;
        }
.get-list label.end{position:relative; top:20px;}


 
    
    .view-more {
        background: #dc8400;
        color: #fff;
        display: block !important;
        text-align: center;
        margin-top: 0px !important;
    }
    
    .view-more:hover {
        color: #ccc !important;
    }
    
    .mu-single-feature .panel-footer {
        padding: 0 10px 5px;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature .panel-footer span {
        font-size: 16px;
        padding: 5px 10px;
        color: #dc8400;
    }
    
    .auction-list li.news-item a {
        text-decoration: none !important;
    }
    
    .mu-single-feature .panel-default {
        border-color: #dc8400;
        margin-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        position: relative;
        min-height: 400px;
    }
    
    #mu-features .mu-features-area .mu-features-content .mu-single-feature a.feature-read-more {
        position: absolute;
        bottom:5px;
        left: 25px;
        padding:3px 12px 0;
        text-decoration: none !important;
    }
    
    .btn-primary:active,
    .btn-primary.active,
    .open>.dropdown-toggle.btn-primary,
    .btn-primary:focus,
    .btn-primary.focus {
        background: #3c3c3c;
        border-color: #3c3c3c;
    }
    
    .dropdown-menu {
        padding: 0 0;
    }
    /*==================
GALLERY PAGE
====================*/
    
    .gallery-item img {
        transition: all .3s linear;
    }
    
    .gallery-item: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);
    }
    
    .gallery-item {
        width: 100%;
        display: inline-block;
        position: relative;
        background: #fff;
        border: 1px solid #fff;
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    .gallery-item .gallery-img img {
        height: 190px;
        width: 100%;
        object-fit: cover;
    }
    
    .img-box {
        height: 95px;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        padding: 12px;
        border: 1px dotted #ccc;
        margin: 15px 4px;
        background: #fff;
    }
    
    .img-box img {
        max-width: 60%;
        max-height: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    
    .gallery-item .desp {
        position: absolute;
        height: 30px;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    
    .gallery-item .desp h5 {
        color: #fff;
        font-weight: normal;
    }
    
    #mu-gallery {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top {
        display: inline;
        float: left;
        margin-top: 50px;
        padding: 20px 0;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin: 0 5px;
        padding: 6px 15px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:hover,
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:focus {
        background-color: #fff;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul .active {
        background-color: #fff;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body {
        display: inline;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery {
        display: inline;
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item {
        display: inline;
        float: left;
        width: 100%;
        position: relative;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-img img {
        transform: scale(1.3);
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info {
        background-color: rgba(0, 0, 0, 0.8);
        opacity: 1;
        transform: scale(1);
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info .mu-single-gallery-info-inner {
        transform: scale(1);
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
        display: inline;
        float: left;
        height: 220px;
        overflow: hidden;
        width: 100%;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
        background-color: rgba(0, 0, 0, 0.2);
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        padding-top: 70px;
        position: absolute;
        right: 0;
        text-align: left;
        top: 0;
        transform: scale(1);
        width: 100%;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        transform: scale(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner h4 {
        color: #fff;
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner a {
        color: #fff;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        text-align: center;
        width: 40px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-gallery .mu-gallery-area #mixit-container .mix {
        display: none;
    }
    /*==================
CONTACT PAGE
====================*/
    
    #mu-contact {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content {
        display: inline;
        float: left;
        margin-top: 50px;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform .reply-title {
        font-size: 25px;
        margin-top: 0;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform label {
        display: block;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform label .required {
        color: #f60;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="text"],
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="email"],
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform input[type="url"] {
        border: none;
        border: 1px solid #ddd;
        color: #555;
        margin-bottom: 10px;
        height: 35px;
        padding: 5px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform textarea {
        border: none;
        border: 1px solid #ddd;
        color: #555;
        margin-bottom: 5px;
        padding: 10px;
        height: 150px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-left .contactform .form-submit input {
        margin-top: 10px;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right iframe {
        height: 500px;
    }
    /*==================
Dashboard
====================*/
    
    .figures {
        list-style: none;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }
    
    .figures li {
        float: left;
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
        margin-top: 5px;
        text-align: center;
    }
    
    .figures li .counters {
        border: dashed 1px #b5b5b5;
        border-radius: 10px;
        padding: 30px 0;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    }
    
    .figures li .counters span {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        border: solid 1px #0eb4be;
        padding: 6px 10px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
        min-width: 150px;
        display: inline-block;
    }
    
    .subtitle {
        font-size: 18px;
        font-weight: 500;
    }
    
    .figures li.one .counters span {
        border-color: #004b85;
        color: #004b85;
    }
    
    .figures li.one .counters .subtitle {
        color: #004b85;
    }
    
    .figures li.two .counters span {
        border-color: #00934d;
        color: #00934d;
    }
    
    .figures li.two .counters .subtitle {
        color: #00934d;
    }
    
    .figures li.three .counters span {
        border-color: #ff2468;
        color: #ff2468;
    }
    
    .figures li.three .counters .subtitle {
        color: #ff2468;
    }
    
    .figures li.four .counters span {
        border-color: #01c0a1;
        color: #01c0a1;
    }
    
    .figures li.four .counters .subtitle {
        color: #01c0a1;
    }
    
    .title-heading {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        display: table;
        margin: 0 auto 25px;
        text-align: center;
        position: relative;
        padding: 0 10px;
    }
    
    .title-heading:before {
        content: "";
        position: absolute;
        height: 2px;
        background: #fddaa7;
        width: 100%;
        top: 34px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    
    .title-heading:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        width: 10px;
        height: 10px;
        background: #dc8400;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        top: 30px;
    }
    /*==================
ERROR PAGE
====================*/
    
    #mu-error {
        display: inline;
        float: left;
        padding: 100px 0;
        width: 100%;
    }
    
    #mu-error .mu-error-area {
        display: inline;
        float: left;
        width: 100%;
        text-align: center;
    }
    
    #mu-error .mu-error-area p {
        font-size: 22px;
    }
    
    #mu-error .mu-error-area h2 {
        font-size: 200px;
        line-height: 1.7;
    }
    /*==================
FOOTER
====================*/
    
    #mu-footer {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-footer .mu-footer-top {
        background-color: #333;
        display: inline;
        float: left;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    
    #mu-footer .mu-footer-top a {
        color: #9a9a9a;
        margin: 0 20px;
        font-size: 14px;
    }
    
    #mu-footer .mu-footer-top a:hover {
        color: #fff;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget {
        display: inline;
        float: left;
        width: 100%;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget h4 {
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a {
        color: #f9f9f9;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 0 5px 15px;
        position: relative;
        text-transform: capitalize;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:before {
        content: "\f101";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 5px;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:hover,
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:focus {
        margin-left: 5px;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget p {
        color: #f9f9f9;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form {
        display: inline;
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form input[type="email"] {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #000;
        font-size: 15px;
        height: 35px;
        margin-bottom: 20px;
        padding: 5px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form .mu-subscribe-btn {
        color: #fff;
        border: medium none;
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 5px 10px;
    }
    
    #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget address p {
        font-weight: lighter;
        letter-spacing: 0.5px;
    }
    
    #mu-footer .mu-footer-bottom {
        background-color: #222;
        display: inline;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    
    #mu-footer .mu-footer-bottom .mu-footer-bottom-area {
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
        color: #717171;
        font-size: 12px;
    }
    
    #mu-footer .mu-footer-bottom .mu-footer-bottom-area p {
        color: #fff;
        margin-bottom: 0;
        letter-spacing: 0.3px;
    }
    
    #mu-footer .mu-footer-bottom .mu-footer-bottom-area p a {
        color: #fff;
    }
    
    .navbar-header {
        float: left;
    }
    
    .navbar-collapse.collapse {
        float: right;
    }
    
    .nav>li {
        float: left;
        border-left: solid 1px #925800;
    }
    .nav.nav-tabs>li{border: 0px;} 
    .nav>li:first-child {
        border-left: 0px;
    }
    
    .mu-single-feature .feature-header {
        background: #dc8400;
    }

    /*==================
Login Tabs css
====================*/
.login-right .nav.nav-tabs>li{width:48%; margin-left:5px;box-shadow: rgb(74 74 74) 0px 4px 13px 0px, rgb(98 98 98) 0px 10px 10px;}
.login-right .login-tab.active{background:transparent; position: relative;}
.login-right #login-password{border:solid 1px #707070; padding:40px 20px;margin-top: 9px; min-height: 385px; background: rgba(0,0,0,0.4); overflow: hidden; border-radius: 6px;}
.login-right .nav-tabs{border-bottom: 0px;}
.login-right .nav-tabs li{border-radius: 6px!important; font-weight: bold;text-align: center;}
.login-right .login-tab.active:after{content: ""; position: absolute; top: 100%; left:0; right: 0;margin: 0 auto;
    width: 0; 
  height: 0; 
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  
  border-top: 16px solid #fff;}
 .login-right .nav-tabs > li.active > a{background-color: transparent;border: 0px;}
  .login-right .nav-tabs > li.active{background: #fff;}



    /*==================
Inner pages
====================*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #dc8400;
    border-color: #dc8400;}
    .pagination > li > a, .pagination > li > span{color: #dc8400;}
    
    .inner-pages-height {
        min-height: calc(100vh - 330px);
    }
    
    @media (min-width: 1200px) {
        .inner-pages .container {
            width: 90%;
        }
    }
    
    .overflow {
        overflow: hidden;
    }
    
    .clear-both {
        clear: both;
    }
    
    .inner-pages {
        background: url(../img/about-us-bg.png)repeat-x bottom left;
    }
    
    .main-title {
        background: url("../img/inner-page-title-bg.jpg")no-repeat left top;
        height: 100px;
    }
    
    .main-title h2 {
        text-align: center;
        display: table;
        margin: 0 auto;
        line-height: 100px;
        padding: 0px;
        color: #fff;
        font-size:30px;
        font-weight: normal;
        text-transform: uppercase;
    }
    /*breadcrumb*/
    
    .breadcrumbs {
        margin: 20px 0;
        float: left;
    }
    
    .breadcrumbs li {
        display: inline-block;
        list-style-type: none;
    }
    
    .breadcrumbs>li+li:before {
        padding: 0 5px;
        color: #8a8a8a;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f101";
    }
    
    .print-option {
        float: right;
        margin: -53px 0 20px 0;
    }
    
    .print-option button {
        background: transparent;
        border: solid 1px #3B3B3B;
        color: #3B3B3B;
        border-radius: 3px;
        padding: 2px 10px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .innerpage-block {
        background: #fff;
        margin-bottom: 10px;
        padding: 20px;
        box-shadow: 0px 5px 6px -4px #888888;
        min-height: 660px;
        border: solid 1px #e3e2e2;
    }
    
    .last-update {
        font-size: 11px;
        color: #6f6f6f;
        margin-bottom: 20px;
        padding-left: 20px;
        display: block;
        position: relative;
    }
    
    .last-update:before {
        content: "\f073";
        position: absolute;
        left: 0px;
        font: normal normal normal 14px/1 FontAwesome;
    }
    /*left Nav*/
    
    .left-nav {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        min-height: 620px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 6px;
    }
    
    .left-nav-header {
        background: #dc8400;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 10px;
        color: #fff;
        margin: 0px;
        font-size: 20px;
    }
    
    .left-nav .panel {
        margin-top: 0px;
        border: 0px;
    }
    
    .panel-default>.panel-heading {
        color: #fff;
        background-color: #424242;
        border-color: #eee;
        border-radius: 0px;
    }
    
    .left-nav .panel-heading {
        padding: 0px;
    }
    
    .left-nav .panel-title {
        text-align: left;
    }
    
    .left-nav .panel-title a {
        display: block;
        color: #fff;
        padding: 10px 15px;
    }
    
    .left-nav .panel-body {
        border: solid 1px #b3b3b3;
    }
    
    .left-nav .panel-body ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .left-nav .panel-body ul li {
        border-bottom: dashed 1px #ccc;
        padding-bottom: 8px;
        margin-top: 10px;
    }
    
    .left-nav .panel-group .panel+.panel {
        margin-top: 1px;
    }
    
    .left-nav .panel-body ul li:first-child {
        margin-top: 0px;
    }
    
    .left-nav .panel-body ul li a {
        font-size: 16px;
    }
    
    .left-nav .panel-body ul li a span {
        font-size: 18px;
    }
    
    #myTabContent {
        border: solid 1px #dc8400;
        border-top: 0px;
    }
    
    .form-body {
        padding: 10px;
    }
    
    .mytabs {
        border-bottom: solid 1px #dc8400;
    }
  
    .mytabs.nav-tabs>li {
        /* margin-left: 10px; */
        margin-left: 2px;
        padding-bottom: 12px;
    }
    
    .mytabs>li>a {
        background-color: #dc8400;
        border: solid 1px #dc8400;
        border-bottom: 0px;
        border-radius: 4px 4px 0 0;
        color: #fff;
    }
    .mytabs.nav-tabs>li >a.nav-link {
                padding: 10px 10px !important;
     }
    .mytabs.nav-tabs>li.active>a.nav-link {
        background-color: #fff;
        color: #000;
        border: solid 1px #dc8400;
        border-bottom: 0px;
        position: relative;
        bottom: -1px;
    }
    
    .nav-tabs>li>a:hover {
        background-color: #a06205;
    }
    
    .fraim-box {
        border: solid 1px #e2e2e2;
        margin-bottom: 16px;
        overflow: hidden;
    }
    
    .fraim-box .inner-heading {
        background: #424242;
        padding: 4px 0 0 10px;
        margin-top: 0px;
        color: #fff;
        overflow: hidden;
        line-height: 30px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    
    .fraim-body {
        margin: 20px;
    }
    
    .heading-with-edit {
        float: right;
        margin-top: -4px;
    }
    
    .heading-with-edit .btn-primary {
        color: #fff;
        background-color: #dc8400;
        border-color: #dc8400;
        border-radius: 0px;
    }
    
    .heading-with-edit .btn-primary:hover,
    .heading-with-edit .btn-primary:active:focus,
    .heading-with-edit .btn-primary:focus {
        color: #fff;
        background-color: #a06205;
        border-color: #a06205;
        border-radius: 0px;
        outline: none;
    }
    
    #profile .form-horizontal .form-group,
    #contact .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .form-group .formcontrol-label-view {
        border: 0px;
        padding: 5px 0px;
        font-weight: 600;
    }
    
    .mB20 {
        margin-bottom: 20px !important;
    }
    
    .mu-header-top-left {
        position: absolute;
        border: dashed 1px #989898;
        right: 20px;
        border-radius: 6px;
        top: 4px;
    }
    
    .mu-header-top-left .dropdown {}
    
    .mu-header-top-left .dropdown a {
        display: block;
        padding: 2px 10px;
    }
    
    .mu-header-top-left .dropdown-menu>li>a {
        padding: 10px 20px;
    }
    
    .alert {
        padding: 10px;
        margin: 20px;
    }
    
    .sitemap li {
        float: left;
        margin: 10px;
    }
    
    .sitemap li a {
        padding: 10px 20px;
        border: dashed 1px #925800;
        border-radius: 6px;
        display: inline-block;
        min-width: 200px;
        text-align:left;
        margin-top:5px;
    }
    
    .sitemap li a:hover {
        background: #925800;
        color: #fff;
    }
    
    .sitemap li a:before {
        content: "\f115";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        margin-right: 8px;
    }
    /*==================
RESPONSIVE DESIGN
====================*/
    
    @media (max-width:1366px) {
        #mu-menu .navbar-header .navbar-brand {
            font-size: 16px;
        }
    }
    
    @media (max-width: 1199px) {
        #mu-slider .mu-slider-single .mu-slider-content {
            padding: 0 10%;
        }
        #mu-slider .mu-slider-single .mu-slider-content {
            top: 13%;
        }
         .register-btn{margin-bottom:10px;}
    }
    
    @media (max-width: 991px) {
        #mu-menu .navbar-default .navbar-nav li>a {
            font-size: 15px;
            padding: 10px;
        }
        #mu-search .mu-search-area {
            padding: 30% 0;
        }
        #mu-slider .mu-slider-single .mu-slider-content h2 {
            font-size: 35px;
            line-height: 65px;
            margin-bottom: 0;
        }
        #mu-slider .mu-slider-single .mu-slider-img {
            height: auto;
        }
        #mu-slider .mu-slider-single .mu-slider-content a {
            font-size: 15px;
            margin-top: 5px;
            padding: 5px 15px;
        }
        #mu-slider .mu-slider-single .mu-slider-content p {
            font-size: 16px;
            line-height: 1.5;
        }
        #mu-service .mu-service-area .mu-service-single h3 {
            font-size: 20px;
        }
        #mu-about-us {
            padding: 60px 0;
        }
        #mu-about-us .mu-about-us-area .mu-about-us-right {
            margin-top: 30px;
        }
        #mu-abtus-counter {
            background-size: 100% 100%;
            padding: 60px 0;
        }
        #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single span {
            font-size: 40px;
        }
        #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single h4 {
            font-size: 30px;
            margin-top: 15px;
        }
        #about-video-popup span {
            top: 20px;
            position: absolute;
            right: 20px;
        }
        #mu-features {
            padding: 20px 0;
        }
        .mu-title p {
            padding: 0 20px;
        }
        #mu-features .mu-features-area .mu-features-content {
            margin-top: 30px;
        }
        #mu-latest-courses {
            padding: 60px 0 90px;
        }
        #mu-our-teacher {
            padding: 60px 0;
            width: 100%;
        }
        #mu-our-teacher .mu-our-teacher-area .mu-our-teacher-content .mu-our-teacher-single {
            margin-bottom: 30px;
        }
        #mu-testimonial .mu-testimonial-area {
            padding: 0 20px;
        }
        #mu-testimonial .mu-testimonial-area .mu-testimonial-content .mu-testimonial-item .mu-testimonial-quote {
            padding: 60px 15px;
        }
        #mu-testimonial .mu-testimonial-area .mu-testimonial-content .mu-testimonial-item .mu-testimonial-quote blockquote::before {
            left: 0;
        }
        #mu-from-blog {
            padding: 60px 0;
        }
        #mu-from-blog .mu-from-blog-area .mu-from-blog-content {
            margin-top: 30px;
        }
        #mu-from-blog .mu-from-blog-area .mu-from-blog-content .mu-blog-single-item .mu-blog-meta a {
            letter-spacing: 0;
            margin-right: 5px;
        }
        #mu-from-blog .mu-from-blog-area .mu-from-blog-content .mu-blog-single-item .mu-blog-single-img .mu-blog-caption h3 {
            font-size: 20px;
        }
        #mu-course-content .mu-course-content-area .mu-sidebar {
            margin-top: 30px;
        }
        #mu-search .mu-search-area .mu-search-form input[type="search"] {
            font-size: 30px;
        }
        #mu-search .mu-search-area .mu-search-close {
            right: 50px;
        }
        #mu-search .mu-search-area {
            padding: 35% 0;
        }
        #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
            margin-top: 50px;
        }
    }
    
    @media (max-width:768px) {
        #mu-service .mu-service-area .mu-service-single {
            min-height: 351px;
        }
		.auction-seq {position:relative !important;width:100%}
        .navbar-header {
            float: none;
        }
        .navbar-right {
            margin-top: 0px;
        }
        .front-login {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .login-right {
            border-left: 0px;
        }
        #mu-menu .navbar-header .navbar-brand {
            font-size: 16px;
        }
        .mu-header-top-left {
             right: 2px;
              top: 0px;
        }
        .left-nav{
            /* display:none; */
            margin-top: 7px;
            }
        .register-btn{margin-bottom: 15px;margin-right: 170px!important;}
    }
    
    @media (max-width: 767px) {
        .nav>li {
            border-left: 0px;
        }
        .navbar-header {
            padding: 10px 0;
        }
        #mu-menu .navbar-header .navbar-brand {
            position: absolute;
            width: 84%;
        }
        #mu-search-icon {
            display: none;
        }
        .navbar-toggle {
            background-color: #dc8400;
            border-radius: 0;
        }
        .navbar-default .navbar-toggle {
            border-color: #dc8400;
            margin-top: 0px;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dc8400;
        }
        #mu-menu .navbar-default .navbar-nav li>a {
            padding: 15px 20px;
        }
        #mu-slider .mu-slider-single .mu-slider-content h2 {
            font-size: 30px;
            line-height: 60px;
        }
        #mu-abtus-counter {
            background-position: center center;
            background-size: cover;
        }
        #mu-abtus-counter .mu-abtus-counter-area .mu-abtus-counter-single {
            border: medium none;
            margin-bottom: 25px;
        }
        #mu-features .mu-features-area .mu-features-content .mu-single-feature {
            text-align: center;
            margin-bottom: 20px;
        }
        #mu-service .mu-service-area .mu-service-single {
            min-height: 351px;
        }
        #mu-features .mu-features-area .mu-features-content .mu-single-feature h4::after {
            display: none;
        }
        #mu-latest-courses .mu-latest-courses-area .mu-latest-courses-content .mu-latest-course-single .mu-latest-course-img .mu-latest-course-imgcaption a {
            font-size: 14px;
        }
        #mu-latest-courses .mu-latest-courses-area .mu-latest-courses-content .mu-latest-course-single .mu-latest-course-img .mu-latest-course-imgcaption span {
            font-size: 14px;
        }
        #mu-from-blog .mu-from-blog-area .mu-from-blog-content .mu-blog-single-item {
            margin-bottom: 30px;
        }
        #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget {
            margin-bottom: 30px;
            text-align: center;
        }
        #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form input[type="email"] {
            width: 50%;
            margin-right: 10px;
        }
        #about-video-popup iframe {
            height: 350px;
            width: 80%;
        }
        #about-video-popup span {
            position: absolute;
            right: 30px;
            top: 30px;
            margin-right: 0;
            margin-top: 0;
        }
        #mu-course-content {
            padding: 50px 0;
        }
        #mu-gallery {
            padding: 50px 0;
        }
        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
            height: 320px;
        }
        #mu-contact {
            padding: 50px 0;
        }
        #mu-error {
            padding: 50px 0;
        }
        #mu-error .mu-error-area h2 {
            font-size: 150px;
            line-height: 1.5;
        }
        .navbar-brand {
            padding: 15px 5px;
        }
        .navbar-right {
            margin-top: 0px;
        }
        .navbar-default .navbar-collapse {
            position: relative;
            border-color: transparent;
            z-index: 99;
            top: 8px;
        }
        .navbar-brand>img {
            position: absolute;top: 0px;
        }
        .logo-text {
            margin-top: 0px;
            width: 74%;margin-left: 60px;
        }
        .container .inner-login {
            position: relative;
            margin: 0px;
            width: 100%;
            height: auto;
            top: 20px;
            left: 0px;
        }
        .login-footer {
            bottom: -80px;
        }
        .front-login {
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 10px;
        }
        .login-right {
            border-left: 0px;
        }
        .login-left img {
            max-width: 100%;
            margin-bottom: 10px;
        }
        .mu-header-top-left {
            right: 5px;
            top: 50px;
        }
        .navbar-brand>img {
            max-width: 50px;
        }
        .sub-label {
            font-size: 11px;
        }
         .register-btn{margin-bottom:0px;margin-right:100px!important;}
         #mu-header .mu-header-area .mu-header-top-left{top: 5px;}
    }
    
    @media (max-width: 640px) {
        #mu-header .mu-header-area .mu-header-top-left .mu-top-phone {
            display: none;
        }
        #mu-service .mu-service-area .mu-service-single {
            min-height: 280px;
        }
        #mu-slider .mu-slider-single .mu-slider-content h2 {
            font-size: 25px;
            line-height: 50px;
        }
        #mu-slider .mu-slider-single .mu-slider-img {
            height: 350px;
        }
        #mu-slider .mu-slider-single .mu-slider-content h4 {
            letter-spacing: 0;
        }
        #mu-service {
            margin-top: 30px;
        }
        #mu-service .mu-service-area .mu-service-single {
            padding: 20px 5px;
        }
        #mu-service .mu-service-area .mu-service-single h3 {
            font-size: 16px;
        }
        #mu-slider .mu-slider-single .mu-slider-img figure img {
            width: auto;
        }
        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
            padding: 5px 10px;
            margin-bottom: 5px;
        }
    }
    
    @media (max-width: 480px) {
        #mu-header .mu-header-area .mu-header-top-left .mu-top-email {
            font-size: 12px;
            margin-top: 3px;
        }
        #mu-header .mu-header-area .mu-header-top-left .mu-top-email i {
            margin-right: 0;
        }
        #mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav li a {
            font-size: 12px;
            padding: 0 5px;
        }
        #mu-slider .mu-slider-single .mu-slider-content h2 {
            font-size: 18px;
            line-height: 35px;
        }
        #mu-slider .mu-slider-single .mu-slider-content h4 {
            font-size: 15px;
            line-height: 16px;
        }
        #mu-slider .mu-slider-single .mu-slider-content p {
            font-size: 14px;
            line-height: 1.5;
        }
        #mu-slider .mu-slider-single .mu-slider-content {
            padding: 0 2%;
        }
        #mu-slider .mu-slider-single .mu-slider-content {
            top: 5%;
        }
        #mu-slider .slick-prev,
        #mu-slider .slick-next {
            height: 40px;
            width: 40px;
        }
        #mu-slider .mu-slider-single .mu-slider-img {
            height: 270px;
        }
        #mu-service .mu-service-area .mu-service-single {
            padding: 20px 15px;
            width: 100%;
        }
        #mu-service .mu-service-area .mu-service-single h3 {
            font-size: 18px;
        }
        #about-video-popup iframe {
            height: 300px;
            margin: 5% auto;
            width: 80%;
        }
        #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form input[type="email"] {
            margin-right: 0;
            width: 100%;
        }
        .mu-pagination {
            text-align: center;
        }
        .mu-pagination .pagination li a {
            font-size: 14px;
            margin: 0 2px;
            padding: 5px 12px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-description h1 {
            font-size: 25px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-description h2 {
            font-size: 22px;
            line-height: 30px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-description h3 {
            font-size: 18px;
            line-height: 24px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-description h4 {
            font-size: 16px;
            line-height: 20px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-social .mu-news-social-nav li a {
            font-size: 15px;
            height: 30px;
            line-height: 30px;
            min-width: 30px;
        }
        #respond input[type="text"],
        #respond input[type="email"],
        #respond input[type="url"] {
            width: 100%;
        }
        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
            height: 280px;
        }
        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
            margin-bottom: 10px;
        }
        #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right iframe {
            height: 350px;
        }
    }
    
    @media (max-width: 360px) {
        #mu-about-us .mu-about-us-area .mu-about-us-left h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }
        #mu-testimonial .mu-testimonial-area .mu-testimonial-content .mu-testimonial-item .mu-testimonial-quote {
            padding: 40px 15px 80px;
        }
        #mu-footer .mu-footer-top {
            padding: 50px 0 10px;
        }
        .mu-pagination .pagination li a {
            padding: 5px 8px;
        }
        .mu-comments-area .comments .commentlist li .news-img {
            margin-right: 0;
        }
        .mu-comments-area .comments .commentlist .children {
            margin-left: 10px;
        }
        .mu-blog-single .mu-blog-single-item .mu-blog-social .mu-news-social-nav li a {
            margin-bottom: 10px;
        }
        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
            height: 220px;
        }
        #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right iframe {
            height: 300px;
        }
        #mu-error .mu-error-area p {
            font-size: 18px;
        }
        #mu-error .mu-error-area span {
            font-size: 14px;
        }
        #mu-error .mu-error-area h2 {
            font-size: 100px;
        }
    }
    /*Loader  start by nawal patel*/
    
    #ftco-loader {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #ftco-loader.fullscreen {
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        z-index: 999999;
        overflow: hidden;
    }
    
    #ftco-loader.blocks {
        position: absolute;
        width: 200px;
        height: 200px;
        background: rgba(0, 157, 167, 0.66);
        z-index: 999;
        left: 50%;
        top: 50%;
        margin-left: -100px;
        margin-top: -100px;
        border-radius: 6px;
    }
    
    #ftco-loader.blocks .labels {
        text-align: center;
        color: #fff;
        position: relative;
        bottom: -130px;
    }
    
    #ftco-loader.fullscreen .labels {
        text-align: center;
        color: #fff;
        position: relative;
        top: 55%;
    }
    
    #ftco-loader.show {
        -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
        -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
        transition: opacity .4s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
    
    #ftco-loader .circular {
        -webkit-animation: loader-rotate 2s linear infinite;
        animation: loader-rotate 2s linear infinite;
        position: absolute;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    #ftco-loader .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        -webkit-animation: loader-dash 1.5s ease-in-out infinite;
        animation: loader-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
    }
    
	#ftco-loaderauction {
			padding: 0;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			border-radius: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		#ftco-loaderauction.fullscreen {
			position: fixed;
			background: rgb(11 10 10 / 80%);
			z-index: 999999;
			overflow: hidden;
		}

		#ftco-loaderauction.blocks {
			position: absolute;
			width: 200px;
			height: 200px;
			background: rgba(0, 157, 167, 0.66);
			z-index: 999;
			left: 50%;
			top: 50%;
			margin-left: -100px;
			margin-top: -100px;
			border-radius: 6px;
		}

		#ftco-loaderauction.blocks .labels {
			text-align: center;
			color: #fff;
			position: relative;
			bottom: -130px;
		}

		#ftco-loaderauction.fullscreen .labels {
			text-align: center;
			color: #fff;
			position: relative;
			top: 55%;
		}

		#ftco-loaderauction.show {
			-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
			-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
			transition: opacity .4s ease-out, visibility 0s linear 0s;
			visibility: visible;
			opacity: 1;
		}

		#ftco-loaderauction .circular {
			-webkit-animation: loader-rotate 2s linear infinite;
			animation: loader-rotate 2s linear infinite;
			position: absolute;
			left: calc(50% - 24px);
			top: calc(50% - 24px);
			display: block;
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		#ftco-loaderauction .path {
			stroke-dasharray: 1, 200;
			stroke-dashoffset: 0;
			-webkit-animation: loader-dash 1.5s ease-in-out infinite;
			animation: loader-dash 1.5s ease-in-out infinite;
			stroke-linecap: round;
		}

    @-webkit-keyframes loader-rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader-rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes loader-dash {
        0% {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -35px;
        }
        100% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -136px;
        }
    }
    
    @keyframes loader-dash {
        0% {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -35px;
        }
        100% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -136px;
        }
    }
    /**Loader End**/
    /*Product Page CSS Start*/
    
    *:focus {
        outline: none;
    }
    
    #myProductTabContent {
        border: solid 1px #ddd;
        border-top: 0px;
        padding: 20px;
    }
    
    .auction-category .nav-tabs>li>a {
        color: #333;
        background-color: #e8e8e8;
        padding: 5px 15px;
    }
    
    .auction-category .nav-tabs>li.active>a,
    .auction-category .nav-tabs>li.active>a:hover,
    .auction-category .nav-tabs>li.active>a:focus,
    .auction-category .nav-tabs>li:hover a {
        color: #fff;
        cursor: default;
        background-color: #dc8400;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    
    .list-grid-btn {
        float: right;
        position: relative;
        bottom: 10px;
    }
    
    .list-grid-btn a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 4px;
        border: solid 1px #b7b7b7;
        color: #505050;
    }
    
    .list-grid-btn a.active,
    .list-grid-btn a:hover {
        background: #dc8400;
        color: #fff;
        border-color: #dc8400;
    }
    /*Grid view*/
    
    .tab-content.grid-view .tab-pane ul {
        overflow: hidden;
    }
    
    .tab-content.grid-view .tab-pane li {
        float: left;
        border: solid 1px #ccc;
        min-height: 420px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        margin: 0 5px 20px;
        width: calc(33.33% - 10px);
    }
    
    .tab-content.grid-view .tab-pane li figure {
        background: #c3c3c3;
        padding: 10px;
        text-align: center;
    }
    
    .tab-content.grid-view .tab-pane li figure img {
        max-width: 120px;
        margin: 0 auto;
        max-height: 100px;
    }
    
    .tab-content.grid-view .tab-pane li .bid-price {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    
    .tab-content.grid-view .tab-pane li .bid-price span {
        font-size: 26px;
        color: #dc8400;
        border: solid 1px #dc8400;
        padding: 2px 10px;
        display: table;
        border-radius: 30px;
        margin: 0px auto 10px auto;
    }
    
    .tab-content.grid-view .tab-pane li .bid-price label {
        display: block;
        font-weight: normal;
        color: #9e9e9e;
    }
    
    .tab-content.grid-view .tab-pane li .auction-title {
        display: block;
        font-size: 22px;
        text-align: center;
        padding: 0 10px 5px 10px;
    }
    
    .tab-content.grid-view .tab-pane li .auction-id {
        display: block;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 5px;
        color: #6b6b6b;
        padding-top: 5px;
    }
    
    .tab-content.grid-view .tab-pane li .date-time {
        display: table;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }
    
    .tab-content.grid-view .tab-pane li .date-time .start,
    .tab-content.grid-view .tab-pane li .date-time .end {
        display: block;
        float: left;
        margin-top: 8px;
    }
    
    .tab-content.grid-view .tab-pane li .date-time .start label,
    .tab-content.grid-view .tab-pane li .date-time .end label {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #7b7b7b;
        font-weight: normal;
        margin-bottom: 0px;
    }
    
    .tab-content.grid-view .tab-pane li .date-time .start b,
    .tab-content.grid-view .tab-pane li .date-time .end b {
        font-size: 12px;
        border: dashed 1px #dc8400;
        border-radius: 30px;
        margin: 5px 5px 20px 5px;
        padding: 10px;
        display: inline-block;
    }
    
    .tab-content.grid-view .tab-pane li .action {
        display: block;
        padding: 5px 20px;
        text-align: center;
    }
    
    .tab-content.grid-view .tab-pane li .action .btn-primary {
        display: block;
        margin-bottom: 10px;
    }
    
    @media(max-width: 1366px) {
        .tab-content.grid-view .tab-pane li {
            width: calc(50% - 10px);
        }
    }
    
    @media(max-width:767px) {
        .tab-content.grid-view .tab-pane li {
            width: calc(100%);
            margin: 0 0px 20px;
        }
        .innerpage-block,
        #myProductTabContent {
            padding: 5px;
        }
    }
    /*List view*/
    
    .tab-content.list-view .tab-pane li {
        border-bottom: solid 1px #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        margin: 0 5px 20px;
    }
    
    .tab-content.list-view .tab-pane li:last-child {
        border-bottom: 0px;
        box-shadow: none;
    }
    
    .tab-content.list-view .tab-pane li figure {
        display: none;
    }
    
    .tab-content.list-view .tab-pane li .bid-price {
        float: right;
        border-radius: 20px;
        background: #dc8400;
        color: #fff;
        border: solid 1px #dc8400;
        padding: 4px 10px 0;
        margin-top: 20px;
    }
    
    .tab-content.list-view .tab-pane li .auction-title {
        font-size: 22px;
        display: inline-block;
    }
    
    .tab-content.list-view .tab-pane li .date-time {
        font-size: 14px;
    }
    
    .tab-content.list-view .tab-pane li .date-time label {
        font-weight: normal;
    }
    
    .tab-content.list-view .tab-pane li .date-time .start {
        margin-left: 10px;
        display: inline-block;
        padding-right: 10px;
        margin-top: 10px;
    }
    
    .tab-content.list-view .tab-pane li .action {
        margin: 10px 0;
    }
    /*Details page*/
    
    .gallery {
        max-width: 400px;
        border: solid 4px #ececec;
        padding: 10px;
        float: left;
    }
    
    .slider-nav-thumbnails img {
        max-height: 50px;
        margin: 0 auto;
        border: solid 3px #dc8400;
    }
    
    .gallery .slider .slick-slide {
        max-height: 300px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    .gallery .slider .slick-slide img {
        max-width: 100%;
        max-height: 400px;
        margin: 0 auto;
    }
    
    .gallery .slick-prev,
    .gallery .slick-next {
        background: #000;
    }
    
    .product-description {
        padding: 0 15px 0 15px;
        overflow: hidden;
        margin-left: 15px;
    }
    
    .product-description .auction-title {
        font-size: 28px;
        display: block;
    }
    
    .product-description .bid-price {
        float: right;
    }
    
    .product-description .bid-price span {
        font-size: 26px;
        color: #dc8400;
        border: solid 1px #dc8400;
        padding: 2px 10px;
        display: table;
        border-radius: 30px;
        margin: 10px 0;
    }
    
    .product-description .bid-price label {
        display: table;
        margin-left: 15px;
    }
    
    .product-description .date-time.date-time {
        display: table;
        overflow: hidden;
        margin: 10px 0;
        text-align: center;
    }
    
    .product-description .date-time label {
        font-weight: normal;
    }
    
    .product-description .date-time .start,
    .product-description .date-time .end {
        display: block;
        float: left;
        margin-top: 8px;
    }
    
    .product-description .date-time .start label,
    .product-description .date-time .end label {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #7b7b7b;
        font-weight: normal;
        margin-bottom: 0px;
    }
    
    .product-description .date-time .start b,
    .product-description .date-time .end b {
        font-size: 12px;
        border: dashed 1px #dc8400;
        border-radius: 30px;
        margin: 5px 5px 20px 5px;
        padding: 10px;
        display: inline-block;
    }
    
    .product-description .action {
        margin: 15px 0;
    }
    
    .tab-content .tab-pane li .auction-id label {
        display: inline-block;
        margin: 5px;
        /* color: #dc8400; */
    }
    
    .tab-content .tab-pane li .auction-id label.center-label {
        position: relative;
        padding: 0 10px;
    }
    
    .auction-id.circle {
        display: block;
    }
    
    .tab-content .tab-pane li .auction-id label.center-label:before {
        left: -6px;
        top: 2px;
    }
    
    .tab-content .tab-pane li .auction-id label.center-label:after {
        right: -6px;
        top: 2px;
    }
    
    .product-description .auction-id label {
        display: inline-block;
        margin: 0 5px;
        /* color: #dc8400; */
    }
    
    .product-description .auction-id label.center-label {
        position: relative;
        padding: 0 10px;
    }
    
    .auction-id.circle {
        display: block;
    }
    
    .product-description .auction-id label.center-label:before {
        left: -6px;
        top: 2px;
    }
    
    .product-description .auction-id label.center-label:after {
        right: -6px;
        top: 2px;
    }
    /*Product Page CSS End*/
    
    .pagination-div {
        border-top: solid 1px #ccc;
        padding-top: 10px;
    }
    
    .pagination-div .pagination>li {
        width: auto !important;
        margin: 0px !important;
        min-height: auto !important;
        border: 0px !important;
    }
    
    .pagination-div .tbl_bottom {
        display: table;
        margin: 0 auto;
    }
    
    #sLeft-menu {
        margin: 0px;
        background: #3a3a3a;
        border-radius: 0px;
    }
    
    #sLeft-menu li {
        display: block;
        float: none !important;
        border-top: solid 1px #ccc;
    }
    
    #sLeft-menu li a,
    #sLeft-menu .dropdown-menu a {
        color: #fff;
        background: #333;
    }
    
    #sLeft-menu .dropdown-menu {
        min-width: 100% !important;
        position: relative !important;
        box-shadow: none;
    }
    
    #sLeft-menu .dropdown-menu>li a {
        padding-left: 30px;
    }
    
    #sLeft-menu .dropdown.open>a,
    #sLeft-menu .nav .open>a:hover,
    #sLeft-menu .nav .open>a:focus,
    #sLeft-menu .dropdown>a:hover,
    #sLeft-menu a:hover,
    #sLeft-menu .dropdown-menu a:hover {
        background: #565656;
        color: #fff;
    }
    
    .dropdown.wallet {
        position: relative;
    }
    
    .dropdown.wallet img {
        max-width: 25px;
        margin-top: -10px;
    }
    
    .dropdown.wallet>a>.label {
        position: absolute;
        top: -5px;
        right: 8px;
        text-align: center;
        font-size: 9px;
        padding: 2px 3px;
        line-height: .9;
        color: #000;
        border-radius: .25em !important;
    }
    
    .logout .dropdown.wallet:hover>a {
        background: transparent;
    }
    
    .dropdown.wallet>.dropdown-toggle {
        padding: 10px 10px 0px 10px !important;
    }
    
    .dropdown.wallet .dropdown-menu {
        width: 280px;
        padding: 0 0 0 0;
        margin: 0;
        top: 30px;
        margin-top: 8px !important;
    }
    
    .dropdown.wallet .dropdown-menu {
        width: 250px;
    }
    
    .dropdown.wallet .dropdown-menu .header {
        padding: 10px;
        text-align: center;
        background: #dc8400;
        color: #fff;
        font-weight: 600;
    }
    
    .dropdown.wallet .dropdown-menu a {
        margin-top: 10px;
        margin-bottom: 1px;
        padding: 6px 13px 6px 13px;
        color: #fff;
        background: #dc8400;
    }
    
    .dropdown.wallet .dropdown-menu .footer a,
    .dropdown.wallet .dropdown-menu .header {
        border-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .dropdown.wallet .dropdown-menu a {
        white-space: normal;
    }
    
    .dropdown.wallet .dropdown-menu .menu {
        padding-left: 0px;
        list-style: none;
    }
    
    .dropdown.wallet .dropdown-menu .menu li {
        display: block;
        border-top: dashed 1px #009da7;
        padding: 8px 10px;
        text-align: center;
    }
    
    .dropdown.wallet .dropdown-menu .menu li:first-child {
        border-top: 0px;
    }
    
    .dropdown.wallet .dropdown-menu .menu li:nth-child(odd) {
        background: #fff8ed;
    }
    
    .dropdown.wallet .dropdown-menu .footer {
        margin-left: 0px;
        padding: 10px;
        background: #f5f5f5;
    }
    
    .dropdown.wallet .dropdown-menu .footer>a {
        text-align: center;
        background: #009da7;
        color: #fff;
    }
    
    .dropdown.wallet .dropdown-menu .footer>a:hover {
        background: #358186;
    }
    
    .dropdown.wallet .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -7px;
        right: 5%;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #dc8400 !important;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
    }
    
    .wallet .package-name {
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin: 10px;
        color: #dc8400;
        text-align: center;
    }
    
    .wallet .package-value {
        display: block;
        background: #ffd088;
        border-radius: 10px;
        color: #333;
        padding: 6px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    
    .navbar .container-fluid .container {
        width: 90%;
    }
    
    .auction-common-details .auction-id label {
        display: inline-block;
        border: dashed 1px #dc8400;
        border-radius: 6px;
        padding: 2px 10px;
        font-size: 16px;
        font-weight: normal;
        margin: 5px 5px 10px;
    }
    
    #navbar {
        background: #dc8400;
        margin-top: 30px;
        z-index: 9;
        position: relative;
    }
    
    .navbar-collapse.collapse {
        float: none;
        width: 100%;
    }
    
    .mu-header-top-left.wall {
        position: relative;
        float: right;
    }
    
    .pay2corp .alert {
        margin: 0 20px 20px!important;
    }
    
    .form-control.view {
        border: 0px;
        padding-left: 0px;
    }
    
    .pay-block {
        margin: 10px;
        border: solid 1px #efefef;
        border-radius: 6px;
        padding: 20px;
    }
    
    .dyna-btn {
        text-align: center;
    }
    
    .dyna-btn .btn-block {
        display: inline-block;
        width: 200px;
        min-height: 200px;
        background-color:#5bc0de;
        text-align: center;
        border-radius: 6px;
        margin-right: 20px;
        padding: 20px;
        box-shadow: 3px 3px 6px #aaaaaa;
    }
    
    .dyna-btn .btn-block figure {
        display: block;
    }
    
    .dyna-btn .btn-block figure i {
        font-size: 60px;
        color: #fff;
    }
    
    .dyna-btn span {
        display: block;
        margin-bottom: 10px;
        color: #fff;
    }
    
    .dyna-btn .btn-block .btn {
        background-color: #222;
    }
    
    .dyna-btn .btn-block .btn:hover {
        background-color: #333;
    }
    
    .dyna-btn .btn-block.one {
        background-color: #5bc0de;
    }
    
    .dyna-btn .btn-block.two {
        background-color: #5b9bde;
    }
    
    .dyna-btn .btn-block.four {
        background-color: #5b65de;
    }
    
    .dyna-btn .btn-block.five {
        background-color: #de985b;
    }
    
    .dyna-btn .btn-block.three {
        background-color:#de5b5b;
    }
    
    .dyna-btn .btn-block.one .btn {
        background-color: #1883a2;
        border-color: #1883a2;
    }
    
    .dyna-btn .btn-block.two .btn {
        background-color: #002e5f;
        border-color: #002e5f;
    }
    
    .dyna-btn .btn-block.four .btn {
        background-color: #1c27b3;
        border-color: #1c27b3;
    }
    
    .dyna-btn .btn-block.three .btn {
        background-color: #c11616;
        border-color: #c11616;
    }
    
    .dyna-btn .btn-block.five .btn {
        background-color: #aa5c17;
        border-color: #aa5c17;
    }
    
    .declarationModal .modal-header {
        color: #fff;
        background: #dc8400;
    }
    
    .declarationModal .modal-header .close {
        color: #fff;
        opacity: 0.6;
    }
    
    .return-msg {
        margin: 0 auto;
        box-shadow: 2px 1px 7px #aaa;
        border-radius: 10px;
        padding: 20px 20px 30px;
        text-align: center;
        font-size: 22px;
        position: relative;
    }
    
    .return-msg p {
        display: block;
        margin: 10px;
    }
    
    .return-msg.warning {
        background: #fff1ea;
        color: #000;
    }
    
    .return-msg.warning:before {
        content: "\f071";
        font: normal normal normal 62px/1 FontAwesome;
        color: #862009;
        display: block;
        margin: 20px 0;
    }
    
    .return-msg.success {
        background: #efffef;
        color: #000;
    }
    
    .return-msg.success:before {
        content: "\f00c";
        font: normal normal normal 62px/1 FontAwesome;
        color: #55b354;
        display: block;
        margin: 20px 0;
    }
    
    .red {
        color: red;
    }
    
    .display-box {
        display: block;
        border: dashed 1px #dc8400;
        border-radius: 4px;
        padding: 8px;
        text-align: center;
        background: rgba(220,132,0,8%);
    }
    
    .display-box label {
        display: block;
    }
    /*Register Blocks start*/
    
    .register-blocks {
        background: #ffebce;
        border: dashed 3px #dc8400;
        max-width: 70%;
        margin: 50px auto;
        min-height: 150px;
        border-radius: 10px;
        position: relative;
        text-align: center;
        box-shadow: -1px 4px 8px -4px rgb(0 0 0 / 75%);
    }
    
    .register-blocks .btn {
        white-space: normal;
        margin-top: 40px;
    }
    
    .register-blocks p {
        margin-top: 10px;
    }
    
    .short-form {
        border-radius: 50%;
        background: #dc8400;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        font-weight: bold;
        color: #fff;
        display: block;
        position: absolute;
        top: -30px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        font-size: 18px;
    }
    
    .short-form i {
        font-size: 30px;
    }
    
    @media (max-width:767px) {
        .register-blocks .btn {
            white-space: normal;
            margin: 40px 10px 0;
        }
        .register-blocks {
            margin: 50px auto 10px auto;
            max-width: 90%;
        }
        .register-blocks p {
            margin: 10px;
        }
    }
    /*Register Blocks end*/
    
    .infos {
        max-width: 80%;
        border: dashed 1px #ffc876;
        border-radius: 6px;
        margin: 20px auto;
        padding: 10px;
        background-color: #fffbf5;
    }
    
    @media (max-width:767px) {
        .infos {
            max-width: 90%;
        }
        .mu-header-top-right{margin-bottom: 10px;}
        #mu-menu{height: auto;}
        #mu-menu.after-logedin .navbar{min-height: 132px;}
        #mu-menu.after-logedin .mu-header-top-left{top: 20px;}
    }


.img-block figure{overflow: hidden;border-radius: 4px; border:solid 2px #333; max-width: 300px; margin-bottom:15px;}
    .img-block  img{width:100%;}
    .img-block figure p{background: #333; padding:8px 10px 4px 10px; text-align: center; color:#fff; font-weight: bold; margin-bottom:0px;}
    .inner-hr{border-bottom:solid 1px #ccc; margin-top:20px;margin-bottom: 20px; display: block; overflow: hidden;}
    .auction-code-label{background:#de901d; color: #fff; margin:0px 10px 0 0;position: absolute;display:inline-block; padding:3px 8px;border-radius:0 4px 4px 0; font-size:14px; left: 0px; top:-1px; text-align: left;}



     @media (max-width:767px) {
        .auction-code-label{position: relative;width: 100%;}
/*        .auction-code-label i{ display: block;}*/
        .main-title h2{line-height:inherit;  padding-top: 22px;}
        .print-option{float: none; margin-top: 0px;display: block;}
       .breadcrumbs {
        float: none;
        display: none;
    }
    .auction-seq{ 
 display:block /* added new css */
}
        .action .btn{ margin-bottom: 10px; }
        .mytabs>li>a{border-radius: 4px; }
        .mytabs.nav-tabs>li, .auction-category .nav-tabs li{margin-bottom: 10px;float: none; display: block;}
        .mytabs.nav-tabs>li.active>a.nav-link, .auction-category .nav-tabs>li.active>a.nav-link{border-bottom: solid 1px #dc8400;}
        .list-grid-btn{float: none;}
        .gallery{float: none;}
        #mu-header{height: 150px;}
        .img-block figure{margin: 10px auto;}
        .innerpage-block .btn-primary{white-space: pre-line; word-break: break-all;}
		.register-btn{margin-top:6px!important;}
    
     }

    .right-brand{
        float: right;
        position: relative;
        float: right;
        top: 13px;
    }
    .right-brand .brand img{
        max-width: 60px;max-height: 60px; margin: 0 6px;
    }
      @media (max-width:767px) {
        .right-brand{
        float: none; text-align: center;
        margin-bottom: 30px;
    
        }
        
    }


    .right-brand .reg_btn_new {
    float: none;
    margin-right: 100px;
    background-color: #dc8400;
    color: #fff;
    margin-top: 0px !important;
    border-radius: 6px;
    padding: 4px 10px;
}

.status-label{display:inline-block; padding:3px 10px;}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.btn-primary-custom {
    color: #fff;
    background-color: #0088ff;
    border-color: #2e6da4;
}

/*added by rohit in guidence of praveen sir on 30-05-2023*/
.tooltip > .tooltip-inner {background-color: #fff7d2;}
.tooltip-inner{width:350px;max-width:350px!important;padding:0px!important;max-height:600px;}
ul.my{list-style-type: circle;display: block;margin-left:0px;}
.hidden{display: none;}
ul.my{padding-left:20px;padding-right:20px;}
ul.my li{line-height:20px;text-align:left;border-top:dashed 1px #907911;}
ul.my li:first-child{border-top:0px;}
.tooltip.in {filter: alpha(opacity=100); opacity: 1.0}
.tooltip.top .tooltip-arrow {border-top-color: #fff7d2}
.tooltip.top-left .tooltip-arrow {border-top-color:#fff7d2}
.tooltip.top-right .tooltip-arrow {border-top-color:#fff7d2}
.tooltip.right .tooltip-arrow {border-right-color:#fff7d2}
.tooltip.left .tooltip-arrow {border-left-color:#fff7d2}
.tooltip.bottom .tooltip-arrow {border-bottom-color:#fff7d2}
.tooltip.bottom-left .tooltip-arrow {border-bottom-color:#fff7d2}
.tooltip.bottom-right .tooltip-arrow {border-bottom-color:#fff7d2}

.tooltip-inner h5.tooltip-heading{color:#333;font-weight: bold; background:#907911;padding:6px 10px;color:#fff;}
.tooltip-inner table{color:#333;}
.tooltip-inner p, .tooltip-inner ul.my li{color:black;padding:4px 10px}

.tooltip {z-index:9999999 !important;overflow:visible}

.payment-tooltip {
overflow:visible;
position:relative;
}

#parallelogram-container{clear:both}
        .parallelogram {
    position: relative;
    background: #f1d9b7;
    width: 60px;
    border: none;
    display: inline-block;
    height: 50px;
    padding: 0px;
    margin: 0 1px;
}
.parallelogram:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.parallelogram:nth-child(1):after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f1d9b7;
    transform-origin: bottom left;
    -ms-transform: skew(-28deg, 0deg);
    -webkit-transform: skew(-28deg, 0deg);
    transform: skew(-28deg, 0deg);
}
.parallelogram:nth-child(2) {
    transform-origin: bottom left;
    -ms-transform: skew(-28deg, 0deg);
    -webkit-transform: skew(-28deg, 0deg);
    transform: skew(-28deg, 0deg);
    margin-left: 1px;
    width: 80px;
    background:#f1d9b7;
}
.parallelogram-btn {
    width: 39px;
    position: relative;
    background: #f1d9b7;
    color: #000;
    border: none;
    display: inline-block;
    height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px;
    margin-left: 41px;
    font-weight: 700;
    cursor: pointer;
}
.parallelogram-btn:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: -40px;
    z-index: -1;
    background: #f1d9b7;
    transform-origin: bottom left;
    -ms-transform: skew(-28deg, 0deg);
    -webkit-transform: skew(-28deg, 0deg);
    transform: skew(-28deg, 0deg);
}
aside{font-weight: bold;}
aside small{font-weight: normal;display: block;          
          font-size: 11px; }
.title-status{display: table;
    text-align: center;
    position: relative;
    top: -8px;}
.titles{background:#f1d9b7;display:inline-block;border-radius:6px; font-size: 12px;; text-align: center;padding:2px 10px 2px;margin:0 auto 10px auto;position: relative;font-weight: bold;;}
.titles:after{
    content:"";
    position: absolute;left:0px; right:0px;margin:0 auto;top:16px;
    width: 0; 
  height: 0; 
  border-left:12px solid transparent;
  border-right:12px solid transparent;
  
  border-top:12px solid #f1d9b7;
}
.aside-1{margin: 0 5px;
    position: relative;
    display: inline-block;
    top: 10px;
    text-align: center;
    width: 100%;}
    .aside-2{ margin: 0 5px;
    position: relative;
    transform: skew(30deg, 0deg);   
    display: inline-block;
    left: -9px;
    top: 9px;
    width: 100%;
    text-align: center;}
    .aside-3{margin: 0 5px;
            position: relative;
            display: inline-block;
            top: 10px;
            text-align: center;
            left: -15px;}
            .liveauction .auction-card {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        min-height: 320px;
        float: left;
        width: calc(100% - 30px);
        margin: 15px;
        position: relative;
        border: 1px solid #ffb13d;
    }

    .liveauction .auction-card .product-info .auction-ID {
        margin: 30px 10px 10px;
    }
	
	/*add by sonali on 11-11-2024*/
	/** on installment details page **/
/** table head center aligned  **/
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    
    text-align: center;
}


/** view more details button on head  **/
.fraim-box .inner-heading{
padding: 4px 4px 4px 6px;
}

/** Paid date time in table(suggestion)  <p style="font-size: 10px;color: #a39999;">06-11-2024 16:03:10</p> **/


/** for Lot Payment **/
a.link-primary[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 11px solid #f3e0c4;
    bottom: -9px;
    
}

td:has(a.link-primary[aria-expanded="true"]){
background-color: #f3e0c4!important;
position:relative;
}

@media (min-width: 1200px) {
.main-title h2{
    padding:14px;
}
}

@media (max-width: 991px) {
     .bordered td, .bordered th {
    border: 1px solid #000;
    padding: 5px !important;
    font-size: 12px !important;
}
    }

/* Sonali CSS Start */
.auction-list li .dates label.start em {
    /* font-style: normal; */
    display: inline-block;
    border: dashed 1px #dc8400;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    background: #ffe2b6;
    color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
}
    /* margin-top: 6px;
    }
	/* .auction-list li .dates label.end em {
    font-style: normal;
    display: inline-block;
    border: dashed 1px #dc8400;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    background: #ffe2b6;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 6px;
} */

.get-list label.end{
top:0px !important
}
.auction-slider-list .auction-list li .dates a{
    display: flex !important;
}
.auction-slider-list .auction-list li .dates label .start,.auction-slider-list .auction-list li .dates label .end{
    flex: 1 !important;
}
.tab-content.list-view .tab-pane li .date-time label{
    font-weight: 600;
    font-size: 13px;
    color:#999;
}
.tab-content.list-view .tab-pane li .date-time b{
    font-size: 13px;
    color:#999
}
.lot-published-date{
    background: #eeeeee;
    padding: 4px;
    border-radius: 10px;
    float: right;
}
.d-start-end{
    display: flex;
  justify-content: space-between; /* pushes first to start & last to end */
  align-items: center; /* optional: vertically center */

}
/* Sonali CSS End */
/*END*/