* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none;
}

a {
  color: #291667;
  text-decoration: none !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
img:focus {
  outline: none;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(222, 222, 222, 0.9);
  text-align: center;
  padding-top: 200px;
  font-size: 30px;
  font-family: sans-serif;
  z-index: 220000;
  -webkit-animation-name: loading_effect;
  animation-name: loading_effect;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}

.loading-page-close {
  display: none;
}

body {
  line-height: 1 !important;
}

.wb {
  display: block;
}

.mb {
  display: none;
}

.menu-nav {
  width: 100%;
  float: left;
}

.menu-nav > .logo {
  width: 30px;
  float: left;
  padding: 10px 20px 10px 20px;
}

.menu-nav > .bars {
  width: 70px;
  float: right;
  height: 80px;
  text-align: center;
  line-height: 90px;
  background-color: #9d82c7;
  color: #ffffff;
}

.menu-nav > .bars > .fa {
  font-size: 25px;
}

.menu-height {
  width: 100%;
  display: inline-block;
  height: 65px;
}

.nav-area {
  width: 100%;
  padding: 20px;
}

.nav-area > .menu {
  width: 100%;
  padding: 0px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #cfd0d4;
}

.nav-area > .menu a {
  color: #2f363c;
}

.nav-area > .menu.active {
  background-color: #f9f9f9;
}

.nav-area > .menu.active > a {
  color: #553892 !important;
}

.nav-area > .create-property {
  margin-right: 0px;
  width: 100%;
}

.nav-area > .sign-in {
  width: 100%;
  margin-right: 0px;
}

.nav-area > .lang {
  width: 100%;
  padding: 0px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  background-color: #f9f9f9;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.iframe-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.iframe-embed-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.iframe-embed-responsive-16by9 {
  padding-bottom: 105%;
}

.card-img {
  position: relative;
}

.card-tag,
.card-tag-rent {
  position: absolute;
  bottom: 0;
  width: auto;
  right: 0px;
  background-color: #774175;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px 8px 15px;
  text-transform: uppercase;
}

.card-tag-rent {
  background-color: #9d82c7;
}

.card-body > h5 {
  font-size: 16px;
  color: #8e8e90;
  font-style: italic;
}

.card-body > div > p {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  color: #291667;
  font-style: italic;
  font-size: 18px;
  line-height: normal;
}

.item_data1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.item_data1 > strong {
  display: inline-block !important;
  color: #000000 !important;
  width: auto !important;
  font-size: 22px;
}

.item_data1 > span {
  display: inline-block !important;
  width: auto !important;
  font-size: 18px;
  color: #636363;
}

.item_data2 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.item_data2 > strong {
  display: inline-block !important;
  color: #636363 !important;
  font-size: 18px;
  margin-right: 30px;
  line-height: initial;
}

.item_data2 > span {
  display: inline-block !important;
  width: auto !important;
  font-size: 16px;
  color: #636363;
  margin-top: 10px;
  margin-right: 20px;
}

.saleable_area {
  width: auto !important;
}

.intervals {
  width: auto !important;
  float: right;
}

.card-body.rent-card > div > strong {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: right;
  color: #9d82c7;
  font-weight: normal;
}

.card-body.rent-card > div > strong > b {
  display: block;
  vertical-align: top;
  text-align: right;
  color: #8e8e90;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
}

.side-area {
  position: fixed;
  right: 10px;
  width: 120px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 100;
}

.side-area > .icon {
  margin-bottom: 40px;
  text-align: center;
}

.side-area > .icon > a > span {
  padding-top: 10px;
  display: block;
  color: #553892;
}

.up-icon {
  color: #9d82c7;
  font-size: 50px;
  cursor: pointer;
}

a.menu-icon-link {
  padding-top: 5px;
  padding-left: 5px;
}

input.search-inputbox {
  width: auto !important;
  padding: 5px !important;
  border: 1px solid #dedede !important;
  font-size: 14px !important;
  background-color: #f9f9f9 !important;
}

.sale-bg {
  background-color: #291667;
}

.sale-txt {
  color: #291667;
}

.rent-bg {
  background-color: #774175;
}

.rent-txt {
  color: #774175;
}

.sale-tag,
.rent-tag {
  padding: 5px 10px 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  border-radius: 5px;
  float: left;
  margin-top: 3px;
}

.sale-tag_2,
.rent-tag_2 {
  padding: 3px 5px 3px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  border-radius: 5px;
  float: left;
  font-size: 12px;
  margin-right: 10px;
}

span.item_features {
  display: inline-block;
  padding: 3px 5px 3px 5px;
  font-size: 14px;
  background-color: #dedede;
  margin-right: 10px;
  color: #343434;
}

.mb-side-icon {
  position: fixed;
  font-size: 40px;
  top: 260px;
  color: #553892;
  right: 30px;
  z-index: 10000;
  display: none;
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}

#mb-side-area > .icon {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#mb-side-area > .icon > a > span {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

#mb-side-area {
  width: 100px;
  background: #ffffff;
  position: fixed;
  bottom: 140px;
  right: -100px;
  z-index: 100;
  text-align: center;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.modal-body > h2 {
  font-size: 18px;
  color: #000000;
}

.modal-body {
  font-size: 15px;
  color: #636363;
  line-height: normal;
}

.modal-body > ul {
  margin-bottom: 10px;
}

.modal-body > ul > li {
  margin-bottom: 20px;
}

ul.number {
  list-style-type: decimal;
}

@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1150px !important;
  }
}
.color-3 {
  color: #9d82c7 !important;
}

