:root{
  --clr-primary:#113DFA;
  --clr-white:#ffffff;
}
body {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  color: #303841;
}

a {
  color: #375cfb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #113dfa;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #dadfe4;
}

.form-control {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border-color: transparent;
  font-size: 16px;
  height: 56px;
}

.form-control::placeholder {
  color: #adb7c3;
  opacity: 1;
}

.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.input-group .form-control {
  height: auto;
}

textarea.form-control {
  height: auto;
  min-height: 62px;
}

.btn-lg {
  padding: ;
  padding-top: 17px;
  padding-bottom: 17px;
}

.btn-theme {
  background: #113dfa;
  color: #fff !important;
}

.btn-theme:hover,
.btn-theme:focus {
  color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.btn-white {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  color: #414b58;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
  background: #303841;
  color: #fff;
  border-color: #303841;
}

.header-btns .btn img {
  width: 20px;
}

.btn-sm {
  font-size: 16px;
  padding: 10px;
}

.btn-secondary {
  background: #e4e9fe;
  color: #375cfb;
  border: 1px solid #e4e9fe;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #113dfa;
  border-color: #113dfa;
}

.btn-info {
  background: #e6e9ec;
  color: #414b58;
  border-color: #e6e9ec;
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #113dfa !important;
  box-shadow: none;
}

.btn-info:hover,
.btn-info:focus {
  background: #113dfa;
  color: #fff;
  border-color: #113dfa;
}

.sf-text {
  font-family: "SF Pro Text", sans-serif;
}

.sf-display {
  font-family: "SF Pro Display", sans-serif;
}

.text-blue, .text-theme{
  color: #113dfa;
}
.text-theme-l{
  color: #303841;
}

.text-success {
  color: #83b975 !important;
}

.text-dim {
  color: #c4cbd3 !important;
}

.text-gb {
  color: #dadfe4 !important;
}

.text-bl120 {
  color: #375cfb !important;
}

.text-bl40 {
  color: #8090a1 !important;
}

.text-bl60 {
  color: #627285 !important;
}

.text-bl80 {
  color: #849bfd;
}
.text-bl100 {
  color: #414b58 !important;
}

.text-wt120 {
  color: #fcfdfd !important;
}

.text-wt60 {
  color: #D9D9D9 !important;
}

.text-blk {
  color: #1f252a;
}
.text-blk20 {
  color: #97a4b2 !important;
}
.text-blk-10 {
  color: #414b58;
}
.text-blk80 {
  color: #515f6e !important;
}
.text-blk120 {
  color: #303841 !important;
}


.img-gray {
  filter: grayscale(1);
}

.section {
  padding: 70px 0px;
  width: 100%;
  position: relative;
}

/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
.header {
  background: #1f252a;
  transition: all 0.5s;
  z-index: 997;
  height: 72px;
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-width: 118px;
}

.header .header-btns {
  display: flex;
}

.header .mobile-nav-show {
  display: none;
}

.header .mobile-nav-toggle {
  font-size: 20px;
  color: #fff;
}

.header .navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #dadfe4;
}
.nav-micro > ul > li:last-child a {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.header .navbar a.active {
  color: #fff;
  font-weight: 600;
}

.header .navbar a:hover,
.header .navbar a:focus {
  text-decoration: none;
  color: #fff;
}

.c-pagination {
  margin-top: 15px;
}

.table-responsive {
  -webkit-overflow-scrolling: initial;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #5d7cfc;
}

.ap-img {
  background: #fff;
  border-radius: 16px;
  max-width: 350px;
  width: 100%;
}

.owl-members .om-logo {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px;
}

.owl-members .award-badge {
  position: absolute;
  width: 20px;
  max-width: 20px;
  top: 10px;
  left: 10px;
}
.stick-to-bottom{
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 2;
}
#loading-invert{
  width: 30px;
  display: inline-block;
  margin-left: 10px;
}
/*-------------------------------------------------------------- # Desktop Navigation --------------------------------------------------------------*/
@media (min-width: 1280px) {
  .header .navbar {
    padding: 0;
  }

  .header .navbar > ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .header .navbar li {
    position: relative;
  } 

  .login-btn {
    color: #fff !important;
  }

  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .header .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
  .nav-micro .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 25px;
  }
  .header .nav-micro .dropdown-menu a {
    padding: 10px;
    color: #000;
  }
  .header .nav-micro .dropdown-menu a:hover, .header .nav-micro .dropdown-menu a:focus{
    color: #000;
  }
}

/*header style*/
.navigation {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background: #1f252a;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  top: 0px;
  z-index: 999;
}

