@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
* {
  padding: 0;
  margin: 0;
  /* I usually use this too: */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* margin 0.25rem */
.m1 {
  margin: 0.25rem;
}

.ml1 {
  margin-left: 0.25rem;
}

.mr1 {
  margin-right: 0.25rem;
}

.mt1 {
  margin-top: 0.25rem;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mx1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* margin 0.5rem */
.m2 {
  margin: 0.5rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mx2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* margin 0.75rem */
.m3 {
  margin: 0.75rem;
}

.ml3 {
  margin-left: 0.75rem;
}

.mr3 {
  margin-right: 0.75rem;
}

.mt3 {
  margin-top: 0.75rem;
}

.mb3 {
  margin-bottom: 0.75rem;
}

.mx3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* margin 1rem */
.m4 {
  margin: 1rem;
}

.ml4 {
  margin-left: 1rem;
}

.mr4 {
  margin-right: 1rem;
}

.mt4 {
  margin-top: 1rem;
}

.mb4 {
  margin-bottom: 1rem;
}

.mx4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* margin 1.25rem */
.m5 {
  margin: 1.25rem;
}

.ml5 {
  margin-left: 1.25rem;
}

.mr5 {
  margin-right: 1.25rem;
}

.mt5 {
  margin-top: 1.25rem;
}

.mb5 {
  margin-bottom: 1.25rem;
}

.mx5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* margin 1.5rem */
.m6 {
  margin: 1.5rem;
}

.ml6 {
  margin-left: 1.5rem;
}

.mr6 {
  margin-right: 1.5rem;
}

.mt6 {
  margin-top: 1.5rem;
}

.mb6 {
  margin-bottom: 1.5rem;
}

.mx6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* margin 1.75rem */
.m7 {
  margin: 1.75rem;
}

.ml7 {
  margin-left: 1.75rem;
}

.mr7 {
  margin-right: 1.75rem;
}

.mt7 {
  margin-top: 1.75rem;
}

.mb7 {
  margin-bottom: 1.75rem;
}

.mx7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

/* margin 2rem */
.m8 {
  margin: 2rem;
}

.ml8 {
  margin-left: 2rem;
}

.mr8 {
  margin-right: 2rem;
}

.mt8 {
  margin-top: 2rem;
}

.mb8 {
  margin-bottom: 2rem;
}

.mx8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* margin 2.25rem */
.m9 {
  margin: 2.25rem;
}

.ml9 {
  margin-left: 2.25rem;
}

.mr9 {
  margin-right: 2.25rem;
}

.mt9 {
  margin-top: 2.25rem;
}

.mb9 {
  margin-bottom: 2.25rem;
}

.mx9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

/* margin 2.5rem */
.m10 {
  margin: 2.5rem;
}

.ml10 {
  margin-left: 2.5rem;
}

.mr10 {
  margin-right: 2.5rem;
}

.mt10 {
  margin-top: 2.5rem;
}

.mb10 {
  margin-bottom: 2.5rem;
}

.mx10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* margin 2.75rem */
.m11 {
  margin: 2.75rem;
}

.ml11 {
  margin-left: 2.75rem;
}

.mr11 {
  margin-right: 2.75rem;
}

.mt11 {
  margin-top: 2.75rem;
}

.mb11 {
  margin-bottom: 2.75rem;
}

.mx11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

/* margin 3rem */
.m12 {
  margin: 3rem;
}

.ml12 {
  margin-left: 3rem;
}

.mr12 {
  margin-right: 3rem;
}

.mt12 {
  margin-top: 3rem;
}

.mb12 {
  margin-bottom: 3rem;
}

.mx12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* padding 0.25rem */
.p1 {
  padding: 0.25rem;
}

.pl1 {
  padding-left: 0.25rem;
}

.pr1 {
  padding-right: 0.25rem;
}

.pt1 {
  padding-top: 0.25rem;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.px1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* padding 0.5rem */
.p2 {
  padding: 0.5rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.px2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* padding 0.75rem */
.p3 {
  padding: 0.75rem;
}

.pl3 {
  padding-left: 0.75rem;
}

.pr3 {
  padding-right: 0.75rem;
}

.pt3 {
  padding-top: 0.75rem;
}

.pb3 {
  padding-bottom: 0.75rem;
}

.px3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* padding 1rem */
.p4 {
  padding: 1rem;
}

.pl4 {
  padding-left: 1rem;
}

.pr4 {
  padding-right: 1rem;
}

.pt4 {
  padding-top: 1rem;
}

.pb4 {
  padding-bottom: 1rem;
}

.px4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* padding 1.25rem */
.p5 {
  padding: 1.25rem;
}

.pl5 {
  padding-left: 1.25rem;
}

.pr5 {
  padding-right: 1.25rem;
}

.pt5 {
  padding-top: 1.25rem;
}

.pb5 {
  padding-bottom: 1.25rem;
}

.px5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* padding 1.5rem */
.p6 {
  padding: 1.5rem;
}

.pl6 {
  padding-left: 1.5rem;
}

.pr6 {
  padding-right: 1.5rem;
}

.pt6 {
  padding-top: 1.5rem;
}

.pb6 {
  padding-bottom: 1.5rem;
}

.px6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* padding 1.75rem */
.p7 {
  padding: 1.75rem;
}

.pl7 {
  padding-left: 1.75rem;
}

.pr7 {
  padding-right: 1.75rem;
}

.pt7 {
  padding-top: 1.75rem;
}

.pb7 {
  padding-bottom: 1.75rem;
}

.px7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

/* padding 2rem */
.p8 {
  padding: 2rem;
}

.pl8 {
  padding-left: 2rem;
}

.pr8 {
  padding-right: 2rem;
}

.pt8 {
  padding-top: 2rem;
}

.pb8 {
  padding-bottom: 2rem;
}

.px8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* padding 2.25rem */
.p9 {
  padding: 2.25rem;
}

.pl9 {
  padding-left: 2.25rem;
}

.pr9 {
  padding-right: 2.25rem;
}

.pt9 {
  padding-top: 2.25rem;
}

.pb9 {
  padding-bottom: 2.25rem;
}

.px9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

/* padding 2.5rem */
.p10 {
  padding: 2.5rem;
}

.pl10 {
  padding-left: 2.5rem;
}

.pr10 {
  padding-right: 2.5rem;
}

.pt10 {
  padding-top: 2.5rem;
}

.pb10 {
  padding-bottom: 2.5rem;
}

.px10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* padding 2.75rem */
.p11 {
  padding: 2.75rem;
}

.pl11 {
  padding-left: 2.75rem;
}

.pr11 {
  padding-right: 2.75rem;
}

.pt11 {
  padding-top: 2.75rem;
}

.pb11 {
  padding-bottom: 2.75rem;
}

.px11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

/* padding 3rem */
.p12 {
  padding: 3rem;
}

.pl12 {
  padding-left: 3rem;
}

.pr12 {
  padding-right: 3rem;
}

.pt12 {
  padding-top: 3rem;
}

.pb12 {
  padding-bottom: 3rem;
}

.px12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
}

a {
  color: #6286DA;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #4D4D4D;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  color: #4D4D4D;
}

::-moz-selection {
  color: #fff;
  background-color: #333;
}

::selection {
  color: #fff;
  background-color: #333;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

#navButton .account-toggle {
  position: relative;
  top: 11px;
  right: 13px;
  color: #FFFFFF;
  opacity: 0.9;
}

#navButton .account-toggle i {
  font-weight: 100;
}

@media (max-width: 767px) {
  #banner .has-search {
    padding: 0 15px;
  }
}

.banner p {
  margin-top: 7px;
  text-transform: uppercase;
  color: #7F7F7F;
  font-size: 11px;
}

.ban-main-title {
  font-size: 36px;
  line-height: 38px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 15px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ban-main-title {
    text-align: right;
  }
}

.ban-main-title .ban-sub-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  padding: 0 15px;
  display: block;
  font-weight: 300;
  line-height: 25px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .ban-main-title .ban-sub-title {
    padding: 0;
    width: 80%;
    position: absolute;
    right: 0;
    padding: 0 15px;
  }
}

.posts {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 #c2c2c2;
          box-shadow: 0 2px 5px 0 #c2c2c2;
}

.posts img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
}

.posts .content {
  padding: 15px;
}

.posts .content .category {
  display: block;
  color: #D9D9D9;
}

.posts .content .date {
  color: #7F7F7F;
}

.posts .read-more-btn {
  padding: 5px 0;
  margin-top: 5px;
  text-align: right;
  border-top: 1px solid #efefef;
}