.color-34 {
  color: #22c87e;
}

.color-35 {
  color: #c2305d;
}

.color-4 {
  background-color: #c6b8db;
}

.purple-color-2 {
  color: #553892;
}

.purple-color-8 {
  color: #7d5ca9 !important;
}

.color-e {
  background-color: #e0e0e0;
}

.color-2 {
  background-color: #553892;
}

.purple-bg-4 {
  background-color: #c6b8db;
}

.purple-bg-1 {
  background-color: #291667;
}

.purple-bg-5 {
  background-color: #774175;
}

.gray-bg-6 {
  background-color: #f9f9f9;
}

.gray-bg-20 {
  background-color: #f3f3f3;
}

.white-bg {
  background-color: #ffffff;
}

.footer-menu2 {
  justify-content: space-between;
}

.com-website-data {
  color: #c0c0c0;
  font-size: 16px;
  width: 340px;
}
.com-website-data .footer-txt1 {
  color: #c0c0c0;
  width: 100%;
}
.com-website-data .footer-txt2 {
  width: 100px;
  text-align: center;
}
.com-website-data .footer-txt2:nth-child(n+3) {
  margin-left: 20px;
}
.com-website-data .footer-txt2 img {
  max-width: 100%;
}
.com-website-data .footer-txt2 a {
  color: #c0c0c0;
  font-size: 11px;
}
.com-website-data span {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  width: auto;
}

.card {
  float: left;
}

.menu-1,
.lang {
  float: right;
  color: #000000;
  padding-top: 30px;
  display: block;
}

.lang {
  padding-left: 20px;
  padding-top: 27px;
}

.lang a {
  color: #636363;
}

.lang > a > .fa {
  font-size: 23px;
  padding-right: 10px;
  color: #636363;
}

