
.inquiry-modal.modal-callmeback .wpcf7-form .nth-cf7 textarea {
    height: 164px;
    margin-bottom: 0px !important;
}
a:hover {
    text-decoration: none !important;
}
.slick-slider {
    max-width: 1350px !important;
    margin:0px auto;
}

[type="submit"].wpcf7-submit {
    color: #ffff !important;
    background: #1d2327 !important;
    border-color: #1d2327 !important;
}

.detail-tabs .scroll-text {
  display: none;
}
.inquiry-mobile-toggle {
  display: none;
}
.more-pictures {
  display: none;
}
.close-icon {
  display: none;
}
.mobile-toggle {
  display: none;
  font-size: 24px;
}
.mobile-toggle span {
  font-size: 16px;
  vertical-align: middle;
  display: none;
}
.mobile-toggle i {
  width: 22px;
  text-align: center;
 }
body {
  font-family: 'Poppins', sans-serif;
  background: #F7F7F7;
  transition: all .3s linear;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none!important;
}
h1 {
  color: #626F88;
  font-size: 62px;
  line-height: 80px;
}
h2 {
  color: #626F88;
  font-size: 48px;
  line-height: 65px;
}
h3 {
  color: #626F88;
  font-size: 36px;
  line-height: 52px;
}
h4 {
  color: #626F88;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
h5 {
  color: #626F88;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.paragraph {
  color: #626F88;
  font-size: 16px;
}
.paragraph.tiny {
  color: #626F88;
  font-size: 12px;
}
.text-right {
  text-align: right;
}
input {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
       appearance: none!important;
}


.inquiry-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999 !important;
}
.inquiry-modal .backdrop {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
}
.inquiry-modal .content {
    background: #fff;
    position: relative;
    width: 700px;
    z-index: 999;
    margin: 0px auto;
    max-width: 100%;
    border-radius: 6px !important;
    padding: unset !important;
    border: initial !important;
}

.inquiry-modal.modal-estate .content {
    margin: 10px auto 70px auto;
}

.inquiry-modal .content .hero {
  /*padding: 30px;*/
  padding: 15px 30px;
  font-weight: 600;
}
.inquiry-modal .content .form {
  padding: 0 30px 30px;
}
.inquiry-modal .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  background: transparent !important;
  opacity: .6;
  font-size: 22px;
  cursor: pointer;
  display: block!important;
}

