/*PAGINATION DESIGN*/
@font-face {
  font-family: "AvenirNext-Regular";
  src: url('./font/AvenirNext-Bold.ttf'),
      url('./font/AvenirNext-Regular.ttf')
}

body {
  font-family: "AvenirNext-Regular" !important;
}

ul.pagination li a,
ul.pagination li span {
  width: 35px;
  height: 35px;
  /* background: #ccc !important; */
  /* border-radius: 50%; */
  border-color: #ff5722;
  text-align: center;
  font-size: 14px;
  /* line-height: 35px; */
  margin: 0px 5px;
  transition: all 0.3s;
  color: #000;
  display: inline-block;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a:hover {
  color: #fff !important;
  background: #ff5722 !important;
}

ul.pagination {
  display: inline-block;
  margin: 0 auto;
}

ul.pagination li.active span {
  background: #ff5722 !important;
  border-color: #ff5722 !important;
  color: #fff;
  cursor: no-drop;
}

.page-center {
  text-align: center;
}

/*PAGINATION DESIGN ENDS*/

.gocover {
  display: none;
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.recent-post-widget .post-list li .post .post-img {
  max-width: 100px;
}
.forgot-header {
  background-color: #ed1e79;
  padding: 15px 30px;
}

.forgot-header h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
}
/* PRELOADER CSS ENDS*/

/* details page CSS */
ul.profile-meta i {
  color: #ff5722;
}

/* search page CSS */
a#showMore {
  display: block;
  text-align: right;
  font-size: 14px;
  text-transform: capitalize;
}

.inTouchButton {
  color: #ff5722;
}

.quote_car {
  background: #ff5722 !important;
  color: #fff;
}

/* Search box; over-riding default design */
.front-sort-box {
  text-align: unset !important;
}

.clear-all-btn:hover {
  color: #ff5722;
}

.front-font-color {
  color: #ff5722;
}

.breadcrumb-area h4 {
  font-weight: bold;
}

.breadcrumb-area img {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2rem;
}

.front-admin-features {
  background-color: #f9f9f9;
  padding: 1rem;
}

.section-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.vehicle-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

.front-gst {
  font-size: 16px;
}

.inspection-section {
  background: #fff6f4;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

/* Over-riding and extending the width of container */
@media (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

/* 
@media (min-width: 1024px) {
  .container{
      max-width: 960px;
  }
} */
