@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
@font-face {
    font-family: 'Chloe';
    src: url('../fonts/chloe/Chloe-Regular.eot');
    src: url('../fonts/chloe/Chloe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/chloe/Chloe-Regular.woff2') format('woff2'),
        url('../fonts/chloe/Chloe-Regular.woff') format('woff'),
        url('../fonts/chloe/Chloe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	margin:0;
	padding:0;
}
.header .logo img {
    width: 206px;
    height: 55px;
    object-fit: contain !important;
}
.header {
    padding: 8px;
    background: #fff;
}
.header .right-col {
    display: flex;
    justify-content: right;
    align-items: center;
}
.header .right-col .search-field {
    width: 53%;
    position: relative;
}
.header .right-col .account-menu {
    width: 20%;
}

.header .right-col .account-menu ul {
    list-style: none;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.header .right-col .account-menu ul li {
    display: inline-block;
    margin-left: 28px;
}
.header .row {
    align-items: center;
}
.search-field form input {
    width: 100%;
    height: 42.619px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid #EEE;
    background: #F5F9FC;
    padding: 9px 20px 9px 50px;
    color: #9BA5C8;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.search-field form input::placeholder{
	 color: #9BA5C8;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	}
.search-field form button {
    position: absolute;
    top: 50%;
    left: 0;
    background: none;
    border: none;
    transform: translate(25px, -50%);
    color: #a969fe;
    font-weight: 300 !important;
}
/*---Header End---*/
/*---Footer Start---*/
footer.footer-top {
    border-radius: var(--sh, 0px);
    border-top: none;
    background: #F5F9FC;
    padding: 39px 0;
}
.footer-top .logo-area img {
    width: 200px;
    flex-shrink: 0;
}
.footer-top .logo-area p {
    color: #9F9F9F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0 !important;
}
.footer-top .logo-area .logo {
    margin-bottom: 19.44px;
}
.footer-top .quick-link h4{
    color: #7618F0;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.footer-top .subscribe-area h4 {
    color: #7618F0;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.footer-top .quick-link ul {
    padding: 0 !important;
    list-style: none;
    margin-bottom: 0 !important;
}
.footer-top .quick-link ul li a {
    text-decoration: none;
    color: #9F9F9F;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px !important;
    display: inline-block;
}
.footer-bottom {
    border-top: 1px solid #D9D9D9;
    padding-top: 35px;
    margin-top: 60px;
}
.footer-bottom p {
    margin-bottom: 0 !important;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-bottom p a{
    color: #8000FF;
    text-decoration: none;
}
.footer-bottom p a:hover {
  
    text-decoration: underline;
}
.footer-top .quick-link ul li a:hover{
     color: #8000FF;
}
.footer-top form.subscribe-form input.btn-subscribe:hover {
    color: #8000FF;
    border-bottom: 1px solid #8000FF !important;
}
.footer-top form.subscribe-form input#email {
    color: #9F9F9F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none !important;
    background: none;
    border-bottom: 1px solid #9F9F9F !important;
    width: 200px;
    margin-right: 15px;
    padding: 0 1px 3px;
}
.footer-top form.subscribe-form input#email::placeholder{
   color: #9F9F9F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.footer-top form.subscribe-form input.btn-subscribe {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none !important;
    background: none;
    border-bottom: 1px solid #000 !important;
    padding: 0 1px 3px;
}
.footer-top form.subscribe-form input:focus-visible {
    outline: none !important;
}
.add-auction-sec .step {
    background: #F5F9FC;
    box-shadow: 0 0 28px #ccc !important;
    padding: 35px 30px 35px;
    margin: 20px;
    border-radius: 3px;
}
.add-auction-sec .step-left h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0E0E0E;
}
.add-auction-sec .step-right img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    border-radius: 20px;
}
.add-auction-sec{
    padding-bottom: 100px;
}
/*---Footer End---*/
/*---Banner---*/
.home-banner {
    background: url("../images/Rectangle 77.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}
.home-banner h1{
    background: linear-gradient(244deg, #FFF 21.58%, #FFF 38.36%, #FFF 64.49%, #FFF 75.53%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Montserrat;
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 60px;
}
.home-banner p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}
.home-banner p span{

    font-weight: 300;
}
.home-banner .btn a {
    display: inline-block;
    height: 58px;
    padding: 15px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    border-radius: 0px;
    background: #8000FF;
    width: 196px;
    text-align: center !important;
    text-decoration: none;
    line-height: 29px !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
}
.nowinauction-sec {
    background: #F5F9FC;
    padding: 70px 0 80px;
    position: relative;
}
.nowinauction-sec h3 {
    font-size: 148px;
    color: #ccc;
    line-height: 128px;
    text-align: center;
    opacity: 0.10;
    font-weight: 800;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}
.nowinauction-sec h2 {
    color: #3A3A3A;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.nowinauction-sec h2 .color-purple {
    color: #8102FE;
}
.auction-slider {
    margin-top: 60px;
}

.auction-slider .slick-slide .title {
    text-align: center;
}
.auction-slider .slick-slide .title h6 {
    color: #333;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.img-area {
    border-radius: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 8.64px;
    display: flex;
    margin-bottom: 28px;
}
.img-area-alternate {
    border-radius: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 8.64px;
    display: flex;
     margin-bottom: 28px;
}
.img-area .img-left img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    height: 100%;
    object-fit: cover;
    padding-right: 5px;
}
.img-area-alternate .img-right img {
    width: 100%;
      height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.img-area .img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.img-area-alternate .img-left img {
    width: 100%;
     width: 100%;
    border-radius: 0px 10px 10px 0;
 /*   height: 224px;*/
    height: 100%;
    object-fit: cover;
    padding-left: 5px;
}
.img-area img.first-img, .img-area-alternate img.first-img{
    margin-bottom: 5px;
}
.auction-slider .slick-slide .auction-detail .title {
    text-align: left;
    width: 60%;
}
.auction-slider .slick-slide .auction-detail{
   display: flex;
}
.auction-slider .slick-slide .auction-detail .timeing {
    text-align: right;
    width: 40%;
}
.auction-slider .slick-slide .auction-detail .title h5 a {
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px !important;
    text-decoration: none;
    display: inline-block;
}
.auction-slider .slick-slide .auction-detail .title p {
    color: #333;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0 !important;
}
.auction-slider .slick-slide .auction-detail .title h5 a:hover{
    color: #8102FE;
}
.auction-slider .slick-slide .auction-detail .timeing p {
    color: #8000FF;
    text-align: right;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.auction-slider .slick-prev:before {
    content: '' !important;
    width:30px;
    height: 30px;
    background: url(../images/Vector.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -200%;
 
    background-size: cover;
}
.auction-slider .slick-next:before {
    content: '' !important;
    width: 30px;
    height: 30px;
    background: url(../images/Vecto-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -200%;
    background-size: cover;
}
.auction-slider .slick-slide {
    padding: 0 16px 0 16px;
}
.auction-slider .slick-prev {
    left: -30px;
}
.auction-slider .slick-next {
    right: 1px;
}
.special-expert {
    padding: 70px 0;
}
.special-expert h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.special-expert h2 .color-purple {
    color: #8102FE;
}
.expert-grid .expert-img img {
    width: 100%;
    height: 301px;
    object-fit: cover;
}
.expert-grid .expert-detail {
    padding: 15px;
}
.expert-grid .expert-detail h4 a {
    text-decoration: none;
    color: #3A3A3A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: inline-block;
}
.expert-grid .expert-detail h4 {
    font-size: 20px;
}
.expert-grid .expert-detail p.brand {
    color: #898989;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    margin-bottom: 0.5rem;
}
.expert-grid .expert-detail p.price {
    color: #3A3A3A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0 !important;
}
.browser-box .box-first {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 18.48px;
}
.browser-box .box-sec {
    border-radius: 10px;
    background: #000;
    border: 1px solid #000;
     padding: 18.48px;

}
.browser-box .box-sec p.small-text {
    margin: 0 0 20px 0 !important;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    }
.browser-box .box-sec  p.btn-text {
    margin: 0 !important;
}
.browser-box .box-sec  p.btn-text a{
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}
.browser-box .box-first p.small-text {
    margin: 0 0 20px 0 !important;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.browser-box .box-first p.btn-text a {
    margin: 0 !important;
    color: #8102FE;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}
.browser-box .box-first p.btn-text{
    margin: 0 !important;
 }
 .ending-sec {
    padding: 80px 0;
}
.ending-sec h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.ending-sec h2 .color-purple {
    color: #8102FE;
}
.expert-grid .expert-detail h4 a:hover {
    color: #8102fe;
}
.expert-grid {
    padding: 0px 32px 0 0;
}
.img-area .img-left ,.img-area-alternate .img-left{
    width: 60%;
}
.img-area .img-right {
    width: 40%;
}
.img-area-alternate .img-right {
    width: 40%;
}
.ending-sec .ending-slider .slick-prev {
    left: auto;
    top: -55px;
    right: 95px;
}
.ending-sec .ending-slider .slick-next {
    right: 59px;
    top: -56px;
}
.ending-sec .slick-prev:before {
    content: '' !important;
    width: 28px;
    height: 28px;
    background: url(../images/Vector.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: cover;
}
.ending-sec .slick-next:before {
    content: '' !important;
     width: 28px;
    height: 28px;
    background: url(../images/Vecto-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: cover;
}
.ending-sec .expert-grid .expert-detail h4 span.heart-icon {
    float: right;
}
.ending-sec .expert-grid .expert-detail p.brand {
    color: #898989;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.ending-sec .expert-grid .expert-detail p.price span.time-left {
    float: right;
    color: #9EA7C7;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 120%;
}
.ending-sec .expert-grid .expert-detail h4 a:hover {
    color: #8102fe;
}

.ending-sec .expert-grid .expert-detail h4 a {
    text-decoration: none;
    color: #3A3A3A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: inline-block;
}
.ending-sec .expert-grid .expert-img img {
    width: 100%;
    height: 301px;
    object-fit: cover;
}
.Recent-viewd .expert-grid .expert-detail {
    padding: 15px;
    background: #F5F9FC;
}
.browser-box .box-first p.btn-text a:hover,
.browser-box .box-sec p.btn-text a:hover {
    text-decoration: underline;
}
.explore-category {
    padding: 80px 0;
    background: #F5F9FC;
}
.explore-category .row {
    align-items: center;
}
.explore-category h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.explore-category h2 .color-purple {
    color: #8102FE;
}
.explore-category .catogory-list ul {
    padding: 0 !important;
    list-style: none;
    margin-bottom: 0 !important;
    padding-inline-start: 0 !important;
    text-align: center;
}
.explore-category .catogory-list ul li {
    width: 24%;
    display: inline-block;
    text-align: center;
    margin: 15px 3px 15px;
}
.explore-category .catogory-list ul li .category a {
    color: #000 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600 !important;
    font-family: 'Montserrat' !important;
    line-height: 150%;
    text-transform: uppercase;
}
.explore-category .catogory-list ul li .category .category-icons {
    background: none;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 15px;
}
.explore-category .catogory-list ul li .category .category-icons img {
    width: 129px;
    height: 129px;
    object-fit: contain;
}
.explore-category .catogory-list ul li:hover .category-icons {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 6px #ccc;
}
.explore-category .catogory-list ul li:hover .category h6 {
    color: #8102FE;
}

.special-expert .expert-grid {
    padding: 0px 0 0 0;
}
.explore-category .view-btn {
    text-align: right;
    padding-right: 15px;
}
.explore-category .view-btn a {
    text-decoration: none;
    color: #7618F0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 150%;
    font-weight: 500;
}
.explore-category .view-btn a span.arrow-icon {
    margin-left: 0;
    position: relative;
    top: -6px;
}
.explore-category .view-btn a span.arrow-icon img {
    width: 12px;
    height: 12px;
}
.explore-category .view-btn a:hover{
    text-decoration: underline;
}
.ending-sec .expert-grid .expert-detail p.price span.time-left {
 
    margin-top: 4px;
}
/*account-setting*/
.account-setting .heading h2 {
    font-family: 'Chloe';
    font-weight: bold;
    font-size: 48px !important;
    line-height: 48px;
    margin-bottom: 25px;
    color: #000;
}
.profile-info {
    background: #F5F9FC;
    text-align: center;
    padding: 35px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.profile-info h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    position: relative;
}
.profile-info h4 span.edit-icon {
    position: absolute;
    right: 5px;
}
.profile-info h4 span.edit-icon i {
    background: #fff;
    border: 1px solid #9747FF;
    border-radius: 32px;
    font-size: 15px;
    padding: 7px;
    width: 30px;
    height: 30px;
    color: #9747FF;
}
.profile-info img {
    width: 156px;
    height: 156px;
    border-radius: 100px;
    margin-bottom: 35px;
}
.profile-info p.user-name {
    color: #767E9A;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}
.profile-info h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
}
.profile-info p.note{
    color: #767E9A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0px;
}
.edit-profile {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin-bottom: 30px;
}
.edit-profile .edit-head {
    padding: 20px;
    background: #F5F9FC;
    border-radius: 20px 20px 0 0;
}
.edit-profile .edit-head h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.edit-profile .edit-head .tabs button {
    border: none !important;
    background: none;
    margin-right: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
    line-height: 20px;
}
.edit-profile .edit-head .tabs button.active {
    color: #8000FF;
}
.edit-profile .edit-head .tabs button:hover {
    color: #8000FF;
}
.edit-profile .contant-area {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.edit-profile .contant-area form .form-field {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee;
    padding-top: 20px !important;
}
.edit-profile .contant-area form .form-field label {
    color: #767E9A;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 35px;
    display: block;
}
.edit-profile .contant-area form .form-field input:-internal-autofill-selected {
    border: none !important;
       /* background: #e8f0fe !important;
    background-color: #e8f0fe !important;*/
    -webkit-background: #fff !important;
    -webkit-background: #fff !important;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}
.edit-profile .contant-area form .form-field input {
    border: none !important;
    -webkit-background: transparent !important;
    -webkit-background-color: transparent !important;
    padding: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    background: #f5f9fc75;
}
.edit-profile .contant-area form .form-field input:-webkit-autofill{
       -webkit-background: transparent !important;
    -webkit-background-color: transparent !important;
}
.edit-profile .contant-area .change-text a {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #8000FF;
    text-decoration: none;
}
.edit-profile .contant-area .change-text a:hover {
   
    text-decoration: underline;
}
.edit-profile .contant-area .add-text a {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #8000FF;
    text-decoration: none;
}
.edit-profile .contant-area .add-text a:hover {
   
    text-decoration: underline;
}
.edit-profile .contant-area form button {
    border-radius: 100px;
    color: #fff;
    background: #8000FF;
    border: 1px solid #8000FF;
    width: 168px;
    height: 51px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 30px;
}
.edit-profile .contant-area form button:hover{
     background: #000;
    border: 1px solid #000;
}
.account-setting {
    padding-bottom: 50px;
    padding-top: 10px;
}
.edit-profile .contant-area .contant-tab h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.delete-account {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin-bottom: 0px;
}
.delete-account .edit-head {
    padding: 20px;
    background: #F5F9FC;
    border-radius: 20px 20px 0 0;
}

.delete-account .edit-head h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0px;
}

.delete-account .contant-area p{
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;

}
.delete-account .contant-area .check-field label {
    color: #727272;
    font-size: 12px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    text-align: left;
    line-height: 0;
    margin-bottom: 0;
}
.delete-account .contant-area {
    background: #fff;
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
}
.delete-account .contant-area .check-field .form-field {
    margin-bottom: 20px;
}
.delete-account .contant-area .check-field .btns {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.delete-account .contant-area .check-field .btns .learn-btn {
    margin-right: 20px;
}
.delete-account .contant-area .check-field .btns .learn-btn a {
    border-radius: 100px;
    color: #8000FF;
    background: #fff;
    border: 1px solid #DDE2E8;
    width: 168px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
}
.delete-account .contant-area .check-field .btns .delete-btn button{
        border-radius: 100px;
    color: #fff;
    background: #8000FF;
    border: 1px solid #8000FF;
    width: 168px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    
}
.delete-account .contant-area .check-field .btns .learn-btn a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.delete-account .contant-area .check-field .btns .delete-btn button:hover{
    background: #000;
    border: 1px solid #000;
}
.delete-account .contant-area .check-field .form-field input[type="checkbox"] {
    vertical-align: middle;
}
.profile-area {
    padding: 60px 0;
    position: relative;
}
.profile-area .profile-imgs img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.profile-detail .user-info {
    background: #fff;
    box-shadow: 0 0 8px #0000003d;
    padding: 32px;
    border-radius: 20px;
    text-align: center;
    margin-top: -170px;
}
.profile-detail .user-info img {
    width: 112px;
    height: 112px;
    border-radius: 100px;
    margin-bottom: 20px;
    object-fit: cover;
}
.profile-detail .user-info h4 {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
}
.profile-detail .user-info p {
    font-size:16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #696969;
}
.profile-detail .user-info p.location a {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #696969;
    text-decoration: none;
}
.profile-detail .user-info p.location{
    margin-bottom: 0;
}
.profile-detail .user-info .btns {
    margin: 20px 0;
}
.profile-detail .user-info .btns .follow-btn a {
    background: #105EFB;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-decoration: none;
    padding: 10px;
    height: 40px;
    line-height: 18px;
        font-weight: 600;
}
.profile-detail .user-info .btns .message-btn a {
    background: #DFE9FE;
    color: #105EFB;
    display: block;
    margin-bottom: 10px;
    border-radius: 20px;
    text-decoration: none;
    padding: 10px;
    height: 40px;
    line-height: 18px;
        font-weight: 600;
}
.profile-detail .user-info .auction-view p.view {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #696969;
    text-align: left;
}
.profile-detail .user-info .auction-view p.view span.view-count {
    text-align: right;
 
    float: right;
}
.profile-detail .user-info .member-date {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #696969;
}
.profile-detail .user-info .report-col  {

    margin-bottom: 0;
}
.profile-detail .user-info .report-col a{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #969696;
    text-decoration: none;
}
.profile-detail .user-info .report-col a:hover{
    color: #105EFB;
    text-decoration: underline;
}
.profile-detail .about-user {
    padding: 35px 50px;
}
.profile-detail .about-user h4 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.profile-detail .about-user .info .grid {
 margin-bottom: 20px;
    display: flex;
}
.profile-detail .about-user .info .grid .info-title {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    width: 40%;
}
.profile-detail .about-user .info .grid .info-grid{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #696969;   
    width: 60%;
}
.profile-detail .about-user .info .grid .blank{
     width: 40%;
}
.profile-detail .about-user .info .grid .about-note{
     width: 60%;
}

.profile-detail .about-user .about-note {
    text-align: right;
}
.profile-detail .about-user .about-note p {
    text-align: left;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #696969;
    margin-bottom: 0px;
}
.profile-detail .about-user .info .grid .info-grid select {
    width: 100%;
    background: #F5F9FC;
    border: none;
    height: 39px;
    padding: 10px;
}
/*.img-area-alternate, .img-area{
   
    height: 285px;
}*/
/*account-setting*/
.img-area-alternate .img-left img,
.img-area .img-left img {  
    height: 100%;
}
.img-area-alternate .img-right img,
.img-area .img-right img {
    height: 49%;
}

/*steps*/
.sell-steps {
    padding-bottom: 70px;
}
.sell-steps .progress{
    width: 80%;
    margin: 0 auto;
}
.sell-steps .step-container{
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}
.sell-steps .step {
    background: #fff;
    box-shadow: 0 0 28px #ccc !important;
    padding: 30px 20px;
    margin: 20px;
}
.step-line {
      position: absolute;
      top: 16px;
      left: 50px;
      width: calc(100% - 100px);
      height: 2px;
      background-color: #007bff;
      z-index: -1;
 }
    
#multi-step-form{
        overflow-x: hidden;
}
.step-circle.active{

    background-color: #8000FF;
    border: 2px solid #8000FF;
    Color: #fff;
    }
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CCCCCC;
    border: 2px solid #CCCCCC;
    line-height: 33px;
    font-weight: bold;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.progress-bar {  
    background-color: #8000ff !important;
}
.sell-steps .step .step-right img {
    width: 100%;
}
.sell-steps .step .step-left h3 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0E0E0E;
}
.sell-steps .step .step-left .form-fields label.form-label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 15px;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
.sell-steps .step-2 .step-left .next-btn {
    text-align: center;
/*    margin-top: 21px;*/
}
.sell-steps .step .step-left .form-fields label.form-label .purple-text{
    color: #8000FF;
}
/*.sell-steps .step .step-left .form-fields {
    margin-bottom: 2rem !important;
}*/
.sell-steps .step .step-left .form-fields {
    margin-bottom: 1rem !important;
}
.sell-steps .step-1 .step-left .form-fields {
    margin-bottom: 1.1rem !important;
}
.sell-steps .step .step-left .form-fields select {
    background: #F5F9FC;
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
}
.sell-steps .step .step-left .form-fields select option{
    
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
}
.header .right-col .account-menu ul li svg {
    width: 23px;
}

.upload-list ul {
    padding: 0 !important;
    list-style: none;
    display: flex;
}

.upload-list ul li input#myfile {
    width: 100%;
    opacity: 0;
    height: 75px;
    cursor: pointer;
}
.upload-list ul li {
    border: 1px solid #ccc;
    width: 111px;
    background: #F5F9FC;
    margin-right: 20px;
    text-align: center;
    padding: 10px;
    height: 95px;
    position: relative;
    cursor: pointer;
}
.upload-list ul li span.icon {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.upload-list ul li span.icon i.fas.fa-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 30px;
    cursor: pointer;
}
.upload-list ul li span.icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
/*.upload-list ul li:hover {
    background: #a35fff;
}*/
.upload-list ul li:hover {
    border: 1px solid #a35fff;
}
.upload-list ul li:hover span.icon i.fas.fa-upload {
    color: #fff;
}
/*.next-btn {
    text-align: center;
    margin-top: 70px;
}*/
.next-btn button.next-step {
    background: none;
    border: 1px solid #8000FF;
    width: 196px;
    height: 45px;
    color: #8000FF;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.sell-steps .step-1 .next-btn {
    text-align: center;
    /*margin-top: 55px;*/
}
/*.sell-steps .step-4 .next-btn {
    text-align: center;
    margin-top: 60px;
}*/
.sell-steps .step-4 .next-btn {
    text-align: center;
   /* margin-top: 10px;*/
}
.next-btn {
    text-align: center;
   /* margin-top: 40px;*/
}
.next-btn .btn-check:checked+.btn, 
.next-btn .btn.active, 
.next-btn .btn.show, 
.next-btn .btn:first-child:active, 
.next-btn :not(.btn-check)+.btn:active {
    color: #931fff;
    background-color: transparent;
    border-color: transparent;
}
.sell-steps .step {
    background: #fff;
    box-shadow: 0 0 28px #ccc !important;
    padding: 35px 30px 30px;
    margin: 20px;
    border-radius: 3px;
   /* height: 660px;*/
}
.sell-steps .step .step-right img {
    width: 100%;
    height: 460px!important;
    object-fit: cover;
    border-radius: 20px;
}
.next-btn button.next-step:hover{
    background: #8000FF;
    border: 1px solid #8000FF;
    color: #fFF;
}
.sell-steps .step .form-fields textarea {
    width: 100%;
    background: #F5F9FC;
    border-radius: 84px;
    padding: 10px 27px;
    border: 1px solid #eee;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    height: 70px;
}
.next-btn .prev-step {
    background: none;
    border: none;
    width: 135px;
    height: 45px;
    color: #8000FF;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-right: 35px;
}
.next-btn .prev-step:hover{
    color: #8000FF;
    background: none;
    border: none;
    text-decoration: underline;
}
.next-btn .prev-step img {
    width: 30px;
}
.sell-steps .step-2 .step-right img {
   /* height: 532px;*/
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: auto;
}
.sell-steps .step-3 .step-left p.price-notes {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 24px;
}

.sell-steps .step-3 .step-right img {
   /* height: 450px;*/
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: auto;
}
.sell-steps .step-4 .step-right img {
    width: 100%;
   /* height: 565px;*/
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.sell-steps .step-3 .step-left p.price-notes span.purple-text {
    color: #8000FF;
     font-weight: 500;
}
.sell-steps .step-4 .step-left p.price-notes {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.start-sell .step-right img {
    width: 100%;
   /* height: 455px;*/
    object-fit: cover;
    border-radius: 20px;
    height: auto;
}
.start-sell .step-left h3 {
    font-size: 32px;
    line-height:41px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0E0E0E;
}
/*.sell-steps .step .step-left h3 br {
    display: none;
}*/
.start-sell .step {
    background: #F5F9FC;
    box-shadow: 0 0 28px #ccc !important;
    padding: 35px 30px 35px;
    margin: 20px;
    border-radius: 3px;
}
.start-sell {
    padding-bottom: 100px;
}
.start-sell .step-left h3 span.coin-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.start-sell .step-left .upload-item {
    display: flex;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 100px;
    justify-content: center;
    width: 90%;
    margin-bottom: 25px;
}
.start-sell .step-left .upload-item .img {
    width: 15%;
}
.start-sell .step-left .upload-item .upload-img {
    width: 85%;
    position: relative;
    padding-left: 10px;
}
.start-sell .step-left .upload-item .img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.start-sell .step-left .upload-item .upload-img label.form-label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 12px;
    color: #000;
}
.start-sell .step-left .upload-item .upload-img p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 14px;
    color: #83899E;
    padding-right: 73px;
    margin-bottom: 0;
}
.start-sell .step-left .upload-item .upload-img input[type="file"] {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.my-auction-img {
    text-align: center;
    margin-top: 104px;
}
.my-auction-img img {
    width: 200px;
    height: auto;
}
.start-sell .step-left .upload-item .upload-img a {
  
    text-decoration: none !important;
}
.mobile-version {
    display: none;
}
.sell-form .form-fields label.form-label {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 14px;
    width: 100%;
}
.sell-steps .step .step-left .form-fields .custom-select {
  position: relative;
}

.sell-steps .step .step-left .form-fields .custom-select select {
  display: none; / Hide the original select element /
}

.sell-steps .step .step-left .form-fields .custom-select .select-selected {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F5F9FC;
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    line-height: 30px;
}


.sell-steps .step .step-left .form-fields .custom-select .select-selected:after {
    content: "";
    background-image: url(../images/chevron-downsteps.png);
    background-position: right center;
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
    height: 22px;
    width: 22px;
    background-size: cover;
}

.sell-steps .step .step-left .form-fields .custom-select .select-items {
    position: absolute;
    display: block;
    z-index: 1;
    margin-top: 4px;
    background: #f5f9fc;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 10px 10px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
}
.sell-steps .step .step-left .form-fields .custom-select .select-items.select-hide {
    display: none;
}
.sell-steps .step .step-left .form-fields .custom-select select {
    display: none;
}
.sell-steps .step .step-left .form-fields .custom-select .select-items div {
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 52px;
}

.sell-steps .step .step-left .form-fields .custom-select .select-items div:hover {
  background-color: #fff;
}
.sell-steps .step .form-fields textarea::placeholder {
    
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
}
:focus-visible {
    outline: none !important;
}
/*add auction*/
.add-auction-sec .step {
    background: #F5F9FC;
    box-shadow: 0 0 28px #ccc !important;
    padding: 35px 30px 35px;
    margin: 20px;
    border-radius: 3px;
}
.add-auction-sec .step-left h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0E0E0E;
}
.add-auction-sec{
    padding-bottom: 100px;
}
.add-auction-sec form.sell-form .form-fields input[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    height: 45px;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    line-height: 30px;
}
.add-auction-sec form.sell-form .form-fields input[type="text"]::placeholder{
  
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    line-height: 30px;
}
.add-auction-sec .step .form-fields textarea {
    width: 100%;
    background: #fff;
    border-radius: 84px;
    padding: 10px 27px;
    border: 1px solid #eee;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    height: 67px;
}
.add-auction-sec .step .form-fields textarea::placeholder{
  
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #9AA3C1;
    line-height: 30px;
}
.add-auction-sec form.sell-form .form-fields {
    margin-bottom: 2rem !important;
}
.add-auction-sec form.sell-form .row {
    justify-content: center;
    align-items: center;
}
.commission-fields p.text {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.commission-fields p.text span.counts {
    float: right;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle {
    display: flex;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text {
    width: 82%;
    padding-right: 20px;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .toggle {
    width: 18%;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #333;
    font-weight: 400;
}
.add-auction-sec .sell-form .ending-field label.form-label {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 14px;
    width: auto;
}
.add-auction-sec .sell-form .ending-field {
    display: flex;
    align-items: center;
}
.add-auction-sec .sell-form .ending-field label.form-label {
    width: 30%;
    margin-bottom: 0;
}
.add-auction-sec .sell-form .ending-field p.time-text {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #9AA3C1;
    font-weight: 400;
}
.add-auction-sec .sell-form .ending-field .date-input {
    position: absolute;
    top: 0px;
    right: 0;
    width: 81%;
    text-align: right;
}
.add-auction-sec .sell-form .ending-field .icon-text span.text {
    color: #9AA3C1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.datepicker .icon-text {
    text-align: right;
}
/*switch*/
.toggle .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 133px;
    height: 35px;
    box-sizing: border-box;
}
.toggle .button-cover {
    height: 35px;
    margin: 0px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

/*.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}*/

.toggle .button-cover,
.toggle .knobs,
.toggle .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toggle .button {
    position: relative;
    top: 0;
    width: 100%;
    height: 35px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.toggle .button.r,
.toggle .button.r .layer {
  border-radius: 100px;
}

.toggle .button.b2 {
  border-radius: 2px;
}

.toggle .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.toggle .knobs {
  z-index: 2;
}

.toggle .layer {
    width: 100%;
    background-color: #D9D9D9;
    transition: 0.3s ease all;
    z-index: 1;
}
/* Button 3 */

#button-3 .knobs:before {
    content: "YES";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 50px;
    height: 29px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    padding: 8px 4px;
    background-color: #8000FF;
    border-radius: 100px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    font-family: 'Montserrat';
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-3 .checkbox:checked + .knobs:before {
    content: "NO";
    background-color:  #8000FF;
    left: auto;
    right: 5px;
}

#button-3 .checkbox:checked ~ .layer {
    background-color: #D9D9D9;
}
/*switch*/
/*datepicker*/

.datepicker .class-link{
  color:#333333;
  text-decoration:none;
}

.datepicke .class-link:hover{
 color:#ffbb00; 
}

/* From here you can start to copy */

.datepicker .calendar {
    padding: 0px !important;
    background: none !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    border: none !important;
    box-shadow: none !important;
    height: 30px !important;
    width: 100%;
}
.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
    z-index: 9!important;
}
.ui-datepicker-header {
    height: 39px;
    line-height: 38px;
    color: #ffffff;
    background: #8000ff;
    margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -34px 0px 0px 6px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -34px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
    text-align: center;
    font-size: 18px;
     font-family: 'Montserrat';
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #8000ff;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Montserrat';
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
    color: #ffffff;
    background: #8000ff;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
    color: #ffffff;
    background-color: #8000ff;
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: #8000ff;
    border-radius: 50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.datepicker .icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size:20px;
}
.datepicker {
    width: 100%;
    position: relative;
}
.add-auction-sec form.sell-form .date-row .date-col p.date {
    font-size: 64px;
    font-family: chaloe;
    margin-bottom: 0 !important;
    line-height: 55px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
}
.add-auction-sec form.sell-form .date-row .time-col .time {
    font-family: 'Montserrat';
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0 !important;
    font-weight: 500;
}
.add-auction-sec form.sell-form .date-row .time-col p.day {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #8000ff;
    font-weight: 500;
    text-transform: uppercase;
}
.add-auction-sec form.sell-form .date-row {
    margin-bottom: 45px;
}
.auction-fee .commission-fields p.text span.counts {
    float: right;
    text-align: left;
    width: 62%;
}
.add-auction-sec form.sell-form .date-row .date-col p.date span.hypen {
    display: inline-block;
    position: absolute;
    top: -8px;
    margin: 0;
    left: 66px;
    color: #ccc;
    font-weight: 400;
}
.add-auction-sec .next-btn {
    text-align: left;
    margin-top: 0px !important;
}
.add-auction-sec .next-btn .next-step {
    width: 142px;
    height: 40px;
    text-decoration: underline;
}
.add-auction-sec .next-btn .next-step:hover {
    text-decoration: none;
}
.add-auction-sec .next-btn .next-step {
    width: 142px;
    height: 40px;
    text-decoration: underline;
    background: none;
    border-radius: 100px;
    border: 1px solid #8000FF;
    color: #8000FF;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}
.add-auction-sec .next-btn .next-step img {
    width: 22px;
}
/*datepicker*/
.auction-fee .commission-fields p.text {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    margin-bottom: 2rem !important;
    text-transform: uppercase;
}
.thankyou-sec {
    padding: 70px 0 100px;
}
.thankyou-sec .step {
    background: #F5F9FC;
    box-shadow: 0 0 23px #0000004d;
}
.thankyou-sec .step-right img {
    width: 100%;
}
.thankyou-sec .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.thankyou-sec .col-md-7,
 .thankyou-sec .col-md-5{
    padding-left: 0 !important;
     padding-right: 0 !important;
}
.thankyou-sec .step .purple-box {
    background: #8000FF;
    padding: 40px;
}
.thankyou-sec .step .purple-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 20px;
}
.thankyou-sec .step .purple-box h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.thankyou-sec .step .purple-box p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    padding-right: 40px;
}
.thankyou-sec .step .add-item-box {
    background: none;
    padding: 60px 40px 20px;
}

.thankyou-sec .step .add-item-box ul.social-icon li{
    display: inline-block;
}

.thankyou-sec .step .add-item-box label {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}
.thankyou-sec .step .add-item-box ul.social-icon {
    padding: 0 !important;
    display: inline-block;
    margin-bottom: 0 !important;
    list-style: none;
    margin-top: 45px;
}
.thankyou-sec .step .add-item-box .add-item-btn {
    text-align: center;
    background: none;
    border: 1px solid #8000FF;
    width: 196px;
    height: 45px;
    color: #8000FF;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 44px;
}
.thankyou-sec .step .add-item-box .add-item-input {
    position: absolute;
    top: 0;
    width: 196px;
}
.thankyou-sec .step .add-item-box .add-item-input input[type="file"] {
    height: 45px;
    width: 100%;
    opacity: 0;
}
.thankyou-sec .step .add-item-box .add-btn {
    position: relative;
}
.sell-steps .step .step-left .step-content {
    height: 585px;
}
.closed-text p {
    text-align: right;
    color: #929CBE;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}
.auction-ended-btn {
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}
.auction-ended-btn button {
    border: 1px solid #8000FF;
    border-radius: 60px;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
    font-size: 20px;
    color: #8000FF;
    font-weight: 400;
    font-family: Montserrat;
}
.auction-ended-btn button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.check-text p {
    color: #9AA3C1;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0 !important;
}
.check-text {
    text-align: center;
    margin-bottom: 40px;
}
.sign-in {
    
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.9668242296918768) 0%, rgba(245,249,252,1) 100%);
    padding: 70px 0;
}
.sign-in .signin-col {
    padding: 40px 150px 70px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(153 153 153 / 15%);
}
.sign-in .signin-col h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 40px;
}
.sign-in .signin-col h2 span.purple-text {
    color: #8000FF;
}
.sign-in .signin-col p.text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
}
.sign-in .signin-col ul {
    padding: 0 !important;
    list-style: none;
    display: flex;
    margin-bottom: 30px;
}
.sign-in .signin-col ul li {
    width: 48%;
    margin: 0 auto;
   
}
.sign-in .signin-col ul li a {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 10px 15px;
    width: 100%;
    color: #262525;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.sign-in .signin-col ul li a img {
    width: 20px;
    margin-right: 10px;
    height: 23px;
    object-fit: contain;
}
.sign-in .signin-col p.text-or {
    text-align: center;
    position: relative;
}
.sign-in .signin-col p.text-or:before {
    content: '';
    background: #eee;
    width: 46%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 12px;
}
.sign-in .signin-col p.text-or:after {
    content: '';
    background: #eee;
    width: 46%;
    position: absolute;
    height: 1px;
    right: 0;
    top: 12px;
}
.sign-in .signin-col p.text-or span.white-bg {
    background: #fff !important;
    display: block;
    width: 35px;
    margin: 0 auto;
    font-family: 'Montserrat';
    color: #9BA5C8;
    font-weight: 400;
    font-size: 16px;
}
.sign-in .signin-col form.sign-in-form .form-control {
    background: #F5F9FC !important;
    height: 52px;
    border-radius: 60px;
    border: 1px solid #ccc;
    padding: 10px 20px !important;
    line-height: 116px !important;
    font-size: 15px;
    color: #9BA5C8 !important;
    font-family: 'Montserrat';
    font-weight: 400;
}
.sign-in .signin-col form.sign-in-form .form-control::placeholder {
    font-size: 15px;
    color: #9BA5C8 !important;
    font-family: 'Montserrat';
    font-weight: 400;
    }
.sign-in .signin-col form.sign-in-form button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    border-radius: 60px;
    background: #8000FF;
    border: 1px solid #eee;
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.sign-in .signin-col .bottom-text {
    display: flex;
}
.sign-in .signin-col .bottom-text .forget-pwd {
    width: 50%;
    line-height: 15px;
}
.sign-in .signin-col .bottom-text .register-link {
    width: 50%;
    text-align: right;
}
.sign-in .signin-col .bottom-text .forget-pwd a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}
.sign-in .signin-col .bottom-text .register-link {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
    text-decoration: none;
}
.sign-in .signin-col .bottom-text .register-link a{
    
    font-weight: 600;
    color: #8000FF;
    text-decoration: none;
}
.form-control:focus {  
    outline: 0;
    box-shadow: none !important;
}
.sign-in .signin-col .bottom-text .forget-pwd a:hover {
    color: #8000ff;
    border-bottom: 1px solid #8000ff;
}
.sign-in .signin-col .bottom-text .register-link a:hover {
    color: #000;
    text-decoration: underline;
}
.registration-steps {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.9668242296918768) 0%, rgba(245,249,252,1) 100%);
    padding: 70px 0;
}
.registration-steps .progress {
    width: 80%;
    margin: 0 auto;
}
.registration-steps .step-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}
.registration-steps .step {
    margin: 20px;
    padding: 40px 150px 70px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(153 153 153 / 15%) !important;
}
.registration-steps .step .step-content h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 40px;
}
.registration-steps .step .step-content p.text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}
.registration-steps .step .step-content p.small-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}
.registration-steps form .form-control {
    background: #F5F9FC !important;
    height: 52px;
    border-radius: 60px;
    border: 1px solid #ccc;
    padding: 10px 20px !important;
    line-height: 116px !important;
    font-size: 15px;
    color: #9BA5C8 !important;
    font-family: 'Montserrat';
    font-weight: 400;
}
.registration-steps form .form-control::placeholder {
    font-size: 15px;
    color: #9BA5C8 !important;
    font-family: 'Montserrat';
    font-weight: 400;
}
.registration-steps form .custom-select .select-selected {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    color: #9BA5C8 !important;
    border-radius: 30px;
    padding: 13px 20px;
    font-family: Montserrat;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f9fc;
    height: 52px;
    text-align: left;
}
.registration-steps form .custom-select {
    position: relative;
}
.registration-steps .custom-select select {
    display: none;
}
.registration-steps .custom-select .select-selected:after {
    content: "";
    background-image: url(../images/chevron-downsteps.png);
    background-position: right center;
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    position: absolute;
    height: 30px;
    width: 30px;
}
.registration-steps .custom-select .select-items.select-hide {
    display: none;
}
.registration-steps .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border-top: none;
    display: block;
    z-index: 1;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    text-align: left;
}
.registration-steps  .custom-select .select-items div {
    padding: 8px 10px;
    cursor: pointer;
}
.registration-steps form .form-fields {
    margin-bottom: 20px !important;
}
.registration-steps form .next-btn {
    text-align: center;
    /* margin-top: 40px; */
}
.registration-steps form .next-btn button.next-step {
    background: #8000FF;
    border: 1px solid #eee;
    width: 100%;
    height: 52px;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.registration-steps form .next-btn button.next-step:hover {
    background: #000;
}
.registration-steps form .next-btn button.next-step:active {
    color: #fff;
    background: #000;
}
.registration-steps .step .step-content {
    text-align: center;
}
.registration-steps .step .step-content img {
    margin: 0 auto 20px;
    width: 162px;
    text-align: center;
    height: 159px;
    object-fit: contain;
}
.registration-steps .step .bottom-text {
    text-align: center !important;
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.registration-steps .step .bottom-text a {
    color: #8000FF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.registration-steps .step .bottom-text a:hover {
    color: #000;
}
.registration-steps .step .step-content p.confirm-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}
.registration-steps .step .step-content p.small-text a {
    color: #8000FF;
    text-decoration: none;
}
.registration-steps .step .step-content p.small-text a:hover{
    text-decoration: underline;
}

.search-item .row {
    position: relative;
}
.search-item .exclusive-object-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 0;
    top: -9px;
}
.search-item .exclusive-object-search {
    width: 100%;
}
.search-item .exclusive-object-search .object-search-flex {
    display: flex;
    justify-content: end;
    align-items: center;
}
.search-item .exclusive-object-sort .custom-select {
    width: 250px;
}
.search-item {
    padding: 50px 0 100px !important;
}
.search-item .exclusive-object-sort .custom-select .select-selected {
    height: 42.619px;
    border-radius: 60px;
    border: 1px solid #E0E2E7;
    background: #F5F9FC;
    padding: 9px 15px 9px 15px;
    color: #858D9D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrows.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-position-x: 215px;
    text-align: left !important;
}
.notify-sec {
    padding: 10px 0 80px;
}
.notify-sec h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0px;
}
.notify-sec p {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #9F9F9F;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.notify-sec .row {
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.notify-sec .mark-btn {
    text-align: right;
}
.notify-sec .mark-btn a {
    background: none;
    display: inline-block;
    width: 182px;
    text-align: center;
    color: #8000FF;
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 21px;
    padding: 15px;
    border-radius: 60px;
    border: 1px solid #8000FF;
    text-decoration: none;
    height: 52px;
    font-weight: 500;
}
.notify-list {
    margin-top: 20px;
}

.notify-list ul.all-list {
    display: inline-block;
    padding: 0;
    list-style: none;
}
.notify-list ul.all-list li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.notify-list ul.all-list li a {
    color: #9AA3C1;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: normal;
    font-weight: 500;
    text-decoration: none;
    
}
.notify-list ul.all-list li.active a {
    color: #8000FF;
}
.notify-list ul.all-list li:hover a {
    color: #8000FF;
}
.notify-list ul.all-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -14px;
    width: 2px;
    height: 19px;
    background: #ccc;
}
.notify-list ul.all-list li:first-child:before{
    display: none;
}
.my-list .list-grid {
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 60px;
    padding: 15px 20px;
    height: 87px;
    display: flex;
}
.purple-text{
     color: #8000FF;
}

