/** import css files **/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css");
@import url("https://cdn.datatables.net/responsive/2.2.3/css/responsive.bootstrap4.min.css");
@import url(../css/flaticon.css);
@import url(../css/range.css);
@import url(../css/bootstrap-datetimepicker.min.css);
@import url(../css/wizard.css);
@import url(../css/intlTelInput.css);
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/product-slider.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
/** varibles start **/
/** varibles End **/
/** common css start**/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.container {
  max-width: 1400px;
}

a {
  text-decoration: none !important;
}

/** common css End**/
/** mixin css's **/
html {
  scroll-behavior: smooth;
}

input:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #172E71 !important;
}

input[type='text'] {
  -webkit-appearance: none;
}

input[type='file'] {
  padding: 6px 15px !important;
}

button:focus {
  border: 0;
  outline: 0;
}

a:focus-visible {
  outline: none;
}

select:focus {
  border-color: #172E71 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/** header start **/
.header {
  border-bottom: 1px solid #0000002b;
  /** header top **/
  /** header bottom **/
}

.header .header-top {
  background: #172E71;
}

.header .header-top .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-top .header-contact p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  margin-right: 24px;
}

.header .header-top .header-contact a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'Cabin', sans-serif;
}

.header .header-top .header-contact a:last-child {
  margin-right: 0;
}
.btn-theme{
  background-color: #172e71 !important;
}
.header .header-top .header-contact a:hover {
  color: #E67E22;
}

.header .header-top .header-contact a i {
  margin-right: 5px;
  font-size: 18px;
}

.header .header-top .header-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header-top .header-login ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-top .header-login ul li {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
}

.header .header-top .header-login ul li a {
  font-size: 16px;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
}

.header .header-top .header-login ul li:hover a {
  color: #E67E22;
}

.header .header-top .header-login ul li:last-child a {
  border-right: 0;
}

.header .header-top .header-login ul li.active {
  background: #E67E22;
}

.header .header-top .header-login ul li.active:after {
  display: none;
}

.header .header-top .header-login ul li.active a {
  border: 0;
}

.header .header-top .header-login ul li.active:hover a {
  color: #fff;
}

.header .header-top .header-login .login-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #E67E22;
  padding: 13px 18px;
  font-family: 'Roboto', sans-serif;
}

.header .header-top .header-login .login-btn:hover {
  background: #090808;
}

.header .header-top .header-login ul li:not(:last-child):after {
  border-right: 1px solid #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: -1px;
  top: 13px;
}

.header .header-bottom .navbar {
  padding: 15px 0 8px;
}

.header .header-bottom .navbar .navbar-brand {
  max-width: 135px;
}

.header .header-bottom .navbar .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.header .header-bottom .navbar .navbar-nav .nav-item {
  margin-left: 30px;
}

.header .header-bottom .navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #172E71;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.header .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #E67E22;
}

.header .header-bottom .navbar .navbar-nav .nav-item.active .nav-link {
  font-size: 14px;
  color: #ffffff !important;
  background: #E67E22 !important;
}

.header .header-bottom .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.mid {
  padding: 90px 0;
}
.dataTables_paginate span a.current {
  background: #e67e22;
}
.search-form-title {
  background: #172E71;
  border-radius: 10px 10px 0px 0px;
  padding: 19px 10px 19px 26px;
}
#responsive-data-table tr td a {
  white-space: normal;
}
.search-form-title h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  font-family: 'Barlow', sans-serif;
  border-left: 4px solid #E67E22;
  padding-left: 20px;
  text-transform: uppercase;
}

.search-form-title h2 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: none;
}

form {
  border: 1px solid #E5E5E5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.search-form form{
  margin-bottom: 0 !important;
}

form .inputDate {
  background: url(../images/calendra.svg) no-repeat right 15px center #f4f4f4 !important;
  background-size: 25px;
}

form .form-group {
  margin-bottom: 24px;
  padding: 0 25px;
}

form .form-group label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

form .form-group .form-control {
  background: #F4F4F4;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #858282;
  font-family: 'Roboto', sans-serif;
  padding: 12px 16px;
  border-radius: 5px;
  height: 45px;
}

form .form-group select {
  padding: 5px 16px !important;
}

form .form-group input::-webkit-input-placeholder {
  color: #858282 !important;
}

form .form-group input:-ms-input-placeholder {
  color: #858282 !important;
}

form .form-group input::-ms-input-placeholder {
  color: #858282 !important;
}

form .form-group input::placeholder {
  color: #858282 !important;
}

form .form-group .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .form-group .search-box input {
  border-radius: 5px 0 0 5px;
}

