/* homepage image css */
@media (max-width: 1200px) {
    .imgContainer{
        height: 400px !important;
    }
}
@media (max-width: 1000px) {
    .imgContainer{
        height: 350px !important;
    }
}
@media (max-width: 900px) {
    .imgContainer{
        height: 300px !important;
    }
}
@media (max-width: 700px) {
    .imgContainer{
        height: 250px !important;
    }
}
@media (max-width: 600px) {
    .imgContainer{
        height: 200px !important;
    }
}
@media (max-width: 450px) {
    .imgContainer{
        height: 150px !important;
    }
}

/* auction list css */
/*.sub-title.sub-title3 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #18468d;
    margin-bottom: 30px;
}
.sub-title.sub-title3::before {
    background-color: #18468d;
    margin-left: -3.2rem;
}

.sub-title.sub-title3::before, .sub-title.sub-title3:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 40px;
}
.sub-title.sub-title3::after {
    background-color: #18468d;
    margin-left: 10px;
}

.sub-title.sub-title3::before, .sub-title.sub-title3:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 2px;
    width: 40px;
}*/
.auctionListCard{
    display: none;
}
.auctionListSection{
    padding: 140px 20px;
    width: 100%;
}

.tabsSection{
    width: 20%;
}
.listSection{
    width: 80%;
}
.auctionListContainer{
    box-shadow: 0px 0px 10px lightgray;
    width: 100%;
    min-height: 400px;
    display: flex;
/*    padding: 20px;*/
    gap: 20px;
    margin: 30px 0px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 3px lightgray;
}
.auctionListContainer .process-tabs-tabs.nav-tabs{
    padding: 60px 40px 60px 28px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.auctionListContainer .process-tabs-tabs .nav-link .step {
    padding: 6px 20px !important;
    white-space: nowrap !important;
}
.auctionListContainer .process-tabs-tabs .active span{
    box-shadow: 0px 0px 10px 4px lightgray;
}
.auctionListContainer .process-tabs-tabs .nav-link span{
    background-color: #EDEDED;
    color: #979C9f;
    border: 1px solid lightgray;
}
.auctionListContainer .process-tabs-tabs{
    width: 15%;
}
.auctionListContainer #nav-tabContent{
    width: 85%;
}
.auctionListContainer #nav-tabContent .tab-pane{
    height: 100%;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper{
    border: none !important;
    position: relative;
    padding: 20px 10px 20px 10px !important;
    display: block !important;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer{
    padding: 10px;
    border-radius:30px;
    border: 1px solid lightgray;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr,
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table,
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr th,
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td
{
    border: 1px solid white !important;
    text-align: center;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td:nth-child(1),
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td:nth-child(2),
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr th:nth-child(1),
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr th:nth-child(2)
{
    width: 10%;
}

.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table a
{
    font-weight: 600;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td
{
    color: #404b52;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr th
{
    font-weight: 600;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td button
{
    color: white;
    background-color: #00adef !important;
    border-radius: 10px;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer{
    height: 100%;
    width: 100%;
    max-height: 600px;
    overflow: auto;
    scroll-behavior: smooth;
}
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .viewList{
    text-align: right;
    text-decoration: underline;
    font-weight: 600;
    color: #18468d;
    padding-right: 10px;
    padding-top: 10px;
}

/* WebKit Browsers (Chrome, Safari, Edge) */
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer::-webkit-scrollbar
{
    width: 10px; /* Scrollbar width */
}

.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer::-webkit-scrollbar-thumb
{
    background: #888; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners for the thumb */
    height: 500px; /* Explicit thumb height */
    margin: calc((600px - 500px) / 2) 0; /* Center the thumb vertically */
}

.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer::-webkit-scrollbar-thumb:hover
 {
    background: #555; 
}

.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer::-webkit-scrollbar-track
{
    background: #f1f1f1; /* Scrollbar track color */
    border-radius: 40px; /* Rounded corners for the track to match the container */
}

/* Firefox */
.auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer
{
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none !important;
    border-color: none !important;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs .nav-link{
    border: none;
}
.nav-tabs .nav-link.active span{
    background-color: #18468d;
    color: white;
}
/* for using width 100% of auction list container   */
@media (min-width: 1200px) {
    .auctionListSection .container{
         max-width: 100% !important; 
    }
}
@media (min-width: 992px) {
    .auctionListSection .container{
         max-width: 100% !important; 
    }
}
@media (min-width: 768px) {
    .auctionListSection .container{
         max-width: 100% !important; 
    }
}
@media (min-width: 576px) {
    .auctionListSection .container{
         max-width: 100% !important; 
    }

}
@media (max-width: 576px) {
    #qrcodeimg{
        width:50%;
    }

}
@media (max-width: 1200px) {
    .auctionListContainer .process-tabs-tabs.nav-tabs {
        padding: 60px 40px 60px 10px !important;
    }
}
@media (max-width: 990px) {
    .auctionListContainer .process-tabs-tabs{
        width: 100%;
        flex-direction: row !important;
    }
    .auctionListContainer{
        flex-direction: column;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        padding-bottom: 20px !important ;
        justify-content: center;
    }
    .auctionListContainer .process-tabs-tabs .nav-link:last-child{
        margin-bottom: 18px;
    }
    .auctionListContainer #nav-tabContent{
        width: 100%;
    }
    #teamSlider5 .swiper-wrapper{
        height: max-content;
    }
    
}
@media (max-width: 800px) {
   .hero-style13 .sub-title h1 {
        font-size: 25px !important;
    }
    .auctionListTableContainer table thead tr th
    {
        display: none;
    }
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr,
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table,
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr th,
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td
    {
        border: none !important;
    }   
    .auctionListCard{
        display: block;
        text-align: left;
        box-shadow: 0px 0px 5px 2px lightgray;
        border-radius: 14px;
        padding-left: 10px;
        margin-bottom: 30px;
        padding: 15px;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
        --bs-table-accent-bg: none !important;
    }
    .auctionListCard:nth-child(odd){
        background-color: #f8f9fa;
    }
    .auctionListCard .row{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .dNone{
        display: none;
    }
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tr td:first-child
    {
        margin-bottom: 30px;
    }
    .textElipse{
         display: -webkit-box; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        -webkit-line-clamp: 3; 
        line-clamp: 2; 
        text-overflow: ellipsis; 
    }
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tbody tr td {
        outline: none;
        padding: 0px;
        box-shadow: none !important;
    }
    .auctionListTableContainer table tr td:not(:first-child)
     {
        display: none;
    }
}
@media (max-width: 700px) {
    .th-hero-wrapper #brandSlider4 {
        padding: 20px 60px 20px 20px !important;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        gap: 5px 10px;
    }
    .process-tabs-tabs .nav-link{
        margin-bottom: 0px !important;
    }
    .process-tabs-tabs .nav-link .step{
        margin-bottom: 10px !important;
    }
}
@media (max-width: 650px) {
    .heroTitleContainer {
        padding-left: 60px;
    }
}
@media (max-width: 575px) {
   .hero-style13 .sub-title h1 {
        font-size: 22px !important;
    }
    .heroTitleContainer {
        padding-left: 40px;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        gap: 10px 20px;
    }
}
@media (max-width: 600px) {
    .auctionListContainer{
        padding: 20px 0px;
    }
    .servicesListSwiper .swiper-slide{
        margin-right: 60px !important;
    }
}
@media (max-width: 500px) {
    .hero-style13{
        padding-top: 70px !important;
    }
   .th-hero-wrapper{
        height: 370px !important;
    } 
    .servicesListSwiper a{
        font-size: 20px;
    }
    .auctionListTableContainer table td::before
    {
        padding-left: 5px;
    }
    .auctionListTableContainer table td,
    .auctionListTableContainer table td .btn
    {
        font-size: 14px;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        display: flex;
        justify-content: center;
    }
    .cta-content .cta-wrapper{
        min-width: 100% !important;
    }
    .call-btn{
        display: none !important;
    }
}
@media (max-width: 400px) {
    .th-hero-wrapper #brandSlider4 {
        padding: 11px 60px 11px 11px !important;
    }       
    .th-hero-wrapper{
        height: 370px;
    }
    .servicesListSwiper a{
        font-size: 18px;
    }
    .heroTitleContainer {
        padding-left: 20px;
    }
    .auctionListTableContainer table td::before
    {
        font-size: 12px;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        padding: 30px 5px !important;
    }
}
@media (max-width: 370px) {
    .auctionListSection .container{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper{
        padding: 20px 5px 20px 5px !important;
    }
    .auctionListContainer .process-tabs-tabs .nav-link .step{
        margin-bottom: 0px !important;
    }
    .auctionListContainer .process-tabs-tabs.nav-tabs{
        padding: 30px 5px 0px 5px !important;
    }
    .servicesListSwiper .swiper-slide{
        margin-right: 30px !important;
    }
}
@media (max-width: 310px) {
    .hero-style13{
        padding-top: 40px;
    }     
    .th-hero-wrapper #brandSlider4 {
        padding: 11px 42px 3px 11px !important;
    }  
    .hero-style13 .sub-title h1 {
        font-size: 19px !important;
    }
    .servicesListSwiper a{
        font-size: 14px;
    }
    .auctionListContainer #nav-tabContent .tab-pane .process-wrapper .auctionListTableContainer table tbody tr td .btn{
        font-size: 12px;
    }
} 

/* blog section css */
.materialListContainer .imageContainer {
    width: 85% !important;
    aspect-ratio: 5 / 4;
    margin-left: auto;
    margin-right: auto;
}
.materialListContainer .imageFit {
    object-fit: cover;
    height: 100% !important;
}
.materialListContainer .boxContent {
    margin-top: 27px;
    text-align: left;
    padding-inline: 10px;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .materialListContainer .boxContent {
    padding-inline: 30px;
    }
}
.materialListContainer .boxDetail {
    margin-bottom: 0;
    color: #18468D;
    font-size: 15px;
}
.materialListContainer .txtBlack {
    color: black;
}
.materialListContainer .buttonCustom {
    position: relative;
    background-color: #00ADEF;
    border:none !important;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    padding: 0.4em 0.9em;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
} 
.materialListContainer .buttonCustom:hover {
    transition-duration: 0.1s;
    background-color: lightgray;
} 
.materialListContainer .buttonCustom:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 5px 20px lightblue;
} 
.materialListContainer .buttonCustom:active:after {
    box-shadow: 0 0 0 0 lightblue;
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
} 
.materialListContainer .buttonCustom:active {
    top: 1px;
} 
@media screen and (min-width: 768px) {
    .materialListContainer .slider-area{
        width: 93%;
        margin-inline: auto;
    }
}
/* bid flow section  */
.icondShow{
    display: none;
}
.bidFlowSection{
    padding: 100px 20px;
}
.bidFlowSection .process-tabs-wrapper:before{
    background-color: none !important;
}
.bidFlowSection .process-tabs-wrapper{
    margin:auto;
    width: 90% !important;
    box-shadow: 0px 0px 10px lightgray;    
    border-radius: 0px;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.bidFlowSteps .front{
    border: 1px solid lightgray;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
.back{
    display: none;
}
.bidFlowSteps img{
    width: 70%;
}
@media screen and (max-width: 535px) {
    .bidFlowSection .process-tabs-wrapper{
        flex-direction: column;
    }
    .icondShow{
        display: block;
    }
    .icondNone{
        display: none;
    }
}
.bidFlowSteps {
    position: relative;
    width: 150px;
    height: 150px;
    perspective: 1000px; /* Enable 3D perspective for the flip animation */
}

.bidFlowSteps .front,
.bidFlowSteps .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hide the back face when not visible */
    transition: transform 0.6s ease-in-out; /* Smooth animation */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bidFlowSteps .front {
    background-color: #fff;
    z-index: 2; /* Keep front above by default */
    transform: rotateY(0deg); /* Default front-facing position */
}

.bidFlowSteps .back {
    background-color: #fff; /* Different background for the back */
    z-index: 1; /* Keep back below by default */
    transform: rotateY(-180deg); /* Hide the back initially */
}

.bidFlowSteps:hover .front {
    transform: rotateY(180deg); /* Flip front to hide */
}

.bidFlowSteps:hover .back {
    transform: rotateY(0deg); /* Flip back to show */
}
/* video section  */
.videoSection{
    padding: 100px 20px;
}
.videoSection .process-tabs-wrapper:before{
    background-color: none !important;
}
.videoSection .process-tabs-wrapper{
    margin:auto;
    width: 90% !important;
    box-shadow: 0px 0px 10px lightgray;    
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.videoSection .process-tabs-wrapper .videoContainer{
    width: 35%;
}
.videoSection .process-tabs-wrapper .infoContainer{
    width: 55%;
}
@media screen and (max-width: 1000px) {
    .videoSection .process-tabs-wrapper .videoContainer{
        width: 45%;
    }
    .videoSection .process-tabs-wrapper .infoContainer{
        width: 45%;
    }
}
@media screen and (max-width: 900px) {
    .videoSection .process-tabs-wrapper{
        flex-direction: column;
    }
    .videoSection .process-tabs-wrapper .videoContainer{
        width: 80%;
    }
    .videoSection .process-tabs-wrapper .infoContainer{
        width: 80%;
    }
}
/* aliances section  */
.aliancesSection{
    padding: 100px 20px;
}