.my-list .list-grid.unread-box {
    background: #F5F9FC;
    justify-content: center;
    align-items: center;
}
.my-list .list-grid {
    background: #fff;
    justify-content: center;
    align-items: center;
}
.my-list .list-grid img {
    margin-right: 0px;
    width: 53px;
    height: 53px;
    object-fit: cover;
    border-radius: 100px;
}
.my-list .list-grid .image {
    width: 6.5%;
}
.my-list .list-grid .title {
    width: 58.5%;
}
.my-list .list-grid .btns {
    width: 35%;
    text-align: right;
}
.my-list .list-grid .title h3 a {
    display: block;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: normal;
}
.my-list .list-grid .title h3 {
    margin-bottom: 3px;
}
.my-list .list-grid .title p {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #9F9F9F;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.my-list .list-grid .btns a.new-btn {
    display: inline-block;
    background: #E7F4EE;
    color: #0D894F;
    border: 1px solid #0D894F;
    width: 101px;
    text-align: center;
    border-radius: 60px;
    height: 35px;
    text-decoration: none;
    line-height: 32px;
    margin-right: 15px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.my-list .list-grid .btns a.delete-btn{
    display: inline-block;
    background: #FEEDEC;
    color: #E12B2B;
    border: 1px solid #E12B2B;
    width: 101px;
    text-align: center;
    border-radius: 60px;
    height: 35px;
    text-decoration: none;
    line-height: 32px;
    margin-right: 0px;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.my-list .list-grid .btns ul {
    margin-bottom: 0;
    padding: 0 !important;
    list-style: none;
}
.my-list .list-grid .btns ul li {
    display: inline-block;
  
}
.my-list .list-grid .btns ul li p.timing-text {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #9F9F9F;
    font-weight: 400;
    display: inline-block;
    padding-right: 20px;
}
.my-list .list-grid .btns a.delete-btn i.fas {
    margin-right: 4px;
}
.my-list .list-grid .btns a.new-btn:hover {
    background: #0D894F;
    color: #fff;
}
.my-list .list-grid .btns a.delete-btn:hover {
    background: #E12B2B;
    color: #fff;
}
.my-list .list-grid .title h3 a:hover {
    color: #8000ff;
}
.notify-sec .mark-btn a:hover {
    background: #8000FF;
    color: #fff;
}
.load-more-btn {
    margin-top: 60px;
}
.load-more-btn a {
    color: #8000FF;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-decoration: none;
}
.load-more-btn a:hover {
    text-decoration: underline;
}
section.msg-sec {
    padding-bottom: 80px;
}
.msg-sec h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0px;
}
.msg-sec .row {
    padding: 0px 50px;
}
.msg-sec .msg-area .row {
    
    padding: 0px;
}
.msg-sec .msg-area {
   
    padding: 0 0px;
    border: 1px solid #ccc;
    margin-top: 25px;
    border-radius: 30px;
    display: flex;
    margin-bottom: 25px;
}
.msg-sec .msg-area .msg-box {
    margin-top: 0 !important;
    width: 40%;
    border-right: 1px solid #ccc;
     justify-content: center;
    align-items: center;
}
.msg-sec .msg-area .Messages-box {
    width: 60%;
  
}
.msg-sec .msg-area .msg-box ul {
    list-style: none;
    padding: 20px !important;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
}
.msg-sec .msg-area .msg-box ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #8000FF;
    font-family: 'Montserrat';
    line-height: normal;
}
.msg-sec .msg-area .msg-box ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.msg-sec .msg-area .msg-box ul li.active a {
    color: #8000FF;
}

