@charset "utf-8";
/*--------------media query css------------------*/

@media (min-width: 1400px) {
    .privacy-policy-wrap .contact-information ul li.email {
        justify-content: space-between !important;
    }

    .about-section.vocab .vocab-listing ul li h4 {
        font-size: 19px !important;
    }

    .about-section.vocab .vocab-listing ul li p {
        font-size: 15px !important;
    }

    .about-section .tranportation-banner .image-area {
        max-height: 350px;
    }

    .about-section .fees-leaved-container .card .card-body .text-area h3 {
        font-size: 18px;
    }
}

/*------------tablet landscape view------*/
@media (max-width: 1800px) {
    .enumenu_ul li a {
        font-size: 17px;
        padding: 32px 0.8em;
        letter-spacing: 0px;
    }

    .enumenu_ul li:first-child a {
        padding: 0 0.8em 0 0;
    }
    .enumenu_ul li:last-child a {
        padding: 0 0 0 0.8px;
    }
    .tabBar .tab-content .nav-tabs .nav-link {
        padding: 10px 2em;
    }
    /* .menu-links .nav-items a
    {
        font-size: 20vh !important;
    } */
}

@media (max-width: 1600px) {
    .enumenu_ul li a {
        font-size: 16px;
        padding: 32px 0.5em;
        letter-spacing: 0px;
    }
    .enumenu_ul li:first-child a {
        padding: 0 0.5em 0 0;
    }
    .enumenu_ul li:last-child a {
        padding: 0 0 0 0.5px;
    }
    .login-section {
        display: flex;
    }
    .tabBar .inside-wrapper {
        width: 60%;
    }
    .image-block {
        width: 28%;
        object-fit: cover;
    }
    .top-option a {
        font-size: 14px;
    }
    .tabBar .tab-content .nav-tabs .nav-link {
        padding: 10px 1em;
    }

    .menu-links .nav-items a {
        font-size: 12px;
    }

    .item-list.auction-list li {
        width: 23.9%;
    }

    .releted-product-list .item-list li {
        width: 100%;
    }

    .content-area-after.my-bid .filter-result .table thead tr th {
        font-size: 13px;
    }

    .content-area-after.my-bid table tbody tr.heading-bar td {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .logo {
        max-width: 160px;
    }
    .enumenu_ul li a {
        font-size: 15px;
        padding: 32px 0.4em;
        letter-spacing: 0px;
    }
    .enumenu_ul li:first-child a {
        padding: 0 0.4em 0 0;
    }
    .enumenu_ul li:last-child a {
        padding: 0 0 0 0.4px;
    }
    a.login {
        padding: 10px 15px;
    }
    a.signup {
        padding: 10px 15px;
    }
    a.user-info {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0px;
    }
    a.user-info span {
        width: 30px;
        height: 30px;
        margin-left: 3px;
    }
    a.user-info span img {
        width: 100%;
        height: 30px;
        object-fit: cover;
    }
    a.user-setting {
        width: 32px;
        height: 34px;
        margin-left: 3px;
        line-height: 30px;
    }
    a.user-setting img {
        max-width: 70%;
        line-height: 27px;
    }
    .card-border.ticket input[type="text"] {
        min-width: 480px;
        width: 100%;
    }

    /* .item-list{justify-content: space-around;} */
    /* .filter-result .item-list li .items{width: 295px;} */

    .advance-search {
        padding: 20px;
    }
    .advance-search .space-between select {
        font-size: 12px;
        padding: 7px 20px 7px 8px;
        background-size: 10px;
    }
    .advance-search .space-between .from-group .part select {
        padding: 0 20px 0 8px;
    }
    /*.advance-search .from-control .color{max-width: 125px;}
    .advance-search .space-between input, .advance-search .space-between select.mg, .advance-search .space-between select.lg{width: 170px;}*/
    .advance-search .from-control .color {
        line-height: 34px;
    }
    .advance-search .from-control .color li {
        width: 20px;
        height: 20px;
    }
    .advance-search .card-body .from-control {
        display: flex;
        width: 100%;
        gap: 10px;
    }
    /* .item-list li .items{width: 310px;} */
    .item-list li .items .product-area .grade {
        padding: 0 8px;
    }
    .releted-product-list button.slick-prev.slick-arrow {
        left: 0;
        z-index: 9;
    }
    .releted-product-list button.slick-next.slick-arrow {
        right: 0;
        z-index: 9;
    }
    .releted-product .slick-list {
        width: 97%;
        margin: auto;
    }
    .item-list li .items .price-area .btn-price {
        height: auto;
    }
    .xzoom-container {
        gap: 15px;
    }
    .xzoom-thumbs .gaps {
        display: flex;
        gap: 3px;
        justify-content: space-between;
    }
    .xzoom-thumbs a img {
        width: 115px;
        height: 125px;
    }
    .dashboard .content-area .rep {
        width: 48%;
        padding: 15px;
    }
    .dashboard .content-area .rep .coin {
        width: 35%;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
    }
    .dashboard .content-area .rep .text-right {
        width: 65%;
    }
    .dashboard .content-area .rep h2 {
        font-size: 27px;
        line-height: normal;
    }
    .dashboard .content-area .rep p {
        font-size: 14px;
        line-height: normal;
    }
    .dashboard .content-area .rep h4 {
        margin-bottom: 15px;
    }
    a.user-info span.login-info i {
        font-size: 12px;
    }
    .dashboard .content-area .button.space-between {
        margin: 20px 0 7px;
    }
    .dashboard .content-area .button.space-between .btn {
        width: 30%;
        padding: 10px;
    }
    .dashboard .content-area .button.space-between .amount {
        width: 65%;
    }
    .dashboard .content-area .button.space-between .amount .coin {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-right: 5px;
        font-size: 14px;
    }
    .dashboard .content-area .button.space-between .amount h6 {
        font-size: 20px;
    }
    .dashboard .content-area {
        padding: 25px;
    }
    .dashboard .content-area .cards {
        padding: 15px;
    }
    .dashboard .content-area .cards-tittle h4 {
        font-size: 18px;
    }
    .dashboard .content-area .cards-tittle ul li a {
        padding: 5px 8px;
    }
    .dashboard .content-area .row .col-md-6:nth-child(2) .cards-tittle {
        margin: 0;
    }
    .dashboard .content-area .table td {
        padding: 3px;
    }
    .dashboard .content-area .table .table-cell {
        gap: 5px;
        padding: 5px;
    }
    .dashboard .content-area .table .table-cell p.middle i {
        display: block;
        width: 100%;
        text-align: center;
        margin: 2px 0 8px;
    }
    .dash-transtion .from-control .date input[type="text"],
    .dash-transtion .from-control .date input[type="date"] {
        width: 100%;
    }
    .dash-transtion .search .from-control input {
        width: 100%;
    }
    .dash-transtion .date-area {
        width: 60%;
        gap: 10px;
    }
    .dash-transtion .date-area .from-control {
        width: 48.4%;
    }
    .dash-transtion .search {
        width: 39%;
    }
    .dash-transtion .search .from-group .from-control {
        gap: 5px;
        flex-direction: column;
    }
    .cards h4 {
        font-size: 18px;
    }

    /*--Login Screen Media--*/
    .agree {
        display: flex;
    }
}
@media (max-width: 1300px) {
    .enumenu_ul li a {
        font-size: 14px;
    }
    .vin button {
        font-size: 16px;
    }
    .card-border {
        padding: 25px;
    }
    /*    .card-border.ticket input[type="text"]{width: 450px;}*/

    .item-list.auction-list li {
        width: 32%;
    }

    .releted-product-list .item-list li {
        width: 100%;
    }
}
/*------------tablet portrait  view------*/
@media (max-width: 1200px) {
    .item-list {
        gap: 15px;
    }
    /* .item-list li .items{width: 280px;} */
    .advance-search .space-between {
        flex-wrap: wrap;
    }
    .view-section select {
        padding: 10px 30px 10px 10px;
        margin: 0;
    }
    .view-section .btn-view {
        width: 140px;
    }
    .view-section .space-between {
        align-items: self-end;
    }
    .item-list li .items .price-area .btn-price {
        width: auto;
        height: auto;
        padding: 12px;
        font-size: 12px;
    }
    .pagination .page-item:first-child a.page-link,
    .pagination .page-item:last-child a.page-link {
        font-size: 16px;
        font-weight: 500;
    }
    footer .contact {
        padding: 0;
    }
    .advance-search .accordion .card-body select {
        width: 100%;
    }
    .card-border.ticket input[type="text"] {
        width: 350px;
    }
    .special-service .slider-area {
        padding: 0 15px;
    }
    .special-service .slider-area:after {
        right: 15px;
    }
    .testimonial {
        padding: 3em;
    }

    .header-top .count-stock-area p,
    .header-top .time-area p {
        font-size: 13px;
    }

    .item-list.auction-list li .items .price-area h6,
    .item-list.home li .items .price-area h6 {
        font-weight: 600;
        font-size: 15px;
    }

    .content-area-after .view-button-area a {
        padding: 8px 15px;
    }

    .content-area-after.view-section .space-between {
        align-items: center;
    }

    .view-section .bid-status {
        order: 3;
        margin-top: 10px;
    }

    .view-section .bid-status ul {
        justify-content: flex-start;
    }

    .view-section .bid-status ul li {
        margin-right: 43px;
    }

    .about-section .sourcing-info-cards .card {
        width: 47%;
    }

    .about-section .image-card.how-bid-one {
        flex-direction: column;
    }

    .about-section .image-card.how-bid-one .info-card {
        width: 100%;
        left: 0;
    }

    .about-section .image-card.how-bid-one .image-container {
        width: 100%;
    }

    .about-section .counter-cards-area.buy-stock-group .left-container.text {
        padding: 0 0 0 10px;
    }

    .about-section .tranportation-banner .text-area {
        padding: 20px 180px 20px 20px;
    }
}

@media (max-width: 1170px) {
    .enumenu_ul li a {
        padding: 12px 8px 0 0;
    }
    .home-listing .category-items .items {
        padding: 5px;
        height: auto;
    }
    .home-listing .category-items .items .image-area {
        margin-bottom: 8px;
    }
    .home-listing .category-items .items h6 {
        font-size: 16px;
        font-weight: 500;
    }
    .accordion-button {
        font-size: 20px;
    }
    .accordion-item:first-of-type .accordion-button {
        border-radius: none;
        border: none;
        box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
        background: transparent;
        color: #231d31;
    }
    /* .filter-result .item-list li .items{width: 265px;} */
    .item-list li .items .product-area .grade h6 {
        font-size: 17px;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .advance-search .card-body .from-control {
        flex-direction: column;
    }
    .login-section {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    header .space-between {
        gap: 7px;
    }
    .product-tag .items {
        padding: 12px;
    }
    .product-tag .items h6 {
        font-size: 14px;
        line-height: normal;
    }
    .product-tag .items .image-area {
        max-width: 50px;
        margin-right: 7px;
    }
    .card-border.ticket .flex-card,
    .breakdown {
        flex-direction: column;
    }
    .card-border.ticket input[type="text"] {
        width: 100%;
    }
    .left-pull,
    .right-pull {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* .table-area.bid-table .table-responsive{overflow-x: auto;} */
    .table-area .table tbody td:first-child .table-cell {
        flex-direction: column;
    }
    .table-area .table tbody td img {
        margin: 0 0 15px;
    }
    .view-section.myBid .space-between {
        align-items: center;
        gap: 15px;
    }
    .dashboard .col-md-6 {
        width: 100%;
    }
    .dashboard .sidebar ul li {
        padding: 12px;
    }
    .dash-transtion .space-between {
        flex-direction: column;
    }
    .dash-transtion .date-area,
    .dash-transtion .search {
        width: 100%;
        margin: 15px 0;
    }
    .dash-transtion .cards .table-responsive td .table-cell,
    .dash-transtion .cards .table-responsive.scroll td .table-cell {
        padding: 3px;
    }
    .dash-transtion .cards .table-responsive td,
    .dash-transtion .cards .table-responsive.scroll td {
        font-size: 12px;
    }
    .dash-transtion .cards .table-responsive thead th {
        font-size: 14px;
        padding: 5px;
    }
    .login-section .seting-tab {
        width: 150px;
    }
    .login-section .seting-tab li a {
        padding: 10px;
    }

    .tabBar .inside-wrapper {
        width: 100%;
        padding-right: 15px;
    }
    .tabBar .image-block {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .team-part .team-head {
        top: 0;
        right: 0;
    }
    .tabBar.one-plate {
        flex-wrap: wrap;
    }
    a.login {
        width: 100px;
        padding: 7px;
    }
    a.signup {
        width: 100px;
        padding: 7px;
        margin: 7px 0 0;
    }
    .login-section {
        width: 250px;
    }
    .tittle-top ul.share-social li {
        margin: 0 0 7px 7px;
    }
    .xzoom-thumbs a img {
        width: 65px;
        height: 60px;
        margin-left: 3px;
        margin-bottom: 6px;
    }
    .import-details .flex-card .part .document li {
        text-align: right;
    }
    .import-details .flex-card .part .document li span a {
        margin: 5px 0;
    }
    /* .auction .space-between {
        flex-direction: column;
    } */
    .auction .right-pull {
        margin-top: 3em;
    }

    /*    a.user-info span{width: 35px;}*/
    /*    .dashboard .content-area .rep{width: 100%;}
    .dashboard .content-area .button.space-between{flex-direction: column;}
    .dashboard .content-area .button.space-between .amount{width: 100%;}
    .dashboard .content-area .button.space-between .btn{width: auto;}
    .dashboard .content-area .button.space-between .amount .coin{width: 22px; height: 22px; line-height: 22px; margin-right: 6px;}
    .dashboard .content-area .button.space-between .amount h6{font-size: 16px;}
    
    
    .dashboard .content-area ul.pending li{padding: 5px; flex-direction: column;}
    .dashboard .content-area ul.pending li .content{width: 100%; gap:5px; margin-bottom: 10px; align-items: center;}
    .dashboard .content-area ul.pending li .btn-fill{width: auto;}
    .dashboard .content-area ul.pending li .content p{font-size: 12px; line-height: normal;}*/
}

/*------------mobile landscape  view------*/
@media (max-width: 767px) {
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
        line-height: normal;
    }
    .wrapper {
        overflow: hidden;
    }
    .equal-banner {
        box-shadow: none;
    }
    header {
        padding-top: 0;
        position: relative;
    }
    .enumenu_ul {
        display: none;
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: block;
        font-size: 0px;
        position: absolute;
        right: 45px;
        top: 7px;
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .enumenu_ul > li {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    .enumenu_ul > li > a {
        display: block;
        text-align: center;
        padding: 8px;
    }
    .enumenu_ul {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .enumenu_ul > li ul {
        background: #d1d1d1;
    }
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #000;
        padding: 5px 0;
    }
    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }
    body.menuslide_push.slidemenuLeft {
        left: 0;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
    }
    body.menuslide_push.slidemenuRight {
        right: 0;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
    }
    body.slidemenuRight .enumenu_ul {
        right: -300px;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -300px;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px;
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px;
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #000000 none repeat scroll 0 0;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 300px;
        top: 0;
    }
    /* .space-between{flex-direction: column;} */
    .logo {
        max-width: 120px;
    }

    #header-main .space-between {
        flex-direction: column;
        align-items: normal;
        position: relative;
    }
    .login-section {
        flex-wrap: inherit;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 0 0;
        flex-direction: row;
        justify-content: flex-end;
        gap: 15px;
    }
    a.login,
    a.signup {
        width: 50%;
        margin: 0;
    }
    .enumenu_ul li a {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .equal-banner {
        height: auto !important;
    }
    a.user-info {
        font-size: 18px;
        align-items: center;
    }
    /* .filter-banner{top:47%} */

    /* .banner .item{height: 420px;} */

    /*--Login Screen--*/
    /* .login-back, .forgot-back{padding: 2em 0;} */
    .from-area.login {
        margin: 3em auto 0;
    }
    .from-area .row {
        flex-direction: column;
        gap: 0px;
    }
    .from-area .from-control {
        flex: 100%;
    }
    .from-area .space-between {
        flex-direction: column;
        align-items: flex-start;
    }
    .from-accept.space-between p {
        margin-left: 24px;
    }
    .agree {
        margin-bottom: 20px;
    }
    .from-accept.space-between .agree p {
        margin-left: 0px;
    }
    .social-login .btn-social {
        margin: 20px auto 0;
        display: block;
    }
    .from-area.login .from-accept.space-between p {
        margin: 10px 0;
    }
    .forgot-title {
        margin: 2em 0 0;
    }
    .forgot-title img {
        max-width: 120px;
    }
    .home-listing .category-items {
        flex-wrap: wrap;
    }
    .home-listing .category-items .items {
        width: 46%;
    }
    footer .address,
    footer .contact {
        float: none;
    }

    .special-service .item .box {
        border: none;
    }
    .space-between.grade {
        flex-direction: row;
    }
    .tabBar {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .tabBar nav,
    .tabBar .tab-content {
        width: 100%;
        padding: 15px;
    }
    .tabBar nav {
        border-bottom: 1px solid #dcdcdc;
    }
    .tabBar .nav-tabs .nav-link {
        margin: 5px auto;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .tabBar .inside-wrapper {
        padding-right: 0;
    }
    .tabBar .nav-tabs {
        flex-direction: row;
        gap: 10px;
    }
    .tabBar .tab-content .nav-tabs .nav-link {
        padding: 10px;
    }
    .product-area .space-between {
        align-items: flex-start;
        gap: 7px;
    }
    .special-service .owl-nav .owl-prev {
        left: -22px;
        width: 36px;
        height: 36px;
    }
    .special-service .owl-nav .owl-next {
        right: -22px;
        width: 36px;
        height: 36px;
    }
    .special-service .slider-area:after {
        display: none;
    }
    /* footer h4, footer .quick-link li{text-align: center;} */
    /* .filter-banner .filters .from-control{margin: 5em auto 0;} */
    /* .banner .owl-dots{bottom: 8em;} */
    .view-section .space-between {
        align-items: flex-start;
        gap: 10px;
    }
    /* .filter-result .item-list li .items{width: 300px;} */
    footer .quick-link li {
        flex: 100%;
    }
    .card-border {
        padding: 15px;
    }
    .part-top-tittle img {
        max-width: 50px;
        margin-right: 7px;
    }
    .part-top-tittle h3,
    .label-area li.tittle,
    .part-top-tittle h4,
    h4 {
        font-size: 22px;
    }
    .par50 .breakdown-total {
        font-size: 20px;
    }
    .releted-product-list .slick-arrow {
        display: none !important;
    }
    #sync2 .item img {
        height: 55px;
    }
    .tittle-top ul.share-social li {
        margin: 0 2px 5px;
    }
    .tittle-top ul.share-social li a {
        width: 110px;
    }
    .xzoom-container {
        flex-direction: column;
    }
    .tub,
    .xzoom-thumbs {
        width: 100%;
    }
    .import-details .flex-card .part .document li span {
        text-align: right;
    }
    .import-details .flex-card .part .document li span a {
        width: 150px;
        margin: 7px 0;
    }
    .import-details .flex-card .box .video {
        justify-content: flex-start;
    }
    .import-details .flex-card .box .video-image {
        width: 24%;
    }
    .info-bottom .box.backer .newslatter {
        flex-direction: column;
    }
    .info-bottom .box.backer .newslatter input,
    .info-bottom .box.backer .newslatter .btn {
        width: 100%;
        margin: 5px 0;
    }
    .import-details .flex-card {
        gap: 15px;
    }
    .info-bottom {
        margin-bottom: 2em;
    }
    .align-middle {
        flex-direction: column;
        gap: 10px;
    }
    .top-right,
    .import-listing .bid-search.advance-search .space-between.bttn {
        flex-direction: column;
    }
    .import-listing .bid-search.advance-search .space-between.bttn {
        flex-wrap: nowrap;
    }
    .f-status h6 {
        font-size: 18px;
    }
    .f-status h4 {
        font-size: 22px;
    }
    .import-listing
        .bid-search.advance-search
        .space-between
        .from-control.checkbox {
        width: 100%;
    }
    .import-listing
        .bid-search.advance-search
        .space-between.bttn
        .from-button {
        flex-direction: column;
    }
    .dashboard .content-area ul.pending li .btn-fill {
        width: 100%;
        margin: 10px 0 0;
    }
    .dashboard .content-area .rep {
        width: 100%;
    }
    .dashboard .content-area .balance .rep .space-between {
        flex-direction: row;
    }
    .dashboard .content-area .rep .coin {
        width: 25%;
    }
    .dashboard .content-area .button.space-between .amount h6 {
        font-size: 18px;
    }
    .dashboard .content-area .button.space-between .amount,
    .dashboard .content-area .button.space-between .btn {
        width: 100%;
    }
    .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
        font-size: 11px;
    }
    .contact-from .space-between .from-control,
    ul.note li .tittle,
    ul.note li .content {
        width: 100%;
    }
    .map-address .addinfo,
    .map-address .mappos {
        flex: 100%;
        padding: 0 5px;
    }
    ul.note li {
        flex-direction: column;
    }
    ul.note li .tittle {
        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .tire .table tbody tr td {
        padding: 10px;
    }
    .login-section {
        width: auto;
    }
    .team-part .top-p,
    .team-part .image-tap {
        width: 100%;
        margin-bottom: 20px;
    }
    .item-list li .items .price-area .btn-price {
        width: 100%;
    }

    /* .banner-bottom h3
    {
        text-align: center;
    } */

    .modal-dialog.full {
        margin: 6em auto 2em;
    }
    .modal-dialog.full .modal-content {
        padding: 30px 15px;
    }
    .modal-dialog.full .modal-footer .btn {
        width: 100%;
    }
    .modal-dialog.full .modal-footer .close {
        width: 45px;
        right: 10px;
        top: -49px;
    }

    .home-listing .category-items .items h6 {
        margin-bottom: 0;
    }
    .home-listing .category-items .items {
        padding: 10px;
    }
    .testimonial {
        padding: 3em 0;
    }
    .special-service .owl-nav,
    .special-service .owl-dots {
        display: none !important;
    }
    .special-service .item {
        padding: 0;
        margin: 0;
    }
    .accordion-button {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .accordion-button:focus,
    .accordion-button {
        background: #eaeff8 !important;
    }
    .accordion-button.collapsed {
        background: transparent !important;
    }
    .accordion-button::after {
        width: 2.25rem;
        height: 2.25rem;
        background-size: 2.25rem;
    }
    .tab-content {
        margin-bottom: 15px;
    }
    .login-back .space-between,
    .forgot-back .space-between {
        flex-direction: row;
        margin-bottom: 3em;
    }
    .login-back .from-accept.space-between {
        flex-direction: column;
    }
    /* .middle-height{height:auto;} */

    .image-card {
        padding: 20px 0;
    }

    .image-card h2,
    .customer-love {
        font-size: 28px;
        list-style: normal;
        text-align: center;
        margin: 5px 0;
        padding: 0 12px;
    }

    .customer-view {
        padding: 15px 0;
    }
    .customer-point {
        top: inherit;
        flex-direction: column;
    }
    .customer-point li {
        width: 100%;
        padding: 15px;
    }
    .customer-point li h3 {
        margin: 20px 0 12px;
        font-size: 30px;
        line-height: normal;
    }
    .our-milestone {
        padding: 3em 0;
    }
    .our-milestone .item {
        flex-direction: column;
    }
    .import-regulation .space-center {
        flex-direction: column;
    }
    .search-keyward {
        flex-direction: column;
    }
    .search-keyward .btn {
        width: 100%;
    }
    .view-section .space-between .from-control {
        width: 100%;
    }
    .view-section .space-between .space-between {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .view-section .space-between .space-between .from-control {
        width: 100%;
        margin-bottom: 1em;
    }
    .view-section select {
        width: 100%;
        margin-top: 7px;
    }
    .card-border.ticket input[type="text"] {
        min-width: 100%;
    }
    .card-border.ticket .btn {
        width: 100%;
        margin-top: 25px;
    }
    .xzoom-thumbs .gaps {
        justify-content: flex-between;
    }
    .import-details .flex-card .box {
        padding: 10px;
    }
    .table-area .table tbody td img {
        margin: 0 8px 0 0;
    }
    .table-fixed thead {
        display: table-header-group;
    }
    .table-fixed tbody {
        margin-top: 15px;
        height: auto;
        overflow: auto;
    }
    .table-fixed tr {
        display: table;
    }
    .table-fixed thead tr th {
        display: table-cell;
        width: auto;
        float: none;
    }
    .table-fixed tbody td {
        display: table-cell;
        width: auto;
        float: none;
    }
    .from-area .row .from-control .row select {
        background-position: 97% 50% !important;
    }
    .final-search {
        gap: 15px;
    }
    .search-keyward,
    .final-search .accordion {
        width: 100%;
    }
    .input-type {
        display: flex;
    }
    .contact-from .btn.btn-fill {
        max-width: 100%;
    }
    .flex-card .btn,
    .flex-card form {
        width: 100%;
    }
    .about-section .tabBar {
        flex-direction: column;
    }
    .tabBar .tab-content .nav-tabs {
        background: #f8f9ff;
        padding: 2px;
        border: none;
    }
    .tabBar .tab-content .nav-tabs .nav-link {
        width: 48%;
        justify-content: center;
    }
    .tabBar .tab-content .nav-tabs .nav-link:hover,
    .tabBar .tab-content .nav-tabs .nav-link.active {
        transform: scale(1);
    }
    .tabBar .tab-content .nav-tabs .nav-link.active {
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .full-des {
        flex-direction: column;
    }
    .full-des .side1,
    .full-des .side2 {
        width: 100%;
        margin: 15px 0;
    }
    .modal-dialog.full h3,
    .modal-dialog.full .parbrake .label-area li.tittle {
        font-size: 24px;
        line-height: normal;
    }
    .part-top-tittle img {
        max-width: 28px;
    }
    .modal-dialog.full .parbrake .label-area li,
    .modal-dialog.full .side1 ul li {
        font-size: 17px;
    }
    .modal-dialog.full .parplace .full {
        flex-direction: column;
    }
    .modal-dialog.full .breakdown-total {
        font-size: 22px;
    }
    .modal-dialog.full .imt-note {
        font-size: 15px;
    }
    .bid-now-modal .modal-content {
        margin-top: 3.5rem;
    }

    .bid-now-modal .modal-footer .close {
        right: 3px;
        top: -52px;
    }

    .content-area-dashboard
        .area-left
        .card-body
        .card-heading-area
        .filter-button {
        margin-bottom: 15px;
    }

    .our-milestone .item {
        height: auto !important;
    }

    .image-card .why-image {
        height: 550px;
    }
}
/*------------mobile portrait view------*/
@media (max-width: 640px) {
    .xzoom-thumbs a img {
        width: 80px;
        height: 72px;
    }
    tbody tr.heading-bar td .button-set a {
        width: 100%;
        margin: 5px 0;
    }
    .align-middle p {
        margin: 15px 0 0;
        text-align: center;
        width: 31%;
        font-size: 15px;
    }
    .product-listing .align-middle {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .accordion .card-body {
        padding: 15px;
    }
    .advance-search .accordion .card-body,
    .final-search .accordion .card-body {
        padding: 15px;
    }
    .dash-transtion .date-area .from-control {
        width: 100%;
        margin-bottom: 15px;
    }
    .dash-transtion .date-area,
    .dash-transtion .search {
        margin: 0;
    }
    .dashboard .content-area .table td {
        padding: 0;
    }
    .dash-transtion .cards .table-responsive td .table-cell,
    .dash-transtion .cards .table-responsive.scroll td .table-cell {
        padding: 5px;
    }
    .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
        padding: 3px;
    }
    .final-search .accordion .card-body select {
        width: 100%;
    }
    .team-part .team-head {
        max-width: 100%;
        border-radius: 0 0 8px 8px;
    }
    .import-regulation .from-control select {
        max-width: 100%;
    }
    .flex-card .btn,
    .flex-card form {
        width: 100%;
    }
    .view-section .btn-view {
        width: 48%;
    }
    .auction .right-pull .text-right {
        text-align: center;
    }
    .dashboard .content-area .table td:first-child {
        padding: 3px;
        width: 170px;
        display: table;
    }
    .dashboard .content-area .table .table-cell {
        padding: 12px;
        flex-wrap: nowrap;
    }
    .dashboard .content-area .table .table-cell img {
        max-width: 50px;
    }
    .dashboard .content-area .cards.edit .from-control.space-between {
        flex-direction: column-reverse;
    }
    .releted-product h4 {
        text-align: center;
    }
    .inspection-page .list-area {
        display: block !important;
    }
    .inspection-page ul.inspection-list li span.list-text {
        padding-left: 0;
    }
    .inspection-page ul.inspection-list li span.bullet {
        width: 30px;
    }
    .inspection-head h4 {
        font-size: 32px !important;
    }

    .inspection-text p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    .inspection-text h4 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }
    .inspection-last-box h4:first-child {
        font-size: 18px;
        line-height: 24px;
    }
    .inspection-image .card {
        margin: 0px 3px;
    }
    .counter-card-group {
        padding: 0 15px !important;
    }
    .how-to-bid {
        padding: 15px !important;
    }
    .how-bid-two p {
        color: #fff !important;
    }
    .image-card-container {
        padding: 0px 15px !important;
    }
    .counter-cards-area {
        margin: 0 !important;
    }
}
/*----------optional css------*/
@media (min-width: 480px) {
    .profile-form form .margin-right {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .profile-form .button-container {
        flex-direction: row;
    }

    .card-header.profile-heading h5 {
        font-size: 28px;
    }

    .share-modal .jssocials-share a i {
        font-size: 12px;
    }

    .profile-tab-area .nav-link {
        font-size: 16px;
    }
}

/*---------use only when design is customise-----------*/

@media (min-width: 1300px) {
    .header-top .count-stock-area p,
    .header-top .time-area p {
        font-size: 14px;
    }

    .main-menu-area .menu-links {
        margin-left: -8px;
    }
}

@media (min-width: 1200px) {
    footer .quick-link {
        max-width: 425px;
    }

    nav {
        padding-inline: 2rem;
    }

    .navbar-collapse {
        justify-content: space-between !important;
    }

    .about-tab-content .about-side-image-team {
        position: absolute;
        right: 0;
        top: 0;
        height: 30%;
    }

    .about-tab-content .team-para {
        width: 90%;
        margin-bottom: 8rem;
    }

    .team-head {
        position: absolute;
        top: 28%;
        right: 10%;
        border-radius: 8px;
    }

    .item-list.home {
        justify-content: flex-start;
    }

    .banner .owl-dots {
        bottom: 2.5em;
    }

    .area-right.auction {
        margin-top: 0;
    }

    .mobile-menu {
        display: none;
    }

    .privacy-policy-wrap .contact-information ul li.address {
        width: 20% !important;
    }

    .privacy-policy-wrap .contact-information ul li.contact,
    .privacy-policy-wrap .contact-information ul li.email {
        width: 40% !important;
        padding: 0 20px;
    }

    .privacy-policy-wrap .contact-information ul li.email .details-container {
        margin-right: 10px !important;
    }

    .privacy-policy-wrap
        .contact-information
        ul
        li.email
        .details-container
        .email-container
        a {
        margin-bottom: 3px;
    }

    .privacy-policy-wrap .contact-information.social-media ul li {
        flex: 1;
    }

    .about-section .card.storage {
        width: 47%;
        margin: 0 auto;
    }

    .stock-details-slide #sync1 .item img {
        height: 390px;
        object-fit: contain;
    }

    #sync1 .item img {
        height: 439px;
        object-fit: cover;
    }

    .alert-bell .alert-count {
        right: 1px;
    }

    .about-section .shipping-card-area {
        background-position: right;
        background-size: 72% 100%;
    }

    .about-section.vocab .mid-banner-area .text-area {
        padding: 10px 300px 0 20px !important;
    }

    .about-section.jdm .card.car-listing .car-details .brand-heading {
        margin: 0 0 25px 0 !important;
    }


    .team-cards .owl-carousel .owl-nav {
        left: -4.5% !important;
        width: 108.5% !important;
    }

    .key-space {
        flex-direction: row;
        padding: 10px 0;
        flex-wrap: unset;
    }

    .key-space ul {
        border-right: 1px solid #a4a4a4;
    }

    .key-space ul:last-child {
        border: none;
    }

    .ticket-card.auction-detail .form-control {
        height: 80px;
    }

    .key-space ul:first-child li:last-child {
        border-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .filter-desk.open {
        animation-name: filterOpen;
        animation-duration: 0.5s;
        height: auto;
    }

    .filter-desk.close {
        animation-name: filterClose;
        animation-duration: 0.5s;
        height: 0;
    }

    @keyframes filterOpen {
        from {
            height: 0;
        }
        to {
            height: 500px;
        }
    }

    @keyframes filterClose {
        from {
            height: 500px;
        }
        to {
            height: 0;
        }
    }

    .content-area-after .item-list li {
        width: 48% !important;
    }

    .about-section .sourcing-info-cards .card {
        width: 100%;
    }

    .team-banner .team-banner-content,
    .about-section .about-payment .payment-nav-area,
    .bid-information,
    .about-section .image-card.how-bid-one,
    .about-section .sourcing-info-cards.documents {
        padding: 0 15px 0 15px;
    }

    .about-section .image-card.how-bid-one {
        background-color: transparent;
        padding: 0;
    }

    .about-section .deposit-banner .right-card {
        width: 100%;
    }

    .about-section .image-card-container.collect-vehicle {
        padding: 60px 15px 60px 15px;
    }

    .header-top .count-stock-area,
    .header-top .time-area {
        display: none;
    }
}

@media (min-width: 768px) {
    .sortby,
    .length-results {
        display: flex;
        align-items: center;
    }

    .sortby {
        justify-content: flex-end;
    }

    .sortby select {
        max-width: 200px;
    }

    .length-results select {
        max-width: 120px;
    }

    .view-button-area a {
        margin-top: 0;
    }

    /* .item-list li .items .product-area .grade
    {
        margin-bottom: 5px;
    } */

    .item-list li.visited .items .product-area .grade {
        margin-bottom: 5px;
    }

    .header-top .social-search {
        margin-top: 0;
    }

    .login-button-section {
        display: flex;
        justify-content: flex-end;
    }

    .login-button-section a {
        width: auto;
        margin-right: 10px;
    }

    .mobile-menu .menu-links .nav-items a {
        font-size: 15px;
    }

    .our-story.vocab-doc-area {
        padding: 10px 0 10px 0;
    }

    .about-section.vocab .vocab-shipping .text-area {
        padding: 0 0 10px 150px;
    }

    .about-section.vocab .vocab-shipping .text-area ul li p {
        width: 70%;
        line-height: 22px;
        font-size: 14px;
    }

    .main-menu-area .logo-area a {
        width: 105px;
    }

    .mobile-menu {
        top: 3.5em;
    }

    .about-section .bid-information .information-container {
        padding: 20px 50px 20px 50px;
    }
}

@media (min-width: 1366px) and (max-width: 1450px) {
    .about-section .our-story.roll-on-section {
        margin: 0px auto 10px auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .about-section .our-story.roll-on-section {
        margin: 15px auto 10px auto !important;
    }
}

@media (min-width: 730px) {
    /* .header-top
    {
        text-align: left;
    }

    .header-top .flex-end
    {
        justify-content: flex-end;
    } */
}

@media (min-width: 575px) {
    .sortby {
        margin-top: 0px;
    }

    .form-area form .form-group .date {
        padding-right: 10px;
    }

    .modal-filter {
        flex-direction: row;
    }

    .profile-form form .group-area {
        margin-bottom: 0;
        padding-right: 10px;
    }

    .footer-card .button-area {
        margin-top: 0;
    }

    .modal-dialog.share-modal {
        max-width: 530px !important;
    }

    .tandc p {
        font-size: 22px;
    }

    .form-area.signup .date {
        margin-bottom: 0;
    }

    .bid-card .button-area.paypal {
        flex-direction: row;
    }

    .privacy-policy-wrap .contact-information ul li.contact {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .privacy-policy-wrap .contact-information ul li.email {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .country-code-allign {
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .about-section .image-card .right-card {
        width: 450px;
        right: 50px;
    }

    .about-section .image-card .left-card {
        width: 450px;
        left: 70px;
    }
}

@media (max-width: 575px) {
    .about-section .tranportation-banner .text-area {
        padding: 20px;
    }

    .about-section .image-card.logistics-shipping,
    .additional-shipping-details,
    .fees-leaved-container {
        padding: 0 15px 0 15px;
    }

    .about-section .image-card.benefits-shipping-container .info-card {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .admin-sidebar {
        position: absolute;
        left: 0px;
        z-index: 100;
        height: 100%;
        box-shadow: 0 1px 3px 2px #a5addf;
    }

    .digit-group input {
        width: 15.5%;
    }

    .item-list.auction-list li {
        width: 48%;
    }

    .content-area-after {
        padding: 10px;
    }

    .currency-group {
        margin-bottom: 10px;
    }

    .currency-group span.currency-type {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-right: 1px solid #959595;
    }

    .our-story,
    .mission-vision-container,
    .image-card-container,
    .team-cards,
    .why-loginet {
        padding: 0 20px 0 20px;
    }

    .about-section .deposit-banner .right-card {
        left: 0 !important;
    }

    .customer-love .why-image {
        height: 550px;
    }
}

@media (max-width: 375px) {
    .chat-box {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 250px;
    }

    .content-area-dashboard ul li p {
        width: 100%;
    }

    .content-area-dashboard
        .area-left
        .card-body
        .card-heading-area
        button.card-filter {
        margin-bottom: 5px;
    }
}

@media (max-width: 499px) {
    .amount-area .coin,
    .amount-area .amount-container {
        padding-inline: 0;
        text-align: right;
    }

    .amount-area .coin {
        width: 28px;
        height: 28px;
    }

    .amount-area .coin .fa-usd {
        font-size: 18px;
    }

    .amount-area h2 {
        font-size: 18px;
        text-align: right;
    }

    .balance-card-area .card-deposit h4,
    .balance-card-area .card-outstanding h4 {
        font-size: 18px !important;
    }

    .amount-area p {
        font-size: 12px;
    }

    .about-section .deposit-banner .right-card {
        bottom: -65px;
    }

    /* .about-section .bid-information .information-container
    {
        padding: 30px 20px 30px 20px;
    } */

    .about-section .center-card {
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .about-section .card.storage {
        width: 100%;
        margin-inline: 0;
        padding: 0 15px 0 15px;
    }
}

@media (max-width: 465px) {
    .vin button {
        font-size: 10px !important;
    }
}

@media (min-width: 568px) {
    .filter-banner .filters h1 {
        font-size: 28px;
    }

    .home-listing h2 {
        font-size: 26px;
        line-height: 18px;
    }

    .home-listing .text-center p {
        margin: 0 auto 20px;
    }

    /* .home-customer h2
    {
        font-size: 36px; 
        line-height: 54px;
    } */

    /* .home-customer .button-container
    {
        margin-top: 45px;
    } */

    .home-customer .customers-love li {
        width: 48%;
    }

    .about-section.vocab .vocab-listing ul li {
        width: 50%;
    }

    .banner-bottom h3 {
        font-size: 26px;
    }

    .special-service h2 {
    }

    .about-section.vocab .mid-banner-area .text-area {
        padding: 10px 50px 0 20px;
    }

    .about-section.vocab .our-story h3 {
        font-size: 32px;
        line-height: 48px;
    }

    .about-section.vocab .vehicles ul li {
        display: -webkit-box;
    }

    .about-section.vocab .vehicles ul li .image-area {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .about-section.vocab .vehicles ul li .text-area p {
        width: 80%;
    }

    .content-area-after.my-bid.ticket .bid-area-tabs li a {
        font-size: 16px !important;
    }

    .about-section.vocab .vocab-listing ul li {
        margin: 0 0 10px 0;
        padding: 0 25px 0 25px;
        border-right: 1px solid #954adb;
        border-bottom: 0;
    }

    .about-section .our-story.roll-on-section {
        margin: 30px 0 30px 0;
    }

    .about-section .image-card {
        margin: 0 0 20px 0;
    }

    .about-section .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-section .image-card .right-card,
    .about-section .image-card .left-card,
    .about-section .center-card {
        position: absolute;
        bottom: -20px;
        padding: 10px 15px;
    }

    .about-section .bid-information .information-container ul {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .about-section .bid-information .information-container ul li img {
        width: 30px;
        height: 30px;
    }

    .about-section .image-card .info-card {
        padding: 20px 72px 20px 38px;
    }

    .image-card.how-bid-two img {
        margin: 0 0 20px 0;
    }

    .image-card.how-bid-two .info-card {
        position: absolute;
        width: 60%;
        top: 0;
        left: 35%;
        bottom: 0;
    }

    .about-section .logistics-shipping .text-area h3 {
        margin-top: 10px;
    }

    .content-area-dashboard .card-heading-area h3 a {
        width: fit-content;
    }

    .top-option.login li a span {
        display: initial;
    }

    .about-section .sourcing-info-cards.documents .card {
        width: 48%;
    }

    .inspection-page .inspection-text h5.inspection-subheading {
        font-size: 20px;
        line-height: 28px;
    }

    .top-option a img {
        margin-right: 9px;
    }

    .space-between.home-categories {
        flex-direction: row;
    }

    .about-section.vocab .vocab-shipping h3 {
        font-size: 38px;
        line-height: 57px;
    }

    .about-section.vocab .vocab-shipping .text-area ul li h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about-section.vocab .payments .text-area h3,
    .about-section.vocab .vehicles h3 {
        font-size: 38px;
        line-height: 57px;
    }

    .about-section.vocab .payments ul li h4 {
        margin-bottom: 8px;
    }

    .about-section.vocab .payments ul li p,
    .about-section.vocab .vehicles ul li .text-area p {
        font-size: 15px;
        line-height: 26px;
    }

    .about-section .center-card {
        height: auto;
    }

    .key.auction-detail {
        width: 49%;
        margin: 10px 2% 0 0;
    }

    .ticket-card.auction-detail {
        width: 49%;
    }

    .content-area-dashboard .pending-action ul li {
        flex-direction: row;
    }

    .content-area-dashboard .pending-action ul li .notification {
        width: 65%;
        align-items: center;
    }

    .content-area-dashboard .pending-action ul li .status-area {
        width: 35%;
    }

    .auction-bid-modal .button-area.paypal .btn-outline {
        font-size: 14px;
    }
}

@media (max-width: 569px) {
    .content-area-dashboard ul li {
        justify-content: flex-start;
    }

    .content-area-dashboard ul li .btn-fill {
        width: 100%;
        margin-top: 10px;
    }

    .stock-details-slide #sync2 .item img {
        height: 56px;
    }

    .vin button {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .content-area-dashboard .area-left {
        order: 2;
    }

    .content-area-dashboard .area-right {
        order: 1;
    }

    .about-side-image-team {
        width: 350px;
    }

    .team-head {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .dash-latest-trans .radioBtns .pay-trans-area,
    .dash-latest-trans .radioBtns .pur-trans-area {
        margin-top: 2rem;
    }

    .filter-banner .filters h1 {
        font-size: 48px;
    }

    .privacy-policy-wrap .contact-information ul li.address {
        width: 40%;
    }

    .privacy-policy-wrap .contact-information ul li.contact {
        width: 55%;
    }

    .privacy-policy-wrap .contact-information ul li.email {
        justify-content: flex-start;
    }

    .privacy-policy-wrap .contact-information ul li.email .details-container {
        display: flex;
        margin-right: 50px;
    }

    .about-section.vocab .logistics-shipping.vocab-fob h3 {
        font-size: 38px;
        line-height: 57px;
        margin-top: 20px;
    }

    .about-section .tranportation-banner .text-area .trans-map {
        width: 120px;
    }

    .about-section .deposit-banner {
        height: 500px;
    }

    .about-section .deposit-banner img {
        height: 100%;
    }

    .about-section .deposit-banner .right-card {
        position: absolute;
        bottom: -22px;
        left: 16rem;
    }

    .about-section .shipping-card-area .left-card.shipping {
        position: absolute;
        width: 45%;
        top: 0;
        bottom: 0;
    }

    .header-top {
        padding: 2px 6px 2px 6px;
    }

    .jdm-banner {
        background-position: center -48.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .vocab-banner {
        background-position: center -48.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .import-banner {
        background-position: center -48.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 20px 0;
        min-height: 180px;
        height: unset;
    }

    .contact-banner {
        background-position: center -48.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .about-banner {
        background-position: center -48.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .banner .item {
        height: 290px;
    }

    /* .about-section .about-content img {
        margin: 0 0 20px 0;
    } */


    .information-container {
        padding: 25px;
    }
}

@media (min-width: 1200px) {
    .length-results label,
    .sortby label {
        font-size: 16px;
    }

    .key.auction-detail {
        width: 48%;
        margin: 10px 4% 0 0;
    }

    .ticket-card.auction-detail {
        width: 48%;
    }

    .main-menu-area {
        padding: 2px 2.5% !important;
    }

    .about-section .sourcing-info-cards .card {
        width: 22%;
        margin: 0px 15px;
    }
    .export-documents .card {
        width: 23%;
        margin: 0px 10px;
    }

    /* .about-section .counter-cards-area .circle-counter.side-right {
        right: -30%;
    }

    .about-section .counter-cards-area .circle-counter.side-left {
        left: -29%;
    } */

    .notif-dropdown {
        right: 20px;
    }

    .about-section .sourcing-map-area .vehicle-image-container {
        bottom: 135px;
    }

    .about-section .sourcing-info-cards {
        bottom: 0px;
    }

    

    /* .submenu-links ul li a
    {
        font-size: 16px;
    } */

    .home-customer .customers-love li {
        width: 23%;
    }

    .about-section.vocab .vocab-listing ul li {
        width: 25%;
    }

    

    .about-section.vocab .vehicles ul li .text-area p {
        width: 100%;
    }

    .about-section.vocab .vocab-listing ul li h4 {
        font-size: 16px;
    }

    .about-section.vocab .vocab-listing ul li p {
        font-size: 13px;
    }

    .about-section.vocab .vocab-listing ul li:last-child {
        border-right: 0;
    }

    .about-section .tranportation-banner .text-area .trans-map {
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0%;
        right: 10px;
    }

    .image-card.how-bid-two .info-card {
        width: 50%;
        left: 50%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .image-card.how-bid-two .info-card p {
        color: #fff !important;
    }

    .about-section .shipping-card-area .left-card.shipping {
        width: 35%;
    }

    .about-section .sourcing-info-cards.documents .card {
        width: 23%;
    }
}

@media (min-width: 368px) {
    .modal-footer {
        flex-wrap: unset;
    }

    .flex-card.stock-buttons a span {
        display: initial;
    }

    .date-filter-area .form-group {
        flex-direction: row;
        align-items: center;
    }

    .date-filter-area .date-filter-buttons {
        margin-left: 5px;
    }

    .bid-card .button-area.paypal {
        flex-direction: row !important;
    }

    .bid-card .button-area.paypal .btn-outline {
        margin-top: 0;
        width: 49%;
    }

    .bid-card .button-area.paypal #paypal-button-container {
        width: 49%;
    }
}

@media (min-width: 992px) {
    nav.about-sidenav {
        background-color: transparent;
        padding: 15px;
    }

    nav.about-sidenav button {
        flex-direction: row;
    }

    nav.about-sidenav button.active {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
    }

    nav.about-sidenav button img {
        margin-right: 10px;
    }

    nav.about-sidenav button span {
        display: block;
    }

    .about-inner-nav .nav-tabs button {
        font-size: 16px;
        padding: 10px 15px !important;
    }

    .about-tab-content .about-side-image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    .about-tab-content .about-side-image-fifty {
        position: absolute;
        right: 0;
        top: 0;
        height: 30%;
    }

    .team-part.large {
        width: 138%;
    }

    .team-part.large .item .image-part {
        width: 53%;
        margin-right: 10px;
    }

    .team-part.large .item .cont-part {
        width: 47%;
    }

    .team-part.large .item .image-part .profile-img {
        width: 100%;
    }

    .team-part.large .item {
        justify-content: space-between;
    }

    .content-area.profile-page,
    .content-area-dashboard {
        /* padding: 20px 10px 60px 30px; */
    }

    .header-top .count-stock-area,
    .header-top .time-area {
        display: flex;
        align-items: center;
    }

    .header-top .time-area {
        justify-content: flex-end;
    }

    .header-top .count-stock-area p,
    .header-top .time-area p {
        flex-direction: row;
    }

    .header-top .count-stock-area p span:nth-child(2),
    .header-top .time-area p span:nth-child(3) {
        margin-inline: 18px;
    }

    .header-top .time-area p span:nth-child(2) {
        margin-inline: 7px;
    }

    .header-top .time-area p span:nth-child(4) {
        margin-right: 10px;
    }

    /* .header-top .social-search select
    {
        line-height: 2;
    } */

    .home-listing .nav-tabs .nav-link.active {
        font-size: 22px;
    }

    .home-listing .nav-tabs .nav-link {
        font-size: 20px;
    }

    /* .releted-product h4
    {
        padding:0 25px
    } */

    .menu-links-area.has-sidemenu .menu-links {
        align-items: center;
    }

    .index-page .accordion-body .button-container button {
        width: 15%;
    }

    .address-info .content {
        padding: 2rem 2rem;
    }

    .address-info .bg-flag {
        height: 97%;
    }

    .map-info iframe {
        height: 97%;
    }

    .our-milestone h6 {
        width: 160px;
    }

    .content-area-after {
        padding: 10px 10px 30px 30px;
    }

    .mobile-menu .menu-links-area .menu-links {
        align-items: center;
    }

    .about-section.vocab .mid-banner-area .text-area {
        padding: 10px 80px 0 20px;
    }

    .about-section.vocab .payments .text-area h3 {
        margin-top: 0;
    }

    .about-section.vocab .payments ul {
        padding: 0 0 0 20px;
    }

    /* .about-section .challanges-card-section
    {
        margin: 60px 0 60px 0;
    } */

   

    

   

    .about-section.jdm .card.car-listing .card-body {
        padding: 28px 14px 28px 28px;
    }

    .about-section.jdm .card.car-listing .car-details .brand-logo {
        width: 60px;
        margin-right: 24px;
    }

    .about-section.jdm .card.car-listing .car-details .brand-heading {
        margin: 0 0 10px 0;
    }

    .about-section.jdm .card.car-listing table thead tr th {
        font-size: 16px;
    }

    .about-section.jdm .card.car-listing table tbody tr td {
        padding: 10px 0 10px 0;
        font-size: 16px;
    }

    .about-section.jdm .filter-area .brand-list li label {
        margin-left: 14px;
    }

    .about-section.jdm .filter-area .brand-list li.brand-name {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .about-section.jdm .filter-area .brand-list li {
        font-size: 15px;
    }

    .about-section .navigation-tab ul {
        flex-direction: row;
    }

    .about-section .navigation-tab ul.active-tab {
        display: none;
    }

    .about-section .navigation-tab ul li.small-active {
        display: block;
    }

    /* .about-section .navigation-tab ul li
    {
        padding: 10px 10px;
    } */

    .about-section .navigation-tab ul li button {
        font-size: 15px;
    }

    .about-section .navigation-tab ul.hide-tabs {
        height: auto;
    }

    .contact-form .contact-form-email {
        margin-top: 35px;
    }

    .jdm-banner {
        background-position: center -18.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .vocab-banner {
        background-position: center -18.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .import-banner {
        background-position: center -18.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 20px 0;
        min-height: 180px;
        height: unset;
    }

    .contact-banner {
        background-position: center -18.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .about-banner {
        background-position: center -18.229vw;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0;
        min-height: 250px;
        height: unset;
    }

    .about-section .tranportation-banner .image-area {
        height: 350px;
    }

    .about-section .card.storage .card-body .image-container.one,
    .about-section .card.storage .card-body .image-container.two {
        height: 450px;
    }

    .inspection-text {
        order: 1;
    }

    .inspection-image {
        order: 2;
    }

    .key.auction-detail h4 {
        font-size: 22px;
    }

    .about-section .payment .text-area {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .about-section .payment .image-area img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

@media (max-width: 991px) {
    .about-tab-content .about-side-image {
        width: 35%;
    }

    .about-tab-content .about-side-image-fifty {
        width: 100%;
        margin-bottom: 2rem;
    }

    .about-tab-content .about-side-image-team {
        width: 350px;
    }

    .team-head {
        width: 350px;
    }

    .content-area-dashboard table tr td .table-cell {
        width: 170px;
    }

    .counter-card-group {
        padding: 0 1px;
    }

    .about-section .counter-cards-area .border-area {
        display: none;
    }

    .left-container.image {
        order: 2;
    }

    .about-section .counter-cards-area .text {
        padding: 10px;
        margin-bottom: 10px;
    }

    .about-section .counter-cards-area .text p {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .about-section .counter-cards-area .circle-counter.side-right {
        display: none;
    }

    .about-section .counter-cards-area .circle-counter.side-left {
        display: none;
    }
}

@media (max-width: 590px) {
    .about-tab-content .about-side-image {
        width: 100%;
    }

    .about-tab-content .about-side-image-fifty {
        width: 100%;
    }

    .about-tab-content .about-side-image-team {
        width: 100%;
    }

    .team-head {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .about-tab-content {
        padding: 0 0 0 60px;
    }

    .final-search.auction .search-keyward input {
        padding: 7px 49px;
    }

    .auction-form.filter-area, .import-list-form.border-inner-box{
        border-radius: 8px;
        padding: 15px 25px;
    }

    .filter-desk {
        height: auto;
    }

    .area-left.auction,
    .area-right.auction {
        padding-inline: 1rem;
    }

    .notif-dropdown {
        top: 10.4em;
    }

    .milestone-card .counter-card-group::after {
        content: "";
        border-left: 1px dotted #989797;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 50%;
    }

    .milestone-card {
        margin: 60px 0 0 0;
    }

    .milestone-card .counter-card-group .date {
        order: 1;
    }

    .milestone-card .counter-card-group .text {
        order: 1;
    }

    .milestone-card .counter-card-group .left-container.date {
        text-align: right;
    }

    .milestone-card .counter-card-group .date {
        font-size: 45px;
    }

    .milestone-card .counter-card-group .date::after {
        content: "";
        display: inline-block;
        background-image: url("../images/milestone-disc.svg");
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: -15px;
    }

    .milestone-card .counter-card-group .card {
        padding: 27px 25px 27px 25px;
    }

    .about-section.jdm .card.car-listing .car-details {
        padding: 0 10px 0 10px;
    }

    .about-section.jdm .card.car-listing .table-container {
        max-height: 160px;
    }

    .about-section .shipping-card-area {
        height: 350px;
    }

    .about-section .shipping-card-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-section .image-card.logistics-shipping img {
        margin-top: 94px;
    }

    .banner-bottom h3 {
        font-size: 24px;
    }

    .banner-bottom {
        padding: 2px 20px;
    }

    .team-cards .owl-carousel .owl-nav {
        left: -5.5%;
        width: 109.5%;
    }

    .import-single .card-body {
        flex-direction: row;
    }

    .import-single .info-area {
        width: calc(100% - 250px);
    }

    .import-single .info-area ul {
        flex-direction: row;
    }

    .import-single .info-area ul li {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .team-part.large .item {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (max-width: 370px) {
    .vin input {
        width: 100%;
    }

    .vin button {
        width: 100%;
        position: relative;
        margin: 10px 0 0 0;
        font-size: 15px !important;
    }
}
@media (max-width: 338px) {
    .digit-group input {
        width: 15%;
    }
}

@media (min-width: 468px) {
    .amount-area h2 {
        /* text-align: right; */
        margin-top: 0;
    }

    .main-menu-area {
        padding: 2px 10px;
    }

    .dash-latest-trans .search-area {
        width: 67%;
    }

    .dash-latest-trans .search-box button {
        margin-top: 2.1rem;
        width: 30%;
    }

    .bid-card .button-area.paypal button{
        font-size: 15px;
    }

    .content-area-after.my-bid.ticket .bid-area-tabs li a {
        font-size: 14px;
    }

  

    .terms-banner {
        padding: 40px 0;
    }

    .policy-banner {
        padding: 40px 0;
    }

    .auction-bid-modal .button-area.paypal {
        flex-direction: row;
    }

    .auction-bid-modal .button-area.paypal #paypal-button-container {
        width: 49%;
    }

    .auction-bid-modal .button-area.paypal .btn-outline {
        width: 49%;
        margin-top: 0;
    }
}

@media (min-width: 415px) {
    .about-section .image-card.logistics-shipping {
        height: auto;
    }
}

@media (max-width: 335px) {
    .mobile-menu.have-sidemenu .menu-links-area {
        justify-content: center;
    }

    .mobile-menu.have-sidemenu .menu-links:not(.sidemenu-links),
    .mobile-menu.have-sidemenu .sidemenu-links {
        align-items: center;
    }
}

@media (max-height: 572px) {
    .form-area.forgot .btn-submit {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1410px) and (min-width: 1200px) {
    .content-area-dashboard .footer-card .text,
    .content-area-dashboard .footer-card .button-area {
        width: 100%;
    }

    .content-area-dashboard .footer-card .button-area {
        /* margin-top: 15px; */
    }

    .content-area-dashboard ul li {
        justify-content: flex-start;
    }

    .content-area-dashboard ul li .btn-fill {
        width: 100%;
        margin-top: 15px;
    }

    .dash-latest-trans .search-box {
        width: 100%;
    }

    .dash-latest-trans .search-area input,
    .dash-latest-trans .search-box button {
        line-height: 2;
    }

    .dash-latest-trans .search-area .fa-search {
        bottom: 14px;
    }

    .dash-latest-trans .form-group:nth-child(1),
    .dash-latest-trans .form-group:nth-child(2) {
        width: 25%;
    }

    .dash-latest-trans .form-group:nth-child(3) {
        width: 50%;
    }

    .dash-latest-trans .radioBtns {
        justify-content: space-evenly;
    }

    .dash-latest-trans .search-area .fa-search::before {
        bottom: 13px;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .view-button-area a span {
        font-size: 12.5px;
    }
}

@media (max-width: 1680px) {
    .content-area-after .item-list li {
        width: 23.5%;
    }

    .content-area-after .item-list li .btn-price {
        font-size: 12px !important;
    }
}

@media (max-width: 1400px) {
    .content-area-after .item-list li {
        width: 32%;
    }

    .view-section .bid-status ul li {
        font-size: 16px;
    }

    .about-section .deposit-banner .right-card {
        left: 8rem;
    }
}

@media (min-wdth: 786px) {
    .about-section .navigation-tab ul li button {
        padding: 10px 20px 10px 10px;
    }
}