form .form-group .btn-search {
  background: #172e71;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 0 20px;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

form .form-group .btn-search:hover {
  background: #E67E22;
}

form .radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .radiobuttons .rdio {
  margin-right: 40px;
}

form .radiobuttons .rdio:last-child {
  margin-right: 0;
}

form .btn-primary {
  background: #172E71;
  color: #fff;
  border: 2px solid #172E71;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  width: calc(100% - 50px);
  border-radius: 50px;
  padding: 14px 0;
  margin: 10px 25px 0;
}

form .btn-primary:hover {
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #172E71 !important;
  color: #172E71 !important;
}

form .btn-primary:focus {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #172E71;
  color: #172E71 !important;
}

form .btn-primary.active {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #172E71;
}

form .btn-primary:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-filters {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.top-filters h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #172E71;
  margin-bottom: 0;
  text-transform: uppercase;
}

.top-filters .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-filters .filter-box .dropdown {
  margin-right: 5px;
}

.top-filters .filter-box .dropdown select {
  background: url(../images/arrow.svg) no-repeat right 10px center #E5E5E5;
  background-size: 10px;
  height: 41px;
  border-radius: 5px;
  color: #172E71;
  border: 1px solid #F4F4F4;
  text-align: left;
  min-width: 160px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
}

.top-filters .filter-box .dropdown select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-filters .filter-box .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-filters .filter-box .filter-buttons a {
  width: 52px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px !important;
  border: 1px solid #F4F4F4;
  background: #fff;
  border-radius: 5px;
}

.top-filters .filter-box .filter-buttons a:hover {
  background: #E5E5E5;
}

.top-filters .filter-box .filter-buttons a:last-child {
  margin-right: 0 !important;
}

.top-filters .filter-box .filter-buttons a.active {
  background: #E5E5E5;
}

.top-filters .filter-box .filter-buttons a img {
  max-width: 30px;
}

.filter-buttons.buttons i {
  font-size: 23px;
  color: #172E71;
}

.product-box {
  margin: 15px 0;
  min-height: 380.25px;
}

.product-box:hover {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.product-box .card-image {
  position: relative;
  overflow: hidden;
}

.product-box .card-image img {
    margin-top: 2%;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: top;
}

.product-box .card-image .status {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #172E71;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
}

.product-box .card-image .hover-show {
  position: absolute;
  left: 10px !important;
  top: 10px;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-box .card-image .hover-show ul li {
  display: block;
  margin-bottom: 10px;
}

.product-box .card-image .hover-show ul li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E67E22;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.product-box .card-image .hover-show ul li a i {
  color: #fff;
}

.product-box .card-image .hover-show ul li a .tooltip-custom {
  background: url(../images/Component.svg) no-repeat left center;
  background-size: cover;
  padding: 0px 5px 0px 25px;
  position: absolute;
  left: 100%;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  width: 120px;
  height: 25px;
  opacity: 0;
}

.product-box .card-image .hover-show ul li a:hover .tooltip-custom {
  opacity: 1;
}

.product-box .card-image:hover .hover-show {
  left: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-box .card-body {
  padding: 0px;
}

.product-box .card-body .card-content {
  padding: 15px;
}

.product-box .card-body h5 {
  font-size: 20px;
  font-weight: 600;
  color: #172E71;
  font-family: 'Barlow', sans-serif;
  line-height: 28.8px;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.product-box .card-body h6 {
  font-size: 14px;
  font-weight: 600;
  color: #172E71;
  font-family: 'Barlow', sans-serif;
  line-height: 28.8px;
  margin-bottom: 2px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.product-box .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: 'Barlow', sans-serif;
  line-height: 19px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-box .bottom-card-buttons {
  background: #172E71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.product-box .bottom-card-buttons a {
  color: #fff;
  /* width: 50%; */
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 5px;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box .bottom-card-buttons a i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.product-box .bottom-card-buttons a:last-child {
  border-right: 0;
}

.product-box .bottom-card-buttons a:hover {
  color: #fff;
}

.Menu1 .col-xl-4 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.Menu1 .product-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          padding:15px;
}

.Menu1 .product-box:hover {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.Menu1 .product-box .card-image {
  max-width:140px;
}

.Menu1 .product-box .card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Menu1 .product-box .card-body {
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Menu1 .product-box .card-body .card-content {
  padding: 0;
}

.Menu1 .product-box .card-body p {
  overflow: visible;
  max-height: auto;
  white-space: inherit;
  text-overflow: inherit;
  text-align: left;
}

.Menu1 .product-box .card-body h5 {
  text-align: left;
}

.Menu1 .product-box .card-body .bottom-card-buttons {
  background: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.Menu1 .product-box .card-body .bottom-card-buttons a {
  width: auto;
  color: #172E71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #C4C4C4;
  padding: 0 15px;
}

.Menu1 .product-box .card-body .bottom-card-buttons a i {
  margin-right: 10px;
  font-size: 14px;
  color: #172E71;
}

.pagination {
  width: 100%;
  max-width: 400px;
  height: 65px;
  border-radius: 50px;
  border: 1px solid #E5E5E5;
  margin: 40px auto 0;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.pagination ul li {
  padding: 0 4px;
}

.pagination ul a {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  font-family: 'Barlow', sans-serif;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  color: #172E71;
  display: inline-block;
  text-align: center;
}

.pagination ul a:hover {
  background: #172E71;
  color: #fff !important;
  cursor: pointer;
}

.pagination ul a.active {
  background: #172E71;
  color: #fff;
}

select {
  -webkit-appearance: none;
  background: url(../images/blue-arrow.svg) no-repeat right 15px center #F4F4F4 !important;
}

.day {
  padding: 5px !important;
  min-width: 35px;
}

.active.day {
  background: #172E71 !important;
}

.footer {
  background: #090808;
  padding: 68px 0 60px;
}

.footer .footer-contact h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .footer-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
}

.footer .footer-contact ul li .icon {
  min-width: 30px;
  text-align: left;
  margin-right: 5px;
}

.footer .footer-contact ul li .icon i {
  font-size: 20px;
  color: #fff;
}

.footer .footer-contact ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
  
}

.footer .footer-contact ul li a:hover {
  color: #E67E22;
}

.footer .footer-contact ul li a.no-hover:hover {
  color: #fff;
}

.footer .footer-links h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin: 0px 0 20px;
  text-transform: uppercase;
}

.footer .footer-links ul li {
  margin-bottom: 20px;
}

.footer .footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

.footer .footer-links ul li a:hover {
  color: #E67E22;
}

.footer .footer-links ul li.active a {
  color: #E67E22;
}

/* custom radio */
.rdio {
  position: relative;
}

.rdio input[type="radio"] {
  opacity: 0;
}

.rdio label {
  padding-left: 10px;
  cursor: pointer;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  font-family: 'Roboto', sans-serif !important;
}

.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #C4C4C4;
  background: #fff;
}

.rdio input[type="radio"] {
  margin: 0px;
}

.rdio input[type="radio"]:disabled + label:before {
  background-color: #172E71;
}

.rdio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #172E71;
  border-radius: 50%;
}

.rdio-default input[type="radio"]:checked + label:before {
  border-color: #172E71;
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #172E71;
}

.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #172E71;
}

/* custom radio end */
abbr[data-title] {
  position: relative;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  left: 70px;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  background: #fff;
  color: #172E71;
  font-weight: 400 !important;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-family: 'Barlow', sans-serif !important;
  padding: 3px 5px;
}

/** login page **/
.login-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  color: #000;
  margin: 0 auto 20px;
  display: table;
  border-bottom: 2px solid #000000;
  padding-bottom: 12px;
  position: relative;
}

.login-title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  content: "";
  background: #E67E22;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.login-box {
  margin: auto;
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.14);
  padding: 30px 10px 0px;
}

.login-box p {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  margin-top: 15px;
}

.login-box p a {
  color: #E67E22;
}

.login-box p a:hover {
  color: #172E71;
}

.login-box p a:focus {
  background: #fff;
  border-color: #172E71;
  color: #172E71;
}

.login-box form input {
  height: 50px;
}

.login-box form label {
  font-size: 20px;
}

.login-box .form-group {
  margin-bottom: 20px;
}

.login-box .btn-primary {
  font-family: 'Barlow', sans-serif;
  padding: 13px 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}

.login-box .btn-primary:hover {
  background: #fff;
  border-color: #172E71;
  color: #172E71;
}

.login-box .btn-primary:focus {
  background: #fff;
  border-color: #172E71;
  color: #172E71;
}

.forgot-password {
  margin-top: 10px;
  color: #E67E22;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}

/** registration **/
.wizard form {
  padding: 15px 40px 30px;
  max-width: 900px;
}

.wizard form h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  font-family: 'Barlow', sans-serif;
  color: #000;
  margin-bottom: 22px;
}

.wizard form .form-group {
  padding: 0;
}

.wizard form .checkbox-div {
  margin-top: 15px;
}

.wizard form .blue-round-btn {
  background: #172E71;
  color: #fff;
  border: 2px solid #172E71;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  width: 250px;
  text-align: center;
  padding: 13px 10px;
  border-radius: 50px;
  margin: 0 5px;
}

.wizard form .blue-round-btn:hover {
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #172E71 !important;
  color: #172E71 !important;
}

.wizard form .blue-round-btn:focus {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #172E71;
  color: #172E71 !important;
}

.wizard form .blue-round-btn.active {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #172E71;
}

.wizard form .blue-round-btn:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wizard form .orange-round-btn {
  background: #172E71;
  color: #fff;
  border: 2px solid #172E71;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  width: 250px;
  text-align: center;
  padding: 13px 10px;
  border-radius: 50px;
  background: #E67E22;
  margin: 0 5px;
  border-color: #E67E22;
}

.wizard form .orange-round-btn:hover {
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #172E71 !important;
  color: #172E71 !important;
}

.wizard form .orange-round-btn:focus {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #172E71;
  color: #172E71 !important;
}

.wizard form .orange-round-btn.active {
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #172E71;
}

.wizard form .orange-round-btn:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wizard form .orange-round-btn:hover {
  background: #fff !important;
  color: #E67E22 !important;
  border-color: #E67E22 !important;
}

.wizard form .wizard-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.wizard form .radiobuttons {
  display: block;
  margin: 15px 0;
}

.wizard form .radiobuttons .radio {
  margin: 5px 0;
}

.wizard form select {
  height: 50px;
  background: url(../images/black-arrow.svg) no-repeat right 15px center #F4F4F4 !important;
}

.wizard form input {
  height: 50px;
}

.wizard form label {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

.wizard form .radiobuttons input {
  height: auto;
}

.wizard form .btn-primary {
  padding: 14px 10px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  border: 1px solid #172E71;
}

.registration-box {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.terms-box {
  background: #F3F3F3;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.terms-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
}

.terms-box ul li span {
  margin-right: 5px;
}

.terms-box.hide-show {
  display: none;
}

.checkbox-div .custom-control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding-left: 40px;
}

.checkbox-div .custom-control-label::before {
  left: 0;
}

.checkbox-div .custom-control-label::after {
  left: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: #E67E22;
}

.wizard form .you-sure h3 {
  margin-bottom: 10px;
}

.wizard form .you-sure p {
  margin-top: 0;
}

.wizard form .thankyou-box img {
  display: block;
  margin: 0 auto 20px;
}

.wizard form .thankyou-box h3 {
  margin-bottom: 10px;
  color: #059D00;
}

.wizard form .thankyou-box p {
  margin-top: 0;
  margin-bottom: 30px;
}

form .form-group .phone.form-control, form .form-group .phone1.form-control {
  padding-left: 60px;
}

/** contact page **/
.contact-page h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #000;
}

.contact-page h2 span {
  color: #E67E22;
}

.contact-page .contact-box {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 380px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin: 40px auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.contact-page .contact-box i {
  font-size: 50px;
  color: #E67E22;
}

.contact-page .contact-box h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  color: #172E71;
  margin: 20px 0 10px;
}

.contact-page .contact-box a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: #E67E22;
  width: 22px;
  height: 22px;
  border-color: #E67E22;
  border-radius: 3px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #172E71;
  border-color: #172E71;
}

.custom-control-label::after {
  width: 22px;
  height: 22px;
  top: 0px;
}

.checkbox-div .custom-control-label::before {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  top: 0px;
}

.wizard form input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

h3.border-heading {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  border-left: 4px solid #E67E22;
  margin: 10px 0 25px;
}

.featured-lots-box {
  background: #F5F5F5;
  display: inline-block;
  width: 100%;
}

.featured-lots-box a {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #172E71;
  font-family: 'Barlow', sans-serif;
  margin: 10px 0;
}

.auction-address {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 35px;
}

.auction-address .auction-address-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.auction-address .auction-address-left ul li:last-child {
  margin-bottom: 0;
}

.auction-address .auction-address-left ul li .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auction-address .auction-address-left ul li i {
  margin-right: 15px;
  font-size: 20px;
  color: #E67E22;
}

.auction-address .auction-address-left ul li p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
}

.auction-address .auction-address-left ul li p b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.auction-address .aucton-detail-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.auction-address .aucton-detail-contact a {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #000;
  margin-left: 28px;
  line-height: 21px;
}

.auction-address .aucton-detail-contact a .icon-box {
  height: 33px;
  text-align: center;
  margin-bottom: 5px;
}

.auction-address .aucton-detail-contact a .icon-box i {
  font-size: 30px;
  color: #172E71;
}

#carousel .owl-prev {
  width: 33px;
  height: 33px;
  background: url(../images/white-angle.svg) no-repeat center #172E71;
  left: 0;
  position: absolute;
  top: 34%;
}

#carousel .owl-prev span {
  display: none;
}