.nav-search {
  opacity: 0;
  position: absolute;
  z-index: -5;
  transition: all ease-in-out 0.3s;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.pp-logo-mobile {
  display: none;
}

.navigation .navbar-toggler {
  width: 48px;
  height: 48px;
  position: relative;
  border: 0px;
  outline: 0px;
  margin-left: 15px;
}

.pp-profilembl {
  display: none;
}

.mobile-wrapper {
  display: none;
}

.mobile-search {
  background: #1d1d20;
  border-radius: 5px;
  color: #6e6e73;
  font-size: 17px;
  height: 36px;
  display: flex;
  align-items: center;
}

.mobile-search img.search-icon {
  width: 13px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.55;
}

.pp-search img {
  width: 18px;
}

.mobile-search input {
  background: transparent;
  border: 0px;
  width: 100%;
  color: white;
}

.navigation .navbar {
  padding: 0px;
  align-items: center;
  height: 50px;
}

.navigation .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.navigation .nav-item {
  align-items: center;
  display: inline-flex;
}

.navigation .navbar-nav .nav-link {
  padding: 0px;
  text-transform: uppercase;
  font-family: "SF Pro Text";
  font-weight: 500;
  font-size: 12px;
}

.pp-logo-desktop {
  height: 37px;
  width: 120px;
  object-fit: contain;
}

.navbar-line {
  display: block;
  width: 17px;
  height: 1px;
  background: #fff;
  border-radius: 0.5px;
  position: absolute;
  z-index: 1;
}

.navbar-line.line2 {
  bottom: 20px;
  transition: all ease 0.2s;
  transform: rotate(0deg);
}

.rotateme .navbar-line.line2 {
  transform: rotate(-45deg);
  bottom: 23.5px;
  transition: all ease 0.2s;
}

.mobile-search {
  background: #1d1d20;
  border-radius: 5px;
  color: #6e6e73;
  font-size: 17px;
  height: 36px;
  display: flex;
  align-items: center;
}

.mobile-search img.search-icon {
  width: 13px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.55;
}

.mobile-search input {
  background: transparent;
  border: 0px;
  width: 100%;
  color: white;
}

/*Header style ends*/
.dir-search {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.dir-search .btn-secondary {
  border-radius: 10px 0 0 10px;
  height: 62px;
}

.ds-right .form-control {
  margin-left: 20px;
}

.ds-right .form-control:hover,
.ds-right .form-control:focus {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.fc-search {
  border-radius: 0 10px 10px 0;
  border-color: transparent;
}

.dir-search .ds-col,
.dir-search .ds-col {
  width: 50%;
}

.ds-left {
  /*box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    */
  border-radius: 10px;
  background: #fff;
}

.ds-left .dropdown {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}

.ds-col {
  display: flex;
}

.dir-search .btn-theme {
  margin-left: 20px;
}

.cp-img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  object-fit: cover;
  border: 2px solid #fff;
}

.cp-type {
  display: flex;
  flex-wrap: wrap;
}

.cp-item {
  background: #f1f3f5;
  border-radius: 80px;
  padding: 5px;
  margin-right: 20px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.cp-item span {
  font-weight: 600;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 5px;
}

.cp-item.selected {
  background: #375cfb;
}

.cp-item.selected span {
  color: #fff;
}

.slider-type-2 {
  width: 100%;
  display: block;
}

.new-launch-wrapper {
  width: 100%;
  display: block;
  margin-top: 25px;
}

.slider-type-2 .new-l-div>img {
  object-fit: cover;
  height: 550px;
}

.new-l-div {
  width: 100%;
  position: relative;
  background: #000;
}

.new-l-div img {
  opacity: 0.6;
}

.active.center .new-l-div img {
  opacity: 1;
}

.newl-cntent .newl-bottom {
  opacity: 0;
}

.active.center .newl-cntent .newl-bottom {
  opacity: 1;
}

.newl-bottom {
  color: #1f252a;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1.5px);
}

.slider-type-2 .play-btnn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider-type-2 .play-btnn img {
  width: 50px;
  object-fit: contain;
}

.newl-tg {
  color: white;
  background: rgba(55, 92, 251, 0.32);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  position: absolute;
  z-index: 2;
  padding: 10px 15px;
  right: 15px;
  top: 15px;
  font-weight: 400;
}

.newl-bottom {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  padding: 10px 0 20px 0;
}

.newlb-top {
  width: 100%;
  padding: 5px 25px;
  border-bottom: 1px solid rgb(0 0 0 / 6%);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newlb-top h3 {
  text-align: left;
  width: 70%;
  margin: 0px;
}

.newlb-top span {
  width: 30%;
  text-align: right;
  color: #1f252a;
}

.newlb-top span img {
  max-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.newlb-bottom {
  width: 100%;
  float: left;
  display: flex;
  padding: 0px 25px;
  text-align: left;
}

.newlb-bottom p {
  width: 70%;
  font-weight: 400;
  color: #414b58;
  margin-bottom: 0;
}

.newlb-bottom span {
  width: 30%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: right;
}

.newl-light {
  color: white;
  background: rgba(31, 37, 42, 0.5);
  backdrop-filter: blur(1.5px);
}

.newl-light .newlb-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.newl-light p,
.newl-light span {
  color: #fff;
}

hr {
  border-color: #dadfe4;
}

.hr-light {
  border-color: #333a41;
}

.br-style-2 {
  border-color: #414b58;
}

.br-style-3 {
  border-color: #5B7BFF;
}

.bbr-list {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  padding-left: 25px;
}

.bbr-item {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px 28px 15px 30px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  display: flex;
}

.bbr-item::before {
  content: "\f00c";
  position: absolute;
  height: 43px;
  width: 43px;
  background: #e4e9fe;
  font-family: FontAwesome;
  text-align: center;
  padding: 6px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  border: 3px solid #fff;
  color: #fff;
  left: -25px;
  top: 50%;
  font-size: 18px;
  transform: translate(0, -50%);
}

.bbr-list-ico .bbr-item::before {
  content: "";
  background: #1c63f4;
}

.bbr-list-ico {
  flex-direction: row;
  flex-wrap: wrap;
}

.bbr-list-ico li {
  margin-right: 50px;
}

.bbr-list-ico img {
  position: absolute;
  left: -16px;
  width: 25px;
  top: 18px;
  filter: brightness(0) invert(1);
}

.bbr-item.selected::before {
  background: #1c63f4;
}

.bbr-item small {
  font-size: 12px;
  margin-left: auto;
}

.agent-img {
  position: relative;
  background: #fff;
}

.agent-contacts {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  right: 0;
  background: linear-gradient(180deg,
      rgba(27, 32, 37, 0) 0%,
      rgba(27, 32, 37, 0.45) 39.06%,
      rgba(27, 32, 37, 0.87) 76.56%,
      #1b2025 100%);
  padding-bottom: 15px;
  opacity: 0;
  transition: 0.2s ease;
}

.oc-agents {
  margin-top: 40px;
}

.oc-agents .item:hover .agent-contacts {
  opacity: 1;
  transition: 0.2s ease;
}

.agent-contacts .btn {
  width: calc(50% - 20px);
  margin: 0 5px;
}

.agent-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.agent-info .agent-email {
  color: #627285;
  font-weight: 600;
}

.agent-code {
  color: #627285;
}

.lp-listings {
  background: #1b2025;
}

.lp-item {
  position: relative;
}

.lp-name {
  font-size: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 660;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.lp-name::after {
  position: absolute;
  background: #97a4b2;
  height: 1px;
  width: 100%;
  content: ;
  content: "";
  bottom: 0;
  left: 0;
}

.lp-name small {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
}

.lp-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 37, 42, 0.5);
  backdrop-filter: blur(2px);
  padding: 10px 20px;
  text-align: left;
}

.dim-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #1f252a85;
  content: "";
  right: ;
  top: 0;
  bottom: 0;
  border-radius: 8px;
}

.active .dim-overlay {
  opacity: 0;
  display: none;
}

.lastactiveitem .dim-overlay,
.firstactiveitem .dim-overlay {
  opacity: 1;
  z-index: 1;
  display: block;
}

.owl-news .cloned:not(.active) .dim-overlay,
.owl-news .owl-item:not(.active) .dim-overlay {
  display: block;
  opacity: 1;
  z-index: 1;
}

.owl-news .cloned:not(.active) .rl-info {
  opacity: 0;
}

.lastactiveitem .agent-info,
.firstactiveitem .agent-info,
.lastactiveitem .lp-info,
.firstactiveitem .lp-info,
.lastactiveitem .pnex-overlay,
.firstactiveitem .pnex-overlay,
.lastactiveitem .rl-info,
.firstactiveitem .rl-info {
  opacity: 0;
}

.owl-nav {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  top: 0;
}

.owl-carousel .owl-nav button span {
  font-size: 55px;
  color: #ffffff;
  opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/arrow.png") no-repeat center center;
  background-size: 18px;
  width: 18px;
}

.owl-carousel .owl-nav button.owl-next {
  background: url("../img/arrow.png") no-repeat center center;
  background-size: 18px;
  width: 18px;
  transform: rotate(180deg);
}

.dark-arrows .owl-nav button.owl-prev {
  background: url("../img/arrow_black.png") no-repeat center center;
  background-size: 18px;
}

.dark-arrows .owl-nav button.owl-next {
  background: url("../img/arrow_black.png") no-repeat center center;
  transform: rotate(180deg);
  background-size: 18px;
}
.owl-carousel.lp-owl .owl-nav button.owl-prev, .owl-carousel.lp-owl .owl-nav button.owl-next{
  background-color: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: 12px;
}
.oc-agents .owl-nav {
  margin-top: -63.5px;
}

.input-group-c .input-group-text {
  background: #e4e9fe;
  border-color: #e4e9fe;
  width: 62px;
  text-align: center;
  font-weight: 600;
  justify-content: center;
  color: #375cfb;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
}

.input-group-d .input-group-text {
  background: #375CFB;
  border-color: #375CFB;
  text-align: center;
  font-weight: 600;
  width: 62px;
  justify-content: center;
  color: #fff;
  border-radius: 6px 0 0 6px;
  font-size: 18px;
}

.input-group-d.input-group::before {
  content: none;
}

.form-control-lg {
  height: 62px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
}

.form-control-sm {
  height: 48px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.l-sm-blue {
  font-size: 13px;
  text-transform: uppercase;
  color: #3d5eeb;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
}

.l-lg-blue {
  font-size: 16px;
  color: #3d5eeb;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
  text-transform: uppercase;
}

.card {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 25px;
  border: none;
}

.progress {
  height: 35px;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
}

.progress-theme {
  background: #d1d9fe;
}

.progress-bar[aria-valuenow="0"] {
  font-size: 0;
}

.progress-theme .progress-bar {
  background: #375cfb;
}

.progress-success {
  background: #d1eec9;
}

.progress-success .progress-bar {
  background: #83b975;
}

.progress .progress-bar+.progress-bar {
  background: transparent;
}

.mo-amt {
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
}

.mo-amt:first-child {
  margin-right: 30px;
}

.mo-amt:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  content: "";
  left: 0;
  top: 8px;
}

.mo-amt:last-child:before {
  opacity: 0.5;
}

.card-theme .mo-amt:before {
  background: #375cfb;
}

.card-success .mo-amt:before {
  background: #83b975;
}

.mortgage-output::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  width: 1px;
  background: #dadfe4;
}

.ec-rating-stars {
  list-style: none;
  display: inline-flex;
}

.ec-rating-stars i {
  font-size: 25px;
  margin-right: 10px;
  color: #dadfe4;
}

.ec-rating-stars i.selected {
  color: #ffbb00;
}

.property-build {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.pb-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: #f1f3f5;
  border-radius: 50%;
}

.pb-ico-md {
  height: 42px;
  width: 42px;
  border-radius: 42px;
  padding: 12px;
}

.pb-ico img {
  width: 100%;
}

.pb-col {
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pb-col.w-100 {
  padding-right: 0;
}

.pb-count {
  font-size: 20px;
  color: #627285;
}

.qi-col {
  border-bottom: 2px dashed #adb7c3;
  padding: 20px 20px 20px 0;
}

.qi-col.qi-last {
  border-bottom: none;
}

.bg-dark {
  background: #1b2025 !important;
}
.bgc-dark{
  background-color: #1b2025 !important;
}
.bg-blk140 {
  background: #1F252A;
}
.bg-blue {
  background: #375CFB;
}

.bg-lblue {
  background: #f1f3f5 !important;
}

.circle-ico {
  display: flex;
  align-items: center;
  background: #f1f3f5;
  justify-content: center;
}

.cp-facSlider .circle-ico {
  height: 90px;
  width: 90px;
  border-radius: 90px;
  padding: 10px;
  margin: 0 auto 20px auto;
}

.cp-facSlider .item {
  background: #fff;
  text-align: center;
  padding: 60px;
}

.nav-tabs .nav-link {
  font-weight: 600;
  font-size: 20px;
}

.tab-transparent.nav-tabs .nav-link {
  background: transparent;
  color: #f1f3f5;
  border: none;
  padding: 0;
  display: inline-block;
  opacity: 0.5;
  min-width: 75px;
}

.tab-transparent .nav-item:before {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  background: #adb7c3;
  width: 1px;
  content: "";
}

.tab-transparent .nav-item:first-child:before {
  content: none;
}

.tab-transparent .nav-link.active {
  opacity: 1;
}

.tabs-solid {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 4px;
  border-radius: 8px;
}

.tabs-solid .nav-item {
  position: relative;
}

.tabs-solid .nav-link {
  border-radius: 8px;
  min-width: 100px;
  text-align: center;
  padding: 13px 20px;
  font-size: 18px;
}

.tabs-solid .nav-item:before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  height: 34px;
  top: 12px;
}

.tabs-solid .nav-item:first-child:before {
  content: none;
}

.tabs-solid .nav-link.active {
  background: #375cfb;
  color: #fff;
  border-color: #375cfb;
}

.tab-content {
  clear: both;
}

.lp-info .pb-col {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.lp-info .pb-ico {
  background: #f1f3f524;
  height: 36px;
  width: 36px;
  padding: 9px;
}

.lp-info .pb-count {
  font-size: 18px;
}

.lp-info .property-build {
  justify-content: flex-end;
}

.insight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.insight-card img {
  width: 60px;
}

.insight-table {
  border: 1px solid #e6e9ec;
  border-radius: 16px;
  overflow: hidden;
}

.insight-table .nav-pills .nav-link {
  background: #f1f3f5;
  color: #515f6e;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid #dadfe4;
  border-radius: 0;
}

.insight-table .nav-pills .nav-link.active {
  background: #fff;
}

.insight-table table td {
  font-weight: 500;
  padding-left: 10%;
}

.insight-table table tr:first-child td {
  border-top: none;
}

.insight-table table td:first-child {
  text-align: center;
}

.insight-table .nav-pills {
  height: 100%;
  background: #f1f3f5;
  border-right: 1px solid #dadfe4;
}

.ref-insights .form-control {
  min-width: 150px;
}

.overlay-alt {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  z-index: 1;
  max-width: 430px;
  width: 100%;
}

.fcn-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: -24px 0px 48px rgba(0, 0, 0, 0.16);
  padding: 15px;
  position: relative;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  border-radius: 15px 0 0 15px;
}
.overlay-alt-lg{
  max-width: 648px;
}
.fcn-wrapper:after {
  position: absolute;
  bottom: 0;
  height: 70px;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg,
      rgba(252, 253, 253, 0) 0%,
      rgba(255, 255, 255, 0.74) 53.65%,
      #ffffff 100%);
}

.fcn-wrapper h5,
.fcn-wrapper hr {
  padding-left: 15px;
  padding-right: 15px;
}

.fc-nearby {
  overflow: hidden;
}

.fcn-search {
  position: relative;
  background: #fff;
  background: #ffffff;
  padding: 10px 10px 10px 50px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.fcn-ico {
  background: #375cfb;
  height: 35px;
  width: 35px;
  border-radius: 8px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  left: 15px;
  top: 11px;
}

.fcn-search .form-control {
  box-shadow: none;
}

.fcn-search .form-control:hover,
.fcn-search .form-control:focus {
  border-color: transparent;
}

.amenities-grid {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: calc(100% - 100px);
  padding: 15px;
  scrollbar-width: thin;
  scrollbar-color: #849BFD transparent;
}

.ag-col {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
}

.ag-ico {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  padding: 5px;
  margin-right: 20px;
  display: inline-block;
}

.ag-ico img {
  width: 30px;
}

.ag-header {
  padding: 10px;
  position: relative;
}

.ag-body {
  padding: 20px;
}

.ag-body.show {
  border-top: 1px solid #dadfe4;
}

.ag-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 60px;
  margin: 5px 0;
}

.accordion .ag-header:after {
  position: absolute;
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 9px;
}

.accordion .ag-header.collapsed:after {
  content: "\f107";
}

.walk-distane {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  text-align: right;
}

.walk-distane small {
  display: block;
  color: #627285;
}

.ag-list-item::before {
  position: absolute;
  height: 100%;
  width: 6px;
  background: #000;
  content: "";
  left: -20px;
  border-radius: 0 5px 5px 0;
}

.ag-green .ag-ico,
.ag-green .ag-list-item::before {
  background: #7acdc7;
}
.ag-theme .ag-ico,
.ag-theme .ag-list-item::before {
  background: #5D7BFC;
}
.ag-purple .ag-ico,
.ag-purple .ag-list-item::before {
  background: #cab2fd;
}

.ag-brown .ag-ico,
.ag-brown .ag-list-item::before {
  background: #d7b89b;
}

.ag-orange .ag-ico,
.ag-orange .ag-list-item::before {
  background: #ffaf80;
}

.ag-red .ag-ico,
.ag-red .ag-list-item::before {
  background: #fa887b;
}

.ag-yellow .ag-ico,
.ag-yellow .ag-list-item::before {
  background: #ffdd95;
}

.ag-dgreen .ag-ico, 
.ag-dgreen .ag-list-item::before{
	background: #83B975;
}

.ag-green .walk-distane {
  color: #7acdc7;
}
.ag-theme .walk-distane{
  color: #5D7BFC;
}
.ag-purple .walk-distane {
  color: #cab2fd;
}

.ag-brown .walk-distane {
  color: #d7b89b;
}

.ag-orange .walk-distane {
  color: #ffaf80;
}

.ag-red .walk-distane {
  color: #fa887b;
}

.ag-yellow .walk-distane {
  color: #ffdd95;
}

.ag-dgreen .walk-distane {
	color: #83B975;
}

.ag-green .walk-distane svg path {
  fill: #7acdc7;
}

.ag-purple .walk-distane svg path {
  fill: #cab2fd;
}

.ag-brown .walk-distane svg path {
  fill: #d7b89b;
}

.ag-orange .walk-distane svg path {
  fill: #ffaf80;
}

.ag-red .walk-distane svg path {
  fill: #fa887b;
}

.ag-yellow .walk-distane svg path {
  fill: #ffdd95;
}

.ag-dgreen .walk-distane svg path{
	fill: #83B975;
}

.text-bl20{
	color: #375CFB !important;
}

.line-tabs .nav-link {
  color: #97a4b2;
}
.line-tabs {
  border-bottom: 2px solid #dadfe4;
}

.line-tabs .nav-item {
  margin-bottom: -2px;
}

.line-tabs .nav-item .nav-link {
  border-bottom: 2px solid transparent;
}

.line-tabs .nav-item .nav-link.active {
  border-color: transparent;
  border-bottom: 2px solid #113dfa;
  color: #113dfa;
}

.card-lblue {
  background: #e4e9fe;
}

.card-lblue table th {
  border-color: #aabafd;
}

.accordion-faq {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  padding-top: 40px;
  align-items: flex-start;
}

.accordion-faq .card {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 20px;
}

.card-lblue .card-header {
  background: transparent;
  border: none;
}

.card-lblue .card-header span {
  letter-spacing: 0;
  cursor: pointer;
  padding: 10px 25px 10px 0;
  position: relative;
  display: block;
}

.card-lblue .card-header span:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  font-weight: 100;
  right: 0;
  background-image: url(../img/condominium/plus-ico.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transition: 0.3s ease;
  top: 10px;
  transform: rotate(-45deg);
}

.card-lblue .card-header span.collapsed:after {
  transition: 0.3s ease;
  transform: rotate(-90deg);
}

.agent-card {
  position: relative;
  padding-left: 135px;
}

.agent-card img {
  border-radius: 50px;
  height: 90px;
  width: 90px;
  object-fit: cover;
  position: absolute;
  left: 25px;
  top: 30px;
}

.btn-wapp {
  background: #25d366;
  color: #fff;
}

.btn-wapp:hover,
.btn-wapp:focus {
  color: #fff;
}

.no-shadow {
  box-shadow: none !important;
}

.sld-slider.owl-carousel .owl-item img {
  max-height: 450px;
  object-fit: cover;
}

.agent-card-dark {
  display: flex;
  align-items: flex-start;
}

.agent-card-dark {
  display: flex;
  align-items: flex-start;
  background: #23282d;
  padding: 15px;
  border-radius: 5px;
}

.agent-dark-img {
  width: 135px;
}

.agent-dark-info {
  width: calc(100% - 135px);
  padding-left: 20px;
}

.input-group-c img {
  width: 28px;
}

.owl-carousel .owl-item .location-img {
  display: inline;
}

footer {
  background: #f5f5f7;
  width: 100%;
}

.foot-top {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.foot-top p {
  font-size: 12px;
  color: #86868b;
}

.foot-bottom {
  width: 100%;
  padding: 30px 0px;
}

.foot-bottom h6 {
  color: #1f252a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.foot-bottom h6 i {
  display: none;
}

.foot-bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #515154;
  font-size: 14px;
}

.foot-bottom ul li a {
  color: #515154;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
}

.foot-last {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
}

.foot-last a {
  margin: 0px 2px;
}

.foot-last p {
  font-size: 12px;
  color: #515154;
}

.fb-li {
  width: 25%;
}

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

.site-footer {
  background: #f1f3f5;
  padding-top: 40px;
}

.foot-bottom {
  border-top: 1px solid #dadfe4;
  margin: 0 -15px;
  width: auto;
}

.foot-top p {
  color: #414b58;
}

.foot-bottom ul li {
  margin-top: 5px;
}

.foot-bottom ul li a {
  position: relative;
}

.fb-li {
  padding: 0 15px;
}

.fb-li .toggle-li {
  padding-right: 30px;
}

.fb-li .toggle-li::after {
  position: absolute;
  content: "\f107";
  right: 2px;
  top: -3px;
  font-size: 15px;
  color: #375cfb;
  font-family: FontAwesome;
  transform: rotate(180deg);
}

.fb-li .toggle-li.collapsed:after {
  transform: rotate(0deg);
}

.foot-bottom ul.fb-sub {
  padding-left: 20px;
  margin-bottom: 10px;
}

.foot-bottom ul.fb-sub a {
  color: #627285;
}

.list-inline {
  display: flex;
}

.foot-last .list-inline li {
  margin-right: 10px;
}

.countries-flag img {
  width: 20px;
}

.social-list a {
  height: 25px;
  width: 25px;
  background: #113dfa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
}

.search-bottom-fix {
  width: 100%;
  min-height: 140px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  position: relative;
  bottom: 0px;
  z-index: 3;
  display: flex;
  align-items: center;
}

.pnex-overlay {
  position: absolute;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  left: 20px;
  right: 20px;
  text-align: left;
  padding: 10px;
}

.btn-icon small {
  display: block;
}

.btn.btn-icon {
  padding-left: 70px;
  position: relative;
  text-align: left;
}

.btn-icon.btn img {
  width: 46px;
  position: absolute;
  left: 15px;
}

.pnx-events {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f3f5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f3f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f3f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f3f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.thm-text {
  padding-top: 10%;
  padding-bottom: 5%;
}

.top-home-main .container {
  position: relative;
  z-index: 3;
}

.top-home-main {
  background-image: url(../img/condominium/home-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top-home-main::before {
  content: "";
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.6) 58.33%,
      rgba(255, 255, 255, 0) 100%);
}

.search-bottom-fix form {
  width: 100%;
}

.search-bottom-fix form ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
}

.search-bottom-fix form label {
  color: #414b58;
}

.search-bottom-fix ul li {
  margin-right: 15px;
  width: 100%;
}

.search-bottom-fix ul li:last-child {
  margin-right: 0px;
}

.search-bottom-fix .in-type {
  min-width: 100px;
  max-width: 120px;
}

.search-bottom-fix .in-bed {
  min-width: 100px;
  max-width: 120px;
}

.search-bottom-fix .in-rent {
  min-width: 100px;
  max-width: 120px;
}

select.arrow-filled {
  background: #fff url(../img/newhome/dd-n.png) no-repeat 92% center;
  background-size: 15px;
  padding-right: 32px;
}

.line-curve {
  color: #113dfa;
  position: relative;
  font-weight: 600;
}

.line-curve::before {
  background-image: url(../img/newhome/green-line.png);
}

.top-message-w {
  background: #e6e9ec;
  min-height: 50px;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
  margin-top: 68px;
}

.search-bottom-fix label {
  font-weight: ;
  font-size: 12px;
}

.property-tool-wrapper {
  width: 100%;
  position: relative;
  min-height: 650px;
  padding-top: 150px;
}

.tool-divv form {
  display: flex;
  margin-top: 40px;
}

.grant-img {
  width: 40%;
  position: absolute;
  bottom: 0px;
  height: 600px;
  object-fit: contain;
  object-position: left bottom;
  z-index: -1;
}

.dream-home-wrapper {
  width: 100%;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}

.dh-img {
  height: 700px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.dream-home-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #1f252a;
  opacity: 0.6;
}

.dream-home-wrapper .container {
  position: relative;
  z-index: 3;
  max-width: 700px;
}

.newlb-top span h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
}

.latest-news-wrapper {
  width: 100%;
  padding-top: 50px;
}

.nc-div {
  position: relative;
  width: 100%;
}
.nc-div > img {
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}
.nc-divin {
  position: absolute;
  bottom: 25px;
  width: auto;
  left: 25px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  padding: 25px;
  right: 25px;
  border-radius: 8px;
  height: 184px;
  display: flex;
  flex-direction: column;
}

/*Agent Profile Details*/
.ap-ratings {
  padding: 0;
  list-style: none;
  max-width: 400px;
  background: #f1f3f5;
  border-radius: 8px;
  padding: 10px;
}

.ap-ratings li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #4F4F4F;
}

.ap-ratings li:last-child {
  border-bottom: 0;
}

.ap-ratings li i {
  color: #dadfe4;
  margin-right: 2px;
}

.ap-ratings li i.active {
  color: #ffbb00;
}

.contacts-bar {
  background: #f1f3f5;
  padding: 10px;
}

.awards-card {
  text-align: center;
}

.ar-section .owl-item {
  padding: 20px 0;
}

.awards-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  line-height: 1.2;
  min-height: 50px;
}