/**
* Header
*/
.page-header .topbar {
  color: #fff;
  background-color: #626F88;
}
.page-header--inner {
  border-bottom: solid 1px #626f88;
}
.page-header .phone {
  display: block;
  padding: 13px 0px 5px 50px;
  color: #fff;
  text-decoration: none;
  background: #78859F url('../images/icon@phone-white2.svg') no-repeat 15px center;
}
.page-header .phone a {
  color: #fff;
  text-decoration: none;
}
.page-header .phone span {
  display: block;
  font-size: 11px;
  line-height: 8px;
}
.page-header .phone strong {
  position: relative;
  top: -3px;
  font-size: 11px;
}
.page-header .col-5 .col:nth-child(2) {
  padding-right: 0;
}
.page-header .email {
  position: relative;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 13px 0 5px 45px;
  background-color: #78859F;
}
.page-header .email a {
  color: #626F88;
  text-decoration: none;
}
.page-header .email::before {
  content: '';
  width: 45px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-header .email span {
  display: block;
  font-size: 11px;
  line-height: 8px;
}
.page-header .email strong {
  position: relative;
  top: -3px;
  font-size: 11px;
}
.page-header .social-media {
  padding-top: 8px;
  text-align: center;
}
.page-header .social-media ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header .social-media a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background:#78859F;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.page-header .social-media a:hover {
  color: #fff;  
}
.page-header .dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 2px;
}
.page-header .dropdown {
    position: relative;
    display: block;
    height: 30px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 2px;
    text-align: center;
    line-height: 30px;
    background: #ffffff;
    border-radius: 15px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.page-header .dropdown .toggle img {
  width: 22px;
  vertical-align: middle;
}
.page-header .dropdown .toggle i {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.page-header .dropdown .menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
  padding-top: 10px;
  min-width: max-content;
}
.page-header .dropdown .menu ul {
  max-width: 150px;
  text-align: left;
  background:#78859F;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.page-header .dropdown .menu ul li {
  padding: 0 10px;
}
.page-header .dropdown .menu ul a {
    color: #000;
    font-weight: 600;    
  text-decoration: none;
}
.page-header .dropdown .menu ul a img {
  width: 20px;
}
/*.page-header .dropdown:hover .menu {
  display: block;
}*/
.page-header .dropdown--icon {
  padding-left: 0;
}
.page-header .dropdown--icon .toggle img {
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
}
.page-header .navbar {
  position: relative;
}
.page-header .navbar-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header .navigation > ul {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header .navigation > ul > li {
  position: relative;
  margin-right: 20px;
}
.page-header .navigation > ul > li > a {
  position: relative;
  color: #626F88;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
}
.page-header .navigation > ul > li:hover > a {
  color: #2196f3;
}
.page-header .navigation > ul > li > a::before {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -3px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2196f3;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-header .navigation > ul > li:hover > a::before {
  opacity: 1;
}
.page-header .navigation > ul > li > a i {
  vertical-align: middle;
  margin-top: -7px;
}
.page-header .navigation > ul > li > a.whatsapp i {
  margin-top: 0;
  font-size: 24px;
}
.page-header .navigation .menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  z-index: 20;
  padding-top: 10px;
}
.page-header .navigation .menu-dropdown ul {
  padding: 10px 0;
  max-height: 250px;
  overflow-y: scroll;
  border-radius: 5px;
  background: #F7F7F7;
  border: solid 1px rgba(47, 230, 173, 0.1);
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
          box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.page-header .navigation .menu-dropdown ul a {
  display: block;
  padding: 7px 15px;
  color: #626F88;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-header .navigation .menu-dropdown ul a:hover {
  color: #000;
}
.page-header .navigation li:hover .menu-dropdown {
  display: block;
}
.page-header .whatsapp {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff!important;
  font-size: 28px!important;
  text-align: center;
  line-height: 50px;
  background-color: #2196f3;
  border-radius: 100%;
}
.page-header .whatsapp::before {
  display: none!important;
}


.page-content {
    background-color: #ebf4f7;
}

/**
* Welcome Hero
*/
.welcome-hero {
    overflow: hidden;
}
.welcome-hero .button-area {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
.welcome-hero .button {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: #2196f3;
  text-decoration: none;
  animation-name:animation2;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;  
  overflow: hidden;
}
.welcome-hero .button span {
  position: relative;
}
.welcome-hero .button::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
}
.welcome-hero .slick-slide {
  position: relative
}
.welcome-hero .button::after {
  width: 70%;
  height: 100%;
  content:'';
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right:110%;
  transform:skew(-30deg) translateX(0px);
  animation-name:animation;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;
}
.welcome-hero img {
  width: 100%;
}
.welcome-hero .slick-dots {
  position: absolute;
  right: 17%;
  top: 50%;
  margin: 0;
  width: 100%;
  z-index: 25;
  text-align: right;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.welcome-hero .slick-dots li {
  display: block;
  height: 10px;
  margin: 5px 0;
}
.welcome-hero .slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 10px 0;
  background: rgba(255,255,255,0.5);
  text-indent: -9999px;
  border: unset;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.welcome-hero .slick-dots li.slick-active {
  height: 50px;
}
.welcome-hero .slick-dots li.slick-active button {
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f6f6f80), to(#ffffffcc));
  background: -o-linear-gradient(top, #6f6f6f80, #ffffffcc);
  background: linear-gradient(to bottom, #6f6f6f80, #ffffffcc);
}


/**
* Search Area
*/
.search-area {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 166px;
  padding: 0px;
  border-radius: 0px;
  background: rgba(255,255,255,0);
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.03);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.03);
}
.search-area form {
  position: relative;
  height: 50px !important;
  z-index: 0;
}
.search-area .hero {
  margin-bottom: 10px;
  color: #626F88;
  font-size: 20px;
  font-weight: 700;
}
.search-area.vc-search-area .field input[type="text"],
.search-area .field input::placeholder {
    color: #1d2a3a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.search-area .field.property_id input::placeholder {
    color: #555555;
    font-weight: 500;
    text-transform: none;
}

/*.search-area .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}*/
.search-area .more-field-toggle {
  width: 100%;
  margin-bottom: 15px;
  display: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background: #ebebeb;
  text-decoration: none;  
}
.search-area .more-field-toggle i {
  margin-left: 5px;
}
.search-area .more-field-toggle.active i {
  transform: rotate(180deg);
}
.search-area .label {
  color: #626F88;
  font-size: 16px;
}

.search-area .fields {
    width: 100%;
    display: inline-block;
}

.search-area .field {
  position: relative;
}
.search-area .field input {
  cursor: pointer;
  width: 100%;
  padding-left: 18px;
  font-weight: 550 !important;
  padding-right: 17px;
  line-height: 50px;
  border: unset;
  outline: none;
  color: #626F88;
  font-size: 15px;
  border-radius: 0px;
  background-color: transparent;
  border: solid 0px rgba(47, 230, 173, 0.1);
}
.search-area .field {
    max-width: calc( ( 100% - 24px ) / 6);
    width: 100%;
    margin: 2px;
    float: left;
}
/*
.search-area .location-input input {
    background: #F7F7F7 url('../images/icon@location.svg') no-repeat 20px center;
}
.search-area .type-input input {
  background: #F7F7F7 url('../images/icon@room.svg') no-repeat 20px center;
}
.search-area .room-input input {
  background: #F7F7F7 url('../images/icon@room.svg') no-repeat 20px center;
}
.search-area .price-input input {
  background: #F7F7F7 url('../images/icon@price.svg') no-repeat 20px center;
}
.search-area .id-input input {
  padding-right: 10px;
  background: #F7F7F7 url('../images/icon@search.svg') no-repeat 20px center;
}
*/

.search-area .locations .subhead {
  margin-bottom: 10px;
  color: #626F88;
  font-size: 12px;
}
.search-area .locations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-area .locations label {
  position: relative;
  background-color: #ffa636;
  border-bottom: 2px solid #d87e0d;
  border-radius: 5px;
}
.search-area .locations li {
  margin-right: 15px;
}
.search-area .locations input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.search-area .locations span {
  display: inline-block;
  padding: 0 5px;
  color: #000;
  font-size: 12px;
  line-height: 30px;
  border-radius: 5px;
}
.search-area .locations input:checked + span {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6); 
}
.search-area .actions button {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    border: unset;
    outline: none;
    background-color: #2196f3;
    border-radius: 0px;
    position: relative;
    left: 0px;
}
.search-area .field .list-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 20;
  padding-top: 10px;
}
.search-area .field .list-dropdown ul {
  padding: 10px 0;
  max-height: 170px;
  overflow-y: scroll;
  border-radius: 5px;
  background: #F7F7F7;
  border: solid 1px rgba(47, 230, 173, 0.1);
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
          box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.search-area .field .list-dropdown ul a {
  display: block;
  padding: 7px 0px 7px 8px;
  color: #626F88;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.search-area .field .list-dropdown ul a:hover {
  color: #000;
}
.search-area .field.active .list-dropdown {
  display: block;
}
.search-area .field .toggle {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 30px;
  height: 30px;
  color: #2FE6AD;
  line-height: 30px;
  text-align: center;
  border: solid 1px #2FE6AD;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}



/**
* Homepage Carosuel Area
*/
.homepage-carousel-area {
  padding: 20px 0 30px;
}
.homepage-carousel-area .button-area {
  padding-top: 20px;
  text-align: right;
}
.homepage-carousel-area .button-area .button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: #2196f3;
  text-decoration: none;
  animation-name:animation2;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;  
  overflow: hidden;
}
.homepage-carousel-area .button-area .button span {
  position: relative;
}
.homepage-carousel-area .button-area .button::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
}
.homepage-carousel-area .button-area .button::after {
  width: 70%;
  height: 100%;
  content:'';
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right:110%;
  transform:skew(-30deg) translateX(0px);
  animation-name:animation;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;
}
.main-page-hero-heading-container .hero.main-page-hero-heading {
    text-align: center;
       color: #1d2a3a;
    font-size: 34px;
    font-weight: 600;
}
.main-page-hero-heading-container .desc.subhead {
    text-align: center;
        text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 50px;
}

.homepage-carousel-area .item {
 /* border-radius: 5px;  */
  background: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homepage-carousel-area .item img {
  display: block;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homepage-carousel-area .image {
  position: relative;
  background: #626F88;
}
.homepage-carousel-area .image img {
  opacity: .5;
}

.homepage-carousel-area .image .location {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 15;
  font-size: 12px;
  color: #fff;
  padding: 0 15px 0 35px;
  line-height: 30px;
  border-radius: 5px;
  /*background: rgba(98, 111, 136, 0.3) url('../images/icon@pin.svg') no-repeat 15px center;*/
  border: solid 1px rgba(255,255,255,0.3);
}

.homepage-carousel-area .image .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.homepage-carousel-area .image .slick-dots li {
  display: inline-block;
  height: 5px;
}
.homepage-carousel-area .image .slick-dots button {
  padding: 0;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  background: rgba(255,255,255,0.5);
  text-indent: -9999px;
  border: unset;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homepage-carousel-area .image .slick-dots li.slick-active button {
  width: 25px;
  background: #fff;
}
.homepage-carousel-area .image .prev-button,
.homepage-carousel-area .image .next-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -16px;
  background: red;
  z-index: 16;
  background: #F7F7F7 url('../images/icon@left-arrow.svg') no-repeat center;
  background-size: 27px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}
.homepage-carousel-area .image .next-button {
  left: auto;
  right: 0;
  margin-right: -16px;
  background: #F7F7F7 url('../images/icon@right-arrow.svg') no-repeat center;
  background-size: 27px;
}
.homepage-carousel-area .content {
  padding: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 0 0 6px 6px;
  border-top: unset!important;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.homepage-carousel-area .content .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-carousel-area .content .badges > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
  border: solid 1px #6C7993;
  border-radius: 5px;
}
.homepage-carousel-area .content .badges .copy {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('../images/icon@clone.svg') no-repeat left center;
}
.homepage-carousel-area .content p {
    margin: 2px 0;
    color: #000000;
    font-size: 12px;
    border-top: 1px #ccccccba solid;
    border-bottom: 1px #ccccccba solid;
    padding: 0px;
}
.homepage-carousel-area .content p.excerpt-mini {
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
}

.homepage-carousel-area .content .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #626F88;
  font-size: 18px;
}
.homepage-carousel-area .content .inquiry-button {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  color: #000;
  padding: 5px 10px;
/*
  font-size: 16px;
  font-family: 'Frank Ruhl Libre', serif;
*/
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

  background: #ffa636;
  border-bottom: 2px solid #d87e0d;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s linear;
}
.homepage-carousel-area .item .inquiry-button {
  opacity: 1;
  visibility: visible;
}
.homepage-carousel-area .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -20px -20px -20px;
  padding: 10px 20px;
  color: #626F88;
  font-size: 12px;
  font-weight: 700;
  border-top: solid 1px #C6CCD8;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 0 0 5px 5px;
}
.homepage-carousel-area .content .info > div {
  padding-left: 30px;
  margin-right: 30px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/*
.homepage-carousel-area .content .info > div.room {
  background: url('../images/icon@room-gray.svg') no-repeat left center;
}
.homepage-carousel-area .content .info > div.shower {
  background: url('../images/icon@shower.svg') no-repeat left center;
}
.homepage-carousel-area .content .info > div.size {
  background: url('../images/icon@full-screen.svg') no-repeat left center;
}
*/

.homepage-carousel-area .carousel > .slick-list {
  margin: 0 -10px;
}
.homepage-carousel-area .carousel > .slick-list > .slick-track > .slick-slide {
  padding: 0 15px 20px 15px;
}
.homepage-carousel-area .carousel-head {
  position: relative;
  padding: 30px 100px;
}
.homepage-carousel-area .carousel-head .prev,
.homepage-carousel-area .carousel-head .next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #a2a3a4;
  font-size: 25px;
  text-align: center;
  line-height: 52px;
  border-radius: 5px;  
  -webkit-box-shadow: 0px 0px 0px 1px #BEC5D2;  
          box-shadow: 0px 0px 0px 1px #BEC5D2;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.homepage-carousel-area .carousel-head .prev:hover,
.homepage-carousel-area .carousel-head .next:hover {
  color: #000;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  background-color: #ffa636;
}
.homepage-carousel-area .carousel-head .next {
  left: auto;
  right: 0;
}
.homepage-carousel-area .carousel-head .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-carousel-area .carousel-head a {
  display: inline-block;
  padding: 0 20px;
  color: #a2a3a4;
  font-size: 16px;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 1px #BEC5D2;
          box-shadow: 0px 0px 0px 1px #BEC5D2;
  border-radius: 5px;  
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.homepage-carousel-area .carousel-head a:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  background-color: #2196f3;
}
.homepage-carousel-area .carousel-head .filled {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  max-width: 310px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  background-color: #2196f3;
  border: 1px solid #2196f3;
  -webkit-transition: all .3s linear;   
  -o-transition: all .3s linear;   
  transition: all .3s linear;
}
.homepage-carousel-area .carousel-head .filled:hover {
  color: #2196f3;
  border: 1px solid #2196f3;
  background: transparent;
}
.homepage-carousel-area .item .image img {
  opacity: 1;
}
.homepage-carousel-area .item .prev-button,
.homepage-carousel-area .item .next-button {
  opacity: 1;
}
.homepage-carousel-area .item .content .info {
  border-top-color: transparent;
  background-color: #2196f3;
}
.homepage-carousel-area .item .content .info div {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.homepage-carousel-area .item .content {
  border: solid 1px #2196f3;
}
.homepage-carousel-area .item {
  -webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.05);
          box-shadow: 0px 7px 10px rgba(0,0,0,0.05);
}
.homepage-carousel-area .item {
  margin-top: 20px;
}


/**
* Customers
*/
.customers-container {
  padding: 60px 0;
  background: #fff;
}
.customers-container .customers {
  position: relative;
}
.customers-container .hero {
  margin-bottom: 40px;
  color: #626F88;
  font-size: 48px;
}
.customers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customers .item .image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  max-width: 470px;
  border-radius: 5px;
  overflow: hidden;
}
.customers .item .image .video-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 25px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
}
.customers .item .image .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 170px 30px 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #2196f3), to(transparent));
  background: -o-linear-gradient(bottom, #2196f3 20%, transparent);
  background: linear-gradient(to top, #2196f3 20%, transparent);
}
.customers .item .image .detail .name {
  font-size: 24px;
  font-weight: 500;
}
.customers .item .image .detail .title {
  font-size: 16px;
}
.customers .item .content {
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 470px);
          flex: 0 0 calc(100% - 470px);
  max-width: calc(100% - 470px);
  background: url('../images/content-bg.svg') no-repeat right top;
}
.customers .item .content .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customers .item .content .badges > div {
  position: relative;
  margin-right: 20px;
  padding-left: 60px;
  color: #626F88;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
}
.customers .item .content .badges > div .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6);
  border-radius: 5px;
}
.customers .item .content .badges > div .icon.pin::before {
  position: absolute;
  left: 0;
  top: 50%;  
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url('../images/icon@white-pin.svg') no-repeat center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.customers .item .content .subhead {
  margin: 25px 0;
  padding-right: 150px;
  color: #626F88;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
.customers .item .content p {
  padding-right: 20px;
  color: #697284;
  font-size: 17px;
  line-height: 27px;
}
.customers .slick-dots {
  position: absolute;
  right: 0;
  top: 5px;
  padding-left: 30px;
  max-width: calc(100% - 470px);
  height: 20px;
  margin: 0;
  width: 100%;
  z-index: 20;
  text-align: left;
}
.customers .slick-dots li {
  display: inline-block;
  height: 10px;
}
.customers .slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #ACB4C4;
  text-indent: -9999px;
  border: unset;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.customers .slick-dots li.slick-active button {
  width: 50px;
  background: blue;
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6);
}
.customers .customers-carousel-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  max-width: calc(100% - 490px);
}
.customers .customers-carousel-thumb img {
  display: block;
  width: 100%;
}
.customers .customers-carousel-thumb .item {
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.customers .customers-carousel-thumb .name {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 45px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(82, 232, 180, 0.9)), to(rgba(0, 190, 156, 0.9)));
  background: -o-linear-gradient(bottom, rgba(82, 232, 180, 0.9), rgba(0, 190, 156, 0.9));
  background: linear-gradient(to top, rgba(82, 232, 180, 0.9), rgba(0, 190, 156, 0.9));
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.customers .customers-carousel-thumb .name i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.customers .customers-carousel-thumb .item:hover .name {
  opacity: 1;
}
.customers .customers-carousel-thumb .slick-list {
  margin: 0 -5px;
}
.customers .customers-carousel-thumb .slick-slide {
  padding: 0 5px;
}
.customers .customers-carousel-thumb .carousel-area {
  position: relative;
}
.customers .customers-carousel-thumb .prev-button,
.customers .customers-carousel-thumb .next-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: red;
  z-index: 22;
  background: #fff url('../images/icon@left-arrow.svg') no-repeat center;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.customers .customers-carousel-thumb .next-button {
  left: auto;
  right: 0;
  margin-right: -10px;
  background: #fff url('../images/icon@right-arrow.svg') no-repeat center;
}