#carousel .owl-next {
  width: 33px;
  height: 33px;
  background: url(../images/white-angle.svg) no-repeat center #172E71;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  position: absolute;
  top: 34%;
}

#carousel .owl-next span {
  display: none;
}

.notice-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.14);
  padding: 34px 50px;
  margin-bottom: 55px;
}

.notice-box form {
  margin-bottom: 20px;
}

.notice-box form .form-group label {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.notice-box .form-group.checkbox-div {
  padding-left: 0;
  margin: 15px 0;
}

.notice-box .checkbox-div .custom-control-label {
  padding: 3px 0 3px 35px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.notice-box .checkbox-div .custom-control-label b {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.top-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-title-section .return-page {
  color: #E67E22;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-title-section .return-page i {
  margin-right: 10px;
  font-size: 16px;
  color: #172E71;
}

.blue-gray-box {
  margin-bottom: 60px;
}

.blue-gray-box > h3 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  color: #fff;
  background: #172e71;
  text-align: center;
  padding: 12px 0;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0;
}

.blue-gray-box .gray-box {
  background: #F4F4F4;
  padding: 30px 25px;
}

.blue-gray-box .gray-box .serpret-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.blue-gray-box .gray-box .serpret-box p b {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.blue-gray-box .gray-box .serpret-box p:last-child {
  margin-bottom: 20px;
}

.lot-contact h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 21px;
  font-family: 'Barlow', sans-serif;
}

.lot-contact p {
  margin-bottom: 5px;
}

.lot-contact ul li {
  display: inline-block;
}

.lot-contact ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #172E71;
  font-family: 'Barlow', sans-serif;
  line-height: 21px;
  margin-right: 50px;
}

.lot-contact ul li a i {
  margin-right: 5px;
  font-size: 15px;
}

.lot-contact ul li a:hover {
  color: #E67E22;
}

.lot-contact ul li:last-child a {
  margin-right: 0;
}

.buyer-fees.blue-gray-box .gray-box .serpret-box p:last-child {
  margin-bottom: 0;
}

.lot-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.lot-title h2 {
  font-size: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  line-height: 31px;
  color: #000000;
  margin-bottom: 20px;
}

.lot-title a {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 3px 12px 5px;
  font-family: 'Barlow', sans-serif;
  background: #172e71;
  color: #fff;
  border-radius: 21px;
  margin: 0 10px 0 0;
}

.lot-current-bid {
  padding: 14px 0;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.lot-current-bid .lot-current-bid-left p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: 'Barlow', sans-serif;
  line-height: 18px;
  margin-bottom: 5px;
}

.lot-current-bid .lot-current-bid-left h4 {
  font-size: 24px;
  font-weight: 600;
  color: #172E71;
  font-family: 'Barlow', sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}

.lot-current-bid .lot-current-bid-left h4 span {
  font-size: 15px;
  color: #000;
}

.lot-current-bid .lot-current-bid-right p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: 'Barlow', sans-serif;
  line-height: 18px;
  margin-bottom: 5px;
}

.orange-bg {
  background: #E67E22 !important;
}

.lot-bid-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0 0 20px;
}

.lot-bid-share .ask-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lot-bid-share .ask-question a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: 'Barlow', sans-serif;
  line-height: 18px;
  margin-right: 14px;
}

.lot-bid-share .ask-question a .icon-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.lot-bid-share .ask-question a .icon-box i {
  font-size: 34px;
}

.lot-bid-share .ask-question a .icon-box .fa-question-square {
  color: #066DB8;
}

.lot-bid-share .ask-question a .icon-box .fa-history {
  color: #8F023D;
}

.lot-bid-share .ask-question a .icon-box .fa-eye {
  color: #EC8F03;
}

.lot-bid-share .ask-question a:last-child {
  margin-right: 0;
}

.bid-share-social a {
  margin-left: 6px;
  width: 22px;
  display: inline-block;
}

.bid-share-social a img {
  width: 100%;
}

.lot-main-detail {
  background: #f6f6f6;
  padding: 15px;
}

.border-box {
  border-bottom: 1px solid #DDDDDD;
}

.border-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0;
  color: #000;
}

.border-box span {
  font-weight: 500;
  min-width: 140px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.serpret-box a {
  color: #172E71;
}

.serpret-box a:hover {
  color: #E67E22;
}

.border-box p em {
  font-size: 8px;
  font-weight: 500;
  font-style: normal;
}

/** 404 error page star **/
.error-404 img {
  margin-bottom: 20px;
}

.error-404 p {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0px;
}

.error-404 .btn-primary {
  background: #172E71;
  color: #fff;
  border: 2px solid #172E71;
  border-radius: 33px;
  padding: 10px 50px;
  display: table;
  margin: 28px auto 0;
  padding: 13px 30px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}

.error-404 .btn-primary i {
  margin-right: 10px;
}

.error-404 .btn-primary:hover {
  background: #fff;
  color: #172E71;
}

.error-404 .btn-primary:focus {
  background: #fff;
  color: #172E71;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.inner-page-heading {
  font-size: 35px;
  color: #000;
  line-height: 42px;
  font-weight: 800;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #C4C4C4;
  padding: 0 0 5px 0;
}

.privacy-policy p {
  font-family: 'Barlow',sans-serif;
  color: #000;
  font-size: 18px;
  margin: 20px 0 30px;
}

.privacy-policy p span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.contact-us-form {
  padding: 80px 0;
  background: url(../images/bg.svg) no-repeat center;
  background-size: cover;
}

.contact-form-main {
  padding: 20px 30px;
}

.contact-form-main label {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif !important;
}

.contact-form-main .form-group {
  margin-bottom: 20px;
}

.contact-form-main .form-control {
  height: 45px;
}

.contact-form-main button {
  background: #E67E22;
  color: #fff;
  padding: 10px 50px;
  border-radius: 50px;
  border: 1px solid #E67E22;
  margin: 20px auto 0;
  display: table;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

.contact-form-main button:hover {
  background: #fff;
  color: #E67E22;
  border: 1px solid #E67E22;
}

.contact-form-main button:focus {
  background: #fff;
  color: #E67E22;
  border: 1px solid #E67E22;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auction-link {
  color: #E67E22 !important;
}

.auction-link span {
  color: #000;
}

.contact-form-title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Barlow',sans-serif;
}

.contact-form-title h2 span {
  color: #E67E22;
}

.contact-form-title p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

.map-section {
  height: 450px;
}

.about-top h2 {
  margin-bottom: 50px;
}

.about-top h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  font-family: 'Barlow', sans-serif;
  color: #E67E22;
  margin-bottom: 18px;
  margin-top: 65px;
}

.about-top h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  font-family: 'Barlow', sans-serif;
  color: #000;
  margin-bottom: 12px;
}

.about-top p {
  font-size: 20px;
  line-height: 38px;
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-family: 400;
}

.about-bottom {
  color: #fff;
}

.about-bottom .blue-bg {
  background: #172E71;
  padding: 50px 50px 50px 14%;
}

.about-bottom .blue-bg a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #E67E22;
  padding: 10px 40px 12px;
  border-radius: 5px;
  margin-top: 30px;
  display: table;
  border: 1px solid #E67E22;
}

.about-bottom .blue-bg a:hover {
  background: #fff;
  color: #E67E22;
}

.about-bottom .orange-bg {
  padding: 50px 14% 50px 50px;
}

.about-bottom .orange-bg a {
  font-size: 40px;
  line-height: 47px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  display: table;
}

.about-bottom .orange-bg a:hover {
  color: #172E71;
}

.about-bottom h3 {
  font-size: 40px;
  line-height: 47px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}

.category-mt {
  margin-top: 12px;
}

.lot-detail.blue-gray-box {
  margin-right: 0px;
}

.lot-contact.blue-gray-box, .buyer-fees.blue-gray-box {
  margin-left: 0px;
}

.about-top {
  margin-bottom: 70px;
}

.top-filters.top-filter-inner {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.account-bottom-box {
  border: 1px solid #E5E5E5;
  border-radius: 0 0 5px 5px;
  border-top: 0px;
  padding: 30px 20px;
}

.account-bottom-box h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}

.account-bottom-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.account-bottom-box p span {
  color: #E67E22;
}

.account-bottom-box .btn-primary {
  background: #172E71;
  padding: 10px 40px;
  width: 258px;
  font-size: 20px;
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 15px !important;
  display: inline-block;
  text-align: center;
  border: 1px solid #172E71;
}

.account-bottom-box .btn-primary:hover {
  background: #fff;
  color: #172E71;
}

.account-bottom-box .btn-primary:focus {
  background: #fff;
  color: #172E71;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customer-detail {
  padding: 15px 20px;
}

.customer-detail h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.customer-detail p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.customer-detail p span {
  color: #E67E22;
}

