.next-arrow {
    position: absolute;
    right: 0;
    top: 40%;
    margin: 0px;
    padding: 1px;
    margin: auto;
    border: 0;
    font-size: 26px;
    color: cadetblue;
    background: white;
}

button.slick-arrow:hover {
    cursor: pointer;
    outline: 0px auto -webkit-focus-ring-color !important;
    border: 0px !important;
}

button.slick-arrow:focus {
    cursor: pointer;
    outline: 0px auto -webkit-focus-ring-color !important;
    border: 0px !important;
}

.prev-arrow {
    display: inline-block;
    position: absolute;
    left: 0px;
    /* z-index: 22; */
    bottom: 44%;
    margin: 0px;
    padding: 1px;
    margin: auto;
    border: 0;
    font-size: 26px;
    color: cadetblue;
    background: white;
}

.common-button {
    background-color: #091569;
}

    .common-button:hover {
        background-color: #091569;
    }

.top-header {
    background: #e9e8ed;
    text-align: right;
}

    .top-header ul {
        padding: 0;
    }

.help-link {
    margin-bottom: 0 !important;
}

.help-link-item {
    padding-right: 13px;
    border-right: 1px solid #000;
}

.help-link-item-a {
    margin-right: 7px;
    margin-left: 9px;
}

.top-header ul li {
    color: #000;
    font-size: 14px;
    display: inline-block;
    list-style: none;
    font-family:calibri;
    cursor: pointer;
}

    .top-header ul li a {
        color: #000;
    }

    .top-header ul li a:hover {
        text-decoration:none;
    }

    .nav-item {
        padding: 12px;
    }

#navbarNav {
    justify-content: end;
}

.login-button {
    padding: 15px;
}

.login-btn {
    background: rgb(9, 21, 105);
    background: linear-gradient( 90deg, rgba(9, 21, 105, 1) 0%, rgba(11, 79, 182, 1) 100% );
    border-radius: 50px;
    color: #fff;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    width: 130px;
    min-height: 34px;
    border: 0;
    margin-top: 5px;
}


.navbar-dark .navbar-nav .nav-link
{
    color: #000!important;
}

    .login-btn:hover {
        background: linear-gradient( 90deg, rgb(14 30 137) 0%, rgba(11, 79, 182, 1) 100% );
    }

.logo img {
    width: 50px;
    margin: 5px 6px 5px 4px;
}

.welcome-text span {
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px;
}

.welcome-text-top {
    font-size: 18x;
    font-weight: 500;
    padding: 10px;
}

.welcome-text-down {
    font-size: 19px;
    font-weight: bold;
}