/**
* Guide Area
*/
.guide-area {
  padding: 60px 0 0;
  background: #F7F7F7;
}
.guide-area .hero {
  color: #626F88;
  font-size: 48px; 
}
.guide-area img {
  max-width: 100%;
}
.guide-area .notice {
  margin-bottom: 20px;
  color: #ACB4C4;
  font-size: 16px;
}
.guide-area .subhead {
  color: #626F88;
  font-size: 34px;
  font-weight: 700;
}
.guide-area .seperator {
  margin: 40px 0;
  width: 65%;
  height: 2px;
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6);
}
.guide-area p {
  color: #ACB4C4;
  font-size: 18px;
  line-height: 35px;
}
.guide-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-area .button {
  display: block;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  background-color: #2196f3;
  border: 1px solid #2196f3;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.guide-area .button:hover {
  color: #52E8B4;
  border: 1px solid #2196f3;
  background: transparent;    
}


/**
* Information Area
*/ 
.information-area {
  background: #fff;
  padding-bottom: 50px;
}
.information-area .hero {
  margin-bottom: 30px;
  color: #1d2a3a;
  font-size: 38px;
    text-align: center;
}
.information-area .post-item {
  position: relative;
  min-height: 350px;
  padding: 20px 20px 20px 280px;
  background: #F7F7F7;
  border-radius: 5px;
}
.information-area .post-item img {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 5px;
}
.information-area .post-item .subhead {
  color: #626F88;
  font-size: 22px;
  font-weight: 700;
}
.information-area .post-item p {
  margin: 10px 0;
  color: #626F88;
  font-size: 14px;
  line-height: 20px;
}
.information-area .post-item .button {
  display: block;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  background-color: #2196f3;
  border: 1px solid #2196f3;
  border-radius: 5px;  
  -webkit-transition: all .3s linear;  
  -o-transition: all .3s linear;  
  transition: all .3s linear;
}
.information-area .post-item .button:hover {
  color: #2196f3;
  border: 1px solid #2196f3;
  background: transparent;    
}
.news-carousel .carousel-head {
  position: relative;
  padding: 30px 100px;
}
.news-carousel .carousel-head .prev,
.news-carousel .carousel-head .next {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #a2a3a4;
  font-size: 25px;
  text-align: center;
  line-height: 52px;
  border-radius: 5px;  
  -webkit-box-shadow: 0px 0px 0px 1px #BEC5D2;  
          box-shadow: 0px 0px 0px 1px #BEC5D2;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-carousel .carousel-head .prev:hover,
.news-carousel .carousel-head .next:hover {
  color: #000;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  background-color: #ffa636;
}
.news-carousel .carousel-head .next {
  left: auto;
  right: 0;
}
.news-carousel .carousel-head .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-carousel .carousel-head a {
  display: inline-block;
  padding: 0 20px;
  color: #a2a3a4;
  font-size: 16px;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 1px #BEC5D2;
          box-shadow: 0px 0px 0px 1px #BEC5D2;
  border-radius: 5px;  
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.news-carousel .carousel-head a:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  background-color: #2196f3;
}
.news-carousel .carousel-head .filled {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  max-width: 310px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
  background-color: #2196f3;
  border: 1px solid #2196f3;
  -webkit-transition: all .3s linear;   
  -o-transition: all .3s linear;   
  transition: all .3s linear;
}
.news-carousel .carousel-head .filled:hover {
  color: #2196f3;
  border: 1px solid #2196f3;
  background: transparent;  
}
.information-area .carousel .item {
  background: #F7F7F7;
}
.information-area .carousel .item > img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.information-area .carousel .item .subhead {
  padding: 20px 20px 10px 20px;
  color: #626F88;
  font-size: 16px;
  font-weight: 700;
}
.information-area .carousel .item p {
  color: #626F88;
  font-size: 12px;
  padding: 0 20px;
}
.information-area .carousel .item .content {
  padding-bottom: 15px;
  border: solid 1px transparent;
  border-radius: 0 0 5px 5px;
  border-top: unset;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.information-area .carousel .item .bottom {
  border-top: solid 1px #C6CCD8;
}
.information-area .carousel .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #C6CCD8;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information-area .carousel .item .info i,
.information-area .carousel .item .info img {
  vertical-align: middle;
  margin-right: 5px;
}
.information-area .carousel .item .info img {
  display: inline-block;
}
.information-area .carousel .item .button {
  display: block;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-left: 5%;
  height: 50px;
  color: #2196f3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  border: solid 1px #2196f3;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.information-area .carousel .item .button:hover {
  color: #fff;
  border: solid 1px #2196f3;
  background-color: #2196f3;
}
.information-area .carousel > .slick-list {
  margin: 0 -10px;
}
.information-area .carousel > .slick-list > .slick-track > .slick-slide {
  padding: 0 10px 20px 10px;
}
.information-area .carousel .item:hover .content {
  border-color: #2196f3;
}


/**
* Content Section
*/
.content-section {
  padding: 60px 0;
  background: #F7F7F7;
}

/**
* Page Footer
*/
.page-footer {
  padding: 45px 0;
  background-color: #78859F;
}
.page-footer .hero {
    color: #ffffff;
    font-size: 19px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 6px;
    text-transform: none;
    font-weight: 500;
    padding: 0px 5px;
}
.page-footer strong {
  color: #dedede;}
.page-footer p {
  color: #d2d2d2;
  font-size: 16px;
}
.page-footer .desc {
  margin-top: -7px;
  color: #d2d2d2;
  font-size: 12px;  
}
.page-footer .newsletter {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-footer .newsletter input[type="text"] {
  width: 100%;
  padding-left: 60px;
  color: #626F88;
  font-size: 16px;
  line-height: 50px;
  border-radius: 5px;  
  border: unset;
  background: #fff url('../images/icon@email-black.svg') no-repeat 22px center;
} 
.page-footer .newsletter button {
  display: block;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  background-color: transparent;
  border-radius: 5px;  
  border: 1px solid #fff;
}
.page-footer .subhead {
margin-bottom: 4px;
    color: #000;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
}
.footer-tel,
.footer-socials {
    float: left;
}
.footer-tel {
    font-weight: 600;
    color: #1d2a3a;
    margin: 9px 8px !important;
    float: left;
}
.lbi-footer__heading {
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.widget_nav_menu li {
}
.menu-footer-menu-container,
.menu-footer-menu-container .menu {
    display: inline-block;
    margin-bottom: 0px;
}

.menu-footer-menu-container .menu li {
}
.menu-footer-menu-container .menu li:first-child {
}
body .social-media.sc-social .light a {
    background: transparent;
    color: #1d2a3a;
    border:0px;
    margin:0px;
}

.page-footer ul li {
  margin-top: 5px;
}
.page-footer ul li::marker {
  color: #ffffff;
}
.page-footer ul li a {
  color: #84959b;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.page-footer ul li a:hover {
  color: #2d2d2d;
}
.page-footer .infos li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
}
.page-footer .infos li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.page-footer .infos li.phone {
}
.page-footer .infos li.whatsapp {
}
.page-footer .infos li.email {
}
.page-footer .infos li.skype {
}
.page-footer .infos li.adress {
}
.page-footer .social-media ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-footer .social-media a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #626F88;
  text-align: center;
  line-height: 30px;
  background:#FFFFFF;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.page-footer .social-media a:hover {
  color: #626F88;
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6); 
}
.copyright {
  color: #fff;
  font-size: 14px;
  background: #626F88;
  line-height: 50px;
}

/**
* Listing Page
*/
.listing-container .tab-content {
  display: none;
}
.listing-container .tab-content.active {
  display: block;
}
.listing-content {
  
}
.listing-hero {
  margin: 50px 0 30px;
  color: #626F88;
  font-size: 48px;
  font-weight: 700;
}
.listing-content .listing-buttons {
  display: flex;
  margin: 0 0 0px;
  align-items: center;
  justify-content: space-between;
}
.listing-content .listing-buttons a {
  flex: 0 0 49%;
  max-width: 49%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #626F88;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all .3s linear;
}
.listing-content .listing-buttons a:hover,
.listing-content .listing-buttons a.active {
  background-color: #2196f3;
}
.listing-content .listing-sort {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.listing-content .listing-sort > div,
.listing-content .listing-sort > a {
  flex: 0 0 24.5%;
  max-width: 24.5%;
}
.listing-content .listing-sort .count {
  color: #fff;
  font-size: 13px;
  background: #626F88;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}
.listing-content .listing-sort a {
  position: relative;
  padding-right: 50px;
  color: #626F88;
  font-size: 14px;
  border: solid 1px #626F88;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;  
  text-decoration: none;
}
.listing-content .listing-sort a span {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 52px;
  height: 51px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  background: #626F88;
  transition: all .3s linear;
  border-radius: 0 5px 5px 0;
}
.listing-content .listing-sort a:hover span,
.listing-content .listing-sort a.active span {
  border-color: #2196f3;
  background-color: #2196f3;
}
.listing-content .item {
  margin-bottom: 20px;
}
.listing-content .item a {
  text-decoration: none!important;
}
.listing-content .item .image {
  flex: 0 0 300px;
  max-width: 300px;
  position: relative;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.listing-content .item .image .badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  padding: 0 10px;
  color: #626F88;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;
  z-index: 101;
}
.listing-content .item .image .favourite {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  padding: 0 10px;
  color: #626F88;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;  
  transition: all .3s linear;
  z-index: 102;
}
.listing-content .item .image .favourite.active,
.listing-content .item .image .favourite:hover {
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6);  
}
.listing-content .item .image .prev,
.listing-content .item .image .next {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  z-index: 16;
  background-size: 27px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.listing-content .item .image .next {
  left: auto;
  right: 0;
  margin-right: 10px;
  background-size: 27px;
}
.listing-content .item .image .badge i {
  margin-right: 7px;
}
.listing-content .item .content {
}
.listing-content .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
.listing-content .item .detail-button {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffa636;
  border-bottom: 3px solid #d87e0d;
  transition: all .3s linear;  
}
.listing-content .item .tags {
  display: flex;
  align-items: center;  
}
.listing-content .item .tags > div {
  margin-right: 10px;
  padding: 0 10px;
  color: #57637C;
  font-size: 12px;
  line-height: 30px;
  border: solid 1px #57637C;
  border-radius: 5px;
}
.listing-content .item .tags > div i {
  margin-right: 7px;
}
.listing-content .item .tags > div.id {
  cursor: pointer;
}
.listing-content .item .tags > div.id i {
  margin-right: 0;
  margin-left: 7px;
}
.listing-content .item .subhead {
  margin: 10px 0 5px;
  color: #78859F;
  font-size: 16px;
  font-weight: 700;
}
.listing-content .item p {
  color: #a2a3a4;
  font-size: 12px;
}
.listing-content .footer {
  display: flex;
  align-items: center;
  margin: 0 -20px;
  padding: 15px 20px 15px;
  justify-content: space-between;    
  border-top: solid 1px #F5F6F7;
}
.listing-content .footer .badges {
  display: flex;
  align-items: center;
}
.listing-content .footer .badges > div {
  margin-right: 0;
  padding-right: 30px;
  padding-left: 30px;
  color: #626F88;
  font-size: 12px;
  font-weight: 700;
    background-position: left center;
    background-repeat: no-repeat;
}
/*
.listing-content .footer .badges > div.room {
  background: url('../images/icon@room-gray.svg') no-repeat left center;
}
.listing-content .footer .badges > div.shower {
  background: url('../images/icon@shower.svg') no-repeat left center;
}
.listing-content .footer .badges > div.size {
  background: url('../images/icon@full-screen.svg') no-repeat left center;
}
*/
.listing-content .footer .price {
  color: #626F88;
  font-size: 24px;
}
.currency-dropdown-detail,
.homepage-carousel-area .content .currency-dropdown,
.listing-content .footer .currency-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 0 5px;
  color: #000;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  background:#78859F;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.currency-dropdown-detail .toggle,
.homepage-carousel-area .content .currency-dropdown .toggle,
.listing-content .footer .currency-dropdown .toggle {
  font-size: 14px;
}
.currency-dropdown-detail .toggle img,
.homepage-carousel-area .content .currency-dropdown .toggle img,
.listing-content .footer .currency-dropdown .toggle img {
  width: 22px;
  vertical-align: middle;
}
.currency-dropdown-detail .toggle i,
.homepage-carousel-area .content .currency-dropdown .toggle i,
.listing-content .footer .currency-dropdown .toggle i {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.currency-dropdown-detail .menu,
.homepage-carousel-area .content .currency-dropdown .menu,
.listing-content .footer .currency-dropdown .menu {
  display: none;
  position: absolute;
  right: 0;
bottom: 34%;
    z-index: 999999;
    padding-top: 2px;
}
.currency-dropdown-detail .menu ul,
.homepage-carousel-area .content .currency-dropdown .menu ul,
.listing-content .footer .currency-dropdown .menu ul {
  width: auto;
  text-align: left;
  background:#78859F;
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.currency-dropdown-detail .menu ul li,
.homepage-carousel-area .content .currency-dropdown .menu ul li,
.listing-content .footer .currency-dropdown .menu ul li {
  padding: 0 10px;
  white-space: nowrap;
}
.currency-dropdown-detail .menu ul a,
.homepage-carousel-area .content .currency-dropdown .menu ul a,
.listing-content .footer .currency-dropdown .menu ul a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.currency-dropdown-detail .menu ul a img,
.homepage-carousel-area .content .currency-dropdown .menu ul a img,
.listing-content .footer .currency-dropdown .menu ul a img {
  width: 20px;
}

.dropdown:hover .menu,
.currency-dropdown-detail:hover .menu,
.homepage-carousel-area .content .currency-dropdown:hover .menu,
.listing-content .footer .currency-dropdown:hover .menu {
  display: block!important;
}
.listing-content .guide-small {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 50% 30px 20px;
  background: #fff url('../images/img@dots.png') no-repeat left center;
  border-radius: 5px;
  overflow: hidden;
}
.listing-content .guide-small::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  /*background: url('../images/img@guide-small.png') no-repeat 90% 15px;*/
}
.listing-content .guide-small .hero {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #626F88;
  font-size: 18px;
  border-bottom: solid 1px #52E8B4;
}
.listing-content .guide-small p {
  margin-bottom: 20px;
  color: #a2a3a4;
  font-size: 12px;
  line-height: 18px;
}
.listing-content .guide-small a {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #2196f3;
  transition: all .3s linear;  
}
.listing-content .pagination {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-content .pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #626F88;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  background: #fff;
  border: solid 1px #57637C;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s linear;  
}
.listing-content .pagination a:hover,
.listing-content .pagination a.active {
  color: #fff;
  border-color: #2196f3;
  background-color: #2196f3 !important;
}
.listing-content .pagination > div:nth-child(2) {
  text-align: center;
}
.listing-content .pagination > div:nth-child(2) a {
  margin: 0 5px;
}
.listing-content .pagination > div:nth-child(1) a {
  margin-right: 5px;
}
.listing-content .pagination > div:nth-child(3) a {
  margin-left: 5px;
}
.listing-sidebar {
  margin-bottom: 30px;
}
.listing-sidebar .ad {
  margin-bottom: 30px;
}
.listing-sidebar .ad img {
  width: 100%;
}
.listing-sidebar .sidebar-content {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.listing-sidebar .sidebar-content .head {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #626F88;
  line-height: 50px;
}
.listing-sidebar .sidebar-content .head i {
  display: none;
}
.listing-sidebar .sidebar-content .section {
  padding: 20px 30px;
  border-top: solid 1px #F5F6F7;
}
.listing-sidebar .sidebar-content .section:first-child {
  border-top: unset;
}
.listing-sidebar .sidebar-content .subhead {
  margin-bottom: 20px;
  color: #626F88;
  font-size: 14px;
  font-weight: 700;
}
.listing-sidebar .sidebar-content .search {
  position: relative;
}
.listing-sidebar .sidebar-content .search input {
     width: 100%;
    border: 1px #848484 solid;
    height: 39px;
    margin-bottom: 24px;
    padding-left: 13px;
    background: #fff;
}
.listing-sidebar .sidebar-content .search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #2196f3;
  background-color: #2196f3;
  transition: all .3s linear;
  border-radius: 0 5px 5px 0;  
}
.listing-sidebar .sidebar-content ul.list li a,
.listing-sidebar .sidebar-content ul.list li label {
  display: block;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
  color: #626F88;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  background: transparent!important;
}
.listing-sidebar .sidebar-content ul.list li label input {
  position: absolute;
  cursor: pointer;
}
.listing-sidebar .sidebar-content ul.list li:first-child a {
  margin-top: 0;
}
.listing-sidebar .sidebar-content ul.list {
  margin: 0;
}
.listing-sidebar .sidebar-content ul.list li a i,
.listing-sidebar .sidebar-content ul.list li label i {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  border: solid 2px #78859F;
}
.listing-sidebar .sidebar-content ul.list li label input:checked + i + span,
.listing-sidebar .sidebar-content ul.list li.added a {
  font-weight: 700;
}
.listing-sidebar .sidebar-content ul.list li label input:checked + i,
.listing-sidebar .sidebar-content ul.list li.added a i {
  color: #fff;
  border: unset;
  line-height: 19px;
  background-color: #bd9630;
}
.listing-sidebar .sidebar-content ul.list.list--added li a i {
  color: #bd9630;
  border-color: #bd9630;
}
.listing-sidebar .sidebar-content .show-more {
  display: block;
  color: #626F88;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  background: transparent;
  border: solid 1px #646F86;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s linear;
}
.listing-sidebar .sidebar-content .show-more i {
  font-size: 12px;
}
.listing-sidebar .sidebar-content .show-more:hover {
  color: #fff;
  background: #646F86;
}
.listing-sidebar .sidebar-content ul.buttons {
  font-size: 0px;  
  margin: 0 -3px;
}
.listing-sidebar .sidebar-content ul.buttons li {
  display: inline-block;
  font-size: 0px;
  margin: 0 2px 5px;
}
.listing-sidebar .sidebar-content ul.buttons li label {
  position: relative;
  cursor: pointer;
}
.listing-sidebar .sidebar-content ul.buttons li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.listing-sidebar .sidebar-content ul.buttons li span {
  display: block;
  min-width: 36px;
  padding: 0 5px;
  color: #626F88;
  font-size: 14px;
  text-align: center;
  line-height: 36px;  
  border: solid 1px #646F86;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s linear;  
  font-weight: 400;
  text-align: center;
  background: transparent!important;  
}
.listing-sidebar .sidebar-content ul.buttons li a.active,
.listing-sidebar .sidebar-content ul.buttons li a:hover,
.listing-sidebar .sidebar-content ul.buttons li label input:checked + span {
  color: #fff;
  border-color: #bd9630;
  background-color: #bd9630 !important;
}
.listing-sidebar .sidebar-content ul.buttons.buttons--two-col {
  display: flex;
  flex-wrap: wrap;
}
.listing-sidebar .sidebar-content ul.buttons.buttons--two-col li {
  flex: 0 0 48%;
}
.listing-sidebar .sidebar-content ul.buttons.buttons--two-col li label {
  margin-bottom: 5px;
}
.listing-sidebar .sidebar-content ul.buttons.buttons--two-col li span,
.listing-sidebar .sidebar-content ul.buttons.buttons--two-col li label {
  display: block;
  width: 100%;
}
.listing-form-area {
  padding: 30px 0 50px;
}
.listing-form-area .hero {
  color: #626F88;
  font-size: 24px;
  font-weight: 700;
}
.listing-form-area .desc {
  margin: 5px 0 20px;
  color: #BBC6DB;
  font-size: 12px;
}
.listing-form-area .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-form-area .fields input {
  flex: 0 0 23.5%;
  max-width: 23.5%;
  padding: 0 15px 0 60px;
  line-height: 50px;
  background: #fff;
  border: solid 1px rgba(47, 230, 173, 0.1);
  border-radius: 5px;  
}
.listing-form-area .fields input.name {
  background: #fff url('../images/icon@form-user.svg') no-repeat 20px center;
}
.listing-form-area .fields input.email {
  background: #fff url('../images/icon@form-email.svg') no-repeat 20px center;
}
.listing-form-area .fields input.phone {
  background: #fff url('../images/icon@form-phone.svg') no-repeat 20px center;
}
.listing-form-area .fields input.question {
  background: #fff url('../images/icon@form-question.svg') no-repeat 20px center;
}
.listing-form-area button {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border: unset;
  background-color: #383e42;
  transition: all .3s linear;
  border-radius: 0 5px 5px 0;    
}
.listing-text {
  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
}
.listing-text .hero {
  color: #626F88;
  font-size: 36px;
  font-weight: 700;
}
.listing-text p {
  margin-top: 15px;
  color: #626F88;
  font-size: 16px;
}
.listing-text .subhead {
  color: #626F88;
  font-size: 24px;
  font-weight: 700;
}
.listing-text .post-image {
  float: left;
  margin: 15px 15px 15px 0;
}

/**
* Breadcrumb
*/
.page-breadcrumb {
    padding: 5px 0px;
    background: #ffffffad;
    margin-bottom: 20px;
}
.page-breadcrumb ul {
  margin: 0;
}
.page-breadcrumb li {
  color: #333;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.page-breadcrumb li:first-child::before {
  display: none!important;
}
.page-breadcrumb li a {
  color: #333;
  font-weight: 500;
  transition: all .3s linear;
}
.page-breadcrumb li.home a { }
.page-breadcrumb li:not(.home) i {
  display: block;
  position: absolute;
  left: -12px;
  top: 56%;
  font-size: 12px;
  transform: translateY(-50%);
}
/*.page-breadcrumb li a:hover {
  color: #fff;
  border-color: #fff;
}*/

/**
* Detail
*/
.detail-page .detail-hero {
  display: inline-block;
  margin-bottom: 20px;
/*  padding-bottom: 10px;
  padding-right: 20px;*/
  color: #626F88;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #2196f3;
}
.detail-head {
  padding: 10px 0px;
}
.detail-head .row {
  align-items: center;
}
.detail-head .name {
    color: #252c41;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
} 
.detail-head .buttons {
  text-align: right;
}
.detail-head .buttons a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  text-align: left;
  color: #646F86;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  border: solid 1px #646F86;
  border-radius: 5px;
  transition: all .3s linear;
}
.detail-head .buttons a i {
  display: inline-block;
  margin-top: -1px;
  margin-left: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.detail-head .buttons a:hover {
  color: #fff;
  background: #2196f3;  
  border-color: #2196f3;
}

.detail-page .info-header {     
  margin-bottom: 10px;
}
.menu-active .detail-page .info-header {  z-index: 99;  }
.detail-page .info-header .ref-no {
    font-weight: 500;
}
.detail-page .detail-page-pricing .prices b {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: -10px;
}
.detail-page .detail-page-pricing .prices small {
    display: block;
    font-size: 11px;
    color: #333;
    font-weight: 500;
    margin-top: -6px;
}

.detail-page .detail-page-pricing .prices .item {
    position: relative;
    display: inline-block;
    color: #0b8504;
    font-size: 26px;
    font-weight: 600;
}
.detail-page .detail-page-pricing .prices .item div.old {
  position: absolute;
  right: 22px;
  top: -12px;
  width: 105px;
  color: #fff;
  text-align: center;
  background: #E71618;
  line-height: 25px;
  border-radius: 5px;
  text-decoration: line-through;
}
.detail-page .detail-page-pricing .prices .item span {
  margin-left: 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.detail-page .detail-page-pricing .social {
  position: relative;
}
.detail-page .detail-page-pricing .social .label {
  position: absolute;
  left: -55px;
  top: 50%;
  color: #78859F;
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-50%);
}
.detail-page .detail-page-pricing .social ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
}
.detail-page .detail-page-pricing .social a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background:#78859F;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: solid 1px rgba(47, 230, 173, 0.1);
}
.detail-page .detail-page-pricing .social a:hover {
  color: #626F88;
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6); 
}
.detail-page .detail-slider {
  padding: 20px 0;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: transparent!important;
}
.royalSlider.rsFullscreen {
  background: #151515!important;
  z-index: 525252!important;
}
.royalSlider.rsFullscreen .more-pictures {
  position: absolute;
  left: 50%;
  bottom: 70px;
  background: #ffa636;
  padding: 10px 20px;
  color: #000;
  transform: translateX(-50%);
  display: block;
  z-index: 50;
}
.detail-page .detail-slider .royalSlider:not(.rsFullscreen) img {
  width: 100%!important;
  margin: 0!important;
  height: 450px!important;
  object-fit: contain;
  background-color: #ffffff00;
  border-radius: 5px!important;
}
.detail-page .detail-slider .royalSlider:not(.rsFullscreen) .rsThumb {
  height: 50px!important;
  border-radius:6px;
}
.rsDefault .rsFullscreenBtn {
  right: 10px;
  top: 10px;
}
.rsDefault .rsFullscreenIcn {
  background: url('../images/icon@full.png') no-repeat center!important;
}
.rsDefault .rsArrowIcn {
  opacity: 1!important;
  background: url('../images/left-arrow-circle.svg') no-repeat center!important;
  background-size: 32px 32px!important;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url('../images/right-arrow-circle.svg') no-repeat center!important;
  background-size: 32px 32px!important;
}
.detail-page .detail-slider .royalSlider:not(.rsFullscreen) .rsThumb img {
  opacity: 1!important;
  height: 50px!important;
  border: solid 1px transparent;
}
.rsDefault .rsThumbsArrow {
  height:99% !important;;
}

.rsDefault .rsThumb.rsNavSelected {
  background: transparent !important;
}
.detail-page .detail-slider .royalSlider:not(.rsFullscreen) .rsThumb.rsNavSelected img {
  border-color: #2196f3;
}
.rsDefault .rsThumbsHor {
  margin-top: 10px;
  height: 60px;
  background: #ffa636;
}
.detail-slider .count {
  position: absolute;
     right: 15px;
    bottom: 105px;
  color: #000;
  font-size: 12px;
  padding: 0 10px;
  line-height: 30px;
  border: solid 1px #ccc;
    background: #fafafa;
    box-shadow: 0px 0px 4px 2px #33333314;
  border-radius: 5px;
  z-index: 25;
}
.detail-slider .count i {
  font-size: 23px;
  margin-right: 7px;
  vertical-align: middle;
}
.detail-page .royalSlider {
  width: 100%;
  height: 525px;
}
.detail-page .royalSlider:not(.rsFullscreen) .rsOverflow {
  height: 450px!important;
}
.detail-slider {
  position: relative;
}
.rsDefault .rsThumbsArrow {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 30px;
  height: 50px;
  z-index: 16;
  background: #fff url('../images/icon@left-arrow.png') no-repeat center!important;
  opacity: 1;
  background-size: 18px!important;
}
.rsDefault .rsThumbsArrow:hover {
  background: #2196f3 url('../images/icon@left-white.png') no-repeat center!important;
  background-size: 18px!important;
}
.rsDefault .rsThumbsArrow > div {
  display: none!important;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  left: auto;
  background: #fff url('../images/icon@arrow-right.png') no-repeat center!important;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight:hover {
  background: #2196f3 url('../images/icon@right-white.png') no-repeat center!important;
  background-size: 18px!important;
}
.detail-slider .slider-toggles {
  display: flex;
  justify-content: space-between;
}
.detail-slider .slider-toggles a {
    position: relative;
    padding: 5px;
    width: 63px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

.detail-slider .slider-toggles a:hover img,
.detail-slider .slider-toggles a:hover::after {
  
}
.detail-slider .slider-toggles a img {
    position: relative;
    top: -2px;
    margin-right: 5px;
    margin-left: 5px;
}
.detail-page .detail-tabs .nav ul {
  display: flex;
  margin: 0;
}
.detail-page .detail-tabs .nav ul li {
  margin-right: 10px;
}
.detail-page .detail-tabs .nav ul a {
  display: block;
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  background: #2196f3;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.detail-page .detail-tabs .nav ul a.active {
  color: #626F88;
  background: #fff;
}
.detail-page .detail-tabs .content {
    background: rgb(254 254 254 / 70%);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px #33333314;
}
.detail-page .detail-tabs .content > div {
  display: none;
}
.detail-page .detail-tabs .content > div:first-child {
  display: block;
}
.detail-page .detail-tabs .boxes ul {
  margin: -10px 0 0;
}
.detail-page .detail-tabs .boxes ul li {
  width: calc( 24% - 4px);
  display: inline-block;
  margin: 7px 2px !important;
  color: #252c41;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
.detail-box.variants .boxes ul li {
    flex: 0 0 23%;
}

.detail-page .detail-tabs .boxes ul li * {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
}
.detail-page .detail-tabs .boxes ul li img {
  display: inline-block;
  width:32px;

}
.subscribe-widget-area {
  margin-top: 35px;
}

.detail-page .detail-tabs .boxes ul li .icon {
    width: 41.6px;
    border: 1px #fff solid;
        background: aliceblue;
    border-radius: 5px;
    padding: 4px;
}
.detail-page .detail-box {
  padding: 30px;
  background: #fff;
  border-radius:5px;
  margin-bottom: 20px;
}
.detail-page .detail-tabs {
  margin-bottom: 20px;
}
.agent-header {
  margin-bottom: 5px;
}

.detail-page .detail-tabs .boxes ul li.button {
  cursor: pointer;
  color: #fff;
  background: #2196f3;
}
.detail-page .detail-box p {
  margin: 0;
  color: #626F88;
  font-size: 14px;
  line-height: 21px;
}
.similar-homes {
  padding: 30px 0;
}
.similar-homes .carousel-container {
  position: relative;
}
.similar-homes .prev-button,
.similar-homes .next-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -16px;
  background: red;
  z-index: 16;
  background: #F7F7F7 url('../images/icon@left-arrow.svg') no-repeat center;
  background-size: 27px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
}
.similar-homes .next-button {
  left: auto;
  right: 0;
  margin-right: -16px;
  background: #F7F7F7 url('../images/icon@right-arrow.svg') no-repeat center;
  background-size: 27px;
}
.similar-homes .carousel {
  margin: 0 -15px;
}
.similar-homes .slick-slide {
  padding: 0 15px;
}
.similar-homes .item {
  position: relative;
}
.similar-homes .favourite {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  padding: 0 10px;
  color: #626F88;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;  
  transition: all .3s linear;
  z-index: 102;
}
.similar-homes .favourite.active,
.similar-homes .favourite:hover {
  background: -o-linear-gradient(60deg, #52E8B4, #A5FAC6);
  background: linear-gradient(30deg, #52E8B4, #A5FAC6);  
}
.similar-homes .item img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.similar-homes .item .price {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 40%;
  padding: 0 10px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  background: rgba(255,255,255,0.3);
  border: solid 1px #fff;
  border-radius: 5px;
}
.similar-homes .item .button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40%;
  padding: 0 10px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  background: rgba(255,255,255,0.3);
  border: solid 1px #fff;
  border-radius: 5px;
}
.testimonials-section {
  margin-bottom: 30px;
}
.testimonials-section .customers {
  position: relative;
}
.testimonials-section .customers .item .image {
  flex: 0 0 370px;
  max-width: 370px;
}
.testimonials-section .customers .item .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 370px);
          flex: 0 0 calc(100% - 370px);
  max-width: calc(100% - 370px);  
}
.testimonials-section .customers .customers-carousel-thumb {
  max-width: calc(100% - 400px);    
}  
.testimonials-section .customers .customers-carousel-thumb .name {
  font-size: 14px;
  padding: 20px 15px;
}
.testimonials-section .customers .slick-dots {
  max-width: calc(100% - 370px);
}  
.testimonials-section .customers .item .content .subhead {
  padding-right: 0;
}
.detail-page .listing-form-area .fields input {
  flex: 0 0 32.33%;
  max-width: 32.33%;
  margin-bottom: 10px;
}
.detail-page .listing-form-area button {
  flex: 0 0 66%;
  max-width: 66%;  
  border-radius: 5px;
  margin: 0;
}
.map-modal,
.price-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.map-modal .backdrop,
.price-modal .backdrop {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0,0,0,0.7);
}
.map-modal .content,
.price-modal .content {
  background: #fff;
  position: relative;
  width: 700px;
  z-index: 999;
  margin: 70px auto;
  max-width: 100%;
  border-radius: 6px; 
}
.map-modal .content .hero,
.price-modal .content .hero {
  padding: 30px;
  font-weight: 600;
}
.map-modal .content .form,
.price-modal .content .form {
  padding: 0 30px 30px;
}
.map-modal .close-icon,
.price-modal .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  opacity: .6;
  font-size: 22px;
  cursor: pointer;
  display: block!important;
}
.detail-sidebar .brochure {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.detail-sidebar .brochure .hero {
  color: #626F88;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.detail-sidebar .brochure .hero strong {
  font-weight: 700;
}
.detail-sidebar .brochure img {
  max-width: 100%;
  margin: 20px 0;
}
.detail-sidebar .brochure .button {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background: #2196f3;
  text-decoration: none;
  animation-name:animation2;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;  
  overflow: hidden;
}
.detail-sidebar .brochure .button span {
  position: relative;
}
.detail-sidebar .brochure .button::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
}
.detail-sidebar .brochure .button::after {
  width: 70%;
  height: 100%;
  content:'';
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right:110%;
  transform:skew(-30deg) translateX(0px);
  animation-name:animation;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:infinite;
}