.account-left-section {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.account-left-section h2 {
  background: #172E71;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 59px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.account-left-section ul li:last-child a {
  margin-bottom: 0;
}

.account-left-section ul li a {
  background: #F4F4F4;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  padding: 18px 20px;
  font-family: 'Roboto', sans-serif;
  margin: 2px 0;
}

.account-left-section ul li a.blue-bg {
  background: #172E71;
  color: #fff;
}

.top-filter-inner a {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  border: 1px solid #E8E8E8;
  padding: 4px 20px;
  border-radius: 4px;
  margin: 7px 0px 7px 15px;
  display: inline-block;
}

.top-filter-inner a:first-child {
  margin-left: 0;
}

.top-filter-inner a:hover {
  background: #E67E22;
  color: #fff;
  border-color: #E67E22;
}

.top-filter-inner a.active {
  background: #E67E22;
  color: #fff;
  border-color: #E67E22;
}

.account-bottom-box .form-control {
  background-color: #F4F4F4 !important;
  height: 45px;
}

.account-bottom-box label {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  color: #000;
}

.account-bottom-box label span {
  color: #E67E22;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .btn-primary {
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.contact-page .contact-box:hover {
  -webkit-transform: translate(0px, -20px);
          transform: translate(0px, -20px);
}

.mid.login-page {
  padding: 50px 0;
}

.col-12 .blue-gray-box {
  margin-bottom: 0;
}

.mobile-form-toggle3 h2 img {
  display: none;
}

.account-dropdown {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.notice-box .custom-control-input:checked ~ .custom-control-label::before {
  top: 3px;
}

.notice-box .custom-control-label::after {
  top: 3px;
}

.notice-box .checkbox-div .custom-control-label::before {
  top: 3px;
}

.notice-box button.blue-round-btn {
  background: #172E71;
  color: #fff;
  border: 2px solid #172E71;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  padding: 11px 50px 13px;
  border-radius: 50px;
  margin: 20px 0 10px;
}

.notice-box button.blue-round-btn:hover {
  background: #fff;
  color: #172E71;
}

.account-left-section ul li.active a {
  background: #E67E22;
  color: #FFF;
}

.top-filters.account-page.top-filter-inner {
  padding: 15px;
}

.search-form button.btn-primary {
  padding: 13px 0;
}

.search-form form .form-group {
  padding: 0 15px;
}

#example_filter, #example_info, #example_length, #example_paginate {
  display: none;
}

.invoice-bottom form {
  padding: 0;
  margin: 0;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  max-width: 220px;
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.invoice-bottom form button {
  position: absolute;
  right: 0;
  top: 0;
}

.invoice-bottom form input {
  border: 0;
  background: #F4F4F4;
  padding: 6px 45px 6px 10px;
  width: 100%;
}

.invoice-bottom {
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
  border-top: 0;
}

.invoice-bottom form button {
  border: 0;
  background: #172E71;
  color: #fff;
  padding: 6px 10px;
}

.reset-password-page .login-box {
  padding-bottom: 2px;
}

.reset-password-page button {
  margin-top: 20px !important;
}

.contact-us-form .contact-form-main textarea.form-control {
  height: 80px;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -29px;
  color: #172e71;
}

.lot {
  font-weight: 700;
  color: #172E71;
}

.count-table {
  font-weight: 700;
}

a.all-modal {
  background: #172E71;
  color: #fff;
  font-weight: 400;
  padding: 2px 12px 1px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}

a.pdf-download {
  background: #172E71;
  padding: 3px 12px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  border-radius: 5px;
  color: #fff;
}

a.name {
  font-weight: 700;
  color: #172E71;
  text-decoration: underline !important;
}

.all-pdf-popup .modal-dialog {
  max-width: 590px;
}

.all-pdf-popup .modal-body {
  padding: 1rem 1.5rem;
}

.all-pdf-popup {
  background: #172E71B0;
}

.pdfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pdfs a {
  background: #F4F4F4;
  color: #172e71;
  width: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 5px;
  margin: 8px 0;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  font-weight: 500;
}

.all-pdf-download i {
  margin-right: 5px;
}

.all-pdf-download {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 5px;
  padding: 4px 10px 5px;
  font-size: 14px;
  background: #172e71;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 63px;
  margin: 15px auto 5px;
  line-height: 17px;
}

a.pdf-download.invoice-download {
  background: #172e71;
  color: #fff;
  border-radius: 5px;
  padding: 4px 12px 8px;
  font-size: 14px;
  width: auto;
  display: inline-block;
}

.all-pdf-download:hover {
  color: #fff;
}

#example thead {
  background: #172E71;
  color: #fff;
}

#example thead th {
  border-bottom: 0;
}

#example td, #example th {
  vertical-align: middle;
}

.datatable-filter .dropdown {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.print {
  background: #f4f4f4;
  padding: 6px 13px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
}

.datatable-filter .dropdown:nth-child(2) {
  width: 150px;
}

.datatable-filter {
  margin-bottom: 10px;
}

.data-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#example tr td:nth-child(3), #example tr th:nth-child(3) {
  display: table-cell !important;
}

.pdfs a.active, .pdfs a:hover {
  color: #fff;
  background: #172e71;
}

.all-pdf-popup .modal-header {
  background: #efedec;
  border-bottom: 0;
}

.all-pdf-popup .modal-header .close {
  position: absolute;
  right: 20px;
}

.all-pdf-popup .modal-header h5 {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}

.pdfs a i {
  margin-right: 3px;
}

.creadit-gray-box {
  padding: 15px;
  background: #F3F3F3;
  margin: 10px 0 15px;
  height: 150px;
  overflow-y: auto;
}

.creadit-gray-box p {
  font-size: 15px;
}

.add-credit-card .checkbox-div {
  margin-bottom: 5px;
}

.creadit-gray-box h4 {
  font-size: 18px;
}

form.place-bid input {
  border: 0;
  width: 250px;
  padding: 8px 10px 8px 10px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  background: #F4F4F4;
}

.bg-orange {
  background: #E67E22 !important;
}

form.place-bid button:hover {
  background: #E67E22;
}

form.place-bid button {
  border: 0 !important;
  font-weight: 500;
  background: #172E71;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0;
}

form.place-bid {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  border-color: #172E71;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.data-table-pagination .pagination {
  margin: 10px 0 0;
}

#delet-account {
  text-align: center;
  color: #000;
  background: #172E71B0;
}

textarea {
  resize: none;
}

textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #172e71 !important;
}

#delet-account p {
  color: #000;
  font-weight: 500;
}

.delet-btns a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  margin: 0 6px;
}

#delet-account .modal-body {
  padding: 3rem 2rem;
}

.yes {
  background: #E67E22;
}

.no {
  background: #172e71;
}

.dhms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dhms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.dhms li {
  padding: 0 8px;
  position: relative;
}

.dhms li:after {
  content: ":";
  font-size: 20px;
  color: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
}

.dhms li:last-child:after {
  display: none;
}

.dhms li:first-child {
  padding-left: 0;
}

.time-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  color: #000;
  width: 36px;
}

.time-box span em {
  font-style: normal;
  font-size: 22px;
  font-weight: 500;
}

.smalltext {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.account-bottom-box.add-credit-card select.form-control {
  background: url(../images/blue-arrow.svg) no-repeat right 15px center #F4F4F4 !important;
}
.selectDate select ,.selectYear select{
  background: none !important;
}
#responsive-data-table .even {
  background: #F6F6F6;
}

#responsive-data-table .odd td {
  border-top: 0px !important;
}

#responsive-data-table thead {
  background: #172E71;
  color: #fff;
}

#responsive-data-table thead th {
  border-bottom: 0 !important;
}

#responsive-data-table .dtr-data {
  display: inline-block;
}

div#responsive-data-table_length {
  float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 15px;
}

.dataTables_paginate span {
 
  display: inline-block;
}

.dataTables_paginate span a {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #172E71;
  margin: 0 5px;
}

.dataTables_paginate span a:hover {
  background: #E67E22;
  color: #fff;
}

a#responsive-data-table_previous, a#responsive-data-table_next, div.dataTables_wrapper div.dataTables_info {
  display: none;
}

.row.justify-content-between.bottom-information {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

#responsive-data-table td {
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
}

.table-all-filter select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

#example-sort {
  width: 150px;
}

.table-all-filter select:focus {
  border: 1px solid #172e71 !important;
}

.table-all-filter select:focus-visible {
  border: 1px solid #172e71 !important;
  outline: none;
}

.dataTables_wrapper div.dataTables_length label {
  font-size: 0;
}

.dataTables_wrapper div.dataTables_length label select {
  border: 0;
  font-size: 18px;
  padding: 4.5px 9px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  width: 70px;
  font-weight: 500;
}

.top-information {
  padding: 0 15px;
}

.dataTables_wrapper div.dataTables_length label select:focus-visible {
  border: 1px solid #172e71 !important;
  outline: none;
}

.dataTables_wrapper div.dataTables_filter label {
  font-size: 0;
}

table.dataTable {
  border: 1px solid #dee2e6;
}

.dataTables_wrapper div.dataTables_filter label input {
  width: 100%;
  max-width: 200px;
  margin-left: 0;
  padding: 0 60px 0 10px;
  height: 37px;
  border: 1px solid #ced4da;
  background: url(../images/search-bg.png) no-repeat right #F4F4F5;
  margin-bottom: 0 !important;
  font-size: 16px;
  border-radius: 0.25rem;
}

.table-all-filter {
  position: absolute;
  left: 84px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  background-color: #172e71;
  top: 14px;
}