.msg-sec .msg-area .msg-box ul li a {
    color: #9AA3C1;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: normal;
    font-weight: 500;
    text-decoration: none;
}
.msg-sec .msg-area .msg-box ul li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -14px;
    width: 2px;
    height: 19px;
    background: #ccc;
}
.msg-sec .msg-area .msg-box ul li:first-child:before{
    display: none;
}
.msg-sec .msg-area .my-list {
    padding: 20px 20px 50px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid.unread-box {
    background: #F5F9FC;
    justify-content: center;
    align-items: center;
}
.msg-sec .msg-area .msg-box .my-list .list-grid {
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 60px;
    padding: 15px 20px;
    height: 87px;
    display: flex;
}
.msg-sec .msg-area .msg-box .search-field {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.msg-sec .msg-area .msg-box .search-field form input {
    width: 100%;
    height: 45px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid #EEE;
    background: #F5F9FC;
    padding: 9px 20px 9px 37px;
    color: #9BA5C8;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.msg-sec .msg-area .msg-box .search-field form button {
    position: absolute;
    top: 50%;
    left: -9px;
    background: none;
    border: none;
    transform: translate(25px, -50%);
    color: #a969fe;
    font-weight: 300 !important;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .image {
    width: 20%;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title {
    width: 55%;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .counts {
    width: 25%;
}
.msg-sec .msg-area .msg-box .my-list .list-grid {
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 60px;
    padding: 10px 15px;
    height: 66px;
    display: flex;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .counts p.timing-text {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #9F9F9F;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    text-align: center;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .counts p.timing-text span.date {
    display: inline-block;
    width: 100%;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .counts p.timing-text span.count {
    width: 24px;
    height: 24px;
    background: #E12B2B;
    border-radius: 100px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-top: 3px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title p {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #9F9F9F;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title h3 {
    margin-bottom: 3px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title h3 a {
    display: block;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: normal;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title h3 a:hover {
    color: #8000ff;
}
.msg-sec .msg-area .Messages-box .blank-box {
    height: 65px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.msg-sec .msg-area .Messages-box .chat-box {
    padding: 20px 20px 20px 10px;
      background: #F5F9FC;
    border-radius: 0 0 28px 0;
}

.msg-sec .msg-area .my-list .msg-list {
    height: 683px;
    overflow-y: scroll;
}
/*.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}*/

.msg-sec .msg-area .my-list .msg-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.msg-sec .msg-area .my-list .msg-list::-webkit-scrollbar
{
    width: 0px;
    background-color: transparent;
}

.msg-sec .msg-area .my-list .msg-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: transparent;
}
.msg-sec .msg-area .my-list .msg-list {
    height: 607px;
    overflow-y: scroll;
}
.msg-sec .msg-area .Messages-box .my-chat {
    height: 600px;
    overflow-y: scroll;
}
.msg-sec .msg-area .Messages-box .my-chat::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.msg-sec .msg-area .Messages-box .my-chat::-webkit-scrollbar
{
    width: 0px;
    background-color: transparent;
}

.msg-sec .msg-area .Messages-box .my-chat::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: transparent;
} 
.typing-area {
    display: flex;
    height: 61px;
    align-items: center;
}
.typing-area .plus-icon {
    width: 6%;
}
.typing-area .typing-box {
    width: 94%;
    position: relative;
}
.typing-area .typing-box form textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 55px;
    border-radius: 83px;
    padding: 6px 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #9F9F9F;
}
.typing-area .typing-box form textarea::placeholder{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #9F9F9F;
}
.typing-area .typing-box button {
    position: absolute;
    border: 1px solid #8000ff;
    top: 9px;
    right: 9px;
    width: 37px;
    height: 37px;
    border-radius: 100px;
    background: #8000ff;
}
.typing-area .plus-icon span.plus-col {
    width: 37px;
    height: 37px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    line-height: 31px;
    background: #fff !important;
}
.msg-sec .msg-area .Messages-box .my-chat {
    height: 639px;
    overflow-y: scroll;
    padding-bottom: 20px;
    width: 100%;
}
/*why-to-sell*/
.whysell-banner {
    background: url(../images/why-sell-banner2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 172px;
    height: 665px;
    margin-top: -22px;
}
/*.whysell-banner .col-md-6 {
    padding-left: 60px;
}*/
.whysell-banner h1 {
    background: linear-gradient(244deg, #FFF 21.58%, #FFF 38.36%, #FFF 64.49%, #FFF 75.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: chloe;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    margin-bottom: 30px;
}
.whysell-banner p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    padding-right: 80px;
}
.whysell-banner .btn a {
    border: 1px solid #8000FF;
    display: inline-block;
    height: 63px;
    padding: 15px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    border-radius: 0px;
    background: #8000FF;
    width: 305px;
    text-align: center !important;
    text-decoration: none;
    font-family: montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px !important;
    border-radius: 60px;
}
.whysell-banner .btn a:hover {
    background: none;
    border: 1px solid #fff;
}
.why-us-sec {
    padding-bottom: 70px;
    background: transparent;
    position: relative;
    margin-top: -80px;
}
.why-us-sec .row {
    background: #fff;
    border-radius: 6px;
    padding: 40px 30px;
   /* margin: 0 60px!important;*/
    box-shadow: 0 0 3px #eee;
}
.whysell-banner .btn {
    padding: 0 !important;
}
.why-us-sec .heading h2 {
    font-size: 24px !important;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
}
span.color-purple {
    color: #8000FF;
}
.why-us-sec .why-us-text p {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 27px;
    margin-bottom: 0px;
}
.why-us-sec .why-box {
    margin-top: 35px;
}
.why-us-sec .why-box .img {
    border: 1px solid #eee;
    padding: 10px;
    width: 125px;
    height: 125px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.why-us-sec .why-box .img img {
    width: auto;
    padding: 10px;
}
.why-us-sec .why-box .content h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
    line-height: 27px;
}
.why-us-sec .why-box .content p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #727272;
    line-height: 24px;
      margin-bottom: 0px;
}
.recent-sold-sec, .expert-section {
    padding: 80px 0;
    background: #F5F9FC;
}
.hidden-fees-sec{
    padding: 80px 0;
    background: #fff;
}
.hidden-fees-sec h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.recent-sold-sec h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hidden-fees-sec .why-box .img {
    width: 35% !important;
   
}
.hidden-fees-sec .why-box .content {
    width: 65% !important;
     padding-left: 15px;
}
.hidden-fees-sec .why-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.hidden-fees-sec .why-box .img img {
    width: 100%;
    height: 128px;
    object-fit: contain;
}
.hidden-fees-sec .why-box .content h3{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
}
.hidden-fees-sec .why-box .content p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #727272;
    line-height: 20px;
     margin-bottom: 0;
}

.expert-section {
    padding: 100px 0 80px;
    background: #F5F9FC;
}
.expert-section h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.expert-section p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #727272;
    line-height: 23px;
    margin-bottom: 0;
    padding-right: 20px;
}
.expert-slider .expert-grid {
    padding: 0px 16px 0 0;
}
.expert-slider .expert-grid .expert-img img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}
.expert-slider .expert-grid .expert-detail {
    padding: 15px 0;
}
.expert-slider .expert-grid .expert-detail h4 {
    font-size: 20px;
}
.expert-slider .expert-grid .expert-detail h4 a {
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: inline-block;
}
.expert-slider .expert-grid .expert-detail p {
    color: #727272;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 0;
}
.expert-slider .slick-prev {
    left: auto;
    top: -40px;
    right: 85px;
}
.expert-slider .slick-next {
    right: 50px;
    top: -40px;
}
.expert-slider .slick-prev:before {
    content: '' !important;
    width: 28px;
    height: 28px;
    background: url(../images/Vector.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: cover;
}
.expert-slider .slick-next:before {
    content: '' !important;
    width: 28px;
    height: 28px;
    background: url(../images/Vecto-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: cover;
}
.How-work {
    background: #fff;
    padding: 80px 0;
}
.How-work h2 {
    color: #3A3A3A;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.work-step .steps .steps-count span.counts {
    font-size: 40px;
    width: 79px;
    height: 79px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.work-step .steps .steps-count span.purple-bg {
    border: 1px solid #8000FF;
    background: #8000FF;
}
.work-step .steps .steps-count span.yellow-bg {
    border: 1px solid #FFDA1A;
    background: #FFDA1A;
}
.work-step .steps .steps-count span.red-bg {
    border: 1px solid #E12B2B;
    background: #E12B2B;
}
.work-step .steps .how-content h4 {
      color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.work-step .steps .how-content p {
     font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #333;
    line-height: 20px;
    margin-bottom: 0;
}
.work-step .col-md-4 {
    position: relative;
    padding-right: 70px;
    padding-left: 40px;
}
.work-step .col-md-4:before {
    content: '';
    width: 136px;
    height: 33px;
    background: url(../images/steps-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-size: cover;
    right: -20px;
    top: 50%;
}
.work-step .col-md-4:last-child:before{
    display: none;
}

.How-work .work-step {
    margin-top: 20px;
    margin-bottom: 90px;
}
.start-selling p.selling-text {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #333333;
    line-height: 23px;
    margin-bottom: 20px;
}
.start-selling p.selling-btn a {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff;
    line-height: 63px;
    background: #8000FF;
    width: 305px;
    height: 63px;
    border-radius: 86px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #8000FF;
}
.start-selling p.selling-btn a:hover {
     background: none;
      color: #8000FF;
}
.start-selling p.selling-btn {
    margin-bottom: 0 !important;
}
.faqs-sec {
    padding: 20px 0 90px;
}
.faqs-sec .heading h2 {
   color: #3A3A3A;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px; 
}
.faqs-sec .accordion {
    margin-top: 6px;
}
.faqs-sec .accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}
.faqs-sec .accordion button {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    background: #F5F9FC;
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 100px;
    padding: 10px 20px;
    align-items: center;
}
.faqs-sec .accordion button span.num-accordion {
    font-size: 36px;
    font-weight: 800;
    color: #8000FF;
    margin-right: 15px;
    font-family: Montserrat;
    line-height: 35px;
}
.faqs-sec .accordion button .accordion-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.faqs-sec .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 28px;
    width: 29px;
    height: 29px;
    border: 1px solid;
    border-radius: 22px;
    color: #9747ff;
}
.faqs-sec .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 13px;
    left: 9px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.faqs-sec .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 13px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.faqs-sec .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.faqs-sec .accordion .accordion-content p {
    font-size: 15px;
    color: #8E94AA;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat';
}
.faqs-sec .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    border: 1px solid #eee;
    border-radius: 0px 0px 40px 40px;
    padding: 39px 35px 10px;
    background: transparent;
    border-top: none;
    margin-top: -17px;
}
ul.slick-dots {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
/*why-to-sell*/
.dashboard-total {
    margin-bottom: 25px;
}
.dashboard-total .sale-total .sale-inner {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    display: flex;
    padding: 15px 20px;
    margin: 0 !important;
    align-items: center;
}
.dashboard-total .sale-total-img {
    background:none !important;
    border-radius: 0;
    height: auto;
    width: 30% !important;
    text-align: center;
    padding-top: 0px;
}
.dashboard-total .sale-total-img span{

    border-radius: 100%;
     text-align: center;
    padding-top: 18px;
    height: 70px;
    width: 70px;
    object-fit: cover;
    display: inline-block;
}
.dashboard-total .sale-total-img.purple-bg span {
    background: #8000FF !important;
}
.dashboard-total .sale-total-img.red-bg span {
    background: #E12B2B !important;
}
.dashboard-total .sale-total-img.yellow-bg span {
    background: #FFDA1A !important;
}
.dashboard-total .sale-total-text {
    padding-left: 20px;
    width: 70%;
    margin-left: 0px;
}
.dashboard-total .sale-total-text h4 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000000;
    line-height: 29px;
    margin-bottom: 10px;
}
.dashboard-total .sale-total-text span {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 29px;
    display: inline-block;
}
.graph-sec img {
    width: 100%;
}
.graph-sec{
   margin-bottom: 20px;
}
.dashboard-tab {
    margin: 0 !important;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.dashboard-tab .tab-btn {
    padding: 0 !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.dashboard-tab .tab-btn button {
    background: none;
    border-bottom: 1px solid transparent !important;
    border: none;
    padding: 5px 37px;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #999 !important;
}
.dashboard-tab .tab-btn button.active {
    border-bottom: 2px solid #8000ff !important;
    color: #8000ff !important;
}
.dashboard-tab .tab-content table {
    width: 100%;
    margin-bottom: 20px;
}
.dashboard-tab .tab-content {
    padding: 0 !important;
}
.dashboard-tab .tab-content table tr td {
    padding: 15px 10px 15px;
}
.dashboard-tab .tab-content table tr td .img img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100px;
}
.dashboard-tab .tab-content table tr td .title h5 {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #303972;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.dashboard-tab .tab-content table tr td .item-id p {
    margin-bottom: 0 !important;
    color: #8000FF;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.dashboard-tab .tab-content table tr td .price{
    margin-bottom: 0 !important;
    color: #303972;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.dashboard-tab .tab-content .total-item p {
    margin-bottom: 0 !important;
    color: #A098AE;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
}
.dashboard-tab .tab-content .total-item p span{
  color: #303972;
}
.dashboard-tab .tab-content .pagination {
    margin-top: 0;
    text-align: right;
    justify-content: end;
    align-items: center;
}
.dashboard-tab .tab-content .pagination a.previous {
    background: none;
    border: none;
    padding: 0 !important;
}
.dashboard-tab .tab-content .pagination a.next {
    background: none;
    border: none;
    padding: 0 !important;
}
.dashboard-tab .tab-content .pagination a {
    margin: 0 5px;
    background:none;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    padding-top: 0;
    color: #A098AE;
    font-family: 'poppins';
    border: 1px solid #A098AE;
}
.dashboard-tab .tab-content .pagination a.active {
    background: #8000FF;
    color: #fff;
    border: 1px solid #8000FF;
}
.dashboard-tab .tab-content .row{
    align-items: center;
}
.dashboard-main {
    padding: 40px 0px 100px !important;
}
.dashboard-right .search-field {
    position: relative;
}
.dashboard-right h2 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #333843;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.dashboard-right .dashboard-tabs .tab-list {
    display: flex;
    margin: 20px 0;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn {
    width: 83%;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn {
    width: 17%;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn button.active {
    background: #8000ff;
    color: #fff;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn button:hover {
    background: #8000ff;
    color: #fff;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn button {
    border: none;
    padding: 9px 18px;
    font-size: 14px;
    color: #667085;
    font-family: 'Montserrat';
    line-height: 20px;
    font-weight: 500;
    background: none;
    border-radius: 100px;
    text-align: center;
    height: 41px;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn a {
 
    display: inline-block;
    text-decoration: none;
    background: #8000FF;
    text-align: center;
    border-radius: 100px;
    padding: 9px;
    border: 1px solid #8000FF;
    height: 41px;
    color: #fff;
    line-height: 14px;
    width: 151px;
}
.dashboard-right .filter-area {
    display: flex;
    width: 98%;
    border-radius: 5px;
    border: 1px solid #eee;
    height: 43px;
    padding: 0;
    margin: 0 10px 20px;
}

.dashboard-right .filter-area .sort {
    width: 10%;
    text-align: center;
    line-height: 39px;
    background: #F5F9FC;
    border-right: 1px solid #eee;
}
.dashboard-right .filter-area .sort p.sort-text {
    color: #000;
    font-size: 13px;
    line-height: 42px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.dashboard-right .filter-area .ending-list .custom-select .select-selected {
    height: 41px !important;
    border: none;
    border-radius: 0;
    padding: 11px 15px;
    color: #000;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.dashboard-right .filter-area .ending-list {
    width: 22%;
    border-right: 1px solid #eee;
}
.dashboard-right .custom-select .select-selected:after {
    content: "";
    background-image: url(../images/chevron-downsteps.png);
    background-position: right center;
    background-repeat: no-repeat;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    position: absolute;
    height: 16px;
    width: 26px;
}
.dashboard-right .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border-top: none;
    display: block;
    z-index: 1;
    width: 100%;
    border-radius: 1px 1px 11px 11px;
    padding: 3px;
    border: 1px solid #eee;
    margin-top: 0;
}
.dashboard-right .filter-area .filter {
    width: 68%;
    text-align: right;
    padding: 8px 15px;
}
.dashboard-right .filter-area .filter p {
    margin-bottom: 0;
}
.dashboard-right .filter-area .filter p a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
}
.dashboard-tabs table {
    width: 100%;
}
.dashboard-tab table {
    width: 100%;
}
.dashboard-tabs table.auction-items-table td .name-field {
    display: flex;
    align-items: center;
}
.dashboard-tabs table.auction-items-table td .checkbox {
   /* width: 15%;*/
    position: relative;
   /* margin-right: 5px;*/
}

.dashboard-tabs table.auction-items-table td .checkbox input[id="cb1"] + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #bcbcbc;
    border-radius: 100px;
    cursor: pointer;
}
.dashboard-tabs table.auction-items-table td .checkbox input:checked + label:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\2714' !important;
    font-size: 15px;
    width: 25px;
    height: 25px;
}
.dashboard-tabs table.auction-items-table td .checkbox input[id="cb1"]{
  display: none;
}
.dashboard-tabs table.auction-items-table td .name-field .img {
    width: 35%;
    padding-right: 0px;
}
.dashboard-tabs table.auction-items-table td .name-field .img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.dashboard-tabs table.auction-items-table td .name-field .title h5 {
    margin-bottom: 0 !important;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.dashboard-tabs table.auction-items-table {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 1px;
}
.dashboard-tabs table.auction-items-table tr.odd{
    background: #F5F9FC;
    border: 1px solid #eee;
    border-radius: 15px 15px 0 0;
}
.dashboard-tabs table.auction-items-table tr.odd td{
    background: #F5F9FC;
}
.dashboard-tabs table.auction-items-table tr.even th{
    background: #fff;
}
.dashboard-tabs table.auction-items-table tr.even {
    border: 1px solid #eee;
    border-radius: 15px 15px 0 0;
    background: #fff;
}
.dashboard-tabs table.auction-items-table th {
    padding: 10px 6px 10px 10px;
    height: 64px;
    background: #F5F9FC;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    text-align: center;
}

.dashboard-tabs table.auction-items-table td .status {
    border: 1px solid #2B00FF;
    width: 78px;
    padding: 6px;
    border-radius: 12px;
    height: 67px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2B00FF;
}
.dashboard-tabs table.auction-items-table .status img {
    width: 23px;
    margin: 0 auto 5px;
    display: block;
}
.dashboard-tabs table.auction-items-table td:first-child{
    padding-right: 0 !important;
}
.dashboard-tabs table.auction-items-table td .name-field .title {
    width: 65%;
    text-align: left;
    padding-left: 7px;
}
.dashboard-tabs table.auction-items-table td .count-down p {
    margin-bottom: 0 !important;
}
.dashboard-tabs table.auction-items-table td {
    padding: 10px 10px 10px 10px;
    height: 64px;
    background: #Fff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    text-align: center;
}
.dashboard-tabs table.auction-items-table tr th.name-head {
    text-align: left;
}
.dashboard-tabs table.auction-items-table tr td .ship-status {
    background: #EDECFF;
    color: #2B00FF;
    border: 1px solid #EDECFF;
}
.dashboard-tabs table.auction-items-table tr td .ship-status img {
    width: 33px;
}
.dashboard-tabs table.auction-items-table td .add-status {
    background: #2B00FF;
    border: 1px solid #2B00FF;
    color: #fff;
}
.dashboard-tabs table.auction-items-table td .add-status img{
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.dashboard-tabs table.auction-items-table td .change-price a {
    text-decoration: none;
    color: #000;
}
.dashboard-tabs .tab-content .row {
    align-items: center;
}
.dashboard-tabs .tab-content .total-item p {
    margin-bottom: 0 !important;
    color: #A098AE;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
}
.dashboard-tabs .tab-content .total-item p span {
    color: #303972;
}
.dashboard-tabs .tab-content .pagination {
    margin-top: 0;
    text-align: right;
    justify-content: end;
    align-items: center;
}
.dashboard-tabs .tab-content .pagination a {
    margin: 0 5px;
    background: #F5F9FC;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    padding-top: 0;
    color: #5C59E8;
    font-family: 'Montserrat';
}
.dashboard-tabs .tab-content .pagination a.active {
    background: #5c59e8;
    color: #fff;
}
.desktop-dashboard-view{
    display: block;
}
.mobile-dashboard-view{
    display: none;
}
.dashboard-main .sidebar ul li a {
   
    align-items: center;
}
.dashboard-main .sidebar ul li a span img.grey-icon {
    display: block;
}
.dashboard-main .sidebar ul li a span img.white-icon {
    display: none;
}
.dashboard-main .sidebar ul li.active a span.img img.grey-icon {
    display: none;
}
.dashboard-main .sidebar ul li.active a span.img img.white-icon {
    display: block;
}
/*---Media start---*/

@media(min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1230px !important;
    }
}
@media(min-width: 1700px){
/*.img-area-alternate, .img-area {
    height: 295PX;
}*/
}
@media(min-width: 1921px){
 .header {
    padding: 8px 71px 0px 71px;
    background: #fff;
    height: 4.75rem;
}
.header .right-col .account-menu {
    width: 20%;
    text-align: right;
}
.search-field form input {
    width: 100%;
}
.header .logo img {
    width: 206px;
    height: 55px;
 
}
/*.nowinauction-sec h3 {
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}*/
/*.img-area-alternate, .img-area {
    height: 300px;
}*/
/*.img-area .img-left img, .img-area-alternate .img-left img {
    height: 876px;
    padding-left: 19px;
}
.img-area .img-right img, .img-area-alternate .img-right img {
    height: 430px;
}*/
.img-area,.img-area-alternate {
    padding: 10px;
}
}
/*.img-area img.first-img, .img-area-alternate img.first-img {
    margin-bottom: 17px;
}*/

@media(min-width: 2000px){
/*.img-area-alternate, .img-area {
    height: 300px;
}*/
.img-area .img-left img..img-area-alternate .img-right img {
    border-radius: 20px 0 0 20px;
    padding-right: 8px;
}
.img-area .img-right img, .img-area-alternate .img-right img{
    border-radius: 20px;
}
.img-area img.first-img, .img-area-alternate img.first-img {
    margin-bottom: 0;
    padding-bottom: 8px;
}
.img-area-alternate .img-right img, .img-area .img-right img {
    height: 50%;
}
}
@media(min-width: 2300px){
/* .auction-slider .slick-slide .auction-detail .title h5 a {
   font-size: 30px;
}
.auction-slider .slick-slide .auction-detail .title p {
    font-size: 30px;
}
.auction-slider .slick-slide .auction-detail .timeing p {
    font-size: 37px;
}
.auction-slider .slick-slide .title h6 {
   font-size: 29px;
}*/
/*.img-area-alternate, .img-area {
    height: 380px;
}*/
.auction-slider .slick-slide .auction-detail .timeing p {
  
    font-size: 22px;
   
}
.img-area-alternate .img-right img, .img-area .img-right img {
    height: 50%;
}
    
}
@media (min-width: 3000px){   
/*.img-area-alternate, .img-area {
    height: 500px;
}*/
/*.img-area-alternate .img-right img, .img-area .img-right img {
    height: 50%;
}
}
@media (min-width: 4000px){*/
/*.img-area-alternate, .img-area {
    height: 745px;
}*/
/*.img-area-alternate .img-right img, .img-area .img-right img {
    height: 50%;
}*/
}

@media(max-width: 1440px){
    .nowinauction-sec h3 {
        font-size: 140px;
    }
.dashboard-tab .tab-btn button {
    font-size: 20px;
}
.dashboard-tab .tab-content .pagination a {
    height: 45px;
    width: 45px;
    line-height: 44px;
}
}
@media(max-width: 1325px){
.header .right-col .account-menu ul li {
    display: inline-block;
    margin-left: 24px;
}
.nowinauction-sec h3 {
    font-size:133px;
   
}
.home-banner {
   
    padding: 135px 0;
}
.auction-slider .slick-slide .auction-detail .timeing p {
    font-size: 20px;
}
.footer-top .quick-link h4, .footer-top .subscribe-area h4 {
    font-size: 18px;
    margin-bottom: 30px;
}
.footer-top .quick-link ul li a {
    margin-bottom: 13px !important;
}
.footer-top .logo-area img {
    width: 250px;

}
.search-field form input {
    width: 100% !important;
    }
.header .right-col .account-menu ul li {
    margin-left: 10px;
}

}
@media(max-width: 1280px){
.nowinauction-sec h3 {
    font-size: 128px;
}

.browser-box .box-first p.btn-text a,
.browser-box .box-sec p.btn-text a {
 
    font-size: 24px;
    line-height: 10px;
}
.ending-sec .expert-grid .expert-detail h4 a {
 
    font-size: 18px;
}
.ending-sec .expert-grid .expert-detail p.brand {
    font-size: 13px;
}
.expert-grid .expert-detail h4 {
    font-size: 18px;
}
.expert-grid .expert-detail h4 a {
    font-size: 18px;
}
.expert-grid .expert-detail p.brand {
    font-size: 13px;
}
.account-setting .heading h2 {

    font-size: 35px !important;
    line-height: 33px;
}
.edit-profile .edit-head h4 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}
.profile-info h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.edit-profile .edit-head .tabs button {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
        margin-right: 20px;
}
.edit-profile .contant-area form .form-field label {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.edit-profile .contant-area form .form-field input:-internal-autofill-selected {
    margin-bottom: 5px
 }
 .edit-profile .contant-area .change-text a,
 .edit-profile .contant-area .add-text a {
    font-size: 14px;
}
.dashboard-total .sale-total-text h4 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0px;
}
}
@media(max-width: 1247px){
.nowinauction-sec h3 {
    font-size: 118px;
  
}
.header .right-col .account-menu ul li {
    display: inline-block;
    margin-left: 17px;
}
.search-field form input {
    width: 100%;
}
.header .logo img {
    width: 215px;
    height: 52px;
}
body h2 {
    font-size: 20px !important;
}
.home-banner h1{
    font-size: 55px;
}
.home-banner p {
    font-size: 33px;
    line-height: 31px;
}

.header .right-col .account-menu ul li {
    display: inline-block;
    margin-left: 17px !important;
}
.header .right-col .account-menu {
    width: 25% 17px !important;
}
.notify-sec h2 {
    font-size: 30px !important;
}
.notify-list ul.all-list li a {
    font-size: 14px;
}
.msg-sec h2 {
    font-size: 30px !important;
}
}
@media(max-width: 1247px){
.hidden-fees-sec .why-box {

    margin-top: 0px;
}
.why-us-sec .row {
    margin: 0 !important;
}

.whysell-banner h1 {
  
    font-size: 45px;
    line-height: 43px;
    margin-bottom: 20px;
}
.whysell-banner p {
    margin-bottom: 20px;
    padding-right: 0px;
}
.whysell-banner .btn a {
    height: 53px;
    width: 215px;
    line-height: 23px !important;
}
.whysell-banner {
    padding: 70px 10px 70px;
    height: 500px;
}

}
@media(max-width: 1220px){
.faqs-sec .accordion button .icon {
  
    top: 8px;
    right: 13px;
}
.work-step .steps .steps-count span.counts {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.start-selling p.selling-btn a {
    line-height: 54px;
    width: 210px;
    height: 55px;
}
}
@media(max-width: 1200px){
.auction-slider .slick-slide .title h6 {
    font-size: 17px;
    line-height: 35px;
}
.auction-slider .slick-slide .auction-detail .title h5 a{
        font-size: 15px;
}
.auction-slider .slick-slide .auction-detail .timeing p {
    font-size: 16px;
}
.auction-slider .slick-slide .auction-detail .title p {
    font-size: 13px;
}
.auction-slider .slick-slide .auction-detail .title h5 {
    line-height: 12px;
}
.explore-category .catogory-list ul li .category .category-icons img {
    width: 115px;
    height: 115px;
    object-fit: contain;
}
/*.nowinauction-sec h3 {   
    left: 3%;
}*/
.explore-category .catogory-list ul li {
    width: 23%;
}
.explore-category .catogory-list ul li .category .category-icons {
    margin: 0;
}
.explore-category .view-btn {
    text-align: right;
    padding-right: 27px;
}
.footer-top .quick-link h4, .footer-top .subscribe-area h4 {
    font-size: 16px;
    margin-bottom: 30px;
}
.footer-top form.subscribe-form input#email {
    width: 184px;
    margin-right: 2px;
}
.footer-top .logo-area p {
    font-size: 13px;
    line-height: 20px;
}
.footer-top .quick-link ul li a {
    margin-bottom: 7px !important;
    font-weight: 400;
    font-size: 14px;
}
.footer-bottom p {
    font-size: 14px; 
}
.footer-bottom {
    padding-top: 20px;
    margin-top: 50px;
}
footer.footer-top {
    padding: 39px 0 20px;
}
body h2 {
    font-size: 18px !important;
}
.header .right-col .account-menu ul li svg {
    width: 24px;
    height: 24px;
}
.explore-category .catogory-list ul li .category a h4{
    font-size: 18px;
}
.nowinauction-sec h3 {
    font-size: 100px;
    }
.registration-steps .step .step-content h2 {
    font-size: 24px !important;
    margin-bottom: 25px;
}
.why-us-sec .why-box .img {
 
    padding: 10px;
    width: 105px;
    height: 105px;
}
.why-us-sec .why-box .img img {
    width: 100%;
    padding: 10px;
}
.why-us-sec .why-box .content h3 {
    font-size: 16px;
    line-height: 19px;
}
.why-us-sec .why-box .content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.why-us-sec .why-us-text p {
    font-size: 14px;
    line-height: 21px;
}
.faqs-sec .accordion .accordion-content p {
    font-size: 14px;
   line-height: 21px;
}
.faqs-sec .accordion button .accordion-title {
    font-size: 16px;
  
}
.dashboard-total .sale-total-text h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}
.dashboard-main .sidebar ul li a {
    font-size: 15px;
}
.dashboard-main .sidebar ul li.active a{
        padding: 8px 15px;
}
.dashboard-main .sidebar ul li a img {
    width: 17px !important;
}
.dashboard-tab .tab-content table tr td {
    padding: 10px;
}
.dashboard-tab .tab-content table tr td .title h5 {
    font-size: 16px;
}
.dashboard-tab .tab-content table tr td .item-id p {
    font-size: 16px;
}
.dashboard-tab .tab-content table tr td .price {
    font-size: 16px;
}
.dashboard-tab .tab-content .pagination a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}
.dashboard-total .sale-total-img span {

    padding-top: 0;
    height: 70px;
    width: 70px;
    line-height: 62px !important;
    display: inline-block;
}
.dashboard-total .sale-total .sale-inner {
    padding: 12px;
}

}
@media(max-width: 1199px){
.start-sell .step-left .upload-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-detail .about-user {
    padding: 35px 10px 0px 35px;
}
.profile-detail .user-info {
    padding: 22px 15px;
}
.profile-detail .user-info h4 {
    font-size: 22px;
}
.profile-detail .user-info p {
    font-size: 15px;
}
.profile-detail .user-info .btns .follow-btn a {
    margin-bottom: 0px;
}
.follow-btn {
    margin-top: 10px;
    margin-bottom: 15px;
}
.profile-info p.user-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}
.profile-info h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
}
.profile-info p.note {
    font-size: 14px;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text {
    width: 76%;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .toggle {
    width: 24%;
}
.add-auction-sec .sell-form .ending-field label.form-label {
    width: 42%;  
}
.add-auction-sec .sell-form .ending-field .icon-text span.text {
    font-size: 10px;    
}
.add-auction-sec form.sell-form .date-row .date-col p.date {
    font-size: 50px;
}
.add-auction-sec form.sell-form .date-row .date-col p.date span.hypen {
    top: -4px;
    left: 51px;
}
.thankyou-sec .step .purple-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 10px;
}
.thankyou-sec .step .purple-box h6 {
    font-size: 16px;
    line-height: 25px;
}
.thankyou-sec .step .purple-box p {
    padding-right: 0;
}
.thankyou-sec .step .purple-box p br {
    display: none;
}
.thankyou-sec .step .add-item-box {
    background: none;
    padding: 40px 15px 20px;
}
.thankyou-sec .step .add-item-box .add-item-btn {
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
}
.thankyou-sec .step .add-item-box .col-md-8 {
    width: 60%;
}
.thankyou-sec .step .add-item-box .col-md-4 {
    width: 40%;
}
.thankyou-sec .step .add-item-box img {
    width: 100%;
}
.add-item-box .col-md-9 {
    width: 70%;
}
.add-item-box .col-md-3 {
    width: 30%;
}.thankyou-sec .step .purple-box {
    background: #8000FF;
    padding: 20px;
}
.thankyou-sec {
    padding: 50px 0 70px;
}
.sign-in .signin-col {
    padding: 40px 50px 70px;
}
.notify-sec .row {
    padding: 0px;
}
.notify-sec .mark-btn a {
    padding: 11px;
    height: 45px;
}
.my-list .list-grid .title {
    padding-left: 10px;
    padding-right: 10px;
}
.typing-area .plus-icon span.plus-col {
    width: 30px;
    height: 30px;
    line-height: 25px;
}
.typing-area .plus-icon {
    width: 9%;
}
.typing-area .typing-box {
    width: 91%;   
}
.dashboard-total .sale-total-text {
    padding-left: 10px;
}
.dashboard-total .sale-total-text h4 {
    font-size: 18px;
}
.dashboard-total .sale-total-text span {
    font-size: 14px;
    line-height: 18px;
}
.dashboard-tab .tab-btn button {
    font-size: 15px;
    padding: 5px 17px;
}
.dashboard-tab .tab-content table tr td {
    padding: 7px 0;
}
.dashboard-tab .tab-content table tr td .img img {
    width: 35px;
    height: 35px;
}
.dashboard-tab .tab-content table tr td .title h5 {
    font-size: 14px;
}
.dashboard-tab .tab-content table tr td .item-id p {
    font-size: 14px;
}
.dashboard-tab .tab-content table tr td .price {
    font-size: 14px;
}
.dashboard-tab .tab-content .pagination a {
    height: 35px;
    width: 35px;
    line-height: 34px;
    font-size: 13px;
    margin: 0 3px;
}
.dashboard-tab .tab-content .pagination a.previous img {
    width: 11px;
}
.dashboard-tab .tab-content .pagination a.next img {
    width: 11px;
}
}
@media(max-width: 1024px){
.expert-grid {
    padding: 0px 15px 0 0;
}
.browser-box .box-first p.btn-text a, .browser-box .box-sec p.btn-text a {
    font-size: 19px;
    line-height: 10px;
}
.auction-slider .slick-slide {
    padding: 0 13px 0;
}
.auction-slider .slick-slide .auction-detail .timeing p {
    font-size: 14px;
}
.header .right-col .account-menu {
    width: 23%;
}
.sell-steps .step {
    height: auto;
}
.registration-steps .step {
    padding: 40px 30px 50px;
}
.faqs-sec .accordion button[aria-expanded='true'] + .accordion-content {

    padding: 39px 18px 10px;
}
.why-us-sec .heading h2,
.recent-sold-sec h2,
.hidden-fees-sec h2,
.expert-section h2,
.How-work h2,
.faqs-sec .heading h2{
    font-size: 18px !important;
    margin-bottom: 20px;
 
}
.How-work .work-step {
    margin-top: 0;
    margin-bottom: 60px;
}
.whysell-banner h1 {
    font-size: 37px;
    line-height: 39px;
    margin-bottom: 20px;
}
.work-step .col-md-4 {

    padding-right: 15px;
    padding-left: 15px;
}
.work-step .col-md-4:before {
    width: 206px;
    height: 48px;
    right: 6px;
    top: 11%;
}
.faqs-sec {
    padding: 20px 0 50px;
}
.How-work {
    padding: 70px 0 70px;
}
.sale-total-img img {
    width: 25px !important;
    height: 25px !important;
}
.dashboard-total .sale-total-img span {

    height: 56px;
    width: 56px;
    line-height: 53px !important;
}
.auction_dashboard_content td ul li {

    display: block !important;
}
.auction_dashboard_content td ul li span {
  
    float: none !important;
    margin-left: 0 !important;
    display: block !important; 
}
.auction-dash td.auction_table_name img {
    width: 15% !important;
    padding-left: 10px !important;
}
.auction-dash td.auction_table_name .auction_dashboard_name {
    width: 85% !important;
    padding-left: 12px !important;
    margin-left: 0 !important;
}
.auction_dashboard_content tr button {
    
    padding: 10px 16px !important;
    font-size: 12px!important;
    margin-left: 0 !important;
}
}
@media(max-width: 991px){
.expert-grid .expert-detail {
    padding: 15px 2px;
}
.expert-grid .expert-detail h4 a {
    font-size: 17px;
}
.expert-grid .expert-detail p.brand {
    font-size: 11px;
}
.expert-grid .expert-detail p.price {
    font-size: 14px;
}
.browser-box .box-first p.btn-text a, .browser-box .box-sec p.btn-text a {
    font-size: 17px;
    line-height: 10px;
}
.browser-box .box-sec p.small-text,
.browser-box .box-first p.small-text {
    margin: 0 0 15px 0 !important;
    font-size: 14px;
}
.browser-box .box-first,
.browser-box .box-sec {
    padding: 15px;
}
.expert-grid .expert-img img {
    height: 172px;
}
.explore-category .col-md-2,
.explore-category .col-md-10 {
    flex: 0 0 auto;
    width: 100%;
}
.footer-top form.subscribe-form input#email {
    width: 100%;
    margin-right: 2px;
    margin-bottom: 10px;
}
.footer-top .logo-area img {
    width: 100%;
}
.footer-top .quick-link h4, .footer-top .subscribe-area h4 {
    font-size: 12px;
    margin-bottom: 19px;
}
.footer-top .quick-link ul li a {

    font-size: 13px;
}
.footer-top form.subscribe-form input.btn-subscribe {
    font-size: 13px;
}
.explore-category .catogory-list ul li .category a h6{
        font-size: 15px;
}
.home-banner p {
    font-size: 26px;
    line-height: 31px;
}
.home-banner h1 {
    font-size: 45px;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .right-col .account-menu {
    width: 30%;
}
.home-banner {
    padding: 90px 0;
}
.nowinauction-sec h3 {
    font-size: 75px;
    top: 0;
    line-height: 74px;
}
.auction-slider {
    margin-top: 35px;
}
.auction-slider .slick-slide .auction-detail .title h5 a {
    font-size: 14px;
}
.explore-category .catogory-list ul li .category a h6 {
    font-size: 14px;
}
.start-sell .step {
    margin: 20px 0;
}
.start-sell .step-left .upload-item .upload-img p {
    padding-right: 0;
}
.start-sell .step-left .upload-item .img {
    width: 20%;
}
.start-sell .step-left .upload-item .upload-img {
    width: 80%;
}
.start-sell .step-left .upload-item {
    padding: 6px 12px 6px 16px;
    width: 100%;
}
.start-sell .step-right img {
    height: 385px;
}
.my-auction-img {
    margin-top: 66px;
}
.start-sell .step-left h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.start-sell .step-left h3 span.coin-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.sell-steps .step .step-left h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 25px;
}
.upload-list ul li {
    width: 100%;
    margin-right: 12px;
    height: 84px;
}
.upload-list ul li input#myfile {

    height: 64px;
}
.upload-list ul li span.icon i.fas.fa-upload {

    font-size: 35px;
}
.sell-steps .step .step-right img {
    height: auto;
}
.next-btn {

    margin-top: 60px;
}
.step .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
}
.step .col-md-5 {
    flex: 0 0 auto;
    width: 100%;
}
.next-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}
.next-btn button.next-step {
    width: 145px;
}
.profile-detail .user-info {
    padding: 22px 15px;
    width: 90%;
    margin: -56px auto 0;
}
.account-setting .heading h2 {
    font-size: 25px !important;
    line-height: 21px;
    margin-bottom: 20px;
}
.profile-info {
    padding: 20px 15px;
    margin-bottom: 20px;
}
.profile-info h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.profile-info h4 span.edit-icon i {
    font-size: 10px;
    padding: 4px;
    width: 20px;
    height: 20px;
}
.profile-info img {
    width: 110px;
    height: 110px;
    margin-bottom: 25px;
}
.edit-profile .edit-head h4 {
    font-size: 16px;
    line-height: 13px;
    padding-bottom: 15px;
}
.edit-profile .contant-area form button,
.delete-account .contant-area .check-field .btns .learn-btn a,
.delete-account .contant-area .check-field .btns .delete-btn button{
    width: 155px;
    height: 43px;
    font-size: 14px;
}
.add-auction-sec form.sell-form .form-fields {
    margin-bottom: 1.5rem !important;
}
.add-auction-sec form.sell-form  .commission-fields {
    margin-bottom: 1.5rem !important;
}
.add-auction-sec .col-md-6 {
    width: 100%;
}
.commission-fields p.text {
    font-size: 15px;
   
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .toggle {
    width: 18%;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text {
    width: 82%;
}
.add-auction-sec .sell-form .ending-field .icon-text span.text {
    font-size: 14px;
}
.add-auction-sec .date-row .col-md-6 {
    width: 50%;
}
.add-auction-sec .step-right img {
    height: auto;
}
.auction-fee .commission-fields p.text span.counts {

    width: 53%;
}
.auction-fee .commission-fields p.text {

    margin-bottom: 0rem !important;
}
.thankyou-sec .step .add-item-box img {
    width: auto;
}
.add-item-box .col-md-3 {
  
    text-align: right;
}
.thankyou-sec .step .add-item-box label {
    font-size: 15px;
    margin-bottom: 25px;
}
.registration-steps form .next-btn {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.notify-sec .mark-btn {
    text-align: left;
    margin-top: 15px;
}
.my-list .list-grid .image {
    width: 10%;
}
.my-list .list-grid .title {
    width: 46%;
}
.my-list .list-grid .btns {
    width: 44%;
}
.my-list .list-grid .btns ul li p.timing-text {
    font-size: 11px;
    padding-right: 7px;
}
.my-list .list-grid .btns a.delete-btn{
    width: 90px;
    height: 33px;
    font-size: 11px;

}
.my-list .list-grid .btns a.new-btn{
    width: 90px;
    height: 33px;
    font-size: 11px;
        margin-right: 10px;
}
.notify-sec .col-lg-7 {
    width: 60%;
}
.notify-sec .col-lg-5 {
    width: 40%;
}
.notify-sec .mark-btn {
    text-align: right;
    margin-top: 0;
}
.whysell-banner .col-md-6 {
    width: 70%;
}
.why-us-sec .row {
    padding: 20px 20px;   
}
.why-us-sec .why-box .img {

    width: 90px;
    height: 90px;
}
.hidden-fees-sec .why-box {
 display: block;
}
.hidden-fees-sec .why-box .img {
    width: 100% !important;
}
.hidden-fees-sec .why-box .content {
    width: 100% !important;
    padding-left: 0;
    margin-top: 15px;
}
.expert-section .col-md-4 {
    width: 100%;
    margin-bottom: 60px;
}
.expert-section .col-md-8 {
    width: 100%;

}
.work-step .col-md-4:before {
    width: 125px;
    height: 30px;
    right: 6px;
    top: 11%;
}
.expert-section p {

    padding-right: 0px;
}
.desktop-dashboard-view{
    display: none;
}
.mobile-dashboard-view{
     display: block;  
}
/*.mobile-dashboard-view .mobile-dashboard {
    display: flex;
    padding: 0 30px 0 0px;
}
.mobile-dashboard-view .mobile-dashboard .sidebar {
    width: 47px;
}
.mobile-dashboard-view .mobile-dashboard .dashboard-right {
    width: 94.6%;
    padding-left: 30px;
    padding-top: 35px;
    padding-bottom: 100px;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn a {
  
    width: 100%;
}
.mobile-dashboard-view .mobile-dashboard .sidebar {
    background: #2f2e2d;
    padding: 35px 5px;
    z-index: 9;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a {
    text-align: left;
    display: inline-flex;
    padding: 8px 8px;
    border-radius: 10px;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a img {
    width: 19px !important;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a span.title {
    display: none;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a span.img {
    padding-right: 0 !important;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a span.img img.white-icon {
    display: none;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li a span.img img grey-icon {
    display: block;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li.active a span.img img.white-icon  {
    display: block;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li.active a span.img img.grey-icon {
    display: none;
}
.mobile-dashboard-view .mobile-dashboard .sidebar .nav li.active a span.title {
    display: none;
    padding-left: 8px;
}
.mobile-dashboard-view .mobile-dashboard .sidebar button {
    text-align: center;
    padding: 14px 10px 20px;
}
.mobile-dashboard-view .mobile-dashboard .sidebar button i.fas.fa-bars {
    color: #797d97;
    font-size: 25px;
}
.mobile-dashboard-view .mobile-dashboard .sidebar ul li a {

    font-size: 14px;
}
.mobile-dashboard-view {
    padding: 0px 0px 0px !important;
    margin-top: -22px;
}
.mobile-dashboard-view .dashboard-main .sidebar ul li a:hover {
    background: #8000ff;
}*/

.dashboard-right h2 {
   
    margin-bottom: 7px !important;
}
.msg-sec .row {
    padding: 0px 10px;
}
.msg-sec .msg-area {

    display: block;
    margin-bottom: 25px;
}
.msg-sec .msg-area .msg-box {
    border-right: none;  
}
.msg-sec .msg-area .msg-box {
    border-right: none;
    width: 100%;
}
.msg-sec .msg-area .my-list .msg-list {
    height: auto;
    overflow-y: scroll;
}
.msg-sec .msg-area .Messages-box {
    width: 100%;
}
.msg-sec .msg-area .Messages-box .chat-box {
    padding: 20px;
    border-radius: 0 0 28px 28px;
}
.typing-area .plus-icon span.plus-col {
    width: 40px;
    height: 40px;
    line-height: 32px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .image {
    width: 10%;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title {
    width: 65%;
    text-align: left;
}
.msg-sec .msg-area .Messages-box .blank-box {
 
    border-top: 1px solid #ccc;
}
.mobile-dashboard-view .dashboard-right {
    width: 100%;
    padding: 0 20px;
}
/*.mobile-dashboard-view .sidebar ul li a span.img {
    padding-right: 11px;
    display: inline-block;
    float: none !important;
}
.mobile-dashboard-view .sidebar ul li a span.title {
    display: inline-block;
     float: none !important;
}
.mobile-dashboard-view  #sidebar {
    position: absolute;
    top: 0px;
    right: -200px;
    width: 200px;
    height: 100%;
    background: #000;
    transition: all 300ms linear;
    z-index: 9;
    padding: 40px 10px;
}
.mobile-dashboard-view #sidebar.active {
  right:0px;
}*/
/*.mobile-dashboard-view #sidebar .toggle-btn {
    position: absolute;
    right: 225px;
    top: 16px;
}*/
.mobile-dashboard-view #sidebar .toggle-btn span {
    display: block;
    width: 27px;
    height: 2px;
    background: #8000ff;
    margin: 5px 0px;
    cursor: pointer;
}
.mobile-dashboard-view #sidebar div.list div.item {
  padding:15px 10px;
  border-bottom:1px solid #444;
  color:#fcfcfc;
  text-transform:uppercase;
  font-size:12px;
}

.mobile-dashboard-view  #sidebar div.list div.item a{
  color:#fcfcfc;
  text-decoration: none;
}
.mobile-dashboard-view .dashboard-right {
    width: 100%;
    padding: 40px 20px;
}
/*new-side*/
.mobile-dashboard .header {
    background: #fff;
    box-shadow: none;
    padding: 11px 0px;
    width: 32px;
    position: fixed;
    top: 1px;
    right: 14px;
    z-index: 9;
    left: auto;
}

.mobile-dashboard .header button {
  background:transparent;
  border:none;
  width:30px;
  height:30px;
  cursor:pointer; 
  outline:0;
}

.mobile-dashboard .toggle span {
  width:100%;
  height:2px;
  background:#8000ff;
  display:block;
  position:relative;
  coursor:pointer;
}

.mobile-dashboard .toggle span:before,
.mobile-dashboard .toggle span:after {
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  background:#8000ff;
  transition: all 0.3s ease-out;
}

.mobile-dashboard .toggle span:before {
  top:-6px;
}

.mobile-dashboard .toggle span:after {
  top:6px;
}

.mobile-dashboard  .toggle span.toggle {
  background:transparent;
}

.mobile-dashboard .toggle span.toggle:before {
  top:0;
  transform:rotate(-45deg);
  background:#8000ff;
  
}

.mobile-dashboard .toggle span.toggle:after {
  top:0;
  transform:rotate(45deg);
  background:#8000ff;
}

.mobile-dashboard .sidebar {
    background: #fff;
    width: 235px;
    position: fixed;
    top: 0;
    right: -239px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding-top: 90px;
    transition: all 0.3s ease-out;
    z-index: 8;
    padding: 90px 15px;
}

.mobile-dashboard .sidebar ul {
  list-style:none;
}

.mobile-dashboard .sidebar ul li {
  display:block;
}

.mobile-dashboard .sidebar ul li a {
  padding:8px 15px;
  font-size:16px;
  color:#222;
  font-family:arial;
  text-decoration:none;
  display:block;
  position:relative;
  z-index:1;
  transition:all 0.3s ease-out;
  font-weight:500;
}

.mobile-dashboard .sidebar ul li a:before {
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  right:50%;
  transform:translate(-50%,-50%);
  width:0;
  height:1px;
  background:#4CAF50;
  z-index:-1;
  transition:all 0.3s ease-out;
}

.mobile-dashboard .sidebar ul li a:hover:before {
  width:100%;
}

.mobile-dashboard .sidebar ul li a:hover {
  color:#4CAF50;
}

.mobile-dashboard .sidebarshow {
  right:0;
}
/*new-side*/
.dashboard-right .dashboard-tabs .tab-list .back-btn a {
   
    width: 100% !important;
}
}
@media(max-width: 860px){
.mobile-dashboard-view .mobile-dashboard .sidebar button {
    text-align: center;
    padding: 14px 6px 20px;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn button {

    padding: 9px 10px;
    }
}
@media(max-width: 768px){
.start-sell .step-right img {
    height: 350px;
}
.start-sell .step {
    margin: 20px 0 0;
}
.start-sell {
    padding-bottom: 75px;
}
.add-auction-sec .step-right img {
    height: auto;
}
.search-item .exclusive-object-flex {
   
    top: -19px;
}
.search-item .exclusive-object-search .object-search-flex {
    justify-content: start;
    
}
.search-item .exclusive-object-flex {
    display: block !important;
    position: static;
    right: 0;
    top: -19px;
    margin-bottom: 10px;
}
.exclusive-object h2 {

    margin-bottom: 15px !important;
}
.my-list .list-grid .btns ul li {
    display: block;
}
.my-list .list-grid .btns a.new-btn {
    margin-right: 0;
    margin-bottom: 4px;
}
.my-list .list-grid .btns {
    width: 38%;
}
.my-list .list-grid .title {
    width: 53%;
}
.my-list .list-grid img {

    width: 45px;
    height: 45px;
}
.ending-sec .ending-slider .slick-prev {
    top: -44px;
}
.ending-sec .ending-slider .slick-next{
        top: -44px;
}
.ending-sec .expert-grid .expert-img img {

    height: 172px;
}

}
@media(max-width: 767px){
.header .logo {
    width: 225px;
    margin: 0 auto 9px;
}
.header .right-col .search-field {
    width: 97%;

}
.header .right-col .account-menu {
    width: 27%;
}
.home-banner p {
    font-size: 22px;
    line-height: 23px;
}
.home-banner h1 {
    font-size: 39px;
}
.home-banner .btn a {
    height: 48px;
    line-height: 20px !important;
}
.special-expert .expert-grid .expert-img img {
    height: auto;
}
.special-expert .expert-grid {
    padding: 0px 0 20px 0;
}
ul.slick-dots {
    display: none;
}
.nowinauction-sec {
    padding: 70px 0 40px;

}
.special-expert {
    padding: 50px 0 20px;
}
.ending-sec {
    padding: 60px 0 50px;
}
.explore-category {
    padding: 50px 0;
}
.browser-box .box-first {
    margin-bottom: 20px;
}
.explore-category .catogory-list ul li {
    width: 45%;
}
.footer-top .logo-area img {
    width: 225px;
}
.logo-area {
    margin-bottom: 30px;
}
.footer-top .quick-link h4, .footer-top .subscribe-area h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.quick-link {
    margin-bottom: 30px;
}
.footer-top form.subscribe-form input#email {
    width: 70%;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 2px;
}
.explore-category h2 {
  
    text-align: center;
}
.header {
    padding: 8px 28px 8px;
}
.header .right-col {

    justify-content: center;
    align-items: center;
}
.header .right-col .account-menu {
    width: 28%;
}
.header .right-col .search-field {
    width: 72%;
}
.footer-bottom p {
 
    text-align: center;
}
.special-expert .col-md-3 {
    width: 50%;
    max-width: 50%;
}
.sell-steps .step .step-left .form-fields .custom-select .select-items div {
    padding: 4px 0px;
    cursor: pointer;
}
.sell-steps .step .step-left .form-fields .custom-select .select-selected:after {  
    height: 18px;
    width: 18px;
}
.upload-list ul li span.icon i.fas.fa-upload {
    font-size: 25px;
}
.sell-steps .step .step-left .form-fields label.form-label {
    font-size: 12px;
}
.sell-steps .step-4 .step-left p.price-notes {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
}
.sell-steps .step {
    padding: 20px;
    margin: 15px;
}
.sell-steps .step-3 .step-left p.price-notes {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
}
.upload-list ul li {
    height: 51px;
}
.upload-list ul li input#myfile {
    height: 31px;
}
.sell-steps .step .step-left h3 {
    font-size: 21px;
    line-height: 30px;
   
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text {
    width: 75%;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .toggle {
    width: 25%;
}
.header .container, .header .container-sm {
    max-width: 764px !important;
}
.header .logo {
    width: 100%;
    margin: 0 auto 0px;
}
.header .right-col .account-menu ul li {
    display: inline-block;
    margin-left: 11px !important;
}
.auction-slider .slick-next:before,
.auction-slider .slick-prev:before {
    width: 20px;
    height: 20px;
}
.auction-slider .slick-prev {
    left: -19px;
}
.auction-slider .slick-prev:before {   
    top: -255%;
}
.auction-slider .slick-next:before {
    top: -255%;
}
.header .right-col .account-menu ul li svg {
    width: 20px;
    height: 20px;
}

.header .desktop-version{
    display: none;
}
.header .mobile-version {
    display: block;
}
.header .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.header .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.header .right-col .account-menu {
    width: 100%;
}
.search-field {
    position: relative;
}
.header .right-col {
    justify-content: center;
    align-items: center;
    text-align: right;
}
.header .logo {
    width: 58%;
    margin: 0 0 0px;
}
.mobile-version .row.first-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f3;
    padding-top: 10px;
}
.mobile-version .row.sec-row {
    padding-bottom: 13px;
    border-bottom: 1px solid #f0f0f3;
    padding-top: 13px;
}
.header {
    padding: 0px 0px 0px;
}
.breadcrumb ul li {
    font-size: 14px;
}
.breadcrumb ul li span {
    margin-left: 6px !important;
    margin-right: 10px !important;
}
.start-sell .step-left .upload-item .img {
    width: 13%;
}
.start-sell .step-left .upload-item .upload-img {
    width: 87%;
}
.my-auction-img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.start-sell .step-right img {
    height: auto;
}
.start-sell .step {
    margin: 0px 0 0;
}
.start-sell .step-left .upload-item .upload-img p {
    font-size: 11px;
}
.start-sell .step-left .upload-item .upload-img label.form-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.start-sell .step-left .upload-item {
    margin-bottom: 15px;
}
.my-auction-img img {
    width: 170px;
}
.sell-steps .progress {
    width: 70%;
    margin: 0 auto;
}
.add-auction-sec .sell-form .ending-field .icon-text span.text {
    font-size: 13px;
}
.add-auction-sec form.sell-form .date-row .date-col p.date {
    font-size: 40px;
}
.add-auction-sec form.sell-form .date-row .date-col p.date span.hypen {
    top: -3px;
    left: 40px;
}
.add-auction-sec form.sell-form .date-row .time-col .time {
    font-size: 40px;
}
.add-auction-sec .sell-form .ending-field .date-input {
    width: 100%;
}
.auction-fee .commission-fields p.text span.counts {
    width: auto;
}
.add-item-box .col-md-3 {
    width: 100%;
}
.add-item-box .col-md-9 {
    width: 100%;
}
.thankyou-sec .step .add-item-box .col-md-8 {
    width: 100%;
    margin-bottom: 30px;
}
.thankyou-sec .step .add-item-box .col-md-4 {
    width: 100%;
    margin-bottom: 0px;
}
.thankyou-sec .step .add-item-box .add-item-btn {
    width: 196px;
}
.thankyou-sec .step .add-item-box label {
    font-size: 15px;
    margin-bottom: 15px;
}
.thankyou-sec .step .add-item-box ul.social-icon {
   
    margin-top: 20px;
}
.sign-in .signin-col h2 {
  
    margin-bottom: 30px;
}
.sign-in .signin-col {
    padding: 40px 25px 50px;
}
.whysell-banner .col-md-6 {
    width: 100%;
}
.hidden-fees-sec .why-box .img img {
    width: auto;
    height: auto;

}
.hidden-fees-sec .why-box {
    display: block;
    margin-top: 20px;
    text-align: center;
}
.hidden-fees-sec .why-box .img {
    width: 100% !important;
    text-align: center;
}
.work-step .col-md-4:before{
    display: none;
}
.How-work .work-step .steps {
    margin-bottom: 25px;
}
.How-work .work-step {
    margin-top: 0;
    margin-bottom: 30px;
}
.sale-total-img img {
    width: 20px !important;
    height: 20px !important;
}
.dashboard-total .sale-total-img span {
    height: 40px;
    width: 40px;
    line-height: 36px !important;
}
.dashboard-total .sale-total-text span {
    font-size: 12px;
    line-height: 14px;
}
.dashboard-total .sale-total-text h4 {
    font-size: 16px;
    line-height: 15px;
}
.dashboard-total .total-item {
    text-align: center;
    margin-bottom: 10px;
}
.dashboard-tab .tab-content .pagination {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.mobile-dashboard-view .mobile-dashboard .dashboard-right .col-md-8 {
    width: 40%;
}
.mobile-dashboard-view .mobile-dashboard .dashboard-right .col-md-4 {
    width: 60%;
}
.dashboard-right .dashboard-tabs .tab-list {
    display: block;

}
.dashboard-right .dashboard-tabs .tab-list .tab-btn {
    width: 100%;
    margin-bottom: 10px;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn {
    width: 100%;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn a {
    width: 131px !important;
    line-height: 15px !important;
    display: block;
}
.dashboard-right .filter-area .sort {
    width: 15%;
}
.dashboard-right .filter-area .ending-list {
    width: 30%;
 
}
.dashboard-right .filter-area .filter {
    width: 55%;
    text-align: right;
    padding: 8px 15px;
}
.breadcrumb ul li {

    font-size: 14px !important;

}
.dashboard-tabs table.auction-items-table,
.auction-dash .auction_dashboard_content table.auction_table {
 
    display: block;
}
.dashboard-tabs table.auction-items-table td .name-field .img {
    width: 42%;
    padding-right: 0px;
}
.dashboard-tabs table.auction-items-table td .name-field .img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.auction-dash td.auction_table_name img {
    width: 30% !important;
    padding-left: 10px !important;
}
.auction-dash td.auction_table_name .auction_dashboard_name h3 {
    font-size: 12px !important;

}
.auction_dashboard_content tr button {
    padding: 10px !important;
    font-size: 12px!important;
    margin-left: 0 !important;
    width: 88px;
}
.auction_dashboard_content tr button {
    padding: 8px !important;
    font-size: 11px!important;
    margin-left: 0 !important;
    width: 70px;
}
.mobile-dashboard-view #sidebar .toggle-btn {
    top: 245px;
}
.mobile-dashboard .toggle span {
    height: 2px; 
}
.mobile-dashboard .header button {
    width: 27px;
    height: 27px;
}
.mobile-dashboard .toggle span {
    height: 1px;
}
.mobile-dashboard .header {
    background: transparent;
    width: 32px;
    position: absolute;
    top: 21px;
    right: 116px;
    padding: 0;
}
.mobile-dashboard .header span.toggle {
    position: absolute;
    right: -93px !important;
}
}
@media(max-width: 640px){
.header .right-col .account-menu ul li {

    margin-left: 10px !important;
}
.auction-slider .slick-next:before {
    top: -110%;
}
.auction-slider .slick-prev:before {
    top: -110%;
}
.registration-steps .step .step-content h2 {
    font-size: 18px !important;
    margin-bottom: 15px;
}
.registration-steps .step-circle {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 15px;
}
.registration-steps .progress {

    margin: 0px auto;
}
.registration-steps .step {
    padding: 30px 20px 40px;
    margin: 15px;
}
.registration-steps .step .bottom-text a {
 
    font-size: 15px;
}
.registration-steps form .next-btn button.next-step {
    height: 44px;
    font-size: 15px;

}
.expert-section,
.hidden-fees-sec {
    padding: 70px 0 70px;
}
.hidden-fees-sec h2{

    text-align: center;
}
.How-work h2 {
    text-align: center;
}
.How-work .work-step .steps {
    text-align: center;
}
.work-step .steps .how-content h4 {
    text-align: center;
}
.mobile-dashboard-view .mobile-dashboard {
    display: flex;
    padding: 0;
}
.mobile-dashboard-view .mobile-dashboard .dashboard-right {
    width: 99%;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
}
.dashboard-right .filter-area .sort {
    width: 20%;
}
.dashboard-right .filter-area .ending-list {
    width: 40%;
}
.dashboard-right .filter-area .filter {
    width: 40%;
   
}
.dashboard-tabs .tab-content .total-item p {
   
    text-align: center;
}
.dashboard-tabs .tab-content .pagination {
    margin-top: 6px;
    justify-content: center;
}
.mobile-dashboard .header {

    top: 17px;

}
}

@media(max-width: 639px){
.ending-sec .expert-grid .expert-img img {
    height: auto;
}
.ending-slider .expert-grid {
    padding: 0 8px 0 0;
}
.ending-sec .ending-slider .slick-next {
    right: 35px;
    top: -50px;
}
.ending-sec .ending-slider .slick-prev {

    top: -50px;
    right: 74px;
}
.explore-category .view-btn {
    text-align: right;
    padding-right: 10px;
}
.search-field form button {
    left: -13px; 
}
.search-field form input {
    padding: 9px 20px 9px 32px;
}
.auction-slider .slick-next:before,
.auction-slider .slick-prev:before {
    width: 20px;
    height: 20px;
}
.start-sell .step {
    margin: 0px 0 0;
    padding: 20px;
}
.sell-form .form-fields label.form-label {
    font-size: 14px;
}
.add-auction-sec .sell-form .ending-field label.form-label {
    font-size: 14px;
}
.profile-detail .about-user {
    padding: 35px 20px 0px;
}
.faqs-sec .accordion button[aria-expanded='true'] + .accordion-content {

    max-height: inherit;
}
.faqs-main .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: inherit;
}
.expert-slider .expert-grid .expert-img img {

    height: auto;
}
.why-us-sec .why-box .img {
  
    margin: 0 auto 15px;
}
.why-us-sec .why-box {
    margin-top: 30px;
    text-align: center;
}

}
@media(max-width: 575px){
.header .right-col .account-menu ul li {
    margin-left: 8px;
}
.header .right-col .account-menu ul li svg {
    width: 18px;
    height: 18px;
}
/*.header {
    padding: 8px 0 8px;
}*/
.header .container, .header .container-sm {
    max-width: 100% !important;
}
.header .right-col .account-menu ul li {
    margin-left: 9px !important;
}
.auction-slider .slick-next:before{
    top: -130%;
}
.auction-slider .slick-prev:before{
    top: -130%;
}
.header {
    padding: 0;
}
.breadcrumb ul li span{
    margin-left: 6px !important;
    margin-right: 10px !important;
}
.breadcrumb ul li a{
    font-size: 12px !important;
}
.breadcrumb ul li{
    font-size: 12px !important; 
}
.breadcrumb ul li span img {
    width: 5px;
}
.profile-detail .about-user .info .grid .info-title {
    font-size: 14px;
    width: 30%;
}
.profile-detail .about-user .info .grid .info-grid {
    font-size: 14px;
    width: 70%;
}
.profile-detail .about-user .info .grid .blank {
    width: 30%;
}
.profile-detail .about-user .info .grid .about-note {
    width: 70%;
}
.profile-detail .about-user h4 {
    font-size: 20px;
}
.profile-detail .about-user .info .grid {
    margin-bottom: 15px;

}
.profile-area {
    padding: 30px 0;
}
.profile-detail .user-info img {
    width: 90px;
    height: 90px;
}
.delete-account .edit-head h4 {
    font-size: 16px;
}
.add-auction-sec .sell-form .ending-field label.form-label {
    width: 100%;
    margin-bottom: 0.5rem;
}
.add-auction-sec .sell-form .ending-field {
    display: block;

}
.datepicker .icon-text {
    text-align: left;
}
.add-auction-sec .sell-form .ending-field .date-input {
  
    width: 100%;
   
}
.add-auction-sec .sell-form .ending-field .icon-text span.text {
    font-size: 12px;
}
.thankyou-sec .step .purple-box p {
    font-size: 14px;
    line-height: 20px;

}
.thankyou-sec .step .add-item-box {
    background: none;
    padding: 30px 10px 20px;
}
.sign-in .signin-col ul li a {
    padding: 10px 10px;
    font-size: 12px;
}
.sign-in .signin-col .bottom-text .forget-pwd {
    width: 40%;
}
.sign-in .signin-col .bottom-text .register-link {
    width: 60%; 
}
.sign-in .signin-col .bottom-text .forget-pwd a {
    font-size: 14px;  
}
.sign-in .signin-col p.text {
    font-size: 14px;
}
.my-list .list-grid .btns a.delete-btn,
.my-list .list-grid .btns a.new-btn {
    width: 80px;
    height: 30px;
    font-size: 11px;
    line-height: 29px;
}
.my-list .list-grid {
    height: 80px;
    padding: 4px 20px;
    height: 87px;
}
.my-list .list-grid {
    padding: 15px 20px;
}
.my-list .list-grid .btns ul li {
    display: inline-block;
}
.notify-list {
    margin-top: 20px;
    text-align: center;
}
.notify-list ul.all-list li:before {
    top: 4px;
    left: -14px;
}
.notify-sec .mark-btn a {
    padding: 9px 15px;
    height: 40px;
    width: auto;
    font-size: 14px;
}
.my-list .list-grid .image {
    width: 8%;
    margin-bottom: 0;
}
.my-list .list-grid .title {
    width: 52%;
    margin-bottom: 0px;
    padding: 0 15px !important;
    text-align: left;
}
.my-list .list-grid .btns {
    width: 40%;
}
.whysell-banner {
   
    height: 560px;
}
.why-us-sec .row {
    padding: 20px 10px;
}
.recent-sold-sec h2{
    margin-bottom: 70px;
}
.dashboard-right .dashboard-total {
    display: block;
    margin: 0 auto 20px;
    width: 47%;
}
.dashboard-total .sale-total {
    width: 100% !important;
    margin-bottom: 10px;
}
.dashboard-tab .tab-content .total-item {
    text-align: center;
    margin-bottom: 10px;
}
.total-item {
    text-align: center;
    margin-bottom: 10px;
}
.dashboard-tabs .tab-content .pagination {
    margin-top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.dashboard-tabs table.auction-items-table td .name-field .title h5 {
    font-size: 9px;
}
.dashboard-tab .tab-content table tr td .title h5 {
    font-size: 9px;
}
.dashboard-right .filter-area {
    display: flex;
    width: 91%;
    margin: 0 0 15px 15px;
}
.dashboard-right .custom-select .select-selected:after {

    right: 5px;
    height: 8px;
    width: 17px;
    background-size: cover;
}
.dashboard-right .filter-area .ending-list .custom-select .select-selected {

    padding: 11px 6px;
}
.dashboard-right .filter-area .ending-list .custom-select .select-selected;
.dashboard-right .filter-area .sort p.sort-text,
.dashboard-right .filter-area .filter p a {
    font-size: 12px;
    
}
.dashboard-right .filter-area .filter p a img
 {
    width: 14px;
}
.dashboard-right .filter-area .sort p.sort-text img
 {
    width: 19px;
}

.dashboard-right .dashboard-tabs .tab-list .tab-btn button {

    font-size: 14px;
    line-height: 15px;
    border-radius: 13px;
    height: 35px;
}
.dashboard-tabs table.auction-items-table td .name-field .img img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.typing-area .plus-icon span.plus-col {
    width: 35px;
    height: 35px;
    line-height: 28px;
}

.typing-area .plus-icon span.plus-col {
    width: 31px;
    height: 31px;
    line-height: 25px;
}
.dashboard-tabs table td {
      font-weight: 500 !important;
    font-size: 9px !important;
    }
    .dashboard-tab table td {
      font-weight: 500 !important;
    font-size: 9px !important;
    }
    .dashboard-tabs table.auction-items-table th{
        font-weight: 600 !important;
    font-size: 10px !important;
    }
     .dashboard-tab table th{
        font-weight: 600 !important;
    font-size: 10px !important;
    }
    .mobile-dashboard-view #sidebar .toggle-btn {
    top: 217px;
}
.mobile-dashboard-view #sidebar .toggle-btn span {
    width: 24px;
    height: 3px;
    }
.dashboard-right .dashboard-tabs .tab-list .tab-btn button {
    font-size: 11px;  
}
.dashboard-right .filter-area .ending-list .custom-select .select-selected {
    font-size: 12px;
}
.dashboard-right .filter-area .filter p a {
    font-size: 12px;
}
.dashboard-right .filter-area .sort p.sort-text {
    font-size: 12px;
    margin-bottom: 0 !important;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn img {
    width: 21px;
}
.mobile-dashboard .header {
   
    width: 21px;
    top: 14px;
    right: 110px;
    padding: 0;
}
.mobile-dashboard .header button {
    width: 20px;
    height: 20px;
}
}
@media(max-width: 480px){
/*.header .right-col .account-menu {
    width: 33%;
}*/
.header .right-col .search-field {
    width: 100%;
}
.nowinauction-sec h3 {
    font-size: 52px;
    top: 0;
    line-height: 55px;
}
.home-banner p {
    font-size: 16px;
    line-height: 18px;
}
.home-banner h1 {
    font-size: 33px;
}
.home-banner .btn a {
    height: 41px;
    line-height: 14px !important;
    width: 145px;
    font-size: 14px;
}
.explore-category h2 { 
    margin-bottom: 15px;
}
.footer-top .quick-link ul li a {
    margin-bottom: 0px !important;   
}
.header .right-col .account-menu ul li {
    margin-left: 9px !important;
}
.header .right-col .account-menu ul li svg {
    width: 20px;
    height: 20px;
}
.home-banner {
    padding: 54px 0;
}
.explore-category .catogory-list ul li .category .category-icons img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.search-field form input {
    height: 35px;
}
.header .logo {
    width: 100%;
    margin: 0 0 0px;
}
.edit-profile .edit-head .tabs button {
    font-size: 14px;
    line-height: 20px;
    margin-right: 9px;
}
.edit-profile .contant-area form .form-field label {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.add-auction-sec form.sell-form .form-fields .pickup-toggle {
    display: block;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .text {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
}
.add-auction-sec form.sell-form .form-fields .pickup-toggle .toggle {
    width: 30%;
}
.sign-in .signin-col ul {
    display: block;
}
.sign-in .signin-col ul li {
    width: 100%;
    margin: 0 auto 10px;
}
.sign-in .signin-col ul li a {

    font-size: 14px;
}
.sign-in .signin-col .bottom-text {
    display: block;
}
.sign-in .signin-col .bottom-text .forget-pwd {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.sign-in .signin-col .bottom-text .register-link {
    width: 100%;
    text-align: center;
}
.my-list .list-grid {
    padding: 15px 20px;
    display: block;
    height: auto;
    text-align: center;
}
.my-list .list-grid .btns {
    width: 100%;
    text-align: center;
}

.my-list .list-grid .title {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 !important;
    text-align: center;
}
.my-list .list-grid .image {
    width: 100%;
    margin-bottom: 10px;
}
.notify-sec p {
    font-size: 12px;
}
.notify-sec h2 {
    font-size: 25px !important;
}
.notify-sec .mark-btn a {
    padding: 8px;
    height: 37px;
    width: 100%;
    font-size: 13px;
}
.dashboard-right .dashboard-total {
  
    width: 60%;
}
.dashboard-tab .tab-content table tr td .title h5 {
    font-size: 10px;
}
.dashboard-tab .tab-content table tr td .item-id p {
    font-size: 10px;
}
.dashboard-tab .tab-content table tr td .price {
    font-size: 10px;
}
.dashboard-tab {
    padding: 10px;
}
.dashboard-tab .tab-content table tr td {

    font-size: 10px;
}
.dashboard-tab .tab-content table tr td .print img {
    width: 15px;
}
.dashboard-tab .tab-btn button {
    font-size: 12px !important;
    padding: 5px 7px;
}
.dashboard-tab .tab-content .pagination a {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px;
    font-size: 11px;
    margin: 0px 2px;
}
.dashboard-tab .tab-content .pagination a.previous img {
    width: 7px;
}
.dashboard-tab .tab-content .pagination a.next img {
    width: 7px;
}
.dashboard-main .sidebar ul li a {
    font-size: 13px !important;
}
.dashboard-tab .tab-content .total-item p {

    font-size: 13px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .image {
    width: 13%;
    margin-bottom: 0 !important;
    text-align: left;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title {
    width: 62%;
    text-align: left;
    margin-bottom: 0;
    padding: 0px 10px !important;
}
.msg-sec .msg-area .msg-box ul {
    text-align: left;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .title h3 a {

    font-size: 12px;
}
.msg-sec .msg-area .msg-box .my-list .list-grid .counts p.timing-text span.count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}
.msg-sec .msg-area .Messages-box .chat-box {
    padding: 10px;
    border-radius: 0 0 28px 28px;
}
.typing-area .plus-icon span.plus-col img {
    width: 13px;
}
.typing-area .plus-icon span.plus-col {
    width: 25px;
    height: 26px;
    line-height: 20px;
}
section.msg-sec {
    padding-top: 25px;
}

.msg-sec .msg-area {
     margin-top: 10px;
    margin-bottom: 0!important;
}
.msg-sec .msg-area .my-list {
    padding: 20px 10px 40px;
}
.msg-sec .msg-area .Messages-box .my-chat {
    height: 425px;
    overflow-y: scroll;
 
}

.mobile-dashboard .toggle span:after {
    top: 6px;
}
.mobile-dashboard .toggle span:before {
    top: -6px;
}

.mobile-dashboard-view .mobile-dashboard .dashboard-right .col-md-8 {
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
}
.mobile-dashboard-view .mobile-dashboard .dashboard-right .col-md-4 {
    width: 100%;
}
.dashboard-right .dashboard-tabs .tab-list .tab-btn button {
    font-size: 13px;
    height: 33px;
    padding: 6px 5px;
}
.dashboard-right .dashboard-tabs .tab-list .back-btn a {
   
    margin: 0 auto;
}
.mobile-dashboard .header {
    top: 22px;
    right: 114px;
}
}
@media(max-width: 425px){
.my-list .list-grid img {
    width: 36px;
    height: 36px;
}
.mobile-dashboard .header {
    top: 19px;
    right: 114px;
}
}
@media(max-width: 414px){

.mobile-dashboard .header {
    top: 15px;
    right: 114px;
}
}
/*---Media End---*/