@keyframes animation {
  0% {
    transform:skew(-30deg) translateX(0px);
  }
  

  100% {
    transform:skew(-30deg) translateX(1000px);
  }
}

@keyframes animation2 {
  0% {
    transform:scale(1);
  }
  30% {
    transform:scale(1.1);
  }
  60% {
    transform:scale(1);
  }
}
.detail-sidebar .tabs {
  border-radius: 5px;
}
.detail-sidebar .tabs .tab-nav {
  display: flex;
}
.detail-sidebar .tabs .tab-nav a {
    position: relative;
    flex: 0 0 49.5%;
    max-width: 49.5%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 1px;
    background: #c5c5c5;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
    text-decoration: none;
    margin: 10px 1%;
    padding: 10px 21px;
    line-height: 13px;
}
.detail-sidebar .tabs .tab-nav a.active {
    background: #626F88;
}
.detail-sidebar .tabs .tab-nav a:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
}
.detail-sidebar .tabs .tab-nav a .badge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  color: #fff;
  font-size: 8px;
  text-align: center;
  background: #E71618;
  line-height: 20px;
  border-radius: 5px;
  font-weight: 400;
  margin-left: -33px;
  margin-top: -14px;
}
.detail-sidebar .tabs .content {
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.detail-sidebar .tabs .content > div {
  display: none;
}
.detail-sidebar .tabs .content > div:first-child {
  display: block;
}
.detail-sidebar .tabs .form-area input,
.detail-sidebar .tabs .form-area textarea {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0 15px 0 50px;
  height: 50px;
  line-height: 50px;
  background: #F7F7F7;
  border: solid 1px rgba(47, 230, 173, 0.1);
  border-radius: 5px;  
  resize: none;
}
.detail-sidebar .tabs .form-area input.name {
  background: #F7F7F7 url('../images/icon@form-user.svg') no-repeat 20px center;
}
.detail-sidebar .tabs .form-area input.email {
  background: #F7F7F7 url('../images/icon@form-email.svg') no-repeat 20px center;
}
.detail-sidebar .tabs .form-area input.phone {
  background: #F7F7F7 url('../images/icon@form-phone.svg') no-repeat 20px center;
}
.detail-sidebar .tabs .form-area textarea.question {
  line-height: 18px;
  height: 125px;
      margin-top: 10px;
  padding-top: 14px;
  background: #F7F7F7 url('../images/icon@form-question.svg') no-repeat 20px 15px;
}
.detail-sidebar .tabs .form-area button {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border: unset;
  background-color: #2196f3;
  transition: all .3s linear;
  border-radius: 5px;    
}
.detail-sidebar .tabs .form-area p {
  color: #626F88;
  font-size: 15px;
}
.detail-sidebar .xdsoft_noselect {
  margin-left: 16px;
}
.detail-sidebar .step {
  display: none;
}
.detail-sidebar .step:nth-child(1) {
  display: block;
}
.detail-sidebar .step .toggle {
  cursor: pointer;
  margin-bottom: 5px;
  height: 50px;
  margin-top: 10px;
  color: #fff;
  color: #2196f3;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  background: #f1f1f1;
  border: solid 1px #2196f3;
  transition: all .3s linear;
  border-radius: 5px;      
  text-decoration: none;  
}
.detail-sidebar .step .accordion input {
  display: none;
}
.detail-sidebar .step li.active input {
  display: block;
}
.detail-sidebar .step input {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 15px 0 50px;
  height: 50px;
  line-height: 50px;
  background: #F7F7F7;
  border: solid 1px rgba(47, 230, 173, 0.1);
  border-radius: 5px;  
  resize: none;
}
.detail-sidebar .step input.phone {
  background: #F7F7F7 url('../images/icon@form-phone.svg') no-repeat 20px center;
}
.detail-sidebar .step-button {
  display: block;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border: unset;
  background-color: #1d2a3a;
  transition: all .3s linear;
  border-radius: 5px;      
  text-decoration: none;
}
.detail-sidebar .subscribe-area {
  margin-top: 20px;
}
.detail-sidebar .subscribe-area a {
  position: relative;
  display: block;
  padding: 60px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  background: url('../images/bg@subscribe.png') no-repeat center;
  background-size: cover;
  border-radius: 5px;
  text-decoration: none;
}
.detail-sidebar .subscribe-area .button {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url('../images/icon@circle-right.png') no-repeat center;
}


/**
* Testimonials
*/
.testimonials-hero {
  position: relative;
  min-height: 660px;
  background: url('../images/bg@testimonials.png') no-repeat center;
  background-size: cover;
}
.testimonials-hero .details {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.testimonials-hero .details .hero {
  font-size: 48px;
  font-weight: 700;
}
.testimonials-hero .details .desc {
  margin: 65px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.testimonials-hero .details .button {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  height: 70px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  font-weight: 700;
  border: unset;
  background-color: #2196f3;
  transition: all .3s linear;
  border-radius: 5px;      
  text-decoration: none;
  animation-name:animation2;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:2;  
  overflow: hidden;
}
.testimonials-hero .details .button span {
  position: relative;
}
.testimonials-hero .details .button::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
}
.testimonials-hero .details .button::after {
  width: 70%;
  height: 100%;
  content:'';
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right:110%;
  transform:skew(-30deg) translateX(0px);
  animation-name:animation;
  animation-duration: 1.3s;
  animation-delay: 2s;
  animation-iteration-count:2;
}
.customers-area {
  padding: 30px 0;
}
.customers-area .section-hero {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  color: #626F88;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #2196f3;
}
.customers-area .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.customers-area .image .video-link {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 5;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 25px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  margin: -30px;
}
.customers-area .image::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 170px 30px 70px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #2196f3), to(transparent));
  background: -o-linear-gradient(bottom, #2196f3 20%, transparent);
  background: linear-gradient(to top, #2196f3 20%, transparent);  
}
.customers-area .carousel-container {
  position: relative;
}
.customers-area .prev-button,
.customers-area .next-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 150px;
  width: 36px;
  height: 36px;
  margin-left: -16px;
  background: red;
  z-index: 16;
  background: #F7F7F7 url('../images/icon@left-arrow.svg') no-repeat center;
  background-size: 27px;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
}
.customers-area .next-button {
  left: auto;
  right: 0;
  margin-right: -16px;
  background: #F7F7F7 url('../images/icon@right-arrow.svg') no-repeat center;
  background-size: 27px;
}
.customers-area .comments-carousel {
  margin: 0 -15px;
}
.customers-area .comments-carousel img {
  width: 100%;
}
.customers-area .slick-slide {
  padding: 0 15px;
}
.customers-area .slick-slide a {
  text-decoration: none;
}
.customers-area .info {
  margin-top: 15px;
  padding: 15px;
  color: #626F88;
  font-size: 16px;
  text-align: center;
  border: solid 1px #646F86;
  border-radius: 5px;
}
.customers-area .info .label {
  margin-bottom: 7px;
  font-weight: 700;
}
.customers-area .free-viewing {
  display: flex;
}
.customers-area .free-viewing .map {
  flex: 0 0 calc(100% - 370px);
  max-width: calc(100% - 370px);
  padding-right: 30px;
}
.customers-area .free-viewing .map img {
  margin-top: 50px;
  width: 100%;
}
.customers-area .free-viewing .details {
  flex: 0 0 370px;
  max-width: 370px;
  padding: 30px;
  border: solid 1px #646F86;
  border-radius: 5px;
}
.customers-area .free-viewing .details p {
  color: #626F88;
  font-size: 16px;
  line-height: 25px;
}
.customers-area .free-viewing .details .button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border: unset;
  background-color: #2196f3;
  transition: all .3s linear;
  border-radius: 5px;      
  text-decoration: none;
  animation-name:animation2;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:1;  
  overflow: hidden;
}
.customers-area .free-viewing .details .button span {
  position: relative;
}
.customers-area .free-viewing .details .button::before {
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
}
.customers-area .free-viewing .details .button::after {
  width: 70%;
  height: 100%;
  content:'';
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  right:110%;
  transform:skew(-30deg) translateX(0px);
  animation-name:animation;
  animation-duration: 1.3s;
  animation-delay: 3s;
  animation-iteration-count:1;
}
.customers-area .section:nth-child(2) {
  margin-top: 60px;
}
.reviews-area {
  padding: 30px 0;
  background: #fff;
}
.reviews-area .section-hero {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  color: #626F88;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #2196f3;
}
.reviews-area .list {
  height: 850px;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background: #C2C6CE!important;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  height: 75px!important;
  background: #2196f3;
  box-shadow: unset!important;
  border-radius: 7px!important;
}
.reviews-area .item {
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(47, 230, 173, 0.1);
  border: solid 1px #646F86;
  border-radius: 5px;
}
.reviews-area .item .user {
  position: relative;
  padding-left: 80px;
  min-height: 70px;
  padding-top: 3px;
}
.reviews-area .item .user img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.reviews-area .item .name {
  color: #626F88;
  font-size: 20px;
  font-weight: 700;
}
.reviews-area .item .stars {
  color: #FFC400;
  font-size: 20px;
}
.reviews-area .item p {
  margin-top: 15px;
  color: #626F88;
  font-size: 16px;
  line-height: 25px;
}
.reviews-area .item .button {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border: unset;
  background-color: #2196f3;
  transition: all .3s linear;
  border-radius: 5px;      
  text-decoration: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  position: absolute;
  right: -2px;
}

.detail-sidebar .info-content .xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
right: 43px;
    margin-top: -5px;
}