.top-filters.top-filter-inner.filter-spacing {
  padding: 15px;
}

.add-credit-card .checkbox-div .custom-control-label {
  padding-left: 30px;
}

.add-credit-card.account-bottom-box .btn-primary {
  width: 200px;
}

.bidhistory_modal .modal-header {
  background: #efedec;
  border-bottom: 0;
}

.bidhistory_modal {
  background: #172E71B0;
}

.bidhistory_modal .modal-header h5 {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}

.bidhistory_modal .modal-body {
  padding: 15px;
}

.ScheduleBtn:hover{
  background-color:#E67E22 !important;
  border: #E67E22 !important;
}
.bidhistory_modal .table td, .bidhistory_modal .table th {
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
}

.bidhistory_modal .bidhistory_tb thead {
  display: table;
  width: 100%;
}

.bidhistory_modal .bidhistory_tb thead th {
  font-weight: bold;
  border: 0;
  background: #364674;
  color: #fff;
  width: 300px;
}

.bidhistory_modal .bidhistory_tb tbody {
  height: 300px;
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}



.bidhistory_modal .bidhistory_tb tbody::-webkit-scrollbar-thumb {
  background-color: #364674;
}

.bidhistory_modal .bidhistory_tb tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

div#bidhistory .modal-dialog {
  max-width: 700px;
}



.creadit-gray-box::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  border-radius: 15px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before {
  bottom: 10px !important;
}

button.print-btn {
  background: #e67e22;
  border-color: #e67e22;
}

.btn-reload, .btn-remove {
  background: #f4f4f4;
  background-size: 10px;
  border-radius: 5px;
  color: #172E71;
  border: 2px solid #f4f4f4;
  text-align: center;
  padding: 0px 30px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
  margin-right: 15px;
}

.btn-reload {
  background: transparent;
}

button.btn-reload:focus, button.btn-remove:focus {
  border: 2px solid #f4f4f4 !important;
}

.account-heding-left {
  background: #172e71;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 18px 20px;
  font-family: 'Roboto', sans-serif;
  margin: 2px 0;
}

.modal-dialog {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.watch-list h5.card-title {
  margin-bottom: 10px;
}

.watch-list p.card-text {
  margin-bottom: 10px;
}

p.card-text.show-description {
  font-size: 18px;
  font-weight: 500;
}

.show-description .btn {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #172e71;
  padding: 0px;
  line-height: 1;
}

.watch-list-info-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}

.watch-list-info-box ul li .icon {
  padding-right: 10px;
}

.watch-list-info-box ul li .icon i {
  color: #e67e22;
  font-weight: bold;
}

.watch-list-info-box a.active {
  color: #e67e22;
  font-weight: bold;
}

.watch-list-btn-btom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.watch-list-btn-btom a {
  padding: 5px 16px;
  border-radius: 20px;
  margin-right: 10px;
  background: #172e71;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
}

.select2-selection.select2-selection--multiple {
  width: 100% !important;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #858282;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  border-radius: 5px;
  min-height: 45px !important;
  background-color: #f4f4f4;
}

.select2-container {
  width: 100% !important;
}

.dropdown.bootstrap-select.show-tick button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background: #f4f4f4;
  border: none;
  padding: 6px 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-light {
  color: #212529;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  font-weight: 500;
  color: #858282;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding: 6px 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 7px solid #172e71;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
}

button.btn:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: none !important;
  outline-offset: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}



/** responsive start **/
@media (min-width: 1400px) {
  form.place-bid input {
    width: 320px;
    font-size: 18px;
  }
}
@media (max-width: 700px) {
.filter-box  .btn-reload ,  .filter-box  .btn-remove{
  position: relative;
  height: 35px;
  top: 16px;
  height: 41px;
}
}

@media (max-width: 1399px) {
  .product-box .bottom-card-buttons a {
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 16px;
  }
  .product-box .bottom-card-buttons a img {
    margin-right: 10px;
  }
  .search-form .search-form-title h2 {
    font-size: 22px;
  }
  .product-box .card-body .card-content {
    padding: 20px 15px;
  }
  .Menu1 .product-box .card-body .bottom-card-buttons a {
    font-size: 14px;
  }
  .about-bottom .blue-bg, .about-bottom .orange-bg {
    padding: 50px;
  }
 

.product-box .bottom-card-buttons a{ padding:10px 5px;}

.product-box .bottom-card-buttons a i{ font-size:11px;}
}

@media (max-width: 1199px) {
  .time-box span {
    min-width: auto !important;
  }
  .dhms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #example_wrapper {
    width: 724px;
  }
  .top-filter-inner a {
    padding: 4px 15px;
  }
  .border-box span {
    min-width: 120px;
  }
  .aucton-detail-contact {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin-top: 24px;
    text-align: center;
  }
  .about-top p {
    font-size: 18px;
    line-height: 25px;
  }
  .about-top h3 {
    margin-top: 0;
  }
  .about-top img {
    margin-bottom: 40px;
  }
  .header .header-top .header-login ul li a {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .dhms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #example_wrapper {
    width: 100%;
  }
  button.navbar-toggler {
    padding: 0px 4px;
  }
  .notice-box button.blue-round-btn {
    margin-bottom: 20px;
  }
  .blue-gray-box {
    margin-bottom: 30px;
  }
  .account-dropdown {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .lot-bid-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .mobile-form-toggle3 h2 img {
    display: block;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .mobile-form-toggle3 h2 {
    margin-bottom: 0;
    text-align: left;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-form-toggle3.main h2 {
    margin-bottom: 0.5rem;
  }
  .mobile-form-toggle3.main h2 img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mobile-form-toggle3.main .account-dropdown {
    height: auto;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px ;
    background: #172E71;
  }
  .wizard form h3 {
    margin-bottom: 18px;
  }
  .wizard > div.wizard-inner {
    margin-bottom: 0;
  }
  .border-box p {
    font-size: 14x;
  }
  .notice-box {
    padding: 24px 30px;
  }
  .wizard .tab-pane {
    padding: 00;
  }
  .mid {
    padding: 80px 0;
  }
  .lot-detail.blue-gray-box {
    margin-right: 00px;
  }
  .lot-contact.blue-gray-box, .buyer-fees.blue-gray-box {
    margin-left: 0px;
  }
  .header .header-top .header-contact a {
    font-size: 13px;
    margin-right: 10px;
  }
  .header .header-top .header-contact a img {
    max-width: 20px;
    margin-right: 3px;
  }
  .header .header-top .header-login ul li a {
    font-size: 14px;
    padding: 00 10px;
  }
  .header .header-top .header-login .login-btn {
    font-size: 15px;
  }
  .mid {
    padding: 40px 0;
  }
  .header .header-bottom .navbar .navbar-nav {
    background: #172E71;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 5px;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item {
    margin-left: 0;
    border-bottom: 1px solid #f5f5f5a8;
   
  }
  .header .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item.active .nav-link {
    color: #fff;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  .product-box .bottom-card-buttons a {
    font-size: 14px;
  }
  .Menu1 .product-box .card-body p {
    text-align: justify;
  }
  .left-form-section .search-form.mobile-form-toggle1 .search-form-title, .left-form-section .search-form.mobile-form-toggle2 .search-form-title {
    border-radius: 10px;
  }
  .left-form-section .search-form.mobile-form-toggle1.main .search-form-title, .left-form-section .search-form.mobile-form-toggle2.main .search-form-title {
    border-radius: 10px 10px 0 0;
  }
  .left-form-section .search-form.mobile-form-toggle1 form, .left-form-section .search-form.mobile-form-toggle2 form {
    height: 0;
    opacity: 0;
    overflow: hidden;
    
  }
   .account-form {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .left-form-section .search-form.mobile-form-toggle1.main form, .left-form-section .search-form.mobile-form-toggle2.main form {
    height: auto;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 25px;
    
  }
  .search-form-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .search-form-title h2 img {
    display: block;
    margin-right: 10px;
  }
  .main .search-form-title img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .left-form-section .search-form form {
    padding: 0;
  }
  .left-form-section .main .search-form form {
    padding: 15px;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item:hover {
    background: #E67E22;
  }
  .header .header-bottom .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
  }
  label {
    font-family: 'Roboto', sans-serif !important;
  }
  .wizard .nav-tabs > li a {
    width: 76px;
    height: 76px;
    line-height: 76px;
  }
  .wizard .nav-tabs > li a span.round-tab {
    width: 76px;
    height: 76px;
    line-height: 76px;
  }
  .wizard .nav-tabs > li a span.round-tab img {
    max-width: 30px;
  }
  .thankyou-box img {
    max-width: 80px;
  }
  .wizard form .radiobuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auction-address .auction-address-left ul li p {
    text-align: justify;
  }
  .auction-address a {
    margin: 25px 24px 0 0;
  }
  .lot-image {
    margin-bottom: 20px;
  }
  h3.border-heading {
    font-size: 22px;
  }
  .account-left-section {
    margin-bottom: 40px;
  }
  .about-bottom h3, .about-bottom .orange-bg a {
    font-size: 22px;
    line-height: 32px;
  }
  .about-bottom .blue-bg a {
    font-size: 20px;
    padding: 5px 40px;
    margin-top: 20px;
  }
  .about-top {
    margin-bottom: 20px;
  }
  .about-top h2 {
    margin-bottom: 20px;
  }
  .about-top h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .orange-bg a {
    margin-top: 0 !important;
  }
  .top-filters h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
  }
  .account-bottom-box label {
    font-size: 16px;
  }
  .account-bottom-box .form-control {
    height: 38px;
  }
  .account-bottom-box .btn-primary {
    margin: auto;
    display: block;
    width: 200px;
    line-height: 20px;
  }
  .contact-page h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .contact-page {
    margin-bottom: 20px;
  }
  .contact-form-title h2 {
    font-size: 30px;
  }
  .contact-form-title p {
    font-size: 18px;
  }
  .contact-form-main label {
    font-size: 16px;
  }
  .contact-form-main button {
    line-height: 20px;
  }
  .top-filters h3 {
    line-height: 25px;
  }
  .forgot-password {
    font-size: 16px;
  }
}


@media (max-width: 767px) {
  .dataTables_wrapper div.dataTables_filter label input {
    max-width: 100%;
  }
  .dataTables_wrapper div.dataTables_filter label {
    width: 100%;
  }
  #responsive-data-table_filter {
    width: 100%;
  }
  .table-all-filter {
    position: absolute;
    left: inherit;
    right: 16px;
  }
  .dhms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
 
  .top-filters .filter-box .dropdown{
    margin-top: 15px;
  }
  .top-filters.account-page.top-filter-inner {
    padding: 6px 15px;
  }
  .account-left-section {
    margin-bottom: 30px;
  }
  .top-filter-inner a {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0;
  }
  .top-filter-inner a {
    font-size: 13px;
  }
  .module-gallery .slider-thumb .slick-prev {
    background: url(../images/white-angle.svg) no-repeat center #000;
  }
  .module-gallery .slider-thumb .slick-next {
    background: url(../images/angle-next.svg) no-repeat center #000;
  }
  .wizard form .orange-round-btn {
    padding: 12px 10px;
  }
  .wizard form .blue-round-btn {
    padding: 12px 10px;
  }
  .privacy-policy p {
    font-size: 16px;
  }
  .contact-form-title h2 {
    font-size: 26px;
  }
  .contact-form-title p {
    font-size: 16px;
  }
  .contact-form-main .form-control {
    height: 38px;
  }
  .contact-page .contact-box h5 {
    font-size: 20px;
  }
  .contact-page .contact-box a {
    font-size: 16px;
  }
  .contact-page .contact-box {
    min-height: auto;
    margin: 12px auto;
  }
  #example_wrapper {
    width: 724px;
  }
  .header .header-top .header-contact a {
    font-size: 0;
    margin-right: 5px;
  }
  .mobile-form-toggle3 h2 {
    line-height: 50px;
  }
  .mid {
    padding: 40px 0;
  }
  .top-filters {
    margin-bottom: 0;
  }
  .footer-links {
    margin-top: 30px;
  }
  form .form-group .form-control {
    font-size: 14px;
    padding: 12px 16px;
  }
  form .btn-primary {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
  }
  .rdio input[type="radio"]:checked + label::after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
  }
  .footer .footer-contact h3, .footer .footer-links h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-links ul li, .footer .footer-contact ul li {
    margin-bottom: 10px;
  }
  .Menu1 .product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-box .btn-primary {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .rdio label:before {
    top: 2px;
  }
}

