
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

.breadcrumbbox {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300 !important;
}

.bcnav {
    width: auto;
    padding: 9px 15px 9px 0px;
    margin: 0 6px 0 0;
    font-size: 16px;
    color: #fff;
    background: url(../images/bcslash.png) no-repeat right center;
}

    .bcnav:hover {
        width: auto;
        padding: 9px 15px 9px 0px;
        font-size: 16px;
        color: #019b67;
    }



body {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
}


.panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
}


.panel-inverse > .panel-heading {
    background-color: transparent;
    color: #000;
}

.white-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 13px;
}

.current-auctions-panel h2, .upcoming-auctions-panel h2, .news-update-panel h2 {
    color: #fff;
}

.current-auctions-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    background-image: url(../Images/lines-bg.png), linear-gradient(to right, #f7b91d, #fe7d40);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    background-position: bottom;
}



.upcoming-auctions-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 20px;
    background-image: url(../Images/lines-bg.png), linear-gradient(to right, #57beff, #4872ff);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    background-position: bottom;
}

.main-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    padding: 8px 15px 20px;
    border-radius: 5px;
    background-color: #fff;
}

.news-update-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    background-image: linear-gradient(#5de7fe, #31afeb);
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
    background-position: bottom;
    position: relative;
    min-height: 465px;
}


.main-panel h2 {
    color: #000;
}

.icon-right {
    float: right;
    margin-right: -23px;
}

.icon-right {
    float: right;
    margin-right: -19px;
    text-align: right;
}

.icon-right2 {
    float: right;
    margin-right: 0px;
    margin-bottom: 20px;
    display: none;
}

.rules {
    margin: 0 auto;
    display: block;
}

    .rules img {
        margin: 0 auto;
        display: block;
    }

    .rules:hover {
        margin: 0 auto;
        display: block;
        position: relative;
        animation-name: rulesani;
        animation-duration: 2s;
    }

@keyframes rulesani {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 0px;
        top: -20px;
    }
}


.news-update-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.latest-auctions-result {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
    background-position: bottom;
    position: relative;
    border: 2px solid #5be57b;
    box-shadow: 0 7px 0 0 #5be57b;
    min-height: 458px;
}

.latest-auctions-result-icon {
    position: absolute;
    bottom: -1px;
    right: 20px;
}

.logotext {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    float: left;
    margin: 4px 0 0 10px;
    /* width: 45%; */
    line-height: 30px;
}

.logore img {
    float: left;
    margin-bottom: 8px;
    width: 5%;
}


.download-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
    background-position: bottom;
    position: relative;
    border: 2px dashed #e1e1e1;
    min-height: 355px;
}

.download-panel-icon {
    position: absolute;
    bottom: -1px;
    right: 20px;
}

ul.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.list2 li {
        margin: 0 0 20px 0;
    }