.auction-link div {
    background: rgb(9, 21, 105);
    background: linear-gradient( 90deg, rgba(9, 21, 105, 1) 0%, rgba(11, 79, 182, 1) 100% );
    border-radius: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

.auction-link button {
    background: white;
    color: black;
    height: 40px;
    padding: 0px;
    min-width: 120px;
    border-radius: 12px;
    margin-left: 24px;
    font-size: 20px;
}

.org-val {
    font-size: 24px;
    font-weight: bold;
    font-family:calibri;
}

.org-head {
    font-size: 16px;
    text-transform: uppercase;
    font-family:calibri;
}

.border-right {
    border-right: 1px solid #fff;
}

.heading-top {
    font-size: 30px;
    font-weight: 800;
    font-family:calibri;
    padding-bottom: 30px;
    color: #000;
}

.org-block-sale {
    background: #faf9ff;
    padding-top: 30px;
    padding-bottom: 65px;
}

    .org-block-sale table {
        width: 70%;
        margin: 0px auto 0px auto;
    }

    .org-block-sale .widget {
        border-radius: 5px;
        box-shadow: rgb(214 223 234) 0px 5px 15px;
        padding: 10px;
        background: linear-gradient(176deg, #2365b9, #5177c8);
        color: #fff;
    }

        .org-block-sale .widget h1 {
            font-size: 14px;
            font-weight: 400;
            font-family:calibri;
        }

.org-block .widget {
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgb(205 203 203 / 35%) 0px 5px 15px;
    border-bottom: 7px solid transparent;
    border-image: linear-gradient(0.04turn, #5c7dca, #031e65, #031e65);
    border-image-slice: 1;
    margin-top: 25px;
}

    .org-block .widget h1 {
        color: #072b5b;
        font-weight: 500;
        font-size: 18px;
        font-family:calibri;
        padding: 15px;
        text-transform: uppercase;
    }

    .org-block .widget h2 {
        font-size: 32px;
        font-weight: bold;
        padding: 10px;
        color: #040404;
    }

.org-block img {
    margin: -8px 5px 0px 0px;
}

.scheme-block {
    background: #faf9ff;
    padding-bottom: 75px;
}

    .scheme-block .widget {
        background: #fff;
        box-shadow: rgb(225 226 227) 0px 5px 15px;
        padding: 5px;
        border-radius: 5px;
    }

.scheme-block-tbl {
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-family:calibri;
}

    .scheme-block-tbl tbody tr td {
        padding: 5px 6px 5px 5px;
    }

.scheme-text {
    font-weight: 500;
}

.header-nav {
    background: #fff;
}

.about-section {
    text-align: left;
    font-size: 16px;
    background: #fff;
    box-shadow: rgb(205 203 203 / 35%) 0px 5px 15px;
    border-radius: 10px;
    padding: 15px;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    min-height: 400px;
    font-family:calibri;
    font-weight: 400;
    color: #000;
}

    .about-section h1 {
        font-size: 26px;
        font-weight: 800;
        font-family:calibri;
    }

    .about-section ul {
        padding: 5px 5px 5px 20px;
    }

        .about-section ul li {
            color: #1a42aa;
            font-size: 14px;
        }


.inner-section {
    text-align: left;
    font-size: 16px;
    background: #fff;
    box-shadow: rgb(205 203 203 / 35%) 0px 5px 15px;
    border-radius: 10px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    min-height: 400px;
    font-family:calibri;
    font-weight: 400;
    color: #000;
}

    .inner-section h1 {
        font-size: 26px;
        font-weight: 800;
        font-family:calibri;
    }

    .inner-section ul {
        padding: 5px 5px 5px 20px;
    }

        .inner-section ul li {
            color: #1a42aa;
            font-size: 16px;
        }

.inner-h2 {
    font-size: 19px;
    font-weight: bold;
}

.inner-h1 {
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-screen {
    margin-top: 20px;
}

    .table-screen th {
        background: #0b48ac;
        color: #ffffff;
    }


.news-section {
    box-shadow: rgb(205 203 203 / 35%) 0px 5px 15px;
    border-radius: 10px;
    background: linear-gradient(180deg, white 40%, #021e67);
    padding-bottom: 5px;
    min-height: 400px;
}

    .news-section h1 {
        text-align: left;
        border-bottom: 1px solid #938c8c;
        padding: 8px 8px 8px 10px;
        font-size: 22px;
        font-weight: 800;
        font-family:calibri;
    }

    .news-section ul {
        background: #fff!important;
        width: 94%;
        margin: 4px auto 8px auto;
        padding: 10px;
       
       
    }

        .news-section ul li {
            text-align: left;
            list-style: none;
            margin-bottom: 10px;
            font-size: 14px;
            font-family:calibri;
            color: #000;
        }

.m-t-20 {
    margin-top: 20px;
}

.m-t-65 {
    margin-top: 65px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    font-family:calibri;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #000;
        /* font-weight: 500; */
        border-bottom: 2px solid #000;
    }

.filter-data-input {
    width: 30%;
    border-radius: 50px;
    padding: 7px;
    margin-right: 12px;
}

.filter-data {
    text-align: end;
}

.go-button {
    border-radius: 25px;
    margin-bottom: 4px;
}

input[type="text"] {
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

    input[type="text"]:focus {
        border: 3px solid #555;
    }

.latest-auction table thead {
    background-color: #091569;
    color: white;
    font-weight: 600;
}

.advance-search button {
    width: 100%;
    font-size: 19px;
    border-radius: 19px;
}

.table-content {
    border: 1px solid #b5b5b5;
    border-radius: 7px;
    padding: 25px;
    min-height: 670px;
}

.feature-buttons button {
    width: 100%;
    border-radius: 11px;
    font-size: 19px;
}

    .feature-buttons button:hover {
        background: linear-gradient( 90deg, rgb(145 137 137) 0%, rgb(191 184 184) 19%, rgb(231 212 207) 100% ) !important;
    }

.custom-button {
    margin-top: 22px;
}

.advance-search,
.filter-data {
    margin-bottom: 12px;
}

.ulb-cont {
    height: auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #2786a7;
    font-weight: 600;
}

.news-marquee-bar marquee {
    color: #fff;
}

.ulb-cont ul {
    float: left;
    padding: 0;
    width: 235px;
    border-style: hidden;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ebdfeb;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
    box-shadow: 10px 0px 10px 0px rgb(182 175 175 / 50%);
    margin-right: 40px;
}

.ulb-cont-list {
    padding: 23px;
}

.latest-news-sec {
    height: 100%;
}

.ulb-block {
    margin: auto;
    padding: 0;
    width: 235px;
    margin-right: 23px;
    border-style: hidden;
    background-color: #ffffff;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ebdfeb;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
    box-shadow: 10px 0px 10px 0px rgb(182 175 175 / 50%);
    text-align: center;
}

.ulb-name {
    margin-bottom: 5px;
    font-weight: bold;
}

.ulb-office {
    margin-bottom: 5px;
    font-size: 12px;
}

.ulb-person {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.ulb-phone {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.ulb-emailulb-email {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.ulb-img img {
    width: 50px;
    margin: auto;
}

.ourulb-section {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 7px;
}

.feedback {
    background: #5b7aca;
    color: white;
}

    .feedback ul {
        padding: 5px 0px 5px 0px;
        margin: auto;
    }

        .feedback ul li {
            padding: 0px 15px 0px 15px;
            display: inline-block;
            border-right: 1px solid #fff;
            list-style: none;
        }

            .feedback ul li a {
                color: #fff;
                text-decoration: none;
                font-family:calibri;
                font-size: 16px;
            }

                .feedback ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }



.feedback-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

.feedback-content {
    border-right: 1px solid white;
}

.footer {
    background: #eee8e8;
    color: #000;
}

    .footer a {
        color: black;
        text-decoration: none;
        font-size: 13px;
        margin-bottom: 0;
        font-family:calibri;
    }

    .footer h6 {
        font-weight: bold;
        font-family:calibri;
        font-size: 18px;
    }

    .footer label {
        font-size: 14px;
        margin-bottom: 0;
        font-family:calibri;
    }

.footer-bold {
    font-size: 14px;
    font-weight: bold;
}

.footer-val {
    font-size: 14px;
}

.footer .py-3 {
    padding-top: 0px !important;
}

.footer-label {
    background-color: #eee8e8;
    color: black;
    padding: 10px;
    border-top: 1px solid #000;
    font-size: 14px;
}

.org-block {
    background: #eff0f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.latest-news {
    background: #474c74;
    padding: 3px 0px 3px 0px;
    float: left;
    width: 100%;
    height: 29px;
}

.latest-news-bar {
    background: #474c74;
    float: left;
    width: 10%;
    background-image: url(../images/aero.png);
    background-repeat: no-repeat;
    height: 26px;
}

.news-marquee-bar marquee {
    color: #fff;
}

.marque {
    width: 90%;
}

.news-headline li a {
    color: white;
}

.filter-data-input {
    background: #f3f3f5;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #c6c5c5 !important;
}

.feature-buttons button {
    background: rgb(183, 179, 179) !important;
    background: linear-gradient( 90deg, rgba(183, 179, 179, 1) 0%, rgba(183, 179, 179, 1) 19%, rgba(216, 212, 211, 1) 100% ) !important;
    color: black !important;
    font-weight: 600;
    border: none;
}

.caption-heading {
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .caption-heading span {
        background: #fff;
        padding: 0 10px;
    }

.detail {
    border: 1px solid #b5b5b5;
    border-radius: 7px;
    padding: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .detail h4 {
        font-weight: 700;
    }

.table-custom {
    background: #f9f5f6;
}

    .table-custom tr td {
        font-weight: 500;
    }

@media only screen and (max-width: 500px) {
    .marque ul {
        width: max-content !important;
    }

    .marque {
        max-width: 263px;
    }
}

@media only screen and (max-width: 1156px) {
    .latest-news-bar {
        min-width: 36% !important;
    }

    .marque {
        max-width: 235px;
    }
}

.carousel-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}