@media (max-width: 767px) {
  #step3 .rdio label:before {
    top: 2px !important;
  }
  .search-form-title {
    padding: 12px 10px 12px 19px;
  }
  .search-form-title h2 {
    font-size: 20px;
  }
  .wizard .nav-tabs > li a {
    width: 46px;
    height: 46px;
    line-height: 40px;
  }
  .wizard .nav-tabs > li a span.round-tab {
    width: 46px;
    height: 46px;
    line-height: 40px;
  }
  .wizard .nav-tabs > li a span.round-tab img {
    max-width: 20px;
  }
  .wizard form .orange-round-btn, .wizard form .blue-round-btn {
    width: 180px;
  }
  .auction-address {
    margin-top: 20px;
    padding: 20px;
  }
  .slider-preview .slick-slide img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .module-gallery .slider-wrapper {
    max-height: inherit;
  }
  .module-gallery .slider-thumb .slick-next i, .module-gallery .slider-thumb .slick-prev i {
    display: none;
  }
  .blue-gray-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px;
  }
  .blue-gray-box {
    margin-bottom: 30px;
  }
  .lot-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .lot-current-bid .lot-current-bid-left h4 {
    font-size: 20px;
  }
  .lot-current-bid .lot-current-bid-left h4 span {
    font-size: 12px;
  }
  .lot-current-bid .lot-current-bid-left p {
    font-size: 14px;
  }
  .lot-current-bid .lot-current-bid-right p {
    font-size: 14px;
  }
  .lot-title a {
    font-size: 12px;
  }
  .blue-gray-box .gray-box {
    padding: 20px;
  }
  .notice-box {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .notice-box form .form-group label {
    font-size: 18px;
  }
  .lot-main-detail {
    padding: 15px;
  }
  form .form-group label {
    font-size: 16px;
  }
  .noUi-connect {
    height: 10px;
  }
  .noUi-horizontal {
    height: 10px;
  }
  .noUi-horizontal .noUi-handle {
    top: -8px;
  }
  .product-box .card-body h5 {
    font-size: 20px;
  }
  .top-filters .filter-box .dropdown select {
    font-size: 14px;
  }
  .wizard .nav-tabs > li a i {
    font-size: 18px;
  }
  .top-filters {
    padding: 8px 15px;
  }
  .customer-detail {
    padding: 15px;
  }
  .account-left-section ul li a {
    padding: 18px 15px;
  }
  .wizard form {
    padding: 20px 15px;
  }
  .invoice-bottom form {
    max-width: 100%;
  }
  .data-table-pagination .pagination {
    height: 45px;
  }
  .data-table-pagination .pagination ul a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px;
  }
  .top-information {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-filters.top-filter-inner.filter-spacing {
    padding: 0 15px;
  }
  .product-box .bottom-card-buttons a {
    font-size: 11px;
    padding: 10px 3px;
}

#auctionList .col-xl-4.col-sm-6 {
    padding: 0px 8px;
}
}

