/*** project root create here ***/

@import url(./_variables.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root {
    --primary-font-family: "Nunito", sans-serif;
    --primary-color: #ff600a;
    --secondry-color: #252525;
    --tertiary-color: #ffffff;
    --main-heading: 75px;
    --sub-heading: 45px;
}

* {
    padding: 0px;
    margin: 0px;
}

.auc-bottom-box {
    height: calc(65% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

h2#swal2-title {
    font-size: 18px !important;
    text-transform: capitalize !important;
}

p.error-fields_vehicleForm_step1 {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
}

.btn-primary {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.bmc-white-btn {
    background: var(--tertiary-color) !important;
    color: var(--primary-color) !important;
}

*:focus {
    box-shadow: unset !important;
}

:focus-visible {
    outline: 0px solid #3498db !important;
}

body {
    font-family: var(--primary-font-family);
}


/*** header section css ***/

header.fixed {
    box-shadow: 0px 0px 30px 0px #00000010;
    animation: goDown 0.5s ease-in-out forwards;
}

.all-page-top-space {
    height: 122px;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: var(--tertiary-color);
    animation: goDown 0.5s ease-in-out forwards;
}

.bmc-quick-contact {
    border-bottom: 1px solid #dddddd;
}

.bmc-quick-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
}

.bmc-listing-inline {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0;
}

.bmc-listing-inline li {
    list-style: none;
    cursor: pointer;
}

.bmc-header-contact-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bmc-header-contact-info .bmc-header-contact-icon {
    margin-right: 5px;
}

.bmc-header-contact-info.bmc-listing-inline li:first-child {
    padding-right: 20px;
    border-right: 1px solid #dddddd;
}

.bmc-header-cart-amount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bmc-header-contact-info a {
    font-size: 14px;
}

.bmc-header-cart-amount .bmc-cart-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bmc-cart-icon svg {
    width: 22px;
    height: 22px;
}

span.cart-badge {
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    position: absolute;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--tertiary-color);
    right: 0px;
    top: 7px;
    padding-top: 3px;
    font-weight: 500;
    outline: 2px solid var(--tertiary-color);
    line-height: unset;
}

.bmc-header-cart-amount .bmc-cart-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bmc-ammount-cart small {
    font-size: 10px;
}

.bmc-ammount-cart h6 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}

.bmc-header-social-info.bmc-listing-inline .bmc-header-contact-icon {
    justify-content: end;
}

.btn.bmc-login-btn:focus {
    outline: 0px;
    box-shadow: unset !important;
}

.bmc-login-btn,
.bmc-login-btn:hover {
    height: 45px;
    color: var(--tertiary-color);
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    background: linear-gradient(45deg, #010c23, #083554);
    padding: 0px 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.bmc-web-menu {
    gap: 15px;
}

.bmc-web-menu .nav-item .nav-link {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--secondry-color);
}

.bmc-web-menu .nav-item .nav-link:hover {
    color: var(--secondry-color);
}

.bmc-web-menu .nav-item .nav-link:active {
    color: var(--primary-color);
}

.bmc-navbar-toggle {
    border: 0;
    padding: 0;
}

.bmc-pedding-nav {
    padding: 15px 0px;
}

.bmc-navbar-toggle:focus {
    box-shadow: unset;
}

@media (max-width: 992px) {
    .bmc-header-cart-amount {
        display: none;
    }
    .bmc-login-btn,
    .bmc-login-btn:hover {
        margin-left: 0;
    }
    .container {
        max-width: 100%;
    }
    .bmc-quick-contact {
        display: none;
    }
}


/*** home page style css ***/

.bmc-hero-box {
    position: relative;
    max-height: 750px !important;
    min-height: 500px;
    overflow: hidden;
}

.bmc-slider-slide:before {
    position: absolute;
    content: "";
    background: #00000061;
    width: 100%;
    height: 100%;
}

.container.bmc-container {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -80%);
}

.bmc-carousel-content h4 {
    font-size: 50px;
    margin-bottom: -5px;
    color: var(--tertiary-color);
}

.bmc-carousel-content .main-heading {
    font-size: 75px;
    font-weight: 600;
    color: var(--tertiary-color);
}

.bmc-features-automation {
    align-items: center;
    display: flex;
    gap: 50px;
}

.bmc-features-automation li {
    list-style: circle;
    font-size: 20px;
    font-weight: 500;
    color: var(--tertiary-color);
}

.bmc-hero-action {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: left;
}

