@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css);

:root
{
    --brand-color-theme-1:#9d180f;
}

.fButton
{
    display: inline-block;
    padding: 14px 30px;
    background-color: var(--brand-color-theme-1);
    color: white!important;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid var(--brand-color-theme-1);
    font-weight: 600;
}
.fbtn-blinking {
    animation: fbtnblinking .5s ease-in-out infinite ;
    transition: all 1s linear;
}

@keyframes fbtnblinking {
    0% {
        background-color: var(--brand-color-theme-1);
        color: white;
    }
    50% {
        background-color: white;
        border-color: white;
        color: black !important;
        /*color: var(--brand-color-theme-1);*/
    }
    100% {
        background-color: var(--brand-color-theme-1);
        color: white;
    }
}
/* header start here */

.top-bar
{
    background-color: var(--brand-color-theme-1);
    padding: 10px 0px;
}

.top-bar .col-auction span
{
    color:white;
    font-size: 13px;
}

.top-bar .col-auction span i
{
    margin-right: 5px;
}

.top-bar .col-auction span a
{
    color: white;
}

.top-bar .col-auction span a i
{
    margin-left: 5px;
}
.top-bar .btn-top{
    text-align: end;
}
.top-bar .col-account
{
    text-align: end;
    color: white;
}

.top-bar .col-account a 
{
    font-size: 13px;
    color: white;
}
.top-section-search
{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.top-section-search .row div img.logo-img
{
    width: 150px;
}

.top-section-search .search-sec
{
    display: flex;
    justify-content: end;
    place-items: center;
}

.top-section-search .search-sec .input-group
{
    width: 80%;
}

.top-section-search .search-sec .input-group input
{
    border-color: #e0e4e7;
}

.top-section-search .search-sec .input-group input
{
    font-size: 13px;
}

.top-section-search .search-sec .input-group span
{
    background-color: var(--brand-color-theme-1);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid var(--brand-color-theme-1);
}

.top-section-search .btn-top-col
{
    display: flex;
    justify-content: end;
    place-items: center;
}

header{
    border-bottom: 4px solid var(--brand-color-theme-1);
}

.navbar-desktop .navbar-nav
{
    width: 100%;
    justify-content: end;
    place-items: center;
}
.navbar-toggle-main
{
    border: 5px solid #000;
    box-shadow: none!important;
}
.navbar-toggle-main img
{
    width: 30px;
}
.user-drop img
{
    border-radius: 500px;
}

.navbar-desktop .navbar-nav .user-drop .dropdown-menu
{
    padding: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-desktop .navbar-nav .user-drop .dropdown-menu li a
{
    font-size: 13px;
    background-color: white;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    border-bottom: 1px solid #dddddd;
    padding: 10px 7px 10px 7px;
    transition: all 0.5s ease;
}

.navbar-desktop .navbar-nav .user-drop .dropdown-menu li a:hover
{
    background-color: var(--brand-color-theme-1);
    color: white;
}

.navbar-desktop .navbar-nav .user-drop .dropdown-menu li a i 
{
    margin-right: 7px;
}

.navbar-desktop .navbar-nav .nav-link
{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.navbar-desktop .browse-category
{
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
}

.navbar-desktop .browse-category-dropdown .dropdown-menu
{
    min-width: 230px!important;
    width: 230px!important;
}
/* header ends here */

.sg-brother .carousel-item .carousel-caption
{
    width: 100%;
    height: 100%;
    background-color: transparent;
    left:0;
    right: 0;
    bottom: 0;
}

.sg-brother .carousel-item .carousel-caption .view-auction-btn
{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: start;
}

.sg-brother .carousel-item .carousel-caption .view-auction-btn img
{
    width: 20%;
    margin-bottom: 5%;
    margin-left: 5.8%;
}
.sg-brother .carousel-item .carousel-caption .bid-now
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: end;
} 

.sg-brother .carousel-item .carousel-caption .bid-now img
{
    width: 20%;
    margin-right: 7%;
    margin-bottom: 6%;
}

.sg-brother .carousel-control-prev
{
    left: 2%;
}

.sg-brother .carousel-control-next
{
    right: 2%;
}
.sg-brother .carousel-control-prev,.sg-brother .carousel-control-next
{
    width: 70px;
    height: 70px;
    border-radius: 500px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #cf3e3b;
}



/* featured auction start here */

.featured-action .car-listing .thumb img
{
    width: 100%;
    object-fit: cover;
}

/* benifits accounts start here */

section
{
    padding-top: 40px;
    padding-bottom: 40px;
}

section .benifits-main
{
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    background: url('/img/beinfits_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section .benifits-main
{
    display: flex;
    justify-content: center;
    place-items: center;
}

section .benifits-main .icons-benifits .row div.col-12
{
    margin-bottom: 20px;
}

section .benifits-main .icons-benifits .row div.col-12 div.icons-section
{
    display: block;
    text-align: center;
    height: 100%;
}

section .benifits-main .icons-benifits .row div.col-12 div.icons-section img
{
    width: 80px;
}

section .benifits-main .icons-benifits .row div.col-12 div.icons-section span
{
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-top: 10px;
}

section .benifits-main .button-benifits
{
    text-align: center;
    margin-top: 40px;
}

section .benifits-main .button-benifits img{
    width: 200px;
}

.type-section div.col-12 img
{
    width: 100%;
}

.f-type-text
{
    position: relative;
    right: 7%;
    display: block;
    text-align: end;
    top: -50px;
    color: white!important;
    font-weight: 600;
    font-size: 18px;
}

.f-type-text-2
{
    position: relative;
    display: block;
    text-align: start;
    left: 6%;
    top: -50px;
    color: white!important;
    font-weight: 600;
    font-size: 18px;
}
/* benifits accounts ends here */

/* equipment start here */

.looking-equipment .row div.col-12
{
    margin-top: 20px;
}
.looking-equipment .row div.col-12 .card  img
{
    width: 100%;
}


.looking-equipment .row div.col-12 .card  .card-img-overlay
{
    width: 100%;
    height: 100%;
    padding: 15px;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp
{
    border: 1px solid white;
    height: 100%;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp .text-icon-1
{
    padding: 20px;
}
.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp .text-icon-1 img
{   
   margin-top: 15px;
    width: 90px;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp .text-icon-1 h5
{
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp.border-card-eup-sell img
{
    width: 80px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp.border-card-eup-sell h5
{
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-align: end;
    text-transform: capitalize;
}

.looking-equipment .row div.col-12 .card  .card-img-overlay .border-card-eqp.border-card-eup-sell .text-icon-2
{
    position: absolute;
    bottom:30px;
    right: 40px;
}
/* equipment ends here */

/* bid online start here */

.bid_online_main 
{
    background: url(/img/bid_onine.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.bid_online_main h4
{
    font-size: 22px;
    color: #000;
    border-left: 4px solid var(--brand-color-theme-1);
    padding-left: 10px;
    font-weight: bold;
}

.bid_online_main ul
{
    list-style: none;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}
.bid_online_main .button-my
{
    padding-left: 25px;
    padding-top: 40px;
}
.bid_online_main .button-my img
{
    width: 200px;
    
}

/* bid online ends here */


/* flexible financing start here */

.flexible-financing
{
    background: url(/img/flexible_financing.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 10px;
    text-align: end;
}


.flexible-financing h4
{
    font-size: 22px;
    color: #000;
    border-right: 4px solid var(--brand-color-theme-1);
    padding-right: 10px;
    font-weight: bold;
}


.flexible-financing ul
{
    list-style: disc;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.flexible-financing ul li
{
    list-style-type: disc;
}
.flexible-financing .button-my img
{
    width: 200px;
    
}

.flexible-financing .button-my
{
    padding-right: 25px;
    padding-top: 40px;
}


.f-footer
{
    background-color: var(--brand-color-theme-1);
}

.f-footer .row
{
    padding-top: 70px;
    padding-bottom: 10px;
}
.f-footer .row div.col-12
{
    margin-bottom: 20px;
}
.f-footer .row div.col-12 h5
{
    color: white;
    font-weight: 600;
}

.f-footer .row div.col-12 ul li
{
    color: white;
    font-size: 13px;
    line-height: 25px;
}

.f-footer .row div.col-12 ul li a
{
    color: white;
}

.f-footer .row div.col-input-button-footer .input-group
{
    width: 230px;
}

.f-footer .row div.col-input-button-footer .input-group input
{
    height: 40px;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #dddddd;
}

.f-footer .row div.col-input-button-footer .input-group .input-group-text
{
    background-color: #000;
    border: 1px solid #000;
    color: white;
    font-size: 13px;
}
.f-footer .row div.col-input-button-footer p
{
    font-size: 13px;
    color: white;
    margin-top: 10px;
}

.f-footer .row div.col-social ul
{
    display: flex;
    justify-content: end;
    padding-right: 32%;
    width: 100%;
}

.f-footer .row div.col-social ul li
{
    margin-right: 10px;
}

.f-footer .row div.col-social ul li a
{
    font-size: 20px;
}
.f-footer .copyright-text
{
    text-align: center;
    color: white;
    background-color: #000;
    padding: 15px 10px;
    font-size: 13px;
}

.f-footer .col-links-footer
{
    padding-left: 60px;
}
/* flexible financing ends here */


/* place bids starts here */

.place-bids
{
    width: 400px;
    margin-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0;
    max-width: 100%;
}

.place-bids .nav
{
    justify-content: center;
}

.place-bids .nav button
{
    width: 50%;
    background-color: #dedede;
    position: relative;
    border-radius: 0;
    color: #000;
    font-weight: 500;
    font-size: .8rem;
    cursor: pointer!important;
}

.place-bids .nav button.active
{
    background-color: white;
    color: #9d180f;
    cursor: pointer;
}
.place-bids .nav button.active::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #9d180f;
    cursor: pointer!important;
}

.place-bids .tab-pane
{
    padding: 15px;
    height: fit-content;
}

.place-bids .tab-pane form div.high
{
    display: flex;
    justify-content: space-between;
    place-items: center;
}

.place-bids .tab-pane form div.high span,
.place-bids .tab-pane form div.high button
{
    font-size: .8rem;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
}

.place-bids .tab-pane form div.high button
{
    border-radius: 0;
    border: 0;
    outline: none;
    padding: 5px 10px;
}

.place-bids .tab-pane form div.ammount h3
{
    font-weight: 500;
    margin-top: 10px;
}

.place-bids .tab-pane form div.ammount h3 label
{
    font-size: 1.2rem;
}

.place-bids .tab-pane form .auction
{
    padding:12px 10px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    font-weight: 500;
    text-decoration: underline;
    font-size: .8rem;
}

.place-bids .tab-pane form .clock,
.place-bids .tab-pane form .calendar
{
    padding:12px 10px;
    border-bottom: 1px solid #dedede;
    font-weight: 500;
    font-size: .8rem;
    display: flex;
    place-items: center;
}

.place-bids .tab-pane form .clock label,
.place-bids .tab-pane form .clock span,
.place-bids .tab-pane form .calendar span
{
    display: inline-block;
    padding-left: 5px;
}

.place-bids .tab-pane form .clock i,
.place-bids .tab-pane form .calendar i
{
    display: inline-block;
    width: 20px;
}
.place-bids .tab-pane form .clock span a
{
    background-color: #cf3e3b;
    display: inline-flex;
    margin-right: 5px;
    padding: 5px;
    color: white;
    font-weight: 600;
}

.place-bids .tab-pane form .last-para
{
    font-size: .8rem;
    margin-top: 10px;
}

.place-bids .tab-pane form .inrease-decrease
{
    display: flex;
    justify-content: space-between;
}

.place-bids .tab-pane form .inrease-decrease button,
.place-bids .tab-pane form .inrease-decrease div.input-tab input
{
    background-color: #cf3e3b;
    border: 0;
    font-size: 2rem;
    border: 0;
}
.place-bids .tab-pane form .inrease-decrease button
{
    width: 15%;
}

.place-bids .tab-pane form .inrease-decrease div.input-tab
{
    width:60%;
    position: relative;
}

.place-bids .tab-pane form .inrease-decrease div.input-tab::before
{
    content: "$";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.place-bids .tab-pane form .inrease-decrease div.input-tab::after{
    content: "CAD";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}
.place-bids .tab-pane form .inrease-decrease div.input-tab input
{
    width: 100%;
    border: 1px solid #dedede;
    font-size: 1rem;
    background-color: transparent;
    padding: 10px;
    outline: none;
    text-align: center;
}

.place-bids .tab-pane form .scroll-div
{
    height: 180px;
    overflow: auto;
}

.place-bids .tab-pane form .scroll-div div.col-scr
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.place-bids .tab-pane form .scroll-div div.col-scr span
{
    background-color: #aaaaaa;
    padding: 7px 20px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: .8rem;
}

.place-bids .tab-pane form .scroll-div div.col-scr label
{
    font-size: .8rem;
}


/* place bids ends here */