body {
  background-color: #e8ecec;
  overflow-x: hidden !important;
}
* {
  outline: none;
}
a {
  text-decoration: none !important;
  color: #212121;
  transition: 0.3s;
}
a:hover,
a:focus {
  color: #b4c938;
}
.form-control {
  color: #212121;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  height: 38px;
}
.form-control:focus {
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 3px 9px #00000014;
}
textarea.form-control {
  height: auto;
}
.btn {
  border-radius: 0.5rem;
}
.btn-primary {
  background-color: #b4c938 !important;
  border-color: #b4c938 !important;
}
.btn-primary:hover {
  background-color: #a5b831 !important;
  border-color: #a5b831 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(165 184 49 / 38%) !important;
}
.btn-primary:active {
  background-color: #a5b831 !important;
  border-color: #a5b831 !important;
}
.btn-outline-primary {
  color: #b4c938 !important;
  border-color: #b4c938 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #b4c938 !important;
  border-color: #b4c938 !important;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(165 184 49 / 38%) !important;
}
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #b4c938 !important;
  border-color: #b4c938 !important;
}
.alert {
  padding: 0.5rem 0.75rem;
}
.alert i {
  margin-right: 5px;
}
.table {
  margin-bottom: 0;
}
.table th,
.table td {
  line-height: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.table th .wrap,
.table td .wrap {
  white-space: normal;
}
.table thead th {
  border-top: none;
  border-bottom: 2px solid #f1f4f6 !important;
  padding-top: 20px;
  font-weight: 600;
}
.table td {
  border-top: 1px solid #f1f4f6 !important;
}
.table tfoot th {
  border-bottom: none;
  border-top: 2px solid #f1f4f6 !important;
  padding-bottom: 20px;
  font-weight: 600;
}
.table .btn {
  padding: 3px 12px;
  font-size: 0.85rem;
}
.table img {
  height: 50px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-menu {
  padding: 30px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  overflow: hidden;
}
.dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 7.5px 15px;
  cursor: pointer;
  transition: 0.3s;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #b4c938;
  color: #fff;
  border-radius: 0.25rem;
}
.dropdown-item img {
  width: 20px;
  height: 20px;
  border-radius: 10rem;
  margin-right: 10px;
  margin-top: -2px;
}
.dropdown-menu label {
  line-height: 1;
}
.popover {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 13px 0 rgba(2, 136, 209, 0.06);
  border-radius: 1rem;
  padding: 10px;
  margin-top: -2px;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border: none;
}
.popover .popover-body {
  padding: 0;
  color: #212121;
}
.popover h5 {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 20px 0 0;
}
.popover .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 27px;
  font-size: 0.9rem;
}
.popover .btn-primary {
  color: #fff !important;
}
.pagination {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 30px;
  width: 100%;
}
.page-item:first-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 2rem;
  line-height: 1.15;
}
.page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 2rem;
  line-height: 1.15;
}
.page-item .page-link {
  margin: 0 0 0 8px;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #000;
  border-radius: 0.25rem;
}
.page-item.active .page-link,
.page-item .page-link:hover,
.page-item .page-link:focus {
  background-color: #b4c938;
  border-color: #b4c938;
  color: #fff;
}
select.form-control[multiple] {
  border-radius: 1rem;
  overflow: auto;
}
select.form-control[multiple]::-webkit-scrollbar-track {
  background: #fff;
  margin: 15px;
}
select.form-control[multiple]::-webkit-scrollbar {
  width: 10px;
}
select.form-control[multiple]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10rem;
  border: 2px solid #fff;
}
.form-group {
  margin-bottom: 20px;
}