.bmc-header-flx {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.bmc-login-user {
    margin-top: 15px;
}

.bmc-header-flx nav.navbar {
    width: 100%;
}

.bmc-login-user img {
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.bmc-login-user .nav-link {
    color: #2525258f;
    font-size: 18px;
}

.bmc-login-user .dropdown-item {
    font-size: 15px;
    color: #030303;
    padding: 10px 13px;
}

.bmc-login-user .dropdown-menu.show {
    background: white;
    border: 0;
    box-shadow: 0px 5px 24px 0px #00000025;
}

.theme-primary-btn,
.theme-primary-btn:hover {
    font-size: 15px;
    text-transform: capitalize;
    background: var(--primary-color);
    color: var(--tertiary-color);
    height: 50px;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    transition: 0.2s all;
}

.theme-primary-btn:hover {
    box-shadow: 0px 7px 15px 0px #ff600b47;
}

.theme-primary-outline-btn {
    background: var(--tertiary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.bmc-slider-slide {
    position: relative;
}

.bmc-slider-slide img {
    width: 100%;
}

.bmc-slider-slide img {
    /* min-height: 500px !important;
max-height: 750px; */
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.bmc-hero-action h3 {
    font-size: 26px;
    font-weight: 500;
    color: var(--tertiary-color);
}

.bmc-hero-slider .slick-prev {
    left: 60px;
    z-index: 11;
}

.bmc-hero-slider .slick-next {
    right: 60px;
}

.bmc-hero-slider .slick-prev,
.bmc-hero-slider .slick-next {
    background: #ffffff3b;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.745;
}

.bmc-hero-slider .slick-prev:before {
    content: "\221F" !important;
    rotate: 45deg;
    padding-left: 5px;
    margin-top: -5px;
}

.bmc-hero-slider .slick-next:before {
    content: "\221F" !important;
    rotate: 230deg;
    margin-right: 5px;
    margin-top: 0px;
}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/
    /* New additions */
    height: 6px;
    background: #ccc;
}


/* Thumb: webkit */

input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #010c23;
    border-radius: 50%;
    border: none;
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: 0.2s ease-in-out;
}


/* Thumb: Firefox */

input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #010c23;
    border-radius: 50%;
    border: none;
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: 0.2s ease-in-out;
}


/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 5px #010c235f;
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 5px #010c235f;
}

input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 5px #010c235f;
}


/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 5px #010c235f;
}

input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 5px #010c235f;
}

input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 5px #010c235f;
}

.dashed-divider {
    border-bottom: 1px dashed #00000066;
}

.bmc-advance-serach-tab .nav-link {
    background: var(--tertiary-color);
    color: var(--primary-color);
    min-width: 140px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0;
}

.bmc-advance-serach-tab .nav-link.active {
    background: var(--primary-color);
    color: var(--tertiary-color);
}

.bmc-advance-search {
    position: relative;
    margin-top: -200px;
}

.bmc-x-spaceing {
    padding: 80px 0px;
}

.bmc-tabContent {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    box-shadow: 0px 0px 30px 0px #04173026;
}

form.bmc-form .form-label {
    font-size: 14px;
}

form.bmc-form .form-control,
form.bmc-form .form-select {
    border-radius: 5px;
    border: 1px solid #00000021;
    height: var( --main-search-input);
    font-size: var(--form-input-font);
    font-weight: 600;
}


/* form.bmc-form .form-control::placeholder,
form.bmc-form .form-select::placeholder {
    opacity: .5 !important;
} */

.select2-container {
    width: 100% !important;
}

.postal-search-box {
    position: relative;
}

#postal-error {
    font-size: 14px;
}

.input-loader {
    position: absolute;
    right: 24px;
    top: 46px;
    display: none;
}

.postal-success {
    color: rgb(38, 141, 38);
}

.postal-error {
    color: rgb(189, 32, 32);
}

form.bmc-form .form-control::placeholder,
form.bmc-form .form-select::placeholder {
    opacity: .5;
}