/*@media(min-width: 1340px) {
  body .container,body .container-lg,body .container-md,body .container-sm,body .container-xl {
         max-width: 1359px !important;
    }
}*/

@media(min-width: 1290px) {
  body .container,body .container-lg,body .container-md,body .container-sm,body .container-xl {
         max-width: 1280px;
    /*     margin-left: calc((100% - 1280px)/2);   */
    }
}


@media(max-width: 1140px) {
  .page-header .email strong,
  .page-header .phone strong {
    font-size: 9px;
  }
  .page-header .navigation > ul > li > a {
    font-size: 12px;
  }
  .welcome-hero .slick-dots {
    right: 5%;
  }
  .search-area .field input {
    font-size: 12px;      
  }
/*
  .search-area .location-input input {
    background: #F7F7F7 url('../images/icon@location.svg') no-repeat 10px center;
  }
  .search-area .type-input input {
    background: #F7F7F7 url('../images/icon@room.svg') no-repeat 10px center;
  }
  .search-area .room-input input {
    background: #F7F7F7 url('../images/icon@room.svg') no-repeat 10px center;
  }
  .search-area .price-input input {
    background: #F7F7F7 url('../images/icon@price.svg') no-repeat 10px center;
  }
  .search-area .id-input input {
    padding-right: 10px;
    background: #F7F7F7 url('../images/icon@search.svg') no-repeat 10px center;
  }
*/
  .news-carousel .carousel-head,
  .homepage-carousel-area .carousel-head {
    padding: 30px 60px;
  }
  .news-carousel .carousel-head a,
  .homepage-carousel-area .carousel-head a {
    padding: 0 15px;
    font-size: 14px;
  }
  .customers .item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
  .customers .item .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 370px);
            flex: 0 0 calc(100% - 370px);
    max-width: calc(100% - 370px);  
  }  
  .customers .slick-dots {
    max-width: calc(100% - 370px);
  }  
  .customers .customers-carousel-thumb {
    max-width: calc(100% - 390px);    
  }  
  .information-area .post-item img {
    width: 170px;
  }
  .information-area .post-item {
    padding-left: 220px;
  }
  .information-area .post-item .subhead {
    font-size: 20px;
  }
  .guide-area {
    padding-bottom: 30px;
  }
  .copyright {
    font-size: 13px;
  }
  .listing-content .listing-sort {
    flex-wrap: wrap;
  }
  .listing-content .listing-sort > div, .listing-content .listing-sort > a {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 10px;
  }
  .listing-sidebar .sidebar-content .section {
    padding: 10px 15px;
  }
  .listing-sidebar .sidebar-content ul.buttons.buttons--two-col li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-content .item .content {
    padding: 10px 10px 0;
  }
  .listing-content .item .tags > div {
    padding: 0 6px;
    font-size: 9px;
  }
  .listing-content .item p {
    font-size: 10px;
  }
  .listing-content .item {
    align-items: stretch;
  }
  .listing-sidebar .sidebar-content .subhead {
    font-size: 18px;
  }
  .detail-head .buttons a {
    font-size: 13px;
  }
  .detail-page .detail-page-pricing .prices .item span {
    font-size: 18px;
  }
  .detail-sidebar .subscribe-area a,
  .detail-sidebar .tabs .form-area input, .detail-sidebar .tabs .form-area textarea,
  .detail-sidebar .tabs .tab-nav a {
    font-size: 13px;
  }
}

