/*
Theme Name: Think Salvage
Theme URI: http://example.com/twenty-twenty-one-child/
Description: Think Salvage Theme
Author: Your Name
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.0
*/

:root {
    --camp-reg: 'camptonbook';
    --camp-sb: 'camptonsemibold';
    --camp-bold: 'camptonbold';
    --camp-extb: 'camptonextrabold';
    --camp-light: 'camptonlight';
    --camp-med: 'camptonmedium';
    --fz18: 18px;
}

@font-face {
    font-family: 'camptonsemibold';
    src: url('./assets/fonts/camptonsemibold-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonsemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonblack';
    src: url('./assets/fonts/camptonblack-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonbold';
    src: url('./assets/fonts/camptonbold-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonbook';
    src: url('./assets/fonts/camptonbook-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonextrabold';
    src: url('./assets/fonts/camptonextrabold-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonextrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonlight';
    src: url('./assets/fonts/camptonlight-webfont.woff2') format('woff2'),
        url('./assets/camptonlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonmedium';
    src: url('./assets/fonts/camptonmedium-webfont.woff2') format('woff2'),
        url('./assets/fonts/camptonmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html{
    font-size: 62.5%;
}
body {
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: 'camptonbook';
    /* font-family: 'Montserrat', sans-serif; */

}
.container {
    max-width: 1330px !important;
}
/* 3997ba */
h1 {
    font-size: 6rem;
    font-family: var(--camp-bold);
}
.Heroarea  h1{
    max-width: 860px;
    margin: auto;
}
.searchbox p {
  display: flex;
}
.searchbox p {
  display: flex;
}
.searchbox p .wpcf7-spinner{
  position: absolute;
  right: 0;
  bottom: -27px;
}

h2 {
    font-size: 4.8rem;
    margin-bottom: 20px;
    font-family: var(--camp-bold);
    color: #000;
}
.Heroarea h4 {
    margin-top: 3.8rem;
}
.search-form {
    margin: auto;
    max-width: 783px;
    width: 100%;
    margin-top: 5rem;
}
.main-nav ul li {
    list-style: none;
}
.main-nav ul li a{
   font-size: 18px;
   font-family: var(--camp-med);
  text-decoration: none;
  color: #000;
}
.main-nav ul {
    gap: 20px;
}
h3 {
    font-size: 24px;
    /* font-weight: 500; */
    color: #000;
    font-family: var(--camp-med);
}

h4 {

    font-size: 2rem;
    /* font-weight: 500; */
    font-family: var(--camp-med);
}

p span {
    color: #4c4c4c;
    font-size: 16px;
    font-family: "Campton";
}
.auction-details-table{
    max-width: 87%;
}

.boxfont {
    color: #606060;
    font-size: 16px;
    font-family: var(--camp-med);
    /* font-weight: 550; */
}

h6 {
        font-size: 17px;
        color: rgb(0, 0, 0);
        line-height: 1.412;
        text-align: left;
     
}

h5 span {
    font-size: 20px;
    font-family: var(--camp-sb);
    /* font-weight: 600; */
}

h5 {
    font-size: 18px;
    font-weight: 500;
}


 
.mt-44 {
    margin-top: 40px;
}

.startt-100 {
    left: 81%;
}

.MyCard h4 {

    font-size: 30px;
    font-family: var(--camp-bold);
    /* font-weight: 600; */

}

.MyCard {
    border-radius: 0 16px 0 16px;
}

.bg-mycolor {
    /* background:linear-gradient( 141deg, rgb(126,200,227) 0%, rgb(117,230,218) 100%); */
    background-image: -moz-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    background-image: -webkit-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    background-image: -ms-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    color: #fff;
}

.top-26 {
    bottom: 9px !important;
}

.badge {
    font-size: 12px !important;
}

.nav-up2bid a.nav-link {
    color: #000;
    font-size: 18px;
    font-family: var(--camp-med);
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.my-nav-btn {
    margin-left: 36px;
    font-size: 17px;
    padding: 10px 31px;
    border-radius: 2.5rem;
    font-family: var(--camp-sb);
}

.head-icon {
    color: #556575;
    font-size: 24px;
}

.Heroarea {
    background:url('./assets/images/hero-bg.jpg') no-repeat;
    padding-bottom: 18rem;
    padding-top: 11rem;
}

.SearchBtn {
    font-size: 16px;
    font-family: var(--camp-sb);
    max-width: 134px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SearchBtn i{
    font-size: 22px;
    margin-right: 10px;
}
.Heroarea .form-control {
    font-size: 18px !important;
    padding: 16px 40px !important;
    font-family: var(--camp-reg);

}

.Interest .cardMyBG {
    background-image: -moz-linear-gradient( -141deg, rgb(189,181,213) 0%, rgb(158,191,220) 67%, rgb(126,200,227) 100%);
    background-image: -webkit-linear-gradient( -141deg, rgb(189,181,213) 0%, rgb(158,191,220) 67%, rgb(126,200,227) 100%);
    background-image: -ms-linear-gradient( -141deg, rgb(189,181,213) 0%, rgb(158,191,220) 67%, rgb(126,200,227) 100%);
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 285px;
    margin: auto;
}  
.Interest .cardMynewBG {
    background-image: -moz-linear-gradient( -141deg, rgb(126,200,227) 0%, rgb(122,215,223) 59%, rgb(117,230,218) 100%);
    background-image: -webkit-linear-gradient( -141deg, rgb(126,200,227) 0%, rgb(122,215,223) 59%, rgb(117,230,218) 100%);
    background-image: -ms-linear-gradient( -141deg, rgb(126,200,227) 0%, rgb(122,215,223) 59%, rgb(117,230,218) 100%);
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 285px;
    margin: auto;
}

.card-button {
    border-radius: 2.5rem;
    background-color: #fff;
    font-size: 16px;
    font-family: var(--camp-sb);
    padding: 8px 32px;
}

.card-button:hover {
    background-color: transparent;
    border-color: black;
    /* border: 1px soild gray!important; */
}

.cardIcon {
    font-size: 72px;
    padding-top:5px;
    padding-bottom:5px
}

/* section auction */
.Auction {
    padding-top: 50px;
}

.Auction p {
    margin-bottom:5px;
}

.Auction .imgBox {
    position: relative;
}

.Auction .dTimer {
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
    padding: 10px 9px;
    top: 10px;
    right: 10px;
    width: 178px;  
    white-space: nowrap;
}

.Auction .demodate {
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
    padding: 10px 16px;
    top: 10px;
    right: 18px;
    width: 190px;  
    white-space: nowrap;
}
.Auction .nav-link {
    padding:16px 10px;
}

.Auction .dTimer h5 {
    font-size: 18px;
    font-family: var(--camp-bold);
    /* padding-bottom: 0; */
    margin-bottom: 0;
}
.auction-card {
    padding: 20px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    border-radius: 5px;
}
.imgBox img {
    border-radius: 5px;
}
.Auction .nav-pills .nav-link.active {
    background-color: rgb(117, 230, 218);
    background-image: -moz-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    background-image: -webkit-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    background-image: -ms-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
}
.Auction ul {
    max-width: 700px;
    margin: auto;
    box-shadow: 0px 0px 100px rgba(0,0,0,.1);
    border-radius:3rem;
    background-color: #fff;
    margin-bottom: 6.3rem;
}
.Auction ul li.nav-item {
    max-width: 224px;
    width: 100%;
}
.Auction .nav-link {
    color: black;
    font-family: var(--camp-sb);
    font-size: 18px;
    width: 100%;
}

.nav-up2bid .nav-link {
    padding: 20px 50px !important;
}
.my-sec-btn {
    font-size: 20px !important;
    border-radius: 3rem;
    font-family: var(--camp-sb);
    max-width: 251px;
    height: 53px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* section About Us */
.my-aboutsec-btn {
    font-size: 17px !important;
    border-radius: 3rem;
    font-family: var(--camp-sb);
    height: 53px;
    max-width: 186px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AboutBlog {
    max-width: 517px;
}

/* .About-us .g-5{
    --bs-gutter-y: 1rem;
}

.About-us .g-5{
    --bs-gutter-x: 7rem;
} */

/* section start now */
.workIcon {
    font-size: 72px;
    color: #3997ba;
    margin-bottom: 32px;
}

.Start-now h5 {
    margin-bottom: 20px;
}

/* .Start-now .g-5 {
    --bs-gutter-y: 3rem;
} */
/* .Start-now .g-5 {
    --bs-gutter-x: 9rem;
} */
.Start-now .arrow1 {
    position: absolute;
    top: 30px;
    right: 38px;
}

.Start-now .arrow2 {
    position: absolute;
    bottom: -102px;
    right: 0
}

.box-startnow {
    max-width: 309px;
}
.arrow2 img {
    width: 100%;
}
/* Slider-count */
.Slider-count {
    /*background:url('./assets/images/bg-image2.jpg') no-repeat;*/
    background-size: cover;
    background-position: right;
    padding-top: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Slider-count h1 {
    font-size: 60px;
    font-family: var(--camp-bold);
    color: #ffffff;
}

.Slider-count h5 {
    margin-top:10px;
}
.counter {
    border-bottom: 2px dashed #ffffff6b;
    padding-bottom: 5rem;
}
.Slider-count h5 span {
    color: #ffffff;
}

.slidediv {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.imgHeight {
    height: 518px;
    border-radius: 8px;
}


.boxDIVdiv h5 {
    color: #3997ba;
}
.boxDIVdiv p {
    font-size: 16px;
}
.About-us img{
    border-radius: 8px;
}
.caro-caption {
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    height: 100%;
    width: 100%;
    color: #fff;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    justify-content: center;
    padding-block: 0;
    padding-inline: 10rem;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 4px;
    margin: 5px 7px;
    background: #d6d6d6ad;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.owl-nav button {
    position: absolute;
    margin: auto;
    height: 35px;
    top: 0;
    bottom: 0;
}

.owl-nav button i {
    color: #fff;
    font-size: 23px;
}

button.owl-prev {
    left: 60px;
}

button.owl-next {
    right: 60px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
        background-image: -moz-linear-gradient( 141deg, rgb(126,200,227) 0%, rgb(117,230,218) 100%);
        background-image: -webkit-linear-gradient( 141deg, rgb(126,200,227) 0%, rgb(117,230,218) 100%);
        background-image: -ms-linear-gradient( 141deg, rgb(126,200,227) 0%, rgb(117,230,218) 100%);
      
}

/* owl carousel end */
.mTopSlider {
    margin-top:80px;
}
.caro-caption i {
    font-size:40px;
}
.Slider-count h5 {
    font-size: 18px;
    color: #fff;
    font-family: var(--camp-reg);
    display: inline-block;
}

.ChangeIcon {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;

}

.Slider-count h3 {
    font-size: 24px;
    color: #fff;
    font-family: var(--camp-sb);
    line-height: 1.333;
}

/* Find-out */
.Find-out {
    padding-top: 324px;
    padding-bottom: 100px;
}
.MINHeight-Find {
    padding:7rem;
}
.MINHeight-Find h6 {
    max-width: 550px;
}
.company-logo {
    background: url(./assets/images/ikkp.png) no-repeat;
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: bottom;
    padding-top: 0px;
    padding-bottom: 100px;
}

.Find-out .carousel {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.2);
}

.Find-out .carousel-indicators {
    display: none;
}

.Find-out .carousel-caption {
    text-align: left;
}

.Find-out .carousel-control-prev {
    left: -28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.Find-out .carousel-control-next {
    right: -28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.Find-out h3 {
    font-size: 24px;
    /* font-weight: 500; */
    color: #000;
    font-family: var(--camp-sb);
}

.imgthumb {
    /* display: inline-block; */
    height: 74px;
    width: 74px;
    border-radius: 50%;
    object-fit: cover;
}

.boxDIVdiv {
    /* display: inline-block; */
    margin-left: 30px;
}

.Find-out .carousel-caption {
    right: 60px;
    left: 60px;
}

/* Contact */
.Contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background:url('./assets/images/footbg1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.Contact h5 {
    color: #fff;
}

.Contact h2 {
    color: #fff;
}
ul.social-link {
    gap:10px;
}
ul.social-link li {
    list-style: none;
}
ul.social-link li a{
    font-size: 32px;
    padding: 0;
    color: #a2a2a2;
}
ul.social-link li a:hover{
    color: #000000;
}
.Contact .form-control {
    font-size: 18px !important;
    padding:15px 30px !important;
    font-family: var(--camp-reg);
}
.Contact-Box {
    max-width: 700px;
}
/* .Contact-Box{
        
    } */
.Contact .searchbox {
    max-width: 493px;
}

/* Footer */
footer {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.footerUL {
    list-style: none;
}

footer p {
    font-size: 14px;
    font-family: var(--camp-reg);
    color: #000;
}

footer a.nav-link {
    color: #000;
    font-size: 18px;
    font-family: var(--camp-med);
    /* padding-left: 16px!important; */
    padding-right: 25px;
}

footer mt-4 {
    margin-top: 2rem;
}
.wpa-thumbnail-social img{
    aspect-ratio: 1 / .7;
}

/* media query */
@media (min-width:1400px) {
   
}

@media (max-width:1199px) {
    html{
        font-size: 50.5%;
    }
    h2 {
        font-size: 4rem;
    }
    .nav-up2bid a.nav-link {
        color: #000;
        font-size: 15px;
        font-family: var(--camp-med);
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
        .Start-now .arrow1 {
            top: 46px;
            max-width: 150px;
          
        }
        .Start-now .arrow2 {
            bottom: -46px;
            max-width: 150px;  
        }
        .my-nav-btn {
            font-size: 15px;
           margin-left: 25px;
           
        }
        .main-nav ul {
            gap: 15px;
        }
        .main-nav ul li a {
            font-size: 16px;
        }
        .logo img.img-fluid {
            max-width: 200px;
        }
        .img-gallery-small{
            min-height: 85px;
            object-fit: cover;
        }
}
@media (max-width:991px) {
    ul.user {
        gap: 15px;
    }
    /* Hemburger menu css */
    .header-navigation nav {
        position: fixed;
        width: 320px;
        background: #fff;
        left: -100%;
        top: 0;
        transition: 0.3s ease;
        bottom: 0;
        z-index: 5;
        border-right: 1px solid #eee;
      }
      .header-navigation nav.active {
        left: 0;
      }
      .header-navigation .main-nav ul li a {
        color: #000;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        display: block;
        margin: 2px;
      }
    
      .menubar {
        min-width: 31px;
        height: 24px;
        position: relative;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 5;
        margin-left: 20px !important;
    }
    
      .menubar span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
      }
    
      .menubar span:nth-child(1) {
        top: 0;
      }
    
      .menubar span:nth-child(2) {
        top: 10px;
      }
    
      .menubar span:nth-child(3) {
        bottom: 0;
      }
    
      .menubar.open span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        background: #000;
      }
    
      .menubar.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
        background: #000;
      }
      .wpa-bid-area{
        margin-top: 24px;
      }
    
      .menubar.open span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        background: #000;
      }
    /* Hemburger menu css */
    .Slider-count h1 {
        font-size: 38px;

    }
    .Find-out .carousel-control-next {
        right: 7px;
        width: 40px;
        height: 40px;
    }
    .Find-out {
        padding-bottom:6rem;
    }
    .MINHeight-Find {
        padding:6rem;
    }
    .Find-out .carousel-control-prev {
        left: 6px;
        width: 40px;
        height: 40px;
    }
    .Slider-count h5 {
        margin-top: 6px;
    }
    h2 {
        font-size:3rem;
    }
    .startt-100 {
        left: 7%;
    }

    .my-nav-btn {
        margin-left: 0;
    }
    .Start-now .arrow1 {
        position: absolute;
        top: 46px;
        right: -20px;
       width: 138px;
    }
    .Start-now .arrow2 {
        position: absolute;
      bottom: -46px;
        right: -40px;
        width: 138px;
    }
    .auction-details-table{
        max-width: 100%;
    }
    .wpa-bid-area p{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width:767px) {
   
    .Auction ul {
        flex-wrap: nowrap;
        align-items: center;
    }
    section.Auction{
        padding-top: 0;
    }
    section.About-us{
        padding-top:48px; 
    }
    section.Interest{
        padding-top:48px; 
        padding-bottom:48px
        
    }
    .Auction{
        padding-bottom: 0;
    }
    .Interest .cardMyBG{
        max-width:100%
    }
    .Interest .cardMynewBG {
        max-width:100%
    }
    .Start-now{
        padding-bottom:0rem
    }
    .widget_text{
      margin-top:0px;  
    }
    .footerUL
    {
        flex-wrap: wrap;
        justify-content: center; 
    }
    .main-nav ul li a {
        font-size: 14px;
    }
    .imgHeight {
        border-radius: 8px;
    }
    .footerUL{
        gap: 10px;
        margin: 10px 0px;
    }
    .footerUL li a{
        padding: 0;
        font-size: 13px;
    }
    .Start-now .arrow1 {
       display: none;
      }
    .Start-now .arrow2 {
        display: none;
      }
      .img-fluid {
        max-width: 100%;
        height: auto;
    }
    h1{
        font-size: 4rem;
    }
    h3{
        font-size: 2.3rem;
    }
    h4{
        font-size: 24px;
    }
    .Heroarea {
        height: 500px;
    }
    .Heroarea .form-control {
        font-size: 14px !important;
        padding: 20px 21px !important;
      
    }
    .Interest .mt-5{
        margin-top: 1rem!important;
    }
    .Auction .nav-link {
        padding: 14px 8px;
        font-size: 14px;
        white-space: nowrap;
    }
   
       .Slider-count h5 span {
        font-size: 14px;
  line-height: 10px;
    }
    .Slider-count h1 {
        font-size: 21px;
    }
   
    .Slider-count h3 {
        font-size: 18px;
        line-height: 24px;
    }
    button.owl-next {
        right: 10px;
    }
    button.owl-prev {
        left: 10px;
    }
    .owl-dots {
        bottom: 10px;
    }
    .caro-caption{
        padding-inline: 34px;
    }
    .box-startnow{
       max-width: 100%;
    }
    .img-gallery-small {
        object-fit: cover;
        width: auto;
        height: auto !important;
        aspect-ratio: 1 / .7;
        min-height: auto !important;
    }
  
} 
 
.header-navigation .current_page_item a{ 
    background-image: -moz-linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    background-image: linear-gradient(141deg, rgb(126, 200, 227) 0%, rgb(117, 230, 218) 100%);
    color: #fff;
    padding: 10px;
}

.custom-select-filter::placeholder{
  color:#000;
}
.custom-spinner{
    width: 50px;
    height: 50px;
}

.imgBox img {
    height: 168px;
    background: #d3d3d3;
    width: 100%;
}
.auction-card .my-3{
    height: 50px;
    overflow: hidden;
}

.page-id-21 .Find-out{
    padding-top: 0px !important;
} 

.custom-input {
    padding-inline: 20px;
    padding-block: 16px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 29px 0px rgba(118, 118, 196, 0.07);
}
.mb-20 {
        margin-bottom: 20px;
    }
    .btn-action {
        display: flex;
        background-color: #ec6b51;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
        margin-top: 18px;
        padding-inline: 38px;
        padding-block: 12px;
        border: none;
        margin-top: 50px;
    }

    #Reg-Form {
        display: none;
    }

    #forgot-Form {
        display: none;
      }
      .ana-modal .heading_title {
        font-size: 30px;
        margin-top: 20px;
    }
.ana-modal button.close {
    position: absolute;
    top: 6px;
    right: 10px;
    opacity: 1 !important;
}
.ana-modal .um-col-alt-b {
    padding-top: 10px;
}
.ana-modal button.close span {
    font-size: 46px;
    line-height: 30px;
    color: #000;
    font-weight: 300 !important;
}
.ana-modal .um-field-label {
    display: block;
    margin: 0 0 1px 0;
}
.ana-modal .um-left .um-button{
   background-color: #f3611a !important;
   margin-top:15px;
}
.um-form input[type="text"], .um-form input[type="search"], .um-form input[type="tel"], .um-form input[type="number"], .um-form input[type="password"] {
    height: 48px !important;
    border-radius: 0.25rem;
    background: #fff !important;
}
.ana-modal .um-right .um-button{
   border: 1px solid #f3611a !important;
   background-color: transparent !important;
   color:#f3611a;
   margin-top:15px;
}
.ana-modal .um-half{
    width: 48% !important;
}
.ana-modal .um-left {
    float: left !important;
}
.ana-modal .um-right {
    float: none !important;
    text-align: center;
}

.sub-menu-toggle{
    display: none !important;
}
li:has(.sub-menu){
    position: relative;
}

li:has(.sub-menu):after{
content: '\f0d7';
position: absolute;
right: -16px;
top: 4px;
font-family: 'Font Awesome 6 Pro';
font-weight: 800;
}

ul.sub-menu.custom-sub-menu {
    opacity: 0;
    position: absolute;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 6px;
    opacity: 0;
    position: absolute;
    z-index: 999!important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: block;
    line-height: 40px;
    padding: 6px;
    width: 130px;
}
li:has(.sub-menu):hover .sub-menu{
    opacity: 1;
}

.Auction .dTimer h5{
    margin-bottom: 0 !important;
}
.wpa-main h5:after {
 display: none  !important ;
}
#counterwarning{
    display: none  !important ;
}
.wpa-content-countdown{
    padding: 0px !important;
}
.dTimers .camption-book{
    display: none  !important ;
}
.demodate{
    padding: 0!important;
}
.timerWrapper  div div{
    height: auto!important;
    width:auto!important
}
/* .timerWrapper  div div canvas{
    width:20px!important
} */

.wpa-content-text {
    display: none !important;
}

.timerWrapper input {
    color: #444 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    height: 19px !important;
}


.company-logo{
    margin-top:166px !important;
} 

