:root {
  --themecolor: #4285f4;
  --border: 1px solid #000000;
  --border-top-color: #fe6600;
  --border-right-color: #4285f4;
  --border-bottom-color: #0f9d58;
  --border-left-color: #fbbc04;
}

* body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #f1f1f1;
}
@media (max-width: 990px) {
  * body {
    background-color: #f4f4f4;
  }
}
* body.ispopupopened {
  position: relative;
  transition: 0.5s linear;
}
* body.ispopupopened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9058823529);
  z-index: 9;
  transition: 0.5s linear;
}
* body a {
  text-decoration: none !important;
}
* body a:hover {
  text-decoration: none !important;
}
* body .container {
  max-width: 98.9583333333vw;
}
@media (max-width: 990px) {
  * body .container {
    max-width: 100%;
    padding: 0;
  }
}
* body .row {
  margin-left: -0.625vw;
  margin-right: -0.625vw;
}
* body .row > div {
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}
* body header {
  height: 4.2494791667vw;
}
@media (max-width: 990px) {
  * body header {
    height: 13.2282051282vw;
  }
}
@media (min-width: 901px) {
  * body main {
    overflow-y: auto;
    height: calc(100vh - 4.2494791667vw - 1.9098958333vw);
    padding: 0.625vw;
  }
}
@media (max-width: 900px) {
  * body main {
    padding: 3.0769230769vw;
    padding-bottom: 12.8205128205vw;
  }
}
* body aside {
  height: calc(100vh - 4.2494791667vw - 1.9098958333vw);
}
* body footer {
  height: 1.9098958333vw;
}
* body .singleadvertisement {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0.625vw;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 5.2083333333vw;
  height: 100%;
}
@media (max-width: 990px) {
  * body .singleadvertisement {
    border-radius: 1.5384615385vw;
    padding-bottom: 14.1025641026vw;
  }
}
* body .singleadvertisement .thumbnail {
  height: 15.625vw;
  position: relative;
  background-color: #000000;
}
@media (max-width: 990px) {
  * body .singleadvertisement .thumbnail {
    height: 51.2820512821vw;
  }
}
* body .singleadvertisement .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
* body .singleadvertisement .thumbnail .paidbadge {
  position: absolute;
  top: 0.2604166667vw;
  left: 0.2604166667vw;
}
* body .singleadvertisement .details {
  padding: 0.625vw;
  position: relative;
}
@media (max-width: 990px) {
  * body .singleadvertisement .details {
    padding: 1.5384615385vw;
    padding-bottom: 3.0769230769vw;
  }
}
* body .singleadvertisement .details .title h4 {
  font-size: 0.9375vw;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2604166667vw;
}
@media (max-width: 990px) {
  * body .singleadvertisement .details .title h4 {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
}
* body .singleadvertisement .details .description p {
  color: #000000;
  font-size: 0.8333333333vw;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* sirf 2 line dikhayega */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 990px) {
  * body .singleadvertisement .details .description p {
    font-size: 3.0769230769vw;
  }
}
* body .singleadvertisement .features {
  position: absolute;
  bottom: 2.4479166667vw;
  width: 100%;
  overflow: auto;
}
* body .singleadvertisement .features::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 990px) {
  * body .singleadvertisement .features {
    bottom: 7.9487179487vw;
  }
}
* body .singleadvertisement .features ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 0.625vw;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
* body .singleadvertisement .features ul li {
  padding: 0.2604166667vw 0.5208333333vw;
  white-space: nowrap;
  background-color: #f4f4f4;
  border-radius: 0.2604166667vw;
  overflow: hidden;
  margin-left: 0.625vw;
}
@media (max-width: 990px) {
  * body .singleadvertisement .features ul li {
    padding: 1.2820512821vw 2.5641025641vw;
  }
  * body .singleadvertisement .features ul li:first-child {
    margin-left: 1.5384615385vw;
  }
}
* body .singleadvertisement .features ul li span {
  display: block;
  width: 100%;
}
* body .singleadvertisement .features ul li span:first-child {
  font-size: 0.625vw;
  color: #000000;
  opacity: 0.6;
}
@media (max-width: 990px) {
  * body .singleadvertisement .features ul li span:first-child {
    font-size: 2.0512820513vw;
  }
}
* body .singleadvertisement .features ul li span:last-child {
  display: flex;
  vertical-align: middle;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 0.7291666667vw;
}
@media (max-width: 990px) {
  * body .singleadvertisement .features ul li span:last-child {
    font-size: 2.5641025641vw;
  }
}
* body .singleadvertisement .features ul li svg {
  width: 0.78125vw;
  height: 0.78125vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  * body .singleadvertisement .features ul li svg {
    margin-right: 1.2820512821vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
* body .singleadvertisement .locationdateposted {
  display: flex;
  vertical-align: middle;
  align-items: center;
  background-color: var(--themecolor);
  padding: 0.625vw;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 990px) {
  * body .singleadvertisement .locationdateposted {
    padding: 1.5384615385vw;
  }
}
* body .singleadvertisement .locationdateposted p {
  font-size: 0.7291666667vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 990px) {
  * body .singleadvertisement .locationdateposted p {
    font-size: 2.5641025641vw;
  }
}
* body .singleadvertisement .locationdateposted p:first-child {
  width: calc(100% - 5.7291666667vw);
}
@media (max-width: 990px) {
  * body .singleadvertisement .locationdateposted p:first-child {
    width: calc(100% - 28.2051282051vw);
  }
}
* body .singleadvertisement .locationdateposted p:last-child {
  width: 5.2083333333vw;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 990px) {
  * body .singleadvertisement .locationdateposted p:last-child {
    width: 25.641025641vw;
  }
}
* body .notfoundimage {
  width: 100%;
}
* body .notfoundimage img {
  display: block;
  margin: auto;
  max-width: 50%;
}
@media (max-width: 990px) {
  * body .notfoundimage img {
    max-width: 100%;
  }
}
* body .box {
  padding: 1.25vw;
  border-radius: 0.625vw;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media (max-width: 991px) {
  * body .box {
    padding: 6.1538461538vw;
    border-radius: 3.0769230769vw;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 1.25vw 0;
  }
}
* body #location-suggestions {
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
}

#globalLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6588235294);
  z-index: 99999;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
}
#globalLoader .logo {
  border-radius: 10px;
  padding: 12px;
}
#globalLoader .logo .icons {
  position: relative;
  width: 167px;
  height: 150px;
  display: block;
  margin: auto;
}
#globalLoader .logo .icons svg.orange {
  position: absolute;
  left: 0;
  top: 35px;
  animation-name: orangea;
  animation-duration: 1s;
}
@keyframes orangea {
  from {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
#globalLoader .logo .icons svg.blue {
  position: absolute;
  z-index: 1;
  right: -1px;
  animation-name: bluea;
  animation-duration: 1s;
}
@keyframes bluea {
  from {
    opacity: 0;
    transform: translate(-42%, -66%);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
#globalLoader .logo .icons svg.green {
  position: absolute;
  left: 0;
  bottom: 35px;
  animation-name: greena;
  animation-duration: 1s;
}
@keyframes greena {
  from {
    opacity: 0;
    transform: translate(100%, 0);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
#globalLoader .logo .icons svg.yellow {
  position: absolute;
  left: -1px;
  bottom: 0;
  animation-name: yellowa;
  animation-duration: 1s;
}
@keyframes yellowa {
  from {
    opacity: 0;
    transform: translate(42%, 66%);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
#globalLoader .logo .name {
  padding-top: 30px;
  text-align: center;
}
#globalLoader .logo .name p {
  position: fixed;
  bottom: 30px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
}
#globalLoader .logo .name p img {
  margin: 0 10px;
  border-radius: 5px;
}

.advertisementmain {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
  height: 100%;
}
.advertisementmain .sold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7215686275);
  -webkit-backdrop-filter: blur(0.5208333333vw);
          backdrop-filter: blur(0.5208333333vw);
  z-index: 9;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: no-drop;
}
.advertisementmain .sold p {
  color: #f00;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  border: 0.2083333333vw solid #f00;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 2.6041666667vw;
  text-transform: uppercase;
  border-radius: 50%;
}

.favourite-btn {
  position: absolute;
  top: 0.625vw;
  right: 0.625vw;
  z-index: 9;
  border-radius: 50%;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0;
  border: none;
  background-color: rgba(255, 43, 43, 0.126);
}
@media (max-width: 991px) {
  .favourite-btn {
    top: 3.0769230769vw;
    right: 3.0769230769vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.favourite-btn svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  position: relative;
  top: 0.1041666667vw;
}
@media (max-width: 991px) {
  .favourite-btn svg {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    top: 0.5128205128vw;
  }
}/*# sourceMappingURL=style.css.map */