.article h2 {
  color: #000000;
  text-transform: capitalize;
  font-size: 29px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .article h2 {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .article h2 {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .article h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }
}

.article h3 {
  margin-bottom: 20px;
}

.article-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.article-time i {
  margin-right: 5px;
}

.article-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.article-author {
  display: inline-block;
}

.article-sub {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
}

.article .socmed {
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article .socmed span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}

.article .socmed .share-icons {
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.article .socmed .share-icons li {
  display: inline-block;
}

.article .socmed .share-icons li a {
  font-size: 2em;
  margin-right: 5px;
}

.article .socmed .share-icons li a.fa-twitter-square {
  color: #000000;
}

.article .socmed .share-icons li a.fa-facebook-square {
  color: #3b5998;
}

.article .socmed .share-icons li a.fa-whatsapp-square {
  color: #25D366;
}

.article-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding-top: 5px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-bottom: 20px;
}

.article-content p {
  font-size: 16px;
  line-height: 29px;
  text-align: left;
  display: block;
  margin: 0 auto 1em;
}

@media (min-width: 992px) {
  .article-content p {
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .article-content p {
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .article-content p {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto 1em;
  }
}

.article-content span {
  font-size: 16px;
  line-height: 29px;
}

@media (min-width: 992px) {
  .article-content span {
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .article-content span {
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .article-content span {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
  }
}

.article-content ul,
.article-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 10px;
}

.article-content ol > li {
  list-style: decimal;
}

.article-content ul > li {
  list-style: disc;
}

.article-content table td {
  border: 1px solid #efefef;
  padding: 5px 8px;
}

.article-content .aligncenter .wp-caption-text {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.article-content .wp-caption-text {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.article-content .post-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .wrapper {
    margin-bottom: 0;
    padding: 0;
  }
}

.heading__title {
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.54);
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .heading__title {
    font-size: 1.8rem;
  }
}

.heading__tabs {
  border-radius: 5px;
  background: #F1F1F1;
}

@media (max-width: 767px) {
  .heading__tabs {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .heading__tabs .tab-content .tab-pane {
    padding: 0;
  }
}

.heading__tabs .nav-item {
  text-transform: capitalize;
  list-style: none;
}

.heading__tabs .nav-item i {
  margin: 0 4px;
}

.heading__tabs .nav-item:hover {
  cursor: pointer;
}

.heading__tabs .nav-pills {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .heading__tabs .nav-pills {
    margin-bottom: 10px;
  }
}

.heading__tabs .nav-pills .nav-link {
  color: #000000;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 35px;
}

@media (max-width: 767px) {
  .heading__tabs .nav-pills .nav-link {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 0;
  }
}

.heading__tabs .nav-pills .nav-link.active {
  background-color: #BB0000;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .heading__tabs .nav-pills .nav-link.active {
    border-radius: 0;
  }
}

.heading__tabs .nav-afford {
  color: #BB0000;
  text-decoration: none;
  padding: 8px 0px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .heading__tabs .nav-afford {
    padding: 6px 10px;
    padding-right: 0;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
  }
}

.heading__tabs .nav-afford:hover {
  cursor: pointer;
}

.headline {
  display: table;
  position: relative;
  margin: 15px 0;
  width: 100%;
}

@media (max-width: 320px) {
  .headline {
    margin: 5px 0;
  }
}

.headline .sec-main-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #BB0000;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 767px) {
  .headline .sec-main-title {
    float: left;
    padding: 0;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 3px;
  }
}

.headline .sec-main-title.half {
  width: 50%;
}

@media (max-width: 767px) {
  .headline .sec-main-title.half {
    width: 100%;
  }
}

.headline .sub-title {
  color: #4D4D4D;
  margin-top: 5px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .headline .sub-title {
    float: left;
    display: inline-block;
    width: 70%;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }
}

.headline .more-lnk {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 2px;
}

@media (max-width: 767px) {
  .headline .more-lnk {
    position: relative;
    float: right;
  }
}

.headline .more-lnk a {
  color: #7F7F7F;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none !important;
  border-bottom: none !important;
  vertical-align: top;
}

.sidebar {
  margin-bottom: 15px;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li {
  padding-left: 0;
}

.sidebar ul li a {
  color: #555555;
  text-decoration: none;
  border-bottom-style: none;
}

.page {
  display: inline-block;
  padding: 3px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #0177db;
  text-shadow: 0 1px 0 white;
}

#main section {
  margin-bottom: 4em;
}

.news-detail-content p {
  font-size: 14px;
  line-height: 23px;
}

.slick-slider .slick-dots li {
  width: 10px;
}

.slick-dots {
  bottom: -15px !important;
  color: #E9E9E9;
}

.slick-dots li {
  width: 10px;
}

.slick-track .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  margin: 0;
  position: relative;
}

.slick-slide img {
  margin-bottom: 0;
}

.slick-active button:before {
  color: #BB0000 !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.slick-prev:before {
  content: "\f053" !important;
}

.slick-next:before {
  content: "\f054" !important;
}

.slick-next {
  right: 10px !important;
}

.slick-prev {
  left: 10px !important;
}

.slick-next,
.slick-prev {
  width: 24px;
  height: 24px;
  z-index: 1;
}

.slick-next:before,
.slick-prev:before {
  font-size: 24px;
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px;
  opacity: 1 !important;
}

.regular .slick-list {
  padding: 0 10% 0 0;
}

.regular .box-slider {
  padding: 7px 0;
}

.regular .box-slider .inner {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 10px;
  margin: 0 5px;
}

.regular .box-slider .inner h5 {
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: #1354a3;
  font-weight: 500;
  padding: 7px 10px;
  margin-bottom: 0;
  height: 100px;
}

@media (min-width: 992px) {
  .regular .box-slider .inner h5 {
    height: 100px;
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .regular .box-slider .inner h5 {
    height: 100px;
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .regular .box-slider .inner h5 {
    height: 140px;
    font-size: 13px;
    line-height: 20px;
  }
}

.regular .box-slider .inner span {
  padding: 0 10px;
  margin-bottom: 7px;
  display: block;
}

.regular .box-slider .inner img {
  display: block;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.regular .box-slider .inner .property-details {
  position: relative;
}

.regular .box-slider .inner .property-details .agent-thumbnail {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  border: 2px solid #efefef;
  border-radius: 50%;
}

.regular .box-slider .inner .property-details h6 {
  position: absolute;
  width: 100%;
  bottom: 7px;
  left: 7px;
  color: #fff;
  margin: 0;
  font-style: italic;
  text-transform: none;
  font-size: 11px;
}

.regular .box-slider .neighbourhood {
  padding-bottom: 0;
  position: relative;
}

.regular .box-slider .neighbourhood h5 {
  height: auto;
  position: absolute;
  bottom: 7px;
  color: #FFFFFF;
}

.regular .box-slider .neighbourhood img {
  height: 280px;
}

.regular .box-slider img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #footer-widget {
    display: none;
  }
}

#footer {
  background: #7575cd;
  color: #e7e7e7;
  padding: 2em 2em 0.75em;
  text-align: left;
}

#footer h6 {
  font-size: 20px;
}

@media (max-width: 767px) {
  #footer {
    padding: 3em 1.5em;
    margin-top: 4em;
  }
}

#footer .partner-sitemap ul {
  padding-left: 0;
}

#footer .partner-sitemap ul li {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 5px;
  padding-right: 1em;
  border-right: 1px solid;
  line-height: 15px;
}

@media (max-width: 767px) {
  #footer .partner-sitemap ul li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    border-right: none;
    line-height: 20px;
    width: 49%;
    margin-bottom: 0;
  }
}

#footer .partner-sitemap ul li:last-child {
  margin: 0;
  padding-left: 1em;
  border: 0;
}

@media (max-width: 767px) {
  #footer .partner-sitemap ul li:last-child {
    padding-left: 0;
  }
}

#footer .sitemap {
  font-size: 13px;
  line-height: 1em;
  text-align: left;
}

#footer .sitemap a {
  color: inherit;
}

#footer .sitemap ul {
  padding-left: 0;
}

#footer .sitemap ul li {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 5px;
  padding-left: 1em;
  border-left: none;
  line-height: 15px;
}

@media (max-width: 767px) {
  #footer .sitemap ul li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    border-right: none;
    line-height: 20px;
    width: 49%;
    margin-bottom: 0;
  }
}

#footer .sitemap ul li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.copyright {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}

.copyright a {
  color: inherit;
}

.copyright ul {
  margin: 0;
}

.copyright ul li {
  display: inline-block;
  padding-left: 1em;
  border-left: solid 1px;
}

.copyright ul li:first-child {
  margin: 0;
  padding-right: 1em;
  padding-left: 0;
  border: 0;
}

.social-buttons .icons li {
  padding-left: 1em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .social-buttons .icons li {
    padding-left: 10px;
  }
}

.social-buttons .icons li:last-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .social-buttons .icons li:last-child {
    padding-left: 10px;
  }
}

.social-buttons .icons .circle {
  font-size: 1.4em;
}

.calc .nav-link {
  padding: 15px;
  border-bottom: 3px solid transparent;
}

@media (max-width: 767px) {
  .calc .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .calc .nav-link {
    font-size: 12px;
  }
}

.calc .nav-link.active {
  font-weight: 600;
}

.calculator .calc-head {
  background-color: #f3f3f3;
  padding: 10px 15px;
  position: relative;
}