.awards-title::before {
  position: absolute;
  width: 100px;
  background: #dadfe4;
  height: 1px;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.for-year {
  position: relative;
}

.for-year::before {
  position: absolute;
  width: 100px;
  background: #dadfe4;
  height: 1px;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.awards-card .dim-overlay {
  border-radius: 10px;
}

.review-form .btn {
  margin: 0 auto;
  min-width: 110px;
}

.review-form textarea.form-control {
  min-height: 100px;
}

.rr-section .ap-ratings {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.overall-ratings {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  max-width: 350px;
  padding: 30px;
  border-radius: 8px;
}

.overall-ratings .rr-total {
  font-size: 40px;
  font-weight: 600;
}

.overall-ratings i {
  font-size: 25px;
  color: #dadfe4;
  margin: 0 2px;
}

.overall-ratings i.active {
  color: #ffbb00;
}

.arw-item {
  padding-left: 90px;
  position: relative;
  border-bottom: 1px solid #dadfe4;
  padding-top: 20px;
  padding-bottom: 10px;
}

.arw-identity {
  background: #e4e9fe;
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50px;
  display: flex;
  text-align: center;
  color: #113dfa;
  font-weight: 600;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 20px;
}

.arw-name {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.arw-rating {
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

.asw-comment {
  font-size: 18px;
  color: #414b58;
}

.arw-rating i {
  color: #dadfe4;
}

.arw-rating i.active {
  color: #ffbb00;
}

.arw-ratedOn {
  font-weight: 400;
  color: #8090a1;
  font-size: 12px;
  font-family: "SF Pro Text", sans-serif;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

li.nav-item {
  align-items: center;
  display: inline-flex;
}

/*Microsite css starts*/
.blk-light {
  color: #414b58;
}
.fs-10{
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-60 {
  font-size: 60px;
}

.text-red {
  color: #fa887b !important;
}

label {
  font-weight: 500;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  background: #113dfa;
}

.flex-wrp {
  display: flex;
  justify-content: space-between;
}

.input-group {
  position: relative;
}

.input-group:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background: #5d7bfc;
  z-index: 2;
  border-radius: 10px 0 0 10px;
  z-index: 9;
}

.flex-wrp-base {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}


.hero-mc .item>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 500px;
}

.overlay-mc {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  width: 100%;
  max-width: 684px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.owl-mc {
  padding-left: 100px;
}

.owl-mc .item {
  background: none;
  padding: 0;
}

.owl-mc .bbr-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 16px 60px 16px 16px;
}

.owl-mc .bbr-item:before {
  content: none;
}

.owl-mc .item {
  position: relative;
}

.owl-mc .bbr-item {
  margin-left: 30px;
}

.hero-mc>img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
  min-height: 350px;
}

.btn-hero {
  font-size: 20px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.bbr-item .abs {
  position: absolute;
  left: -30px;
  z-index: 9999;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #113dfa;
  border: 4px solid #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbr-item .abs img {
  width: 25px;
}

.owl-mc .bbr-item label {
  font-weight: 600;
  font-size: 32px;
  color: #1f252a;
  padding-left: 30px;
  margin-top: 6px;
}

.wrp-abs {
  width: 223px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin: auto;
  background: #aabafd;
  margin-top: -85px;
}

.wrp-abs label {
  margin: 0;
  padding: 0;
}

.mc-slider {
  margin-top: 70px;
  padding: 44px 0 25px 0;
}

.quick-info {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.scroll-toggle__list {
  display: flex;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #849bfd transparent;
}
.scroll4::-webkit-scrollbar {
  width: 4px;
}
 
.scroll4::-webkit-scrollbar-thumb {
  background: #849BFD;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #E4E9FE;
  border-radius: 20px;
}
.blommems .quick-info {
  flex-direction: column;
}

.blommems .qi-col {
  list-style: none;
  padding: 10px 30px 10px 0;
  width: 380px;
  height: 110px;
}

.blommems .quick-info .qi-col:last-child {
  border-bottom: none;
}

.more-info-blsm {
  background: #d1d9fe;
  padding: 20px;
}

.more-info-blsm ul {
  margin: 10px 0;
  padding-left: 15px;
}

.more-info-blsm ul li {
  margin-bottom: 5px;
}

.qi-sub li, .qi-sub-alt li{
  width: 380px;
}

.btn-round {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 22px;
}

.btn-round img {
  width: 20px;
  margin: auto;
}

.btn-wts {
  background: #10b317;
  font-size: 26px;
}

.btn-msg {
  background: #113dfa;
  margin-left: 7px;
}

.nav-micro > ul > li {
  padding: 0 15px;
  white-space: nowrap;
}

.show-mobile {
  display: none;
}

#more {
  display: none;
  transition: 0.5s ease-in;
}

.bslm-nearby ul a {
  color: #414b58;
  padding: 10px 20px;
}

.bslm-nearby .tabs-solid {
  display: flex;
  height: 64px;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 2;
}

.blsm-form {
  background-image: url(../img/bg-blsm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.blsm-form .info {
  padding-right: 3rem;
}

.blue-bg ul {
  margin: 20px 0 0 20px;
  padding: 0;
}

.blue-bg ul li {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.btn-form .btn {
  height: 74px;
  max-width: 240px;
}

.card-lblue .card-header span:after {
  background-image: url(../img/plus-ico.png);
}

.prj-it {
  border-radius: 48px;
}

.bg-gray {
  background: #dadfe4;
}

.t-tl {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

.table-rooms .img-wrp {
  box-shadow: 15px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px 0px 0px 16px;
  background: #D1D9FE;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 0;
  width: 400px;
  height: calc(100% - 62px);
}

.tb-room thead th {
  border-bottom: 1px solid #DADFE4;
  border-top: none;
}

.tb-room td {
  border-top: 1px solid #DADFE4;
  vertical-align: middle;
}

.tb-room tr:first-child td {
  border: none;
}

.w-set {
  width: 200px;
}

.table-rooms .table-responsive {
  height: 512px;
  overflow-y: auto;
  border-right: 1px solid #E6E9EC;
  border-bottom: 1px solid #E6E9EC;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: #849BFD transparent;
}

.table-rooms thead {
  position: sticky;
  top: 0;
  background: #ffffff;
}

.table-rooms table {
  border-collapse: separate;
}

.table-responsive::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #D1D9FE;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #849BFD;
  border-radius: 10px;
}

.table-rooms .content {
  overflow: hidden;
}

.tabs-plans {
  background: #d1d9fe;
}

.tabs-plans li {
  position: relative;
}

.floor-plans .tabs-plans .nav-link {
  padding: 15px 20px;
}

.floor-plans .tabs-plans .nav-link {
  padding: 15px 20px;
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  height: 56px;
  color: #1f252a;
}

.floor-plans .tabs-plans .nav-link.active {
  background: #5d7bfc !important;
  color: #fff;
}

.tabs-plans .nav-link {
  padding: 12px 33px;
  font-family: "SF Pro Text";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  color: #1f252a;
}

.floor-plans-table h3 {
  color: #1f252a;
  font-size: 32px;
  font-family: "SF Pro Text";
  font-weight: 600;
}

.table-fl {
  margin-top: 0;
  margin-bottom: 0;
}

.table-fl tr {
  background: #f1f3f5;
}

.table-fl tr,
.table-fl th {
  border: none !important;
  text-align: center;
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
}

.white-space {
  background: #fff;
  height: 10px;
}

.table-fl td {
  white-space: nowrap;
  border-top: none !important;
  border-left: none !important;
}

.table-fl tr,
.table-fl th {
  border: none !important;
  text-align: center;
}

.table-fl .tl {
  color: #1f252a;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 10px;
}

.count {
  color: #1f252a;
  font-size: 20px;
  font-weight: 600;
  border: none;
  text-align: center;
  background: transparent;
  width: auto;
}

.header-tb .tab-bg {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #1f252a;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 4px 8px;
}

.header-tb .tab-bg span {
  font-size: 11px;
}

.header-tb .tab-bg .lg {
  font-size: 14px;
}

.header-tb .tab-bg .divider {
  background: #fff;
  opacity: 0.1;
  margin: 0 0 3px 0;
  display: block;
}

.header-tb a:hover {
  text-decoration: none;
}

.show-tb-wp {
  background-image: url(../img/showflat.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.show-tb-wp:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255, 0.8);
  box-shadow: -24px 0px 48px rgba(0, 0, 0, 0.16);
  z-index: -1;
}

.show-tb-wp ul,
.show-tb-wp .tab-content {
  z-index: 2;
  position: relative;
}

.shoflat-tb .overlay-wrp {
  padding: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #e4e9fe;
  color: #113dfa;
  font-weight: 600;
  font-size: 16px;
}

.shoflat-tb .tab-content {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.shoflat-tb .tab-pane {
  padding: 0;
}

.dates {
  padding: 0;
  border-radius: 8px;
  background: #fff;
}

.dates .d-wrp {
  border-bottom: 1px solid #DADFE4;
  padding: 25px 30px;
  position: relative;
  z-index: 0;
}

.d-wrp::after {
  position: absolute;
  background: #E4E9FE;
  content: '';
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  transition: 0.2s ease;
}

.dates .d-wrp:hover:after,
.dates .d-wrp:focus:after {
  opacity: 1;
  transition: 0.2s ease;
}

.dates .d-wrp span {
  font-size: 20px;
  width: 110px;
}

.dates .d-wrp span:last-child {
  width: auto;
}

.v-gallery .sm {
  color: #E6E9EC;
}

.v-gallery .inner {
  margin: 0 5px 10px 5px;
  height: 470px;
}

.v-gallery .inner .full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.devs .dev-text {
  padding: 90px 40px 80px 0;
}

.archi {
  /* background-image: url(../img/bg-archi.jpg);
    */
  background-position: left center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-dev {
  /* background-image: url(../img/dev-bg.jpg);
     */
  background-position: right center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-right {
  background-position: right center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-left {
  background-position: left center;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-container {
  max-width: 705px;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 500px;
  width: 100%;
}

.bg-gal-up .small {
  color: #e6e9ec;
}

.blommems {
  position: relative;
  overflow: hidden;
}

.blommems .buttons button {
  background: #113dfa;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}

.blommems .buttons button i {
  color: #fff !important;
  font-size: 20px;
}

.blommems .buttons-hr {
  border-top: 1px solid #aabafd;
  margin-top: -15px;
  position: absolute;
  top: 87px;
  width: 97%;
  z-index: 0;
}

#outer {
  overflow: hidden;
}

#left-button {
  background: #113dfa;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -15px;
  border: none;
  position: absolute;
  z-index: 2;
  right: 15px;
  cursor: pointer;
}

#right-button {
  background: #113dfa;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 2;
  position: absolute;
  top: -15px;
  right: 50px;
  cursor: pointer;
}

#right-button a,
#left-button a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
}

#right-button a:focus,
#left-button a:focus {
  color: #fff !important;
}

#inner:first-child {
  margin-left: 0;
}

.hide {
  display: none;
}

.drop-tl {
  color: #f1f3f5;
  font-weight: 500;
  font-size: 24px;
  margin-top: 35px;
}

.v-tour .text {
  width: 65%;
}

.v-tour .dropdown-toggle {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-top: 10px;
  color: #414b58;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
}

.v-tour .dropdown ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.4);
}

.v-tour .dropdown ul li a {
  color: #1f252a;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 15px;
  position: relative;
}

.v-tour .dropdown ul li a:focus {
  background: #fff;
  color: #113dfa;
}

/*Microsite css ends*/
.navbar {
  padding: 0px;
  align-items: center;
  height: 50px;
}

body {
  padding-top: 72px;
}

.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-check [type="checkbox"]:checked+label,
.custom-check [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.custom-check [type="checkbox"]:checked+label:before,
.custom-check [type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #adb7c3;
  border-radius: 3px;
}

.custom-check [type="checkbox"]:checked+label:before {
  border: 1px solid #113dfa;
  background: #113dfa;
}

.custom-check [type="checkbox"]:checked+label:after,
.custom-check [type="checkbox"]:not(:checked)+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/*custom radios*/

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #375CFB;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Custom Radio Ends*/
.cc-style-alpha.custom-check [type="checkbox"]:checked+label:before,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked)+label:before {
  top: 50%;
  margin-top: -10px;
}

.cc-style-alpha.custom-check [type="checkbox"]:checked+label:after,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked)+label:after {
  top: 50%;
  margin-top: -7px;
}

.custom-check [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-check [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cc-style-alpha {
  background: #e4e9fe;
  padding: 10px 15px;
  min-height: 70px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.cc-style-alpha label {
  font-size: 16px;
  padding-left: 60px !important;
  width: 100%;
  margin-left: 10px;
}

.cc-style-alpha::before {
  position: absolute;
  height: 100%;
  color: ;
  content: "";
  width: 70px;
  background: #d1d9fe;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 8px 0 0 8px;
}

.cc-pill {
  position: relative;
  display: inline-block;
}

.cc-pill .form-check-input {
  visibility: hidden;
  opacity: 0;
}

.cc-pill label {
  padding-left: 0;
  z-index: 1;
  min-width: 60px;
  background: #D1D9FE;
  border-radius: 6px;
  color: #849BFD;
  height: 40px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.cc-pill [type="checkbox"]:checked+label {
  background: #113DFA;
  color: #fff;
}

.section-pf1 {
  background-image: url(../img/bg-img32843.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.overlay {
  background-color: #2961ff;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-title {
  padding-top: 40px;
  padding-bottom: 20px;
}

.bank-rates {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 15px);
}

.bank-rates img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}

.w-auto {
  width: auto !important;
}

.sp-number {
  height: 32px;
  min-width: 32px;
  text-align: center;
  background: #e4e9fe;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 4px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #5d7bfc;
}
.table-stacked tbody tr::after {
  background: #d1d9fe;
}

.table-stacked thead th {
  border-bottom: 1px dashed #aabafd;
}
.nex-page,
.prev-page {
  background: #113dfa;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: none;
  border-radius: 24px;
  padding: 0;
  color: #fff;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nl-overflow {
  overflow: hidden;
}

.nl-overflow .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.form-control.form-control-a {
  background-color: #ffffff;
  border-color: #fff;
  border-width: 0px;
  border-left: 6px solid #5d7bfc;
  padding: 0.575rem 0.75rem;
}

.img-faded {
  position: relative;
}

.img-faded::after {
  position: absolute;
  content: "";
  background: linear-gradient(270deg,
      #ffffff 0%,
      rgba(241, 243, 245, 0.51) 48.44%,
      rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg-left-faded::after {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg-left-gfaded::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,f1f3f5+50,f1f3f5+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(241, 243, 245, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(241, 243, 245, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(241, 243, 245, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f1f3f5', GradientType=1);
  /* IE6-9 */
}

.bg-right-gfaded::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f3f5+0,f1f3f5+50,000000+100&1+0,1+50,0+100 */
  background: -moz-linear-gradient(left,
      rgba(241, 243, 245, 1) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(241, 243, 245, 1) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(241, 243, 245, 1) 0%,
      rgba(241, 243, 245, 1) 50%,
      rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3f5', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.pr-z3 {
  position: relative;
  z-index: 2;
}

.section-rounded {
  border: 1px solid #e6e9ec;
  border-radius: 16px;
}

.toggle-fcn {
  position: absolute;
  top: 50%;
  left: 420px;
  background: blue;
  height: 20px;
  width: 20px;
  transform: translate(0, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.toggle-fcn i {
  vertical-align: 2px;
}

.toggle-fcn.active {
  left: 10px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transform: rotate(180deg);
}
.overlay-alt-lg .toggle-fcn{
  left: 638px;
}
.overlay-alt-lg .toggle-fcn.active{
  left: 10px;
}
.fcn-wrapper.active * {
  display: none;
}

.fcn-wrapper.active {
  width: 0;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  padding: 10px;
}

.modal-custom .modal-header .btn i {
  color: #adb7c3;
  font-size: 20px;
}

.modal-custom .modal-content {
  border-radius: 20px;
}

.m-form-wrp {
  display: flex;
}

.m-form-wrp .img-w {
  width: 50%;
}

.m-form-wrp .img-w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 20px;
}

.m-form-wrp .form-w {
  width: 50%;
  padding: 20px 30px;
}

.m-form-wrp .reca {
  width: 90%;
  margin: auto;
  height: 70px;
  display: flex;
  justify-content: center;
}

#mapdiv {
  z-index: 1;
}

.qi-description {
  white-space: normal;
  line-height: 1.2;
  font-size: 18px;
}

.tabs-to-dropdown .dropdown-menu {
  max-height: 320px;
  overflow: auto;
  flex-wrap: wrap;
  width: 500px;
  flex-direction: column;
  padding: 0;
}

.tabs-to-dropdown .dropdown-menu.show {
  display: flex;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  border-radius: none;
  flex-direction: initial;
}

.tabs-to-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 1rem;
  width: 33.33%;
  width: auto;
  min-width: 124px;
}

.fc-nearby .fcn-ico {
  top: 18px;
}

.floor-plans .tabs-plans .nav-link {
  padding: 15px 20px !important;
}

.launch-projects {
  margin-top: 30px;
}

.slider-mt {
  margin-top: 40px;
}

.battersea-slider {
  margin-top: 30px;
}

.con-mt {
  margin-top: 30px;
}

.dropdown-wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.project-status {
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 4px;
  float: right;
}

.project-status span {
  padding: 10px 25px;
  text-align: center;
  width: 50%;
  min-width: 100px;
  height: 100%;
  display: flex;
  height: 50px;
  align-items: center;
}

.walk-distane img {
  width: 12px;
  vertical-align: -2px;
  margin-right: 2px;
}

.tr-fl {
  max-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: #849BFD transparent;
}

.table-fl th {
  vertical-align: middle;
  position: initial;
  top: 0;
  z-index: 3;
  background: #f1f3f5;
}
.table-fl th:first-child{
  position: sticky;
}

.table-fl td:first-child {
  position: sticky;
  left: 0;
  background: #f1f3f5;
  z-index: 2;
}

.table-fl th:first-child {
  left: 0;
  z-index: 4;
}

/*Personal Web*/
.menu-large {
  position: static !important;
}

.mega-dropmenu {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 5;
  left: 15px;
  right: 15px;
  border: 1px solid #DADFE4;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: auto;
  max-height: 600px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #849BFD transparent;
}

.dropmenu-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.wb-left {
  background: rgba(41, 97, 255, 0.75);
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  height: 100%;
}

.wbl-inner {
  max-width: 705px;
  padding-right: 10%;
  width: 100%;
}

.wbr-inner {
  max-width: 705px;
  padding-left: 10%;
  width: 100%;
}

.wb-right {
  background: #F1F3F5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.hero-doc {
  position: relative;
  background: url(../img/hero-bg-896876.jpg);
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
}

.hero-wrp {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-wrp .agent--img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: top;
  background: #FFFFFF;
  position: relative;
  border-radius: 16px;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.agent--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-wrp .agent--img::before,
.hero-wrp .agent--img::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
    #113dfa,  #fff, #1b2025);
  animation: rotate 10s linear infinite;
  border-radius: 18px;
}
.hero-wrp .agent--img::after {
  filter: blur(10px);
}
@keyframes rotate {
  0%     { --angle: 0deg; }
  100%   { --angle: 360deg;
  }
}
.text-shadow {
  text-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
}

.hero-doc .buttons {
  display: flex;
  margin-top: 20px;
}

.btn-wapp {
  background: #25d366;
  color: #fff;
}

.btn-call {
  background: #113DFA;
  color: #fff;
}

.btn-mail {
  background: #DADFE4;
  color: #414B58;
}

.btn-mail:hover,
.btn-mail:focus {
  color: #414B58;
}

.sc-tl {
  color: #1F252A;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.tagline {
  color: #113DFA;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 4px;
}

.counters {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.counters .conuter-wrp {
  background: #F1F3F5;
  border: 2px solid #C4CBD3;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.counters .count {
  color: #113DFA;
  font-weight: 600;
  font-size: 36px;
  position: relative;
  text-align: left;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.counters .count:before {
  position: absolute;
  content: "+";
  color: #113DFA;
  font-size: 20px;
  right: -5px;
  top: 1px;
}

.counters .conuter-wrp h6 {
  margin: 0 0 0 15px;
  padding: 0;
}

.conuter-wrp .img-wrp img {
  width: 55px;
  height: 55px;
  margin-right: 4px;
}
.blogs{
  background: #1b2025;
}
.projects-mc{
  background: #1b2025;
}
.blogs .t-h1, .blogs p{
  color: #fff;
}
.blog-wrp {
  display: flex;
  position: relative;
  padding: 30px;
  background: #F1F3F5;
  border-radius: 8px;
}

.blog-wrp .ba-thumb img {
  object-fit: cover;
  border-radius: 8px;
  height: 300px;
  width: 500px;
  object-position: left;
}

.blog-wrp .ba-details {
  padding: 40px;
  width: 100%;
  height: auto;
  margin-left: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.owl-blogs .active:not(.center) .dim-overlay {
  opacity: 1;
  display: block;
}

.card-prop {
  border-radius: 8px;
  border: 1px solid #E6E9EC;
  height: 100%;
  position: relative;
}

.card-prop .prop-info {
  padding: 10px 15px;
}

.pb-ico-xs {
  width: 24px;
  height: 24px;
  padding: 5px;
  min-width: 24px;
}

.tag-theme {
  font-size: 14px;
  color: #375CFB;
  padding: 3px 10px;
  border-radius: 4px;
  background: #E4E9FE;
}

.prop-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.prop-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  height: 280px;
  object-fit: cover;
}

.card-prop a {
  display: block;
}

.card-prop a:hover,
.card-prop a:focus {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  ;
}

.card-prop a:hover .prop-img img,
.card-prop a:focus .prop-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.prop-info .sl-2 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.card-prop a {
  color: #303841;
}

.pl-badge {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
}

.badge-condo {
  background: #DEFFD6;
  color: #83B975;
}

.badge-office {
  background: #FFF5E0;
  color: #FFCB5B;
}

.badge-landed {
  background: #D9E0FF;
  color: #5D7BFC;
}

.badge-retail {
  background: #D5FFFC;
  color: #0BC7BA;
}

.badge-hdb {
  background: #FFDBD7;
  color: #FA887B;
}

.badge-industrial {
  background: #F1EAFF;
  color: #B18BFF;
}

.badge-land {
  background: #FFE8DA;
  color: #FFA46D;
}

.card-prop .pl-badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-cta {
  background: rgb(255, 221, 73);
  background: -moz-linear-gradient(left, rgba(255, 221, 73, 1) 0%, rgba(246, 200, 2, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 221, 73, 1) 0%, rgba(246, 200, 2, 1) 100%);
  background: linear-gradient(to right, rgba(255, 221, 73, 1) 0%, rgba(246, 200, 2, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd49', endColorstr='#f6c802', GradientType=1);
  color: #1F252A;
  border: none;
}

.btn-cta:hover,
.btn-cta:focus {
  color: #1F252A;
  border: none;
}

/*.owl-padding {
	padding-left: 100px;
}*/
.mc-wrp {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 30px;
  position: relative;
  height: 70px;
  color: #1F252A;
}

.mc-wrp {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 56px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  height: 56px;
  color: #1F252A;
}

.mc-wrp .img-wrp {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-right: 5px;
}

.mc-wrp .img-wrp img {
  width: 25px;
  filter: invert(0.9);
}

.mc-text {
  font-weight: 600;
  font-size: 22px;
  padding: 6px 0 0 0;
}

.tag-pr {
  background: #AABAFD;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 10px;
  z-index: 2;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 142px;
  text-align: center;
  bottom: -17px;
}

.oc-flag {
  width: 50px;
  margin-right: 10px;
  border-radius: 6px;
  border: 2px solid #113DFA;
  vertical-align: -2px;
}


/*News pages css*/
.blog-box {
  border-radius: 8px;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  display: block;
  display: flex;
  flex-direction: column;
}

.blog-box img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  height: 300px;
  object-fit: cover;
}

.social-inline li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #113DFA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  margin: 0 2px;
}

.fh-item .owl-stage {
  display: flex;
  padding: 30px 0;
}

.fh-item .item {
  height: 100%;
}

.sub-nav{
	background: #414B58;
	color: #fff;
}
.sub-nav .nav-link{
	color: #ADB7C3;
	padding: 0.5rem 1rem;
}
.sub-nav .nav-link.active, .sub-nav .nav-link:hover, .sub-nav .nav-link:focus{
	color: #fff;
	font-weight: 600;
}

/*search bar*/
.search-bar {
  max-width: 500px;
  width: 100%;
}
.search-form{
  color: #8090A1;
}
.search-form {
  width: 100%;
  position: relative;
}
.search-form .btn{
  white-space: nowrap;
  height: 50px;
  padding: 15px 25px;
  margin-left: 10px;
}
.searchBox{
	width: 100%;
  position: relative;
}
.searchBox img {
  position: absolute;
  width: 30px;
  top: 10px;
  right: 5px;
}
.searchBox #propertySearch{
  padding-right: 40px;
}
.search-form .fa-search{
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  height: 35px;
  width: 35px;
  background: #375CFB;
  border-radius: 6px;
  text-align: center;
  padding: 9px;
  color: #fff;
}


.search-bar .search-form input {
  border: 0;
  font-size: 14px;
  color: #1F252A;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 12px 38px 12px 55px;
  transition: 0.3s;
  width: 100%;
  border-color: #fff;
  font-size: 16px;
  height: 50px;
}
.search-bar .search-form input:focus,
.search-bar .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

/*about page*/
.rr-section {
  background-image: url('../img/img-7834.jpg');
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.awr-detail {
  height: 100%;
}

.sl-wrp {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}

.bg-awrd {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.award-ico {
  width: 15px !important;
}

.rl-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  padding: 10px 20px;
  text-align: left;
  border-radius: 0 0 16px 16px;
  min-height: 143px;
  color: #303841;
}

.rl-item {
  position: relative;
  display: block;
  background: #d3d8dd;
  border-radius: 16px;
}
.rl-item > img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
.comparison-col {
  text-align: center;
}

.comparison-col .cc-img {
  max-width: 300px;
  width: 100%;
}

.pat-title {
  min-height: 60px;
}

.slider-val {
  font-size: 12px;
  padding-top: 2px;
}

.cc-range {
  max-width: 320px;
  margin: 0 auto;
}

.custom-range .slider {
  background: linear-gradient(to right, #113DFA 0%, #113DFA 50%, #fff 50%, #fff 100%);
  border: solid 1px #D1D9FE;
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  margin-bottom: 10px;
  margin-top: 20px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  background: #113DFA;
  cursor: pointer;
  border: 4px solid #D1D9FE;
  box-shadow: 2px 2px 8px rgba(82, 82, 82, 0.3);
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  border: 0;
  background: #113DFA;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 0;
  border: 4px solid #D1D9FE;
  box-shadow: 2px 2px 8px rgba(82, 82, 82, 0.3);
  border-radius: 50%;
}

.thumb-yr {
  font-size: 40px;
  color: #97A4B2;
  font-weight: 600;
}

.center .thumb-yr {
  transition: 0.2s ease;
  transform: scale(1.2);
  transform-origin: center;
  font-size: 50px;
  color: #fff;
}

#thumbs .owl-stage {
  display: flex;
  align-items: center;
}
.form-top{
  width: 100%;
}
.owl-carousel .prj-country img {
  width: 40px;
  border: 2px solid #ffffff78;
  border-radius: 40px;
}
.prj-country {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.owl-padding {
  max-width: 1920px;
  margin: 0 auto;
}
.owl-lsiting .owl-item img {
  height: 300px;
  object-fit: cover;
}
.detailed-info p span{
  font-size: 1rem !important;
}
.modal-xl {
  max-width: 850px;
}
.modal-lg {
  max-width: 600px;
}
.form-h{
  min-height: 56px;
}
.projects-dropdown{
  max-height: 380px;
  overflow: auto;
}
.ol-ellipses{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nc-divin .t-h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.owl-carousel.owl-blogs .owl-nav button.owl-prev {
  background: rgba(0,0,0,0.3) url("../img/arrow.png") no-repeat center center;
  background-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  outline: none !important;
}
.owl-carousel.owl-blogs .owl-nav button.owl-next{
  background: rgba(0,0,0,0.3) url("../img/arrow.png") no-repeat center center;
  background-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  outline: none !important;
}
#scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 34px;
  z-index: 100;
}
#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.project-info-links{
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 0.2s ease-in all;
  position: relative;
  padding-left: 50px;
  padding-right: 70px;
  background: #1b2025;
}
.project-info-links.sticky{
  position: sticky;
  z-index: 99;
  top: 72px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  transition: 0.2s ease-in all;
  box-shadow: 0px 1px 12px rgba(0,0,0,0.2);
}
.project-info-links .owl-stage-outer{
  padding: 20px 0;
}
.project-info-links .owl-nav{
  max-width: 100%;
}
.project-info-links .owl-nav button.owl-prev{
  left: -40px;
}
.project-info-links .owl-nav button.owl-next{
  right: -60px;
}
.project-info-links.sticky .tag-pr{
  display: none;
}
.project-info-links.sticky .mc-wrp{
  height: 50px;
}
.result-suggestion {
  list-style: none;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  padding-left: 0;
  width: 100%;
}
.result-suggestion li {
  padding: 5px 10px;
  font-size: 14px;
  color: #212529;
}
.result-suggestion li:hover, .result-suggestion li:focus{
  color: #375cfb;
}
.owl-blogs .dim-overlay {
  border-radius: 8px;
}
.blog-box .space-wapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*.country-projects .owl-item .image > img {
  height: 400px;
  object-fit: cover;
}*/
.content {
  padding: 10px 0;
}
.overseas-listing .prj-it .image > img{
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  width: 100%;
}
.overseas-listing .prj-it{
  padding: 20px;
}
.prj-name, .overseas-grid span{
  background: #fff;
  padding: 20px;
  border-radius: 16px 16px 0 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.overseas-grid img{
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  width: 100%;
}
.overseas-grid {
  box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
  border-radius: 16px;
  margin-bottom: 30px;
}
.policy-ul li {
   list-style-type: none;
}
.detailed-info img {
  width: ;
  max-width: 100%;
  height: auto;
}


.ts-in {
    background: #FCFDFD;
    border: 1px solid #FCFDFD;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ts-in .content {
    padding: 20px 20px 20px 80px;
    position: relative;
}

.ts-in .quotes {
  width: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.usr-ic {
    width: 60px !important;
    height: 60px;
    border-radius: 60px;
    color: #113DFA;
}

.usr-ic-wrp {
    padding: 13px 20px 20px 20px;
}

.overlay-light:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(252, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(252, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(252, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.z-up {
    z-index: 1;
    position: relative;
}
.overlay-light {
    background: url(../img/bg-slider-t.jpg);
    background-size: 50% 100%;
    
}
.owl-testimonial-lg .owl-stage{
  display: flex;
}
.owl-testimonial-lg .ts-in{
  height: 100%;
}
.owl-awards .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dot button {
  background: transparent;
  border: none;
  color: #fff;
  margin: 0 50px;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
}
.owl-dot.active button{
  font-size: 40px;
}
.cc-style-alpha .fa-star {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translate(0,-50%);
}
.posted-on {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 7px;
}
.comparison-row{
  padding: 0 15px;
}
.dropdown-menu{
  scrollbar-width: thin;
  scrollbar-color: #849BFD transparent;
}
.section-region{
  background-image: url(../img/singapore_map_alt.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.region-wrapper{
  background: rgba(218, 223, 228, 0.6);
  max-width: 800px;
  margin:0 auto;
  border-radius: 8px;
  padding: 24px;
}
.region-wrapper a {
  display: block;
  background: #fff;
  border: 1px solid #E6E9EC;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #1F252A;
}
.region-wrapper a.active{
  background: #113DFA;
  border: 1px solid #113DFA;
  color: #fff;
}
.property-news {
     background: #F1F3F5;
     padding: 40px 0;
}
.owl-blogs .owl-item{
  transform: scale(0.9);
}
.owl-blogs .owl-item.center{
  transform: scale(1.05);
  transform-origin: top;
}
.owl-blogs .owl-stage{
    padding-top: 15px;
    padding-bottom: 15px;
}
.tabs-modal .nav-link {
     color: #ADB7C3;
     font-weight: 600;
     font-size: 12px;
     background: #F1F3F5;
     border-radius: 50px;
     margin-right: 5px;
     margin-bottom: 7px;
     border: none;
}
.tabs-modal .nav-link.active, .tabs-modal .nav-link:hover {
     background: #113DFA;
     color: #fff;
     transition: .5s;
}
.row-awards, .sr-listings{
  background: #1b2025;
}
.sr-listings .t-h1{
  color: #fff;
}
.bg-st{
    background: rgba(0,0,0,0.2);
}
.sub-header{
  background: #303030;
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1500px) {
  .fs-xxl {
    font-size: 3rem;
  }
  .t-h1 {
    font-size: 2.5rem;
  }
  .t-h2 {
    font-size: 2rem;
  }
  .t-h3 {
    font-size: 1.75rem;
  }
  .t-h4 {
    font-size: 1.5rem;
  }
  .t-h5 {
    font-size: 1.25rem;
  }
  .fs-xl {
    font-size: 3rem;
  }
  .t-h6 {
    font-size: 1.1rem;
  }
  .fs-20 {
    font-size: 16px;
  }
  .btn-sm {
    font-size: 14px;
    padding: 10px;
  }
  .section {
    padding: 40px 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    outline: none !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 20px;
    outline: none !important;
  }
  .agent-contacts .btn {
    width: auto;
  }
  .lp-info .pb-ico {
    height: 28px;
    width: 28px;
    padding: 6px;
  }

  .lp-info .pb-count {
    font-size: 16px;
  }

  .lp-info .pb-col {
    padding-right: 10px;
  }

  .lp-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-name {
    font-size: 18px;
  }

  .agent-dark-img {
    width: 100px;
  }

  .agent-dark-info {
    width: calc(100% - 100px);
  }

  .search-bottom-fix .in-bed {
    min-width: 60px;
    max-width: 75px;
  }

  .cc-style-alpha {
    min-height: 50px;
  }

  .cc-style-alpha label {
    padding-left: 50px !important;
    margin-left: 0;
  }

  .cc-style-alpha::before {
    width: 50px;
  }

  /*MS CSS*/
  .nav-micro > ul > li {
    padding: 0 10px;
  }

  .v-gallery .inner {
    height: 415px;
  }

  .blue-bg ul li {
    font-size: 16px;
  }

  .l-sm {
    font-size: 14px;
  }

  .l-tb,
  .t-tl,
  .sq label {
    font-size: 16px;
  }

  .accordion-faq .card {
    padding: 10px 20px;
  }

  .fs-xl {
    font-size: 55px;
  }

  .wbl-inner {
    max-width: 555px;
    padding-right: 40px;
  }

  .wbr-inner {
    max-width: 555px;
    padding-left: 40px;
  }

  .rl-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nc-divin{
    padding: 15px;
  }
  .cc-style-alpha .fa-star {
    left: 40px;
  }
  .project-info-links .owl-nav button.owl-prev{
    left: -40px;
  }
  .project-info-links .owl-nav button.owl-next{
    right: -60px;
  }
}

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

  .cp-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cp-item span {
    font-size: 16px;
  }

  .slider-type-2 .new-l-div>img {
    object-fit: cover;
    height: 400px;
  }

  .newlb-top,
  .newlb-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bbr-item {
    font-size: 18px;
  }

  .form-control {
    height: 48px;
    font-size: 16px;
  }

  .form-control-lg {
    height: 54px;
  }

  .lp-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cp-facSlider .item {
    padding: 40px 30px;
  }

  .pb-col {
    padding-right: 20px;
  }

  .bbr-list-ico img {
    left: -15px;
    width: 22px;
    top: 16px;
  }

  .btn-sm {
    padding: 8px 10px;
    border-radius: 6px;
  }

  /*MS CSS*/
  .v-tour .dropdown-toggle {
    height: 60px;
  }

  .drop-tl {
    font-size: 20px;
  }

  .small {
    font-weight: 500;
    font-size: 18px;
  }

  .v-gallery .inner {
    height: 420px;
  }

  .h-cstm {
    height: 50px;
  }

  .sq {
    width: 241px;
    height: 65px;
  }

  .l-tb, .t-tl, .sq label {
    font-size: 14px;
  }
  .l-sm {
    font-size: 14px;
  }

  .table-rooms .img-wrp {
    width: 340px;
  }

  .btn-form .btn,
  .btn-form .reca {
    height: 64px;
  }

  .blue-bg ul li {
    font-size: 18px;
  }

  .owl-mc .bbr-item label {
    font-size: 26px;
  }

  .bbr-item .abs {
    height: 50px;
    width: 50px;
  }

  .bbr-item .abs img {
    width: 22px;
  }

  .owl-mc .bbr-item {
    padding: 12px 60px 12px 16px;
  }

  .bslm-nearby .nav-link {
    padding: 13px 20px;
  }

  .btn-lg {
    font-size: 18px;
    padding: 12px 25px;
  }

  .blommems .fs-20 {
    font-size: 18px;
  }

  .wrp-abs {
    margin-top: -55px;
  }

  .header .header-btns {
    align-items: center;
  }

  .tabs-plans .nav-link {
    padding: 14px 15px;
  }

  .floor-plans-table h3 {
    font-size: 30px;
  }
  .counters .count {
    font-size: 34px;
  }

  .conuter-wrp .img-wrp img {
    width: 55px;
    height: 55px;
  }

  /*MS CSS*/
  .v-tour .dropdown-toggle {
    font-size: 16px;
    height: auto;
  }

  .btn-round {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .btn-wts {
    font-size: 20px;
  }

  .fs-xl {
    font-size: 50px;
  }

  .half-container {
    max-width: 555px;
    min-height: 300px;
  }

  .prj-it .logo {
    font-size: 20px;
  }

  .tabs-solid .nav-link {
    height: 47px;
    padding: 10px 15px;
    min-width: 70px;
  }
  .form-h{
    min-height: 48px;
  }
  .blog-wrp .ba-thumb img{
    height: 280px;
    width: 400px;
  }
  .rl-info{
    min-height: initial;
  }
  .usr-ic {
      width: 50px !important;
      height: 50px;
      border-radius: 50px;
  }
  .img-sq{
    width: 50px;
    min-width: 50px;
  }
  .img-sq .sq-c {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}

/*-------------------------------------------------------------- # Mobile Navigation --------------------------------------------------------------*/
@media (max-width: 1279px) {
  .header .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.8s;
    z-index: 9997;
    height: 100%;
    transition: 0.5s all;
  }

  .login-btn {
    font-size: 16px;
  }

  .header .mobile-nav-show {
    display: block;
    margin-left: 15px;
  }

  .header .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    transition: 0.5s;
    z-index: 9998;
  }

  .header .navbar a,
  .header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }

  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .header .navbar a:hover,
  .header .navbar li:hover>a {
    color: #fff;
    opacity: 0.8;
  }

  .header .navbar .active,
  .header .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    padding: 10px 0;
    margin: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    width: 100%;
    background: #222;
    padding-left: 20px;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 27px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    transition: 0.5s;
  }
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 30px 0px;
  }

  .cp-facSlider .item {
    padding: 30px;
  }

  .pb-count,
  .qi-description {
    font-size: 16px;
  }

  .lp-info .property-build {
    justify-content: flex-start;
  }

  .lp-info .pb-col {
    padding-right: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
  }

  .card {
    padding: 15px;
  }

  .agent-contacts {
    opacity: 1;
    background: linear-gradient(180deg, rgba(27, 32, 37, 0) 0%, rgba(27, 32, 37, 0) 39.06%, rgba(27, 32, 37, 0.3) 76.56%, #1b2025c4 100%);
  }

  .firstactiveitem .agent-contacts,
  .lastactiveitem .agent-contacts {
    opacity: 0;
  }

  .agent-card img {
    height: 65px;
    width: 65px;
  }

  .agent-card.card {
    padding-left: 100px;
  }

  .agent-card img {
    left: 15px;
    top: 15px;
  }

  .tool-divv {
    background: rgba(255, 255, 255, 0.8);
    padding: 10% 20px;
  }

  .property-tool-wrapper {
    height: auto;
    padding-top: 0;
    min-height: initial;
  }

  .btn-icon.btn img {
    width: 36px;
  }

  .btn.btn-icon {
    padding-left: 60px;
  }

  .top-message-w {
    margin-top: 49px;
  }

  /*MS CSS*/
  .dates .d-wrp span {
    font-size: 16px;
  }

  .v-gallery .inner {
    height: 250px;
  }

  .h-cstm {
    height: 46px;
  }

  .section-top {
    margin-top: 30px !important;
  }

  .table-striped2 td:nth-child(2),
  .table-striped2 th:nth-child(2) {
    padding-left: 5px;
  }

  .counters {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .counters .conuter-wrp {
    width: 47%;
    margin-bottom: 10px;
  }

  .w-100-md {
    width: 100% !important;
  }

  /*MS CSS ENDS*/
  .img-sq .sq-c {
    width: 30px;
    height: 30px;
  }

  .img-sq {
    width: 50px;
    min-width: 50px;
  }
  .table-rooms .img-wrp{
    height: calc(100% - 54px);
  }
  .sq {
    width: 190px;
    height: 50px;
  }

  .l-tb,
  .t-tl,
  .sq label {
    font-size: 14px;
  }

  .blsm-form .info {
    padding-right: 1.5rem;
  }

  .dates .d-wrp {
    padding: 10px 15px;
  }

  .shoflat-tb .overlay-wrp {
    padding: 20px;
  }

  .wbr-inner,
  .wbl-inner {
    max-width: 465px;
  }

  .half-container {
    max-width: 465px;
  }

  .blog-wrp .ba-details {
    padding: 20px;
  }
  .blog-wrp .ba-thumb img {
    height: 250px;
    width: 350px;
  }
  .projects-dropdown .dropdown-item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn.dropdown-toggle{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .projects-dropdown li a {
    font-size: 14px;
  }
  .projects-dropdown{
    left: 50% !important;
    right: auto;
    transform: translate(-50%,0) !important;
    -ms-transform: translate(-50%,0) !important;
    -webkit-transform: translate(-50%,0) !important;
  }
  .form-control-lg {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
  }
  .search-bar .search-form input{
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .project-info-links .owl-nav button.owl-prev{
    left: -40px;
  }
  .project-info-links .owl-nav button.owl-next{
    right: -60px;
  }
  .project-info-links{
    padding-left: 0;
    padding-right: 0;
  }
  .project-info-links .owl-nav{
    display: none !!important;
  }
  .project-info-links .owl-nav button.owl-prev{
    left: 0;
    display: none;
  }
  .project-info-links .owl-nav button.owl-next{
    right: 0;
    display: none;
  }
  .owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
  }
  .nav-micro > ul > li:last-child a {
    max-width: initial;
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    display: block;
  }
  .d-wrp::after{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
  .tb-room label {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-faq .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .tabs-solid .nav-link {
    padding: 12px 15px;
    font-size: 16px;
  }

  .tabs-solid .nav-item::before {
    top: 9px;
  }

  .input-group-c .input-group-text {
    width: 48px;
    font-size: 16px;
  }

  .accordion-faq {
    padding-top: 20px;
  }

  .dir-search {
    flex-direction: column;
  }

  .dir-search .ds-col,
  .dir-search .ds-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .ds-right .form-control:first-child {
    margin-left: 0;
  }

  .dir-search {
    padding: 0px 0 20px 0;
  }

  .lp-name {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-name small {
    margin-left: 0;
  }

  .pb-ico-md {
    height: 35px;
    width: 35px;
    padding: 9px;
  }

  .pb-count {
    font-size: 14px;
  }

  .bbr-item {
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .bbr-list-ico img {
    top: 14px;
  }

  .search-bottom-fix form ul {
    flex-wrap: wrap;
  }

  .search-bottom-fix ul li {
    margin-right: 0;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .search-bottom-fix ul .in-price,
  .search-bottom-fix .in-type {
    min-width: inherit;
    max-width: inherit;
    width: 25%;
  }

  .search-bottom-fix ul .in-rent,
  .search-bottom-fix ul .in-bed {
    min-width: inherit;
    max-width: inherit;
    width: 16.66%;
  }

  .search-bottom-fix label {
    margin-bottom: 5px;
  }

  .search-bottom-fix {
    padding: 30px 0;
  }

  /*MS CSS Starts*/
  .drop-tl {
    margin-top: 24px;
  }

  .v-tour .dropdown ul {
    width: auto;
  }

  .v-tour .text {
    width: 100%;
  }

  .bg-gal-up:before {
    background: rgb(0, 0, 0, 0.7) !important;
  }

  .devs .dev-text {
    padding: 50px 0 50px 0;
  }
  .nav-s-flat {
    height: 44px;
    margin-top: 10px;
  }

  .show-tb-wp:after {
    width: 100%;
  }

  .table-fl .tl,
  .count {
    font-size: 14px;
  }

  .table-rooms .img-wrp {
    width: 100%;
    border-radius: 16px;
    padding: 20px 0;
    overflow: hidden;
    box-shadow: none;
  }

  .table-rooms .img-wrp img {
    width: 35%;
  }

  .table-rooms .table-responsive {
    height: 100%;
    overflow-y: auto;
  }

  .table-rooms .content {
    border: 1px solid #e6e9ec;
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
    border-right: none;
  }

  .flex-end-ft {
    align-items: flex-start;
    padding-top: 20px;
  }

  .btn-form {
    margin-top: 30px;
  }

  .blue-bg ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .flex-col-md {
    display: block;
  }

  .bslm-nearby .fcn-wrapper {
    margin-top: 20px;
    border-radius: 15px;
  }

  .bslm-nearby .tabs-solid {
    left: 25px;
    right: auto;
  }

  .bslm-nearby ul {
    order: 1;
  }

  .nav-s-flat {
    width: fit-content;
  }

  .counters .conuter-wrp h6 {
    font-size: 16px;
  }

  .counters .count {
    font-size: 28px;
  }

  .w-100-sm {
    width: 100% !important;
  }

  .w-sm-30 {
    width: 30%;
  }

  .counters .conuter-wrp {
    justify-content: flex-start;
    margin-left: 0;
  }

  /*MS CSS ENDS*/
  .table-fl .tl {
    padding-left: 0;
  }

  .bg-left,
  .bg-right {
    background: #fff !important;
  }

  .bg-left-gfaded::after,
  .bg-left-faded::after {
    content: none;
  }

  .blsm-form .info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blsm-form .info {
    padding-right: 0;
  }

  .m-form-wrp .img-w {
    display: none;
  }

  .m-form-wrp .form-w {
    width: 100%;
    padding: 1rem;
  }

  .archi,
  .bg-dev {
    background: #fff !important;
  }

  .half-container {
    max-width: 720px;
    min-height: auto;
    margin: 0 auto;
    padding: 40px 15px;
  }

  .amenities-grid {
    height: 300px;
  }

  .overlay-alt {
    top: 75px;
  }

  .bslm-nearby .tabs-solid {
    left: 25px;
    right: auto;
  }

  .show-tb-wp {
    background: #fff;
    margin-top: 20px;
  }

  .show-tb-wp:after {
    content: none;
  }

  .shoflat-tb .overlay-wrp {
    padding: 0;
  }

  .wb-right {
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wb-left {
    padding-left: 0;
  }
  .input-group-c .input-group-text {
    border-radius: 6px 0 0 6px;
  }

  .form-control-lg,
  .form-control {
    border-radius: 6px;
  }

  .wbr-inner,
  .wbl-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }
  body {
    padding-top: 60px;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }

  .t-h1 {
    font-size: 2.2rem;
  }

  .t-h2 {
    font-size: 2rem;
  }

  .t-h3 {
    font-size: 1.5rem;
  }

  .t-h4 {
    font-size: 1.25rem;
  }

  .t-h5 {
    font-size: 1.12rem;
  }

  .t-h6 {
    font-size: 1rem;
  }

  .hero-doc {
    flex-direction: column;
  }
  .form-control.form-control-a {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 1px;
    border-left: 6px solid #5d7bfc;
  }
  .header{
    height: 60px;
  }
  .project-info-links .owl-stage-outer {
    padding: 10px 0;
  }
  .project-info-links.sticky{
    top: 60px;
  }
  .project-info-links.sticky .mc-wrp .t-h6 {
    font-size: 16px;
  }
  .project-info-links.sticky .mc-wrp{
    height: 40px;
  }
  .project-info-links.sticky .mc-wrp .img-wrp{
    width: 25px;
    height: 25px;
    padding-left: -20px;
  }
  .project-info-links.sticky .mc-wrp .img-wrp img {
    width: 20px;
  }
  .hero-wrp .agent--img{
    height: 200px;
    width: 200px;
  }
  .blog-wrp .ba-thumb img {
    height: 250px;
    width: 250px;
  }
  .blog-wrp{
    padding: 15px;
  }
  
  .hero-doc{
    padding-bottom: 0;
  }
  .overlay-light:after {
      background: rgba(252, 253, 253, .7) !important;
  }
  .overlay-light {
      background-size: cover;
      background-position: left;
  }
  .owl-dot button{
    margin: 0 20px;
    font-size: 20px;
  }
  .owl-dot.active button {
    font-size: 30px;
  }
  .blommems .qi-col{
    height: 78px;
  }
  .mc-wrp{
    height: 58px;
  }
  .tag-pr {
    border-radius: 4px;
    padding: 5px 10px;
    width: 115px;
    bottom: -12px;
    font-size: 12px;
  }
  .comparison-row .btn.dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .overlay-alt-lg {
    max-width: 448px;
  }
  
  .owl-lsiting .owl-item img{
    height: 200px;
  }

}

@media screen and (max-width: 767px) {
  .t-h3 {
    font-size: 1.25rem;
  }
  #st-similar .t-h2 {
    font-size: 1.5rem;
  }
  .mortgage-output::before {
    left: 15px;
    height: 1px;
    width: auto;
    right: 15px;
  }

  .form-control {
    height: 46px;
    font-size: 16px;
  }

  .form-control-lg {
    height: 46px;
  }

  .cp-facSlider .item {
    padding: 15px;
  }

  .insight-table table td {
    padding-left: 10px;
  }

  .insight-table table td:first-child {
    text-align: left;
  }

  .insight-table .nav-pills .nav-link {
    padding: 10px 15px;
  }

  .insight-table .nav-pills {
    border-right: none;
  }

  .slider-type-2 .new-l-div>img {
    height: 300px;
  }

  .ref-insights .tabs-solid {
    margin-bottom: 15px;
  }

  header .navbar-collapse {
    background: #333;
  }

  .top-home-main {
    flex-wrap: wrap;
  }

  .tool-divv {
    position: absolute;
    right: 20px;
    left: 20px;
    max-width: 600px;
  }

  .search-bottom-fix ul .in-price,
  .search-bottom-fix .in-type {
    width: 50%;
  }

  .search-bottom-fix ul .in-rent,
  .search-bottom-fix ul .in-bed {
    width: 33.33%;
  }

  .grant-img {
    height: auto;
    min-height: 400px;
    object-position: bottom;
    width: 100%;
    position: relative;
  }

  .dark-arrows .owl-nav button.owl-prev,
  .dark-arrows .owl-nav button.owl-next {
    background-size: 12px;
  }

  .foot-bottom {
    border-top: none;
  }

  .site-footer .foot-bottom ul {
    max-height: initial;
  }

  .foot-last .row {
    flex-direction: column-reverse;
  }

  .countries-flag,
  .social-list {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .foot-last .fl-left {
    display: flex;
    flex-direction: column-reverse;
  }

  .foot-last .fl-left p {
    margin-bottom: 10px;
  }

  .fb-li>p {
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
  }

  .fb-li>ul {
    margin-bottom: 10px;
  }

  .fb-li {
    padding-left: 0;
    padding-right: 0;
  }

  .foot-bottom {
    margin: 0;
  }

  .foot-bottom .fb-li ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overall-ratings .rr-total {
    font-size: 32px;
  }

  .overall-ratings i {
    font-size: 22px;
  }

  .title-link {
    float: none;
    display: block;
  }

  .custom-check [type="checkbox"]:checked+label::after,
  .custom-check [type="checkbox"]:not(:checked)+label::after {
    top: 3px;
  }

  /*MS CSS*/
  .dates .d-wrp span {
    margin-right: 10px;
    white-space: nowrap;
  }

  .overlay-wrp .fs-24 {
    font-size: 20px;
  }

  .nav-s-flat li a {
    font-size: 18px;
  }

  .dates .d-wrp span {
    font-size: 16px;
  }

  .shoflat-tb p {
    font-size: 18px;
  }

  .border-r {
    border-right: none;
  }

  .btn-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .show-mobile {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  .btn-hero {
    font-size: 16px;
    width: 174px;
  }

  .owl-mc .bbr-item label {
    font-size: 22px;
  }

  .owl-mc {
    padding-left: 0;
  }

  /*MS CSS ENDS*/
  .dropdown-wrp {
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .half-container {
    max-width: 540px;
  }

  .overlay-mc {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .overlay-alt {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
  }

  .fcn-wrapper {
    width: 100%;
    padding: 15px 0;
    box-shadow: none;
  }

  #mapdiv {
    height: 300px !important;
  }

  .project-status {
    float: left;
    margin-top: 10px;
  }

  .dates .d-wrp span {
    font-size: 14px;
  }

  .dates .d-wrp {
    padding: 10px 5px;
  }
  .amenities-grid {
    height: auto;
  }

  .toggle-fcn {
    display: none;
  }

  .wb-right,
  .wb-left {
    padding-left: 0;
    padding-right: 0;
  }

  .wbr-inner,
  .wbl-inner {
    max-width: 540px;
  }

  .prop-info .t-h6 {
    min-height: auto;
  }

  .blog-wrp .ba-thumb img {
    border-radius: 8px 8px 0 0;
  }

  .fs-xxl {
    font-size: 2.2rem;
  }

  .ap-img {
    max-width: 200px;
  }

  .thumb-yr {
    font-size: 30px;
  }

  .center .thumb-yr {
    font-size: 40px;
  }
  .prop-img img{
    height: auto;
    max-height: 400px;
  }
  .form-h {
    min-height: 35px;
  }
  .nc-divin span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .nc-divin{
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .hero-wrp .agent--img {
    height: 110px;
    width: 110px;
    border-width: 4px;
    border-radius: 8px;
  }
  .blog-wrp{
    flex-direction: column;
  }
  .blog-wrp .ba-thumb img{
    width: 100%;
  }
  .owl-blogs .owl-stage{
    display: flex;
  }
  .owl-blogs .item{
    height: 100%;
  }
  .blog-wrp {
    height: 100%;
  }
  .owl-blogs .container{
    height: 100%;
  }
  .bg-awrd{
    display: none!important;
  }
  .comparison-col p {
    font-size: 12px;
    line-height: 1.2;
  }
  .comparison-col .t-h6{
    font-size: 14px;
  }
  .comparison-col .t-h5 {
    font-size: 1rem;
  }
  .project-section-icon {
    min-width: 175px;
  }
  .comparison-col .btn {
    font-size: 14px;
    padding: 7px 15px;
  }
  .comparison-row .projects-dropdown{
    max-width: 200px;
  }
  .projects-dropdown li a {
    font-size: 12px;
    white-space: normal;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .flex-wrp-base{
    height: auto;
  }
  .owl-blogs .owl-item{
    transform: scale(1);
  }
  .nc-div > img{
    height: 430px;
  }
  .nc-divin{
    height: 154px;
  }
  .hero-doc{
    min-height: 220px;
  }
  .owl-blogs .owl-item.center {
    transform: scale(1);
  }
  .blog-wrp{
    padding: 0;
  }
  .fcn-wrapper::after{
    content: none;
  }
  .news-thumb{
    height: 250px;
  }
}

@media screen and (max-width: 576px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .btn-hero {
    width: auto;
  }

  .pb-count,
  .qi-description {
    font-size: 14px;
  }

  .property-build {
    margin-top: 20px;
  }

  .l-sm-blue {
    font-size: 12px;
  }

  .qi-col {
    padding: 15px 0;
  }

  .lastactiveitem .dim-overlay,
  .firstactiveitem .dim-overlay {
    display: none;
  }

  .lastactiveitem .agent-info,
  .firstactiveitem .agent-info,
  .lastactiveitem .lp-info,
  .firstactiveitem .lp-info {
    opacity: 1;
  }

  .lp-info .row {
    flex-wrap: nowrap;
  }

  .lp-info .property-build {
    justify-content: flex-end;
  }

  .firstactiveitem .agent-contacts,
  .lastactiveitem .agent-contacts {
    opacity: 1;
  }

  .card {
    padding: 15px;
  }

  .newl-bottom {
    position: relative;
    float: none;
  }

  .newlb-bottom {
    float: none;
  }

  .newl-bottom {
    background: #f5f5f5;
  }

  .newlb-top h3,
  .newlb-bottom p {
    width: 100%;
  }

  .newlb-top,
  .newlb-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .newlb-top span,
  .newlb-bottom span {
    width: 100%;
    text-align: left;
  }

  .newl-bottom.newl-light {
    background: #1b2025;
  }

  .slider-type-2 .new-l-div>img {
    height: auto;
  }

  .owl-carousel .owl-nav button span {
    font-size: 40px;
  }

  .bbr-item {
    font-size: 14px;
    padding: 10px 10px 10px 15px;
  }

  .bbr-list-ico li {
    margin-right: 30px;
  }

  .bbr-item::before {
    height: 33px;
    width: 33px;
    padding: 4px;
    border: 2px solid #fff;
    left: -22px;
  }

  .bbr-list-ico img {
    top: 10px;
    left: -14px;
    width: 18px;
  }

  .progress {
    height: 30px;
  }

  .tool-divv form {
    flex-direction: column;
  }

  .fs-xl {
    font-size: 40px;
  }

  .top-home-main p span::before {
    top: 15px;
    background-size: 116px;
    background-position: center;
  }

  .foot-top {
    padding-top: 0;
  }

  .ap-ratings {
    max-width: 100%;
  }

  .asw-comment {
    font-size: 14px;
  }

  .arw-item {
    padding-left: 50px;
  }

  .arw-identity {
    height: 36px;
    width: 36px;
    font-size: 14px;
  }

  /*MS CSS*/
  .bbr-item .abs img {
    width: 18px;
  }

  .bbr-item .abs {
    width: 40px;
    height: 40px;
  }

  /*MS CSS ENDS*/
  .btn-round {
    height: 35px;
    width: 35px;
  }

  .header-btns .btn img {
    width: 18px;
  }

  .v-gallery .inner {
    height: 160px;
  }

  .prj-it .logo img {
    height: 70px;
  }

  .prj-it .logo {
    height: 100px;
  }

  .bank-rates {
    padding: 15px 10px;
  }

  .half-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overlay-mc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bank-rates img {
    max-width: 100px;
  }

  .input-group-c .input-group-text {
    font-size: 14px;
  }

  .owl-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }

  #outer {
    padding-top: 15px;
  }

  .mega-dropbtn {
    height: 44px;
    padding: 8px 15px;
  }

  .blog-wrp .ba-thumb img,
  .blog-wrp .ba-thumb {
    height: auto;
  }

  .owl-blogs .active .dim-overlay,
  .owl-blogs .active:not(.center) .dim-overlay {
    display: none;
    opacity: 0;
  }

  .hero-doc .btn-mail,
  .hero-doc .btn-wapp {
    font-size: 0;
  }

  .hero-doc .btn-mail i,
  .hero-doc .btn-wapp i {
    font-size: 22px;
    margin-right: 0 !important;
  }

  .hero-doc .btn-call i {
    font-size: 22px;
    vertical-align: text-top;
  }
  .form-h {
    min-height: initial;
  }
  .sub-nav .nav-link {
    padding: 0.5rem;
  }
  .tabs-to-dropdown .dropdown-menu{
    width: 100%;
  }
  .tabs-to-dropdown .dropdown-menu .dropdown-item{
    width: 50%;
  }
  .ts-in .content{
    padding-left: 50px;
    padding-top: 15px;
  }
  .ts-in .quotes {
    width: 20px;
    left: 15px;
    top: 17px;
  }
  .input-group-d .input-group-text{
    font-size: 16px;
  }
  .blommems .qi-col{
    height: 66px;
  }
  .qi-sub li, .qi-sub-alt li {
    width: 300px;
    font-size: 12px;
  }
  .comparison-row{
    overflow-x: auto;
    overflow-y: visible;
    min-height: 412px;
  }
  .region-wrapper{
    padding: 8px;
  }
  .news-thumb{
    height: auto;
  }
  .owl-carousel .owl-stage-outer{
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .cp-facSlider .item {
    padding: 10px;
  }

  .tab-transparent.nav-tabs .nav-link {
    min-width: 60px;
  }

  .title-link {
    font-size: 14px;
  }

  .bbr-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .bbr-item small {
    margin-left: 0;
  }

  .lp-listings .title-link,
  .nl-new .title-link {
    display: block;
    float: none;
  }

  .dir-search .ds-right {
    flex-direction: column;
  }

  .dir-search .btn-theme,
  .ds-right .form-control {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .fs-xl {
    font-size: 33px;
  }

  .ap-ratings li {
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrp canvas {
    width: 320px !important;
  }

  .h2,
  h2,
  .t-h1 {
    font-size: 1.75rem;
  }

  .h5,
  h5 {
    font-size: 1.1rem;
  }

  .ba-details>.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .ba-details>.d-flex .mx-3 {
    display: none;
  }

  .blog-wrp .ba-details {
    padding: 15px;
  }

  .hero-wrp p {
    font-size: 16px;
  }

  .hero-wrp .t-h3 {
    font-size: 16px;
  }

  .fs-xxl {
    font-size: 1.75rem;
  }
  .c-pagination span {
    font-size: 14px;
  }
  .copyright ul li a{
    font-size: 12px;
  }
  .copyright h6{
    font-size: 13px;
  }
}

@media screen and (max-width: 375px) {
  .v-gallery .inner {
    height: 120px;
  }

  .hero-wrp p {
    font-size: 14px;
  }
}