.help-desk-panel {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
    background-position: bottom;
    position: relative;
    box-shadow: 0 7px 0 0 #39b9ee;
    min-height: 355px;
    background-image: url(../Images/help-desk-panel-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #26b7ea;
}

.help-desk-panel-icon {
    position: absolute;
    bottom: -1px;
    right: 20px;
}


.helpdesk_wr span {
    color: #757575;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.email-id-hdng span {
    font-size: 14px;
    color: #fff;
    background-color: #38b8ee;
    border-radius: 20px;
    padding: 5px 10px;
    display: table;
    margin: 0 0 11px 0;
}

.email-id-hdng a {
    font-size: 17px;
}

.refund-privacy-policy {
    background-color: #f0f0f0;
    display: table;
    margin: 13px auto;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

    .refund-privacy-policy::after {
        display: inline-grid;
        margin-left: 1%;
        vertical-align: 0;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: relative;
        top: 24px;
        text-align: center;
        font-size: 38px;
        color: #f0f0f0;
    }

.copyright-text {
    font-weight: 400;
    display: block;
    margin: 10px auto 0;
}

.published {
    font-weight: 600;
}

.online-refund-text {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.refund2 {
    position: relative;
    top: 10px;
}

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 5px 14px;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}


/* .effect.effect-2 {
        transition: all 0.2s linear 0s;
    }

        .effect.effect-2::before {
            content: "\f0a4";
            font-family: FontAwesome;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: -20px;
            width: 10px;
            height: 100%;
        
            border-radius: 5px;
            transition: all 0.2s linear 0s;
            text-align: center;
        }

        .effect.effect-2:hover {
            text-indent: -10px;
        }

            .effect.effect-2:hover::before {
                right: 15px;
                text-indent: 0px;
            }
*/

header {
    background-color: #fff;
    position: relative;
}

.hdr-btm {
    background-color: #f7f5f5;
    position: relative;
    border-top: 1px solid #e2e1e1;
    padding: 10px 0;
}


.container-main {
    padding: 0px 0px 10px;
    /*min-height: 734px;*/
}

    .container-main h2 {
        font-size: 18px;
        margin: 0;
    }

.button {
    padding: 9px 42px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(#8d8ff5, #3cadff);
    text-transform: uppercase;
    /* font-weight: 600; */
    /* box-shadow: inset 2px 1px 2px 0px #5e80f8; */
    box-shadow: 2px 6px 6px 0px #cecece;
    border-radius: 5px;
}

    .button:hover {
        background-color: #3e8e41;
    }

.current-auctions-panel {
}

.h4, h4 {
    font-size: 17px;
}

.mandatory {
    display: block;
    margin-right: 15px;
    text-align: right;
    float: right;
}

.icon-right3 {
    float: right;
    margin-right: 0px;
    margin-bottom: 0;
    display: none;
}


.home-box {
    padding: 0.5rem 2rem;
    margin-bottom: 30px;
    padding: 60px 30px;
    border-radius: 20px;
}

.home-box-img {
    margin: 0 auto 20px;
    display: block;
}

    .home-box-img img {
        margin: 0 auto;
        display: block;
    }

.home-box-text {
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
}


.home-center-box {
    display: block;
    margin: 0 auto;
}

.homebox1 {
    background-image: linear-gradient(to right, #f7b91d, #fe7d40);
}

.homebox2 {
    background-image: linear-gradient(to right, #57beff, #4872ff);
}

.homebox3 {
    background-image: linear-gradient(to right, #5de7fe, #31afeb);
}

.homebox4 {
    background-image: linear-gradient(to right, #5be57b, #2ec050);
}

.homebox5 {
    background-image: linear-gradient(to right, #f8a3be, #f7588a);
}

.homebox6 {
    background-image: linear-gradient(to right, #f7b91d, #fe7d40);
}

.homebox7 {
    background-image: linear-gradient(to right, #57beff, #4872ff);
}

.homebox8 {
    background-image: linear-gradient(to right, #5de7fe, #31afeb);
}

ul.list-home {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}

    ul.list-home li {
        display: block;
        width: 17%;
        /* box-shadow: 0px 0px 17px 10px #f4f1f1; */
        border-radius: 5px;
        padding: 30px 15px;
        margin: 14px;
        /* background-color: #fff; */
        position: relative;
        text-decoration: none;
    }

.home-box-text a {
    color: #fff;
    font-size: 18px;
}

.home-caption {
    text-align: center;
    color: #ff0f0f;
    margin: 0 auto;
    width: 70%;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 60px;
    display: block;
}

.copyright-text2 {
    font-weight: 400;
    display: block;
    margin: 10px auto 20px;
    color: #222;
}

ul.list-home li:hover {
    display: block;
    position: relative;
    animation-name: list-home-hover;
    animation-duration: 2s;
}

.m-t-25 {
    margin-top: 25px;
}

.ddl {
    width: 100%;
    height: 35px;
    color: black;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #CCC;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /* border: none; */
    /* background-color: #f5f5f5; */
    /* border-radius: 3px; */
    /* padding: 5px; */
}


.tbl {
    padding: 10px;
    font-family: 'OpenSans';
    /*background-color: #dff0d8;*/
    color: #3c763d;
    text-align: center;
    font-size: 13px;
    border: 1px solid #c7c5c5;
    width: 100%;
    border-collapse: collapse;
}

    .tbl th {
        padding: 1px;
        font-family: 'OpenSans';
        background-color: #dff0d8;
        color: #3c763d;
        text-align: center;
        font-size: 13px;
        border: 1px solid #c7c5c5;
    }

    .tbl td {
        vertical-align: middle;
        border: 1px solid #dedcdc;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 1px;
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
        color: #000000;
    }

label {
    font-weight: 600;
}

.card-box2 {
    padding: 4px 0;
}

.modal-header .btn {
    background-image: linear-gradient(to right, #53bbfa, #6270f8);
    color: #fff;
    border: none;
    border-radius: 180% !important;
}

.m-t-btn {
    margin-top: 25px
}

.footer_wrap2 {
    background: #fff;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.login-hdng {
    display: block;
    padding: 20px 0 10px;
    font-size: 34px;
}

.forgot-pswd {
    text-align: center;
}

.download-link a {
    padding: 10px 0;
    background-image: linear-gradient(to right, #53bbfa, #6270f8);
    color: #fff;
}

.login-submit .btn-success {
    padding: 15px 10px;
}

.main-panel {
    margin-bottom: 10px;
}

.main-penal-ht .main-panel {
    margin-bottom: 0;
}

.main-penal-ht .help-desk-panel {
    margin-bottom: 20px;
}

.main-penal-ht .download-panel {
    margin-bottom: 0;
}

.loginbackground {
    background-image: url(../Images/loginbackground.jpg);
    padding: 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

    .loginbackground .card-box {
        background: rgba(255,255,255, 0.1);
        box-shadow: none;
    }

        .loginbackground .card-box h3 {
            color: #fff;
        }

    .loginbackground .panel-heading {
        color: #fff;
    }

    .loginbackground .text-custom {
        color: #fff;
    }

    .loginbackground .text-dark {
        color: #fff !important;
    }

    .loginbackground .form-control {
        height: 48px;
    }

.homebg {
    background-image: url(../Images/lines.png);
    padding: 3px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 5% center;
}

    .homebg .main-panel {
        border: 1px solid #e9e8e8;
    }

.location-auctiondetal {
    color: #337ab7;
    font-weight: 600;
    padding-top: 0;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.location-auctiondetal2 {
    padding-top: 0;
    text-align: right;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.flr {
    text-align: right;
    float: right;
}

.navbar {
    min-height: 44px;
    margin-bottom: 15px;
}

.logo-dashboard {
    margin-bottom: 5px;
}

    .logo-dashboard img {
        width: 7%;
    }

.welcome-login {
    font-size: 12px;
    margin-top: 12px;
}

.backbtn-right {
    float: right;
    margin-top: 5px;
}

h2 span {
    font-size: 14px;
}

.navbar {
    border: none;
    border-radius: 0px;
}

ul.forward-to-bid {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    /* background-color: #f7f7f7; */
    padding: 10px;
    border: 1px solid #7766f1;
    /* box-shadow: 0px 0px 4px -2px #ccc; */
    border-radius: 10px;
}

    ul.forward-to-bid li {
        float: left;
        display: inline-block;
        width: 19%;
        margin-right: 10px;
    }

.panel1 {
    margin-left: -15px;
    margin-bottom: 5px;
}

.border-radius25 .backbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 30px;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #dbdbdc;
}

.formborder {
    padding: 10px;
    border: 1px solid #7766f1;
    border-radius: 10px;
}

@keyframes list-home-hover {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 0px;
        top: -20px;
    }
}

.admindashboard .home-box {
    min-height: 279px;
}

ul.list-home li {
    width: 17%;
    padding: 10px 15px;
    margin: 0 10px;
}

.icon-right img {
    width: 80%;
}

@media only screen and (min-width: 1400px) {
    .home-box-text a {
        color: #fff;
        font-size: 20px;
    }

    .container-main {
        min-height: 683px;
    }
}