@media (max-width: 575px) {
  .invoice-bottom {
    padding: 20px 15px;
  }
  form.place-bid input { font-size: 12px;}
  div.dataTables_wrapper div.dataTables_paginate, .dataTables_paginate span {
    max-width: 100%;
    margin: 6px auto 0;
  }
  .table-all-filter {
    position: relative;
    left: 0;
  }
  .top-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #responsive-data-table .dtr-data {
    display: block;
    font-size: 12px;
  }
  .all-pdf-popup .modal-header h5 {
    font-size: 18px;
  }
  ul.dtr-details {
    width: 100%;
  }
  #responsive-data-table tbody > tr.child span.dtr-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .w-m-100 {
    width: 100%;
  }
  .place-bid-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form.place-bid input {
    border: 0;
    width: calc(100% - 86px);
    font-size: 12px;
    padding: 8px 10px 8px 10px;
  }
  form.place-bid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lh-20 {
    line-height: 20px !important;
  }
  .product-box .bottom-card-buttons a {
    font-size: 13px;
  }
  .account-bottom-box .btn-primary {
    margin-bottom: 10px;
  }
  .about-top p {
    font-size: 16px;
  }
  .featured-lots h3 {
    font-size: 18px;
  }
  .featured-lots-box a {
    font-size: 16px;
  }
  .auction-address .auction-address-left ul li p {
    font-size: 16px;
  }
  .auction-address .aucton-detail-contact a {
    font-size: 15px;
    margin: 0;
  }
  .wizard form .radiobuttons {
    margin-top: 5px;
  }
  .terms-box ul li {
    text-align: justify;
  }
  .login-title {
    font-size: 22px;
  }
  .top-filters .filter-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .top-filters .filter-box .dropdown select {
    min-width: 90px;
  }
  .login-box form {
    margin-bottom: 0;
  }
  .login-box .login-title {
    font-size: 22px;
  }
  .login-box .form-group {
    padding: 0;
  }
  .login-box .btn-primary {
    width: 100%;
    margin: 0;
  }
  .login-box .btn-primary:focus {
    background: #fff;
    border-color: #172E71;
    color: #172E71;
  }
  .login-box p {
    font-size: 16px;
  }
  .header .header-top .header-login ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
  .header .header-top .header-login .login-btn {
    font-size: 14px;
    padding: 12px 8px;
  }
  .footer {
    padding: 40px 0 30px;
  }
  .footer .footer-contact h3 {
    margin-bottom: 15px;
  }
  .footer .footer-contact ul li {
    margin-bottom: 10px;
  }
  .footer .footer-links h3 {
    margin-bottom: 10px;
  }
  .footer .footer-links ul li {
    margin-bottom: 5px;
  }
  .btn-reload, .btn-remove {
    font-size: 14px;
    padding: 0px 9px;
    
    margin-right: 10px;
    font-weight: 500;
  }
  .search-form .search-form-title h2 {
    font-size: 18px;
  }
  .Menu1 .product-box .card-body {
    padding: 20px 10px;
  }
  .Menu1 .product-box .card-body .bottom-card-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-filters .filter-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-top: 0;
  }
  .wizard form h3 {
    font-size: 20px;
  }
  .wizard form .wizard-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wizard form .wizard-btns button {
    margin: 5px 0;
    width: 220px;
  }
  .wizard form h3 {
    margin-bottom: 15px;
  }
  .wizard form #step3 label {
    font-size: 16px;
  }
  .checkbox-div .custom-control-label {
    padding-left: 30px;
    text-align: justify;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-color: #E67E22;
    border-radius: 3px;
    top: 5px;
    line-height: 20px;
  }
  .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .checkbox-div .custom-control-label::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: 5px;
  }
  .terms-box {
    padding: 20px;
  }
  #step3 p {
    font-size: 18px;
  }
  .notice-box .checkbox-div .custom-control-label {
    padding-left: 30px;
  }
  .auction-address .auction-address-left ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .auction-address .auction-address-left ul li img {
    margin-right: 8px;
  }
  .auction-address .auction-address-left ul li p {
    font-size: 14px;
  }
  .top-title-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .border-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lot-bid-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lot-bid-share .ask-question a {
    font-size: 12px;
  }
  .notice-box .checkbox-div .custom-control-label {
    font-size: 15px;
  }
  .location-lot-detail span, .auction-link span {
    display: block;
  }
  .top-title-section .return-page {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .top-title-section .return-page i {
    font-size: 14px;
    margin-right: 5px;
  }
  .about-bottom .blue-bg, .about-bottom .orange-bg {
    padding: 20px;
  }
  .account-bottom-box {
    padding: 18px 15px;
  }
  .inner-page-heading {
    font-size: 25px;
  }
  .error-404 .btn-primary {
    padding: 12px 40px;
    font-size: 18px;
    margin-top: 30px;
  }
  .error-404 p {
    font-size: 20px;
    line-height: 26px;
  }
  .login-box {
    padding: 20px 15px;
  }
  .contact-form-main {
    padding: 20px 0px;
  }
  .reset-password-page .login-box {
    padding-bottom: 30px;
  }
  .top-filters h3 {
    font-size: 16px;
  }
  .datatable-filter .dropdown {
    width: 100px;
  }
  .datatable-filter .dropdown select {
    font-size: 0.8rem;
  }
  .datatable-filter .dropdown:nth-child(2) {
    width: 120px;
  }
  .print {
    padding: 4px 12px;
  }
  .pdfs a {
    width: 48%;
    font-size: 13px;
  }
  .pdfs a i {
    margin-right: 10px;
  }
  a.all-modal {
    top: 0;
  }
  .top-information {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  div.dataTables_wrapper div.dataTables_length label {
    margin-right: 10px;
  }
  .table-all-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #example-sort {
    width: 100%;
    min-width: 125px;
  }
  .table-all-filter select {
    margin-right: 5px;
    width: 100%;
    height: 34px;
    font-size: 12px;
  }
  .all-pdf-popup .modal-body {
    overflow-y: auto;
    max-height: 300px;
  }
}
@media (max-width: 300px) {
.top-filters .filter-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-top: 0;
    width: 106%;
  }}
  @media (max-width: 390px) {
.top-filters .filter-box {
    font-size: 11px;
    width: 106%;
  }
  
}
@media (max-width: 365px) {
.watch-list-btn-btom a {
  padding: 5px 10px;
  font-size: 14px;
}
}
/*# sourceMappingURL=style.css.map */
.imgss1{
  transition: transform 0.4s ease-out;
}

.formClass {
  border: 0;
  padding: 0;
}
.formClass .form-group {
  padding: 0;
}

#addressBar li.active {
  background: #e67e22;
}

/* loader css */
.home.overlay__content {
  left: 50%;
  position: absolute;
  /*top: 20% !important;*/
  transform: translate(-50%, -50%);
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background:rgb(255 255 255 / 80%);
  z-index: 111111;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50% ;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color:#000;
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid ;
}
/* upload */
.upload-profile{
  display: none;
  cursor: pointer;
}
.profile-pic{
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  vertical-align: middle;
  text-align: center;
  color: transparent;
    transition: all .3s ease;
  text-decoration: none;
  cursor: pointer;
}
.profile-pic:hover{
  background-color: rgba(0,0,0,.5);
  z-index: 10000;
  color: #fff;
  transition: all .3s ease;
  text-decoration: none;
}
.profile-change{
  padding: 0;
  margin-bottom: 0;
}

.profile-pic span {
  display: inline-block;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
@keyframes spin {
100% {
  transform: rotate(360deg);
}
}
.bid-header{
  background-color: #172E71;
  color: #fff;
}
.bid-header .close{
  color: #fff;
}
.bidHistory{
  height: auto;
  max-height: 80vh;
  top: 0;
}
@media print {
#img2 ,#ask-question ,#return-page ,#currentBid ,footer ,.lot-title{
 display:none; 
}
#img1{
margin-left: 40%;
width: 80%;
}
}
@media screen and (max-width: 1100px) {
.bidHistory{
top: 0%;
max-height: 82%;
}
}
@media screen and (max-width: 300px){
.bidHistory{
  font-size: 0.5rem;
}

}
@media screen and (max-width: 450px){
  .lot-noimg{
    width: 80% !important;
    margin: auto;
    display: block;
  }
}
/* capital letter */
.auctionName ,.mainCategory, .category_name{
  text-transform: uppercase;
}
td.biderName{
      text-transform: uppercase;
}
/*front slider */
  .bid-block .bid-block-title a {
        color: #172e71;
        font-weight: 700;
      }
      .bid-slider .owl-nav {
        margin-top: 0;
      }
      .bid-slider .owl-nav [class*="owl-"] {
        position: absolute;
        top: 0;
        width: 35px;
        height: calc(100% - 32px);
        margin: 0 !important;
        background: rgb(23 46 113 / 80%) !important;
        color: #fff !important;
        border-radius: 0;
        height: 9.5rem;
      }
      .owl-carousel .owl-item img {
       display: block;
        width: 100%;
        height: 150px;
      }
      .bid-slider .owl-nav .owl-prev {
        left: 0;
      }
      .bid-slider .owl-nav .owl-next {
        right: 0;
      }
/* Up to top */
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
    height: 0px;
  width: 0px;
  overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  color: transparent;
    clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
    bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #172E71;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 22px;
    bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
/* modal popup */
/* paymentErr popup*/
p{
  margin-bottom: 0 !important;
}
.watch-list .card-text{
margin-bottom: 0.5rem !important;
}
.invoice strong{
  font-size: 1rem;
}
.thumbImg{
  width:100px;
  height: 100px;
  float: left;
  margin-right: 2%;
}
.paymentErr{
  word-wrap: break-word;
  max-height: 70vh;
  overflow: scroll;
}


@media print {
  .account-sidebar , .btn ,.payment-option{
    display: none;
  }
}

.invoice-user-dashboard .invoice span {
  padding: 8px 15px;
  font-size: 14px;
  display: block;
}

.invoice-total-table td {
  font-size: 14px;
}

table.invoice-total-table {
  width: 100%;
}

.invoice-user-dashboard .invoice p {
  padding: 5px 15px;
}


.invoice-user-dashboard img.thumbImg {
  width: 100px !important;
  object-fit: contain;
  height: 100px !important;
}

.table-full{ width:100%;}