.calculator .calc-head h4 {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.calculator .calc-head i {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.calculator .calc-body {
  padding: 10px 15px 15px;
}

.calculator__body .left,
.calculator__body .right {
  width: 45%;
}

.calculator__body .right {
  text-align: right;
}

.calculator__body small {
  font-size: 12px;
}

.calculator .affordability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator .affordability span {
  font-size: 40px;
  display: block;
}

.calculator .estimation {
  padding: 15px 25px;
  font-size: 14px;
}

.calculator .estimation p {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

.calculator .estimation span {
  font-size: 40px;
  display: block;
}

.calculator .estimation b {
  color: #BB0000;
  font-size: 24px;
}

.calculator__value {
  font-size: 16px;
}

.calculator__footer {
  background-color: #f9f9f9;
  padding: 15px 10px;
}

.calculator .alert-button {
  background-color: #003661;
  display: inline-block;
  color: #FFFFFF;
  padding: 7px 25px;
  margin-bottom: 10px;
}

.profile-picture {
  position: relative;
  height: 180px;
  width: 180px;
}

.profile-picture__image {
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #FFFFFF;
  height: 180px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.profile-picture__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 7px;
  right: -5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-picture__icon i {
  width: 100%;
  text-align: center;
  font-size: 8px;
  color: #fff;
}

.profile-picture__icon.verified {
  background-color: #39B54A;
}

.profile-picture__icon.featured {
  background-color: #F8D700;
}

.flex-center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.agents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
}

.agents--profile {
  background-color: #F1F1F1;
}

@media (max-width: 767px) {
  .agents--profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.agents--profile .agents__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.agents--profile .agents__name {
  font-size: 20px;
  display: block;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .agents--profile .agents__name {
    display: inline-block;
  }
}

.agents--profile .agents__details {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .agents--profile .agents__details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
}

.agents--profile .agents__rating {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .agents--profile .agents__rating {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.agents--profile .agents__rating small {
  font-size: 12px;
  display: block;
}

.agents--profile .agents__rating p {
  font-size: 16px;
}

.agents--profile .agents__ratingvalue {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.agents--profile .agents__company {
  font-weight: 600;
  font-size: 18px;
}

.agents__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-right: 5px;
}

.agents__image {
  position: relative;
}

.agents__details {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.agents__name {
  color: #000000;
  font-weight: 600;
}

.agents__contacts i {
  width: 15px;
  margin-right: 5px;
}

.agents .property__seller {
  position: relative;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}

.agents .property__seller__image {
  height: 70px;
  width: 70px;
}

.agents .btn {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #BB0000;
}

.featured-agents .featured-agent {
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

.featured-agents .featured-agent-details .name {
  font-size: 16px;
  color: #BB0000;
}

.featured-agents .featured-agent-details p {
  margin: 0;
}

.property {
  width: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.property--review {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.property--review .line {
  border-width: 4px;
}

.property--review .nav a {
  color: #7F7F7F;
  font-weight: 600;
}

.property--review .nav .active {
  border-bottom: 2px solid #BB0000;
}

.property--review .description {
  color: #7f7f7f;
}

.property--review .description h3 {
  color: #BB0000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.property--review .property__reviewbox {
  background-color: #f1f1f1;
  width: 100%;
}

.property--review .property__name {
  color: #000000;
  max-width: 200px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.property--review .property__image {
  height: 450px;
}

.property--review .property__averages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.property--review .property__average {
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 7px;
}

.property--review .property__average__head {
  padding: 7px 15px;
  background-color: #BB0000;
  color: #ffffff;
  margin-bottom: 5px;
}

.property--review .property__price {
  display: block;
  color: #000000;
}

.property--insight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .property--insight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.property--insight .property__half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 767px) {
  .property--insight .property__half {
    max-width: 100%;
  }
}

.property--insight .property__details {
  width: 100%;
  float: none;
}

.property--insight .description {
  color: #848484;
}

.property--insight .property__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property--insight .property__info {
  float: left;
}

.property--insight .property__footer {
  position: absolute;
  bottom: 0;
  display: block;
}

@media (max-width: 767px) {
  .property--insight .property__footer {
    position: relative;
  }
}

.property--insight .property__footer .button__fav {
  color: #BB0000;
}

.property--summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.property--summary .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.property--summary .property__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.property--summary .property__name {
  color: #000000;
}

.property--summary .property__box {
  margin-left: auto;
}

.property--summary .property__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
}

.property--summary .property__info {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}

.property--summary .property__info i {
  font-size: 20px;
  margin-right: 7px;
  color: #4D4D4D;
}

@media (max-width: 767px) {
  .property--summary .property__info {
    width: 50%;
  }
}

.property__info {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}

.property__info i {
  font-size: 20px;
  margin-right: 7px;
  color: #4D4D4D;
}

.property--summary .property__items {
  margin-bottom: 7px;
}

.property--summary .property__items b {
  font-size: 14px;
  width: 20%;
  padding-right: 5px;
  float: left;
}

@media (max-width: 767px) {
  .property--summary .property__items b {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .property--summary .property__items b {
    display: block;
    width: 100%;
  }
}

.property--summary .property__items p {
  width: 80%;
  float: left;
}

@media (max-width: 767px) {
  .property--summary .property__items p {
    width: 100%;
    float: left;
  }
}

.property--summary .property__items a {
  display: block;
}

.property--summary .property__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0;
}

@media (max-width: 767px) {
  .property--summary .property__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.property--summary .property__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .property--summary .property__button {
    display: block;
    width: 100%;
  }
}

.property--summary .property__button .button {
  font-size: 14px;
}

.property--summary .property__button i {
  margin-right: 5px;
}

.property--summary .property__button.right {
  margin-left: auto;
}

@media (max-width: 767px) {
  .property--summary .property__button.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.property--summary .property__button.right .button {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .property--summary .property__button.right .button {
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
  }
}

.property--summary .property__button.right i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .property--summary .property__button.right i {
    display: none;
  }
}

.property__enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  background-color: #f8f8f8;
}

.property__enquiry .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.property__enquiry .btn span {
  margin-left: 5px;
  font-size: 13px;
  color: #4D4D4D;
}

@media (max-width: 767px) {
  .property__enquiry .btn span {
    display: none;
  }
}

.property__enquiry .button--enquiry {
  padding: 15px 40px;
  border-radius: 5px;
  margin-left: 10px;
  margin: 6px;
}

.property__enquiry .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.property--featured {
  background-color: #243147;
  color: #ffffff;
}

.property--featured .property__image {
  height: 600px;
}

@media (max-width: 767px) {
  .property--featured .property__image {
    height: 395px;
  }
}

@media (max-width: 767px) {
  .property--featured .property__body {
    padding: 60px 15px 20px;
  }
}

.property--featured2 .property__image {
  height: 500px;
}

@media (max-width: 767px) {
  .property--featured2 .property__image {
    height: 395px;
  }
}

@media (min-width: 768px) {
  .property--featured2 .property__desc div {
    display: inline-block;
    margin-right: 40px;
  }
}

.property--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .property--half .full {
    width: 100%;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .property--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.property--half .property__bar {
  width: 100%;
}

.property--half .property__head {
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .property--half .property__head {
    width: 50%;
  }
}

.property--half .property__image {
  width: 600px;
}

@media (max-width: 767px) {
  .property--half .property__image {
    height: 120px;
  }
}

.property--half .property__details {
  width: 50%;
}

@media (max-width: 767px) {
  .property--half .property__details {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .property--half .property__range {
    width: 100%;
    text-align: left;
  }
}

.property--half .property__half-mobile .property__body {
  display: none;
}

@media (max-width: 767px) {
  .property--half .property__half-mobile .property__body {
    display: inline-block;
    width: 50%;
  }
}

.property--half .property__body {
  width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .property--half .property__body {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .property--half .property__body.full {
    width: 100%;
  }
}

.property--half .property__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.property--half .property__half {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .property--half .property__half {
    width: 100%;
  }
}

.property--half .property__meta {
  display: block;
}

@media (max-width: 767px) {
  .property--half .property__meta {
    display: none;
  }
}

.property--half .property__footer {
  padding: 0 20px;
}

.property--half .property__container {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .property--half .property__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.property--newlaunch .property__header {
  position: relative;
}

.property--newlaunch .property__header .property__logocontainer {
  display: none;
  position: absolute;
  z-index: 1;
  max-width: 150px;
  top: 10px;
  left: 0;
  background-color: #fff;
  padding: 5px 10px;
  border-bottom-right-radius: 50%;
}

.property--newlaunch .property__header .property__logocontainer .property__logo {
  padding: 10px 0;
}

.property--newlaunch .property__header .property__banner {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 8px;
  color: #fff;
  background-color: #BB0000;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .property--newlaunch .property__header .property__banner {
    display: block;
  }
}

.property--newlaunch .property__container {
  display: table;
  width: 100%;
}

.property--newlaunch .property__image {
  height: 380px;
}

.property--newlaunch .property__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.property--newlaunch .property__body .property__logo {
  max-width: 100px;
}

@media (max-width: 767px) {
  .property--newlaunch .property__body .property__logo {
    max-width: 60px;
  }

  .property--newlaunch .property__body .center {
    text-align: center;
    max-width: 100%;
  }
}

.property--newlaunch .property__body .property__info .property__details {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .property--newlaunch .property__body .property__info .property__details {
    width: 100%;
  }
}

.property--newlaunch .property__body .property__range {
  width: 100%;
}

.property--newlaunch .property__body .property__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.property--newlaunch .property__body .property__tag {
  display: none;
  background-color: #BB0000;
  font-size: 14px;
}

@media (min-width: 768px) {
  .property--newlaunch .property__body .property__tag {
    display: block;
  }
}

.property__box {
  background-color: #D9D9D9;
  color: #4D4D4D;
  padding: 5px 10px;
  font-style: italic;
  font-size: 12px;
  text-align: right;
}

.property__box .property__price {
  font-style: normal;
}

.property__bar {
  font-size: 14px;
  height: 65px;
  background-color: #000000;
  padding: 0px 10px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.property__container {
  border: 1px solid #D9D9D9;
}

.property__agentdetails {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 14px;
}

.property__agentcontacts {
  font-weight: 400;
  font-size: 12px;
}

.property__agentlogo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #FFFFFF;
  height: 50px;
  max-width: 100px;
  padding: 0 5px;
}

.property__agentlogo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.property__head {
  position: relative;
}

.property__head .property__logo {
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .property__head .property__logo {
    display: block;
    width: 100%;
    bottom: -60px;
    right: auto;
  }
}

.property__slider .slick-prev:before,
.property__slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.property__slider .slick-prev {
  left: 0px;
}

.property__slider .slick-prev:before {
  content: "\f053";
}

.property__slider .slick-next {
  right: 0px;
}

.property__slider .slick-next:before {
  content: "\f054";
}

.property__image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .property__image {
    height: 200px;
    min-width: 150px;
  }
}

@media (min-width: 1200px) {
  .property__image {
    min-width: 440px;
  }
}

.property__seller {
  position: absolute;
  left: 5px;
  top: 7px;
  width: 50px;
  height: 50px;
  z-index: 0;
}

@media (max-width: 767px) {
  .property__seller {
    width: 35px;
    height: 35px;
  }
}

.property__seller__image {
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #FFFFFF;
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .property__seller__image {
    width: 35px;
    height: 35px;
  }
}

.property__seller__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 7px;
  right: -5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.property__seller__icon i {
  width: 100%;
  text-align: center;
  font-size: 8px;
  color: #fff;
}

.property__seller__icon.verified {
  background-color: #39B54A;
}

.property__seller__icon.featured {
  background-color: #F8D700;
}

.property__seller__icon .property__seller--featured {
  background-color: #39B54A;
}

.property__seller__icon .property__seller--verified {
  background-color: #F8D700;
}

.property__seller__verified {
  position: absolute;
  bottom: 7px;
  right: -5px;
  color: #39B54A;
}

.property__seller__verified::before {
  background-color: #d6cdcd;
  border-radius: 50%;
}

.property__seller__featured {
  position: absolute;
  bottom: 7px;
  right: -5px;
  color: #F8D700;
}

.property__seller__featured::before {
  background-color: #ffffff;
  border-radius: 50%;
}

.property__saletype {
  background-color: #BB0000;
  color: #FFFFFF;
  padding: 7px 10px;
  text-align: center;
  font-size: 13px;
}

.property__body {
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.property__name {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .property__name {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .property__name {
    font-size: 18px;
  }
}

.property__viewed {
  margin-left: 5px;
  background-color: #f2f2f2;
  display: inline-block;
  color: #aaa;
  font-size: 11px;
  padding: 0px 7px;
  border-radius: 3px;
  position: relative;
  top: -3px;
  left: 5px;
}

@media (max-width: 767px) {
  .property__viewed {
    margin-left: 0;
    left: 0;
  }
}

.property__location {
  font-size: 14px;
}

.property__details {
  width: 50%;
  float: left;
}

.property__typelabel {
  border-radius: 50%;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #4D4D4D;
}

.property__range {
  width: 50%;
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .property__range {
    float: left;
    width: 100%;
    text-align: left;
  }
}

.property__range span {
  font-style: italic;
  font-size: 12px;
  color: #7F7F7F;
}

.property__price {
  color: #4D4D4D;
  font-weight: 600;
  font-size: 18px;
}

.property__price small {
  color: #707070;
}

.property__desc {
  border-top: 1px solid #D9D9D9;
  padding-top: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property__desc--featured {
  padding-left: 10px;
  border-left: 1px solid #D9D9D9;
  margin-left: -15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .property__desc--featured {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
  }
}

.property__desc--featured b {
  font-size: 16px;
}

.property__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}

.property__type {
  font-size: 14px;
}

.property__tags {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.property__tag {
  color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 5px;
  font-size: 13px;
}

.property__tag.red {
  background-color: #BB0000;
}

.property__tag.green {
  background-color: #39B54A;
}

.property__area {
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
  color: #545854;
}

.property__facilities {
  color: #454945;
  font-size: 14px;
  font-style: italic;
}

.property__facilities i {
  margin: 0 5px 0 15px;
}

.property__facilities i:first-child {
  margin-left: 0;
}

.property__photoindicator {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .property__photoindicator {
    bottom: 7px;
    right: 15px;
    font-size: 14px;
  }
}

.property__award {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: -2px;
}

.property__award img {
  max-width: 90px;
}

@media (max-width: 767px) {
  .property__award img {
    max-width: 90px;
  }
}

.property__award.right {
  left: auto;
  right: 5%;
}

.property__logo {
  padding: 10px 0 0;
}

.property__logo img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: 110px;
}

.property__logo .center {
  text-align: center;
}

.property__logo .center img {
  margin: 0 5%;
  display: inline-block;
  height: auto;
  max-width: 110px;
}

@media (max-width: 767px) {
  .property__logo img {
    height: auto;
    max-width: 110px;
  }
}

.property__contacts {
  text-align: center;
  margin-bottom: 15px;
}

.property__contact-num {
  text-align: center;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #D9D9D9;
}

.property__contact-num:last-child {
  border: 0;
}

.property__footer {
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.property__footer .fa-heart {
  color: #7F7F7F;
}

.property .button__fav {
  font-size: 20px;
  float: right;
}

.property .button__fav.active i {
  color: #BB0000;
}

.property--featured__body {
  background-color: #243147;
}

.property--featured__body p {
  margin: 0;
}

.property--featured__award {
  position: absolute;
}

.property--featured__logo {
  position: absolute;
}

.property__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookmark {
  position: relative;
}

.bookmark__content {
  width: auto;
  right: 0;
  left: auto;
  padding: 10px 15px;
  background-color: #f6f6f6;
  max-height: 490px;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .bookmark__content {
    min-width: 400px;
  }
}

@media (max-width: 767px) {
  .bookmark__content {
    position: fixed !important;
    overflow: scroll;
    height: 70%;
    width: 90%;
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-height: 300px;
  }
}

.bookmark__count {
  position: absolute;
  top: -7px;
  right: -9px;
  color: #ffffff;
  background-color: #4D4D4D;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
}

.bookmark__button:after {
  border: 0;
  text-align: center;
  margin-left: 0;
  content: none;
}

.bookmark__checkbox {
  float: left;
  margin-right: 7px;
}

.bookmark__properties {
  background-color: #f6f6f6;
}

.bookmark__list {
  padding: 7px 0px;
  clear: both;
}

.bookmark__list a:hover {
  text-decoration: none;
  color: inherit;
}

.bookmark__details {
  width: 55%;
  float: left;
}

.bookmark__image {
  width: 25%;
  float: left;
  margin-right: 7px;
}

.bookmark__image img {
  border-radius: 7px;
  max-width: 100%;
  height: auto;
  width: 70px;
}

.bookmark__image--thumbnail {
  position: relative;
}

.bookmark__image--thumbnail img {
  border-radius: 5px;
  max-width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .bookmark__image--thumbnail img {
    min-width: 100px;
    max-width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 320px) {
  .bookmark__image--thumbnail img {
    min-width: 80px;
    max-width: 80px;
  }
}

.bookmark__title {
  font-size: 14px;
  text-transform: capitalize;
}

.bookmark__location {
  display: inline-block;
  color: #4D4D4D;
  font-size: 12px;
}

.bookmark__close {
  float: right;
}

.bookmark__options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bookmark__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
}

.bookmark__options .bookmark__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  text-align: left;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .bookmark__options .bookmark__checkbox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
}

.bookmark__options .bookmark__checkbox .custom-control {
  margin-bottom: 0;
  line-height: 24px;
}

.bookmark__options .bookmark__checkbox .bookmark__label {
  margin-bottom: 0;
  color: #D9D9D9;
}

.bookmark__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .bookmark__buttons {
    padding: 7px 0;
    width: 100%;
  }
}

.bookmark__buttons .btn {
  margin-right: 7px;
  border-radius: 5px;
  padding: 7px 20px;
  border: 1px solid;
}

.bookmark__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9;
}

.bookmark__item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .bookmark__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0;
  }
}

.bookmark__item .property__name {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .bookmark__item .property__name {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.bookmark__item .property__image {
  border-radius: 5px;
  max-width: 220px;
  height: auto;
}

@media (max-width: 767px) {
  .bookmark__item .property__image {
    min-width: 100px;
    max-width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 320px) {
  .bookmark__item .property__image {
    min-width: 80px;
    max-width: 80px;
  }
}

.bookmark__item .property__price {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.bookmark__item .property__description {
  padding: 0 15px;
}

@media (max-width: 320px) {
  .bookmark__item .property__description {
    padding: 0 10px;
  }
}

.bookmark__items .bookmark__close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 20px;
}

@media (min-width: 768px) {
  .bookmark__items .bookmark__close {
    margin-left: auto;
  }
}

.bookmark__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .bookmark__body {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .bookmark__body {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .bookmark__body {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .bookmark--articles .bookmark__body p {
    display: none;
  }
}

@media (max-width: 767px) {
  .bookmark--properties .bookmark__body .property__area, .bookmark--properties .bookmark__body .property__type, .bookmark--properties .bookmark__body .property__facilities {
    display: none;
  }
}

.compares .slick-prev,
.compares .slick-next {
  top: -10px;
  background-color: #BB0000;
  color: #FFFFFF;
  border-radius: 50%;
}

.compares .slick-prev:before,
.compares .slick-next:before {
  font-size: 14px;
}

@media (max-width: 767px) {
  .compare {
    padding-top: 10px;
  }
}

.compare__head {
  margin-bottom: 20px;
}

.compare__head .property__name {
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .compare__head.fixed {
    position: fixed;
    top: 100px;
    background-color: #fff;
    z-index: 1;
    padding: 20px 0px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
  }
  .compare__head.fixed .property__name {
    font-size: 18px;
  }
  .compare__head.fixed .property__value {
    font-size: 14px;
  }
}

.compare__image img {
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
}

.compare__desc {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .compare__desc {
    margin-bottom: 15px;
  }
}

.compare__desc label {
  font-weight: 600;
  margin-bottom: 0;
}

.compare__desc p {
  font-size: 16px;
  margin: 0;
}

.compare__agent .property__seller {
  top: 0;
  right: 0;
  left: auto;
  position: relative;
  float: right;
}

.compare__agent .property__logo img {
  max-height: 50px;
}

.compare__agent h5 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

.compare__agent h6 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000000;
  font-weight: 600;
}

.pagination .page-item:hover .page-link {
  background-color: transparent;
  border-color: transparent;
}

.pagination .page-link {
  border: 0;
  color: #4D4D4D;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 14px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  color: initial;
}

@media (max-width: 320px) {
  .btn {
    font-size: 12px;
  }
}

.button {
  display: inline-block;
}

.button:hover {
  cursor: pointer;
}

.button__fav {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.button__input {
  background-color: #BB0000;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 5px;
  border: 0;
}

.button--circle {
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px;
}

.button--white {
  background-color: #FFFFFF;
  color: #BB0000;
}

.button--red {
  background-color: #BB0000;
  color: #FFFFFF !important;
}

.button--black {
  background-color: #000000;
  color: #FFFFFF !important;
}

.button--green {
  background-color: #39B54A;
  color: #FFFFFF !important;
}

.button--darkblue {
  background-color: #BB0000;
  color: #FFFFFF;
}

.button--darkblue:hover {
  color: #ffffff;
}

.button--darkblue.active {
  color: #ffffff;
}

.button--whitetxt {
  color: #FFFFFF;
}

.button--bluetxt {
  color: #BB0000;
}

.button--redtxt {
  color: #BB0000;
}

.button--greytxt {
  color: #4D4D4D;
}

.button--bordered {
  border-radius: 9px;
  border: 0px solid;
}

.button--inactive {
  background-color: #cccccc;
  color: #959595 !important;
}

.button--pill {
  margin-top: 7px;
  border-radius: 20px;
  border: 1.5px solid #454945;
  padding: 7px 20px;
}

.button--ghost {
  border-radius: 7px;
  padding: 7px 20px;
  border: 1px solid;
}

.button--ghost.disabled {
  color: #7F7F7F;
  cursor: no-drop;
}

.button--pills {
  font-size: 14px;
  border: 1.5px solid;
  border-radius: 30px;
  padding: 7px 25px;
}

.button--pills.active {
  background-color: #454945;
  color: #FFFFFF;
}

.button--big {
  padding: 12px 45px;
}

.button--back {
  display: block;
}

.button--back a {
  font-weight: 600;
  color: #7F7F7F;
}

.button--compare {
  color: #4D4D4D;
}

.button--enquiry {
  background-color: #BB0000;
  color: #FFFFFF;
  padding: 15px 40px;
}

.button--search {
  padding: 10px 55px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .button--search {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
  }
}

.button--submit {
  color: #FFFFFF;
  background-color: #BB0000;
  margin-right: 4px;
  border-radius: 3px;
  padding: 8px 15px;
}

.button--submit:hover {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .button--submit {
    padding: 2px 10px;
    font-size: 14px;
  }
}

.button--whatsapp i {
  color: #25D366;
}

.button--login {
  font-weight: 600;
  color: #BB0000;
  border: 1px solid;
  border-radius: 7px;
  padding: 7px 40px;
}

@media (max-width: 320px) {
  label {
    font-size: 12px;
  }
}

.icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon i {
  width: 100%;
  text-align: center;
  font-size: 8px;
  color: #fff;
}

.icon.verified {
  background-color: #39B54A;
}

.icon.featured {
  background-color: #F8D700;
}

.icon.question {
  background-color: #000000;
  border: 1px solid #000000;
}

.icon.question:hover {
  background-color: #000000;
}

.fa-heart {
  color: #7F7F7F;
}

.fa-heart.fas {
  color: #BB0000;
}

.fa-share-alt {
  color: #7F7F7F;
}

.custom-control.fill-checkbox .fill-control-input {
  display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: #BB0000;
  border-color: #BB0000;
  background-size: 80%;
}

.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.list-group:first-child .list-group-control:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.list-group.list-group-flush:last-child .list-group-control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.list-group.list-group-flush:first-child .list-group-control:first-child {
  border-top: 0;
}

.list-group.list-group-flush .list-group-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group .list-group-control {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group .list-group-control .custom-control {
  margin: 0;
  padding: .75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}

.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator,
.list-group .list-group-control .custom-control .fill-control-indicator,
.list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}

.form-control {
  border-radius: 0;
}

.forms input {
  padding: 15px 20px;
}

.forms--searchfilter {
  position: relative;
}

.forms__search {
  display: inline-block;
}

.forms__search--middle {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: 0;
  border-right: 0;
}

.forms__button {
  display: inline-block;
  padding: 15px 20px;
}

.forms__button--right {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}

.forms__button--left {
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}

.form {
  border: 1px solid #D9D9D9;
}

.form label {
  margin-bottom: 0;
}

.form input,
.form textarea {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  border-radius: 0;
}

.form__header {
  color: #000000;
  border-bottom: 1px solid #D9D9D9;
  margin: 10px 15px 10px;
  padding: 10px 0;
}

.form__header h4 {
  font-size: 18px;
  font-weight: 600;
}

.form__body {
  margin: 0 15px;
}

.form__footer {
  margin: 15px 15px;
}

.form__box {
  font-size: 13px;
  border: 1px solid #CFCFCF;
}

.form__box .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__box input,
.form__box .btn {
  border-radius: 5px;
  font-size: 13px;
}

.form__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__checkboxes label {
  margin-bottom: 0;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .form__checkboxes label {
    display: block;
  }
}

.form--contact .form-control {
  font-size: 14px;
}

.form--contact .btn-container {
  width: 100%;
  text-align: center;
}

.form--contact .btn {
  margin: 0 auto;
}

.news-item {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}

.news-item__image img {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item__body {
  padding: 10px 15px 30px;
  height: 100%;
}

.news-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .news-item__title {
    font-size: 16px;
  }
}

.news-item__title.big {
  font-size: 22px;
}

@media (max-width: 767px) {
  .news-item__title.big {
    font-size: 16px;
  }
}

.news-item__category {
  font-size: 14px;
  color: #BB0000;
}

@media (max-width: 767px) {
  .news-item__category {
    font-size: 12px;
  }
}

.news-item__details {
  padding: 7px 0;
  position: relative;
}

.news-item__details span {
  font-size: 12px;
}

.news-item__timespan {
  border-left: 1px solid #D9D9D9;
  padding-left: 7px;
  margin-left: 7px;
}

.news-item__buttons {
  position: absolute;
  right: 0;
  top: 7px;
}

.news-item__buttons .button {
  margin-left: 10px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .news-item__buttons .button {
    font-size: 16px;
  }
}

.news-item__link {
  padding: 0 15px 5px;
  text-align: right;
}

.news-item__link a {
  font-size: 14px;
}

.news-item__footer {
  position: relative;
}

.news-item--half {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .news-item--half {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-item--half .news-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-item--half .news-item__buttons {
  position: static;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
}

.news-item--half .news-item__details {
  padding: 0;
}

.news-item--half .news-item__body {
  padding: 0 15px 15px;
}

@media (max-width: 767px) {
  .news-item--half .news-item__body {
    padding: 0 15px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .news-item--half .news-item__image {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .news-item--half .news-item__caption {
    display: none;
  }
}

.align-self {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.virtual-thumbnails .slick-list {
  padding: 0 !important;
}

.virtual__thumb {
  max-width: 220px;
  border: 1.5px solid transparent;
}

.virtual__thumb.slick-current {
  border: 1.5px solid #BB0000;
}

.thumb {
  position: relative;
  margin-bottom: 20px;
}

.thumb__title {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.59);
  width: 40%;
}

@media (max-width: 767px) {
  .thumb__title {
    width: 70%;
  }
}

.thumb__image {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumb--area {
  position: relative;
}

.thumb--area .thumb__image {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header {
  position: relative;
  min-height: 500px;
  padding-bottom: 40px;
}

/*
.header__content {
  padding-bottom: 8rem;
  min-height: 500px;
}

@media (max-width: 767px) {
  .header__content {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header__content .row {
    margin: 0;
  }
}
*/

.header__content {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 992px) {
  .header__content {
    padding-bottom: 8rem;
    min-height: 500px;
  }

  .header__content .row {
    margin: 0;
  }
}

.header__brandlogo {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 320px;
}

@media (min-width: 768px) {
  .header__brandlogo {
    width: 360px;
  }
}

.header__brandlogo img {
  width: auto;
}

@media (min-width: 768px) {
  .header__brandlogo img {
    max-height: 160px;
    max-width: 365px;
  }
}

.navigation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .navigation__header {
    display: none;
  }
}

.navigation__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .navigation__account {
    display: none;
  }
}

.navigation__message {
  padding: 10px 0 15px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
}

.navigation__message h4 {
  color: #BB0000;
  margin-bottom: 10px;
}

.navigation__message p {
  font-size: 16px;
  margin-bottom: 7px;
}

.navigation__message a {
  font-weight: bold;
}

.navigation__avatar {
  display: inline-block;
}

.navigation__avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 7px;
}

.navigation__userdetails {
  display: inline-block;
}

.navigation__userwelcome {
  display: block;
}

@media (max-width: 767px) {
  .navigation__body {
    height: 50vh;
    overflow: scroll;
  }
}

.navigation__body .nav-item {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 992px) {
  .navigation__body .nav-item:hover {
    border-bottom: 2px solid #BB0000;
  }
}

.navigation__body .nav-item:hover .nav-link {
  font-weight: 800;
}

@media (min-width: 992px) {
  .navigation__body .nav-item.active {
    border-bottom: 2px solid #BB0000;
  }
}

.navigation__body .nav-item.active a {
  font-weight: 800;
}

.navigation__body .nav-item.active .dropdown-item {
  font-weight: 400;
}

.navigation__body .nav-link {
  color: #000000;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navigation__body .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;
  }
}

.navigation__footer {
  border-top: 1px solid #D9D9D9;
  padding: 7px 5px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .navigation__footer {
    display: none;
  }
}

@media (max-width: 768px) {
  .navigation__footer ul li {
    display: inline-block;
    padding: 0 15px;
  }
}

.navigation__button-logout {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.navigation__dropdownlink:after {
  margin: 0;
  border: 0;
}

@media (max-width: 768px) {
  .navigation__dropdownlink:after {
    font-family: "Font Awesome 5 Free";
    float: right;
    content: "\f067";
    font-weight: 900;
  }
}

.navigation__dropdown {
  border-radius: 0;
}

@media (min-width: 768px) {
  .navigation__dropdown {
    width: auto;
    right: 0;
    left: auto;
    padding: 10px 15px;
  }
  .navigation__dropdown.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .navigation__dropdown {
    background-color: transparent;
    padding: 0;
  }
}

.navigation__divider {
  padding: 7px 0;
}

@media (min-width: 768px) {
  .navigation__divider {
    display: none;
  }
}

.navigation__submenu {
  float: left;
}

@media (max-width: 767px) {
  .navigation__submenu {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navigation__submenu {
    padding: 0 7px;
  }
}

@media (max-width: 767px) {
  .navigation__submenu:first-child {
    border-bottom: 1px solid #D9D9D9;
  }
}

.navigation__submenu .dropdown-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 5px 7px;
}

@media (max-width: 767px) {
  .navigation__submenu .dropdown-item {
    padding: 7px 0 7px 10px;
    font-size: 14px;
  }
}

.navigation__submenu .dropdown-item i {
  font-size: 11px;
  margin-left: 5px;
}

.navigation__submenu .dropdown-item.black {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.navigation__submenu .dropdown-item:active, .navigation__submenu .dropdown-item:hover {
  background-color: #f6f6f6;
}

.nav-item.show .navigation__dropdownlink:after {
  margin: 0;
  border: 0;
}

@media (max-width: 767px) {
  .nav-item.show .navigation__dropdownlink:after {
    font-family: "Font Awesome 5 Free";
    float: right;
    content: "\f068";
    font-weight: 900;
  }
}

#thestar-global-bar {
  display: none;
}

@media (min-width: 992px) {
  #thestar-global-bar {
    display: block;
  }
}

.navbar {
  padding: .5rem 10px;
  border-bottom: 1px solid #efefef;
  background: #FFFFFF;
  font-size: 14px;
  z-index: 2;
}

@media (min-width: 992px) {
  .navbar {
    max-height: 90px;
  }
}

.navbar .bookmark {
  margin-right: 15px;
}

.navbar.fixed {
  top: 0px;
  position: fixed;
  z-index: 2;
  width: 100% !important;
  margin-bottom: 80px;
}

.navbar.fixed-globalbar {
  top: 36px;
  position: fixed;
  z-index: 2;
  width: 100% !important;
  margin-bottom: 80px;
}

.navbar-trans {
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  background-clip: padding-box;
}

.navbar-trans.scrolled {
  background-color: #fff !important;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

@media (max-width: 768px) {
  .navbar-brand {
    display: inline-block;
    margin: auto;
  }
}

.navbar-brand img {
  max-width: 160px;
}

@media (max-width: 768px) {
  .navbar-brand img {
    margin: auto;
    max-width: 120px;
  }
}

.nav-pills {
  border-bottom: 1px solid #D9D9D9;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #000000;
  font-weight: 600;
  padding: 15px 25px;
}

.nav-pills .nav-link:hover {
  cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #BB0000;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  color: #fff;
}

.nav-lines .nav-link {
  text-align: left;
  padding: 5px 0px 8px 0;
  color: #444844;
  margin-right: 30px;
}

.nav-lines .active {
  font-weight: 700;
  border-bottom: 2px solid #BB0000;
}

@media (max-width: 767px) {
  .nav {
    font-size: 14px;
  }
}

.nav--redpills .nav-link.active,
.nav--redpills .show > .nav-link {
  background-color: #BB0000;
  color: #FFFFFF;
}

.nav--redpills .nav-link.active:hover,
.nav--redpills .show > .nav-link:hover {
  color: #FFFFFF;
}

.nav--redpills .nav-link {
  color: #000000;
}

.nav-categories .nav-link {
  font-size: 14px;
  border: 1.5px solid;
  border-radius: 30px;
  padding: 7px 25px;
  color: #454945;
  margin-right: 8px;
  margin-bottom: 10px;
}

.nav-categories .nav-link.active {
  background-color: #454945;
  color: #FFFFFF;
}

.scrtabs-tab-container {
  margin-bottom: 20px;
}

.scrtabs-tab-container .scrtabs-tab-scroll-arrow {
  color: #454945;
  border: 0;
}

.bootstrap-select .btn {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
}

.bootstrap-select .dropdown-item {
  border-radius: 0;
  font-size: 14px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item:hover {
  background-color: #BB0000;
  color: #FFFFFF;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: auto;
  left: 15px;
  border: 1px solid #D9D9D9;
  width: 20px;
  text-align: center;
  padding-left: 5px;
  padding-bottom: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 30px;
  margin-right: 0;
}

.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #7f7f7f;
}

.listing--agents .listing__filter {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .listing--agents .listing__filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.listing--agents .listing__numbers {
  font-size: 14px;
}

@media (max-width: 767px) {
  .listing--agents .listing__sort {
    margin-right: 7px;
  }
}

@media (max-width: 767px) {
  .listing {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.listing__numbers {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20%;
}

@media (max-width: 767px) {
  .listing__numbers {
    width: 80%;
  }
}

.listing__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .listing__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.listing__sort {
  margin-left: auto;
}

@media (max-width: 767px) {
  .listing__sort {
    margin-top: 7px;
    margin-right: 0;
    margin-left: 0;
  }
}

.listing__sort.left {
  margin-left: 0;
}

.listing__view {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .listing__view {
    margin-top: 7px;
    margin-left: 0;
  }
}

.listing label {
  margin-right: 7px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .listing label {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .listing .btn {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .listing .dropdown-menu {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .listing .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
  }
}

.listing .nav-link.active {
  color: #ffffff !important;
}

.dropdown.bootstrap-select {
  border: none;
  width: auto !important;
}

.dropdown-menu.show {
  z-index: 1200;
}

.dropdown-price > .dropdown-menu.show, .dropdown-size > .dropdown-menu.show, .dropdown-bedrooms > .dropdown-menu.show {
  min-width: 200px;
  text-align: center;
}

.select--pills .btn {
  border-radius: 30px;
}

@media (max-width: 767px) {
  .select--pills .dropdown {
    width: 100% !important;
  }
}

.breadcrumb {
  font-size: 13px;
  background-color: #fff;
  padding: 0.75rem 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb .breadcrumb-item.active {
  color: #000000;
  font-weight: 600;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb li a {
  color: #4D4D4D;
}

.breadcrumb li.active a {
  color: #000000;
  font-weight: 600;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #f2f2f2;
    color: #4f4f4f;
    position: fixed;
    right: 100%;
    top: 0;
    bottom: 0;
    height: 100vh;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    z-index: 1;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
  }
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search--2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 10px 0px;
}

.search--2 .bootstrap-select {
  width: auto !important;
}

.search--2 .bootstrap-select .btn {
  background-color: #BB0000;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .search--2 .bootstrap-select .btn {
    font-size: 14px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .search--2 .bootstrap-select .btn {
    padding: 10px 7px;
  }
}

@media (min-width: 992px) {
  .search--2 .bootstrap-select .btn {
    padding: 15px 20px;
  }
}

@media (min-width: 992px) {
  .search--2 .bootstrap-select .btn:after {
    margin-left: 1em;
  }
}

.search--2 .form-control {
  height: auto;
}

@media (min-width: 768px) {
  .search--2 .form-control {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .search--2 .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.search--2 .button--submit:before {
  display: inline-block;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media (min-width: 768px) {
  .search--2 button {
    font-size: 14px;
  }
}

.search--2 .search__buttonwrapper {
  border-left: 0;
}

.search--2 .search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 1px solid #D9D9D9;
  margin: 0 7px;
}

.search--2 .search__wrapper .dropdown .btn {
  background-color: #ffffff;
  color: #BABABA;
  border: 0;
  border-right: 1px solid;
}

.search--2 .search__filterwrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 992px) {
  .search--2 .search__filterwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search--2 .search__filterwrapper .bootstrap-select {
  width: auto !important;
  float: none;
  border: 1px solid transparent;
}

.search--2 .search__filterwrapper .bootstrap-select .btn {
  width: auto;
  background-color: #f5f5f5;
  color: #7F7F7F;
  border: 1px solid #efefef;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .search--2 .search__filterwrapper .bootstrap-select .btn {
    padding: 7px;
  }
}

@media (min-width: 992px) {
  .search--2 .search__filterwrapper .bootstrap-select .btn {
    padding: 15px 10px;
  }
}

.search--2 .search__input {
  padding-left: 10px;
}

.search--2 .search__icon {
  display: none;
}

.search__input {
  border-radius: 5px;
  padding-left: 2.375rem;
  font-style: italic;
  border: 0;
  color: #D9D9D9;
  border-color: transparent;
  height: 100%;
}

@media (min-width: 992px) {
  .search__input {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .search__input {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  .search__input {
    font-size: 14px;
    height: 100%;
  }
}

.search__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

.search__button {
  border-radius: 0;
  border: 0;
  position: relative;
}

@media (min-width: 992px) {
  .search__button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.search__button:hover {
  color: #ffffff;
}

.search__button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

.search__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: white;
  position: relative;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .search__wrapper {
    padding: 0;
  }
}

.search__buttonwrapper {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .search__buttonwrapper {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .search__buttonwrapper {
    padding: 0;
  }

  .search__buttonwrapper .dropdown-toggle:after {
    display: none;
  }
}

.search__icon {
  /* height: 100%; */
  pointer-events: none;
  color: #aaa;
  z-index: 1;
  position: absolute;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
}

.search__togglebutton {
  color: #7F7F7F;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  padding: 15px 10px;
  display: inline-block;
  font-size: 14px;
}

.search__togglebutton:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.toggle__option {
  position: absolute;
  background: white;
  padding: 7px 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  margin-top: 5px;
  font-size: 14px;
  display: none;
  min-width: 200px;
  right: 0;
  left: auto;
  z-index: 1;
}

.filter__wrap {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-right: 3px;
}

.filter__wrap:last-child {
  margin-right: 0;
}

.filter__wrap.selected {
  border: 1px solid #BB0000;
}

.filter {
  display: none;
  z-index: 1;
  background: white;
  padding: 15px 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.filter--dropdown.bootstrap-select .btn {
  border: 0;
  color: #212529 !important;
}

.filter--dropdown.bootstrap-select .btn:hover {
  color: #212529 !important;
}

@media (max-width: 768px) {
  .filter {
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100vh;
    position: fixed;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .filter {
    margin-top: 5px;
    position: absolute;
    width: 100%;
  }
}

.filter_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px 12px 0;
}

.filter_wrapper label {
  font-size: .875rem;
}

.filter_wrapper .filter--dropdown .dropdown-menu {
  padding: 0;
}

/*
.filter_wrapper .dropdown-price .dropdown-menu, .filter_wrapper .dropdown-size .dropdown-menu, .filter_wrapper .dropdown-bedrooms .dropdown-menu {
  transform: translate3d(18%, 0, 0) !important;
  left: auto !important;
  right: 0;
  top: 30px !important;
}
*/

.filter_wrapper .btn-light.dropdown-toggle {
  background: transparent;
  max-width: 115px;
}

.filter_wrapper .btn-light.dropdown-toggle:focus, .filter_wrapper .btn-light.dropdown-toggle :active, .filter_wrapper .btn-light.dropdown-toggle :visited {
  outline: none;
}

@media (max-width: 767px) {
  .filter_wrapper {
    padding: 8px 10px 0 10px;
  }
}

@media (max-width: 426px) {
  .filter_wrapper {
    padding: 0;
  }
}

.filter_wrapper .dropdown-menu {
  padding: 15px 20px;
  border-radius: 0;
}

.filter_wrapper .dropdown-menu input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}

.filter_wrapper .dropdown-menu li a {
  color: #7F7F7F;
}

.filter_wrapper .dropdown {
  margin-left: 10px !important;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .filter_wrapper .dropdown {
    margin-left: 0 !important;
    margin-right: 0;
  }
}

.filter_wrapper .divider {
  clear: both;
  padding: 1px 0;
  text-transform: uppercase;
  margin: 9px 0;
  overflow: hidden;
  background-color: #F1F1F1;
}

@media (max-width: 768px) {
  .filter__body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 80vh;
    padding: 20px 15px 40px;
  }
}

.filter__back-button {
  display: none;
  color: #7F7F7F;
}

.filter__back-button i {
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .filter__back-button {
    padding: 15px 10px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    z-index: 1;
  }
}

.filter__search--mobile {
  border: 1px solid #D9D9D9;
}

.filter__search--mobile .search__wrapper {
  position: relative;
}

.filter__tabs--mobile .nav-pills .nav-link {
  color: #000000;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.filter__tabs--mobile .nav-pills .nav-link.active {
  background-color: #fff;
  font-weight: 600;
  color: #BB0000;
  border-bottom: 2px solid;
}

@media (min-width: 768px) {
  .filter__wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
  }
}

.filter__wrapper:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .filter__item {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .filter__item .bootstrap-select {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .filter__item .bootstrap-select {
    max-width: 200px;
  }
}

.filter__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.filter__checkbox label {
  margin-bottom: 0;
  display: inline-block;
}

.filter__checkbox .custom-control {
  padding-left: 0;
}

.filter__checkbox .custom-control .fill-control-indicator {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 1.5px solid #aaa;
  margin-right: 7px;
}

.filter__rangebutton {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .filter__rangebutton {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .filter__ranger {
    padding: 15px 0;
  }
}

.filter__ranger .noUi-horizontal {
  margin: 10px 0;
  height: 1px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #D9D9D9;
}

.filter__ranger .noUi-horizontal .noUi-connect {
  background: #BB0000;
}

.filter__ranger .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid #BB0000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  top: -8px;
  right: -10px !important;
  cursor: pointer;
}

.filter__ranger .noUi-horizontal .noUi-handle:after {
  display: none;
}

.filter__ranger .noUi-horizontal .noUi-handle:before {
  display: none;
}

.filter__label {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .filter__label {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .filter__label {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
}

.filter__buttons {
  padding: 10px 10px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #D9D9D9;
  background: #ffffff;
  z-index: 1;
}

.range__labels {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .range__labels {
    font-size: 14px;
  }
}

.divider {
  color: #4D4D4D;
  clear: both;
  padding: 7px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.divider__title {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.36px;
  display: block;
}

.divider--vertical {
  padding: 0 7px;
}

.slick-lightbox-close:before {
  font-size: 50px !important;
}

.variable-width {
  background-color: orange;
}

.variable-width .item {
  height: 300px;
  text-align: center;
  background-color: purple;
}

.variable-width .item span {
  display: block;
}

.slider__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider__text h6 {
  font-size: 20px;
  margin-right: 5px;
  color: #BB0000;
}

.slider__cta {
  /* border-left: 1px solid #dedede; */
  padding-left: 10px;
  margin-left: auto;
}

.slider--blackbg {
  background-color: #000;
}

@media (min-width: 1441px) {
  .slider--default {
    max-height: 430px;
    height: 430px;
  }
}

.slider--default.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slider--default img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 1441px) {
  .slider--default img {
    height: 430px;
  }
}

@media (min-width: 1025px) and (max-width: 1441px) {
  .slider--default img {
    height: 430px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .slider--default img {
    height: 430px;
  }
}

@media (min-width: 476px) and (max-width: 769px) {
  .slider--default img {
    height: 388.125px;
  }
}

@media (min-width: 376px) and (max-width: 476px) {
  .slider--default img {
    height: 222.75px;
  }
}

@media (min-width: 321px) and (max-width: 376px) {
  .slider--default img {
    height: 194.625px;
  }
}

@media (max-width: 320px) {
  .slider--default img {
    height: 163.125px;
  }
}

.slider--default .slider--thumb__items {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider--default.slick-initialized .slider--thumb__items {
    visibility: visible;
    opacity: 1;
}

.slider--default .floor__plan {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider--default.slick-initialized .floor__plan {
    visibility: visible;
    opacity: 1;
}

.slider--dots .slick-dots {
  bottom: 0;
}

.slider--dots .slick-active button:before {
  color: #fff !important;
}

.slider--dots .slick-dots li button:before {
  color: #D1D3D4;
  opacity: 0.5;
}

.slider--gallery__nav .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider--gallery__nav .slick-slide {
  height: inherit !important;
}

.slider--gallery__nav .items {
  height: 200px;
}

.slider--gallery__nav img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

.slider--thumb {
    margin-bottom: 20px;
}

.slider--thumb .slider--thumb__items {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider--thumb.slick-initialized .slider--thumb__items {
    visibility: visible;
    opacity: 1;
}

/*
.slider--thumb .slider--thumb__items {
  border-left: 5px solid transparent;
}

.slider--thumb .slider--thumb__items:first-child {
  border-left: 0px;
}
*/

.slider--thumb__video::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: 3px 3px 16px #272634;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  color: #fff;
  content: "\f04b";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider--thumb__items img {
  padding-right: 5px;
  margin: auto;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .slider--thumb__items img {
    height: 300px;
  }
}

.slider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slider .slick-prev {
  left: 0px;
}

.slider .slick-prev:before {
  content: "\f053";
}

.slider .slick-next {
  right: 0px;
}

.slider .slick-next:before {
  content: "\f054";
}

.amenities {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.amenity {
  color: #989898;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .amenity {
    width: 50%;
  }
}

.amenity__icon i {
  color: #BB0000;
  font-size: 36px;
  margin-bottom: 10px;
}

.amenity__desc {
  font-size: 16px;
}

.amenity__value {
  font-size: 14px;
  font-weight: 600;
}

.description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.description p {
  margin: 0 auto 1em;
  font-size: 16px;
}

.description h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #4D4D4D;
  margin: 20px 0;
}

.description .terms-title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #4D4D4D;
  margin: 20px 0;
}

.description ol.terms-order,
.description ol.terms-roman,
.description ol.roman-spec-order,
.description ol.alpha-spec-order {
  counter-reset: item;
  padding-left: 0;
}

.description ol ol.terms-order,
.description ol ol.roman-spec-order,
.description ol ol.alpha-spec-order {
  margin-left: 0;
}

.description ol ol ol.terms-roman {
  margin-left: 17px;
}

.description ol ol ul.terms-unordered li {
  list-style-type: disc;
  margin-left: 48px;
}

.description ol li.terms-list {
  text-decoration: none;
}

.description ol ol.roman-spec-order,
.description ol ol.alpha-spec-order {
  margin-top: 3px;
  line-height: 22px;
}

.description li.terms-inner {
  padding-left: 10px;
  margin: 15px 0;
}

.description li.terms-list,
.description li.terms-inner {
  display: block;
}

.description li.terms-list:before,
.description li.terms-inner:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}

.description li.terms-list:before {
  margin-right: -4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #4D4D4D;
}

.description li.roman-list {
  list-style-type: lower-roman;
}

.description li.roman-special,
.description li.alpha-special {
  display: block;
}

.description li.roman-special:before {
  content: "(" counter(item, lower-roman) ")";
  counter-increment: item;
}

.description li.alpha-special:before {
  content: "(" counter(item, lower-alpha) ")";
  counter-increment: item;
}

.thumbnail {
  -webkit-box-shadow: 0 2px 5px 0 #c2c2c2;
          box-shadow: 0 2px 5px 0 #c2c2c2;
  height: 100%;
  margin-bottom: 20px;
}

.thumbnail__image {
  position: relative;
}

.thumbnail__image:hover {
  opacity: 0.8;
}

.thumbnail__image i {
  position: absolute;
  color: #FFFFFF;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 0;
}

.thumbnail p {
  color: #000;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile__picture {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.profile__picture img {
  max-width: 180px;
  padding: 0 5px;
}

.profile__infos {
  width: 60%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .profile__infos {
    padding: 7px 0;
    width: 100%;
    font-size: 14px;
  }
}

.profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.profile__icon {
  font-size: 14px;
  width: 30px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.languages {
  width: 50%;
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .languages {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }
  .languages a {
    font-size: 13px;
  }
}

.languages__toggle.active {
  background-color: #BB0000;
  color: #FFFFFF;
}

.line {
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 10px;
  color: #D9D9D9;
}

.line--divider {
  width: 200px;
  color: #BB0000;
}

.separator {
  border-left: 1px solid #D9D9D9;
  display: inline;
  padding-right: 15px;
  margin-left: 15px;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-content .close {
  top: -10px;
  position: absolute;
  border-radius: 50%;
  background-color: #cecece;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  right: -10px;
  z-index: 1;
  opacity: 1;
}

.modal .modal-dialog-centered::before {
  height: calc(100vh - (1.5rem * 2));
}

.subscribe {
  clear: both;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .subscribe {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
  }
}

.subscribe__form {
  margin: 10px 0;
  display: table;
  width: 100%;
}

.subscribe__input {
  float: left;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 7px;
  border: 1px solid #D9D9D9;
  font-style: italic;
}

.subscribe__button {
  width: 100%;
  padding: 7px 20px;
}

.footer {
  background: #fbfbfb;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer__header--desktop {
  padding: 7px 0px;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer__header--desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer__clicks {
    clear: both;
    text-align: center;
  }
}

.footer__subscribe {
  clear: both;
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .footer__subscribe {
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
  }
}

.footer__subscribe__form {
  margin: 10px 0;
  display: table;
  width: 100%;
}

.footer__subscribe__input {
  float: left;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  font-style: italic;
}

.footer__subscribe__button {
  width: 100%;
  padding: 7px 20px;
  border-radius: 5px;
}

.footer__socialmedia {
  clear: both;
  padding: 0 15px;
}

.footer__socialmedia .footer__header--desktop {
  padding: 7px 0;
}

@media (max-width: 767px) {
  .footer__socialmedia {
    text-align: center;
    padding: 15px 0;
  }
}

.footer__socialmedia label {
  margin: 0;
}

@media (max-width: 767px) {
  .footer__socialmedia label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
}

.footer__copyright {
  background: #000000;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 12px;
  text-align: center;
}

.footer__copyright__text {
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .footer__links {
    border-bottom: 1px solid #D9D9D9;
  }
}

.footer__links__toggle {
  color: #4D4D4D;
  padding: 7px 15px;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .footer__links__toggle {
    padding: 7px 0;
  }
}

.footer__links__toggle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
  color: #4D4D4D;
}

.footer__links__toggle.collapsed:after {
  content: "\f077";
}

.footer__links__header {
  clear: both;
  color: #BB0000;
}

@media (max-width: 767px) {
  .footer__links__header {
    color: #4D4D4D;
  }
}

@media (min-width: 768px) {
  .footer__links__header {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .footer__links__body {
    display: block !important;
  }
}

.footer__links__li {
  padding: 7px 15px 7px 0;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__links__li {
    float: left;
    width: 50%;
    padding: 7px 0;
  }
}

.footer__links__li:first-child {
  padding-left: 0px;
}

.footer__links__li a {
  color: #5d5d5d;
}

.footer__links--lines li {
  padding: 7px 15px 7px 0px;
}

.footer__links--lines li a {
  border-right: 1px solid #5D5D5D;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .footer__links--lines li a {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .no-scroll {
    overflow: hidden;
  }
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons {
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.icons i {
  font-size: 16px;
  line-height: 16px;
}

.icons.facebook {
  background-color: #3b5998;
  color: #FFFFFF;
}

.icons.twitter {
  background-color: #000000;
  color: #FFFFFF;
}

.icons.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #FFFFFF;
}

.icons.youtube {
  background-color: #c4302b;
  color: #FFFFFF;
}

.icons.whatsapp {
  background-color: #25D366;
  color: #FFFFFF;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event__title {
  color: #000000;
}

.event__category {
  color: #BB0000;
}

.event__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.event__info {
  font-size: 14px;
}

.event__info i {
  margin-right: 5px;
  width: 15px;
  text-align: center;
}

.event__share {
  margin-left: auto;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

form.fixed {
  position: fixed;
  top: 100px;
  background-color: #fff;
  z-index: 2;
  padding: 0px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  form.fixed {
    top: 55px;
  }
}

.np {
  padding: 0;
}

.no-float {
  float: none;
  clear: both;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.downloads__item {
  display: inline-block;
}

@media (max-width: 768px) {
  .downloads__item {
    margin: 10px 0;
  }
}

.downloads__item img {
  max-width: 120px;
}

@media (max-width: 768px) {
  .downloads__item img {
    margin: 5px 0;
  }
}

.wp-caption .aligncenter div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.property_new_launch_button {
  display: unset;
  width: 200px;
  margin: 10px;
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}

.btn.property_new_launch_button:hover {
  color: #FFFFFF;
  background-color: #BB0000;
  text-decoration: none;
}

.nav-property {
    color: #000000 !important;
    padding: 5px 25px !important; 
    border-style: solid;
    border-width: 1px 1px;
    margin: 10px !important;
    border-radius: 5px !important;
}

.nav-pills .nav-property:hover {
  color: #FFFFFF !important;
  background-color: #BB0000 !important;
  border-color: #BB0000 !important;
}

.nav-pills .nav-property.active {
  color: #FFFFFF !important;
  border-color: #BB0000 !important;
}

.property--picks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.notice {
  padding-top: 30px;
  min-height: 600px;
  text-align: center;
  background-image: url(/images/city-bg-min.png);
  background-size: contain;
  background-repeat-y: no-repeat;
  background-position-y: 100%;
}

.notice__title {
  font-weight: bold;
  text-transform: uppercase;
}

.notice__text {
  margin-top: 15px;
  font-size: 1.1rem;
}

.logo--fair {
  max-width: 230px;
  margin-bottom: 20px;
}

.btn__cta {
  margin-top: 10px;
  border: 1px solid #707070;
  min-width: 320px;
}

.btn__cta:hover{
  color: #FFFFFF;
  background-color: #BB0000;
  text-decoration: none;
}


.slider--offer img {
  max-width: 100%;
  height: auto;
}

.slider--offer .slick-slide:last-child img {
  padding-right: 0px;
}

.slider--offer .slider__item img {
  padding-right: 10px;
}

.slider--fair {
  max-height: 300px;
}

.slider--fair .slider__item img {
  height: auto;
}

.slider--2page4 .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.relative {
  position: relative;
}

.sp-main-filter {
  position: static;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .sp-main-filter {
    position: absolute;
    margin-bottom: 0;
    bottom: -130px;
    left: 0;
    right: 0;
  }
}

#search_container {
  z-index: 1;
  box-shadow: 5px 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.seo-footer {
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #f1f1f1;
}
.seo-footer .nav-pills > .active > a,
.seo-footer .nav-pills > .active > a:hover,.seo-footer .nav-pills > li > a:hover {
text-decoration: none;
font-weight: 500!important;
border-radius:0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #BB0000;
color: #BB0000 !important;
background-color: transparent !important;
}
.seo-footer .nav-pills > li > a{
    border-radius:0px;
}
.seo-footer .nav-pills .nav-link.active, .seo-footer .nav-pills .show > .nav-link {
    text-decoration: none;
    font-weight: 500;
    border-radius:0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BB0000;
    color: #BB0000 !important;
    background-color: transparent !important;
}
.seo-footer h3 {
    font-weight: 500;
    font-size: 22px;
    color: #BB0000;
    padding-top: 20px;
    padding-bottom: 8px;
}
.seo-footer .footer-text {
    color: #5d5d5d;
    font-size: 14px;
}
.seo-footer .footer-list {
    -moz-columns: 4;
    columns: 4;
    margin-top:8px;
    margin-bottom:8px;
}
.seo-footer .footer-list-content {
    line-height: 32px;
}

@media (max-width: 767px) {
    .seo-footer .footer-list {
        -moz-columns: 1;
        columns: 1;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .seo-footer .footer-list {
        -moz-columns: 2;
        columns: 2;
    }
}

.seo-footer .footer-separator {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 4px 0 0;
    width: 100%;
}
.seo-footer .show-more {
    padding-top:10px;
    padding-bottom: 28px;
}
.seo-footer .show-more > a {
    color: #BB0000;
}
.seo-footer .hideContent {
    display:none;
}
.seo-footer .showContent {
    display:block;
}

.branding {
  margin: 0 auto;
  text-align: center;
}

.branding.in-div {
  margin-top: -20px;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .branding.in-div {
    padding-top: 0px;
  }
}

.branding img {
  background: #ffffff30;
  padding: 10px;
  width: 250px;
}

.vf-branding {
  margin: 0 auto;
  text-align: center;
}

.vf-branding.left {
  margin: 0 auto;
  text-align: center;
  float: left;
}

.vf-branding.right {
  margin: 0 auto;
  text-align: center;
  float: right;
}

.vf-branding img {
  /* background: #ffffff; */
  padding: 10px;
  /* width: 100%; */
  max-width: 200px;
}

.vf-branding-mobile {
  margin: 0 auto;
  text-align: center;
}

.vf-branding-mobile.top {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vf-branding-mobile.bottom {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vf-branding-mobile img {
  /* background: #ffffff; */
  padding: 10px;
  width: 100%;
  max-width: 200px;
}

.vf-branding_overlay {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: -2px;
}

.vf-branding_overlay.right {
  left: auto;
  right: 5%;
}

.vf-banner {
  margin: 0 auto;
  text-align: center;
}

.vf-banner img {
  /* background: #ffffff; */
  padding: 10px;
  width: 100%;
  max-width: 970px;
}

.vf-banner-mobile {
  margin: 0 auto;
  text-align: center;
}

.vf-banner-mobile img {
  /* background: #ffffff; */
  padding: 10px;
  width: 100%;
  max-width: 320px;
}

.heading__tabs .nav-hoc {
  background-color: #BB0000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .heading__tabs .nav-hoc {
    padding: 6px 30px;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.heading__tabs .nav-hoc:hover {
  cursor: pointer;
}

.video__ad {
  position: absolute;
  z-index: 1;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align:left;
  border-radius: 0 30px 30px 0;
}

.video__ad__video {
  top: 300px;
  width: 80px;
  background-color: #dc2f22;
}

.video__ad__video__thumb {
  top: 180px;
  width: 80px;
  background-color: #dc2f22;
}

.video__ad__virtual_tour {
  top: 300px;
  width: 120px;
  background-color: #ed7b0e;
}

.video__ad__virtual_tour__thumb {
  top: 180px;
  width: 120px;
  background-color: #ed7b0e;
}

@media (max-width: 767px) {
  .video__ad__video, .video__ad__video__thumb {
    top: 180px;
    width: 80px;
    background-color: #dc2f22;
  }

  .video__ad__virtual_tour, .video__ad__virtual_tour__thumb {
    top: 180px;
    width: 120px;
    background-color: #ed7b0e;
  }
}

.video-container {
  left: 0px;
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.video-content {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.shorts-video-container {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 615px;
}
.shorts-video-content {
  width: 346px;
  height: 615px;
  position: absolute;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-gallery .wp-block-image {
  flex: 33.3%;
  padding: 5px;
}

.wp-block-gallery .wp-block-image img {
  display: block !important;;
  width: 100% !important;;
  height: 100% !important;;
  object-fit: cover !important;;
}

.wp-block-gallery .blocks-gallery-caption {
  flex: 100%;
}