html,
body {
  font-family: open sans, pf dintext pro, Arial, Helvetica, sans-serif;
  line-height: 1.5 !important;
  font-size: 14px !important;
  color: #707676;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
}

.top-banner {
  max-width: 75%;
}

.bg-richmo {
  background-color: #0d357d;
}

.border-bg-richmo {
  border-color: #0d357d !important;
}

.bg-main {
  background-color: #e7edee;
}

.max-w-985 {
  max-width: 985px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-100 {
  font-size: 100px;
}

.main-search::placeholder {
  color: #a8a5a5;
  font-weight: 300;
}

.w-100px {
  width: 100px;
}

.min-h-180-px {
  min-height: 180px !important;
}

.bg-main-sidebar {
  background-color: #424e4e;
}

.ui-sprite.categories-36 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-image: url(../images/categories-large.png);
}

.ui-sprite.categories-18 {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(../images/categories-small.png);
}

.ui-sprite.categories-18.vehicles {
  background-position: 0 0;
}

.ui-sprite.categories-18.property {
  background-position: 0 -36px;
}

.ui-sprite.categories-18.jobs {
  background-position: 0 -216px;
}

.slick-prev:before,
.slick-next:before {
  color: brown;
}

.slick-prev {
  left: -10px;
  z-index: 100;
}

.slick-next {
  right: -10px;
  z-index: 100;
}

.bg-top-ad {
  background: #fffcdd;
}