@media(max-width: 990px) {

  .page-header .dropdowns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; 
  }


  .page-header .navigation > ul > li {
    margin-right: 10px;
  }
  .page-header .navigation > ul > li > a {
    font-size: 10px;
  }
  .search-area .field {
    margin-bottom: 20px;
  }
  .search-area .field:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .search-area .field:nth-child(2),
  .search-area .field:nth-child(3),
  .search-area .field:nth-child(4),
  .search-area .field:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
  .search-area .actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-area .actions button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news-carousel .carousel-head .buttons,
  .homepage-carousel-area .carousel-head .buttons {
    display: none;
  }
  .customers .item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
  .customers .item .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
            flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);  
  }  
  .customers .slick-dots {
    max-width: calc(100% - 250px);
  }  
  .customers .customers-carousel-thumb {
    max-width: calc(100% - 270px);    
  }    
  .customers .item .content .subhead {
    padding-right: 0;
  }
  .customers .item .content p,
  .customers .item .content .badges > div {
    font-size: 13px;
  }
  .information-area .row > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .information-area .post-item {
    min-height: 270px;
    margin-bottom: 20px;
  }
  .page-footer .row > .col-3,
  .page-footer .row > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
  }
  .copyright {
    font-size: 11px;
  }

  .page-breadcrumb li {
    font-size: 12px;
  }  
  .detail-head .name {
    font-size: 25px;
  }
  .detail-head .buttons a {
    font-size: 12px;
    padding: 0 5px;
    margin-left: 5px;
  }
  .detail-head .buttons a i {
    font-size: 15px;
    margin-left: 5px;
  }
  .rsDefault .rsThumb {
    width: 75px!important;
  }
  .detail-sidebar .brochure img {
    margin: 0 auto;
    display: block;
  }
  .detail-page {
    padding-bottom: 20px;
  }
  .detail-page .listing-form-area button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.hidden-mobile {
  display: block;
}
.show-mobile {
  display: none;
}
@media(min-width: 992px) {
.col-mobile-center-area,
.col-mobile-right-area {
    display: none;
}
.page-header .dropdown {
        padding: 0 10px;
}

}
@media(max-width: 992px) {
 .page-breadcrumb {
     background: #f5f5f5;
 }

  .homepage-carousel-area .item {
     padding-bottom: 15px;
  }
  .search-area .field {
    max-width: 100% !important;
  }
  .search-area form {
      height: auto !important;
  } 
  body .js-small-slider .slick-slide {
  width: 100% !important;
  margin-bottom: 52px;
  }
  body .js-small-slider {
  max-width: 100% !important;
  }
  .js-small-slider .slick-list {
  height: 200px;
  }
 .homepage-carousel-area .button-area {
         margin: 0px 37px;
 }
/* body .js-location-slider.slick-initialized .slick-slide {
     width: 100% !important;
 }*/
 .detail-page .modal-btn-list a {     
         text-align: center;
 }
 body .agent-sidebar {
     width: auto;
    margin-bottom: 35px;
 }
  body .agent-sidebar .whatsapp {
     margin-left: -32px;
 }

/* body .js-location-slider .slick-track {
     width: 100% !important;
 }*/

/* .menu-active .page-header {
    background: rgba(0,0,0,0.7);

 }
 .menu-active .page-header .topbar{
     opacity: 0;
     }*/
  .backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0,0,0,0.7);
  }
  .close-icon {
    position: fixed;
    right: 15px;
    top: 1px;
    font-size: 35px;
    color: #fafafa;
    background: #1d2a3a;
    border-radius: 99px;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 37px;
    z-index: 9999;
  }
  .topbar {
    border-bottom: 1px solid #eee !important;
    background: #1d2a3a !important;
    margin-bottom: 0px !important;
  }
  .page-header .navbar {
      background-color: #fff !important;
  }

  .page-header .dropdown .menu {
          padding-top: 3px;

  }

  .page-header .dropdown {
    color: #ffffff;
    border:0px;
    font-weight: 600;
  }

  .page-header {
    position: relative;
    z-index: 999;
    background: transparent;
  }
  /*old vesion*/
