@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.mb-50 {
  margin-bottom: 100px; }

body {
  font-family: NeoSansArabic !important; }

/* Start Scroll */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(40, 180, 210, 0.8); }

body::-webkit-scrollbar-thumb {
  background-color: #087c95;
  outline: 2px solid slategrey; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
/* Start Header */
header {
  padding: 20px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 3px #dddddd; }
  header .container {
    max-width: 1280px; }
  header .logo a {
    display: inline-block; }
    header .logo a img {
      width: auto;
      height: auto;
      max-height: 85px; }
  header .main-menu ul {
    margin: 20px 0 0 0; }
    header .main-menu ul i {
      margin-top: 4px;
      color: #000; }
    header .main-menu ul li {
      list-style: none;
      display: inline-block;
      margin: 0 7px;
      position: relative; }
      header .main-menu ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transition: linear .4s; }
      header .main-menu ul li a {
        color: #000000; }
      header .main-menu ul li .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        border-radius: 3px;
        transition: linear .4s;
        top: 0;
        right: 0;
        width: 200px;
        height: auto;
        padding: 10px;
        background-color: #34b4d2; }
        header .main-menu ul li .sub-menu li {
          display: block;
          margin: 10px 0; }
          header .main-menu ul li .sub-menu li a {
            color: #fff;
            font-weight: bold; }
        header .main-menu ul li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
          opacity: 1;
          visibility: visible;
          transition: linear .4s; }
        header .main-menu ul li .sub-menu .sub-child-menu {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          border-radius: 3px;
          transition: linear .4s;
          top: 0;
          right: 80%;
          z-index: 1;
          width: 200px;
          height: auto;
          padding: 10px;
          background-color: #1f7c95; }
          header .main-menu ul li .sub-menu .sub-child-menu li {
            display: block;
            margin: 10px 0; }
            header .main-menu ul li .sub-menu .sub-child-menu li a {
              color: #fff;
              font-weight: bold; }
  header .main-menu .close-menu {
    display: none; }
  header .header-setting {
    margin: 10px 0 0 0; }
    header .header-setting .menu-button {
      display: none; }
    header .header-setting form {
      display: inline-block; }
      header .header-setting form .search {
        border-radius: 35px;
        padding: 10px;
        border: 1px solid #d7d7d7; }
        header .header-setting form .search button {
          border: 0;
          background-color: transparent; }
          header .header-setting form .search button i {
            color: #d7d7d7;
            font-size: 14px; }
        header .header-setting form .search input {
          border: 0; }
          header .header-setting form .search input::placeholder {
            font-size: 14px;
            color: #d7d7d7; }
    header .header-setting a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 1px solid #d7d7d7;
      color: #d7d7d7;
      font-weight: bold;
      text-transform: capitalize;
      transition: linear .4s; }
      header .header-setting a:hover {
        transition: linear .4s;
        cursor: pointer;
        color: #ffffff;
        background-color: #087c95; }
        header .header-setting a:hover i {
          transition: linear .4s;
          color: #ffffff; }
      header .header-setting a i {
        color: #d7d7d7;
        font-size: 14px;
        transition: linear .4s; }

/* End Header */
/*Start Main Slider */
.main-slider .item img {
  width: 100%;
  max-height: 550px; }
.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }
  .main-slider .owl-nav .owl-prev {
    margin-right: 30px; }
  .main-slider .owl-nav .owl-next {
    float: left;
    margin-left: 30px; }
  .main-slider .owl-nav i {
    width: 40px;
    height: 40px;
    background-color: #087c95;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    transition: linear .4s; }
    .main-slider .owl-nav i:hover {
      transition: linear .4s;
      background-color: #28b4d2; }

/*End Main Slider */
/* Start Page Content */
.page-content {
  margin: 30px 0; }
  .page-content .ads .ads-button {
    border-bottom: 1px solid #b7b7b7; }
    .page-content .ads .ads-button .mixitup-control-active span {
      color: #087c95; }
    .page-content .ads .ads-button .mixitup-control-active:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      right: 0;
      width: 100%;
      height: 5px;
      background-color: #087c95;
      transition: linear .4s; }
    .page-content .ads .ads-button button {
      background-color: transparent;
      border: 0;
      text-align: center;
      padding: 15px 20px;
      position: relative; }
      .page-content .ads .ads-button button:after {
        content: " ";
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 20%;
        height: 5px;
        background-color: transparent;
        transition: linear .4s; }
      .page-content .ads .ads-button button:focus:after, .page-content .ads .ads-button button:hover:after {
        width: 100%;
        background-color: #087c95;
        transition: linear .4s; }
      .page-content .ads .ads-button button:focus span, .page-content .ads .ads-button button:hover span {
        color: #087c95;
        transition: linear .4s; }
      .page-content .ads .ads-button button span {
        color: #2f2f2f;
        transition: linear .4s; }
  .page-content .ads .ads-content {
    margin-top: 30px; }
    .page-content .ads .ads-content .ad-element {
      margin-bottom: 30px; }
      .page-content .ads .ads-content .ad-element .image-ad {
        position: relative; }
        .page-content .ads .ads-content .ad-element .image-ad img {
          max-height: 200px;
          width: 100%;
          box-shadow: 0px 0px 21px 7px transparent;
          transition: linear .4s; }
        .page-content .ads .ads-content .ad-element .image-ad .items-on-image-ad {
          position: absolute;
          top: 60%;
          width: 70%; }
          .page-content .ads .ads-content .ad-element .image-ad .items-on-image-ad p {
            margin: 0 0 7px 0;
            padding: 3px;
            background-color: #28b4d2;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .page-content .ads .ads-content .ad-element .image-ad .items-on-image-ad p i {
              color: #ffffff;
              margin: 0 5px; }
            .page-content .ads .ads-content .ad-element .image-ad .items-on-image-ad p span {
              color: #ffffff; }
      .page-content .ads .ads-content .ad-element .ad-title {
        margin: 15px 0; }
        .page-content .ads .ads-content .ad-element .ad-title i {
          background: #34b4d2;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center;
          display: inline-flex;
          color: #fff;
          transition: linear .4s; }
        .page-content .ads .ads-content .ad-element .ad-title h4 {
          display: inline-flex;
          color: #000;
          font-size: 20px;
          vertical-align: revert;
          margin: 0 5px; }
        .page-content .ads .ads-content .ad-element .ad-title button {
          background-color: transparent;
          border: 0; }
          .page-content .ads .ads-content .ad-element .ad-title button i {
            background: transparent  !important;
            justify-content: flex-end;
            color: #cecece; }
          .page-content .ads .ads-content .ad-element .ad-title button:focus i {
            color: #f1c600;
            transition: linear .4s; }
      .page-content .ads .ads-content .ad-element .ad-paragraph p {
        color: #898989;
        text-align: justify;
        font-size: 14px; }
      .page-content .ads .ads-content .ad-element:hover img {
        box-shadow: 0px 0px 21px 7px #d8d3d3;
        transition: linear .4s; }
      .page-content .ads .ads-content .ad-element:hover .ad-title i {
        background: #087c95;
        transition: linear .4s; }
  .page-content .side-bar .add-ad a {
    width: 100%;
    display: block;
    padding: 15px;
    background: #1f7c95;
    text-align: center;
    color: #fff;
    transition: linear .4s; }
    .page-content .side-bar .add-ad a:hover {
      transition: linear .4s;
      transform: scale(0.9); }
  .page-content .side-bar .my-cars {
    margin-top: 31px; }
    .page-content .side-bar .my-cars .video-cars {
      position: relative; }
      .page-content .side-bar .my-cars .video-cars img {
        max-height: 200px;
        width: 100%; }
      .page-content .side-bar .my-cars .video-cars a {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%);
        z-index: 2; }
        .page-content .side-bar .my-cars .video-cars a i {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          font-size: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #28b4d2;
          color: #003147;
          padding: 1px 0 0 3px;
          transition: linear .4s; }
        .page-content .side-bar .my-cars .video-cars a:hover i {
          transform: scale3d(1.2, 1.2, 1.2);
          transition: linear .4s; }
      .page-content .side-bar .my-cars .video-cars:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1; }
    .page-content .side-bar .my-cars .cars-paragraph p {
      margin: 15px 0 20px 0;
      color: #898989;
      text-align: justify;
      font-size: 14px; }
    .page-content .side-bar .my-cars .cars-paragraph a {
      width: 100%;
      display: block;
      padding: 10px;
      background: #28b4d2;
      text-align: center;
      color: #fff;
      transition: linear .4s; }
  .page-content .side-bar .new-cars {
    position: relative;
    margin: 30px 0 0 0; }
    .page-content .side-bar .new-cars h5 {
      font-weight: bold; }
    .page-content .side-bar .new-cars .new-car-content {
      margin-bottom: 30px; }
      .page-content .side-bar .new-cars .new-car-content .new-car-slider {
        position: relative; }
        .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-carousel {
          margin: 0; }
          .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-carousel .main-image-new-car img {
            width: 100%;
            max-height: 200px; }
        .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-thumbs {
          position: absolute;
          top: 5%;
          z-index: 1; }
          .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-thumbs button {
            margin: 0 15px 10px 15px;
            display: block;
            border: 1px solid #28b4d2;
            background-color: transparent; }
            .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-thumbs button img {
              width: 50px;
              height: 50px; }
      .page-content .side-bar .new-cars .new-car-content .new-car-title {
        margin: 15px 0; }
        .page-content .side-bar .new-cars .new-car-content .new-car-title i {
          background: #34b4d2;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center;
          display: inline-flex;
          color: #fff;
          transition: linear .4s; }
        .page-content .side-bar .new-cars .new-car-content .new-car-title h4 {
          display: inline-flex;
          color: #000;
          font-size: 20px;
          vertical-align: revert;
          margin: 0 5px; }
      .page-content .side-bar .new-cars .new-car-content .new-car-paragraph p {
        color: #898989;
        text-align: justify;
        font-size: 14px; }
  .page-content .last-auctions {
    padding: 50px 0 80px 0; }
    .page-content .last-auctions h3 {
      font-weight: bold;
      margin: 20px 0 40px 0; }
    .page-content .last-auctions .auction-element {
      margin-bottom: 30px; }
      .page-content .last-auctions .auction-element .image-auction {
        position: relative; }
        .page-content .last-auctions .auction-element .image-auction img {
          max-height: 200px;
          width: 100%;
          box-shadow: 0px 0px 21px 7px transparent;
          transition: linear .4s; }
        .page-content .last-auctions .auction-element .image-auction .items-on-image-auction {
          position: absolute;
          top: 80%;
          width: 70%; }
          .page-content .last-auctions .auction-element .image-auction .items-on-image-auction p {
            margin: 0 0 7px 0;
            padding: 3px;
            background-color: #28b4d2;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .page-content .last-auctions .auction-element .image-auction .items-on-image-auction p i {
              color: #ffffff;
              margin: 0 5px; }
            .page-content .last-auctions .auction-element .image-auction .items-on-image-auction p span {
              color: #ffffff; }
      .page-content .last-auctions .auction-element .auction-title {
        margin: 15px 0; }
        .page-content .last-auctions .auction-element .auction-title i {
          background: #34b4d2;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center;
          display: inline-flex;
          color: #fff;
          transition: linear .4s; }
        .page-content .last-auctions .auction-element .auction-title h4 {
          display: inline-flex;
          color: #000;
          font-size: 20px;
          vertical-align: revert;
          margin: 0 5px; }
        .page-content .last-auctions .auction-element .auction-title button {
          background-color: transparent;
          border: 0; }
          .page-content .last-auctions .auction-element .auction-title button i {
            background: transparent  !important;
            justify-content: flex-end;
            color: #cecece; }
          .page-content .last-auctions .auction-element .auction-title button:focus i {
            color: #f1c600;
            transition: linear .4s; }
      .page-content .last-auctions .auction-element .auction-paragraph p {
        color: #898989;
        text-align: justify;
        font-size: 14px; }
      .page-content .last-auctions .auction-element:hover img {
        box-shadow: 0px 0px 21px 7px #d8d3d3;
        transition: linear .4s; }
      .page-content .last-auctions .auction-element:hover .auction-title i {
        background: #087c95;
        transition: linear .4s; }

/* End Page Content */
/* Start Footer */
footer {
  background-color: #f4f4f4;
  padding: 50px 0; }
  footer .social {
    text-align: center;
    margin-bottom: 30px; }
    footer .social a i {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #28b4d2;
      color: #ffffff;
      font-size: 18px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 0 5px;
      transition: linear .4s; }
      footer .social a i:hover {
        background-color: #087c95;
        transform: scale3d(1.2, 1.2, 1.2);
        transition: linear .4s; }
  footer .vip-urls {
    margin-bottom: 30px;
    text-align: center; }
    footer .vip-urls ul {
      margin: 0; }
      footer .vip-urls ul li {
        list-style: none;
        display: inline-block;
        margin: 0 10px; }
        footer .vip-urls ul li a {
          color: #686868; }
  footer .rights {
    text-align: center; }
    footer .rights p {
      color: #000000; }
      footer .rights p a {
        color: #28b4d2; }

/* End Footer */
/* Start sign */
.sign {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 0;
  transition: linear .4s; }

.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  z-index: 999;
  transition: linear .4s; }

.no-scroll {
  overflow: hidden !important; }

.sign-content {
  background-color: #ffffff;
  display: table;
  margin: 50px auto 0;
  padding: 20px;
  width: 30%;
  position: relative; }
  .sign-content i {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }
    .sign-content i:hover {
      transition: linear .4s;
      color: red;
      cursor: pointer; }
  .sign-content .top-part {
    text-align: center; }
    .sign-content .top-part img {
      width: 50%;
      margin-bottom: 20px; }
    .sign-content .top-part h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 5px 0; }
    .sign-content .top-part p {
      font-size: 12px; }
      .sign-content .top-part p span {
        color: #d7d7d7; }
      .sign-content .top-part p a span {
        color: #28b4d2; }
  .sign-content form {
    display: block; }
    .sign-content form input {
      display: block;
      width: 100%;
      margin: 15px 0;
      padding: 5px;
      border-radius: 0;
      border: 1px solid #949494; }
      .sign-content form input::placeholder {
        font-size: 14px;
        color: #949494; }
    .sign-content form input[type=checkbox] {
      display: inline-block;
      width: 5%;
      margin: 0; }
    .sign-content form label {
      color: #949494;
      font-size: 14px; }
    .sign-content form a {
      float: left;
      color: #087c95;
      font-size: 14px; }
    .sign-content form button {
      display: table;
      border: 0;
      padding: 10px 60px;
      margin-top: 20px;
      color: #ffffff;
      background-color: #087c95; }

/* End sign */
/* Start Log In */
.log-in {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  z-index: 0;
  transition: linear .4s; }

.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  z-index: 999;
  transition: linear .4s; }

.no-scroll {
  overflow: hidden !important; }

.log-content {
  background-color: #ffffff;
  display: table;
  margin: 150px auto 0;
  padding: 20px;
  width: 30%;
  position: relative; }
  .log-content i {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }
    .log-content i:hover {
      transition: linear .4s;
      color: red;
      cursor: pointer; }
  .log-content .top-part {
    text-align: center; }
    .log-content .top-part img {
      width: 50%;
      margin-bottom: 20px; }
    .log-content .top-part h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 5px 0; }
    .log-content .top-part p {
      font-size: 12px; }
      .log-content .top-part p span {
        color: #d7d7d7; }
      .log-content .top-part p a span {
        color: #28b4d2; }
  .log-content form {
    display: block; }
    .log-content form input {
      display: block;
      width: 100%;
      margin: 15px 0;
      padding: 5px;
      border-radius: 0;
      border: 1px solid #949494; }
      .log-content form input::placeholder {
        font-size: 14px;
        color: #949494; }
    .log-content form a {
      color: red;
      margin-top: 30px;
      display: block;
      font-size: 14px; }
    .log-content form button {
      display: table;
      border: 0;
      padding: 10px 60px;
      margin-top: 20px;
      color: #ffffff;
      background-color: #087c95; }

/* End Log In */
.auction-single-content {
  padding: 50px 0; }
  .auction-single-content .asc-title {
    margin: 15px 0; }
    .auction-single-content .asc-title i {
      background: #34b4d2;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      display: inline-flex;
      color: #fff;
      transition: linear .4s; }
    .auction-single-content .asc-title h4 {
      display: inline-flex;
      color: #000;
      font-size: 20px;
      vertical-align: revert;
      margin: 0 5px; }
    .auction-single-content .asc-title button {
      background-color: transparent;
      border: 0; }
      .auction-single-content .asc-title button i {
        background: transparent  !important;
        justify-content: flex-end;
        color: #cecece; }
      .auction-single-content .asc-title button:focus i {
        color: #f1c600;
        transition: linear .4s; }
  .auction-single-content .asc-paragraph {
    margin-bottom: 30px; }
    .auction-single-content .asc-paragraph p {
      color: #898989;
      text-align: justify;
      font-size: 14px; }
  .auction-single-content .asc-slider .owl-carousel .main-image-asc img {
    width: 100%;
    max-height: 400px; }
  .auction-single-content .asc-slider .owl-thumbs {
    margin-top: 20px; }
    .auction-single-content .asc-slider .owl-thumbs .owl-thumb-item {
      border: 0;
      background: transparent; }
      .auction-single-content .asc-slider .owl-thumbs .owl-thumb-item img {
        width: 70px;
        height: 70px;
        transition: linear .4s; }
        .auction-single-content .asc-slider .owl-thumbs .owl-thumb-item img:hover {
          transform: scale(0.9);
          transition: linear .4s; }
  .auction-single-content .auction-details {
    margin-top: 40px; }
    .auction-single-content .auction-details .auction-details-content {
      display: inline-block;
      background-color: #28b4d2; }
      .auction-single-content .auction-details .auction-details-content i {
        background-color: #087c95;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .auction-single-content .auction-details .auction-details-content span {
        background-color: #28b4d2;
        vertical-align: top;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 0 17px; }
  .auction-single-content .auction-info {
    border: 1px solid #28b4d2;
    margin-top: 30px; }
    .auction-single-content .auction-info .all-info-content {
      border-bottom: 1px solid #28b4d2; }
      .auction-single-content .auction-info .all-info-content:last-of-type {
        border: 0; }
      .auction-single-content .auction-info .all-info-content .info-title {
        background: #d8f3f9;
        color: #087c95;
        width: 20%;
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold; }
      .auction-single-content .auction-info .all-info-content .info-content {
        background: #fff;
        color: #a9a7a7;
        width: 29%;
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold; }
  .auction-single-content .main-content-auction {
    margin: 20px 0; }
    .auction-single-content .main-content-auction p {
      color: #898989;
      text-align: justify;
      line-height: 30px; }
  .auction-single-content .video-cars-auction {
    position: relative;
    margin-bottom: 30px; }
    .auction-single-content .video-cars-auction img {
      max-height: 300px;
      width: 100%; }
    .auction-single-content .video-cars-auction a {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%);
      z-index: 2; }
      .auction-single-content .video-cars-auction a i {
        border-radius: 50%;
        font-size: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #28b4d2;
        padding: 1px 0 0 3px;
        transition: linear .4s; }
      .auction-single-content .video-cars-auction a:hover i {
        transform: scale3d(1.2, 1.2, 1.2);
        transition: linear .4s; }
    .auction-single-content .video-cars-auction:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1; }
  .auction-single-content .about-auction {
    background-color: #d8f3f9;
    padding: 20px 0 0 0; }
    .auction-single-content .about-auction .info {
      display: inline-block;
      width: 59%;
      padding: 0 20px; }
      .auction-single-content .about-auction .info h4 {
        color: #087c95;
        font-weight: bold;
        margin-bottom: 20px; }
      .auction-single-content .about-auction .info .info-about {
        display: inline-flex;
        align-items: center;
        margin-bottom: 20px; }
        .auction-single-content .about-auction .info .info-about i {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px;
          background-color: #087c95;
          font-size: 20px;
          color: #ffffff;
          border-radius: 50%; }
        .auction-single-content .about-auction .info .info-about span {
          display: inline-block;
          margin: 0 5px; }
    .auction-single-content .about-auction .current-price {
      width: 39%;
      display: inline-block;
      text-align: end;
      vertical-align: top; }
      .auction-single-content .about-auction .current-price h6 {
        color: #087c95;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold; }
      .auction-single-content .about-auction .current-price h2 {
        color: #087c95;
        font-size: 38px;
        font-weight: bold; }
    .auction-single-content .about-auction .num-auction {
      background-color: #bedfe6;
      padding: 10px; }
      .auction-single-content .about-auction .num-auction span {
        color: #000000;
        font-size: 14px; }
      .auction-single-content .about-auction .num-auction a {
        font-size: 14px;
        margin: 0 100px;
        color: #000000; }
  .auction-single-content .tit-exp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    .auction-single-content .tit-exp i {
      width: 50px;
      height: 50px;
      background: #087c95;
      font-size: 20px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
    .auction-single-content .tit-exp h4 {
      margin: 0 10px;
      font-weight: bold;
      color: #282828; }
  .auction-single-content .auctions {
    padding: 50px 0;
    border-bottom: 2px solid #d7d7d7; }
    .auction-single-content .auctions .auc-er {
      background: #d8f3f9;
      padding: 20px; }
      .auction-single-content .auctions .auc-er .user-name {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
        .auction-single-content .auctions .auc-er .user-name i {
          background: #28b4d2;
          color: #fff;
          font-size: 20px;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
        .auction-single-content .auctions .auc-er .user-name span {
          margin: 0 10px;
          color: #34b4d2;
          font-weight: bold; }
      .auction-single-content .auctions .auc-er .auc-qua {
        margin-bottom: 20px; }
        .auction-single-content .auctions .auc-er .auc-qua span {
          color: #34b4d2;
          font-weight: bold; }
      .auction-single-content .auctions .auc-er .auc-time i {
        color: #919191; }
      .auction-single-content .auctions .auc-er .auc-time span {
        color: #919191; }
    .auction-single-content .auctions .participate {
      margin: 30px 0 0 0; }
      .auction-single-content .auctions .participate form {
        border: 1px solid #28b4d2;
        width: 100%;
        display: block;
        margin-bottom: 20px; }
        .auction-single-content .auctions .participate form input {
          width: 74%;
          border-radius: 0;
          padding: 15px;
          border: 0;
          display: inline-block; }
        .auction-single-content .auctions .participate form button {
          display: inline-block;
          width: 25.5%;
          border: 0;
          padding: 15px;
          color: #fff;
          background-color: #087c95; }
      .auction-single-content .auctions .participate .auc-acc span {
        color: #087c95;
        font-weight: bold; }
      .auction-single-content .auctions .participate .auc-acc a {
        color: #087c95;
        font-weight: bold; }
  .auction-single-content .comment-auc {
    margin-top: 30px; }
    .auction-single-content .comment-auc .the-comment {
      background: #d8f3f9;
      padding: 20px;
      border-bottom: 2px solid #28b4d2; }
      .auction-single-content .comment-auc .the-comment .user-comment-info {
        display: flex;
        align-items: end; }
        .auction-single-content .comment-auc .the-comment .user-comment-info i {
          background: #28b4d2;
          color: #fff;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 20px; }
        .auction-single-content .comment-auc .the-comment .user-comment-info .info-user {
          margin: 0 10px; }
          .auction-single-content .comment-auc .the-comment .user-comment-info .info-user h6 {
            font-size: 14px;
            color: #28b4d2;
            font-weight: bold; }
            .auction-single-content .comment-auc .the-comment .user-comment-info .info-user h6:last-of-type {
              color: #9ea9ac;
              font-weight: unset; }
      .auction-single-content .comment-auc .the-comment .comment-content {
        margin-top: 10px; }
        .auction-single-content .comment-auc .the-comment .comment-content p {
          color: #28b4d2; }
    .auction-single-content .comment-auc form {
      margin-top: 30px;
      border: 1px solid #28b4d2;
      width: 100%;
      display: block;
      margin-bottom: 20px; }
      .auction-single-content .comment-auc form input {
        width: 74%;
        border-radius: 0;
        padding: 15px;
        border: 0;
        display: inline-block; }
      .auction-single-content .comment-auc form button {
        display: inline-block;
        width: 25.5%;
        border: 0;
        padding: 15px;
        color: #fff;
        background-color: #087c95; }
  .auction-single-content .soon-end {
    margin-top: 30px; }
    .auction-single-content .soon-end h5 {
      font-weight: bold;
      margin-bottom: 20px; }
    .auction-single-content .soon-end .ad-element {
      margin-bottom: 30px; }
      .auction-single-content .soon-end .ad-element .image-ad {
        position: relative; }
        .auction-single-content .soon-end .ad-element .image-ad img {
          max-height: 200px;
          width: 100%;
          box-shadow: 0px 0px 21px 7px transparent;
          transition: linear .4s; }
        .auction-single-content .soon-end .ad-element .image-ad .items-on-image-ad {
          position: absolute;
          top: 60%;
          width: 70%; }
          .auction-single-content .soon-end .ad-element .image-ad .items-on-image-ad p {
            margin: 0 0 7px 0;
            padding: 3px;
            background-color: #f54444;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .auction-single-content .soon-end .ad-element .image-ad .items-on-image-ad p i {
              color: #ffffff;
              margin: 0 5px; }
            .auction-single-content .soon-end .ad-element .image-ad .items-on-image-ad p span {
              color: #ffffff; }
      .auction-single-content .soon-end .ad-element .ad-title {
        margin: 15px 0; }
        .auction-single-content .soon-end .ad-element .ad-title i {
          background: #34b4d2;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center;
          display: inline-flex;
          color: #fff;
          transition: linear .4s; }
        .auction-single-content .soon-end .ad-element .ad-title h4 {
          display: inline-flex;
          color: #000;
          font-size: 20px;
          vertical-align: revert;
          margin: 0 5px; }
        .auction-single-content .soon-end .ad-element .ad-title button {
          background-color: transparent;
          border: 0; }
          .auction-single-content .soon-end .ad-element .ad-title button i {
            background: transparent  !important;
            justify-content: flex-end;
            color: #cecece; }
          .auction-single-content .soon-end .ad-element .ad-title button:focus i {
            color: #f1c600;
            transition: linear .4s; }
      .auction-single-content .soon-end .ad-element .ad-paragraph p {
        color: #898989;
        text-align: justify;
        font-size: 14px; }
      .auction-single-content .soon-end .ad-element:hover img {
        box-shadow: 0px 0px 21px 7px #d8d3d3;
        transition: linear .4s; }
      .auction-single-content .soon-end .ad-element:hover .ad-title i {
        background: #087c95;
        transition: linear .4s; }

@media (min-width: 992px) and (max-width: 1200px) {
  header .main-menu ul li {
    display: inline-block;
    margin: 0 2px; }

  header .main-menu ul li a {
    font-size: 14px; }

  header .header-setting form {
    width: 55%; }

  header .header-setting form .search input {
    width: 85%; }

  .page-content .ads .ads-content .ad-element .image-ad .items-on-image-ad p span {
    font-size: 12px; }

  .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-thumbs button {
    margin: 0 15px 3px 15px; }

  .page-content .side-bar .new-cars .new-car-content .new-car-slider .owl-thumbs {
    top: 0; } }
@media (max-width: 991px) {
.sign-content,.log-content{
    width: 80%;}
.sign-content{
    margin: 20px auto 0;}
.log-content{
    margin: 50px auto 0;
}
  .page-content .ads .ads-button button {
    padding: 10px 5px;
    font-size: 12px; }

  .page-content .ads .ads-content .ad-element .image-ad img,
  .page-content .last-auctions .auction-element .image-auction img {
    max-height: 300px; }

  footer .vip-urls ul li {
    display: block; }

  footer {
    padding: 20px 0; }

  .page-content .last-auctions {
    padding: 30px 0; }

  footer .rights p {
    font-size: 18px;
    line-height: 30px; }

  .page-content {
    padding: 0 10px; }

  .main-slider .owl-nav {
    display: none; }

  header .logo a img {
    width: 50%; }

  header .logo {
    text-align: center; }

  header .header-setting .menu-button {
    display: inline-block;
    vertical-align: sub; }

  /* Start main menu */
  .menu-button .click-button {
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    z-index: 9;
    position: relative;
    flex-flow: column-reverse; }

  .menu-button .click-button span {
    width: 25px;
    height: 3px;
    display: block;
    background-color: #d7d7d7;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: linear 0.4s;
    margin-bottom: 4px; }

  header .header-setting form {
    width: 100%;
    margin-bottom: 10px; }

  header .header-setting form .search {
    border-radius: 3px;
    padding: 5px; }

  .main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    height: 100vh;
    background: #087c95;
    transition: linear .4s; }

  .open-menu {
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transition: linear .4s; }

  header .main-menu ul li {
    list-style: none;
    display: block;
    margin: 20px;
    position: relative; }

  header .main-menu ul li a {
    color: #ffffff; }

  header .main-menu ul li .sub-menu, header .main-menu ul li .sub-menu .sub-child-menu {
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%; }

  .close-menu {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }
    .close-menu:hover {
      transition: linear .4s;
      color: red;
      cursor: pointer; }

  .page-content .side-bar .my-cars .video-cars img {
    max-height: 300px; }

  .auction-single-content .asc-slider .owl-carousel .main-image-asc img {
    max-height: 120px; }

  .auction-single-content .auction-info .all-info-content .info-content {
    width: 67%;
    font-size: 13px; }

  .auction-single-content .auction-info .all-info-content .info-title {
    width: 31%; }

  .auction-single-content .about-auction .current-price {
    width: 82%; }

  .auction-single-content .about-auction .info {
    width: 100%; }

  .auction-single-content .about-auction .num-auction a {
    margin: 0 50px; }

  .auction-single-content .auctions .auc-er {
    margin: 5px 0;
    text-align: center; }

  .auction-single-content .auctions .participate form button {
    width: 24.5%; }

  .auction-single-content .auctions .participate .auc-acc a {
    float: none !important;
    display: block;
    margin: 5px; }

  .auction-single-content .comment-auc form button {
    width: 33.5%; }

  .auction-single-content .comment-auc form input {
    width: 65%; }

  .auction-single-content .soon-end .ad-element .image-ad img {
    max-height: 300px; } }

/*# sourceMappingURL=main.css.map */