.top-ad-banner {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.shadow-hover-top:hover {
  box-shadow: 0 0 8px 0 #d4ded9 !important;
}

.shadow-hover:hover {
  box-shadow: 0 0 8px 0 #d4ded9 !important;
  border-left: solid rgba(0, 0, 0, 0.176) 1px !important;
  border-right: solid rgba(0, 0, 0, 0.176) 1px !important;
  border-bottom: solid rgba(0, 0, 0, 0.176) 1px !important;
  border-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transition: box-shadow 0.5s ease;
}

.urgent-ad-banner {
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 71px;
  background: #d95e46;
  position: absolute;
  top: 10px;
  right: -16px;
}

.locations-li a:hover {
  cursor: pointer;
}

.locations-li a::after {
  font-family: "font awesome 5 free";
  content: "\f054";
  color: #afb7ad;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  float: right;
  font-weight: 900;
}

.sidebar-location-li a.is-active,
.locations-li a.is-active {
  color: #333;
  font-weight: bold;
}

.locations-li a.is-active::after {
  color: #333;
}

.categories-li a:hover {
  cursor: pointer;
}

.categories-li a::after {
  font-family: "font awesome 5 free";
  content: "\f054";
  color: #afb7ad;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  float: right;
  font-weight: 900;
}

.categories-li a.is-active {
  color: #333;
  font-weight: bold;
}

.categories-li a.is-active::after {
  color: #333;
}

.sub-categories-li a:hover {
  cursor: pointer;
}

.sub-categories-li a.is-active {
  color: #333;
  font-weight: bold;
}

.sub-categories-li a.is-active::after {
  color: #333;
}

.filter-urgent {
  background-color: rgb(217, 94, 70);
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
}

.filter-featured {
  background-color: #673500;
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
}

.text-ash {
  color: #707676;
}

.page-rover {
  display: inline;
  margin: 0;
  padding: 0;
}

.page-rover li {
  display: inline;
  list-style: none;
}

.page-rover li::after {
  display: inline-block;
  content: '>';
  padding-left: .3em;
  color: #707676;
}

.page-rover li:last-child:after {
  display: inline-block;
  content: '';
  padding-left: .3em;
}

.page-rover li a {
  text-decoration: none;
}

.single-ad-phone {
  font-weight: 600;
  margin-left: 0;
  display: block;
  font-size: 16px;
  background: #fff;
  border-radius: 0 3px 2px 0;
  position: relative;
  margin-top: 0;
  padding-left: 50px;
  color: #014f84;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-ad-phone::before {
  content: "\f095";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 27px;
  transform: scale(-1, 1);
  font-weight: 900;
  font-family: "font awesome 5 free";
  background: #014f84;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
}

.single-ad-phone-text {
  font-size: 13px;
  display: block;
  /* margin-top: -20px; */
  color: #000;
  font-weight: 400;
}

.show-phone {
  cursor: pointer;
}

.btn-share {
  display: inline-block;
  height: 40px;
  border: 1px solid #ddd;
  width: 40px;
  padding: 6px 9px;
  border-radius: 3px;
  margin-right: 5px;
}

.btn-share img {
  height: 20px;
  width: 20px;
}

.btn-share:hover {
  opacity: .8;
  margin-top: -4px;
  -moz-transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  -ms-transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  -o-transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  -webkit-transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
  transition: o .2s ease-in, p .2s ease-in, a .2s ease-in, c .2s ease-in, i .2s ease-in, t .2s ease-in, y .2s ease-in;
}

.li-arrow::after {
  font-family: "font awesome 5 free";
  padding-left: 5px;
  content: '\f30b';
  font-weight: 600;
}

.btn-upload-file {
  background: #E6E6E6;
  font-family: "Verdana";
  font-size: 10px;
  height: 105px;
  padding: 10px 7.5px;
  text-align: center;
  width: 137px;
  cursor: pointer;
  margin-left: 20px;
  display: block;
}

.card-body.box-area {
  min-height: 240px;
}

.box-area ul li a {
  padding: 0 7px;
  display: block;
}

.box-area ul li a:after {
  float: right;
  font-family: "font awesome 5 free";
  content: "\f054";
  color: #afb7ad;
  font-weight: 900;
}

.box-icon {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 1rem;
  background: 0 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.account-options li .fa {
  font-size: 24px;
  padding: 15px;
  margin-right: 10px;
  border: 1px solid #edefef;
  border-radius: 35px;
}

.account-options li .fa-tag {
  color: #bd7a7a;
}

.account-options li .fa-star {
  color: #e4c20d;
}

.my-account-options li a {
  text-decoration: none;
}

.my-account-options li:after {
  content: '\f054';
  color: #afb7ad;
  font-family: "font awesome 5 free";
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: 600;
}

.ad-details h6 {
  font-size: 16px;
  font-weight: 700;
}

.promot-ad-container {
  min-height: 117px;
}

.btn-close-modal {
  background-image: url(../images/btn-close.png);
  background-size: contain;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: -29px !important;
  margin-top: -29px !important;
  opacity: .9;
}

.btn-close-modal:hover {
  opacity: 1;
}

.filter-featured {
  background-color: rgb(217, 195, 70);
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
}

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-post {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 24px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0 1px 0 #ffee96;
  color: #673500 !important;
  background: #ffca5e;
  background: -webkit-linear-gradient(#ffd972, #ffba49);
  background: linear-gradient(#ffd972, #ffba49);
  box-shadow: 0 1px 2px 0 #460731;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.btn-post:hover,
.btn-post:focus {
  outline: none;
  background: #ffca5e;
  background: -webkit-linear-gradient(#fde5a2, #ffc15c);
  background: linear-gradient(#fde5a2, #ffc15c);
}


.direction-img {
  position: relative;
}

.direction-img:before {
  content: url(../images/direction-right.png);
  position: absolute;
  left: -50px;
  top: 5px;
  z-index: 3;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.direction-img:hover:before {
  left: -40px;
}

.direction-img:after {
  content: url(../images/direction-left.png);
  position: absolute;
  right: -50px;
  top: 5px;
  z-index: 3;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.direction-img:hover:after {
  right: -40px;
}

.slick-next:before,
.slick-prev:before {
  content: unset !important;
}

.slick-next,
.slick-prev {
  background: #fff !important;
  background-size: auto !important;
  /* Adjust as needed */
  background-position: center !important;
  /* Adjust as needed */
  width: 40px !important;
  /* Adjust as needed */
  height: 40px !important;
  /* Adjust as needed */
  opacity: 1 !important;
  display: block !important;
  z-index: 100 !important;
  background-repeat: no-repeat !important;
}

.slick-next:hover,
.slick-prev:hover {
  background: #fff !important;
  background-size: auto !important;
  /* Adjust as needed */
  background-position: center !important;
  /* Adjust as needed */
  width: 40px !important;
  /* Adjust as needed */
  height: 40px !important;
  /* Adjust as needed */
  opacity: 1 !important;
  display: block !important;
  z-index: 100 !important;
  background-repeat: no-repeat !important;
}

.slick-prev:hover,
.slick-prev {
  background-image: url(../images/arrow-left.png) !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.slick-next:hover,
.slick-next {
  background-image: url(../images/arrow-right.png) !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.spotlight-slider-title {
  position: relative;
  bottom: 135px;
  margin-left: 20px;
  font-weight: 600;
  color: #fff;
}

.spotlight-slider-price {
  position: relative;
  bottom: 145px;
  margin-left: 20px;
  font-weight: bold;
  color: #acedf8;
}

.border-richmo {
  border-color: #0d357d !important;
}

.all-ad-search {
  box-shadow: none !important;
}

.single-ad-slider>.slick-list.draggable {
  max-height: 420px !important;
}

.all-ads-slider {
  overflow: hidden;
  height: 330px !important;
}

.all-ads-slider>.slick-list.draggable {
  height: 330px !important;
}

.all-ads-slider>.slick-list.draggable img {
  /* width: 100% !important; */
  width: auto;
  height: 330px !important;
  margin-right: auto;
  margin-left: auto;
}

.category-img {
  width: 18px;
  height: 18px;
  margin-top: -5px;
}

.spotlight-overlay {
  position: relative;
  bottom: 80px;
  width: 100%;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  opacity: .6;
  transition: opacity 0.3s ease;
}

.border-bg-gradiant {
  border-image: linear-gradient(to right, #b9b8b8, #cbc7c7, #f3f3f3) !important;
  border-image-slice: 1 !important;
}

.border-bg-gradiant-dark {
  border-image: linear-gradient(to right, #726f6f, #726f6f, #f3f3f3) !important;
  border-image-slice: 1 !important;
}

.bg-rejected-ad {
  background-color: #e5aebf !important;
}

.single-ad-slider-thumbs .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.single-ad-slider-thumbs .slick-slide {
  width: 110px;
}

#btn-add-more-phone-numbers:hover {
  cursor: pointer;
}

.min-h-48px {
  min-height: 48px !important;
}

.richmo-text-main {
  color: #0d357d !important;
}

.richmo-text-dark {
  color: #2f3432 !important;
}

.header-posts-details-title {
  min-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.middle-posts-details-title {
  min-height: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.richmo-text-dark-blue {
  color: #354f7d !important
}

.richmo-text-light-blue {
  color: #4273cb !important;
}

.richmo-home-main-background {
  background: url('../images/home-search-bg-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.richmo-home-districts li {
  background-color: transparent !important;
}

.richmo-bg-middle-ad {
  background-color: #f7f7f7 !important;
}

.select2-container .select2-selection--single {
  height: 50px;
  padding: 10px;
}

.bg-quick-links {
  background-color: #f3f6f5;
}

.quick-link-a {
  font-weight: normal;
  transition: all .3s linear;
}

.quick-link-a:hover {
  font-weight: 600;
}

.home-category-link {
  -webkit-transition: background-color .4s ease-out;
  -moz-transition: background-color .4s ease-out;
  -o-transition: background-color .4s ease-out;
  transition: background-color .4s ease-out;
}

.home-category-link:hover {
  background-color: #eee;
  border-radius: 5px;
}

#richmo-page-loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.mo-openid-app-icons > a {
  width: 100% !important;
}

@media(max-width: 768px) {
  .single-ad-phone .mobile-phone-number {
    font-size: 22px;
  }
  .single-ad-phone .single-ad-phone-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 150px;
    padding-top: 10px;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}