/*  .page-header .navbar-inner .navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 270px;
    height: 100vh;
    padding: 25px 0;
    overflow-y: scroll;
    z-index: 990;
    background: #fff;
  }
  body.menu-active .page-header .navbar-inner .navigation {
    display: block;
  }

  body.menu-active {
    position: relative;
    right: -270px;
    overflow: hidden;
  }*/

  .page-header .navbar-inner .navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
/*    overflow: hidden;
    height: 0px;*/
    padding: 0px;
    z-index: 990;
    background: #fff;
  }

   body.menu-active .backdrop {
    /*display: block;*/
  }
  .page-header .navigation > ul {
    display: block;
  }
  .page-header .navigation > ul > li > a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .page-header .navigation > ul > li {
    margin: 0;
    padding: 15px 0;
  }
  .page-header .navigation > ul > li > a::before {
    display: none!important;
  }
  .page-header .navigation .menu-dropdown {
    position: static;
    width: 100%;
  }

  .page-header .dropdowns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .search-area {
    padding: 15px;
    margin-top: 15px;
  }
  .search-area .field:nth-child(2), .search-area .field:nth-child(3), .search-area .field:nth-child(4), .search-area .field:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .welcome-hero .slick-dots li {
    height: 5px;
  }
  .welcome-hero .slick-dots button {
    width: 5px;
    height: 5px;
  }
  .welcome-hero .slick-dots li.slick-active {
    height: 25px;
  }
  .welcome-hero .slick-dots li.slick-active button {
    height: 25px;
  }  
  .customers-container .hero,
  .homepage-carousel-area .hero {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .news-carousel .carousel-head, .homepage-carousel-area .carousel-head {
    margin-bottom: 15px;
  }
  .customers .item .content,
  .customers .item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .customers .item .image img {
    display: block;
    width: 100%;
  }
  .customers .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .customers .item .content {
    padding: 15px 15px 180px 15px;
  }
  .customers .item .content p, .customers .item .content .badges > div {
    font-size: 9px;
  }
  .customers .item .content .subhead {
    font-size: 25px;
  }
  .customers .slick-dots {
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .customers .item .content p {
    font-size: 14px;
  }
  .customers .customers-carousel-thumb {
    max-width: 100%;
  }
  .customers .customers-carousel-thumb .name {
    height: 100%;
  }
  .guide-area {
    padding-top: 30px;
  }
  .guide-area .hero {
    font-size: 24px;
  }
  .guide-area .row > .col-5,
  .guide-area .row > .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .guide-area .row > .col-7 {
    margin-top: 35px;
  }
  .information-area .hero {
    font-size: 24px;
  }
  .information-area .post-item img {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .information-area .post-item {
    padding: 15px;
  }
  h1 {
    color: #626F88;
    font-size: 42px;
    line-height: 60px;
  }
  h2 {
    color: #626F88;
    font-size: 25px;
    line-height: 45px;
  }
  h3 {
    color: #626F88;
    font-size: 20px;
    line-height: 35px;
  }
  .copyright .col-6,
  .page-footer .row > .col-3, .page-footer .row > .col-6 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
            flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .copyright .col-6 {
    text-align: center!important;
  }
  .mobile-toggle {
        display: block;
        position: absolute;
        right: 15px;
        border: 1px #ffffff00 solid;
        border-radius: 4px;
        padding: 0px 9px;
        background: #1d2a3a00;
        color: #b3804b;
}
  .page-header .whatsapp {
    margin-left: 15px;
    padding: 0!important;
  }
  .page-header .navbar {
    padding-left: 0;
  }

  .welcome-hero img {
    height: auto;
    object-fit: cover;
  }
  .page-footer .col-3 img {
    display: block;
    margin: 0 auto;
    width: auto!important;
    height: 90px;
  }
  .page-footer .social-media ul, .page-footer ul li, .page-footer .desc, .content-section, .information-area .carousel .item .subhead, .information-area .carousel .item p, .information-area .post-item .subhead, .information-area .post-item p, .guide-area p, .guide-area .subhead, .guide-area .notice, .customers .item .content p, .page-footer .subhead, .page-footer .hero, .information-area .hero, .guide-area .hero, .search-area .hero, .customers-container .hero, .homepage-carousel-area .hero {
    text-align: center;
  }
  .page-footer .social-media ul {
    justify-content: space-around;
  }
  .guide-area .seperator {
    margin: 30px auto;
  }
  .guide-area .button {
    margin: 0 auto;
  }
  .page-footer .infos li {
    text-align: left;
  }

  .listing-content {
    margin-top: 25px;
  }
  .listing-hero {
    font-size: 28px;
  }
  .listing-content .listing-buttons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .listing-content .listing-sort > div, .listing-content .listing-sort > a,
  .listing-content .listing-buttons a {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-content .item {
    flex-wrap: wrap;
  }
  .listing-content .item .content,
  .listing-content .item .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-content .footer,
  .listing-content .item .head {
    flex-wrap: wrap;
  }
  .listing-content .footer .badges,
  .listing-content .item .head .tags {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-content .item p {
    font-size: 14px;
  }
  .listing-content .footer .price {
    margin-top: 20px;
  }
  .listing-content .guide-small {
    padding: 15px;
    padding-top: 207px;
        background-size: contain;
  }
  .listing-content .guide-small::after {
    display: none;
  }
  .listing-content .pagination a {
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
  .listing-container .col-sm-9 {
    order: 2;
  }  
  .listing-container .col-sm-3 {
    order: 1;
  }
  .listing-sidebar {
    margin: 15px 0;
  }
  .listing-sidebar .ad {
    display: none;
  }
  .listing-sidebar .sidebar-content {
    height: 50px;
  }
  .listing-sidebar .sidebar-content .head i {
    display: inline-block;
    margin-left: 10px;
  }
  .listing-sidebar .sidebar-content.active {
    height: auto;
  }  
  .listing-sidebar .sidebar-content.active .head i {
    transform: rotate(180deg);
  }
  .listing-form-area .fields input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 7px;
  }
  .listing-text {
    padding: 15px;
  }
  .listing-hero {
    margin-bottom: 0;
  }
  .listing-text .hero {
    font-size: 20px;
  }
  .listing-text .post-image {
    max-width: 100%;
  }
  .listing-sidebar {
    margin-top: 0;
  }
  .show-mobile {
    display: block;
  }  
  .hidden-mobile {
    display: none;
  }
  .listing-sidebar .sidebar-content ul.buttons.buttons--two-col li {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) i {
    display: none!important;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) li {
    display: inline-block;
    width: auto;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) li label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 3px 0;
  }
  .listing-sidebar .sidebar-content .subhead {
    margin-bottom: 5px;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) li span {
    display: block;
    min-width: 36px;
    padding: 0 5px;
    color: #626F88;
    font-size: 12px;
    text-align: center;
    line-height: 36px;  
    border: solid 1px #646F86;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s linear;  
    font-weight: 400;
    text-align: center;
  }
  .listing-sidebar .sidebar-content ul.list:not(.list--added) li label input:checked + i + span {
    color: #fff;
    font-weight: 400;
    border-color: #bd9630;
    background: #bd9630;
  }
  .listing-sidebar .sidebar-content .apply-button,
  .listing-sidebar .sidebar-content .close-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    border: unset;
    background: #bd9630;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
  }
  .listing-sidebar .sidebar-content .close-button {
    background: #626F88!important;    
  }
  .listing-content .item .image img {
    display: block;
    width: 100%;
  }
  .listing-content .item .tags {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .listing-content .item .tags > div {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 5px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .listing-content .item .tags > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-content .item .detail-button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
  }
  .page-breadcrumb {
    overflow-x: scroll;
    width: 100%;
  }
  .page-breadcrumb ul {
    width: 100%;
  }
  .detail-head .name {
    line-height: 33px;
    margin-bottom: 10px;
  }
  .detail-head .buttons a {
    display: block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }

  .detail-page .detail-page-pricing > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .detail-page .detail-page-pricing .prices .item {
    width: 100%;
    margin: 0 0 10px;
  }
  .similar-homes {
    padding: 0 7px;
  }
  .detail-page .detail-page-pricing .social .label {
    left: 0;
  }
  .detail-page .detail-slider .royalSlider:not(.rsFullscreen) img {
    height: 250px!important;
  }
  .detail-page .royalSlider:not(.rsFullscreen) .rsOverflow {
    height: 250px!important; 
  }
  .detail-page .royalSlider {
    height: 330px;
  }
  .detail-slider .count {
   display: none;
  }
  .detail-page .detail-tabs .nav {
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
  }
  .detail-page .detail-tabs .nav ul a {
    font-size: 12px;
  }
  .detail-page .detail-tabs .nav ul {
    min-width: 500px;
  }
  .detail-page .detail-tabs .boxes ul li {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .detail-page .detail-box,
  .detail-page .detail-tabs .content {
    padding: 10px;
  }
  .detail-slider .slider-toggles {
    flex-wrap: wrap;
  }


  .detail-slider .slider-toggles a {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .detail-page .listing-form-area .fields input,
  .detail-page .listing-form-area .fields textarea,
  .testimonials-section .customers .slick-dots,
  .testimonials-section .customers .customers-carousel-thumb,  
  .testimonials-section .customers .item .content,
  .testimonials-section .customers .item .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials-section .customers .customers-carousel-thumb .name {
    padding: 30px 23px;
  }
  .testimonials-hero {
    height: 460px;
  }
  .testimonials-hero .details .hero {
    font-size: 30px;
  }
  .testimonials-hero .details .desc {
    font-size: 25px;
    margin: 40px 0;
    line-height: 30px;
  }
  .customers-area .free-viewing {
    flex-wrap: wrap;
  }
  .customers-area .free-viewing > div {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    padding: 0!important;
    margin-bottom: 15px;
  }
  .search-area .locations ul {
    flex-wrap: wrap;
  }
  .detail-page .detail-page-pricing .prices .item div.old {
    right: auto;
    left: 63px;
  }
  .inquiry-mobile-toggle {
    display: block;
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border: unset;
    background-color: #2196f3;
    transition: all .3s linear;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    position: static;
  }  
  .xdsoft_datetimepicker.xdsoft_inline {
    width: 100%;
    margin-left: 0;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 70%;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 20%;
  }
  .detail-tabs {
    position: relative;
    padding-top: 25px;
  }
  .detail-tabs .scroll-text {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    color: #ffa636;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 25px;
    background: url('../images/scroll.svg') no-repeat right center;
    background-size: 20px;
  }
  .royalSlider.rsFullscreen .more-pictures {
    font-size: 12px;
  }
  .welcome-hero .button-area {
    bottom: 20px;
  }
  .mobile-field-toggle {
    display: none;
  }
  .search-area .locations ul {
    justify-content: center;
  }
  .search-area .locations .subhead {
    text-align: center;
  }
  .search-area .more-field-toggle {
    display: block;
  }
  .homepage-carousel-area .button-area .button {
    display: block;
  }
}


.form-bottom a {
    color: #007bff;
}
.form-bottom .wpcf7-form-control-wrap {
    display: inline !important;
}
.form-bottom .wpcf7-spinner {
    display: block;
    margin-right: 0px;
    margin-left: auto;
}

.form-bottom [type="checkbox"] {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.form-bottom .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}