.bmc-search-btn,
.bmc-search-btn:hover {
    height: var(--main-search-input);
    color: var(--tertiary-color);
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    background: linear-gradient(45deg, #010c23, #083554);
    padding: 0px 24px;
    border-radius: 4px;
    width: 100%;
}

.bmc-search-out-btn,
.bmc-search-out-btn:hover {
    height: var(--main-search-input);
    color: var(--tertiary-color);
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    background: transparent;
    color: #083554 ;
    border: 1px solid #083554;
    padding: 0px 24px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
}






a.bmc-search-toggle {
    text-decoration: none;
    color: var(--secondry-color);
    font-weight: 800;
}

.form-select {
    background-image: url(../img/icons/dropdown.png);
    background-size: 13px 9px;
    background-repeat: no-repeat;
}

.bmc-search-advance {
    display: none;
}

.bmc-sub-heading {
    font-size: 45px;
    color: var(--secondry-color);
}

.bmc-paragraph {
    font-size: 18px;
    color: var(--secondry-color);
}

.bmc-query-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bmc-query-text small {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.bmc-theme-text {
    color: var(--primary-color);
}

.bmc-query-text h3 {
    font-size: 30px;
}

.bmc-auction {
    background: #fff4ef;
}

.bmc-slider-items {
    padding: 30px 15px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background: var(--tertiary-color);
}

.bmc-inner-slider {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.expire-badge {
    position: absolute;
    background: rgb(255 137 15);
    padding: 0 40px;
    transform: rotate(-35deg);
    color: #fff;
    top: 30px;
    left: -30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.ready-bid {
    background: #5eb17f !important;
    position: absolute;
    padding: 0 40px;
    transform: rotate(-35deg);
    color: #fff;
    top: 30px;
    left: -30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.expired {
    background: red;
    top: 20px;
}


/* .expiredBid
{
  display: none !important;
} */

.bmc-aution-img-alter {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.xs-arrow-view {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    display: none;
}

.bmc-aution-img-alter::-webkit-scrollbar {
    display: none;
}

.bmc-aution-img-alter span {
    width: 70px;
    height: 80px;
    display: flex;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.bmc-aution-img {
    width: 250px;
    height: 300px;
}

.auction-slider-content {
    width: calc(100% - 300px);
}

.bmc-aution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #7474742e;
}

.auction-slider-content h2 {
    font-size: 20px;
    font-weight: 800;
}

.auction-slider-content p,
.auction-slider-content .auction-slider-desc,
.auction-slider-content .auction-slider-desc p {
    font-size: 13px !important;
    color: var(--secondry-color);
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.bmc-bid-btn,
.bmc-bid-btn:hover {
    padding: 10px 20px;
}

.bmc-countdow {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bmc-countdow .count-box {
    width: 50px;
    text-align: center;
}

.auction-slider-content .bmc-count-num {
    width: 50px;
    height: 50px;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 16px !important;
}

.bmc-count-label {
    margin-bottom: 0;
    font-size: 13px;
}

.bmc-auction-slide-btn {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.bmc-auction-slide-btn span img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.bmc-auction-slider .slick-arrow {
    display: none !important;
}

.bmc-how-work-text {
    text-align: center;
}

.hw-active {
    display: none;
    transition: 2s all;
    margin: 0 auto;
}

.hw-unactive {
    margin: 0 auto;
}

.bmc-work-steps {
    text-align: center;
}

.bmc-work-steps:hover .hw-active {
    display: block;
    transition: 2s all;
}

.bmc-work-steps:hover .hw-unactive {
    display: none;
    transition: 2s all;
}

.bmc-top-arrow,
.bmc-bottom-arrow {
    position: relative;
}

.bmc-top-arrow:after {
    position: absolute;
    content: "";
    width: 162px;
    height: 68px;
    background-image: url(../img/icons/top-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -80px;
    top: 10px;
    z-index: 1;
    animation: up-down linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 50px);
    }
    24% {
        transform: translate(1px, 30px);
    }
    50% {
        transform: translate(1px, 50px);
    }
    74% {
        transform: translate(1px, 30px);
    }
    100% {
        transform: translate(1px, 50px);
    }
}

.bmc-bottom-arrow:after {
    position: absolute;
    content: "";
    width: 162px;
    height: 68px;
    background-image: url(../img/icons/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -80px;
    bottom: -45px;
    z-index: 1;
    animation: up-down linear 10s;
    animation-iteration-count: infinite;
}

.bmc-work-steps h5 {
    font-size: 20px;
    font-weight: 700;
}

.howitwork a,
.bmc-work-steps h5 a {
    text-decoration: none !important;
    color: inherit;
}

.bmc-work-steps p {
    font-size: 15px;
    color: var(--secondry-color);
    opacity: 0.7;
}

.bmc-counter-grdnt {
    background: linear-gradient(45deg, #010c23, #083554);
    padding: 50px 0px;
    position: relative;
}

.bmc-counter-grdnt:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 100%;
    background-image: url(../img/counter2.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bmc-counter-grdnt:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 100%;
    background-image: url(../img/counter1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    left: 0;
    top: -20px;
}

.bmc-why-breaking-list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-top: 60px;
}

.bmc-why-breaking-list-icon {
    width: 80px;
}

.bmc-why-breaking-list-text {
    width: calc(100% - 100px);
}

.bmc-why-breaking-list-lft {
    text-align: right;
    flex-direction: row-reverse;
    margin-right: -60px;
}

.bmc-why-breaking-list-rgt {
    margin-left: -60px;
}

.bmc-counter-text h2 {
    font-size: 50px;
    color: var(--tertiary-color);
}

.bmc-counter-text p {
    font-size: 16px;
    color: var(--tertiary-color);
    margin-bottom: 0;
}

.bmc-counter-text {
    text-align: center;
}

.bmc-why-breaking-list-text h6 {
    font-size: 18px;
    font-weight: 800;
    color: var(--secondry-color);
}

.bmc-why-breaking-list-text p {
    font-size: 14px;
    color: var(--secondry-color);
    opacity: 0.7;
}

.bmc-nagetive-box-lft {
    margin-right: 0;
}

.bmc-nagetive-box-rgt {
    margin-left: 0;
}

.bmc-review-content {
    background: var(--tertiary-color);
    box-shadow: 0px 0px 14px 0px #cccccc2e;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 15px;
    text-align: center;
}

.bmc-review-slider .slick-slide .bmc-review-slide-btn {
    opacity: 0;
}

.bmc-review-slider .slick-slide.slick-current.slick-active.slick-center .bmc-review-slide-btn {
    opacity: 1;
}

.bmc-review-content img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 100%;
    object-fit: cover;
}

.bmc-review-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.bmc-review-content span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: var(--secondry-color);
    opacity: 0.7;
}

.bmc-review-content p {
    font-size: 15px;
    color: var(--secondry-color);
    padding: 0px 40px;
    opacity: 0.9;
}

.bmc-review-slider {
    overflow-x: hidden;
}


/* .bmc-review-slider .slick-cloned.slick-active {
display: none;
}
.bmc-review-slider [data-slick-index="4"] {
display: none !important;
} */

.bmc-review-slider .slick-slide {
    opacity: 0.7;
}

.bmc-review-slider .slick-active.slick-center {
    opacity: 1;
    position: relative;
}

.bmc-review-slide-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.back-review {
    margin-left: -50px;
}

.forword-review {
    margin-right: -50px;
}

.web-footer {
    background: #201a1a;
}

.min-heading {
    color: var(--tertiary-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}

.min-heading:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    background: var(--primary-color);
    bottom: -10px;
    border-radius: 10px;
    z-index: 1;
}

.bmc-bg-frst {
    position: relative;
    background: #15141a;
}

.bmc-bg-frst:before {
    position: absolute;
    content: "";
    width: calc(100% + 100%);
    left: -100%;
    top: -59px;
    height: calc(100% + 102px);
    background: #15141a;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: var(--tertiary-color) !important;
    text-decoration: none;
    background-color: var(--primary-color);
}

.bmc-paragraph-footer {
    color: var(--tertiary-color);
    opacity: 0.7;
    font-size: 15px;
}

.bmc-footer-listing {
    padding: 0;
    margin: 0;
}

.bmc-footer-listing li {
    list-style: none;
    color: var(--tertiary-color);
    opacity: 0.7;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.bmc-footer-listing li a {
    text-decoration: none;
    color: var(--tertiary-color);
}

.bmc-gallery-img {
    border-radius: 5px;
}

.bmc-address-lisitng li {
    display: flex;
    gap: 15px;
    align-items: start;
}

.bmc-form-subscribe .form-control {
    border-radius: 5px;
    border: 1px solid #00000021;
    height: 50px;
    font-size: 16px;
}

.bmc-form-subscribe {
    display: flex;
    align-items: center;
}

.btn-subscribe,
.btn-subscribe:hover {
    width: calc(100% - 150px);
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bmc-form-subscribe .form-control {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: -1px;
    border: 0;
    background: #2f2f2f;
    color: #a4a4a4;
}

.web-footer-after {
    background: #232222;
    padding: 20px 0px;
}

.web-footer-after p {
    color: var(--tertiary-color);
    margin: 0;
    opacity: 0.6;
    font-size: 13px;
}

.bmc-footer-sociallink {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding: 0;
    margin: 0;
}

.bmc-footer-sociallink a {
    text-decoration: none;
}

.bmc-footer-sociallink img {
    width: 38px;
    height: 38px;
}

.bmc-spaccing-extra-scroll {
    padding: 130px 0px;
}

.bmc-x-spaceing-ftr {
    padding: 60px 0px;
    padding-bottom: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/**** page banner css start here ****/

.bmc-page-banner {
    position: relative;
    background: url(../img/page-banner.png);
    padding: 40px;
    background-size: cover;
    background-position: top right;
    height: auto;
    width: 100%;
}

.bmc-page-banner::before {
    position: absolute;
    content: "";
    background: url(../img/page-banner-layer.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bmc-banner-heading {
    color: var(--tertiary-color);
    z-index: 1;
    position: relative;
    margin: 0;
    font-size: 30px;
}

.min-btn-w {
    width: 170px;
}


/**** page banner css end here ****/

.warning-circle {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgb(255 239 196);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffbf01;
    margin: 20px auto;
}

.warning-circle svg {
    width: 40px;
    height: 40px;
}


/**** login page  css start here ****/

.bmc-align-text {
    text-align: center;
}

.bmc-card-grid {
    background: #fbfbfb;
    border: 1px solid var( --color-gray);
    border-radius: 10px;
}

.bmc-card-grid-spacing {
    padding: 40px;
}

.bmc-lgn-ui h4 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--secondry-color);
}

.bmc-lgn-ui p {
    font-size: 16px;
    color: var(--secondry-color);
}

.bmc-field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}

.bmc-decoration-none,
.bmc-decoration-none:hover {
    text-decoration: none;
    color: unset;
}


/**** Sign up page css ****/

.bmc-webs-pills .nav-link.active {
    background: var(--primary-color);
}

.bmc-webs-pills .nav-link {
    background: var(--tertiary-color);
    color: var(--primary-color);
    height: 60px;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
    border-radius: 10px;
}

.bmc-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.intl-tel-input,
.iti {
    width: 100%;
}


/* .avatar-upload {
  position: relative;
  max-width: 160px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  bottom: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: var(--tertiary-color);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "+";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: -3px;
  left: 1px;
  right: 0;
  text-align: center;
  margin: auto;
  color: var(--primary-color);
  font-size: 24px;
}
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f3f3f3;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */


/**** Search page css start here *****/

.bmc-search-page-tabContent {
    box-shadow: unset;
    background: #fbfbfb;
    border-top-left-radius: unset;
    border-top-right-radius: 0 !important;
}

.bmc-advance-serachpage-tab .nav-link {
    width: 50%;
    min-width: 100px;
    font-size: 14px;
    text-wrap: nowrap;
}

.bmc-advance-serachpage-tab .nav-link.active {
    border: 1px solid var(--primary-color);
}

.bmc-searchpage-form .form-control,
.bmc-searchpage-form .form-select {
    font-size: 14px !important;
    height: 40px !important;
}

.bmc-searchpage-form .btn.bmc-search-btn {
    max-width: 200px;
}

.bmc-range-value span {
    font-size: 11px;
    color: var(--secondry-color);
    opacity: 0.7;
}

.bmc-lgn-searchpage-ui h4 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
}


/**** Product card css ****/

.bmc-product-card {
    background: var(--tertiary-color);
    box-shadow: 0px 0px 20px 0px #00000012;
    border-radius: 10px;
    height: 100%;
}

.bmc-product-image {
    width: 100%;
    height: 200px;
    background: #fbfbfb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

.bmc-product-image img {
    height: 100%;
    object-fit: cover;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.bmc-product-card:hover .bmc-product-image img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 250ms ease;
    filter: blur(2px);
}

.bmc-product-card:hover .bmc-product-image-icon .bmc-product-wishlist img {
    filter: unset !important;
    transition: unset !important;
}

.bmc-product-image-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    bottom: 0;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.bmc-filter-btn,
.bmc-filter-btn:hover {
    height: 45px;
    display: none;
}

.bmc-product-upldDay {
    color: var(--tertiary-color);
    font-size: 12px;
}

span.bmc-product-wishlist a {
    color: var(--tertiary-color);
    cursor: pointer;
}

.bmc-product-wishlist img {
    width: 19px;
    height: 16px;
}

.bmc-product-wishlist .heart {
    display: none;
}

.bmc-product-wishlist:hover .heart-0 {
    display: none;
}

.bmc-product-wishlist:hover .heart {
    display: block;
}

.bmc-product-image-layers {
    position: relative;
}

.bmc-product-image-layers:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #222020, transparent);
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 1;
}

.bmc-product-short-details {
    padding: 10px 10px;
}

.bmc-product-short-details h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bmc-product-short-details p {
    font-size: 13px;
    margin: 0;
    color: var(--secondry-color);
    /* opacity: 0.5; */
    font-weight: 700;
}

.bmc-product-pricing-info {
    display: flex;
    justify-content: space-between;
}

.bmc-product-pricing-info .bmc-bid-current {
    font-size: 14px;
    opacity: .7 !important;
}

.bmc-product-pricing-info .bmc-moreInfo-product {
    font-size: 14px;
}

.bmc-product-pricing-info {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}

.bmc-product-feature {
    background: #fbfbfb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bmc-product-feature-list {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bmc-feature-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.bmc-product-feature-list p {
    margin: 0;
    line-height: 0;
    font-size: 12px;
    color: var(--secondry-color);
    opacity: 0.5;
    font-weight: 700;
}

.bmc-product-Quickbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
    transition: 0.5s all;
}

.bmc-product-card:hover .bmc-product-Quickbtn {
    display: block;
    transition: 0.5s all;
}

.bmc-product-Quickbtn-list {
    display: flex;
    gap: 10px;
    /* flex-direction: column; */
}

.bmc-icon-icon {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmc-product-Quickbtn-list a,
.bmc-product-Quickbtn-list a:hover {
    padding: 18px 15px;
    font-size: 14px;
    background: var(--primary-color);
    color: var(--tertiary-color);
    line-height: 0;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px #0000002b;
    transition: 0.2s all;
    text-wrap: nowrap;
}


/***** My yard page css start here *****/

.bmc-my-yard-tab {
    border-bottom: 1px solid var(--primary-color);
    padding-left: 20px;
    padding-right: 20px;
}

.bmc-my-yard-tab .nav-link.active {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-bottom: 1px solid #fbfbfb;
}

.bmc-my-yard-tab .nav-link {
    background: transparent;
    color: var(--secondry-color);
}

.bmc-card-grid-bg {
    background: #fff8f5;
}

.bmc-pillstabs-box {
    padding: 10px 10px;
    display: inline-block;
    border-radius: 10px;
}

.bmc-pillstabs-box .nav-pills .nav-link.active {
    background: var(--primary-color);
    color: var(--tertiary-color);
}

.bmc-pillstabs-box .nav-pills .nav-link {
    /* background: var(--tertiary-color); */
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.bmc-pillstabs-box .nav-pills {
    gap: 15px;
}


/**** Product page css start here *****/

.bmc-productImg .bmc-singleProduct-img {
    width: 100%;
    height: 300px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.bmc-productContent {
    width: 100%;
}

.bmc-productContent h2 {
    font-size: 30px;
}

.bmc-productContent p {
    font-size: 18px;
    margin-bottom: 10px;
}

.bmc-productContent .bmc-count-label {
    font-size: 14px;
}

.bmc-productDetail-btn {
    display: flex;
    gap: 10px;
}

.bmc-Product-img-alter span {
    width: 100px;
    height: 100px;
}

.bmc-my-yard .bmc-Product-img-alter span {
    width: 50px;
    height: 50px;
}

.qty-input {
    color: #000;
    background: var(--tertiary-color);
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
    pointer-events: none !important;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #c2c2c2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #c2c2c2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 6px;
    border: 1px solid #c2c2c2;
    height: 50px;
}

.bmc-productTabs-nav .nav-link.active {
    background: var(--primary-color);
    color: var(--tertiary-color);
}

.bmc-productTabs-nav .nav-link {
    background: var(--tertiary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 10px;
    height: 50px;
    min-width: 143px;
}

.bmc-productTabs-nav .nav.nav-pills {
    gap: 10px;
}

.bmc-productFeature-list {
    display: flex;
    gap: 10px;
    align-items: top;
}

.bmc-additional-featureTabel p {
    margin: 0;
    color: var(--secondry-color);
    font-size: 18px;
}

.bmc-additional-featureTabel p b {
    font-weight: 700;
}

.bmc-additional-featureTabel td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.bmc-additional-featureTabel tr:last-child td {
    border: 0;
    padding-bottom: 0px;
}

.bmc-additional-featureTabel tr:first-child td {
    padding-top: 0px;
}

.bmc-productDescription-content p {
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--secondry-color);
}

.bmc-productDescription-content ul {
    margin: 0px;
    margin-bottom: 15px;
}

.bmc-productDescription-content ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--secondry-color);
}


/* Style the form */


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Style the form */


/* Hide all steps by default: */

.bmc-stepForm-tab {
    display: none;
}


/* Make circles that indicate the steps of the form: */

.bmc-step-cir {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--secondry-color);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    z-index: 1;
}


/* Mark the active step: */

.bmc-step-cir.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.bmc-step-cir.finish {
    background-color: var(--primary-color);
}

.progress-bmc-tab {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 60px;
}

.bmc-progress-cir {
    margin-top: 30px;
    margin-left: 15px;
}

.circle-dot-text {
    display: flex;
    align-items: start;
    gap: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.bmc-step-cir.active {
    background: var(--primary-color);
}

.bmc-step-cir:before {
    position: absolute;
    content: "";
    background: var(--secondry-color);
    width: 4px;
    height: calc(100% - 0px);
    top: 15px;
    left: 7px;
    z-index: 0;
}

.circle-dot-text.active .bmc-step-cir {
    background: var(--primary-color);
    z-index: 1;
    opacity: 1;
}

.circle-dot-text.active.active-pre .bmc-step-cir:before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 4px;
    height: calc(100% - 0px);
    top: 15px;
    left: 7px;
}

.upload__box {
    display: flex;
    gap: 15px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputDisabled {
    background: #e9ecef;
    pointer-events: none;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed;
    background-color: var(--tertiary-color);
    border-color: var(--primary-color);
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    width: 100px;
    height: 70px;
}

/* .upload__btn-box {
    margin-bottom: 10px;
} */
.offerDisabled {
    pointer-events: none;
}

.offerDisabled input {
    background: #e9ecef;
}

.error-photo
{
    border: 1px solid #ffa3a3 !important;
}

.upload__img-close-custom {
    width: 24px;
    height:24px;
    border-radius: 50%;
    background-color: rgb(255 0 0 / 60%);
    position: absolute;
    top: 5px;
    right:5px;
    text-align: center;
    line-height: 24px;
    z-index: 99;
    cursor: pointer;
    /* transform: translate(-50%, -50%); */
}

.upload__img-close-custom:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -10px; */
    gap: 15px;
}

.upload__img-box {
    width: 200px;
    height: 200px;
    /* margin-bottom: 12px; */
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ededed;
    background-color: #ededed;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}

.upload__btn p {
    margin: 0px;
}

.bmc-step-cir-text h6 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}

.circle-dot-text:last-child .bmc-step-cir:before {
    display: none;
    /* Replace with the color you want */
}

.bmc-cat-checkLbl {
    background: var(--tertiary-color);
    color: var(--primary-color);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.bmc-cat-checkLbl:hover {
    background: var(--primary-color);
    color: var(--tertiary-color);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.bmc-table th {
    padding: 10px !important;
    font-size: 14px !important;
    text-align: left;
    vertical-align: middle;
}

.bmc-table-input,
.bmc-table-input:focus,
.bmc-table-input:focus-visible {
    width: 70px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #00000021;
    font-size: 14px;
    overflow: unset;
    box-shadow: unset;
    text-align: center;
    padding: 0px 5px;
}

.bmc-table td {
    padding: 10px !important;
    font-size: 14px !important;
    text-align: center;
    vertical-align: middle;
}

.bmc-table .bmc-table-actionDrop,
.bmc-table .bmc-table-actionDrop:hover {
    text-decoration: none;
    color: var(--secondry-color);
    font-size: 16px !important;
}

.bmc-table .bmc-table-actionDrop.dropdown-toggle:after {
    display: none;
}

.bmc-table tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff4ed !important;
}

.bmc-tableUpload {
    max-width: 50px;
}

.bmc-tableUpload .avatar-preview {
    width: 40px;
    height: 40px;
}

.bmc-tableUpload .avatar-edit input+label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--tertiary-color);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.bmc-tableUpload .avatar-edit input+label:after {
    font-size: 14px;
}

.bmc-tableUpload .avatar-edit {
    position: absolute;
    right: 2px;
    z-index: 1;
    bottom: -7px;
}

.bmc-table-order th,
.bmc-table-order td {
    font-size: 16px !important;
    padding: 15px !important;
    text-align: center;
    vertical-align: middle;
}

.bmc-table-order .media {
    border: 1px solid #c2c2c2;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.bmc-table-order .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bmc-table-order td p {
    margin: 0;
}

.bmc-table-para {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.status-pending {
    color: #dbb800 !important;
}

.status-pending .status-dot {
    width: 10px;
    height: 10px;
    background: #dbb800;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
}

.status-cancel {
    color: #fc785e !important;
}

.status-cancel .status-dot {
    width: 10px;
    height: 10px;
    background: #fc785e;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
}

.status-complete {
    color: #27a311 !important;
}

.status-complete .status-dot {
    width: 10px;
    height: 10px;
    background: #27a311;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
}

.bmc-datatable {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin-bottom: 10px;
}

.bmc-datatable select,
.bmc-datatable input {
    height: 50px;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #00000021;
    height: 50px;
    font-size: 16px;
}

.bmc-short-order.bmc-datatable {
    justify-content: start;
}

.bmc-rating-listing {
    padding: 0;
    margin: 0;
}

.bmc-rating-option {
    float: left;
    width: 230px;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
}

.rating-userImg img {
    width: 100%;
    height: 100%;
}

.bmc-rating-listing .bmc-single-rating-list {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.bmc-rating-listing .rating-userContent {
    width: calc(100% - 70px);
    padding: 15px 10px;
    border-radius: 10px;
}

.bmc-rating-listing .bmc-name-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.bmc-rating-listing .bmc-name-rating h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: var(--secondry-color);
}

.bmc-rating-listing .bmc-name-rating span em {
    font-size: 14px;
    color: var(--secondry-color);
}

.bmc-rating-listing .bmc-name-rating span em.slected {
    color: #f29938;
}

.bmc-rating svg {
    width: 24px;
    height: 24px;
    color: #a0a0a0;
}

.rating-userContent p {
    color: var(--secondry-color);
    font-size: 14px;
    margin: 0;
}

.bmc-single-rating-list:nth-of-type(odd) .rating-userContent {
    background: #fff4ed;
}

.bmc-single-rating-list:nth-of-type(even) .rating-userContent {
    background: var(--tertiary-color);
}

.bmc-rating-option {
    float: left;
}

.bmc-rating-option:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.bmc-rating-option:not(:checked)>label {
    float: right;
    /* padding:0 .1em; */
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 300%;
    /* line-height:1.2; */
    color: #ddd;
    font-size: 35px;
    margin-right: 10px;
}

.bmc-rating-option:not(:checked)>label:before {
    content: "★ ";
}

.bmc-rating-option>input:checked~label {
    color: #f29938;
}

.bmc-rating-option:not(:checked)>label:hover,
.bmc-rating-option:not(:checked)>label:hover~label {
    color: #f29938;
}

.bmc-rating-option>input:checked+label:hover,
.bmc-rating-option>input:checked+label:hover~label,
.bmc-rating-option>input:checked~label:hover,
.bmc-rating-option>input:checked~label:hover~label,
.bmc-rating-option>label:hover~input:checked~label {
    color: #f29938;
}

.bmc-rating-option>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}


/**** Contact us page *****/

.bmc-contactUs-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.bmc-contact-us {
    margin-top: -250px;
    margin-bottom: 100px;
}

.bmc-contact-form-bg {
    background: var(--tertiary-color);
    box-shadow: 0px 4px 24px 0px #00000030;
    position: relative;
    z-index: 1;
}

.bmc-contact-address-bg {
    background: var(--secondry-color);
}

.bmc-form-p-space {
    padding: 40px;
    padding-left: 60px;
}

.bmc-contact-address-bg {
    padding: 40px;
}

.dashed-divider-white {
    border-color: var(--tertiary-color);
}

.bmc-Info-card h5 {
    color: var(--tertiary-color);
    font-size: 22px;
    margin-bottom: 10px;
}

.bmc-Info-card p,
.bmc-Info-card a,
.bmc-Info-card a:hover {
    color: var(--tertiary-color);
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 10px;
    display: inline-block;
}

.policy-terms-content h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--secondry-color);
}

.policy-terms-content p {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--secondry-color);
}

.dataTable {
    padding: 0px !important;
    border-bottom: 0px !important;
}

.pulse {
    border-radius: 38px;
    cursor: pointer;
    box-shadow: 0 0 6px rgb(255 96 11);
    animation: pulse 2s infinite;
}


/* .pulse:hover {
  animation: none;
} */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 rgb(249, 206, 195);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

#cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 100%;
    pointer-events: none;
    z-index: 1056;
    transition: transform ease-out 10ms;
}

#stalker {
    position: fixed;
    margin-top: -15px;
    margin-left: -15px;
    width: 40px;
    height: 40px;
    background-color: #ff600b85;
    opacity: 30%;
    border-radius: 100%;
    pointer-events: none;
    transition: transform ease-out 100ms;
    z-index: 1055;
}


/**** GD*****/

.footer-gallery {
    width: 100%;
    height: 80px;
}

.footer-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bmc-loader {
    animation: spin 1s infinite linear;
    margin-left: 10px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.top-header-dropmenu {
    padding: 0;
}

.top-header-dropmenu a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dropmenu-icon svg {
    width: 16px;
    height: 16px;
}

.wishlist-btn {
    border: navajowhite;
    background: no-repeat;
}

.auction-expired-text {
    display: none;
}

.vehicles_list_box .nav {
    flex-direction: column;
    position: relative;
}

.vehicles_list_box .nav:before {
    position: absolute;
    content: "";
    left: 7px;
    width: 2px;
    height: calc(100% - 40px);
    background: #e7e7e7;
    top: 20px;
}

.vehicles_list_box .nav-link {
    color: var(--secondry-color);
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 15px;
    padding-left: 30px;
}

.vehicles_list_box .nav-link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #e7e7e7;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.vehicles_list_box .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
}

.vehicle-form {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
}

.part-only-form {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
}


/* .vehicle-form {
    background: #ff600a0d;
    padding: 25px;
    border-radius: 15px;
    border: 0px solid #d9d9d9;
} */

.vehicles_list_box .nav-link.active::before {
    background: var(--primary-color);
}

.tab-heading h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vehicle-form label {
    display: inline-block;
    font-size: 13px;
    color: #9399a7;
    margin-bottom: 5px;
}

.vehicle-form .form-control {
    height: var( --main-search-input);
    margin-top: 4px;
    font-size: var(--form-input-font);
    font-weight: 600;
}

.input-group-append {
    display: none;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #ff600a;
    border-color: #ff600a;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.form-check-input[type="radio"]:checked {
    background-color: transparent;
    border-color: #ff600a;
    width: 20px;
    height: 20px;
    border-radius: 200px;
}

.form-check-input:checked[type="radio"] {
    background: #ff600a !important;
    border: 3px solid #fff !important;
    box-shadow: 0 0 0 1px #ff600a !important;
}

.vehicle-form .upload__btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

.vehicle-form .upload__btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.upload_car_image_court .removePhotoBtn {
    background: #ff600a;
    border: none;
    border-radius: 100%;
    display: flex;
    opacity: 1;
    padding: 3px;
    position: absolute;
    top: 6px;
    right: 12px;
    height: 24px;
    width: 24px;
}

.upload_car_image_court .removePhotoBtn svg {
    width: 18px;
    height: 18px;
    opacity: 1;
}

.upload_car_image_court .removePhotoBtn path {
    fill: #fff;
}


.divider {
    width: 100%;
    background-color: #00000021;
    height: 1px;
    margin: 30px 0;
}

.btn-aligns {
    display: flex;
    gap: 10px;
}

.btn-dark-blue {
    background: #0a2264;
    border-radius: 5px;
    color: #fff;
    border: 1px solid transparent !important;
}

.btn-dark-blue:hover {
    background: transparent;
    border: 1px solid #0a2264 !important;
    color: #0a2264;
}

.part_categories_section {
    background: #ffffff;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.part_categories_section button {
    width: 100%;
    border: 0;
    border-radius: 8px;
}

.parts_details_table_content tr th {
    font-size: 12px;
    width: -29px;
    background: #252525;
    color: #fff;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    padding-right: 50px;
}

.parts_details_table_content td {
    font-size: 14px;
    color: #252525;
    background: #fff4ed;
    font-weight: 500;
    white-space: normal;
}

.parts_details_table_content img {
    width: 36px;
    height: 36px;
}

.table_spacing_innner {
    /* height: 50vh; */
    text-align: center !important;
    font-size: 20px !important;
}

.table-responsive thead th {
    padding: 20px;
    white-space: nowrap;
}

.divline {
    border-top: 1px solid #00000021;
    margin-top: 5px;
    margin-bottom: 25px;
}

.short_desc,
.short_desc p {
    font-size: 14px !important;
}

.seller-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

img.seller-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #f9f9f9;
}

.seller-box h4 {
    font-weight: 800 !important;
    font-size: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.seller_name {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: -3px !important;
}

.bmc-about {
    padding: 80px 0 150px 0;
    text-align: center;
    color: var(--tertiary-color);
}

.bmc-hiw {
    padding: 80px 0;
    text-align: center;
    color: var(--tertiary-color);
}

.bmc-about .bmc-banner-heading {
    font-size: 44px;
    margin-bottom: 25px;
}

.bmc-about p {
    font-size: 18px;
    color: var(--tertiary-color);
    position: relative;
    z-index: 999;
}

.bmc-mission {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
    margin-top: -70px;
    position: relative;
    border-radius: 23px;
    margin-bottom: 25px;
}

.card-title {
    font-weight: 700;
    font-size: 25px;
}

.card-title1 {
    font-weight: 800;
    font-size: 35px;
}

.card-imgs {
    border-radius: 20px;
    width: 80%;
    text-align: center
}

.inner-cardbox {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.card-light-blue {
    background: #00a1ff0f;
}

.card-light-orange {
    background: #90cb7821;
}

.inner-cardbox h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inner-cardbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-cardbox ul li {
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    margin-left: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.inner-cardbox ul li h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0d5e93;
}

.inner-cardbox ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.number-circle {
    width: 38px;
    height: 38px;
    background: #90bbd7;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    font-weight: 900;
    font-size: 20px;
    margin-left: -45px;
    margin-right: 8px;
    color: #ffffff;
}

.card-light-orange .number-circle {
    background: #8eb97c;
}

.card-light-orange ul li h4 {
    color: #4b8334;
}

.expand-box
{
    position: absolute;
    top: 3px;
    right: 3px;
    background: #ff600a;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 99;
}
.expand-box svg {
    width: 19px;
    height: 18px;
    color: #ffffff;
}

.expand-view-modal
{
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
    border: 0;
}
.expanded-view
{
    width: 90%;
    height: 400;
    margin: 0 auto;
}
.expanded-view img
{
    width: 100%;    
    height:100%;  
    object-fit: contain;
}
.closeModel {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -10px;
    border-radius: 100%;
    border: 3px solid #7f7f7f;
    color: #FF5722;
}

#modalTitle {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
}

.category-tree-list li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

 

.category-tree-list li .toggle-category {
    background: #fff4ef;
    padding: 5px 12px;
    margin-bottom: 8px;
    margin-top: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ff600a;
}
.category-tree-list li .toggle-category span {
    text-transform: uppercase;
    font-weight: 700;
}
.category-tree-list .parts-tree-list li a {
    color: #000000;
    text-decoration: inherit;
}

.category-tree-list .toggle-subcategory {
    margin-bottom: 5px;
}

.category-tree-list .parts-tree-list {
    margin-bottom: 6px;
    padding-left: 22px;
}
.category-tree-list .sub-category-tree-list {
    padding-left: 14px;
    padding-bottom: 5px;
    padding-top: 8px;
}
.category-tree-list .toggle-subcategory span {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}
.category-tree-list .parts-tree-list svg {
    width: 14px;
    margin-right: 4px;
}
.category-tree-list .parts-tree-list path {
    fill: var(--primary-color);
}





@media (max-width: 768px) {
    .vehicles_list_box .nav {
        flex-direction: row;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: auto;
        text-wrap: nowrap;
    }
    .btn-aligns {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .bmc-product-card .bmc-product-Quickbtn {
        display: block;
    }
}