* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  margin: 0px;
  direction: rtl;
  overflow-x: hidden;
}

header {
  background: #d5b985;
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  list-style: none;
}

.logo {
  width: 80px;
  height: 80px;
  /* background: #ccc; */
  margin: 1rem auto;
  /* border-radius: 50%; */
}

ul.site-menu {
  text-align: left;
  padding-left: 3rem;
}

ul.site-menu li {
  display: inline-block;
  margin-left: 1rem;
}

ul.site-menu li a {
  font-size: 19px;
}

a,
span,
p,
button,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: cairo;
}

img {
  max-width: 100%;
}

.filters {
  margin: 4rem auto;
  background: linear-gradient(180deg, #d5b985 0%, #b6975c 100%);
  border-radius: 30px;
  padding: 2rem;
  max-width: 700px;
}

.filters .types {
  background: #ffffff;
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  max-width: 387px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.filters .types a {
  color: #333333;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: center;
}

.filters .types .active {
  background: #958058;
  border-radius: 40px;
  color: #ffffff;
}

.filters .location,
.filters .type {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 10px;
}

.filters button.btn.btn-primary {
  background: #958058;
  border-radius: 40px;
  display: block;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 2rem;
  border: 0px;
}

.btn-primary {
  background: #ba9c61;
  border-radius: 20px;
  border: 1px solid #977533;
  padding: 0.6rem 1rem;
}

.block-button {
  display: block;
  max-width: 150px;
  margin: 3rem auto;
}

h2.section-title {
  margin: 2rem auto;
}

.listing-ad-item {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 2rem;
  overflow: hidden;
  align-content: stretch;
  grid-template-rows: min-content;
}

.listing-ad-details a {
  color: #444444;
}

.listing-ad-meta {
  /* margin: 1.5rem; */
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 0px;
}

.listing-ad-meta h3 {
  font-size: 19px;
}

.listing-ad-meta span {
  background: #b6975c;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem;
}

.listing-ad-details p {
  font-size: 15px;
}

.listing-ad-details {
  padding: 1rem 1.5rem;
}

fr au {
  direction: rtl;
}

.listing-ad-item img {
  height: 100%;
}

.listing-ad-footer {
  display: grid;
  grid-template-columns: 1fr auto;
}

a.add-to-favorite,
a.remove-from-favorite {
  background: #ffffff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  max-width: 86px;
  text-align: center;
  width: fit-content;
  padding: 0.3rem 0.8rem;
  color: #b6975b;
  font-size: 20px;
}

footer.site-footer {
  position: relative;
  background: rgba(182, 151, 92, 1);
  padding: 3rem 0px;
  color: white;
  overflow: hidden;
}

footer.site-footer:before {
  content: "";
  background: url("../images/bubble-footer.png");
  width: 477px;
  height: 400px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-size: contain;
}

footer.site-footer .container {
  position: relative;
  z-index: 10;
}

footer.site-footer li {
  display: block;
  margin-bottom: 0.5rem;
}

.listing-contract-item {
  background: #ffffff;
  box-shadow: 0px 4px 30px -8px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  overflow: hidden;
}

.listing-contract-item a {
  color: #333333;
}

.listing-contract-details {
  padding: 1rem;
  padding-right: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.listing-contract-details p {
  color: rgba(108, 108, 108, 1);
  margin-top: 0.8rem;
}

.listing-contract-footer {
  margin-left: 1rem;
}

.listing-contract-footer * {
  display: block;
}

.listing-contract-footer a {
  margin: 2rem 0px;
}

.bubble-big,
.bubble-medium,
.bubble-small {
  position: absolute;
  z-index: -1;
}

.bubble-big {
  background: url(../images/bubble-half.png);
  width: 209px;
  height: 510;
  left: 0px;
  top: 100%;
  /* transform: translateY(-50%); */
}

.bubble-medium {
  background: url(../images/bubble-1.png);
  width: 202px;
  height: 202px;
  right: 20%;
  top: 180%;
  /* transform: translateY(-50%); */
}

.btn-primary:hover {
  background: #a37f3b;
  border-color: #78591d;
}

.show-ad-slider {
  /* display: grid; */
  /* grid-template-columns: auto 200px; */
  /* grid-column-gap: 2rem; */
}
.thumbnails {
  display: flex;
  margin: 1rem 0px;
  width: fit-content;
}

.show-ad-slider .thumbnails .thumbnail-item {
  margin-bottom: 1rem;
}

.show-ad-slider .thumbnails .thumbnail-item img {
  border-radius: 5px;
  aspect-ratio: 1;
}

.show-ad-slider img {
  border-radius: 20px;
}

.show-ad-slider {
  margin-bottom: 3rem;
}

.show-ad-meta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.show-ad-meta .ad-info a {
  margin-left: 1rem;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.show-ad-meta h3 {
  margin-bottom: 1rem;
}

p.ad-content {
  font-size: 22px;
  margin-top: 3rem;
}

.show-ad-contact {
  padding-top: 2rem;
  margin: 3rem 0px;
  border-top: 1px solid #eee;
}

p.contact-item .mdi-phone {
  background: #604ccf;
}

p.contact-item .mdi {
  color: #fff;
  padding: 0px 10px;
  margin-left: 10px;
  border-radius: 50px;
  font-size: 25px;
}

p.contact-item .mdi-whatsapp {
  background: green;
}

p.contact-item {
  margin-bottom: 1.5rem;
}

.show-ad-contact h4 {
  margin-bottom: 2rem;
}

.auth-container {
  margin: 5rem auto;
}

.switcher {
  background: #ffffff;
  box-shadow: 0px 4px 40px -10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  max-width: 387px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.switcher a {
  color: #d5b984;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.switcher a.active {
  background: #b6975b;
  color: #fff;
  border-radius: 50px;
}

div#login-container,
div#register-container {
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  max-width: 800px;
  margin: 10px auto;
  background: #ffffff;
  padding: 2rem;
}

.form-group label {
  display: block;
  margin: 0.5rem 0px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group button {
  display: block;
  margin: 1rem auto;
}

.switcher-item {
  display: none;
}

.switcher-items .switcher-item:first {
  display: block;
}

* {
  box-sizing: border-box;
  direction: rtl;
}
body {
  font-size: 14px;
  margin: 0px;
  direction: rtl;
  overflow-x: hidden;
}

header {
  background: #b89a5f;
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  list-style: none;
}

.logo {
  width: 102px;
  height: 102px;
  /* background: #ccc; */
  margin: 1rem auto;
  /* border-radius: 50%; */
}

ul.site-menu {
  text-align: left;
  padding-left: 3rem;
}

ul.site-menu li {
  display: inline-block;
  margin-left: 1rem;
}

ul.site-menu li a {
  border-radius: 4px;
  font-size: 19px;
  padding: 6px 10px;
}

a,
span,
p,
button,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: cairo;
}

img {
  max-width: 100%;
}

.filters {
  margin: 4rem auto;
  background: linear-gradient(180deg, #d5b985 0%, #b6975c 100%);
  border-radius: 30px;
  padding: 2rem;
  max-width: 700px;
}

.filters .types {
  background: #ffffff;
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  max-width: 430px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.filters .types a {
  color: #333333;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: center;
}

.filters .types .active {
  background: #958058;
  border-radius: 40px;
  color: #ffffff;
}

.filters .location,
.filters .type {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.filters button.btn.btn-primary {
  background: #958058;
  border-radius: 40px;
  display: block;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 2rem;
  border: 0px;
}

.btn-primary {
  background: #ba9c61;
  border-radius: 20px;
  border: 1px solid #977533;
  padding: 0.6rem 1rem;
}

.block-button {
  display: block;
  max-width: 150px;
  margin: 3rem auto;
}

h2.section-title {
  margin: 2rem auto;
}

.listing-ad-item {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 2rem;
  overflow: hidden;
  align-content: stretch;
  grid-template-rows: min-content;
}

.listing-ad-details a {
  color: #444444;
}

.listing-ad-meta {
  /* margin: 1.5rem; */
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 0px;
}

.listing-ad-meta h3 {
  font-size: 19px;
}

.listing-ad-meta span {
  background: #b6975c;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem;
}

.listing-ad-details p {
  font-size: 15px;
}

.listing-ad-details {
  padding: 1rem 1.5rem;
}

fr au {
  direction: rtl;
}

.listing-ad-item img {
  height: 100%;
  max-width: 201px;
  max-height: 194px;
  width: 100%;
}

.listing-ad-footer {
  display: grid;
  grid-template-columns: 1fr auto;
}

a.add-to-favorite,
a.remove-from-favorite {
  background: #ffffff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  max-width: 86px;
  text-align: center;
  width: fit-content;
  padding: 0.3rem 0.8rem;
  color: #b6975b;
  font-size: 20px;
}

footer.site-footer {
  position: relative;
  border-top: 6px solid rgb(200 170 111);
  padding: 3rem 0px;
  color: white;
  overflow: hidden;
  background: #444444;
}

footer.site-footer:before {
  content: "";
  background: url("../images/bubble-footer.png");
  width: 457px;
  height: 400px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-size: contain;
}

footer.site-footer .container {
  position: relative;
  z-index: 10;
}

footer.site-footer li {
  display: block;
  margin-bottom: 0.5rem;
}

.listing-contract-item {
  background: #ffffff;
  box-shadow: 0px 4px 30px -8px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.listing-contract-item a {
  color: #333333;
}

.listing-contract-details {
  padding: 1rem;
  padding-right: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.listing-contract-details p {
  color: rgba(108, 108, 108, 1);
  margin-top: 0.8rem;
}

.listing-contract-footer {
  margin-left: 1rem;
  text-align: center;
}

.listing-contract-footer * {
  display: block;
  font-size: 13px;
  text-align: center;
}

.listing-contract-footer a {
  margin: 2rem auto;
}

.bubble-big,
.bubble-medium,
.bubble-small {
  position: absolute;
  z-index: -1;
}

.bubble-big {
  background: url(../images/bubble-half.png);
  width: 258px;
  height: 510;
  left: 0px;
  top: 50%;
  /* transform: translateY(-50%); */
}

.bubble-medium {
  background: url(../images/bubble-1.png);
  width: 202px;
  height: 202px;
  right: 20%;
  top: 100%;
  /* transform: translateY(-50%); */
}

.btn-primary:hover {
  background: #a37f3b;
  border-color: #78591d;
}

.show-ad-slider {
  /* display: grid; */
  /* grid-template-columns: auto 200px; */
  /* grid-column-gap: 2rem; */
}

.show-ad-slider .thumbnails .thumbnail-item {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 7px;
  cursor: pointer;
  /* height: 100%; */
  flex-basis: 100%;
  max-height: 200px;
  /* width: fit-content; */
}

.show-ad-slider .thumbnails .thumbnail-item img {
  border-radius: 5px;
  height: auto;
  margin-left: 0.5rem;
  display: block;
  /* max-height: 100px; */
  margin: 0px;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.show-ad-slider img {
  border-radius: 20px;
}

.show-ad-slider {
  margin-bottom: 3rem;
  margin-top: 4rem;
}

.show-ad-meta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  margin-bottom: 1rem;
}

.show-ad-meta .ad-info a {
  margin-left: 1rem;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.show-ad-meta h3 {
  margin-bottom: 1rem;
}

p.ad-content {
  font-size: 22px;
  margin-top: 3rem;
}

.show-ad-contact {
  padding-top: 2rem;
  margin: 1rem 0px;
  border-top: 1px solid #eee;
}

p.contact-item .mdi-phone {
  background: #604ccf;
}

p.contact-item .mdi {
  color: #fff;
  padding: 0px 10px;
  margin-left: 10px;
  border-radius: 50px;
  font-size: 25px;
}

p.contact-item .mdi-whatsapp {
  background: green;
}

p.contact-item {
  margin-bottom: 1.5rem;
}

.show-ad-contact h4 {
  margin-bottom: 2rem;
}

.auth-container {
  margin: 5rem auto;
}

.switcher {
  background: #ffffff;
  box-shadow: 0px 4px 40px -10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  max-width: 387px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.switcher a {
  color: #d5b984;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.switcher a.active {
  background: #b6975b;
  color: #fff;
  border-radius: 50px;
}

div#login-container,
div#register-container {
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  max-width: 800px;
  margin: 10px auto;
  background: #ffffff;
  padding: 2rem;
}

.form-group label {
  display: block;
  margin: 0.5rem 0px;
  margin-bottom: 0.8rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group button {
  display: block;
  margin: 1rem auto;
}

.switcher-item {
  display: none;
}

.switcher-items .switcher-item:first {
  display: block;
}

input {
  text-align: right;
}

.mobile-container {
  grid-column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
}

.listing-contract-item img {
  max-height: 200px;
  width: 200px;
}

img.main-image {
  width: 100%;
  aspect-ratio: 1;
}
.show-ad-meta p a {
  color: #333;
}

.show-ad-meta p a:hover {
  color: #b6975c;
}

@media screen and (max-width: 600px) {


    body .filters .types a{
      font-size: 12px;
    }

 html  body .close-menu-icon  ,  html  body .close-menu-icon a{
    display: inline-block !important;
  }
  body .menu-icon-container{
    display: block;
  }
body .site-menu.show {
    width: 70%;
    left: 0px;
}

ul.site-menu.show {}

body .header-con {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

body .menu-icon-container {
    color: #fff;
    font-size: 30px;
}

body .header-con .logo {
    max-height: 64px;
    width: auto;
}
  body .categories-listing .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    margin: 0px 0.5rem;
}

body .categories-listing .row img {
    width: 40px;
}

body .category-categories-item h3 a {
    font-size: 12px;
}

body .categories-listing .row > div {
    padding: 0px;
}

body .category-categories-item {
    padding: 6px 8px;
}
  body .listing-ad-details {
    padding: 1rem;
  }
  body .site-menu {
    text-align: center;
    position: fixed;
    top: 0px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    left: -70%;
    border-right: 3px solid #b89a5f;
    transition: all 0.3s ease 0s;
    width: 70%;
    overflow: hidden;
    padding: 0px;
    /* display: none; */
  }

  body ul.site-menu li a {
    font-size: 16px;
    color: #333;
  }

  body ul.site-menu li {
    margin-bottom: 0.5rem;
    display: block;
    margin: 0px;
    margin-bottom: 1rem;
    width: 100%;
  }

  body .block-button {
    margin: 1rem auto;
    font-size: 15px;
    max-width: 150px;
  }

  .listing-ad-item {
    font-size: 14px;
  }

  body h2.section-title {
    font-size: 18px;
  }

  body .listing-ad-details a {
    font-size: 13px;
  }

  body .listing-ad-details p {
    font-size: 11px;
    margin-bottom: 0px;
  }

  body .listing-ad-item img {
    max-width: none;
    aspect-ratio: 1;
  }

  body .listing-ad-meta span {
    font-size: 10px;
  }

  p.listing-ad-description {
    margin: 0.8rem auto !important;
  }

  body .listing-contract-item img {
    max-height: 211px;
    /* aspect-ratio: 1; */
    width: 100%;
    height: 100%;
  }

  body .listing-contract-item a {
    font-size: 15px;
    margin: 1rem auto;
  }

  body .listing-contract-details p {
    font-size: 12px;
  }

  body .listing-contract-footer {
    margin-left: 0px;
  }

  body footer.site-footer .container {
    text-align: center;
  }

  body footer.site-footer .container ul {
    padding-right: 0px !important;
    margin-bottom: 1.5rem;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
  }

  body footer.site-footer .container ul li {
  }

  body footer.site-footer {
    font-size: 13px;
    padding: 1rem 0px;
  }

  body .show-ad-slider {
    display: block;
    margin-bottom: 1rem;
  }

  body img.main-image {
    max-height: 400px;
  }

  body .show-ad-slider .thumbnails .thumbnail-item img {
    width: 100%;
  }

  body .thumbnail-item {
    display: inline-block;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }

  body .thumbnails {
    overflow: scroll;
  }

  body .show-ad-meta {
    font-size: 13px;
    display: block;
  }

  body .ad-info {
    font-size: 6px;
  }

  body .show-ad-meta .ad-info a {
    font-size: 12px;
    margin-top: 0px;
  }

  body img.show-ad-map {
    margin-top: 2rem;
  }

  body p.ad-content {
    margin-top: 2rem;
    font-size: 17px;
  }

  body .show-ad-contact {
    font-size: 17px;
    margin: 1rem;
  }
}

ul.site-menu li a i {
  margin-left: 0.2rem;
}

ul.site-menu li a:hover {
  color: #fff;
  background: #b89a5e;
}

a {
  transition: all 0.3s ease 0s;
}

div#edit-account-form {
  margin: 4rem auto;
}

.page-title {
  text-align: center;
  margin: 3rem auto;
}

.category-categories-item a {
  color: #333;
  font-size: 20px;
}

.category-categories-item img {
  width: 128px;
}

.category-categories-item {
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 10px 16px;
  transition: all 0.3s ease 0s;
  margin-bottom: 1rem;
}

.category-categories-item h3 a {
  margin-top: 18px;
  display: block;
}

.category-categories-item:hover {
  background: #f8f8f8;
}

.site-container {
  margin: 9rem auto;
}

.filters .types > .row > div {
  display: grid;
  grid-template-columns: auto 1fr;
}

.filters .select2-container--default .select2-selection--single {
  border-color: #fff;
}

.filters i {
  font-size: 20px;
  /* margin-left: 0.5rem; */
  margin-top: 0.5rem;
}

.filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0.5rem;
}

li.has-children.select-country-li ul.dropdown.active {
  display: block;
}

.choose-country-countainr:hover ul.dropdown {
  display: block;
}

.choose-country-countainr {
  position: relative;
}
.choose-country-countainr img {
  width: 32px;
  margin-left: 0.5rem;
  height: 32px;
}

li.has-children.select-country-li {
  position: relative;
  margin: 0px;
}

li.has-children.select-country-li ul.dropdown {
  display: block;
  position: absolute;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-right: 0px;
  padding-right: 0px;
  box-shadow: 1px 3px 4px #ddd;
  border: 1px solid #ddd;
  z-index: 999;
  padding: 0px !important;
  left: 0px;
  top: 24px;
  display: none;
}

li.has-children.select-country-li ul.dropdown li {
  margin-bottom: 1rem;
  text-align: right;
  margin: 0px;
  padding: 0px !important;
  display: block;
  min-width: 200px;
}

.choose-country-countainr ul {
  margin: 0px !important;
  margin-top: 1rem !important;
  padding: 0px;
}

ul.site-menu li ul.dropdown li a {
  color: #333;
  font-size: 14px;
  display: block;
  padding: 8px 14px;
  min-width: 120px;
  text-align: right;
}
.choose-country-countainr li:hover {
  background: none;
  color: #333;
}

.choose-country-countainr li ul.dropdown a:hover {
  background: #f2f2f2 !important;
  color: #333 !important;
}

li.has-children.select-country-li ul.active {
  display: block;
}

li.has-children.select-country-li:hover ul {
  display: block;
}

.choose-country-countainr:hover ul {
  display: block;
}
.list-item {
  box-shadow: 0px 3px 81px 0px rgb(216 216 216 / 45%);
  background-color: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 1rem;
  padding: 1rem;
}

.ad-type-item {
  box-shadow: 1px 3px 5px #eee, -1px 0px 5px #eee;
  max-width: 300px;
  margin: 1rem auto;
  padding: 1rem 0px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.ad-type-item img {
  max-width: 120px;
  display: block;
  margin: 1rem auto;
}

.ad-type-item label {
  display: block;
  cursor: pointer;
}

.ad-type-item h3 {
  display: block;
  margin: 1rem auto;
  text-align: center;
}

.ad-section-title {
  text-align: center;
  margin: 2rem;
}

.ad-section-item {
  display: none;
}

.add-ad-category-item {
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 6px #ccc;
  text-align: center;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  cursor: pointer;
}

.add-ad-category-item img {
  max-width: 128px;
  display: block;
  margin: 1rem auto;
}

.add-ad-category-item h3 {
  font-size: 19px;
}

#map {
  width: 100%;
  height: 500px;
  margin-bottom: 1rem;
}

.number-item {
  display: grid;
  grid-template-columns: 1fr auto;
  vertical-align: middle;
  align-items: center;
}

.number-item div * {
  display: inline-block;
}

.number-item div i {
  background: #ddd;
  padding: 4px 10px;
  font-size: 20px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.number-item input {
  display: none;
}

.number-item label {
  margin-left: 0.5rem;
  cursor: pointer;
}
.number-item i.active {
  background: #ba9c61;
  color: #fff;
}

.ad-actions {
  display: flex !important;
  padding: 4px 8px;
  text-align: center;
  /* margin-top: -1rem; */
  width: 100%;
  grid-column: -1/1;
  margin-top: 1rem;
}

.ad-actions > div {
  flex-basis: 100%;
  flex: 1;
  padding: 0px;
  padding-left: 0.5rem !important;
}
.ad-actions a {
  flex-basis: 100%;
  color: #fff;
  border-radius: 5px;
  margin: 0px 0px 0.5rem 0.5rem;
  font-size: 16px;
  text-align: center;
  padding: 6px 4px;
}

.background-yellow {
  background: #ffc44d;
}

.background-red {
  background: #eb7373;
}

.background-green {
  background-color: #8bc34a;
}

img.user-profile-image {
  max-width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 2rem auto;
  display: block;
  cursor: pointer;
}

form.filters-form .filters {
  margin-top: 0px;
}

.list-item img {
  width: 128px;
  aspect-ratio: 1;
  display: block;
  margin: 1rem auto;
}

.list-item a {
  color: #333;
  font-size: 20px;
  text-align: center;
  display: block;
}

.text-primary {
  color: #b6975b !important;
}



.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

.thumbnail-item.video video {
    width: 100%;
    height: 100%;
}

p.response-message:empty {
  display: none;
}

.menu-icon-container{
  display: none;
}


body .close-menu-icon {
  display: none  !important;
}
.close-menu-icon a {
  background: #b99b60;
  border-radius: 3px;
  bottom: 10px;
  width: 90%;
  right: 5%;
  font-size: 22px !important;
  color: #fff !important;
  display: none;
  margin-top: 1rem;
  margin-bottom: 0px;
  position: absolute;
}
footer.site-footer ul {
    margin-right: 0px;
    padding-right: 0px;
}

footer.site-footer h4 {
    /* border-bottom: 1px solid #989191; */
    padding-bottom: 1rem;
    margin-bottom: 0.7rem;
}

.page-content p {
  line-height: 28px;
}

.primary-color {
  color: #644813;
}

.lg-outer {
  direction: ltr !important;
}

.lg-outer * {
  direction: ltr !important;
}

ul.footer-ul li {
  display: inline-block !important;
  font-size: 28px;
  margin-left: 1rem;
  width: auto;
}

ul.footer-ul {
  display: block !important;
}

.number-item button {
  border: 1px solid #ccc;
  color: #333;
  font-size: 25px;
  border-radius: 7px;
}

.number-item {
  /* border-bottom: 1px solid #ccc; */
  /* padding-top: 1rem; */
}



.app-box {
  color: #fff;
padding: 1.5rem;
text-align: center;
line-height: 30px;
  background : #222;
}

.app-box a {
     background: #bd9e65;
  border-radius : 3px;
margin-top: 0.6rem;
padding: 8px 18px !important;
}

a.change-country-link img {
  max-width: 27px;
  margin-left: 8px;
}

div#change-country-modal img {
  max-width: 40px;
  aspect-ratio: 1.2;
  border-radius: 10px;
  margin-left: 8px;
}

div#change-country-modal a {
  color: #333;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  padding-right: 10px;
}

div#change-country-modal a:hover {
  background: #f4f4f4;
}