.menu-1 a {
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.menu-1 a.active {
  color: #553892;
}

.menu {
  float: left;
  padding: 25px 20px 25px 20px;
  display: flex;
  font-size: 18px;
}

.menu a {
  color: #000000;
}

.menu.active {
  background-color: #774175;
}

.menu.active > a {
  color: #ffffff !important;
}

@-webkit-keyframes sign-in-animation {
  0% {
    background-color: #7d5ca9;
    color: #ffffff;
  }
  100% {
    background-color: #ffffff;
    color: #7d5ca9;
  }
}

@keyframes sign-in-animation {
  0% {
    background-color: #7d5ca9;
    color: #ffffff;
  }
  100% {
    background-color: #ffffff;
    color: #7d5ca9;
  }
}
@-webkit-keyframes create-property-animation {
  0% {
    background-color: #ffffff;
    color: #774175;
  }
  100% {
    background-color: #774175;
    color: #ffffff;
  }
}
@keyframes create-property-animation {
  0% {
    background-color: #ffffff;
    color: #774175;
  }
  100% {
    background-color: #774175;
    color: #ffffff;
  }
}
.pagination-list {
  width: 100%;
  float: left;
  display: block;
}

.page-num {
  width: 100%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #7f7f7f;
}

.pagination-list > .page-num > a {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  margin-right: 10px;
  color: #7f7f7f;
}

.pagination-list > .page-num > a.active {
  color: #774175;
}

.no-record {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 20px;
}

.no-record-properties {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  float: left;
}

.no-border {
  border: 0px !important;
}

.sign-in {
  text-align: center;
  background-color: #7d5ca9;
  color: #ffffff;
  float: right;
  padding: 10px 20px 10px 20px;
  border: 2px solid #7d5ca9;
  border-radius: 30px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 13px;
  cursor: pointer;
}

.sign-in:hover {
  -webkit-animation-name: sign-in-animation;
          animation-name: sign-in-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.create-property {
  text-align: center;
  border: 2px solid #7d5ca9;
  color: #7d5ca9;
  float: right;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 13px;
  cursor: pointer;
}

.create-property:hover {
  -webkit-animation-name: create-property-animation;
          animation-name: create-property-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.property-send {
  text-align: center;
  margin-bottom: 100px;
  padding-top: 30px;
  border: 1px #ccc solid;
  padding-bottom: 30px;
}

.search-icon {
  float: right;
  margin-top: 25px;
  margin-left: 13px;
}

.input-box {
  border: 1px solid #cfd0d4;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  width: 100%;
  box-shadow: 1px 1px 5px 5px rgba(207, 208, 212, 0.1);
  background-color: #fcfdff;
  font-size: 14px;
}

#footer {
  width: 100%;
  float: left;
}

.footer-p1 {
  background-color: #2a2a2a;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-trending-search > span {
  color: #828282;
  font-size: 20px;
}

.footer-trending-search > a {
  color: #553892;
  padding-right: 20px;
  font-size: 20px;
}

.footer-p2 {
  background-color: #424242;
  padding: 40px 0;
}

.footer-menu {
  padding-bottom: 70px;
  font-size: 18px;
}

.footer-menu-p1 {
  width: 50%;
  float: left;
}

.footer-menu-p2 {
  width: 50%;
  float: left;
  text-align: end;
  color: #ffffff;
}

.footer-menu-p2 > a > i {
  font-size: 30px;
  padding-right: 20px;
  vertical-align: middle;
}

.footer-menu-p2 > a {
  color: #ffffff;
}

.footer-menu-p1 > div {
  width: auto;
  float: left;
}

.footer-menu-p1 > div > a {
  color: #c0c0c0;
}

.footer-menu-p1 > div > span {
  color: #c0c0c0;
  padding-left: 10px;
  padding-right: 10px;
}

.copyright {
  color: #c0c0c0;
  font-size: 18px;
}
.copyright a {
  color: #7d5ca9;
  font-size: 18px;
  display: inline-block;
  width: auto;
}

.border-top-gray {
  border-top: 1px solid #8e8e90;
}

.clear {
  clear: both;
}

.blog-body {
  padding: 20px;
}

.blog-body > h5 {
  color: #553892;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}

.blog-body > p {
  color: #717388;
  font-size: 18px;
  line-height: 25px;
}

.blog-body > a {
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  background-color: #b16fc7;
  padding: 20px 25px 20px 25px;
  width: auto;
  display: inline-block;
  box-shadow: 1px 1px 5px #888888;
}

.sub-title {
  background-color: #774175;
  color: #ffffff;
  padding: 20px 0px 20px 0px;
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 26px;
}

.mortgage-price-area {
  width: auto;
  display: inline-block;
  padding-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .side-area {
    display: none;
  }

  .mb-side-icon {
    display: block;
  }

  #mb-side-area {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .menu {
    float: left;
    padding: 20px 15px 20px 15px;
    display: flex;
    font-size: 15px;
  }

  .menu-1 a {
    font-size: 15px;
  }

  .menu-height {
    height: 52px;
  }

  .lang a {
    font-size: 15px;
  }

  .sign-in {
    padding: 10px;
    font-size: 14px;
    margin-top: 9px;
  }

  .create-property {
    padding: 10px;
    font-size: 14px;
    margin-top: 9px;
  }

  .search-icon {
    margin-top: 17px;
  }
}
@media screen and (max-width: 900px) {
  .wb {
    display: none;
  }

  .mb {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .footer-trending-search > span,
.footer-trending-search > a,
.footer-menu-p1,
.com-website-data,
.copyright,
.copyright > a,
.footer-menu-p2 > a {
    font-size: 16px;
  }

  .com-website-data {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .sub-title {
    width: 100%;
  }

  .footer-menu-p1 {
    width: 100%;
  }

  .footer-menu-p2 {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  .copyright > a {
    margin-top: 20px;
  }

  .copyright {
    line-height: 30px;
  }

  .blog-body > p {
    font-size: 16px;
  }

  .card-body > div > p {
    font-size: 18px !important;
  }

  .saleable_area {
    width: 100% !important;
  }

  .intervals {
    width: 100% !important;
    text-align: left;
    padding-top: 10px;
  }
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #553892;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #553892;
  cursor: pointer;
}