/* account sidebar  update*/
.search-form ul li:last-child a {
  margin-bottom: 0;
}
.search-form{
  border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.search-form ul {
  border-radius: 10px;
}
.search-form ul li a {
  background: #F4F4F4;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  padding: 18px 20px;
  font-family: 'Roboto', sans-serif;
  margin: 2px 0;
}
.search-form ul li a.blue-bg {
  background: #172E71;
  color: #fff;
}
.search-form ul li.active a {
  background: #E67E22;
  color: #FFF;
}
.search-form ul li a {
    padding: 18px 15px;
  }
  .search-form ul li.active  {
  background: #E67E22;
  color: #FFF;
}

/* payment box style */
.invoiceButton{
  float: right;
  margin-top: 5%;
}
/* invoiceShipment button */
.invoiceShipment{
  float: right;
  margin-top: 0;
}
.invoiceShipment a{
  float: right; 
  background-color: #172e71;
}
@media screen and (max-width: 500px){
.usaepayModal{
margin-left: 10%;
}}
.cardOption{
  display: block;
}

/* dropdown */
.dropdown-space{
  margin-left: -50px;
}

/* contactUsForm */
.contactUsForm{
  margin-bottom: 0;
  padding: 0;
}
/* contactAddress */


  .textareaFixed {
    resize: none;
 }

 /* top to up */
 /* credit card */
 *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  .CreditButton {
    display: block;
    background: #bded7d;
    color: white;
    text-decoration: none;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
  }
  .CreditButton::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .CreditButton:hover::after {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  .CreditButton:hover{
    color: #fff !important;
  }
  /*--------------------
  Form
  --------------------*/
  .form fieldset {
    border: none !important;
    padding: 0;
    padding: 10px 0;
    position: relative;
    clear: both;
    color: #fff;
  }
  .form fieldset.fieldset-expiration {
    float: left;
    width: 100%;
  }
  .form fieldset.fieldset-expiration .select {
    width: 84px;
    margin-right: 12px;
    float: left;
  }
  .form fieldset.fieldset-ccv {
    clear: none;
    float: right;
    width: 86px;
  }
  .form fieldset label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    font-weight: bold;
    font-family: Inconsolata;
  }
  .form fieldset input,
  .form fieldset .select {
    width: 100%;
    height: 38px;
    color: #333333;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .form fieldset input.input-cart-number,
  .form fieldset .select.input-cart-number {
    width: 82px;
    display: inline-block;
    margin-right: 8px;
  }
  .form fieldset input.input-cart-number:last-child,
  .form fieldset .select.input-cart-number:last-child {
    margin-right: 0;
  }
  .form fieldset .select {
    position: relative;
  }
  .form fieldset .select::after {
    content: "";
    border-top: 8px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 10px;
    pointer-events: none;
  }
  .form fieldset .select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    padding: 0;
    border: none;
    width: 100%;
    outline: none !important;
    top: 6px;
    left: 6px;
    background: none;
  }
  .form fieldset .select select :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .form button {
    width: 48%;
    margin: 0 1%;
    outline: none !important;
    background: linear-gradient(137deg, #172e71, #000);
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    box-shadow: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .form button .fa {
    margin-right: 6px;
  }
  
  /*--------------------
  Checkout
  --------------------*/
  .checkout {
    margin: 110px auto 0;
    position: relative;
    width: 490px;
    background: white;
    border-radius: 15px;
    padding: 200px 45px 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  
  /*--------------------
  Credit Card
  --------------------*/
  .credit-card-box {
    perspective: 1000;
    width: 400px;
    height: 280px;
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .credit-card-box .front,
  .credit-card-box .back {
    width: 400px;
    height: 250px;
    border-radius: 15px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: linear-gradient(265deg, #172e71, #011);
    position: absolute;
    color: #fff;
    font-family: Inconsolata;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  }
  .credit-card-box .front::before,
  .credit-card-box .back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0.05;
  }
  .credit-card-box .flip {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  .credit-card-box .logo {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 60px;
  }
  .credit-card-box .logo svg {
    width: 100%;
    height: auto;
    fill: #fff;
  }
  .credit-card-box .front {
    z-index: 2;
    transform: rotateY(0deg);
  }
  .credit-card-box .back {
    transform: rotateY(180deg);
  }
  .credit-card-box .back .logo {
    top: 185px;
  }
  .credit-card-box .chip {
    position: absolute;
    width: 60px;
    height: 45px;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
    border-radius: 8px;
  }
  .credit-card-box .chip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid rgba(128, 128, 128, 0.1);
    width: 80%;
    height: 70%;
    border-radius: 5px;
  }
  .credit-card-box .strip {
    background: linear-gradient(135deg, #404040, #1a1a1a);
    position: absolute;
    width: 100%;
    height: 50px;
    top: 30px;
    left: 0;
  }
  .credit-card-box .number {
    position: absolute;
    margin: 0 auto;
    top: 103px;
    left: 19px;
    font-size: 38px;
  }
  .credit-card-box label {
    font-size: 10px;
    letter-spacing: 1px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 0.5;
    display: block;
    margin-bottom: 3px;
    color: #fff !important;
  }
  .credit-card-box .card-holder,
  .credit-card-box .card-expiration-date {
    position: absolute;
    margin: 0 auto;
    top: 180px;
    left: 19px;
    font-size: 22px;
    text-transform: capitalize;
  }
  .credit-card-box .card-expiration-date {
    text-align: right;
    left: auto;
    right: 20px;
  }
  @media screen and (max-width: 600px){
    .checkout {width: 100%;}
    .credit-card-box{
      width: 100%;
    }
    
    .credit-card-box .front{
      width: 90%;
      margin-left: 5%;
      height: 185px;
    }
    .form fieldset input.input-cart-number{
      width: 23%;
      margin-right: 0;
      
    }
    .form fieldset input, .form fieldset .select ,.form fieldset input.input-cart-number{
      font-size: 11px;
    }
    .credit-card-box .number {
      font-size: 26px;
      top: 90px;
    }
    .credit-card-box .card-holder, .credit-card-box .card-expiration-date{
      font-size: 15px;
      top: 135px;
    }
    .form fieldset.fieldset-expiration {
      width: 100%;
    }
    .form fieldset.fieldset-expiration .selectDate{
      float: left; 
      width: 44%;
    }
    .form fieldset.fieldset-expiration  .selectYear{
      float: right; 
      width: 44%;
    }
    .documentSelect{
      width: 90%;
    }
  }
  @media screen and (max-width: 281px){
    .credit-card-box .number {
      font-size: 17px;
    }
    .credit-card-box .card-holder, .credit-card-box .card-expiration-date{
      font-size: 11px;
    }
    .form fieldset input.input-cart-number{
      width: 22%;
    }
    .form fieldset.fieldset-expiration .selectDate ,.form fieldset.fieldset-expiration .selectYear {
      width: 40%;
    }
    .form{
      width: 140%;
      margin-left: -20%;
    }
  }

  .creditNav{
    overflow-y: auto;
    height: 70px;
    text-transform: capitalize; 
    border: 1px solid #eee; 
    border-radius: 5px; 
    padding:10px 10px; 
    margin: 5px 10px;
  }
  

  .creditNav li{
    margin: 15px 0;
  }

  .creditNav li a{
    background-color: #172E71;
    padding: 10px;
    border-radius: 8px;
    color:#fff;
    margin-right:5px;
  }

  .creditNav li .active{
    background-color: #e67e22;
    padding: 10px;
    border-radius: 8px;
    color:#fff;
    margin-right:5px;
  }

  /* lot search  */
  .button_block {
    display: flex;
  }

  /* uspay-box */
  .uspay-box{    
    height: 50vh;
    overflow-y: scroll;
  }
  
  
  /* Track */
  
   
  /* Handle */
  .uspay-box::-webkit-scrollbar-thumb {
     background-color: #ddd;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  /* paymentBtn */
  .paymentBtn{
    background-color: #172E71;
    border: #172e71;
    color: #fff;
  }

  .paymentBtn:hover{
    background-color: #E67E22;
    border: #E67E22;
    color: #fff;
  }
  
  .cardOption input[type="text"] {
    margin-top: 10px;
}
.cardOption {
    margin: 20px 0px 20px 0;
    padding: 20px 3px;
    border: 1px solid #eee;
    background: #f7f7f7;
    align-items: center;
}

.editAuctionEye{
  padding: 0.3rem 0.5rem !important;
}

.editDocumentEye{
  padding: 0 0 !important;
  border-radius: 0;
}

.headerBackground{
  background-color: #172E71;
  color: #fff;
}
.headerBackground button{
  color: #fff;
}

.downloadUploadedDocument{
  margin-left: 5px;
}
/* documentSelect */
@media screen and (min-width: 600px){
  .documentSelect{
    width: 30%;
  }
}
.BidHistoyForm{
  border: none;
  margin-top: 15%;
}
.BidHistoyForm .btn-primary{
  padding: 7px;
  margin: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
}
.BidHistoyForm .btn-primary:hover{
  background-color: #E67E22 !important;
  color: #fff !important;
}
.formBorderRadius{
  border-radius: 10px;
}
/* make payment */
.makePayment-navTabs li{
  padding:10px 15px;
  justify-content: space-between;
  background-color: #172e71;
  width: 50%;
}
.makePayment-navTabs{
position: sticky;
top: 0;
z-index: 11;
}
.makePayment-navTabs .active{
  background-color: #E67E22;
}
.makePayment-navTabs li a{
  color: #fff;
  display: block;
  padding: 10px 9px;
  text-align: center;
}
.makePayment-navTabs ul{
  width: 100%;
  background-color: hsl(225, 66%, 27%);
  color:#fff;
 
}
@media (max-width: 576px) {
  .makePayment-navTabs li {
    padding:10px 16px;
    justify-content: space-between;
    background-color: #172e71;
    width: 50%;
  }
}
  @media (max-width: 400px) {
    .makePayment-navTabs li{
      padding:10px 9px;
      justify-content: space-between;
      background-color: #172e71;
      width: 50%;
    }
  }

/* done by Vishakh at 030520221138 for autocomplete city design */
  /* start */
    .autocomplete {
      position: relative;
      /* display: inline-block; */
    }
    .autocomplete-items {
      position: absolute;
      border: 1px solid #d4d4d4;
      border-bottom: none;
      border-top: none;
      z-index: 99;
      /*for positioning the autocomplete items to be the same width as the container:*/
      top: 100%;
      left: 0;
      right: 0;
    }
    .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #d4d4d4;
    }
    .autocomplete-items div:hover {
      background-color: #e9e9e9;
    }
    .autocomplete-active {
      background-color: DodgerBlue !important;
      color: #ffffff;
    }

    .btn-reset {
      background-color: #315778 !important;
      border: 2px solid #315778 !important;
      color: #ffffff;
    }
  /* end */

  /* filter-box  */
  