header {
  background-color: #b4c938;
  padding: 10px;
}
header .fa{
    
}
@media (max-width: 990px) {
  header {
    text-align: center;
  }
}
header a {
  color: #fff;
  /*text-transform: capitalize;*/
  margin-left: 15px;
}
@media (max-width: 990px) {
  header a.first-child {
    display: none;
  }
}
header a:hover {
  color: #fff;
}
header a i {
  margin-right: 5px;
}
header a img {
  height: 25px;
  margin-top: -5px;
  border-radius: 10rem;
  margin-right: 5px;
}
.navbar {
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 1px 2px #0000000d;
  z-index: 999;
}
.navbar .row {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar .col-md-3,
.navbar .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  width: 95%;
}
.navbar .input-group .form-control {
  height: auto;
  padding: 14px 28px;
}
@media (max-width: 990px) {
  .navbar .input-group .form-control {
    width: 100%;
    border-radius: 0.25rem !important;
    margin-top: 5px;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
}
.navbar .input-group input[name="keyword"] {
  width: 220px;
}
.navbar .input-group .btn {
  padding: 15px 30px;
}
@media (max-width: 990px) {
  .navbar .input-group .input-group-append {
    width: 100%;
  }
  .navbar .input-group .btn {
    width: 100%;
    border-radius: 0.25rem !important;
    margin: 5px 0;
  }
}
.location-loader {
  display: none;
  position: absolute;
  top: 15px;
  left: 141px;
}
.keyword-loader {
  display: none;
  position: absolute;
  top: 15px;
  right: 100px;
}
.search-results {
  display: none;
  padding: 30px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border: none;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 0.25rem;
  left: 15px;
  height: 400px;
  overflow: auto;
}
@media (max-width: 990px) {
  .search-results {
    margin-top: -124px;
    z-index: 999;
  }
}
.search-results p {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 7.5px 10px;
  clear: both;
  font-weight: 400;
  transition: 0.3s;
  margin: 0;
}
.search-results p small {
  display: block;
  width: 100%;
  color: #999;
}
.navbar .btn-ad .btn {
  padding: 15px;
  font-size: 1rem;
}
.main-panel {
  width: 100%;
}
.heading {
  margin-bottom: 30px;
}
.heading h2 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0;
}
.ads-by-categories {
  position: relative;
  background-color: #fff;
  margin-top: -130px;
  padding: 30px 30px 0;
  border-radius: 0;
  box-shadow: 0 5px 20px 0 #00000012;
}
@media (max-width: 990px) {
  .ads-by-categories {
    margin-top: -50px;
  }

  .navbar {
    padding-bottom: 15px;
  }
}
.ads-by-categories .heading {
  text-align: center;
}
.ads-by-categories .category {
  margin-bottom: 30px;
  text-align: center;
}
.ads-by-categories .category img {
  width: 100%;
  border-radius: 100rem;
  margin-bottom: 15px;
}
.ads-by-categories .category h5 {
  font-size: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
  height: 37px;
  overflow: hidden;
}
.shops {
  padding: 30px 0 0;
}
.shops-page .panel {
  padding-bottom: 0;
}
.shops-page .panel .no-results-found {
  margin-bottom: 30px;
}
.shop {
  margin-bottom: 30px;
  text-align: center;
}
.shop img {
  width: 100%;
  border-radius: 100rem;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.shop h5 {
  font-size: 1rem;
  margin: 0;
  word-break: break-all;
}
.shops .owl-nav .owl-prev,
.shops .owl-nav .owl-next {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 1rem;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 23px;
  background-color: #fff;
  border-radius: 0.25rem;
}
.shops .owl-nav .owl-prev {
  right: 30px;
}
.ads {
  position: relative;
  background-color: #fff;
  padding: 10px 0 0;
}
.ads .ad {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0px;
  height: auto !important;
  border-radius: 1rem;
  border: 1px solid #ddd;
  min-height: 405px !important;
}
.ads .ad .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: center;
}
.ads .ad .ribbon span {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 116px;
  display: block;
  background: linear-gradient(#28a745 0%, #218838 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px;
  right: -23px;
}
.ads .ad .ribbon.ribbon-blue span {
  background: linear-gradient(#17a2b8 0%, #17a2b8 100%);
}
.ribbon.ribbon-grey span {
  background: linear-gradient(#5a686a 0%, #8a9193 100%);
}
.ads .ad .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #166026;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #166026;
}
.ads .ad .ribbon.ribbon-blue span::before {
  border-left: 3px solid #0e6674;
  border-top: 3px solid #0e6674;
}
.ads .ad .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #166026;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #166026;
}
.ads .ad .ribbon.ribbon-blue span::after {
  border-right: 3px solid #0e6674;
  border-top: 3px solid #0e6674;
}
.ad .row {
  margin: 0 0px !important;
  border: 1px solid #e8ecec;
  border-radius: 9px;
  padding: 10px 3px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.ad .row .col-12 {
  margin-bottom: 10px;
}
.container {
  max-width: 1190px !important;
}
.ads .ad img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 1rem 1rem 0 0;
  border: 1px solid #ddd;
}
.ads .ad h5 {
  font-size: 17px !important;
  height: auto;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-transform: capitalize;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.col-md-3 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.ads .ad p {
  font-size: 0.95rem;
  color: #999;
  margin-bottom: 0px;
}
.ads .ad p span {
  display: inline-block;
  margin: 0 0;
}
.ads .ad p span:first-child {
  margin-left: 0;
}
.ads .ad h6 {
  font-size: 15px;
  margin: 0;
}
.ads .ad h6 button {
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  outline: none;
  transition: 0.3s;
  color: #999;
}
.ads .ad h6 button:hover {
  color: #000;
}
.ads .ad span button i {
  line-height: 21px;
}
.ads .ad span button {
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  outline: none;
  transition: 0.3s;
  color: #999;
}
.ads .ad span button:hover {
  color: #000;
}
.ads .ad span button i {
  line-height: 21px;
}
.google-ad {
  /*padding: 30px 0;*/
  text-align: center;
  padding: 5px;
  padding: 10px 5px 5px 5px;
}
.google-ad img {
  max-width: 100%;
}
.features {
  position: relative;
  padding: 30px 0 0;
}
.features .feature {
  background-color: #fff;
  margin: 30px 0;
  border-radius: 1rem;
  padding: 0 30px 30px;
  box-shadow: 0 5px 20px 0 #00000012;
  min-height: 385px;
}
.features .feature i {
  font-size: 1.5rem;
  width: 70px;
  height: 70px;
  background-color: #0bbab2;
  color: #fff;
  line-height: 70px;
  border-radius: 10rem;
  text-align: center;
  margin: -30px 0 15px;
}
.features .feature h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.features .feature p {
  color: #999;
  margin: 0;
  font-size: 0.95rem;
}
.page {
  position: relative;
  min-height: 100vh;
  padding: 30px 0 0;
}
.page.ads-page .ads {
  padding: 0;
  background-color: transparent;
}
.panel {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 1rem;
  box-shadow: 0 3px 12px 0 #00000012;
  margin-bottom: 5px;
  padding-top: 10px;
}
.panel-heading {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.account-page .panel {
  padding: 30px;
  margin-top:30px;
}

.account-page .panel-heading {
    margin-bottom:30px!important;
}

.account-page .panel h6 {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.account-page .panel h6:not(.no-dash)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #ddd;
}
.account-page .panel h6:not(.no-dash)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #ddd;
}
.account-page .panel .btn-facebook {
  background-color: #3b5998;
  color: #fff;
  margin-bottom: 5px;
}
.account-page .panel .btn-google {
  background-color: #dd4b39;
  color: #fff;
}
.profile-page .user-details-panel {
  position: relative;
  text-align: center;
}
.profile-page .user-details-panel form .btn {
  position: absolute;
  top: 60px;
  left: 60px;
  border-radius: 10rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  font-size: 0.8rem;
}
.profile-page .user-details-panel img {
  width: 100%;
  border-radius: 100rem;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
}
.profile-page .user-details-panel h4 {
  font-weight: 900;
  margin-bottom: 5px;
}
.profile-page .user-details-panel p {
  font-size: 0.95rem;
  color: #888888;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-page .balance-panel h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #28a745;
}
.profile-page .balance-panel h4 sup {
  font-size: 40%;
  top: -1.5em;
  font-weight: 700;
  color: #000;
}
.profile-page .balance-panel p {
  margin-bottom: 0;
}
.profile-page .menu-panel a {
  display: block;
  margin-bottom: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  transition: 0.3s;
}
.profile-page .menu-panel a:hover,
.profile-page .menu-panel a.active {
  color: #b4c938;
}
.profile-page .menu-panel a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.profile-page .menu-panel a i {
  margin-right: 5px;
  color: #b4c938;
  font-size: 0.8rem;
  width: 20px;
  text-align: center;
}
.profile-page .my-ad {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 30px;
  position: relative;
}
.profile-page .my-ad:last-child {
  margin-bottom: 0;
}
.profile-page .my-ad img {
  width: 100%;
  border-radius: 1rem;
}
.profile-page .my-ad .details h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.profile-page .my-ad .details p {
  color: #999;
  margin-bottom: 15px;
}
.profile-page .my-ad .details p span {
  display: inline-block;
  margin: 0 10px;
}
.profile-page .my-ad .details p span:first-child {
  margin-left: 0;
}
.profile-page .my-ad .details .actions {
  text-align: right;
}
.profile-page .my-ad .details .actions .btn {
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 0.15rem;
}
.profile-page .form-group .fa-eye {
  position: absolute;
  right: 25px;
  top: 10px;
  color: #999;
}
.create-ad-page .panel-heading .btn {
  padding: 3px 15px;
  margin-right: 15px;
}
.create-ad-page .category {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin-bottom: 10px;
  padding: 15px 5px 15px 15px;
  transition: 0.3s;
  cursor: pointer;
  background-color: #e8ecec;
}
.create-ad-page .category input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 4px;
}
.create-ad-page .category:hover,
.create-ad-page .category.active {
  background-color: #b4c938;
  color: #fff;
}
.create-ad-page .category img {
  float: left;
  height: 40px;
  margin-right: 10px;
}
.create-ad-page .category h5 {
  overflow: hidden;
  font-size: 1rem;
  margin: 0;
  height: 40px;
  font-weight: normal;
  line-height: 40px;
}
.create-ad-page .category-selection-panel .row {
  margin-left: -5px;
  margin-right: -5px;
}
.create-ad-page .category-selection-panel .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.other-categories-selection-panel,
.ad-main-details-panel,
.attributes-panel,
.media-panel,
.location-panel,
.marriage-categories-selection-panel {
  display: none;
  min-height: 430px;
}
.other-categories-selection-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 340px;
  overflow: auto;
  padding-right: 30px;
}
.other-categories-selection-panel ul::-webkit-scrollbar {
  width: 5px;
}
.other-categories-selection-panel ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ccc;
}
.other-categories-selection-panel ul::-webkit-scrollbar-thumb {
  background-color: #666;
}
.other-categories-selection-panel ul li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
}
.other-categories-selection-panel ul li:last-child {
  padding: 15px 10px 0 10px;
  border-bottom: none;
}
.other-categories-selection-panel ul li:hover,
.other-categories-selection-panel ul li.active {
  border-color: #b4c938;
  color: #b4c938;
}
.other-categories-selection-panel ul li input[type="radio"] {
  margin-right: 10px;
}
.other-categories-selection-panel ul li i {
  float: right;
  line-height: 1.5;
}
.ad-main-details-panel {
  display: none;
}
.media-panel .thumbnail-preview {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 15px;
  height: 200px;
}
.media-panel .thumbnail-preview img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
}
.media-panel .thumbnail-uploader {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 30px;
  height: 200px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.media-panel .thumbnail-uploader i {
  font-size: 3rem;
  margin-bottom: 30px;
}
.media-panel .thumbnail-preview p {
  margin-bottom: 0;
}

.media-panel .photos-preview {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 15px 15px 0;
  height: 200px;
  margin: 0;
}
.media-panel .photos-preview .imgThumbContainer {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
.media-panel .photos-preview .imgRemoveBtn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #bd2130;
  z-index: 999;
  background-color: #fff;
  border-radius: 10rem;
  box-shadow: 0 2px 2px #00000054;
}
.media-panel .photos-preview img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
.media-panel .photos-uploader {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 30px;
  height: 200px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.media-panel .photos-uploader i {
  font-size: 3rem;
  margin-bottom: 30px;
}
.media-panel .photos-preview p {
  margin-bottom: 0;
}
.show-ad-page .google-ad {
  margin: -30px 0 0;
}
.show-ad-page .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 999;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: center;
}
.show-ad-page .ribbon span {
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 116px;
  display: block;
  background: linear-gradient(#28a745 0%, #218838 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 25px;
  right: -23px;
}
.show-ad-page .ribbon.ribbon-blue span {
  background: linear-gradient(#17a2b8 0%, #17a2b8 100%);
}
.show-ad-page .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #166026;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #166026;
}
.show-ad-page .ribbon.ribbon-blue span::before {
  border-left: 3px solid #0e6674;
  border-top: 3px solid #0e6674;
}
.show-ad-page .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #166026;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #166026;
}
.show-ad-page .ribbon.ribbon-blue span::after {
  border-right: 3px solid #0e6674;
  border-top: 3px solid #0e6674;
}
.show-ad-page .owl-carousel {
  margin-bottom: 30px;
}
.show-ad-page .owl-carousel .photo {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.show-ad-page .owl-nav .owl-prev,
.show-ad-page .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 24px;
  transition: 0.3s;
}
.show-ad-page .owl-nav .owl-prev {
  left: 15px;
}
.show-ad-page .owl-nav .owl-next {
  right: 15px;
}
.show-ad-page .owl-nav .owl-prev:hover,
.show-ad-page .owl-nav .owl-next:hover {
  color: #b4c938;
}
.show-ad-page .owl-dots {
  margin-bottom: 30px;
  text-align: center;
}
.show-ad-page .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 3px;
  background-color: #000;
}
.show-ad-page .owl-dots .owl-dot.active {
  background-color: #b4c938;
}
.show-ad-page .ad-actions {
  text-align: right;
}
.show-ad-page .ad-actions button {
  color: #999;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  transition: 0.3s;
}
.show-ad-page .ad-actions button:hover {
  color: #000;
}
.show-ad-page .ad-actions a {
  color: #999;
  margin-left: 15px;
  transition: 0.3s;
}
.show-ad-page .ad-actions a:hover {
  color: #000;
}
.show-ad-page .posted-ago {
  margin-bottom: 30px;
  color: #999;
}
.show-ad-page .place-a-bid {
  margin-bottom: 30px;
}
.show-ad-page .form-group {
  padding: 0 15px;
  margin: 0 0 5px;
}
.show-ad-page .form-group p {
  display: inline-block;
  float: right;
  margin: 0;
}
.show-ad-page .user-details-panel {
  position: relative;
  text-align: center;
}
.show-ad-page .user-details-panel h6 {
  margin-bottom: 30px;
}
.show-ad-page .user-details-panel img {
  width: 100%;
  border-radius: 1rem;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
}
.show-ad-page .user-details-panel h4 {
  font-weight: 900;
  margin-bottom: 5px;
}
.show-ad-page .user-details-panel p {
  font-size: 0.95rem;
  color: #888888;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label {
  font-weight: 600;
}
.image-upload {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.image-upload img {
  width: 100%;
}
.image-upload-multiple {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 20px 20px 0;
  text-align: center;
  margin-bottom: 20px;
}
.image-upload-multiple img {
  width: 100%;
  margin-bottom: 20px;
}
.image-upload-multiple video {
  height: auto;
  margin-bottom: 20px;
}
.image-upload-multiple .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 27px;
  font-size: 0.75rem;
  margin-right: 1px;
  box-shadow: none;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 999;
}
.no-results-found {
  background-color: #fff;
  padding: 88px 30px;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

footer {
  position: relative;
  background-color: #212121;
  color: #e8ecec;
  padding: 30px 0 0;
}
footer .footer-col {
  margin-bottom: 30px;
}
footer .footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
footer .footer-col.about img {
  width: 100%;
  margin-bottom: 15px;
}
footer .footer-col.about p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
footer .footer-col.about .btn {
  padding: 12px 6px;
}
footer .footer-col.links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
footer .footer-col.links ul li {
  margin-bottom: 15px;
}
footer .footer-col.links ul li a {
  color: #e8ecec;
}
footer .footer-col.links ul li a i {
  margin-right: 5px;
  font-size: 0.85rem;
}
footer .footer-col.contact p {
  font-size: 1rem;
  margin-bottom: 20px;
}
footer .footer-col.contact p i {
  background-color: #c3d83a;
  width: 25px;
  height: 25px;
  font-size: 0.7rem;
  text-align: center;
  line-height: 25px;
  color: #fff;
  margin-right: 10px;
  border-radius: 10rem;
}
footer .bottom-line {
  background-color: #000;
  margin: 0 0 -30px;
  padding: 15px 0;
  text-align: center;
}

.sub_cat {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.sub_cat_vanz {
  background: #28a745;
}
.sub_cat_inc {
  background: #17a2b8;
}

/* NEW RESPONSIVE DESIGN */

.cat_banner {
  min-height: auto !important;
  height: 100vh !important;
}
.cat_banner .main-panel {
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.new-banner-container {
  margin-top: -526px !important;
}
@media (max-height: 830px) {
  .new-banner-container {
    margin-top: -515px !important;
  }
}
@media (max-height: 780px) {
  .new-banner-container {
    margin-top: -472px !important;
  }
}
@media (max-height: 750px) {
  .cat_banner {
    height: 880px !important;
  }
  .new-banner-container {
    margin-top: -524px !important;
  }
}
@media (max-width: 1600px) {
  .cat_banner {
    min-height: auto;
    height: 785px !important;
  }
  .new-banner-container {
    margin-top: -524px !important;
  }
}
@media (max-width: 1400px) {
  .ads-by-categories {
    margin-top: 0;
  }
  .cat_banner {
    height: 785px !important;
  }
  .new-banner-container {
    margin-top: -555px !important;
  }
  .ads-by-categories .category h5 {
    height: auto;
  }
}
@media (max-width: 1300px) {
  .ads-by-categories {
    margin-top: 0;
  }
  .new-banner-container {
    margin-top: -598px !important;
  }
}
@media (max-width: 1200px) {
  #search_form .input-group .location-cls,
  #search_form .input-group .keywords-cls {
    width: 42%;
  }
  #search_form .input-group .input-group-append {
    width: 16%;
  }
  .navbar {
    width: 100%;
  }
  .navbar .btn-outline-primary {
    white-space: break-spaces;
    text-align: center;
  }
  header .float-md-right {
    float: inherit !important;
  }
  header .container {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .ads-by-categories .category h5 {
    height: auto !important;
    margin-bottom: 10px !important;
  }
  .ads-by-categories .category img {
    margin-bottom: 5px !important;
  }
  .ads-by-categories {
    margin-top: 0;
    padding: 0;
  }
  .new-banner-container {
    margin-top: -665px !important;
  }
  .cat_banner {
    height: 895px !important;
  }
  .ads-by-categories .category {
    margin-bottom: 0 !important;
  }
  .ads-by-categories {
    padding-top: 0 !important;
  }
}
@media (max-width: 620px) {
  header .container {
    display: flex;
    justify-content: center;
  }
  .cat_banner {
    padding-bottom: 30px;
    height: 100% !important;
    background-repeat: no-repeat !important;
  }
  .cat_banner .ads-by-categories {
    margin-top: 0px !important;
  }
  .ads-by-categories .category {
    margin-bottom: 20px !important;
  }
  .cat_banner {
    padding-top: 80px !important;
  }
}
@media (max-width: 520px) {
  .cat_banner {
    padding-top: 65px !important;
  }
}
@media (max-width: 460px) {
  .cat_banner {
    padding-top: 50px !important;
  }
}
@media (max-width: 400px) {
  .cat_banner {
    padding-top: 93px !important;
  }
  .cat_banner .new-banner-container,
  .cat_banner .ads-by-categories {
    margin-top: 0px !important;
  }
}
@media (max-width: 360px) {
  .cat_banner {
    padding-top: 82px !important;
  }
}
@media (max-width: 350px) {
  .cat_banner {
    background-repeat: no-repeat !important;
    background-position: top;
    height: auto !important;
    min-height: auto !important;
    max-height: initial;
    background-size: cover !important;
  }
}

/* 
//
RESPONSIVE CSS 
//
//
 */
/* .features ol,
.features small {
  padding: 0 0px 0 20px;
}
.cat_banner {
  height: auto !important;
  min-height: 750px;
}
.new-banner-container {
  margin-top: -782px !important;
}
@media (max-width: 1600px) {
  .new-banner-container {
    margin-top: -680px !important;
  }
  .cat_banner {
    min-height: auto;
  }
}
@media (max-width: 1400px) {
  .ads-by-categories {
    margin-top: 0;
    padding: 116px 30px 0;
  }
  .cat_banner {
    height: auto !important;
  }
  .ads-by-categories .category h5 {
    height: auto;
  }
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
  .navbar,
  header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  #search_form .input-group .location-cls,
  #search_form .input-group .keywords-cls {
    width: 42%;
  }
  #search_form .input-group .input-group-append {
    width: 16%;
  }
  .ads-by-categories {
    padding: 240px 30px 0;
  }
  .owl-prev,
  .owl-next {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  img {
    object-fit: cover;
  }
  .ads .ad img {
    height: 147px !important;
    margin-bottom: 0 !important;
  }
  .ads .ad {
    min-height: 372px !important;
  }
  footer li {
    margin-right: 5px !important;
    height: auto !important;
  }
  .sub_cat {
    bottom: 0;
  }
  footer .offset-md-1 > .footer-col.links ul li {
    width: 100% !important;
  }
  .ads .ad h5 {
    padding-bottom: 6px;
    max-height: 58px;
    min-height: 58px;
  }
}
@media (max-width: 991px) {
  .cat_banner {
    min-height: 600px;
  }
  .ads-by-categories {
    padding: 1px 0px 0;
  }
  .new-banner-container {
    margin-top: -422px !important;
  }
  .cat_banner .main-panel {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .ads-by-categories .category {
    margin-bottom: 0;
  }
  .spec_cls .category .mobile_icon {
    width: 48px !important;
    margin-left: 0 !important;
    margin-bottom: 7px !important;
  }
  .navbar {
    width: 100% !important;
  }
  .navbar .row {
    align-items: center;
  }
  .navbar .input-group .location-cls .form-control {
    border-radius: 5px 0px 0px 5px !important;
    padding: 14px 10px 14px 31px;
  }
  .navbar .input-group .keywords-cls .form-control {
    border-radius: 0px !important;
    padding: 14px 10px 14px 31px;
  }
  .navbar .input-group-append .btn {
    border-radius: 0 8px 8px 0 !important;
  }
  .navbar .btn-ad .btn {
    padding: 2px 10px;
    font-size: 15px;
    word-break: break-all;
    min-height: 54px;
    display: block;
    white-space: break-spaces;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .navbar .btn-ad .btn i {
    margin: 0px 5px 0 0;
  }
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  header .float-md-right {
    float: none !important;
    text-align: right;
  }
  header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .owl-prev,
  .owl-next {
    margin-left: 20px !important;
    margin-right: 20px !important;
    font-size: 44px !important;
    position: relative !important;
    top: inherit !important;
  }
  .owl-nav {
    margin-bottom: 4px;
  }
  .ads .col-md-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .ads .ad {
    margin-bottom: 33px;
  }
  .ads-by-categories .spec_cls {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ads-by-categories .category h5 {
    font-size: 14px !important;
    height: auto !important;
    margin-bottom: 17px !important;
  }
  footer .footer-col.contact p i {
    margin-right: 1px;
  }
  ul.footer-social li a {
    margin: 1px !important;
  }
  .features .feature {
    padding: 0 20px 20px;
  }
  footer .footer-col.about .btn {
    white-space: break-spaces;
  }
  footer .footer-col.about .btn i {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .ads .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar .row .col-md-3:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
  }
  .navbar .row .col-md-6:nth-child(2) {
    order: 3;
    margin: 10px 0;
  }
  .navbar .row .col-md-3:nth-child(3) {
    flex: 0 0 75%;
    max-width: 75%;
    order: 2;
  }
  .navbar .btn-ad .btn {
    max-width: 220px;
    margin-left: auto;
  }
  .ads .ad {
    min-height: 442px !important;
  }
  .ads .ad img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .features ol {
    margin-top: 15px;
  }
  .features ol,
  .features small {
    padding: 0 0px 0 20px;
  }
  .sp2 {
    display: inline-block !important;
  }
  .ads .ad .text-right p {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 620px) {
  .cat_banner .ads-by-categories {
    margin-top: -45px !important;
  }
  .cat_banner {
    padding-bottom: 57px;
  }
  .search_form form {
    margin-top: 0px !important;
    margin-left: 0 !important;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    right: 0 !important;
    width: 100% !important;
  }
  .ads .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .input-group .keywords-cls input,
  .input-group .location-cls input,
  .input-group .input-group-append .btn {
    height: 45px !important;
  }
  .input-group .input-group-append .btn {
    padding: 6px 13px;
  }
  .location-cls:before,
  .keywords-cls:before {
    top: 16px !important;
  }
  .owl-prev,
  .owl-next {
    left: 0 !important;
    top: 0 !important;
  }
  .ads .ad img {
    height: 215px !important;
  }
  .ads .row .ad h5,
  .item .featured.ad h5 {
    font-size: 20px !important;
    line-height: 22px;
    padding: 4px 0;
    margin: 0 0 10px 0 !important;
    min-height: 52px !important;
  }
  .ad div {
    font-size: 18px !important;
  }
  .ads .ad p span {
    font-size: 14px;
    margin: 3px 0 !important;
  }
  .sp2 {
    display: inline-block !important;
  }
  .ads .ad .fa-eye {
    font-size: 18px !important;
    display: inline-block !important;
    margin-right: 10px;
  }
  .ads .ad .text-right p {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #shops .owl-nav {
    margin-bottom: 5px;
    margin-top: -32px;
  }
  .ad .row {
    padding: 8px 0px !important;
  }
  footer .footer-col.links ul li {
    float: inherit !important;
    display: flex !important;
    align-items: flex-start;
  }
  footer .footer-col.links ul li i {
    margin-top: 4px;
    margin-right: 10px;
  }
  footer {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 500px) {
  .navbar .row .col-md-3:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .navbar .navbar-brand {
    max-width: 150px;
  }
  .ads-by-categories .spec_cls {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ads .row .ad h5,
  .item .featured.ad h5 {
    font-size: 20px !important;
    padding: 0px 0 12px 0px;
    height: auto !important;
    min-height: auto !important;
    max-height: initial !important;
  }
  .features .feature i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  footer .footer-col.links ul {
    column-count: 1;
  }
  .navbar #search_form .input-group-append {
    width: 15% !important;
  }
  .navbar #search_form .location-cls,
  .navbar #search_form .keywords-cls {
    width: 42.5% !important;
  }
}
@media (max-width: 350px) {
  .cat_banner {
    background-repeat: no-repeat !important;
    background-position: top;
    height: auto !important;
    min-height: auto !important;
    max-height: initial;
    background-size: cover !important;
  }
} */
