/*------------------------------------------------------------------

[Main Stylesheet]



Project:    The Nest

Version:    1.1.0

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]

    1. Top Header / .top-header

    2. Main Header / .main-header

    3. Home Page Banner (Main Home) / .banner

    4. Banner Search Box / .search-area

    5. Recent Properties / .recent-properties

    6. Articles Tips / .articles-tips

    7. Application Counter / .counters

    8. Partner / .partners-block

    9. Testimonials / .testimonial-section

    10. Map Content /.map-content

    11. Map Content Sidebar /.map-content-sidebar

    12. Single Page Banner / .sub-banner

    13. Properties List View / .listing-properties-box

    14. Properties Grid View / .properties-box

    15. Single Property Details / .properties-details-page

    16. Listing Page Sidebar /.sidebar

    17. Pricing Table /.pricing-container

    18. Agent Contact Form /.agent-widget

    19. Properties Comments /.properties-comments

    20. Help Center /.helping-center

    21. Specifications /.specifications

    22. My Profile /.my-profile

    23. My Properties Box /.my-properties-box

    24. Submit Property /.submit-property

    25. Blog /.blog-body

    26. Contact Form /.contact-form

    27. Signup/Login Wrapper /.form-content-box

    28. Pagination /.pagination

    29. Main Footer / .main-footer

    30. Sub Footer / .sub-footer

    31. Submission form 

    32. Letter of Confirmation Form / .submit-letter

-------------------------------------------------------------------*/

/** GLOBAL CLASSES **/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* adds animation for all transitions */
  /* -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; */
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

/* Makes sure that everything is 100% height */

html,
body {
  height: 100%;
}
.pb-btnRow {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pb-btnRow a {
  background: #092cf8;
  color: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 7px 29px;
  font-size: 12px;
  font-weight: 600;
}
.pb-btnRow a:hover {
  background-color: #e4e3e3;
}
@media all and (max-width: 991.98px) {
  #overlay {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    transition: 0.3s linear;
  }

  #overlay.active {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #burger {
    position: absolute;
    background: transparent;
    padding: 0;
    z-index: 1000;
    cursor: pointer;
    transition: 0.3s linear;
    box-shadow: 0 0 0 0;
  }

  #burger:hover {
    background-color: transparent;
  }
  #burger.active .line {
    display: none;
  }
  .line {
    width: 22px;
    margin-bottom: 5px;
    height: 2px;
    background-color: #092cf8;
  }

  #burger div:nth-child(3).line {
    margin-bottom: 0;
  }
  #burger.active {
    padding: 0px;
  }
  #nav {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    color: white;
    position: fixed;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s linear;
    margin-left: calc(100%);
  }

  #nav.active {
    transform: translateX(0);
  }

  .mbMenuSt ul {
    list-style: none;
    text-align: left;
    width: 100%;
  }
  .mbMenuSt ul.mbTopMenu {
    margin-top: 0px;
    height: calc(100vh - 60px);
    overflow: scroll;
  }
  .mbMenuSt li {
  }
  .mbMenuSt li a img {
    width: 56px;
    height: 56px;
  }
  .mbMenuSt .text {
    width: 80%;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 3px;
  }

  .mbMenuSt h1 {
    margin-bottom: 3rem;
  }

  .mbMenuSt a {
    transition: 0.3s linear;
    padding: 15px 10px;
    border-bottom: 0px solid #eee;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }

  .mbMenuSt i {
    margin: 2rem;
  }

  .mbMenuSt a:hover {
    color: goldenrod;
    outline: none;
  }

  #burger {
    top: 23px;
    right: 15px;
  }
  #burger.active .close-drawermenu {
    width: 22px;
    height: 16px;
    opacity: 1;
  }
  #burger.active .close-drawermenu:hover {
    opacity: 1;
  }
  #burger.active .close-drawermenu:before,
  #burger.active .close-drawermenu:after {
    position: absolute;
    right: 5px;
    content: " ";
    height: 21px;
    width: 2px;
    background-color: #092cf8;
  }
  #burger.active .close-drawermenu:before {
    transform: rotate(45deg);
  }
  #burger.active .close-drawermenu:after {
    transform: rotate(-45deg);
  }
  .mbMenuSt a.logo {
    padding: 10px 0;
  }
  /* gets the actual input out of the way; 
we're going to style the label instead */

  #drawer-toggle {
    position: absolute;
    opacity: 0;
  }

  #drawer-toggle-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0px;
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 4;
    top: 0;
  }

  /* adds our "hamburger" menu icon */

  #drawer-toggle-label:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #8d8d8d;
    right: 20px;
    top: 18px;
    box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
  }

  header.mobile-header {
    width: 100%;
    position: fixed;
    left: 0px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    z-index: 3;
    top: 0;
  }

  /* drawer menu pane - note the 0px width */

  #drawer {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
  }

  /* actual page content pane */

  #page-content {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }

  /* checked styles (menu open state) */

  #drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: calc(300px - 0px);
    background: #fff;
  }

  #drawer-toggle:checked ~ #drawer-toggle-label,
  #drawer-toggle:checked ~ header {
    right: 0px;
  }

  #drawer-toggle:checked ~ #drawer {
    right: 0px;
    right: 0px;
    top: 52px;
    left: auto;
    z-index: 5;
  }

  #drawer-toggle:checked ~ #page-content {
    margin-left: 0px;
  }

  /* Menu item styles */

  #drawer ul {
    list-style-type: none;
  }

  #drawer ul a {
    display: block;
    padding: 15px 10px;
    border-bottom: 0px solid #eee;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
  #drawer ul.mbTopMenu li:last-child a,
  #drawer ul.mbBotMenu li:last-child a {
    border-bottom: 0px;
  }
  #drawer ul a:hover {
    color: white;
  }
  .mobile-logo {
    margin-left: 20px;
  }
  /* Responsive MQ */

  .mbBotMenu {
    border-top: 1px solid #eee;
    /* position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    height: 65px;
    padding-top: 65px;
    border: none;
    box-shadow: inset 0 17px 0 0 #fff, inset 0 19px 0 0 #ceaa60,
      inset 0 21px 0 0 #fff, inset 60px 32px 0 0 #fff, inset -60px 0 0 #fff,
      inset 0px 34px 0 0 #ceaa60, inset 120px 44px 0 0 #fff,
      inset -120px 0 0 #fff, inset 0 46px 0 0 #ceaa60, inset 0 65px 0 0 #fff; */
  }
  /* .mbBotMenu:before {
    content: "";
    position: absolute;
    top: 26px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
  }
  .mbBotMenu:after {
    content: "";
    position: absolute;
    top: 9px;
    left: calc(50% - 24px);
    width: 37px;
    height: 37px;
  } */
}
@media all and (max-width: 350px) {
  #drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: 50px;
  }

  #drawer-toggle:checked ~ #drawer-toggle-label,
  #drawer-toggle:checked ~ header {
    left: calc(100% - 50px);
  }

  #drawer-toggle:checked ~ #drawer {
    width: calc(100% - 50px);
    padding: 20px;
  }

  #drawer-toggle:checked ~ #page-content {
    margin-left: calc(100% - 50px);
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;

  background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #37404d;
}

h2.mt-5.accent-title {
  margin-bottom: 25px;
}

h6.mt-5 {
  font-size: 16px;

  font-weight: 600;

  color: #313d46;
}

h2.mt-3.accent-title {
  margin-bottom: 15px;
}

p {
  font-size: 16px;

  line-height: 28px;

  color: #535353;
}

a {
  cursor: pointer;

  color: #37404d;

  text-decoration: none !important;
}
.my-properties .my-listing-table {
  max-width: 1300px;
  width: 1300px;
}
.my-properties .my-listing-table td:nth-child(3),
.my-properties .my-listing-table td:nth-child(4),
.my-properties .my-listing-table td:nth-child(5) {
  width: 14%;
}
ul {
  padding: 0;

  margin: 0;

  text-decoration: none;

  list-style: none;

  color: #535353 !important;
}

a:hover {
  text-decoration: none;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btns-black {
  background: #000 !important;

  border: solid 2px #000;

  color: #fff;
}

.btns-black:hover {
  color: #fff;

  background-color: #333 !important;

  border-color: #333;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
  color: #999 !important;
}

.delay-02s {
  animation-delay: 0.2s;

  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;

  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;

  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;

  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;

  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;

  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;

  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;

  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;

  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;

  -webkit-animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;

  -webkit-animation-delay: 1.5s;
}

.delay-17s {
  animation-delay: 1.7s;

  -webkit-animation-delay: 1.7s;
}

.delay-20s {
  animation-delay: 2s;

  -webkit-animation-delay: 2s;
}

#page_scroller {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

  animation-delay: 0.3s;

  -webkit-animation-delay: 0.3s;

  cursor: pointer;

  color: #fff;

  padding: 10px 11px;

  font-size: 12px;

  position: fixed;

  bottom: 45px;

  right: 25px;

  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);

  border-radius: 3px;
}

.margin-t-10 {
  margin-top: 10px;
}

.checkbox {
  padding-left: 20px;

  margin: 15px 0;
}

.checkbox.checkbox-theme.checkbox-circle {
  float: left;

  width: 100%;
}

.checkbox label {
  display: inline-block;

  position: relative;

  padding-left: 15px;

  color: #535353;

  font-size: 13px;

  line-height: 22px;
}

.checkbox label::before {
  content: "";

  display: inline-block;

  position: absolute;

  width: 20px;

  height: 20px;

  left: 0;

  margin-left: -20px;

  border: 2px solid #cccccc;

  border-radius: 10%;

  background-color: #fff;

  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
  border: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
  background-color: #fff;
}

input[type="checkbox"]:checked + label:before {
  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  content: "\f00c";

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

  font-size: 14px;

  text-align: center;

  line-height: 16px;

  font-weight: 300;
}

.my-address .ui-datepicker-multi-3 .ui-datepicker-group {
  padding: 0 2px;
}

.my-address .ui-state-highlight,
.my-address .ui-widget-content .ui-state-highlight,
.my-address .ui-widget-header .ui-state-highlight {
  border: 1px solid #092cf8;

  background: #092cf8;

  color: #ffffff;
}
.dont-signup {
  padding: 10px;
  text-align: center;
}
.dont-signup a {
  color: #092cf8;
  text-decoration: underline;
}
/* Solid Buttons Structure**/

.button-sm {
  cursor: pointer;

  padding: 10px 25px;

  letter-spacing: 1px;

  font-size: 11px;

  font-weight: 600;

  text-transform: uppercase;

  color: #555;

  background: transparent;

  transition: 0.5s;

  border-radius: 2px;

  border: none;
}

.button-sm:hover {
  color: #333;
}

.button-md {
  cursor: pointer;

  padding: 15px 25px 13px 25px;

  letter-spacing: 1px;

  font-size: 13px;

  font-weight: 600;

  text-transform: uppercase;

  color: #555;

  background: transparent;

  transition: 0.5s;

  border-radius: 2px;

  border: none;
}

.button-md:hover {
  color: #333;
}

.button-lg {
  cursor: pointer;

  padding: 18px 30px;

  letter-spacing: 1px;

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

  color: #555;

  background: #ddd;

  transition: 0.5s;

  border-radius: 2px;

  border: none;
}

.button-lg:hover {
  color: #333;
}

/** Solid Buttons Colors **/

.button-default {
  color: #555;

  background: #ddd;
}

.button-default:hover {
  color: #333;

  background: #ddd;
}

.button-theme {
  color: #fff;
}

.button-theme:hover,
.button-theme:focus {
  color: #fff !important;

  outline: none;
}

.out-line-btn:hover,
.out-line-btn:focus {
  outline: none;
}

/** Border Buttons Colors **/

.border-button-sm {
  cursor: pointer;

  padding: 10px 12px 6px;

  letter-spacing: 1px;

  font-size: 13px;

  font-weight: 600;

  text-transform: uppercase;

  color: #555;

  background: #ddd;

  transition: 0.5s;

  border-radius: 2px;

  border: none;
}

.border-button-default {
  color: #555;

  background: #ddd;
}

.border-button-default:hover {
  color: #333;

  background: #ddd;
}

.border-button-theme {
  background: transparent;
}

.border-button-theme:hover {
  color: #fff;
}

.button-section a {
  margin: 0 5px 5px;
}

.alert {
  text-transform: uppercase;

  font-size: 11px;

  border-radius: 0;
}

.panel-title {
  font-size: 18px;

  font-weight: 600;
}

/** TABS **/

.theme-tabs .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li.active > a:focus,
.theme-tabs .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.theme-tabs .nav-tabs > li > a {
  border: none;

  color: #ffffff;
}

.theme-tabs .nav-tabs > li.active > a,
.theme-tabs .nav-tabs > li > a:hover {
  border: none;

  background: #fff;
}

.theme-tabs .nav-tabs > li > a::after {
  content: "";

  height: 2px;

  position: absolute;

  width: 100%;

  left: 0;

  bottom: -1px;

  transition: all 250ms ease 0s;

  transform: scale(0);
}

.theme-tabs .nav-tabs > li.active > a::after,
.theme-tabs .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.theme-tabs .tab-nav > li > a::after {
  color: #fff;
}

.theme-tabs .tab-pane {
  padding: 15px 0;
}

.theme-tabs .tab-content {
  padding: 20px;
}

.theme-tabs .nav-tabs > li {
  width: 20%;

  text-align: center;
}

.theme-tabs {
  background: #fff none repeat scroll 0% 0%;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

  margin-bottom: 30px;
}
.datecalinpWrap {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 3px;
}
.sidebar-widget .datecalinpWrap {
  border: 1px solid #e0e0e0;
}
.dateca-checkin {
  padding: 3px 11px;
  width: calc(50% - 1px);
  border-right: solid 1px #e9e9e9;
}
.dateca-checkout {
  padding: 3px 11px;
  width: 50%;
  text-align: right;
}

.form-group .datecalinpWrap label,
.datecalinpWrap p {
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
.welcomProfWrap {
  min-height: 738px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welProfInner {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
.welProfInner img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 30px auto;
}
.agentCarWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agentCarWrap .owl-carousel {
  width: calc(100% - 100px);
}
.ourAgentPrevBtn {
  margin-right: 20px;
}
.ourAgentNextBtn {
  margin-left: 20px;
}
.ourAgentPrevBtn i,
.ourAgentNextBtn i {
  text-shadow: none;
  color: #fff;
  background: #a09d9d;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  font-weight: 200;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cusRangeSlider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cusRangeSlider {
  background-color: white;
  border-radius: 3px;
}
.cusRangeSlider .minPrice {
  border-right: 1px solid #eee;
  width: calc(50% - 1px);
}
.cusRangeSlider .maxPrice {
  width: calc(50% - 0px);
}
.cusRangeSlider h6 {
  margin: 0;
  padding: 0;
}
.cusRangeSlider .minPrice,
.cusRangeSlider .maxPrice {
  padding: 5.5px 10px;
}
.cusRangeError {
  color: red;
  padding: 8px 0 0 0;
}
.cusRangeSlider input[type="text"] {
  border: 0;
  width: 100%;
  background: white;
  box-shadow: 0 0 0 0;
  color: #535353;
}
.cusRangeSlider input[type="text"]::placeholder {
  color: #535353;
}
.cusRangeSlider input[type="text"]:focus-visible {
  outline: none;
}
@media all and (max-width: 724px) {
  .theme-tabs .nav-tabs > li > a > span {
    display: none;
  }
  .welcomProfWrap img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 30px auto;
  }

  .theme-tabs .nav-tabs > li > a {
    padding: 5px 5px;
  }
}

/* Tabs panel */

.tab-style-2 {
  border: 1px solid #eee;

  padding: 10px;

  margin-bottom: 20px;
}

/* Default mode */

.tab-style-2-line > .nav-tabs {
  border: none;

  margin: 0;
}

.tab-style-2-line > .nav-tabs > li {
  margin-right: 2px;
}

.tab-style-2-line > .nav-tabs > li > a {
  border: 0;

  margin-right: 0;

  color: #737373;
}

.tab-style-2-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tab-style-2-line > .nav-tabs > li.open,
.tab-style-2-line > .nav-tabs > li:hover {
  border-bottom: 0 solid #b2b1b1;
}

.tab-style-2 .nav-tabs {
  text-align: left !important;
}

.tab-style-2-line > .nav-tabs > li.open > a,
.tab-style-2-line > .nav-tabs > li:hover > a {
  border: 0;

  background: none !important;

  color: #333333;
}

.tab-style-2-line > .nav-tabs > li.open > a > i,
.tab-style-2-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tab-style-2-line > .nav-tabs > li.open .dropdown-menu,
.tab-style-2-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0;
}

.tab-style-2-line > .nav-tabs > li.active {
  position: relative;
}

.tab-style-2-line > .nav-tabs > li.active > a {
  color: #fff !important;
}

.tab-style-2-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tab-style-2-line > .tab-content {
  margin-top: -3px;

  background-color: transparent !important;

  border: 0;

  border-top: 1px solid #eee;

  padding: 30px 0 15px;
}

.portlet .tab-style-2-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tab-style-2-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;

  border-bottom: 0;
}

.tab-style-2-line.tabs-below > .tab-content {
  margin-top: -10px;

  border-top: 0;

  border-bottom: 1px solid #eee;

  padding-bottom: 25px;
}

.tab-style-2-line.tabs-below > .tab-content p {
  margin-bottom: 20px;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 50px;
  height: 50px;
}
/** TOP HEADER AREA START **/

.top-header {
  background-color: #092cf8;

  padding: 6px 0;
}

.top-header .list-inline {
  padding: 10px 0;
}

.list-inline a {
  color: #fff;

  margin-right: 15px;

  font-size: 16px;
}

.top-header ul li a {
  font-size: 16px;
}

.top-header .list-inline a:hover {
  color: white;
}

.list-inline a:hover {
  color: #949494;
}

.list-inline a i {
  margin-right: 5px;
}

.top-header ul li {
  padding: 0 5px;

  height: 40px;

  display: inline-block;

  text-align: center;

  line-height: 40px;

  color: #aaa;
}

.top-header ul li a {
  color: #fff;
}

.top-header ul li a i {
  font-size: 13px;
}

.top-header .sign-in,
.top-header .sign-in:hover {
  line-height: 36px;

  font-size: 13px;

  border-radius: 2px;

  text-transform: capitalize;

  font-weight: 600;
}

.my-listing-table .img-responsive {
  width: 150px !important;

  height: 110px !important;

  object-fit: cover;
}

/** MAIN HEADER AREA START **/
.desktop-header {
  background-color: white;
}
.main-header {
  width: 100%;

  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.navbar-default {
  background: none;

  border: none;

  margin-bottom: 0;

  border-radius: 0;
}

.logo {
  padding: 19px 0;

  float: left;

  margin-right: 50px;
}

.logo img {
  height: 40px;
}

.main-header .navbar-default .nav > li > a {
  position: relative;

  display: block;

  padding: 20px 20px 26px;

  font-size: 18px;

  border-top: solid 5px transparent;

  line-height: 27px;

  letter-spacing: 1px;

  color: #4a4747;

  outline: none;

  cursor: pointer;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #fbfbfb;
}

.navbar-nav > li {
  z-index: 99;
}
.modal {
  z-index: 9999;
}
.dropdown-menu > li > a {
  display: block;

  padding: 15px 15px;

  clear: both;

  font-weight: normal;

  line-height: 1.42857143;

  color: #4a4747;

  font-size: 13px;

  white-space: nowrap;

  border-left: solid 5px transparent;

  background: #fbfbfb;

  cursor: pointer !important;

  outline: none;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.dropdown-menu .open > a,
.dropdown-menu .open > a:focus,
.dropdown-menu .open > a:hover {
  background-color: white;

  border-bottom: 1px solid transparent;
}

.navbar-nav .dropdown-menu {
  border: none;

  padding-top: 0;

  padding-bottom: 0;

  border-radius: 0;

  margin-top: 10px;

  min-width: 200px;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

  opacity: 1;
}

.caret-up {
  width: 0;

  height: 0;

  border-left: 4px solid rgba(0, 0, 0, 0);

  border-right: 4px solid rgba(0, 0, 0, 0);

  border-bottom: 4px solid;

  display: inline-block;

  margin-left: 2px;

  vertical-align: middle;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #4a4747;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;

  background-color: transparent;
}

.rightside-navbar {
  padding: 7px 0 5px;
}

.border-button-theme {
  background: #fff;

  border: 2px solid #fff !important;
}

.border-button-theme:hover {
  background: #092cf8;

  color: #fff !important;

  border-color: #092cf8 !important;
}

.rightside-navbar li a.button {
  border-radius: 50px;

  padding: 4px 25px !important;

  font-weight: 400;
}

.rightside-navbar li .button:hover {
  color: #fff !important;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown .mega-dropdown-menu {
  padding: 30px 15px 20px;
}

.mega-dropdown-menu {
  width: 100%;

  box-shadow: none;

  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";

  border-bottom: 15px solid #fff;

  border-right: 17px solid transparent;

  border-left: 17px solid transparent;

  position: absolute;

  top: -15px;

  left: 285px;

  z-index: 10;
}

.mega-dropdown-menu > li > ul {
  padding: 0;

  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;

  padding: 0;

  clear: both;

  font-weight: normal;

  line-height: 1.428571429;

  color: #696868;

  font-size: 12px;

  margin-bottom: 10px;

  white-space: normal;
}

.megamenu-area {
  padding: 30px;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 14px;

  font-weight: 600;

  padding: 0;

  color: #696868;

  border-bottom: 1px solid #eee;

  padding-bottom: 10px;

  margin-bottom: 15px;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/** BANNER AREA START **/

.heroOuterWrap {
  position: relative;
}

.banner {
  position: relative;
}

.pattern-overlay {
  background-color: rgba(0, 0, 0, 0.35);

  min-height: 730px;
}

#wrapper_mbYTP_bgndVideo {
  z-index: -999 !important;
}

.banner .item-100vh {
  height: 100vh;
}

.banner .item img {
  height: 100%;

  width: 100%;
}

.carousel-control {
  width: 0;
}

.carousel-control.left {
  background: none;
}

.carousel-control.right {
  background: none;
}

.slider-mover-left {
  width: 35px;

  height: 50px;

  line-height: 50px;

  position: absolute;

  top: 45%;

  z-index: 5;

  display: inline-block;

  left: 0;

  background: #151515;

  text-align: center;

  border-radius: 0 5px 5px 0;
}

.slider-mover-left i {
  font-size: 20px;
}

.slider-mover-right {
  width: 35px;

  height: 50px;

  line-height: 50px;

  position: absolute;

  top: 45%;

  z-index: 5;

  display: inline-block;

  right: 0;

  background: #151515;

  text-align: center;

  border-radius: 5px 0 0 5px;
}

.slider-mover-right i {
  font-size: 20px;
}

.banner-max-height {
  max-height: 720px !important;
}

.banner-max-height img {
  max-height: 720px;
}

.banner .banner-slider-inneri {
  top: 150px;

  display: inline-block;

  text-shadow: none;

  right: 8%;

  left: 8%;
}

.banner .banner-slider-inner {
  top: 0%;

  display: inline-block;

  text-shadow: none;

  right: 0%;

  left: 0%;

  padding: 0;

  bottom: 0%;

  background-color: rgba(0, 0, 0, 0.3);

  display: flex !important;
}

.banner-content {
  align-self: center !important;

  max-width: 800px;

  margin: 0px auto;

  font-family: "Roboto", sans-serif !important;

  color: #fff;
}

.banner-content-left {
  margin-left: 8%;

  margin-right: 8%;
}

.banner .banner-slider-inner h1 {
  color: #fff;

  margin: 0 0 20px;

  font-size: 44px;

  font-weight: 400;

  text-transform: uppercase;
}

.banner .banner-slider-inner h2 {
  color: #fff;

  margin: 0 0 20px;

  font-size: 44px;

  font-weight: 400;

  text-transform: uppercase;
}

.banner .banner-slider-inner h2 span {
  font-weight: 400;
}

.content-area.featured-properties {
  padding: 100px 0 1px;
}

.banner .banner-slider-inner p {
  margin-bottom: 20px;

  color: #fff;

  line-height: 1.6;

  font-size: 15px;

  font-weight: 400;

  opacity: 0.8;

  max-width: 600px;

  margin-left: auto;

  margin-right: auto;
}

.banner-content .btn {
  margin-left: 3px;

  margin-right: 3px;
}

.banner-detail-box {
  background: rgba(0, 0, 0, 0.6);

  max-width: 600px;

  padding: 20px;
}

.banner-detail-box h3 {
  margin: 0 0 10px;

  text-transform: uppercase;

  font-size: 32px;

  font-weight: 700;
}

.banner .banner-detail-box p {
  margin-bottom: 20px;

  color: #dcd7d7;

  font-size: 15px;
}

/** SEARCH AREA **/

.search-area {
  background: transparent;

  padding: 40px 0 10px;

  position: absolute;

  top: calc(50% - 95px);

  width: 100%;
}

.search-area.home-search-main {
  background: #e6e6e6;

  padding: 0;
}

.search-area-inner {
  background-color: #0000009c;

  padding: 25px 25px 0 25px;
}

.search-area-inner h3 {
  text-align: center;

  color: white;

  font-size: 30px;

  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 20px;

  margin: 0 0 28px 0;

  padding: 0;
}

.show-search-area {
  z-index: 9999;

  transition: all 0.4s;

  display: block;
}

.search-area .form-group {
  margin-bottom: 20px;
}

.search-area.home-search-main .form-group {
  margin-bottom: 20px;
}

.advance-search-wrap {
  display: block;

  padding-top: 10px;
}

.advance-search-wrap h6 {
  font-size: 15px;

  font-weight: 600;

  line-height: 20px;

  margin-bottom: 15px;
}

.search-fields {
  min-height: 44px;

  padding: 4px 0 5px;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;
}
.chooseFacilities .select2-container--default .select2-selection--multiple {
  line-height: 28px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #e0e0e0 !important;
}
.amentiies-wrap .form-group .label-info {
  background: #ff3f3c;
}

.form-group .bootstrap-tagsinput {
  display: block !important;

  width: 100%;

  padding: 10px 10px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  border-radius: 2px;

  box-shadow: none;
}

#budgetFilter {
  padding: 11px 12px;

  width: 100%;

  color: #999 !important;
}

option.opt-1 {
  color: #092cf8 !important;
}

.opt-1:hover,
.opt-1:active,
.opt-1:focus,
.opt-1:visited {
  background: #092cf8 !important;

  color: #fff !important;

  outline: none;
}

#doAuctionSearch {
  padding: 13px 20px;

  min-height: 44px;

  font-size: 13px;
}

.form-control {
  padding-left: 15px;

  /* margin-bottom: 10px; */
}

#ESBtn {
  border-color: #092cf8;

  font-size: 14px;
}

.search-fields button {
  border-radius: 1px;

  box-shadow: none;

  border: none;

  background: #fff;
}

.search-button {
  cursor: pointer;

  padding: 13px 20px;

  letter-spacing: 1px;

  font-size: 13px;

  font-weight: 600;

  text-transform: uppercase;

  color: #fff;

  transition: 0.5s;

  border-radius: 2px;

  border: none;

  width: 100%;
}

.search-button:hover,
.search-button:focus {
  outline: none;

  color: #fff;
}

.banner-search-box {
  max-width: 600px;

  background: rgba(0, 0, 0, 0.6);

  padding: 30px 15px;

  display: inline-block;

  float: left;
}

.banner-search-box .search-area {
  padding: 0;
}

.banner-search-box .min-value {
  color: #aba5a5;
}

.banner-search-box .max-value {
  color: #aba5a5;
}

.banner-search-box .search-fields button {
  border-radius: 1px;

  box-shadow: none;

  border: none;

  background-color: transparent;
}

.banner-search-box .search-fields {
  min-height: 40px;

  padding: 4px 0;

  box-shadow: none;

  border: none;

  background-color: rgba(255, 255, 255, 0.2);
}

.banner-search-box .search-area .form-group {
  margin-bottom: 15px;
}

#seachByPropertyName {
  border: 1px solid #e0e0e0;

  height: 44px;

  box-shadow: none;
}

#seachByPropertyName:hover {
  background: #fff;
}

#seachByPropertyName:focus {
  outline: none;

  box-shadow: none;
}

.banner-search-box .range-slider {
  margin: 15px 0 0;
}

/** BOOTSTRAP SELECT START **/

.bootstrap-select {
  width: 100% !important;

  font-family: "Roboto", sans-serif !important;
}

.bootstrap-select button {
  color: #999;

  border-radius: 2px;

  outline: none;
}

.bootstrap-select .dropdown-menu li {
  padding: 0;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px;
}

.bootstrap-select .dropdown-menu {
  padding: 0 !important;

  margin: 0 0 !important;

  border: 1px solid #e0e0e0;

  box-shadow: none !important;

  border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
  padding: 10px;

  font-weight: 500;

  font-size: 12px;

  outline: none;

  border: 0 !important;
}

.bootstrap-select .dropdown-menu li a:hover {
  border: none;

  color: #fff;

  font-size: 12px;

  font-weight: 500;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;

  background-color: #eee;

  border-color: transparent !important;

  box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
  background: transparent !important;

  color: #999 !important;

  box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;

  background-color: transparent;

  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;

  background-color: transparent !important;

  box-shadow: none !important;

  border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;

  background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
  text-decoration: none;

  background-color: #fff;

  outline: 0;
}

.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;

  background: #eee;

  border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
  margin-bottom: 0;

  width: 100%;

  float: none;

  height: 36px;

  border: 1px solid #ddd;

  box-shadow: none;
}

.dropdown-menu > li > a:hover {
  text-decoration: none;

  background-color: white;
}

.banner-search-box .btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #999 !important;
}

.banner-search-box .btn-default {
  color: #999;
}

/** MAIN TITLE AREA START **/

.main-title {
  text-align: center;

  margin-bottom: 40px;
}

.main-title h1 {
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: capitalize;
  font-size: 27px;
}

.main-title h1 span {
  font-weight: 700;
}

.main-title-2 {
  margin-bottom: 30px;
}
.submit-address .dz-default.dz-message {
  margin: 3em 0;
}
.submit-address .dz-default.dz-message span {
  color: #092cf8;
  font-weight: 600;
}
.main-title-2 h1 {
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: 400;
}

.cnt-form-right .main-title-2 h1 {
  font-size: 30px;

  margin: 0 0 10px;

  font-weight: 500;

  text-transform: capitalize;
}

.main-title-2 h1 a {
  color: #212121;
}

.main-title-2 h1 span {
  font-weight: 700;
}

/** PROPERTY AREA START **/

.property {
  background: #fff;

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;
}

.property:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-img {
  position: relative;

  display: block;

  overflow: hidden;
}

.property-tag {
  position: absolute;
}

.property-tag.sale {
  right: 15px;

  bottom: 15px;
}

.property-tag.featured {
  left: 15px;

  margin-top: 15px;
}

.property-price {
  color: white;

  position: absolute;

  font-weight: 600;

  font-size: 20px;

  bottom: 15px;

  left: 15px;

  z-index: 20;

  background-color: rgba(0, 0, 0, 0.8);

  padding: 5px 15px;
}

.property .button,
input[type="submit"] {
  font-size: 10px;

  font-weight: 600;

  padding: 6px 14px;

  border-radius: 2px;

  color: white;

  border: none;

  background-color: rgba(0, 0, 0, 0.8);

  text-transform: uppercase;

  letter-spacing: 1px;

  display: inline-block;

  z-index: 20;
}

.blog-box a > img {
  width: 100%;
}

.property-content {
  padding: 20px;
}

.property-content .title {
  font-size: 18px;

  line-height: 22px;

  font-weight: 600;

  margin: 0 0 10px;
}

.property-content .title a:hover {
  color: #4a4747;
}

.property-content p {
  margin: 10px 0 20px;
}

.ratings {
  color: orange;

  font-size: 12px;
}

.property-content .property-address {
  margin: 0 0 15px;
}

.property-content .property-address a {
  font-size: 13px;

  color: #4a4747;
}

.property-content .property-address a i {
  margin-right: 10px;
}

.property-content .facilities-list {
  padding: 0;

  margin: 0;
}

.property-content .facilities-list li {
  width: 33%;

  float: left;

  font-size: 13px;

  line-height: 29px;
}

.property-content .facilities-list li:first-child {
  width: 35%;
}

.property-content .facilities-list li:nth-child(2) {
  width: 25%;
}

.property-content .facilities-list li:nth-child(3) {
  width: 25%;
}

.list-view-wrap .property-content .facilities-list li:first-child {
  width: 30%;
}

.list-view-wrap .property-content .facilities-list li:nth-child(2) {
  width: 20%;
}

.list-view-wrap .property-content .facilities-list li:nth-child(3) {
  width: 20%;
}

.grid-view-wrap .property-content .facilities-list li:first-child {
  width: 38%;
}

.auction-listing
  .grid-view-wrap
  .property-content
  .facilities-list
  li:first-child {
  width: 40%;
}

.property-content .facilities-list li i {
  margin-right: 3px;

  font-size: 13px;

  font-weight: 700;
}

.property-content .fl-2 li {
  width: 50%;
}

.property-content .property-footer {
  border-top: solid 1px #f1f1f1;

  padding-top: 15px;

  margin-top: 15px;

  color: #535353;

  font-size: 13px;
}

.property-content .property-footer .right {
  float: right;
}

.property-content .property-footer a {
  color: #535353;
}

.property-content .property-footer i {
  margin-right: 5px;
}

.property-footer a {
  color: #4a4747;
}

.properties-panel-box .panel-default {
  border-color: transparent;
}

.panel {
  background: transparent;
}

.properties-panel-box .panel {
  margin-bottom: 0;

  box-shadow: none;
}

.properties-panel-box .panel-body {
  padding: 0;
}

.property .col-pad {
  padding: 0;
}

.property-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.2);

  transition: background 0.5s ease;
}

.property-overlay {
  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;
}

.overlay-link {
  color: #fff;

  border: 2px solid #fff;

  border-radius: 50%;

  width: 36px;

  height: 36px;

  line-height: 36px;

  font-size: 12px;

  text-align: center;

  margin: 3px;

  cursor: pointer;

  display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
  color: #fff;
}

.overlay-link:hover {
  color: #fff;
}

.property-img:hover .property-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
  display: inline-block;
}

.property .hp-2 {
  height: 220px;
}

/** MODAL BODY DESIGN STARTED**/

.modal-raw {
  display: flex;
}

.modal-left,
.modal-right {
  flex: 1;
}

.property-modal .modal-left {
  padding: 0;

  background: #535353;

  color: #fff;
}

.property-modal .modal-content {
  border: none;

  background: transparent;

  box-shadow: none;

  border-radius: 0;
}

.property-modal .modal-header {
  background: transparent;

  border: none;

  padding: 15px 0;
}

.property-modal .modal-header .modal-title {
  font-size: 25px;

  font-weight: 600;

  color: #fff;
}

.property-modal .modal-header p {
  color: #fff;

  margin-bottom: 0;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
  padding: 8px 13px;

  outline: none;

  margin: -60px -1px -15px auto;

  background: #3a3a3a;

  opacity: 1;

  color: #fff;

  border-radius: 3px;

  cursor: pointer;
}

.property-modal .modal-body {
  padding: 0 15px;

  background: #fff;
}

.modal-right {
  padding: 0;

  border-top: 1px solid #eee;
}

#modalCarousel .carousel-item {
  max-height: 240px;
}

.modal-left-content {
}

.modal-left-content img {
  width: 100%;

  height: 100%;
}

.modal-left-content .control {
  width: 30px;

  height: 30px;

  position: absolute;

  text-align: center;

  color: #fff;

  font-size: 24px;

  line-height: 30px;

  bottom: 0px;

  opacity: 0.5;
}

.modal-left-content .carousel-inner {
  display: flex;
}

.modal-left-content .carousel-inner .item {
  flex: 1;
}

.modal-left-content .item img {
  width: 100%;
}

.modal-left-content iframe {
  border: none;

  width: 100%;

  display: block;
}

.modal-left-content .control:hover {
  opacity: 1;
}

.modal-left-content .control-prev {
  right: 30px;
}

.modal-left-content .control-next {
  right: 0;
}

.modal-left-content .description {
  padding: 40px 25px;
}

.modal-left-content p {
  font-size: 13px;

  color: #fff;

  line-height: 21px;
}

.modal-left-content .description h3 {
  color: #fff;

  font-size: 16px;

  margin: 0 0 15px;

  font-weight: 600;
}

.modal-right-content .bullets {
  color: #000;

  font-size: 13px;

  font-weight: 400;

  margin: 20px 0;

  columns: 2;
}

.modal-right-content .bullets li {
  margin-bottom: 8px;

  position: relative;

  padding-left: 25px;
}

.modal-right-content .bullets li i {
  left: 0;

  position: absolute;

  top: 0;
}

.modal-right-content {
  padding: 30px;
}

.modal-right-content p {
  font-size: 13px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-right-content .price {
  float: right;
}

.modal-right-content h3 {
  font-size: 16px;

  font-weight: 600;

  border-bottom: 1px solid #eee;

  padding-bottom: 10px;

  margin: 0 0 15px;

  color: #37404d;
}

.modal-right-content dl {
  margin-top: 0;

  margin-bottom: 20px;

  font-size: 12px;
}

.modal-right-content dl dt {
  float: left;

  font-weight: 500;
}

.modal-right-content dl dd {
  text-align: right;

  margin-bottom: 8px;
}

/** MODAL BODY DESIGN ENDED **/

/** PROPERTY 2 SECTION START **/

.property-2 {
  background: #fff;

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;
}

.property-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-2 .facilities-list {
  padding: 10px 20px;

  border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
  float: left;

  font-size: 13px;

  line-height: 30px;

  margin-right: 20px;
}

.property-2 .facilities-list li:last-child {
  margin-right: 0;
}

.property-2 .content .title {
  font-size: 16px;

  font-weight: 600;

  margin: 0 0 10px;

  text-transform: uppercase;
}

.property-2 .property-address {
  margin: 0;
}

.property-2 .property-address a {
  font-size: 13px;

  color: #4a4747;
}

.property-2 .content {
  padding: 20px 20px;
}

.property-2 .property-address a i {
  margin-right: 10px;
}

.property-2 .content .title a:hover {
  color: #4a4747;
}

.property-2 .price-ratings {
  position: absolute;

  font-size: 20px;

  bottom: 10px;

  right: 10px;

  text-align: right;

  z-index: 20;
}

.property-2 .featured {
  position: absolute;

  top: 10px;

  left: 10px;

  z-index: 20;

  font-size: 10px;

  font-weight: 600;

  padding: 6px 14px;

  border-radius: 2px;

  color: white;

  text-transform: uppercase;

  letter-spacing: 1px;

  display: inline-block;
}

.property-2 .price-ratings i {
  font-size: 10px;
}

.property-2 .price-ratings .price {
  font-size: 16px;

  font-weight: 600;

  color: white;
}

.property-hp .property-content {
  padding: 30px 30px !important;
}
.phone-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.phone-group select.form-control {
  max-width: 130px;
  padding: 7px 0 5px 15px;
}
.phone-group select.form-control {
  background: #fff url(../img/dropdown.svg) !important;
  background-position: calc(100% - 10px) !important;
  background-size: 14px 10px !important;
  background-repeat: no-repeat !important;
  height: 44px;
  border-radius: 0;
  border-color: #e8e7e7;
  box-shadow: 0 0 0 0;
  margin: 0;
}
.phone-group input[type="text"] {
  border: 1px solid #e8e7e7;
  height: 44px;
  margin-left: -1px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 130px);
}
/** INTRO SECTION START **/

.intro-section {
  padding: 30px 0;

  color: #ffffff;
}

.intro-section img {
  height: 50px;
}

.intro-section .button-theme {
  background: transparent;

  border: solid 2px #fff;

  color: #fff;

  float: right;
}

.intro-section .button-theme:hover {
  background: #fff;

  border: solid 2px #fff;

  color: #555 !important;
}

.intro-section h3 {
  font-size: 25px;

  margin: 0;

  line-height: 50px;

  color: #fff;

  font-weight: 300;
}

/** NAV TABS START **/

.nav-tabs {
  border-bottom: 1px solid transparent;

  margin-bottom: 30px;

  text-align: center;
}

.properties-panel-box .nav > li > a {
  position: relative;

  display: block;

  padding: 7px 29px;

  font-size: 12px;

  border-radius: 0;

  background: #fff;

  border: solid 1px #fff;

  color: #4a4747;

  font-weight: 600;

  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.properties-panel-box .nav > li {
  position: relative;

  display: block;

  font-weight: 600;

  text-align: center;
}

.properties-panel-box .nav-tabs > li {
  float: none;

  margin-bottom: -1px;

  display: inline-block;
}

.properties-panel-box .nav-tabs > li > a {
  line-height: 1.42857143;

  border: none;

  margin: 4px 8px 8px 0;
}

.properties-panel-box .nav-tabs > li:nth-child(5) > a {
  margin-right: 0;
}

.properties-panel-box .nav-tabs > li > a:hover {
  background: transparent;

  border-radius: 0;
}

.properties-panel-box .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;

  cursor: default;

  border: none;

  border-radius: 0;

  border-bottom-color: transparent;
}

/** LIST INLINE LISTING AREA START **/

.list-inline-listing {
  padding: 0;

  margin: 0 0 30px 0;

  text-align: center;
}

.list-inline-listing li {
  padding: 5px 20px;

  margin: 4px;

  border: 2px solid #fff;

  background: #fff;

  color: #37404d;

  border-radius: 3px;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);

  font-size: 12px;

  font-weight: 600;
}

.list-inline-listing li:hover {
  color: #fff;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
  color: #fff;

  box-shadow: none;
}

/** RECENTLY PROPERTIES  AREA START **/

.recently-properties .our-partners .carousel-control .fa {
  font-size: 32px;

  text-shadow: none;

  color: #fff;

  top: 45%;

  font-weight: 300;

  background: #a09d9d;

  width: 35px;

  height: 35px;

  line-height: 30px;
}

.recently-properties .our-partners .carousel-control {
  width: 0%;

  background-image: none;
}

/** AGENT-SECTION AREA START **/

.agent-section .our-partners .carousel-control .fa {
  font-size: 32px;

  text-shadow: none;

  color: #fff;

  top: 45%;

  font-weight: 300;

  background: #a09d9d;

  width: 35px;

  height: 35px;

  line-height: 30px;
}

/** CUSTOMER SAY AREA START **/

.chevron-icon .our-partners .carousel-control .icon-prev,
.recentlyPropNav .icon-prev,
.agentCarWrap .icon-prev {
  font-size: 21px;

  text-shadow: none;

  color: #fff;

  top: 45%;

  left: -55px;

  font-weight: 300;

  background: #a09d9d;

  width: 30px;

  height: 30px;

  line-height: 26px;
}

.chevron-icon .our-partners .carousel-control .icon-next,
.recentlyPropNav .icon-next,
.agentCarWrap .icon-next {
  font-size: 21px;

  text-shadow: none;

  color: #fff;

  top: 45%;

  right: 10px;

  font-weight: 300;

  background: #a09d9d;

  width: 30px;

  height: 30px;

  line-height: 26px;
}

.recentlyPropNav .icon-next,
.recentlyPropNav .icon-prev,
.agentCarWrap .icon-next,
.agentCarWrap .icon-prev {
  font-size: 21px;

  text-align: center;

  line-height: 26px;

  font-weight: 200;

  opacity: 0.5;
}

.recentlyPropNav .icon-next:before,
.agentCarWrap .icon-next:before {
  content: "\203a";
}

.recentlyPropNav .icon-prev:before,
.agentCarWrap .icon-prev:before {
  content: "\2039";
}

.recentlyPropNav .icon-next:hover,
.recentlyPropNav .icon-prev:hover,
.agentCarWrap .icon-next:hover,
.agentCarWrap .icon-prev:hover {
  opacity: 1;
}
.recentlyPropNav .disabled .icon-next:hover,
.recentlyPropNav .disabled .icon-prev:hover,
.agentCarWrap .disabled .icon-next:hover,
.agentCarWrap .disabled .icon-prev:hover {
  opacity: 0.5;
}
.chevron-icon .our-partners img {
  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  filter: grayscale(0%);
}

/** What are you looking for? AREA START **/

.our-service {
  text-align: center;
}

.our-service .content {
  max-width: 262px;

  text-align: center;

  margin: 0 auto 30px;

  padding: 20px;
}

.our-service .content:hover {
  padding: 20px;

  background: #fff;
}

.mgn-top {
  margin-top: 30px;
}

.our-service .content i {
  width: 70px;

  height: 70px;

  line-height: 70px;

  font-size: 30px;

  display: inline-block;

  color: #fff;

  background: #fff;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);

  margin-bottom: 20px;

  border-radius: 50%;
}

.our-service .content h4 {
  text-transform: uppercase;

  font-size: 16px;

  font-weight: bold;

  margin: 0 0 10px;
}

.our-service .content p {
  font-size: 13px;

  margin-bottom: 0;
}

.our-service-inner {
  background: rgba(0, 0, 0, 0.8);

  padding: 70px 0;
}

.our-service-two .content {
  padding: 0;

  background: transparent;
}

.our-service-two .content:hover {
  padding: 0;

  background: transparent;
}

.content-area {
  padding: 100px 0 70px;
}

.content-area-2 {
  padding: 70px 0;
}

.content-area-3 {
  padding: 40px 0;
}

.content-area-4 {
  padding: 70px 0;
}

.content-area-5 {
  padding-bottom: 50px;
}

.content-area-6 {
  padding: 100px 0 50px;
}

.content-area-7 {
  padding: 100px 0;
}

.content-area-8 {
  padding: 100px 0 80px;
}

.content-area-9 {
  padding-top: 100px;
}

.theme img {
  margin-bottom: 30px;
}

.biography p {
  line-height: 25px;

  color: #4a4747;

  margin-bottom: 20px;
}

.biography .nav-tabs {
  border-bottom: 1px solid transparent;

  margin-bottom: 20px;

  text-align: left;
}

.additional-details-list {
  margin: 0;

  padding: 0;
}

.additional-details-list li {
  list-style: none;

  line-height: 36px;

  font-weight: 600;

  color: #333;
}

.additional-details-list li span {
  margin-right: 20px;

  float: left;

  width: 130px;

  font-weight: 400;

  color: #4a4747;
}

.attachments a i {
  margin-right: 10px;
}

/** PARTNERS BLOCK AREA START **/

.partners-block {
  padding-bottom: 20px;

  text-align: center;
}

.partners-block h3 {
  font-weight: 700;

  margin: 0 0 20px;

  text-transform: uppercase;

  font-size: 16px;
}

.our-partners .carousel-control {
  width: 0%;

  background-image: none;
}

.our-partners .carousel-control.left {
  margin-left: 15px;
}

.our-partners .carousel-control.right {
  margin-right: 15px;
}

.our-partners .carousel-control .fa {
  font-size: 38px;

  text-shadow: none;

  color: #4a4747;

  top: 38%;

  font-weight: 300;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
  display: none;
}

.our-partners img {
  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  filter: grayscale(100%);
}

.our-partners img:hover {
  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  filter: grayscale(0%);
}

.our-partners .partner-box img {
  height: 50px;
}

.our-partners .partner-box {
  background: #fff;

  padding: 20px;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/** CATEGORY AREA START **/

.category {
  overflow: hidden;

  position: relative;

  margin: 0 0 20px 0;
}

.categories {
  padding-bottom: 80px;
}

.categories .col-pad {
  padding: 0 10px;
}

.category:hover:before {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: block;

  content: "";

  background-color: #000;

  opacity: 0.4;

  z-index: -11;

  transition: 0.3s ease-out;
}

.category_bg_box {
  transition: all 0.55s;

  border-radius: 3px;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  height: 200px;
}

.cat-1-bg {
  background-image: url(http://placehold.it/321x200);
}

.cat-2-bg {
  background-image: url(http://placehold.it/321x200);
}

.cat-3-bg {
  background-image: url(http://placehold.it/662x200);
}

.cat-4-bg {
  background-image: url(http://placehold.it/467x420);
}

.category:hover .category_bg_box {
  transform: scale(1.06);

  transition: transform 0.35s ease-out;
}

.category_long_bg {
  height: 420px;
}

.category .category-overlay {
  background-color: rgba(0, 0, 0, 0.3);

  border-radius: 3px;

  bottom: 0;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  transition: background-color 0.15s linear;
}

.category-content {
  display: block;

  left: 90px;

  position: absolute;

  top: 50px;

  transform: translateX(-50%) translateY(-35%);

  transition: all 0.15s linear;
}

.category-content h3 a {
  color: #fff;

  font-weight: 600;

  font-size: 16px;

  text-transform: uppercase;
}

.category-content h3 {
  margin: 0;
}

.category-subtitle {
  white-space: nowrap;

  text-transform: uppercase;

  background: rgba(255, 255, 255, 0.3);

  color: #333;

  border-radius: 50px;

  padding: 4px 16px;

  font-weight: 700;

  font-size: 10px;

  letter-spacing: 1px;

  margin-bottom: 10px;
}

/** FOOTER AREA START **/

footer {
  background: #111;

  color: #7c7e83;

  padding: 50px 0 30px;
}

footer .footer-item .newsletter input {
  width: 100%;

  font-size: 12px;

  height: 39px;

  color: rgb(113, 113, 113);

  padding: 11px 15px;

  border-width: 1px;

  border-color: rgb(232, 231, 231);

  border-image: initial;

  outline: none;

  border: none;
}

.footer-info h4 {
  color: #fff;
}

footer .footer-item .newsletter {
  cursor: pointer;

  color: #555;

  background: transparent;

  transition: 0.5s;

  border-radius: 2px;

  border: none;

  padding: 11px 15px 11px;
}

footer .footer-item .newsletter {
  padding: 20px;

  background: #151515;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.footer-info .personal-info li {
  color: #fff;

  font-size: 13px;

  line-height: 27px;

  margin-bottom: 15px;

  letter-spacing: 0.5px;

  position: relative;

  padding-left: 30px;
}

.footer-info .main-title-2 h1 {
  color: #fff;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 16px;
}

.footer-item {
  margin-bottom: 50px;
}

.footer-info .personal-info li i {
  font-size: 15px;

  left: 0;

  position: absolute;

  top: 0;

  line-height: 27px;
}

.footer-info .personal-info li a,
.share-about label {
  color: #fff;
}

.footer-info p {
  line-height: 30px;

  margin-bottom: 20px;

  font-size: 13px;

  color: #fff;
}

.footer-info .popular-posts .media .media-body .price {
  color: #7c7e83;
}

.footer-info .links li {
  font-size: 13px;

  line-height: 16px;

  margin-bottom: 20px;

  letter-spacing: 0.5px;
}

.footer-info .links li a {
  color: #fff;
}

.footer-info .links li a:hover {
  color: #5f6063;
}

.footer-info .main-title-2 .border-3 {
  background: #737272;
}

/** COPY RIGHT AREA START **/

.copy-right {
  background: #111;

  padding: 25px 0;

  border-top: solid 1px #1b1b1b;

  color: #7f7f80;

  font-size: 13px;
}

.copy-right ul {
  float: right;
}

.copy-right ul li {
  display: inline-block;
}

.copy-right ul li a {
  margin-left: 25px;
}

.copy-right a {
  color: #7f7f80;
}

.section-4 {
  padding-top: 150px;
}

/** VIEW ALL AREA START **/

.view-all h3 {
  margin: 0 0 30px;

  font-weight: 600;

  text-align: center;
}

.view-all ul {
  margin-bottom: 30px;

  text-align: center;
}

.view-all ul li {
  display: inline-block;
}

.view-all ul li a {
  width: 38px;

  height: 38px;

  line-height: 38px;

  margin-bottom: 5px;

  text-align: center;

  display: inline-block;

  font-size: 13px;

  font-weight: 600;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.view-search {
  max-width: 400px;

  margin: 0 auto;
}

/** BRAND BOX AREA START **/

.brand-box {
  text-align: center;

  padding: 20px;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);

  display: inline-block;

  width: 100%;

  margin-bottom: 30px;
}

.brand-box img {
  height: 50px;
}

.brand-box h5 {
  font-weight: 600;

  margin: 25px 0 10px;

  text-transform: uppercase;

  font-size: 15px;
}

.brand-box p {
  margin: 0;

  font-size: 13px;
}

/** COMPARE TABLE **/

.compare-table {
  margin-bottom: 40px;
}

.compare-table tr {
  border: 1px solid #ececec;
}

.compare-table tr:first-child {
  border-top: none;
}

.compare-table tr td:first-child {
  width: 350px;

  background: #f1f1f1;
}

.compare-table tr td {
  box-sizing: border-box;

  font-size: 15px;

  padding: 20px 15px;

  text-align: center;

  width: 395px;

  font-weight: 600;

  color: #535353;
}

.compare-table tr td .fa-times {
  color: red;
}

.compare-table tr td .fa-check {
  color: green;
}

.comparison-search {
  background: #fff;

  padding: 30px 30px 15px;

  margin-bottom: 50px;
}

.comparison-search h3 {
  margin: 0 0 20px;

  font-size: 20px;

  font-weight: 600;
}

.compare-properties {
  padding: 20px;

  border: none;

  margin-bottom: 50px;
}

.compare-properties:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.compare-properties .caption {
  padding: 30px 0 0;
}

.compare-properties h3 {
  margin: 0 0 20px;

  font-weight: 600;

  font-size: 20px;
}

.compare-properties h5 {
  font-size: 20px;

  margin: 0;
}

.compare-properties .price-ratings-box {
  position: absolute;

  bottom: 0;

  right: 20px;

  padding: 15px;

  margin-bottom: 20px;

  display: block;

  letter-spacing: 1px;

  background-color: rgba(0, 0, 0, 0.5);

  color: #ffc12b;

  text-align: right;
}

.compare-properties .price-ratings-box .price {
  font-weight: 600;

  margin: 0 0 10px;
}

.compare-properties .price-ratings-box .rating {
  font-size: 10px;
}

.compare-properties h5 {
  color: #fff;
}

.compare-photo {
  position: relative;
}

/** ICON BOX AREA START **/

.service-item {
  text-align: center;

  max-width: 360px;

  background: #fff;

  margin: 0 auto 30px;
}

.service-item .icon {
  position: absolute;

  top: -46px;

  left: 50%;

  width: 90px;

  font-size: 37px;

  height: 90px;

  line-height: 90px;

  margin-left: -45px;

  margin-bottom: 20px;

  background: #fff;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);

  border-radius: 10%;
}

.service-item .detail {
  padding: 30px 20px 30px;

  border-radius: 5px;
}

.service-item .detail:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.service-item .detail h3 {
  font-size: 18px;

  margin: 40px 0 20px;

  text-transform: uppercase;

  font-weight: 600;
}

.service-item .detail p {
  font-size: 14px;

  margin-bottom: 20px;

  font-weight: 400;
}

/** TESTIMONIAL AREA START **/

.item-inner {
  max-width: 790px;

  margin: 0 auto;
}

/** LISTINGS PARALLAX AREA START **/

.listings-parallax {
  background: url(http://placehold.it/1920x368);

  z-index: 0;

  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

  color: #efefef;

  padding-top: 220px;
  padding-bottom: 220px;
}
.listcontentBox {
  display: flex;
  justify-content: center;
}
.agentCall img {
  width: 231px;
  height: 308px;
  object-fit: cover;
}
.listings-parallax h1 {
  font-size: 31px;

  margin: 0 0 30px;

  font-weight: 700;

  color: #fff;
}

.listings-parallax h3 {
  line-height: 30px;

  font-size: 19px;

  margin-bottom: 20px;

  color: #fff;

  font-weight: 300;
}

.pad {
  padding-top: 0;
}

/** PRICING 1 STARTED **/

.pricing-1 {
  text-align: center;

  padding: 30px;

  margin-bottom: 30px;
}

.pricing-1.popular {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 0px;
}

.pricing-1 .title {
  color: #3f3f3f;

  font-size: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #eaeaea;

  font-weight: 600;
}

.pricing-1 .content {
  padding: 20px 0;

  border-bottom: 1px solid #eaeaea;
}

.pricing-1 .content ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.pricing-1 .content ul li {
  padding: 7px 0;

  font-weight: 400;

  color: #808080;
}

.pricing-1 .price-for-user {
  padding: 25px 0;

  margin-bottom: 30px;

  text-align: center;

  border-bottom: 1px solid #eaeaea;

  color: #3f3f3f;
}

.pricing-1 .price-for-user .price .dolar {
  font-size: 50px;

  margin-right: 10px;

  font-weight: 700;
}

.pricing-1 .price-for-user .price .month {
  font-size: 14px;
}

.pricing-1 .price-for-user .price sup {
  top: -25px;

  left: -3px;

  font-size: 30px;
}

.pricing-btn {
  padding: 6px 30px;

  border-radius: 50px;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}

/** PRICING 2 STARTED **/

.pricing-2 {
  text-align: center;

  margin-bottom: 30px;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-2 .pricing-btn {
  border-radius: 3px !important;
}

.pricing-2 .title {
  color: #3f3f3f;

  font-size: 18px;

  text-transform: uppercase;

  padding: 25px 0;

  font-weight: 600;
}

.pricing-2 .content {
  padding: 25px 0;

  border-bottom: 1px solid #eaeaea;
}

.pricing-2 .content ul li {
  padding: 7px 0;

  color: #808080;
}

.pricing-2 .price-for-user {
  padding: 25px 0;

  text-align: center;

  background: #f3f3f3;

  color: #3f3f3f;
}

.pricing-2 .button {
  padding: 25px 0;
}

.pricing-2 .price-for-user .price .dolar {
  font-size: 50px;

  margin-right: 10px;

  font-weight: 700;
}

.pricing-2 .price-for-user .price .month {
  font-size: 14px;
}

.pricing-2 .price-for-user .price sup {
  top: -25px;

  left: -3px;

  font-size: 30px;
}

.pricing-2 .pricing-btn {
  border-radius: 50px;

  padding: 6px 30px;
}

/** PRICING TABLES 5 STARTED **/

.pricing-3 {
  text-align: center;

  position: relative;

  z-index: 9;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-tables-3 .mb {
  margin: 0 auto 65px !important;
}

.pricing-3 .price-header {
  width: 100%;

  background: #f3f3f3;

  padding: 35px 20px;
}

.pricing-3 .price-header .title {
  margin: 0 0 10px;

  color: #212529;

  font-size: 20px;
}

.pricing-3 .price-header .price {
  font-size: 35px;

  font-weight: 300;

  margin: 0;

  color: #212529;
}

.pricing-3 .content {
  padding: 20px 20px 30px;
}

.pricing-3 .content ul {
  margin: 0 0 20px;
}

.pricing-3 .content ul li {
  padding: 8px 0;

  color: #808080;
}

.pricing-3 .pricing-btn {
  border-radius: 3px;

  padding: 6px 30px;
}

.pricing-3.featured {
  margin-left: -1px;

  margin-right: -1px;

  transform: translateY(-23px);

  border-radius: 0 0 3px 3px;

  z-index: 11;
}

.pricing-3.featured .price-header {
  padding: 47px 20px;
}

.pricing-3.featured .content {
  padding: 20px 20px 60px;
}

.pricing-3.featured .listing-badges {
  position: absolute;

  top: 0;

  z-index: 999;

  right: 0;

  width: 100%;

  display: block;

  font-size: 15px;

  padding: 0;

  overflow: hidden;

  height: 100px;
}

.pricing-3.featured .listing-badges .featured {
  float: left;

  transform: rotate(-45deg);

  left: -67px;

  top: 17px;

  position: relative;

  text-align: center;

  width: 200px;

  font-size: 12.5px;

  margin: 0;

  padding: 7px 10px;

  background: #fff;

  font-weight: 600;

  color: #fff;
}

.pricing-3.mb-50 {
  margin-bottom: 50px;
}

/** COUNTERS AREA START **/

.counters {
  padding: 40px 0;

  color: #fff;

  background: url(http://placehold.it/1920x223);

  z-index: 0;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;
}

.counters h3 {
  font-size: 24px;

  font-weight: 600;

  margin: 0 0 30px;

  color: #fff;

  text-align: center;
}

.counter-box {
  text-align: center;

  padding: 10px 0;
}

.counter-box i {
  font-size: 35px;

  margin: 0 0 7px;
  color: white;
}

.counter-box h1 {
  font-size: 25px;

  font-weight: 700;

  margin: 10px 0;

  color: #fff;
}

.counter-box p {
  font-size: 16px;

  margin: 0;

  color: #fff;

  font-weight: 600;
}

/** TESTIMONIALS 1 AREA START **/

.testimonials-1 {
  padding: 100px 0 130px;

  background: url(http://placehold.it/1920x574);

  z-index: 0;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;
}

.testimonials-1 h1 {
  color: #e4e3e3;

  font-weight: 700;

  font-size: 27px;

  margin: 0 0 40px;

  text-transform: uppercase;
}

.testimonials-1 .text {
  color: #e4e3e3;

  font-size: 18px;

  font-weight: 300;

  margin-bottom: 30px;

  line-height: 33px;
}

.testimonials-1 .avatar img {
  width: 120px;

  height: 120px;

  border-radius: 10%;

  background: #fff;

  margin-bottom: 20px;
}

.testimonials-1 h4 {
  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 10px;

  font-size: 15px;

  color: #fff;
}

/** TESTIMONIALS 2 **/

.testimonials-2 {
  position: relative;

  padding: 100px 0 130px;

  display: inline-block;

  width: 100%;

  float: left;

  background: #eaeaea;
}

.testimonials-2 .sec-title-three h4 {
  position: relative;

  font-size: 16px;

  font-weight: 600;

  margin-bottom: 14px;
}

.testimonials-2 .sec-title-three h2 {
  text-transform: uppercase;

  font-size: 27px;

  margin: 0 0 20px;

  font-weight: 700;
}

.testimonials-2 .sec-title-three .text {
  margin-top: 10px;

  font-size: 20px;

  line-height: 35px;

  font-weight: 300;

  margin-bottom: 15px;
}

.testimonials-2 .content .avatar {
  border-radius: 50%;

  max-width: 220px;

  margin: 0 auto;
}

.testimonials-2 .content .avatar img {
  border-radius: 50%;
}

.testimonials-2 .content .text {
  font-size: 20px;

  line-height: 35px;

  font-weight: 300;

  margin: 20px 0;
}

.testimonials-2 .content .author-name {
  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 10px;
}

.testimonials-2 .content ul {
  padding: 0;

  margin: 0;
}

.testimonials-2 .content ul li {
  list-style: none;

  display: inline-block;

  color: orange;
}

/** TESTIMONIALS 3 **/

.testimonials-3 {
  padding: 100px 0 130px;

  background: url(../img/testiBg.jpg);

  z-index: 0;

  background-repeat: no-repeat;

  background-size: cover;
}

.testimonials-3 h1 {
  color: #f5f5f5;

  font-weight: 700;

  font-size: 27px;

  margin: 0 0 50px;

  text-align: center;
}

.testimonials-3 .testimonials-info {
  padding: 0 45px;
  text-align: center;
}

.testimonials-3 .content .text {
  color: #f5f5f5;

  font-size: 17px;

  line-height: 30px;

  font-weight: 300;

  margin: 0 0 10px;
}

.testimonials-3 .content .author-name {
  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 10px;

  color: #f5f5f5;
}

.testimonials-3 .content ul {
  margin: 0;

  padding: 0;
}

.testimonials-3 .content ul li {
  list-style: none;

  display: inline-block;

  color: orange;
}

.testimonials-3 .content .avatar {
  max-width: 160px;

  margin: 0 auto;
}

.testimonials-3 .content .avatar img {
  border-radius: 5%;
}

.testimonials-3 .content {
  margin-bottom: 30px;
}

/** OVERVIEW BGI **/

.overview-bgi {
  position: relative;
}

.overview-bgi:before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.6);
}

.text-color {
  color: #fff !important;
}

.t-slider-l {
  width: 30px;

  height: 30px;

  line-height: 25px;

  position: absolute;

  top: 100%;

  z-index: 5;

  display: inline-block;

  border: solid 1px #092cf8;

  background: #092cf8;

  text-align: center;

  border-radius: 0;
}

.t-slider-l i {
  font-size: 15px;

  line-height: 27px;

  color: #fff;

  border-radius: 0;
}

.t-slider-r {
  width: 30px;

  height: 30px;

  line-height: 25px;

  position: absolute;

  top: 100%;

  z-index: 5;

  display: inline-block;

  right: 0;

  border: solid 1px #092cf8;

  background: #092cf8;

  text-align: center;

  border-radius: 0;
}

.t-slider-r i {
  font-size: 15px;

  line-height: 27px;

  color: #fff;

  border-radius: 0;
}

.pojison {
  top: 47%;
}

/** AGENT BOX AREA START **/

.agent-1 {
  margin: 0 auto 30px;

  background: #fff;

  text-align: center;
}

.agent-1:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.agent-1 .agent-content {
  padding: 30px 20px;

  text-align: center;
}

.agent-1 .agent-img img {
  background: #d0cece;
}

.agent-1 .agent-content h5 {
  margin: 0 0 20px;
}

.agent-1 .agent-content h5 a {
  color: #343a40;

  font-size: 16px;

  font-weight: 600;
}

.agent-1 .agent-content h6 {
  font-size: 13px;

  margin-bottom: 20px;

  font-weight: 400;

  color: #535353;
}

.agent-1 .agent-content .social-list li {
  display: inline-block;
}

.agent-1 .agent-content .social-list li a {
  margin: 0 8px;

  font-size: 15px;
}

/** SOCIAL MEDIA BIG AREA START **/

.social-media li {
  list-style: none;

  float: left;

  margin: 0 5px 5px 0;
}

.social-media ul li a {
  font-size: 18px;

  display: inline-block;

  width: 45px;

  height: 45px;

  border-radius: 3px;

  text-align: center;

  line-height: 45px;

  background: #f3f3f3;
}

.social-media ul li a:hover {
  color: #fff;
}

.img-responsive {
  width: 100%;
}

/** AGENT BOX 2 AREA START **/

.agent-2 {
  margin: 0 auto 0px;

  background: #fff;
}

.agent-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.agent-2 .agent-content {
  padding: 30px 30px 0;
}

.agent-2 .agent-content ul li {
  line-height: 30px;

  font-size: 13px;
}

.agent-2 .agent-content ul li a {
  color: #535353;
}

.agent-2 .agent-content ul li strong {
  margin-right: 5px;

  font-weight: 600;
}

.agent-2 .agent-content h3 {
  font-weight: 600;

  margin: 10px 0 10px;

  font-size: 20px;

  text-transform: uppercase;
}

.agent-2 .agent-content h3 a {
  color: #37404d;
}

.agent-2 .agent-content h5 {
  font-weight: 400;

  margin: 0;
}

strong {
  font-weight: 600;
}

.agent-2 .agent-theme-2 {
  padding: 0;

  position: relative;
}

.agent-2 .agent-theme-2 .social-list {
  width: 100%;

  position: absolute;

  bottom: 0;

  padding: 15px 10px 10px;

  border-radius: 0;

  background: rgba(0, 0, 0, 0.7);

  text-align: center;
}

.agent-2 .agent-theme-2 .social-list li {
  list-style: none;

  display: inline-block;
}

.agent-2 .agent-theme-2 .social-list li a {
  margin: 0 8px;

  color: #fff;
}

.a-2 .agent-content {
  padding: 40px 30px 0;
}

/** AGENT DETAIL AREA START **/

.agent-detail {
  background: #fff;

  margin-bottom: 30px;
}

.agent-detail h3 {
  font-weight: 600;

  margin: 10px 0 20px;

  text-transform: uppercase;
}

.agent-detail h3 a {
  color: #37404d;
}

.agent-detail .agent-content {
  padding: 20px 30px;
}

.agent-detail .agent-theme {
  padding: 0;
}

.agent-detail .social-media ul li a {
  font-size: 15px;

  width: 35px;

  height: 35px;

  line-height: 35px;
}

.address-list {
  margin: 0 0 20px;

  padding: 0;
}

.address-list li {
  line-height: 32px;

  font-size: 13px;
}

.address-list li span i {
  width: 30px;
}

.address-list li span {
  font-weight: 600;

  float: left;
}

/** CUSTOMERS SAY AREA START **/

.customers-say-box {
  background: #ffffff;

  margin: 0 auto 30px;
}

.customers-say-box:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.customers-say-box .header {
  padding: 30px 20px 60px;

  text-align: center;

  position: relative;

  border: none;

  color: #fff;

  margin: 0;

  background: url(http://placehold.it/262x143);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;
}

.customers-say-box .header h2 {
  margin: 0 0 8px;

  font-size: 20px;

  color: #fff;
}

.customers-say-box .header h4 {
  font-size: 10px;

  color: #fff;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.customers-say-box .profile-img {
  border-radius: 50%;

  background-clip: padding-box;

  border: 5px solid #fff;

  bottom: -45px;

  float: left;

  height: 95px;

  width: 95px;

  left: 50%;

  margin-left: -45px;

  position: absolute;
}

.customers-say-box .detail {
  padding: 65px 20px 20px;

  text-align: center;
}

.customers-say-box .detail p {
  font-size: 13px;

  margin-bottom: 0;
}

/** SOCIAL COLOR AREA START **/

.facebook:hover {
  color: #3b589e !important;
}

.twitter:hover {
  color: #56d7fe !important;
}

.linkedin:hover {
  color: #1c82ca !important;
}

.google:hover {
  color: #dc4e41 !important;
}

.rss:hover {
  color: #e78733 !important;
}

/** FACEBOOK BG AREA START **/

.facebook-bg:hover {
  background: #3b589e;
}

.twitter-bg:hover {
  background: #56d7fe;
}

.linkedin-bg:hover {
  background: #1c82ca;
}

.google-bg:hover {
  background: #dc4e41;
}

.rss-bg:hover {
  background: #e78733;
}

/** BLOCK HEADING AREA START **/

.option-bar {
  background: #fff;

  border-radius: 3px;

  height: 50px;

  margin-bottom: 30px;
}

.option-bar h4 {
  line-height: 50px;

  display: inline-block;

  padding-right: 20px;

  border-radius: 3px 0 0 3px;

  margin: 0 0 0;

  font-weight: 600;
}

.option-bar .heading-icon {
  width: 50px;

  text-align: center;

  margin-right: 20px;

  display: inline-block;

  border-radius: 3px 0 0 3px;

  position: relative;

  color: #fff;
}

.option-bar .sorting {
  padding: 8px 12px;

  background: #fff;

  border: 1px solid #eee;

  color: #999;

  margin-right: 5px;

  font-size: 13px;

  font-weight: 300;
}

.option-bar .sorting-options {
  margin: 10px 15px 0 0;

  text-align: right;
}

.option-bar .sorting {
  font-size: 13px;

  font-weight: 300;

  padding: 5px 12px;

  border: solid 1px #e7e7e7;
}

.option-bar .sorting:focus {
  outline: none;
}

.change-view-btn {
  margin-left: 5px;

  border-radius: 2px;

  background: transparent;

  padding: 5px 9px;
}

.change-view-btn:hover {
  color: #fff;
}

.active-view-btn {
  color: #fff !important;

  margin-left: 5px;

  padding: 5px 9px;
}

.active-view-btn:hover {
  background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ccc !important;

  filter: "alpha(opacity=20)";

  -ms-filter: "alpha(opacity=20)";
}

/** PORTFOLIO ITEM **/

.portfolio-item {
  margin-bottom: 30px;
}

.properties-gallery .pad {
  padding: 0;
}

.properties-gallery .portfolio-item {
  margin-bottom: 30px;
}

.pg .portfolio-item {
  margin-bottom: 0;
}

/** PORTFOLIO AREA START **/

.portfolio-item,
.portfolio-item:focus {
  outline: none;

  margin-bottom: 30px;

  position: relative;

  cursor: pointer;
}

.portfolio-item img,
.portfolio-item img:focus {
  outline: none;

  width: 100%;

  height: 100%;
}

.portfolio-item:hover img {
  zoom: 1;

  filter: alpha(opacity=20);

  -webkit-opacity: 0.1;

  opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
  display: inline;

  -webkit-transition-delay: 0.5s;

  transition-delay: 0.5s;

  background-color: rgba(0, 0, 0, 0.9);

  color: #fff !important;

  z-index: -999;
}

.portfolio-content {
  display: none;

  top: 0;

  width: 100%;

  text-align: center;

  padding: 20px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.8s ease;

  transition: all 0.8s ease;

  text-transform: uppercase;

  color: #1c1c1c;

  height: 100%;

  position: absolute;

  right: 0;
}

.portfolio-content-inner {
  position: relative;

  top: 50%;

  transform: translateY(-50%);
}

.portfolio-content p {
  font-size: 12px;

  font-weight: 600;

  letter-spacing: 1px;

  color: #fff;
}

.overview-box p {
  color: #333;

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.5s linear;

  transition: all 0.5s linear;
}

.overview {
  z-index: 9;

  cursor: default;

  overflow: hidden;

  text-align: center;

  position: relative;

  margin-bottom: 16px;

  box-shadow: 0 0 3px #ddd;
}

.overview .mask,
.overview .content {
  width: 100%;

  height: 100%;

  position: absolute;

  overflow: hidden;

  top: 20%;

  left: 0;
}

.overview img {
  display: block;

  position: relative;

  width: 100%;

  height: 232px;
}

.overview .big-img {
  height: 480px;
}

.overview-box img {
  left: 10px;

  margin-left: -10px;

  position: relative;

  -webkit-transition: all 0.6s ease-in-out;

  transition: all 0.6s ease-in-out;

  border: none;
}

.overview-box:hover > img {
  -webkit-transform: scale(2) rotate(10deg);

  transform: scale(2) rotate(10deg);

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";

  filter: alpha(opacity=30);

  opacity: 0.3;
}

.overview h2 {
  text-transform: uppercase;

  color: #fff;

  text-align: center;

  position: relative;

  font-size: 18px;

  padding: 10px;

  background: rgba(0, 0, 0, 0.8);

  margin: 20px 0 0 0;

  text-shadow: none;
}

.overview-box h2 {
  color: #333;

  margin: 0 20px 0;

  background: transparent;

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.5s linear;

  transition: all 0.5s linear;

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;
}

.overview a.btn {
  display: inline-block;

  overflow: hidden;

  text-transform: uppercase;
}

.overview-box a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  -webkit-transform: scale(0);

  transform: scale(0);

  transition: all 0.5s linear;

  padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
  -webkit-transform: scale(1);

  transform: scale(1);

  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;
}

.latest-offest .col-pad {
  padding: 0 8px;
}

/** ADVANCE SEARCH **/

.show-more-options {
  font-weight: 600;

  font-size: 12px;

  margin-bottom: 20px;

  display: block;
}

/** PAGINATION AREA START **/

.pagination > li > a,
.pagination > li > span {
  border-radius: 0% !important;

  margin: 0 5px 5px;

  text-align: center;

  padding: 7px 14.5px;

  display: inline-block;
}

.pagination > li > a {
  font-weight: 400;
}

.pagination > li > a:hover {
  color: #fff;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 18px;

  color: #212529;

  background: #fff;

  border: none;

  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/** FORM CONTENT BOX AREA START **/

.form-content-box {
  max-width: 450px;

  box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 1px;

  color: #4a4747;

  margin: 50px auto;

  text-align: center;
}

.form-content-box .details {
  padding: 30px 30px;

  background: #fff;
}

.form-content-box .details .main-title {
  margin-bottom: 30px;
}

.form-content-box .details .main-title h1 {
  color: #505050;

  font-size: 30px;
}

.form-content-box .checkbox label::before {
  width: 0;

  height: 0;

  left: 0;

  margin-left: 0;
}

.form-content-box .checkbox {
  padding-left: 8px;

  margin: 15px 0;
}

.or-text {
  position: absolute;

  top: -10px;

  display: inline-block;

  left: 50%;

  margin-left: -21px;

  color: rgb(153, 156, 164);

  font-size: 14px;

  padding: 0 10px;

  background: #e5e4e4;
}

.form-content-box h3 {
  margin: 0 0 30px;

  font-size: 20px;

  font-weight: 600;

  color: #323232;
}

.form-content-box .input-text {
  width: 100%;

  padding: 10px 15px;

  font-size: 13px;

  height: 44px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #717171;

  border-radius: 3px;
}

.form-content-box .footer {
  font-size: 13px;

  padding: 20px;

  background-color: #f5f5f5;
}

.form-content-box .footer span a {
  font-weight: bold;
}

.form-content-box .footer span a:hover {
  color: #8b8b8b;
}

.form-content-box .checkbox a {
  color: #8b8b8b;

  font-size: 13px;
}

/** ERROR404 AREA START **/

.error404-content {
  max-width: 500px;

  margin: 60px auto;

  text-align: center;
}

.error404-content h1 {
  font-size: 140px;

  font-weight: 600;
}

.error404-content h2 {
  font-size: 25px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 20px;
}

.error404-content p {
  font-size: 20px;

  font-weight: 300;

  margin-bottom: 30px;

  line-height: 35px;
}

.error404-content .button-sm {
  padding: 10px 30px;
}

/** BLOG AREA START **/

.blog-box {
  margin-bottom: 30px;

  border-radius: 0;

  padding: 0;

  border: none;

  position: relative;

  background: transparent;
}

a:hover {
  text-decoration: none;

  color: #4a4747;
}

.blog-box h3 {
  margin: 0 0 20px;

  font-size: 20px;

  font-weight: 600;
}

.blog-box .detail {
  padding: 30px;

  background: #fff;
}

.read-more {
  font-weight: 600;

  font-size: 15px;
}

.blog-box .date-box {
  position: absolute;

  top: 0;

  right: 20px;

  display: block;

  letter-spacing: 1px;

  padding: 12px;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);
}

.blog-box .date-box h5 {
  color: #fff;

  margin: 0;

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;
}

.blog-box .detail .title a:hover {
  color: #7a7677;
}

.blog-box .detail .post-meta {
  font-size: 12px;

  margin-bottom: 20px;

  font-weight: 600;

  letter-spacing: 0.5px;
}

.blog-box .detail .post-meta span {
  margin-right: 15px;
}

.blog-box .detail .post-meta span a i {
  margin-right: 5px;
}

.blog-box .detail p {
  margin-bottom: 20px;

  line-height: 28px;
}

.blog-creative .blog-box .detail {
  padding: 20px !important;
}

/** BLOG BOX 2 AREA START **/

.blog-box-2 {
  padding: 0;

  border: none;

  position: relative;

  margin-bottom: 30px;
}

.blog-box-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-photo {
  position: relative;

  overflow: hidden;

  display: block;
}

.blog-box-2 .post-meta {
  height: 55px;

  background-color: #f4f4f4;

  margin-bottom: 0;
}

.blog-box-2 .post-meta ul {
  margin: 0;

  padding: 0 15px;
}

.blog-box-2 .post-meta .profile-user {
  padding: 6px 0 6px 6px;
}

.blog-box-2 .post-meta .profile-user img {
  border-radius: 10px;

  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);

  height: 60px;

  margin-right: 5px;

  margin-top: -45px;

  object-fit: cover;

  position: relative;

  width: 100%;
}

.blog-box-2 .post-meta ul li {
  font-size: 14px;

  margin: 0;

  position: relative;

  float: left;

  padding: 16px 12px;

  width: 135px;
}

.blog-box-2 .post-meta ul li:last-child {
  padding: 16px 0 16px 12px;
}

.blog-box-2 .post-meta ul li span {
  font-weight: 600;
}

.blog-box-2 .detail {
  padding: 25px 20px 20px;
}

.blog-box-2 .detail h4 {
  margin: 0 0 15px;

  font-size: 16px;

  font-weight: 600;
}

.blog-box-2 .detail h4 a {
  color: #37404d;
}

.blog-box-2 .detail p {
  margin-bottom: 15px;

  font-size: 13px;
}

/** SIDEBAR WIDGET AREA START **/

.sidebar-widget {
  background: #fff;

  padding: 20px;

  margin-bottom: 30px;
}

.sidebar .contact-1 .contact-form form textarea {
  min-height: 130px;
}

.contact-1 label {
  font-weight: 600;

  font-size: 13px;
}

.single-block {
  margin-bottom: 30px;
}

.form-search {
  position: relative;
}

.form-search .form-control {
  border: 1px solid #eee;

  box-shadow: none;

  border-radius: 3px;

  height: 45px;
}

.form-search .btn {
  background: none;

  position: absolute;

  right: 0;

  top: 0;

  padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
  box-shadow: none;

  outline: none;
}

.form-search .btn i {
  color: #4a4747;
}

.form-search .form-group,
.form-search .form-control {
  width: 100%;
}

.range-slider {
  margin-top: 0px;

  margin-bottom: 30px;
}
.min-max-price-wrap {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 12px;
}
.range-slider .ui-slider {
  position: relative;

  text-align: left;
}

.range-slider label {
  font-size: 13px;

  color: #4a4747;

  font-weight: 600;

  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;

  z-index: 2;

  width: 14px;

  height: 14px;

  border-radius: 50%;

  border: 2px solid #66676b;

  cursor: w-resize;

  outline: none;

  top: -5px;

  margin-left: -8px;

  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;

  z-index: 1;

  display: block;

  border: 0;

  background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
  background-color: #ccc;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 4px;

  border-radius: 10px;

  width: calc(100% - 16px);

  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;

  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.min-value:focus,
.max-value:focus,
.min-value,
.max-value {
  width: 40%;

  display: inline-block;

  border: 0;

  background-color: transparent;

  padding: 0;

  margin: 12px 0 0 0;

  cursor: default;
}

.min-value {
  float: left;

  margin-left: -8px;

  width: 40%;

  margin-right: -8px;

  font-size: 11px;

  color: #fff;

  font-weight: 700;

  margin-top: 15px;
}

.max-value {
  float: right;

  width: 40%;

  text-align: right;

  margin-right: -8px;

  font-size: 11px;

  color: #fff;

  font-weight: 700;

  margin-top: 15px;
}

.sidebar .properties-box .detail header {
  padding-bottom: 0;
}

/** CATEGORY AREA START **/

.category-posts ul {
  margin: 0;

  padding: 0;
}

.category-posts ul li {
  padding: 10px 0;

  border-bottom: dashed 1px #ededed;
}

.category-posts ul li a {
  color: #535353;
}

.category-posts ul li span {
  float: right;
}

.category-posts ul li:last-child {
  border-bottom: none;

  padding: 10px 0 0;
}

/** TAGS BOX AREA START **/

.tags-box ul li {
  display: inline-block;
}

.tags-box ul li a {
  float: left;

  margin: 0 5px 5px 0;

  padding: 6px 12px;

  font-size: 12px;

  font-weight: 400;

  color: #61666d;

  border: solid 1px #f3f3f3;

  background: #f3f3f3;

  letter-spacing: 1px;

  border-radius: 2px;
}

.tags-box ul li a:hover {
  color: #fff;
}

/** LATEST REVIWS AREA START **/

.latest-reviews .media {
  margin: 0 0 30px;
}

.latest-reviews .media .media-left {
  padding-right: 20px;
}

.latest-reviews .media .media-left img {
  width: 50px;

  height: 50px;

  border-radius: 15%;
}

.latest-reviews .media-heading {
  font-size: 15px;

  line-height: 18px;

  margin: 0 0 5px;

  font-weight: 600;
}

.latest-reviews .media-heading a {
  color: #4a4747;
}

.latest-reviews .media .media-body .rating {
  margin-bottom: 8px;
}

.latest-reviews .media .media-body .rating i {
  color: #f8b42b;

  font-size: 10px;
}

.latest-reviews .media .media-body p {
  font-size: 13px;

  margin: 0;

  font-weight: 400;
}

.latest-tweet p {
  font-size: 14px;

  margin: 0 0 20px;
}

.latest-tweet p:last-child {
  margin: 0;
}

/** POPULAR POSTS AREA START **/

.popular-posts .media {
  margin: 0 0 30px;

  color: #4a4747;
}

.popular-posts .media .media-left {
  padding-right: 15px;
}

.popular-posts .media-heading {
  font-size: 14px;

  margin: 0 0 3px;

  font-weight: 600;
}

.popular-posts .media-heading a:hover {
  color: #7a7677;
}

.popular-posts .media .media-body p {
  margin-bottom: 0;

  font-size: 13px;
}

.popular-posts .media .media-body .price {
  font-weight: 600;

  font-size: 13px;
}

.popular-posts .media:last-child {
  margin: 0;
}

/** POPULAR POSTS AREA START **/

.archives ul {
  margin: 0;

  padding: 0;
}

.archives ul li {
  line-height: 40px;

  border-bottom: dashed 1px #f1f0f0;
}

.archives ul li:last-child {
  border-bottom: none;
}

.archives ul li a {
  color: #535353;
}

/** BLOG BANNER AREA START **/

.blog-banner {
  padding: 50px 0;

  background: #ececec;

  width: 100%;

  text-align: center;
}

.blog-banner .breadcrumb-area h1 {
  margin: 0 0 15px;

  font-weight: 700;

  font-size: 25px;

  text-transform: uppercase;

  color: #37404d;
}

.blog-banner .breadcrumbs .active {
  margin-left: 15px;

  color: #37404d;
}

.blog-banner .breadcrumbs li {
  display: inline-block;

  list-style: none;

  font-weight: 400;

  font-size: 15px;
}

.blog-banner .breadcrumbs li a {
  color: #37404d;
}

.blog-banner h2 {
  margin: 0;
}

.blog-share {
  float: right;

  text-align: right;
}

.blog-share ul li {
  margin: 0 0 5px 5px;
}

.blog-share ul li a {
  list-style: none;

  float: left;

  font-size: 14px;

  display: inline-block;

  width: 31px;

  height: 31px;

  line-height: 31px;
}

.comments {
  list-style: none;

  margin: 0;

  padding: 0;
}

.comment {
  margin: 0 0 30px 0;

  position: relative;
}

.comment-author {
  background-color: #dddddd;

  border-radius: 50%;

  height: 60px;

  left: 0;

  position: absolute;

  top: 0;

  transition: background-color 0.15s linear;

  width: 60px;
}

.comment-author a img {
  bottom: 2px;

  border-radius: 50%;

  display: block;

  height: 60px;

  width: 60px;

  position: absolute;

  top: 0;
}

.t-s {
  margin-top: 40px;
}

.t-s h2 {
  font-weight: 600;

  font-size: 20px;

  margin: 0 0 20px;

  color: #212121;
}

.comment-content {
  margin-left: 80px;

  padding: 20px;
}

.comment-meta-author {
  float: left;

  font-weight: 700;
}

.comment-meta-author a {
  font-weight: 600;
}

.comment-meta-author a:hover {
  color: #4a4747;
}

.comment-meta-reply {
  color: #fff;

  float: right;

  font-size: 12px;

  font-weight: 600;

  margin: 0 0 0 15px;
}

.comment-meta-reply a {
  border-radius: 2px;

  color: #fff;

  padding: 4px 8px;
}

.comment-meta-date {
  float: right;

  font-size: 0.9em;
}

.comment-body {
  color: gray;

  margin-top: 10px;

  line-height: 24px;
}

.comment-rating {
  color: orange;

  margin-bottom: 5px;
}

.comments ul {
  list-style: none;

  margin: 0 0 0 80px;

  padding: 0;
}

.comment-meta-date span {
  background-color: #cacaca;

  border-radius: 3px;

  color: #fff;

  padding: 4px 8px;
}

/** CONTACT 1 AREA START **/

.contact-1 .contact-form form .input-text {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 45px;

  border-radius: 3px;
}

.contact-1 .contact-details .media .media-left i {
  width: 55px;

  font-size: 24px;

  height: 55px;

  line-height: 55px;

  border-radius: 50%;

  text-align: center;
}

.contact-1 .contact-details h3 {
  font-size: 27px;

  font-weight: 600;

  margin: 0 0 35px;
}

.contact-1 .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-1 .contact-form form textarea {
  min-height: 210px;
}

.contact-1 .contact-details .media .media-left {
  padding-right: 30px;
}

.contact-1 .contact-details .media .media-body h4 {
  letter-spacing: 1px;

  font-weight: 600;

  font-size: 14px;

  font-style: normal;

  margin: 0 0 10px;
}

.contact-1 .contact-details .media .media-body p {
  margin-bottom: 5px;
}

.contact-1 .contact-details .media .media-body p {
  font-size: 13px;

  letter-spacing: 0.52px;

  line-height: 20px;
}

.contact-1 .contact-details .media .media-body p a {
  color: #535353;
}

.contact-1 .contact-details .media {
  margin: 0 0 30px;
}

/** CONTACT 2 AREA START **/

.contact-2 .contact-form form .input-text {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 45px;

  border-radius: 3px;
}

.contact-2 .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
  min-height: 150px;
}

.contact-2 .contact-details .media {
  margin: 0 0 30px;
}

.contact-2 .contact-details .media .media-left {
  padding-right: 20px;
}

.contact-2 .contact-details .media .media-left i {
  width: 45px;

  font-size: 20px;

  height: 45px;

  line-height: 45px;

  border-radius: 10%;

  text-align: center;
}

.contact-2 .contact-details .media .media-body h4 {
  letter-spacing: 1px;

  font-weight: 600;

  font-size: 14px;

  font-style: normal;

  margin: 0 0 10px;
}

.contact-2 .contact-details .media .media-body p {
  font-size: 13px;

  letter-spacing: 0.52px;

  line-height: 20px;
}

.contact-2 .contact-details .media .media-body p a {
  color: #535353;
}

.contact-2 h3 {
  margin: 0 0 30px;

  font-weight: 300;

  font-size: 27px;
}

.contact-2 .opening-hours {
  margin-bottom: 50px;
}

.contact-2 .contact-details {
  margin-bottom: 50px;
}

.contact-2 .opening-hours .list-style-none {
  margin: 0;

  padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
  list-style: none;

  line-height: 35px;

  font-size: 13px;
}

.contact-2 .opening-hours strong {
  width: 85px;

  display: inline-block;

  font-weight: 600;
}

/** CONTACT 3 AREA START **/

.contact-3 .contact-info {
  margin-bottom: 50px;
}

.contact-3 .contact-info h3 {
  margin: 0 0 30px;

  font-weight: 300;

  font-size: 27px;
}

.contact-3 .contact-info .contact-list {
  margin: 0 0 50px;

  padding: 0;
}

.contact-3 .contact-info .contact-list li {
  list-style: none;

  padding-left: 40px;

  position: relative;

  margin-bottom: 20px;

  line-height: 22px;

  color: #535353;
}

.contact-3 .contact-info .contact-list li i {
  left: 0;

  position: absolute;

  top: 0;

  line-height: 22px;

  font-size: 18px;
}

.contact-3 .contact-info .social-list {
  margin: 0;

  padding: 0;
}

.contact-3 .contact-info .social-list li {
  font-size: 13px;
}

.contact-3 .contact-info .social-list li a {
  font-size: 16px;

  float: left;

  margin-right: 20px;
}

.contact-3 .contact-form form .input-text {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 45px;

  border-radius: 3px;
}

.contact-3 .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-3 textarea {
  min-height: 200px;
}

.contact-map {
  height: 250px !important;
}

.contact-map-content .map-content {
  width: 250px;
}

.location .contact-map {
  height: 400px !important;
}

/** ABOUT CITY ESTATE AREA START **/

.about-city-estate {
  padding-top: 100px;
}

.about-city-estate h5 {
  margin: 0 0 15px;

  font-weight: 600;

  line-height: 23px;
}

.about-city-estate .main-title-2 h1 {
  font-weight: 600;

  font-size: 30px;
}

.about-text p {
  line-height: 23px;

  font-size: 13px;

  margin-bottom: 20px;
}

.about-text {
  margin-top: 20px;
}

.about-text h3 {
  font-size: 23px;

  font-weight: 600;

  margin: 0 0 20px;
}

/** SUB BANNER AREA START **/
.sub-banner.faqBanner {
  background: url(../img/faq.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-banner {
  background: url(../img/contact.jpeg) top left repeat;
  background-position: center;

  background-size: cover;

  height: 280px;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;

  text-align: center;

  width: 100%;

  position: absolute;

  top: 40%;

  right: 0;

  left: 0;

  z-index: 20;
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 10px;

  font-weight: 700;

  text-transform: uppercase;

  color: #dadada;

  z-index: 20 !important;

  font-size: 32px;
}

.sub-banner .breadcrumbs li {
  display: inline-block;

  list-style: none;

  font-weight: 400;

  font-size: 18px;
}

.sub-banner .breadcrumbs li a {
  color: #dadada;
}

.breadcrumbs .active:before {
  content: "\f105";

  font-family: "FontAwesome";

  font-size: 14px;

  margin-right: 15px;

  font-weight: 600;
}

.breadcrumbs .active {
  margin-left: 15px;

  color: #dadada;
}

/** SERVICES INFO AREA START **/

.services-info {
  background: #fff;

  padding: 20px;

  margin-bottom: 30px;
}

.services-info:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.services-info i {
  font-size: 30px;

  margin-bottom: 20px;
}

.services-info h5 {
  font-size: 16px;

  font-weight: 600;

  line-height: 22px;

  margin: 10px 0 10px;
}

.services-info p {
  margin-bottom: 0;

  font-size: 13px;
}

/** SERVICES INFO 2 AREA START **/

.services-info-2 {
  padding: 10px;

  border: none;
}

.services-info-2:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.services-info-2 p {
  font-size: 13px;
}

.services-info-2 h3 {
  font-size: 17px;

  font-weight: 600;

  margin: 0 0 10px;
}

.services-info-2 .caption {
  padding: 20px 0 10px;
}

.services-2 .our-partners img {
  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  filter: grayscale(0%);
}

.services-2 .read-more {
  font-weight: 600;

  font-size: 13px;
}

/** SERVICES INFO 3 AREA START **/

.services-info-3 {
  background: #fff;

  padding: 20px;

  text-align: center;

  margin-bottom: 30px;
}

.services-info-3:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.services-info-3 i {
  font-size: 30px;

  margin-bottom: 20px;
}

.services-info-3 h5 {
  font-size: 16px;

  font-weight: 600;

  line-height: 22px;

  margin: 10px 0 10px;
}

.services-info-3 p {
  margin-bottom: 0;

  font-size: 13px;
}

/** HELPING CENTER AREA START **/

.helping-center {
  margin-bottom: 30px;

  padding-left: 50px;

  text-align: left;
}

.helping-center .icon {
  float: left;

  margin-left: -50px;
}

.helping-center .icon i {
  font-size: 40px;
}

.helping-center h4 {
  font-weight: 600;

  margin: 0 0 5px;

  font-size: 15px;
}

.helping-center p {
  font-size: 13px;

  margin: 0;
}

.helping-center:last-child {
  margin: 0;
}

/** MRG BTM  BIG AREA START **/

.mrg-btm-30 {
  margin-bottom: 30px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.contact-details .mb-0 {
  margin-bottom: 0 !important;
}

/** MY PROFILE AREA START **/

.user-account-box {
  background: white;

  margin: 0 auto 50px;
}

.user-account-box .header {
  padding: 40px 0 40px;

  text-align: center;

  position: relative;

  border: none;

  margin: 0;

  background: #000000;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;
}

.user-account-box .header h3 {
  margin: 0 0 5px;

  color: #efefef;
}
.user-account-box .header h3.wallet-balance {
  font-size: 18px;
  line-height: 28px;
  background-color: #1c1c1c;
  border: 1px solid #646464;
  padding: 10px 15px;
  display: inline-block;
  margin: 0;
  margin-bottom: 13px;
}
.user-account-box .header p {
  margin-bottom: 5px;

  color: #efefef;
}
.reservation-detail-img img {
  height: 188px;
  object-fit: cover;
}
.whatsAppIcon {
  position: fixed;
  bottom: 100px;
  right: 33px;
}
.user-account-box .social-list {
  width: 100%;

  position: absolute;

  bottom: 0;

  padding: 15px 10px 10px;

  border-radius: 0;

  background: rgba(0, 0, 0, 0.7);

  text-align: center;
}

.user-account-box .social-list li {
  list-style: none;

  display: inline-block;
}

.user-account-box .social-list li a {
  margin: 0 8px;

  color: #fff;
}

.user-account-box .content {
  padding: 0;
}

.user-account-box .content ul {
  margin: 0;

  padding: 0;
}

.user-account-box .content ul li {
  list-style: none;

  font-weight: 400;
}

.user-account-box .content ul li a {
  border-bottom: 1px solid #f5f5f5;

  padding: 12px 20px 12px 20px;

  display: block;

  color: #37404d;

  border-left: solid 5px transparent;
}

.user-account-box .content ul li a i {
  margin-right: 10px;
}

.user-account-box .content ul li .active {
  font-weight: 600;
}

.my-address form .form-group {
  margin-bottom: 25px;
}

.my-address form .input-text {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 40px;

  line-height: 26px;

  border-radius: 3px;
}

.my-address form textarea {
  min-height: 150px;
}

.my-address form label {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: 400;

  color: #827f7f;
}

.my-address {
  background: #fff;

  padding: 30px 30px;
}

.edit-profile-photo {
  position: relative;

  width: 150px;

  margin: 0 auto 60px;

  border-radius: 10%;
}

.edit-profile-photo img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;

  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

.photoUpload {
  background: #fff;
}

.change-photo-btn {
  border-radius: 2px;

  display: inline-block;

  position: absolute;

  font-size: 13px;

  bottom: -45px;

  left: 15px;

  width: auto;

  background-color: #fff;

  color: #333;

  transition: 0.3s;

  cursor: pointer;

  line-height: 28px;
}

.photoUpload {
  position: relative;

  overflow: hidden;

  padding: 3px 12px;

  cursor: pointer;

  color: #fff;
}

.photoUpload input.upload {
  position: absolute;

  top: 0;

  right: 0;

  margin: 0;

  padding: 0;

  cursor: pointer;

  opacity: 0;

  filter: alpha(opacity=0);
}

.my-address {
  margin-bottom: 30px;
}

.my-properties .main-title-2 {
  margin-bottom: 0;
}

.headline {
  font-size: 22px;

  line-height: 32px;

  margin: 0 0 30px 0;
}

blockquote {
  padding: 10px 20px;

  margin: 0 0 20px;

  font-size: 14px;

  line-height: 30px;

  color: #4a4747;

  background: #f9f6f6;
}

.typography-page p {
  font-size: 14px;

  line-height: 30px;

  color: #4a4747;
}

.typography-page mark.color {
  color: #fff;
}

mark.color {
  color: #fff;

  border-radius: 3px;
}

mark {
  background: #ff0;

  color: #8a803e;
}

mark,
.mark {
  background-color: #fcf8e3;

  padding: 3px 5px;

  border-radius: 3px;
}

.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}

.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;

  margin: 14px 0;

  line-height: 27px;

  margin-left: 27px;

  position: relative;

  color: #4a4747;
}

.list-3,
.list-2,
.list-1 {
  padding: 5px 0 0 0;
}

.list-2 li:before {
  content: "\f00c";

  font-size: 14px;
}

.list-1 li:before {
  content: "\f0c8";

  font-size: 8px;
}

.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  font-family: "FontAwesome";

  margin: 0;

  position: relative;

  color: #66676b;

  float: left;

  margin-left: -27px;

  display: block;
}

.list-3 li:before {
  content: "\f058";

  font-size: 15px;

  top: 1px;
}

.numbered ol {
  counter-reset: li;

  list-style: none;

  padding: 0;

  margin-left: 18px;

  display: inline-block;
}

.numbered ol li {
  display: inline-block;

  padding: 6px 0;

  width: 100%;

  color: #4a4747;
}

.numbered.color ol > li::before {
  border: 1px solid #274abb;

  color: #274abb;
}

.numbered.color ol > li::before {
  border: 1px solid #66676b;

  color: #66676b;
}

.numbered ol > li::before {
  content: counter(li);

  counter-increment: li;

  font-size: 16px;

  line-height: 34px;

  width: 36px;

  height: 36px;

  display: inline-block;

  border: 1px solid #333;

  border-radius: 50%;

  text-align: center;

  margin: 0;

  margin-left: 0;

  font-weight: 500;

  color: #333;

  position: relative;

  float: left;

  left: -18px;

  transform: translateY(-20%);
}

.numbered.color.filled ol > li::before {
  color: #fff;
}

.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
  line-height: 40px;
}

.mrg-btm-52 {
  margin-bottom: 52px;
}

/** PANEL BOX **/

.panel-box .extra-feature {
  margin: 0;

  padding: 0;
}

.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-box .extra-feature li {
  list-style: none;

  margin-bottom: 15px;

  font-size: 13px;

  color: #4c4c4c;

  line-height: 16px;
}

.panel-box .panel-heading {
  padding: 0;

  margin-bottom: 30px;

  border-bottom: 1px solid transparent;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  color: #595757;

  background: none;
}

.panel-box .panel-group .panel + .panel {
  margin-top: 0;
}

.panel-box .panel-heading .panel-title a i {
  margin-right: 15px;
}

.panel-box .panel-heading .panel-title .fa:before {
  font-family: "FontAwesome";

  content: "\f068";
}

.panel-box .panel-heading .panel-title .collapsed .fa:before {
  font-family: "FontAwesome";

  content: "\f067";
}

.panel-box .panel-heading .panel-title a {
  text-decoration: none;
  display: flex;
}

.panel-box p {
  color: #6d6d6d;

  line-height: 28px;
}

.panel-box span a {
  font-weight: 400;
}

.faq-body .panel-box .panel-body {
  padding: 0px 0 30px;
}

.faq-body .nav-tabs {
  border-bottom: 1px solid transparent;

  margin-bottom: 30px;
}

.panel-box .panel-body {
  padding: 0;
}

.panel-box .panel-default {
  border-color: transparent;

  margin-bottom: 0;
}

.panel-box .extra-feature li i {
  margin-right: 15px;

  font-size: 16px;
}

.yes {
  color: #3c763d !important;

  margin-left: 5px;

  font-weight: 600 !important;

  font-size: 12px;
}

.no {
  color: #a94442 !important;

  margin-left: 7px;

  font-weight: 600 !important;

  font-size: 12px;
}

.nav > li {
  position: relative;

  display: block;

  font-weight: 600;

  text-align: center;

  letter-spacing: 1px;
}

.nav-tabs {
  border-bottom: 1px solid transparent;

  margin-bottom: 30px;
}

.nav-tabs > li > a {
  line-height: 1.42857143;

  border: none;
}

.nav-tabs > li > a:hover {
  background: transparent;

  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;

  cursor: default;

  border: none;

  border-radius: 0;

  border-bottom-color: transparent;
}

/** CAROUSEL CUSTOM AREA START **/

#carousel-custom .carousel-indicators {
  margin: 0;

  overflow: auto;

  position: static;

  text-align: left;

  white-space: nowrap;

  width: 100%;

  padding: 0;

  border: none;
}

#carousel-custom .carousel-indicators li {
  background-color: transparent;

  -webkit-border-radius: 0;

  border-radius: 0;

  display: inline-block;

  height: auto;

  margin: 0 !important;

  width: 12.5%;

  border: none;

  float: left;
}

#carousel-custom .carousel-indicators li img {
  display: block;

  opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75;
}

#carousel-custom .carousel-outer {
  position: relative;
}

.thumb-preview {
  width: 100%;
}

.thumbs {
  width: 100%;

  margin: 12px auto;
}

.thumbs img {
  width: 100%;

  float: left;
}

/** FLOOR PLANS AREA START **/

.floor-plans table {
  width: 100%;

  margin-bottom: 40px;

  border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td,
table th {
  padding: 10px 15px;

  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
  font-size: 13px;
}

/** PROPERTIES DETAILS PAGE AREA START **/

.properties-details-page p {
  line-height: 25px;
}

.properties-amenities ul {
  margin: 0;

  padding: 0;
}

.properties-amenities ul.amenities.overview-ul {
  padding: 0 20px;
}

.properties-amenities li {
  list-style: none;
}

.properties-amenities ul.amenities.overview-ul li {
  width: 32.333%;

  display: inline-block;

  vertical-align: top;
}

.properties-amenities ul li {
  list-style: none;

  margin-bottom: 20px;

  font-size: 13px;
}

.properties-amenities ul li i {
  margin-right: 20px;

  text-align: center;

  font-size: 15px;

  font-weight: 400;

  display: inline-block;

  vertical-align: middle;
}

.properties-amenities ul li span {
  display: inline-block;

  vertical-align: middle;

  width: 80%;
}

.properties-condition ul {
  margin: 0;

  padding: 0;
}

.properties-condition li {
  list-style: none;
}

.properties-condition ul li {
  list-style: none;

  margin-bottom: 20px;

  color: #4a4747;

  font-size: 13px;
}

.properties-condition ul li i {
  margin-right: 20px;

  text-align: center;

  font-size: 15px;

  font-weight: 400;
}

.sidebar .inside-properties iframe {
  width: 100%;

  border: 0;

  height: 250px !important;
}

.inside-properties iframe {
  width: 100%;

  border: 0;

  height: 400px !important;
}

.sidebar .location .contact-map {
  width: 100%;

  height: 250px !important;
}

.heading-properties h3 {
  font-weight: 700;

  margin-top: 0;

  color: #353434;
}

.heading-properties p {
  margin-bottom: 0;
}

.heading-properties h5 {
  text-align: right;

  font-weight: 700;
}

.Property-description .nav-tabs > li {
  float: left;

  margin-bottom: -1px;

  display: inline-block;
}

/** TABLE MANAGE TABLE PAGE AREA START **/

table.manage-table {
  width: 100%;

  border-collapse: separate;

  border-spacing: 0;

  border: none;
}

table.manage-table td:first-child {
  padding-left: 0;

  line-height: 25px;
}

.my-listing-table .title h4 a {
  color: #092cf8;
}

.slider-img-responsive {
  height: 240px;

  object-fit: cover;
  width: 100%;
}

table.manage-table .title-container img {
  width: 100%;

  height: auto;

  margin-right: 20px;
}

.my-listing-table tr td span.table-property-price {
  display: block;
}

.search-contents .form-control {
  height: 44px;
}

table.manage-table .title-container {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;
}

table.manage-table .title-container .img-holder {
  width: 35%;

  margin-right: 5%;
}

table.manage-table .title-container .title {
  width: 60%;
}

table.manage-table td {
  padding: 35px 20px;

  vertical-align: middle;

  border-bottom: 1px solid #e4e4e4;
}

table.manage-table .title-container .title h4 {
  margin: 5px 0 5px;

  display: block;

  font-size: 19px;
}

table.manage-table td.action a {
  display: block;

  color: #535353;

  line-height: 20px;

  padding: 3px 0;

  position: relative;

  margin-left: 21px;
}

table.manage-table .title-container .title .table-property-price {
  display: inline-block;

  color: #535353;

  font-size: 13px;

  font-weight: 600;
}

table.manage-table td.action a i {
  position: absolute;

  left: -21px;

  top: 5px;
}

table.manage-table .title-container {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;
}

table.manage-table .title-container .title span {
  display: block;

  color: #535353;
}

/** SUBMIT PROPERTY AREA START **/

.notification-box {
  padding: 30px 35px;

  color: #2e86b2;

  margin-bottom: 50px;

  background-color: #bae8ff;
}

.notification-box h3 {
  margin: 0 0 10px;

  font-weight: 600;
}

.notification-box p {
  font-size: 17px;

  margin: 0;
}

.submit-address form .input-text {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 44px;

  border-radius: 2px;
}

.submit-address form textarea {
  min-height: 250px;
}

.submit-address form label {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 10px;

  font-weight: 600;

  color: #827f7f;
}

.submit-address form .form-group {
  margin-bottom: 25px;
}

.submit-address form .search-contents-sidebar .form-group {
  float: left;

  width: 100%;
}

.dropzone-design {
  border: 2px dashed #d0d0d0;

  min-height: 100px;
}

.dropzone-design,
.dropzone-design * {
  box-sizing: border-box;
}

.dropzone-design {
  min-height: 150px;

  border: 2px solid rgba(0, 0, 0, 0.3);

  background: white;

  padding: 20px 20px;
}

.dropzone-design.dz-clickable {
  cursor: pointer;
}

.dropzone-design.dz-clickable * {
  cursor: default;
}

.dropzone-design.dz-clickable .dz-message,
.dropzone-design.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
  display: none;
}

.dropzone-design.dz-drag-hover {
  border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone-design .dz-preview {
  position: relative;

  display: inline-block;

  vertical-align: top;

  margin: 16px;

  min-height: 100px;
}

.dropzone-design .dz-preview:hover {
  z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;

  background: #999;

  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
  background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;

  -moz-transition: opacity 0.2s linear;

  -ms-transition: opacity 0.2s linear;

  -o-transition: opacity 0.2s linear;

  transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
  font-size: 14px;

  text-align: center;

  display: block;

  cursor: pointer;

  border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
  z-index: 20;

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

  font-size: 13px;

  min-width: 100%;

  max-width: 100%;

  padding: 2em 1em;

  text-align: center;

  color: rgba(0, 0, 0, 0.9);

  line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;

  font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);

  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;

  text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span,
.dropzone-design .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);

  padding: 0 0.4em;

  border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);

  -moz-transform: scale(1.05, 1.05);

  -ms-transform: scale(1.05, 1.05);

  -o-transform: scale(1.05, 1.05);

  transform: scale(1.05, 1.05);

  -webkit-filter: blur(8px);

  filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
  border-radius: 3px;

  overflow: hidden;

  width: 120px;

  height: 120px;

  position: relative;

  transition: all 0.3s;

  display: block;

  z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
  display: block;

  filter: blur(0px);

  transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);

  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);

  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);

  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);

  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
  opacity: 1;

  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);

  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);

  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);

  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);

  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark,
.dropzone-design .dz-preview .dz-error-mark {
  pointer-events: none;

  opacity: 0;

  z-index: 500;

  position: absolute;

  display: block;

  top: 50%;

  left: 50%;

  margin-left: -27px;

  margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg,
.dropzone-design .dz-preview .dz-error-mark svg {
  display: block;

  width: 54px;

  height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
  opacity: 1;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -ms-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
  opacity: 0;

  -webkit-transition: opacity 0.4s ease-in;

  -moz-transition: opacity 0.4s ease-in;

  -ms-transition: opacity 0.4s ease-in;

  -o-transition: opacity 0.4s ease-in;

  transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;

  -moz-animation: pulse 6s ease infinite;

  -ms-animation: pulse 6s ease infinite;

  -o-animation: pulse 6s ease infinite;

  animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
  opacity: 1;

  z-index: 1000;

  pointer-events: none;

  position: absolute;

  height: 16px;

  left: 50%;

  top: 50%;

  margin-top: -8px;

  width: 80px;

  margin-left: -40px;

  background: rgba(255, 255, 255, 0.9);

  -webkit-transform: scale(1);

  border-radius: 8px;

  overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
  background: #333;

  background: linear-gradient(to bottom, #666, #444);

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 0;

  -webkit-transition: width 300ms ease-in-out;

  -moz-transition: width 300ms ease-in-out;

  -ms-transition: width 300ms ease-in-out;

  -o-transition: width 300ms ease-in-out;

  transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;

  pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
  pointer-events: none;

  z-index: 1000;

  position: absolute;

  display: block;

  display: none;

  opacity: 0;

  -webkit-transition: opacity 0.3s ease;

  -moz-transition: opacity 0.3s ease;

  -ms-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

  border-radius: 8px;

  font-size: 13px;

  top: 130px;

  left: -10px;

  width: 140px;

  background: #be2626;

  background: linear-gradient(to bottom, #be2626, #a92222);

  padding: 0.5em 1.2em;

  color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
  content: "";

  position: absolute;

  top: -6px;

  left: 64px;

  width: 0;

  height: 0;

  border-left: 6px solid transparent;

  border-right: 6px solid transparent;

  border-bottom: 6px solid #be2626;
}

.dropzone-design {
  position: relative;

  border: 2px dashed #d0d0d0;

  border-radius: 3px;

  background: #fcfcfc;

  transition: all 0.3s linear;

  display: inline-block;

  width: 100%;
}

.dropzone-design:before {
  position: absolute;

  height: 100%;

  width: 100%;

  content: "";

  top: 0;

  left: 0;

  background: linear-gradient(
    to bottom,

    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );

  background-color: #66676b;

  opacity: 0;

  z-index: 10;

  transition: all 0.3s linear;

  border-radius: 3px;
}

.dropzone-design:hover:before {
  opacity: 0.4;
}

.dropzone-design .dz-message {
  text-align: center;

  margin: 50px 0;

  font-size: 17px;

  color: #4a4747;

  transition: all 0.3s linear;

  position: relative;

  z-index: 11;
}

.dropzone-design:hover .dz-message {
  color: #66676b;
}

.dz-message i {
  display: block;

  font-size: 32px;

  margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
  display: inline;

  line-height: 117px;
}

.bordered-right {
  border-right: 1px solid rgba(22, 24, 27, 0.12);
}

/** SPECIFICATIONS AREA START **/

.section-heading .media .media-left i {
  color: #fff;

  width: 47px;

  height: 47px;

  line-height: 47px;

  text-align: center;

  font-size: 30px;

  float: left;
}

.specifications .reviews-box ul {
  margin: 0;

  padding: 0;
}

.specifications .reviews-box ul li {
  list-style: none;

  float: left;
}

.specifications a:hover {
  color: #646363;
}

.book-btn {
  display: block;

  height: 41px;

  margin-bottom: 15px;

  border-radius: 3px;
}

.book-btn-l {
  float: left;

  padding: 0 12px;

  height: 40px;

  display: block;

  text-align: center;

  line-height: 40px;

  color: #fff;
}

.book-btn-r {
  height: 40px;

  line-height: 40px;

  font-size: 12px;

  text-transform: uppercase;

  color: #ffffff;

  font-weight: 600;

  text-align: center;

  display: block;
}

/** PAGE LOADER **/

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;

  position: absolute;

  left: 100px;

  top: 0;
}

.page_loader {
  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
  margin-bottom: 30px;
}

.social-media-box {
  text-align: left;

  float: left;

  width: 100%;
}

.social-media-box .social-list li a {
  text-align: center;

  display: inline-block;

  font-size: 18px;

  border-radius: 0;
}

/** Option Panel **/

.option-panel {
  z-index: 9999;

  width: 215px;

  position: fixed;

  right: 0;

  background: #fff;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);

  top: 20%;

  padding: 20px 15px;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;
}

.option-panel-collased {
  right: -215px;
}

.option-panel h2 {
  font-size: 13px;

  margin: 0 0 0 0;

  text-align: center;

  padding: 8px 0;

  text-transform: uppercase;

  font-weight: 600;
}

.option-panel .color-plate {
  width: 24px;

  height: 24px;

  float: left;

  margin: 3px;

  border-radius: 3px;

  cursor: pointer;
}

.default-plate {
  background: #95c41f;
}

.blue-plate {
  background: #2048bb;
}

.yellow-plate {
  background: #ffb400;
}

.red-plate {
  background: #d20023;
}

.green-light-plate {
  background: #1abc9c;
}

.orange-plate {
  background: #f34b0a;
}

.yellow-light-plate {
  background: #eae328;
}

.green-light-2-plate {
  background: #0dcdbd;
}

.olive-plate {
  background: #b3c211;
}

.purple-plate {
  background: #8e44ad;
}

.blue-light-plate {
  background: #3c9dff;
}

.brown-plate {
  background: #a14c10;
}

.setting-button {
  background: #eee;

  position: absolute;

  font-size: 16px;

  text-align: center;

  width: 50px;

  height: 50px;

  line-height: 50px;

  left: -50px;

  color: #fff;

  top: 0;

  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

  cursor: pointer;
}

/** Option Panel **/

/** ICONS LIBRARY **/

.icon-lists .heading {
  margin: 0 0 10px 0;

  text-transform: uppercase;
}

.glyph {
  background: #fff;

  width: 250px;

  height: 94px;

  float: left;

  text-align: center;

  padding: 20px 11px;

  margin: 10px;

  font-size: 10px;

  color: #999;
}

.glyph .glyph-icon {
  font-size: 24px;

  color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
  display: none;
}

.glyph .bshadow0 .lnr {
  font-size: 24px;

  color: #555;

  display: block;

  line-height: 35px;
}

.icon-lists mark {
  margin-bottom: 10px;

  display: inline-block;
}

.bs-glyphicons-list {
  padding-left: 0;

  list-style: none;
}

.bs-glyphicons li {
  width: 12.5%;

  font-size: 12px;
}

.bs-glyphicons li {
  float: left;

  width: 20%;

  height: 115px;

  padding: 10px;

  font-size: 10px;

  line-height: 1.4;

  text-align: center;

  background-color: #f9f9f9;

  border: 1px solid #fff;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;

  margin-bottom: 10px;

  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;

  text-align: center;

  word-wrap: break-word;
}

.font-awesome-icons .col-print-4 {
  margin-bottom: 10px;
}

.font-awesome-icons .text-muted {
  display: none;
}

/* new style*/

.middle-banner {
  float: left;

  width: 100%;
}

.middle-banner .banner-holder {
  float: left;

  width: 100%;
}

.middle-banner .banner-holder img {
  width: 100%;

  height: auto;
}

.swiper-wrap-for-apbr {
  display: block;

  margin-bottom: 30px;

  width: 100%;
}

.form-group.search-fields-2 span.select2-container {
  min-height: 44px;

  padding: 5px 0;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;

  width: 100% !important;
}

.form-group.search-fields-2 span.select2-container .select2-selection--single {
  border: none;
}

.form-group.search-fields-2 span.select2-container .select2-selection__arrow {
  top: 8px;

  right: 5px;
}

.form-group.search-fields-2
  span.select2-container
  .select2-selection__rendered {
  padding-left: 12px;
}

.select2-dropdown {
  padding: 0 !important;

  margin: 0 0 !important;

  border: 1px solid #e0e0e0 !important;

  box-shadow: none !important;

  border-radius: 0 !important;
}

.select2-search.select2-search--dropdown {
  padding: 4px 8px;

  background: #eee;

  border-bottom: 1px solid #d5d5d5;
}

.select2-search--dropdown .select2-search__field {
  margin-bottom: 0;

  width: 100%;

  float: none;

  height: 36px;

  border: 1px solid #ddd !important;

  box-shadow: none;
}

.featured-properties .property-img .img-responsive {
  min-height: 240px;
}

.featured-properties .property-img {
  height: 240px;
}

.list-view-wrap .property-img {
  height: 220px;
}

.list-view-wrap .property-img .img-responsive {
  min-height: 220px;
}

.grid-view-wrap .property-img {
  height: 240px;
}

.grid-view-wrap .property-img .img-responsive {
  min-height: 240px;
}

.pagination {
  width: 100%;

  float: left;
}

.middle-banner .mid-ban-wrap {
  padding: 0 10px;
}

.middle-banner .mid-ban-wrap .mobile-mid-ban {
  display: none;
}

.home-blog .blog-box-2 .detail h4 {
  min-height: 36px;
}

.form-group .dropdown-header {
  margin: 0 0 8px 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #092cf8;

  border-color: #092cf8;
}

.whatsapp-bg:hover {
  background: #25d366;
}

.sms-bg:hover {
  background: #5bc236;
}

.emailshare-bg:hover {
  background-color: rgb(255, 204, 51);
}

.unit-types-wrap {
  margin: 15px 0 0;
}

.project-cal-temp {
  float: left;

  width: 100%;
}

.project-cal-temp h3 {
  margin-bottom: 20px;

  margin-top: 30px;
}

.project-builtup h5,
.project-toproperty h5,
.project-bedrooms h5,
.project-bathrooms h5 {
  margin-bottom: 15px;

  font-weight: 600;
}

.property-info-rebate {
  margin: 15px 0 0 0;

  float: left;

  width: 100%;
}

.unit-types-wrap .property-info-rebate h5.after-rebate {
  display: inline-block;

  vertical-align: top;

  width: 31.33333%;

  background: #ccc;

  text-align: center;

  padding: 10px;

  font-weight: 600;

  margin-right: 15px;
}

.unit-types-wrap .property-info-rebate h5.rebate-value {
  display: inline-block;

  vertical-align: top;

  width: 32%;

  background: #ccc;

  text-align: center;

  padding: 17.7px 10px;

  font-weight: 600;
}

.unit-types-wrap .property-info-rebate span.bank-value {
  display: inline-block;

  vertical-align: top;

  width: 31.33333%;

  background: #ccc;

  text-align: center;

  padding: 7.5px 10px;

  font-weight: 600;

  margin: 10px 15px 0 0;
}

.slider-for-rs .carousel-inner > .item {
  height: 380px;

  /*width: 710px;*/

  margin-bottom: 15px;
}

.slider-for-rs .carousel-inner > .item i {
  position: absolute;

  right: 20px;

  top: 20px;

  color: #092cf8;

  font-size: 28px;

  line-height: 32px;
}

.slider-for-rs .carousel-inner > .item > a > img {
  height: 100%;

  o-object-fit: contain;

  object-fit: contain;

  width: 100%;
}

.share-about {
  float: left;

  width: 100%;
}

.share-about ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.share-about ul li {
  display: inline-block;

  vertical-align: top;

  margin-right: 10px;

  margin-bottom: 30px;
}

.share-about ul li a {
  color: #fff;
}

.share-about ul li a:hover {
  color: #a31d9e;
}

.content-area.properties-details-page.listing-sng-page {
  padding: 10px 0 50px;
}

.breadcrumb-wrap-all.auctn-dtl {
  padding: 5px 15px 15px 0px;

  margin: 0;

  background: #fafafa;

  width: 100%;

  float: left;
}

.breadcrumb-wrap-all.auctn-dtl ul {
  padding: 0;

  list-style: none;

  margin: 0;
}

.breadcrumb-wrap-all.auctn-dtl ul li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap-all.auctn-dtl ul li {
  display: inline-block;

  vertical-align: top;

  margin: 0 5px;
}

.cnt-form-right iframe {
  margin-bottom: 15px;
}

.cnt-form-right .office-address-detail .footer-item .main-title-2 {
  margin-bottom: 15px;
}

.cnt-form-right .office-address-detail .personal-info li {
  color: #7c7e83;

  font-size: 13px;

  line-height: 22px;

  margin-bottom: 10px;

  letter-spacing: 0.5px;

  position: relative;

  padding-left: 30px;
}

.cnt-form-right .office-address-detail .personal-info li i {
  font-size: 15px;

  left: 0;

  position: absolute;

  top: 0;

  line-height: 27px;

  color: #092cf8;
}

.cnt-form-right .share-about ul li a {
  color: #092cf8;
}

.cnt-form-right .share-about ul li a:hover {
  color: #a31d9e;
}

.listing-sng-page .property-title {
  width: 75%;
}

.img-holder-tab {
  width: 100%;

  float: left;

  position: relative;
}

.img-holder-tab img {
  width: 100%;

  height: auto;
}

.img-holder-tab i {
  position: absolute;

  right: 10px;

  top: 5px;

  color: #092cf8;

  font-size: 28px;

  line-height: 32px;
}

.legal-fee-wrap {
  float: left;

  width: 100%;

  padding: 10px 0 0px 0;
}

.pro-loc-user {
  width: 100%;
}

.search-by-loc .select2-container {
  width: 100% !important;
}

.search-by-loc .select2-container--default .select2-selection--single {
  min-height: 44px;

  padding: 5px 0;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;
}

.search-by-loc
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 1px 24px 0px 12px;
}

.search-by-loc
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;

  right: 7px;
}

.check-boxHolder {
  float: left;

  width: 100%;

  margin: 25px 0 13px;
}

.amentiies-wrap .amsify-suggestags-input-area {
  padding: 10px 17px !important;

  background: #fff;
}

.amentiies-wrap .amsify-suggestags-input-area .amsify-suggestags-input {
  padding: 0 !important;

  width: 100%;
}

/*.nav-tabs.agent-nav-tab > li a:hover, .nav-tabs.agent-nav-tab > li.active > a {

    background: #092cf8;

    color: #fff;

    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);

}*/

.nav-tabs.agent-nav-tab.ul-unit-type-wrap > li {
  display: block;

  padding: 10px 15px;

  margin: 0 5px 0 0;
}

.nav-tabs.agent-nav-tab.ul-unit-type-wrap > li.active {
  background: #092cf8;

  color: #fff;

  /*box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);*/
}

.nav-tabs.agent-nav-tab.ul-unit-type-wrap > li.active a {
  color: #fff;
}

.nav-tabs.agent-nav-tab.ul-unit-type-wrap > li > a {
  background: none;

  padding: 0;

  color: #000;
}

.upload-group {
  display: block;

  float: left;

  margin: 20px 0 15px 0;
}

.upload-group .input-file {
  display: inline-block;

  vertical-align: top;

  margin: 0 0 0 10px;
}

.agent-form-wrap {
  box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.15);

  float: left;

  width: 100%;
}

.tooltip-wrap {
  float: right;

  width: 100%;

  text-align: right;
}

.ques-mark {
  margin-right: 3px;

  position: relative;

  display: inline-block;

  list-style: none;
}

/*.ellipsis-dot {

  position: relative;

  display: inline-block;

  list-style:none;

}*/

.ques-mark span.tooltip-text {
  visibility: hidden;

  width: 210px;

  background-color: #636364;

  color: #fff;

  text-align: left;

  border-radius: 6px;

  padding: 5px 10px;

  position: absolute;

  z-index: 1;

  bottom: 130%;

  right: 50%;

  margin-left: -60px;

  font-size: 13px;

  line-height: 18px;
}

.ques-mark span.tooltip-text a {
  color: #95c5c2;
}

/*.ques-mark span.tooltip-text::after {

  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  margin-left: -5px;

  border-width: 5px;

  border-style: solid;

  border-color: black transparent transparent transparent;

}*/

/*.ellipsis-dot span.tooltip-text::after {

	content: "";

	position: absolute;

	top: 100%;

	left: 50%;

	margin-left: -5px;

	border-width: 5px;

	border-style: solid;

	border-color: black transparent transparent transparent;

  }

  .ellipsis-dot span.tooltip-text {

	visibility: hidden;

	width: 120px;

	background-color: black;

	color: #fff;

	text-align: center;

	border-radius: 6px;

	padding: 5px 0;

	position: absolute;

	z-index: 1;

	bottom: 150%;

	left: 50%;

	margin-left: -60px;

  }

*/

.ellipsis-dot span.tooltip-text {
  display: none;
}

.ques-mark:hover .tooltip-text/*, .ellipsis-dot:hover .tooltip-text*/ {
  visibility: visible;
}

.ques-mark:hover {
  color: #092cf8;
}

#contact-seller .img-holder {
  display: block;
}

#contact-seller .img-holder img {
  border: 2px solid #092cf8;

  border-radius: 100%;

  width: 100px;

  height: 100px;
}

.agent-name h3 {
  margin-top: 15px;

  margin-bottom: 5px;

  font-size: 20px;

  line-height: 24px;

  text-transform: capitalize;

  font-family: "Pacifico";
}

.agent-name h4 {
  margin-top: 0;

  font-weight: normal;

  text-transform: uppercase;
}

.agent-per-soc-dtl {
  float: left;

  width: 100%;
}

.agent-per-soc-dtl .user-no-head {
  float: left;

  width: 100%;

  margin: 40px 0 0;

  position: relative;
}

.agent-per-soc-dtl .user-no-head hr {
  display: inline-block;

  vertical-align: top;

  margin: 0;

  border-top: 2px solid #092cf8;

  width: 100%;
}

.agent-per-soc-dtl .user-no-head span {
  font-size: 12px;

  line-height: 16px;

  position: absolute;

  top: -9px;

  right: 0;

  background: #fff;

  padding: 0 0 0 10px;
}

.agent-per-soc-dtl .user-no {
  float: left;

  width: 100%;

  border: 2px solid #444;

  padding: 12px;

  margin: -10px 0 0 0;
}

.agent-per-soc-dtl .user-no #hidePhoneNumber {
  font-size: 16px;

  line-height: 20px;

  color: #092cf8;

  font-weight: 600;
}

.agent-per-soc-dtl .user-no #showPhoneNumber {
  font-size: 16px;

  line-height: 20px;

  color: #092cf8;

  font-weight: 600;
}

.agent-per-soc-dtl .user-no #showPhoneNumberEvent {
  font-size: 16px;

  line-height: 20px;
}

.agent-per-soc-dtl .social-head {
  float: left;

  width: 100%;

  margin: 20px 0 0;

  position: relative;
}

.agent-per-soc-dtl .social-head hr {
  display: inline-block;

  vertical-align: top;

  margin: 0;

  border-top: 2px solid #092cf8;

  width: 100%;
}

.agent-per-soc-dtl .social-head span {
  font-size: 12px;

  line-height: 16px;

  position: absolute;

  top: -9px;

  right: 0;

  background: #fff;

  padding: 0 0 0 10px;
}

.agent-per-soc-dtl .social-dtl {
  float: left;

  width: 100%;

  border: 2px solid #444;

  padding: 10px 12px;

  margin: -10px 0 0 0;
}

.agent-per-soc-dtl .social-dtl ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.agent-per-soc-dtl .social-dtl ul li {
  display: inline-block;

  vertical-align: top;

  margin: 0 20px 0 0;

  position: relative;
}

.wa-tooltip,
.go-tooltip,
.ma-tooltip {
  position: relative;

  display: inline-block;
}

.wa-tooltip .tooltip-text {
  visibility: hidden;

  width: 225px;

  background-color: #092cf8;

  color: #fff;

  text-align: left;

  padding: 6px 5px;

  border-radius: 0;

  position: absolute;

  z-index: 1;

  bottom: 150%;

  left: 295%;

  margin-left: -60px;

  font-size: 12px;

  line-height: 18px;
}

.go-tooltip .tooltip-text,
.ma-tooltip .tooltip-text {
  visibility: hidden;

  width: 200px;

  background-color: #092cf8;

  color: #fff;

  text-align: left;

  padding: 6px 5px;

  border-radius: 0;

  position: absolute;

  z-index: 1;

  bottom: 150%;

  left: 135%;

  margin-left: -60px;

  font-size: 12px;

  line-height: 18px;
}

.ma-tooltip .tooltip-text {
  visibility: hidden;

  width: 193px;

  background-color: #092cf8;

  color: #fff;

  text-align: left;

  padding: 6px 5px;

  border-radius: 0;

  position: absolute;

  z-index: 1;

  bottom: 150%;

  left: -40%;

  margin-left: -60px;

  font-size: 12px;

  line-height: 18px;
}

.agent-per-soc-dtl .social-dtl ul li:last-child {
  margin: 0;
}

.agent-per-soc-dtl .social-dtl ul li a {
  color: #37404d;

  font-size: 20px;

  line-height: 24px;

  transition: 0.5s;
}

.agent-per-soc-dtl .social-dtl ul li a.wa-tooltip {
  color: #25d366;
}

.agent-per-soc-dtl .social-dtl ul li a.go-tooltip {
  color: #db4437;
}

.agent-per-soc-dtl .social-dtl ul li a.ma-tooltip {
  color: #f4b400;
}

.agent-per-soc-dtl .social-dtl ul li a:hover {
  color: #092cf8;
}

.wa-tooltip:hover .tooltip-text,
.go-tooltip:hover .tooltip-text,
.ma-tooltip:hover .tooltip-text {
  visibility: visible;
}

.click-to-get,
.reportBtnWrap {
  float: left;

  width: 100%;

  margin: 20px 0 0;

  text-align: center;

  border: 2px solid #e3e3e3;

  padding: 15px 20px;
}

.click-to-get .btn-click-form,
.reportBtnWrap .btn {
  text-transform: uppercase;

  color: #444;

  font-weight: 600;

  border: 2px solid #444;

  border-radius: 5px;

  background: #e8e3e9;

  padding: 8px;

  width: 100%;

  display: block;

  transition: 0.5s;
}

.agent-form-wrap .contact-form {
  float: left;

  border: 2px solid #e3e3e3;

  border-top: 1px solid #e3e3e3;

  padding: 20px;

  width: 100%;
}

.agent-form-wrap.contact-1 .contact-form .form-group {
  margin-bottom: 0;
}

.agent-form-wrap.contact-1 .contact-form .form-group .form-control {
  margin-bottom: 0;

  border-radius: 0;

  border-bottom: none;

  padding: 20px 15px;

  height: auto;
}

.agent-form-wrap.contact-1 .contact-form .form-group .form-control.textarea {
  border-bottom: 1px solid #ccc;

  min-height: 120px;

  margin-bottom: 15px;
}

.agent-form-wrap.contact-1 .contact-form .form-group .search-button.snd-mesg {
  text-transform: uppercase;

  color: #444;

  font-weight: 600;

  border: 2px solid #444 !important;

  border-radius: 5px;

  background: #e8e3e9;

  padding: 8px;

  width: 100%;

  display: block;
}

.agent-form-wrap.contact-1
  .contact-form
  .form-group
  .search-button.snd-mesg:hover,
.click-to-get .btn-click-form:hover {
  background: #a31d9e !important;

  border: 2px solid #a31d9e !important;

  color: #fff !important;
}

.popular-posts,
.social-media {
  float: left;

  width: 100%;
}

.footer-item.popular-posts .media-heading a {
  color: #fff;
}

.footer-item.popular-posts .media-heading a:hover {
  color: #092cf8;
}

.login-ar-inner {
  float: left;

  width: 100%;

  padding: 0 0 20px 0;
}

.login-ar-inner .main-title {
  margin-bottom: 30px;

  background: #092cf8;

  color: #fff;

  padding: 15px;
}

.login-ar-inner .box {
  float: left;

  width: 100%;

  margin-bottom: 25px;
}

.login-ar-inner .box .img-holder {
  display: inline-block;

  vertical-align: top;

  width: 10%;
}

.login-ar-inner .box span,
.login-ar-inner .title.title-t3 {
  display: inline-block;

  vertical-align: top;

  padding: 3.5% 0 0;

  width: 85%;
}

.login-ar-inner .login-form {
  float: left;

  width: 100%;
}

.login-ar-inner .login-form #atap-sign-facebook-link {
  color: #092cf8;

  font-weight: 600;
}

.login-ar-inner .login-form .or-divider {
  text-align: center;

  color: #092cf8;

  font-size: 20px;

  line-height: 24px;

  font-weight: bold;

  margin: 5px 0 15px;
}

.login-ar-inner .login-form .form-styling .form-control {
  margin-bottom: 10px;

  min-height: 44px;

  padding: 5px 0 6px 15px;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;

  width: 100% !important;
}

.login-ar-inner
  .login-form
  .form-styling
  .form-check-inline
  input[type="checkbox"] {
  display: inline-block;

  vertical-align: middle;

  margin: -1px 0 0;
}

.login-ar-inner
  .login-form
  .form-styling
  .form-check-inline
  .u-check-icon-checkbox-v6 {
  display: inline-block;

  vertical-align: top;
}

.login-ar-inner .login-form .form-styling #atap-login-submit-button {
  margin: 15px 0 5px;

  font-size: 14px;

  min-height: 44px;

  background: #092cf8;

  border: 1px solid #092cf8;

  transition: 0.5s;

  color: #fff;
}

.login-ar-inner .login-form .form-styling #atap-sign-up-submit-button {
  margin: 5px 0 5px;

  font-size: 14px;

  min-height: 44px;

  background: #092cf8;

  border: 1px solid #092cf8;

  transition: 0.5s;

  color: #fff;
}

.login-ar-inner .login-form .form-styling #atap-login-submit-button:hover,
.login-ar-inner .login-form .form-styling #atap-sign-up-submit-button:hover {
  background: #a31d9e;

  border: 1px solid #a31d9e;
}

#page_scroller {
  transition: 0.5s;
  bottom: 173px;
  right: 42px;
}

#page_scroller:hover {
  background: #a31d9e;
}

.login-ar-inner .login-form .form-styling .text-center {
  text-align: left;
}

.login-ar-inner .login-form .form-styling .text-center .text-small:hover {
  color: #092cf8;
}

.login-ar-inner .login-form .form-styling #atap-sign-register-link a:hover,
.login-ar-inner .login-form .form-styling #atap-sign-login-link a:hover {
  color: #092cf8;
}

.agent-dashboard-ul {
  width: 100%;
}

.agent-dashboard-ul .li-submenu:hover .drop-sub-menu {
  display: block;
}

.content-area.my-profile {
  padding: 40px 0 40px;
}

.sel-video-opt {
  margin-bottom: 20px;

  float: left;

  width: 100%;
}

.bultn-area-span {
  position: absolute;

  bottom: 26px;

  right: 16px;

  background: #092cf8;

  color: white;

  padding: 11px;
}

.reimbursment-amount-wrap {
  float: left;

  width: 100%;
}

.expire-date.hidden-xs.date-width-td {
  width: 80px;
}

.address-list.agent-dtl-ul li {
  float: left;

  width: 100%;
}

.agent-so-md {
  margin: 20px 0 0;
}

.ag-filter-dtl {
  float: left;

  width: 100%;

  margin: 15px 0 0;
}

.agent-tab-cont .sorting-filter .sort-by,
.agent-tab-cont .sorting-filter .page-listing {
  padding-left: 0;
}

.agent-tab-cont .sorting-filter select {
  width: 100%;

  float: left;

  padding: 7px 5px;

  color: #999;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;

  margin: 0 0 15px;
}

.agent-tab-cont .sorting-filter select option,
.agent-tab-cont .sorting-filter select optgroup {
  width: 100%;

  float: left;

  color: #092cf8;
}

.checkbox-holder-srp {
  float: left;

  width: 100%;

  padding: 25px 0 0;
}

.auction-sh-btn {
  margin: 0 5px 5px 0;
}

.btn-wrap-sav-unit {
  float: left;
}

.mg-top-10 {
  margin-top: 10px;
}

.property-footer span.left a:hover,
.property-footer span.left:hover {
  color: #092cf8;
}

.sorting-filter .dropdown-menu.inner .dropdown-header {
  margin: 0 0 8px 15px;
}

.ekko-lightbox.modal {
  z-index: 99999;
}

.no-wrapper-code {
  position: relative;

  display: block;

  width: 100%;
}

.no-wrapper-code input[type="text"] {
  padding-left: 50px;
}

.no-wrapper-code span.bultn-area-span {
  left: 0;

  width: 45px;

  text-align: center;

  padding: 10px 5px;

  bottom: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #092cf8 !important;

  color: white;
}

.select2-results__option[aria-selected] {
  color: #323232;

  font-weight: 500;

  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/

  font-family: "Roboto", sans-serif !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999 !important;

  font-weight: 500;
}

.modal-open {
  overflow-y: scroll !important;

  padding-right: 0 !important;
}

.credit-modal {
  top: 24%;
}

.credit-modal .modal-body {
  padding-bottom: 30px;

  padding-top: 20px;
}

.credit-modal .modal-body .content-holder {
  width: 100%;

  padding-bottom: 10px;
}

.credit-modal .modal-body .content-holder p {
  padding: 0 0 0 13px;
}

.credit-modal .modal-body .content-holder p i {
  width: 5%;

  font-size: 16px;

  line-height: 20px;
}

.credit-modal .modal-body .content-holder p span {
  width: 94%;

  display: inline-block;

  vertical-align: top;
}

.credit-modal .agree-btn {
  display: block;

  width: 100%;

  text-align: center;
}

.credit-modal .agree-btn a {
  background: #092cf8;

  color: #fff;

  padding: 7px 25px 8px;

  border: 1px solid #092cf8;

  border-radius: 6px;

  font-size: 15px;

  line-height: 19px;
}

.multi-drop-pro-type {
  width: 100%;

  display: block;
}

.multi-drop-pro-type #propertyTypeSelect {
  text-align: left;

  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #999;

  height: 44px;

  border-radius: 2px;

  background: #fff;
}

.multi-drop-pro-type #propertyTypeSelect:hover {
  background-color: #d8e0e3;

  box-shadow: inset 0 0.15rem 0.25rem rgba(40, 40, 40, 0.1);
}

.multi-drop-pro-type .multi-level {
  width: 555px;

  overflow-y: auto;

  overflow-x: hidden;
}

.multi-drop-pro-type .dropdown-set-title {
  padding: 12px 15px 10px;

  text-transform: uppercase;

  color: #999;
}

.multi-drop-pro-type .dropdown-menu-level1 {
  width: 55%;

  list-style: none;
}

.multi-drop-pro-type .dd-trigger.selected {
  cursor: pointer;

  background-color: #f2f2f2;
}

.multi-drop-pro-type .dd-trigger {
  padding: 8px 30px;

  display: block;

  color: #666;
}

.multi-drop-pro-type .dropdown-menu-level2 {
  position: absolute;

  left: 55%;

  width: 45%;

  top: 0;

  padding-top: 35px;

  height: 70vh;

  border-left: 1px solid #ccc;
}

.multi-drop-pro-type .dropdown-menu-level2 li {
  padding: 4px 0 4px 0;

  opacity: 1;
}

.multi-drop-pro-type .pro-check {
  position: relative;
}

.multi-drop-pro-type .pro-check label {
  overflow: auto;

  color: #333;

  padding: 0px 20px 3px;

  padding-top: 3px;

  font-weight: normal;

  cursor: pointer;

  display: block;

  margin-bottom: 0;
}

.multi-drop-pro-type .pro-check input {
  margin: 5px 10px 0 0;

  float: left;

  width: auto;
}

.multi-drop-pro-type .pro-check span {
  display: block;

  overflow: hidden;

  float: none;
}

/*New search*/

.property-type-wrap .dropdown-menu {
  background: #fff;

  height: 235px;

  overflow-y: scroll;
}

.property-type-wrap .residential-ul,
.property-type-wrap .commercial-ul {
  margin: 0 0 0 10px;

  color: #fff !important;
}

.property-type-wrap .residential-ul li.active,
.property-type-wrap .commercial-ul li.active {
  background: #092cf8;

  color: #fff;
}

.property-type-wrap .residential-ul li.active label,
.property-type-wrap .commercial-ul li.active label {
  color: #fff;
}

.property-type-wrap .residential-ul li label,
.property-type-wrap .commercial-ul li label {
  color: #092cf8;
}

.property-type-wrap .residential-ul li label,
.property-type-wrap .commercial-ul li label {
  font-weight: normal;

  width: 100%;

  padding: 0 10px;

  cursor: pointer;
}

.property-type-wrap .btn-group {
  width: 100%;
}

.property-type-wrap .dropdown-menu .dropdown-input-toggle-market {
  margin-bottom: 0;
}

.property-type-wrap .btn-group label#residential-btn-id,
.property-type-wrap .btn-group label#commercial-btn-id {
  width: 50%;

  color: #092cf8;

  margin-left: 0;

  border-radius: 0 !important;

  border-top: none;

  border-right: none;

  border-left: none;

  padding: 10px 0;
}

.property-type-wrap .btn-group .btn.residential-btn.active,
.property-type-wrap .btn-group .btn.residential-btn:hover,
.property-type-wrap .btn-group .btn.commercial-btn.active,
.property-type-wrap .btn-group .btn.commercial-btn:hover {
  border-bottom: 4px solid #092cf8;
}

.property-type-wrap .dropdown-menu li.residentional-li a,
.property-type-wrap .dropdown-menu li.commercial-li a {
  background: #fff;
}

.property-type-wrap .dropdown-menu li.residentional-li.active a,
.property-type-wrap .dropdown-menu li.residentional-li.active a:hover,
.property-type-wrap .dropdown-menu li.commercial-li.active a,
.property-type-wrap .dropdown-menu li.commercial-li.active a:hover {
  background: #092cf8;

  color: #fff;
}

.property-type-wrap .dropdown-menu li.residentional-li > a:hover,
.property-type-wrap .dropdown-menu li.commercial-li > a:hover {
  background: #f2f2f2;

  color: #092cf8;
}

.property-type-wrap
  .dropdown-menu
  .residentional-li
  .residential-ul
  li
  label
  span,
.property-type-wrap .dropdown-menu .commercial-li .commercial-ul li label span {
  display: inline-block;

  vertical-align: top;

  padding: 0.8px 0 0 0;
}

.home-search-main .search-area-inner .nav-tabs {
  margin-bottom: 16px;

  margin-top: -30px;

  display: inline-block;

  position: relative;

  background: #092cf8;

  border-radius: 6px 6px 0px 0px;
}

.home-search-main .search-area-inner .nav-tabs > li > a {
  color: #fff;

  padding: 5px 15px;

  margin: 0;

  position: relative;

  border-radius: 6px 6px 0px 0px;

  display: inline-block;

  vertical-align: middle;
}

.home-search-main .search-area-inner .nav-tabs > li.active > a {
  background: #e6e6e6;

  color: #092cf8;

  border-radius: 6px 6px 0px 0px;

  box-shadow: none;
}

.home-search-main .search-area-inner .nav-tabs > li > a:focus {
  background: #e6e6e6;

  outline: none;
}

.home-search-main .search-area-inner .nav-tabs > li > a:hover {
  box-shadow: none;
}

/*.home-search-main .search-area-inner .nav-tabs > li > a::after{

	position:absolute;

	content:'';

	width:1px;

	height:12px;

	background:#e6e6e6;

	top: 10px;

	right: 0px;

}*/

.home-search-main .search-area-inner .nav-tabs > li > span {
  color: #e6e6e6;

  font-weight: normal;
}

.property-type-wrap .btn-group label#auction-residential-btn-id,
.property-type-wrap .btn-group label#auction-commercial-btn-id,
.property-type-wrap .btn-group label#residential-btn-idBuy,
.property-type-wrap .btn-group label#commercial-btn-idBuy,
.property-type-wrap .btn-group label#residential-btn-idRent,
.property-type-wrap .btn-group label#commercial-btn-idRent,
.property-type-wrap .btn-group label#residential-btn-idProject,
.property-type-wrap .btn-group label#commercial-btn-idProject,
.property-type-wrap .btn-group label#residential-btn-idAuction,
.property-type-wrap .btn-group label#commercial-btn-idAuction,
.property-type-wrap .btn-group label#residential-btn-idAll,
.property-type-wrap .btn-group label#commercial-btn-idAll {
  width: 50%;

  color: #092cf8;

  margin-left: 0;

  border-radius: 0 !important;

  border-top: none;

  border-right: none;

  border-left: none;

  padding: 10px 0;
}

#auctionTypeOfPropertyWrap .dropdown-menu li.residentional-li label {
  display: block;

  padding: 10px;

  font-weight: normal;

  font-size: 13px;

  line-height: 13px;

  cursor: pointer;

  margin: 0;
}

#auctionTypeOfPropertyWrap .dropdown-menu li.commercial-li label {
  display: block;

  padding: 10px;

  font-weight: normal;

  font-size: 13px;

  line-height: 13px;

  cursor: pointer;

  margin: 0;
}

#auctionTypeOfPropertyWrap .dropdown-menu li.residentional-li.active label,
#auctionTypeOfPropertyWrap .dropdown-menu li.commercial-li.active label {
  background: #092cf8;

  color: #fff;
}

.footer-sticky {
  position: fixed;

  bottom: 0;

  left: 0;

  z-index: 1045;

  background: #fff;

  width: 100%;

  transition: all 0.3s ease-in-out 0s;

  font-weight: normal;

  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);

  display: none;
}

.footer-sticky ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.footer-sticky ul li {
  display: inline-block;

  vertical-align: middle;

  text-transform: uppercase;

  width: 49.5%;

  text-align: center;

  border-right: 1.5px solid #eaeef9;
}

.footer-sticky ul li:last-child {
  border-right: none;
}

.footer-sticky ul li a {
  display: block;

  padding: 12px 10px;
}

.footer-sticky ul li i {
  margin: 0 6px 0 0;

  font-size: 16px;
}

.footer-sticky ul li a:hover {
  color: #092cf8;
}

.mobile-mid-ban {
  display: none;
}

.desktop-mid-ban .banner-holder,
.mobile-mid-ban .banner-holder {
  padding: 40px 50px 50px;
}

.credit-dtl {
  float: left;

  width: 100%;

  padding: 15px 15px 10px;

  margin: 35px 0 0;

  border: 1px solid #e0e0e0;
}

.credit-dtl p {
  display: block;

  width: 100%;

  margin-bottom: 10px;

  line-height: 19px;
}

.credit-dtl p.first-pdtl {
  font-size: 16px;

  line-height: 22px;

  border-bottom: 2px solid #092cf8;

  padding: 0 0 5px;

  width: 48.5%;

  margin-bottom: 15px;
}

.price-range-block .ui-widget.ui-widget-content {
  border: 1px solid #092cf8;
}

.price-range-block .ui-slider-horizontal {
  height: 0.5em;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle {
  top: -0.58em;

  width: 1.4em;

  height: 1.4em;
}

.price-range-block .ui-widget-content a:focus {
  outline: none;
}

.price-range-block .ui-widget-header {
  background: #092cf8;
}

/* .ui-state-default,

.ui-widget-content .ui-state-default {

  border: 1px solid #ff3f3c !important;

  background: #ff3f3c !important;

  border-radius: 20px;

} */

/*Mobile tab*/

.mobile-tab .nav-tabs {
  margin-top: 20px;

  margin-bottom: 25px;
}

.mobile-tab .nav-tabs > li > a {
  padding: 5px 20px;

  margin: 4px;

  border: 2px solid #fff;

  background: #fff;

  color: #37404d;

  border-radius: 3px;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);

  font-size: 12px;

  font-weight: 600;
}

.mobile-tab .nav-tabs > li:last-child a {
  margin-right: 0;
}

.mobile-tab .nav-tabs > li.active > a {
  background: #092cf8;

  border: solid 2px #092cf8;

  color: #fff;

  box-shadow: none;

  border-radius: 3px;
}

.mobile-tab .nav-tabs > li > a:hover {
  background: #092cf8;

  color: #fff;

  border: solid 2px #092cf8;
}

.mobile-tab .nav-tabs > li > a:focus {
  outline: none;
}

.price-range-block {
  margin-top: 2px;
}

.price-range-block .price-fields {
  float: left;

  width: 100%;

  margin-top: 9px;
}

.price-range-block .price-fields #min_price {
  float: left;

  width: 42%;

  margin: 0 0 0 12px;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;

  padding: 2px 2px 2px 7px;
}

.price-range-block.all-page-prb .price-fields #max_price {
  width: 44%;
}

.price-range-block .price-fields #max_price {
  float: right;

  width: 42%;

  margin: 0 12px 0 0;

  box-shadow: none;

  border: 1px solid #e0e0e0;

  background: #fff;

  border-radius: 3px;

  padding: 2px 2px 2px 7px;
}

.price-range-block .price-fields input:hover {
  background: #fff;

  box-shadow: none;
}

.price-range-block .price-fields span {
  display: inline-block;

  vertical-align: middle;

  margin: 0 6px;
}

.home-filter .property-content .facilities-list li:first-child {
  width: 37%;
}

.home-search-main .search-area-inner .nav-tabs {
  display: none;
}

.home-search-main .search-area-inner .search-contents {
  padding-top: 20px;
}

.property-details-header-section h4 {
  font-size: 25px;

  font-weight: bold;

  display: block;

  margin-bottom: 35px;
}

.aucpro-booking-dtl .sec-tr h3 {
  color: #fff;

  background: #092cf8;

  margin-top: 10px;

  font-size: 20px;

  padding: 10px 10px 10px;

  line-height: 24px;

  font-weight: 500;
}

.aucpro-booking-form {
  display: block;

  text-align: center;

  margin: 40px 0 10px;
}

.aucpro-booking-dtl .name-tr-bg {
  background: #f4f4f4;
}

.rightside-navbar {
  margin: 15px -15px 0 0;
}

.nav.rightside-navbar > li > a {
  margin: 0;

  transition: 0.5s;

  padding: 3px 20px !important;
}

.nav.rightside-navbar > li:nth-child(1),
.nav.rightside-navbar > li:nth-child(2) {
  margin-right: 10px;
}

#ownerModal .modal-header,
#prospectModal .modal-header {
  border-bottom: none;
}

#ownerModal .modal-header h5,
#prospectModal .modal-header h5 {
  text-align: center;

  font-weight: 700;

  color: #333;

  font-size: 16px;

  margin: 5px 0 0;
}

#ownerModal .modal-header .close,
#prospectModal .modal-header .close {
  margin-top: -10px;
}

#ownerModal .model-head-info,
#prospectModal .model-head-info {
  color: #092cf8;

  font-size: 14px;

  display: block;

  font-weight: 700;

  margin: 0 0 15px;
}

#ownerModal .model-head-pinfo,
#prospectModal .model-head-pinfo {
  color: #092cf8;

  font-size: 14px;

  display: block;

  font-weight: 700;

  margin: 10px 0 20px;
}

#ownerModal .modal-footer,
#prospectModal .modal-footer {
  border-top: none;

  padding: 0 0 20px;
}

#ownerModal .modal-footer .btn-primary,
#prospectModal .modal-footer .btn-primary {
  background: #092cf8;

  color: #fff;

  border: 1px solid #092cf8;
}

#ownerModal input[type="text"]:hover,
#ownerModal input[type="number"]:hover,
#ownerModal input[type="email"]:hover,
#prospectModal input[type="text"]:hover,
#prospectModal input[type="number"]:hover,
#prospectModal input[type="email"]:hover {
  background: none;
}

.price-range-block #slider-range {
  height: 10px;

  border: 1px solid #092cf8;
}

.price-range-block #slider-range .noUi-connect {
  background: #092cf8;
}

.price-range-block #slider-range .noUi-handle::before,
.price-range-block #slider-range .noUi-handle::after {
  background: none;
}

.price-range-block #slider-range .noUi-handle {
  width: 20px;

  height: 20px;

  border-radius: 20px;
}

/*table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {

	width: auto !important;

}

*/ /*#ownerTable_wrapper .dataTables_scrollHeadInner, #ownerTable_wrapper .table-striped{

	width: 100% !important;

}*/

/*table.dataTable thead th, table.dataTable thead td{

	width: auto!important;

}*/

/*table.dataTable tbody td{

	padding: 8px 5px !important;

}*/

.main-title-2.au-side-int h1 {
  font-weight: 700;

  text-align: center;
}

.main-title-2.au-side-int h1 span {
  font-weight: 700;

  display: block;

  line-height: 30px;
}

.au-side-form .form-control {
  height: 40px;

  box-shadow: none;
}

.contact-1.au-side-form .form-group {
  margin-bottom: 20px;
}

.au-side-form .form-control:hover {
  background: none;
}

.contact-1.au-side-form .form-control:focus {
  border-color: #5b225c;
}

.nav.navbar-nav.mobile-nav li {
  display: inline-block;

  vertical-align: middle;
}

.nav.navbar-nav.mobile-nav > li:nth-child(1),
.nav.navbar-nav.mobile-nav > li:nth-child(2) {
  margin-right: 10px;
}

.nav.navbar-nav.mobile-nav > li > a {
  margin: 0 0 12px 0;

  transition: 0.5s;

  padding: 3px 20px !important;

  color: #092cf8;

  border: 1px solid #092cf8;

  font-weight: normal;

  border-radius: 20px;
}

.nav.navbar-nav.mobile-nav li .button:hover {
  background: #092cf8;

  color: #fff;

  border: 1px solid #092cf8;
}

.our-service.hm-services {
  margin-bottom: 30px;
}

.our-service.hm-services .main-title h3 {
  font-size: 30px;
}

.our-service.hm-services .content {
  max-width: 100%;

  background: #fff;

  min-height: 265px;

  margin: 0 auto 50px;
}

.categories.popular-places-wrap {
  padding-bottom: 0px;
}

.content-area.home-blog {
  padding: 0 0 30px;
}

.content-area.home-blog .main-title h2 {
  margin-top: 0;
}

.content-area.auction-listing,
.content-area.new-pro-wrap,
.content-area.sale-pro-wrap,
.content-area.rent-pro-wrap {
  padding: 100px 0 70px;
}

.content-area.auction-listing .option-bar h2,
.content-area.new-pro-wrap .option-bar h2,
.content-area.sale-pro-wrap h2,
.content-area.rent-pro-wrap h2 {
  font-size: 24px;

  margin: 0;
}

.content-area.auction-listing .option-bar h2,
.content-area.new-pro-wrap .option-bar h2,
.content-area.sale-pro-wrap .option-bar h2,
.content-area.rent-pro-wrap .option-bar h2 {
  color: #092cf8;

  font-size: 18px;

  font-weight: 600;
}

.content-area.auction-listing .option-bar .heading-icon,
.content-area.new-pro-wrap .option-bar .heading-icon,
.content-area.sale-pro-wrap .heading-icon,
.content-area.rent-pro-wrap .heading-icon {
  padding: 12px 0;
}

.content-area.auction-listing .sidebar-widget .main-title-2 h2,
.content-area.new-pro-wrap .sidebar-widget .main-title-2 h2,
.content-area.sale-pro-wrap .sidebar-widget .main-title-2 h2,
.content-area.rent-pro-wrap .sidebar-widget .main-title-2 h2 {
  font-size: 21px;

  margin: 0;

  text-align: left;

  font-weight: 400;
}

.content-area.auction-listing .sidebar-widget .main-title-2 h2 span,
.content-area.new-pro-wrap .sidebar-widget .main-title-2 h2 span,
.content-area.sale-pro-wrap .sidebar-widget .main-title-2 h2 span,
.content-area.rent-pro-wrap .sidebar-widget .main-title-2 h2 span {
  font-weight: 700;
}

.admin-rent-sale-ul li.active a {
  background: #092cf8;

  color: #fff;

  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
}

.becomeHostWrap {
  max-width: 650px;
}

.becomeHostWrap label {
  font-weight: 500;

  text-align: left;

  display: block;
}

.facility-box {
  display: flex;

  flex-wrap: wrap;

  justify-content: flex-start;

  padding-left: 15px;

  align-items: center;
}

.facility-box .checkbox.checkbox-theme.checkbox-circle {
  width: 25%;

  float: none;
}

.product-dtl-price {
  flex: 0 0 400px;

  max-width: 400px;
}

.product_dtl_bg {
}

.product_dtl_bg h3 {
  font-size: 24px;

  font-weight: 600;

  margin-bottom: 10px;

  margin-top: 0;
}

.product_dtl_price h3 span {
  font-weight: 400;

  color: #393939;

  font-size: 16px;
}

.checkinout-sec {
  border: solid 1px #e9e9e9;

  padding: 0px;

  border-radius: 10px;
}

.checkin_checkout {
  display: flex;

  border-radius: 0 0 10px 10px;

  border-bottom: solid 1px #e9e9e9;
}

.guest-main {
  display: flex;
}

.checkout-dtl .guest-add {
  padding: 15px;
}

.checkout-dtl .guest-add .guest-main {
  width: 100%;

  position: relative;
}

.guest-left {
  width: 100%;
}

.guest-left .dropdown .btn {
  width: 100%;

  display: block;

  text-align: left;

  background-color: transparent;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;

  outline-offset: 0;
}

.guest-left .dropdown .btn:after {
  content: "";

  position: absolute;

  height: 7px;

  width: 13px;

  right: 0;

  bottom: 10px;

  background: url(../img/dropdownArrow.svg);

  background-repeat: no-repeat;

  background-size: cover;
}

.checkout-dtl .guest-add .guest-main .guest-left {
  flex: 0 0 100%;
}

.guest-add h4 {
  display: block;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 0;

  line-height: 1.6;
}

.checkin_wrap p {
  margin-bottom: 0;

  font-size: 16px;

  color: #707070;
}

.checkin_wrap label {
  font-size: 14px;

  font-weight: 600;
}

.checkin_wrap {
  flex: 0 0 50%;

  max-width: 50%;

  border-right: solid 1px #e9e9e9;

  padding: 10px 15px;
}

.checkin_wrap:last-child {
  border-right: 0;
}

.booknow-cls {
  margin-top: 15px;
}

.primary_btn {
  background: linear-gradient(67deg, #ff3f3c, #d16867);

  color: #fff;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: solid 1px #ff3f3c;

  border-radius: 40px;

  padding: 5px 25px;

  font-size: 15px;

  text-decoration: none;
}

.hotel-price-wrap ul {
  list-style: none;

  padding-left: 0;
}

.hotel-price-wrap ul li {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 15px;
}

.left_price_p {
  font-size: 16px;

  color: #707070;

  font-weight: 400;

  display: flex;

  align-items: center;

  line-height: 1;
}

.left_price_p span {
  margin: 0 10px;
}

.right_price_p {
  font-size: 16px;

  font-weight: 600;

  line-height: 1;

  color: #000;
}

.hotel-price-wrap ul li {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 15px;
}

.hotel-price-wrap ul {
  list-style: none;

  padding-left: 0;
}

.total_price {
  margin-top: 10px;

  border-top: solid 1px #e9e9e9;

  margin-bottom: 0;
}

.total_price .left_price_p {
  color: #000;
}

/**/

.guest-left .dropdown .dropdown-menu {
  position: absolute;

  background: #fff;

  width: 100%;

  padding: 0px 15px;

  box-shadow: 0 0 10px #ddd;

  border-radius: 10px;
}

.dropdown_cls {
  color: rgb(34, 34, 34);

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 20px 0;

  border-bottom: 1px solid rgb(235, 235, 235);
}

.dropdown_list {
  flex: 0 0 135px;

  max-width: 135px;
}

.dropdown_list h4 {
  font-size: 16px !important;

  font-weight: 600 !important;

  padding-bottom: 0;

  line-height: 1.3;
}

.dropdown_list p {
  font-size: 13px;

  line-height: 1.4;

  font-weight: 400;

  color: rgb(113, 113, 113);

  margin-bottom: 0;
}

.guest_count {
  flex: 0 0 calc(100% - 140px);

  max-width: calc(100% - 140px);

  margin-left: auto;
}

.wrap {
  display: flex;

  justify-content: end;
}

.sub {
  width: 32px;

  height: 32px;

  display: inline-flex;

  text-align: center;

  border: solid 1px rgb(176, 176, 176);

  color: rgb(113, 113, 113);

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: #ffffff;

  font-weight: 300;

  font-size: 36px;

  flex: 0 0 32px;
}

.wrap input {
  width: 40px;

  border: 0;

  text-align: center;

  background: transparent !important;
}

.add {
  width: 32px;

  height: 32px;

  display: flex;

  margin: 0px;

  padding: 0px;

  text-align: center;

  border: solid 1px rgb(176, 176, 176);

  color: rgb(113, 113, 113);

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: #fff;

  font-size: 22px;

  flex: 0 0 32px;
}

.daterangepicker.dropdown-menu {
  /* top: 77px !important; */

  background: #f5f7fa;

  border: solid 1px #e9e9e9;

  border-radius: 0 0 20px 20px;
}

.calendar-table {
  background: transparent !important;

  border: 0 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #092cf8 !important;
}

/*Check Out*/

.booking-row {
  display: flex;
}

.booking-left {
  flex: 0 0 calc(100% - 400px);

  max-width: calc(100% - 400px);

  padding-right: 40px;
}

.heading-inner-title {
  margin-bottom: 10px;

  font-weight: 600;

  font-size: 22px;
}

.hotel-listing {
  display: flex;

  /* align-items: center; */

  border: solid 1px #e9e9e9;

  border-radius: 15px;

  margin-top: 15px;
  flex-wrap: wrap;
}

.hotel-img {
  max-width: 200px;

  flex: 0 0 200px;
}

.hotel-listing .hotel-img img {
  border-radius: 10px 0 0 10px !important;

  width: 100%;
}

.booking-right {
  flex: 0 0 400px;

  max-width: 400px;
}

.booking-left .hotel-listing .hotel-cont {
  padding: 10px 20px;
}

.hotel-cont h5 {
  font-size: 20px;

  margin-bottom: 5px;

  font-weight: 600;
}

.hotel-cont p {
  margin-bottom: 5px;

  font-size: 15px;
}

.hotel-cont .meta_list {
  margin-top: 0px;

  margin-bottom: 5px;
}

.meta_list {
  display: flex;

  align-items: center;

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 15px;
}

.meta_single {
  padding: 0 15px;

  display: flex;

  align-items: center;

  position: relative;
}

.meta_list .meta_single:first-child {
  padding-left: 0;
}

.reting-cls {
  display: flex;

  margin-left: auto;

  align-items: center;

  flex: 0 0 60px;

  justify-content: end;

  padding-top: 1px;
}

.meta_single .reting-cls {
  justify-content: flex-start;

  flex: 0 0 100%;
}

.reting-icon {
  line-height: 1;

  margin-top: -4px;
}

.reting-icon img {
  max-width: 14px;
}

.reting-cls .location-cont {
  flex: unset;

  max-width: unset;

  padding-top: 0px;

  padding-left: 5px;
}

.security-listing h5 {
  margin-bottom: 5px;

  font-size: 14px;

  color: #000;

  font-weight: 600;
}

.product_dtl_bg {
  border: 1px solid rgb(221, 221, 221);

  border-radius: 12px;

  padding: 24px;

  box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
}

.booking-form .form-control {
  border-radius: 7px;

  height: 45px;

  border: solid 1px #e9e9e9;

  font-size: 16px;

  padding: 0 15px;

  color: #707070;
}

.custom_radio_b {
  display: block;

  position: relative;

  padding-left: 32px !important;

  margin-bottom: 5px;

  cursor: pointer;

  font-size: 16px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.form-group label {
  display: block;

  padding: 0;

  font-size: 14px;

  margin-bottom: 5px;

  font-weight: 600;
}

.custom_radio_b input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

.checkmark {
  position: absolute;

  top: 0;

  left: 0;

  height: 22px;

  width: 22px;

  background-color: #fff;

  border-radius: 5px;

  border: solid 1px #c1c1c1;
}

.custom_radio_b .checkmark {
  position: absolute;

  top: 0;

  left: 0;

  height: 22px;

  width: 22px;

  background-color: #fff;

  border-radius: 50%;

  border: solid 2px #c1c1c1;
}

.custom_radio_b input:checked ~ .checkmark {
  background-color: #ffffff;

  border: solid 1px #c1c1c1;
}

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

.custom_radio_b .checkmark:after {
  top: 6px;

  left: 6px;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #f1592a;
}

.custom_radio_b input:checked ~ .checkmark:after {
  display: block;
}

.booking_page.space-cls {
  background-color: white;

  border-top: 1px solid #eee;

  padding: 50px 0;
}

.personal_data_sec {
  margin: 25px 0;

  padding: 0 0 25px;

  border-bottom: solid 1px #e9e9e9;
}

select {
  background: #fff url(../img/shortlet/dropdown.svg) !important;

  background-position: calc(100% - 10px) !important;

  background-size: 14px 10px !important;

  background-repeat: no-repeat !important;

  appearance: none;

  border: solid 1px #e9e9e9;

  border-radius: 7px 0px 0 7px;

  padding: 0 0 0 11px;
}

.booking-left .form-control {
  border: solid 1px #e9e9e9;

  padding: 6px 12px;

  height: 40px;
}

.hotel-price-wrap {
  margin-top: 50px;
}

.btnPay {
  cursor: pointer;

  padding: 13px 20px;

  letter-spacing: 1px;

  font-size: 13px;

  font-weight: 600;

  text-transform: uppercase;

  color: #fff;

  transition: 0.5s;

  border-radius: 2px;

  border: none;

  background: #092cf8;
}

.booking-left .form-group label.error {
  color: red;
}

.form-group.select-country select {
  max-width: 130px;

  padding: 7px 0 5px 15px;
}

.select-country .input-group {
  display: flex;
}

.privacy_wrap {
  position: relative;
}

.custom_checkbox {
  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 0;

  cursor: pointer;

  font-size: 14px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  font-weight: 500;

  color: #000;
}

.privacy_wrap .custom_checkbox {
  color: #707070;

  font-size: 16px;

  margin-bottom: 15px;
}

.custom_checkbox input {
  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 0;

  width: 0;
}

.booking-form .form-control {
  border-radius: 7px;

  height: 45px;

  border: solid 1px #e9e9e9;

  font-size: 16px;

  padding: 0 15px;

  color: #707070;
}

.custom_checkbox input:checked ~ .checkmark {
  background-color: #201350;
}

.custom_checkbox .checkmark:after {
  left: 7px;

  top: 3px;

  width: 6px;

  height: 11px;

  border: solid white;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.product_dtl_bg h3 {
  font-size: 24px;

  font-weight: 600;

  margin-bottom: 10px;
}

.checkinout-sec {
  border: solid 1px #e9e9e9;

  padding: 0px;

  border-radius: 10px;
}

.promo_code {
  padding: 20px 0;

  margin: 20px 0;

  border-bottom: solid 1px #e9e9e9;

  border-top: solid 1px #e9e9e9;
}

.subscribe-form input.form-control {
  height: 45px;

  border-radius: 7px;

  padding: 0 15px;

  background: #fff;

  border: solid 1px #e9e9e9;
}

.subscribe-form.promo_code input.form-control {
  min-width: 100%;

  padding-right: 100px !important;
}

textarea.form-control {
  min-height: 130px;

  padding: 10px 15px !important;
}

.booking-form .form-control {
  border-radius: 7px;

  height: 45px;

  border: solid 1px #e9e9e9;

  font-size: 16px;

  padding: 0 15px;

  color: #707070;
}

/*Subscription*/

.pg-opt {
  border-bottom: 1px solid #eaebec;

  background: #f4f5f4;

  color: #2f3d46;
}

h1.page-title {
  margin: 0;

  padding: 16px 0;

  font-size: 20px;

  font-weight: 500;

  line-height: 26px;

  text-transform: capitalize;

  color: #2f3d46;

  text-transform: none;
}

section.slice {
  padding: 30px 0;
}

.sky-form section {
  margin-bottom: 20px;
}

.wp-block {
  margin: 0 0 15px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  position: relative;

  cursor: default;

  border-radius: 2px;
}

.wp-block.default {
  border: 1px solid;

  border-color: #eaebec;

  background: #fff;
}

.user-form .form-header {
  padding: 15px 20px;

  background: #f4f5f4;

  border-bottom: 1px solid #eaebec;

  border-top-left-radius: 2px;

  border-top-right-radius: 2px;
}

.user-form .form-header h2 {
  margin: 0;

  padding: 0 !important;

  font-size: 16px;

  text-transform: none;

  font-weight: 400;

  color: #2f3d46;
}

strong {
  font-weight: 700;
}

.green-text {
  color: #0a952d !important;
}

.user-form .form-body {
  padding: 15px 20px;
}

.sky-form fieldset {
  display: block;

  padding: 15px 0;

  border: none;

  background: 0 0;
}

.panel-yellow {
  border-color: #ffd46b;
}

.panel-yellow div.panel-heading {
  background-color: #ffd46b;

  border-color: #ffd46b;
}

.panel-yellow div.panel-heading {
  background-color: #ffd46b;

  border-color: #ffd46b;
}

.panel-default > .panel-heading h2 {
  margin: 0;

  padding: 0;

  font-size: 16px;

  font-weight: 500;

  text-transform: capitalize;

  color: #2f3d46;
}

.panel-yellow div.panel-body {
  background-color: #fff;
}

.recentlyPropNav,
.agentCarWrap {
  position: relative;
}
.recentlyPropNav .owl-nav.disabled,
.agentCarWrap .owl-nav.disabled {
  display: none !important;
}
.recentlyPropNav .owl-nav,
.agentCarWrap .owl-nav {
  position: absolute;
  right: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  z-index: 10;
}
.recentlyPropNav .owl-nav {
  top: calc(105px);
}
.agentCarWrap .owl-nav {
  top: calc(131px);
}
.viewAllProBtn {
  display: flex;
  justify-content: center;
}
.recentlyPropNav .viewAllBtn {
  background-color: #acadb3;
  padding: 5px 20px;
}
.featuredPropertiesPrevBtn {
  right: 36px;

  position: absolute;

  top: -45px;
}

.featuredPropertiesNextBtn {
  right: 0px;

  position: absolute;

  top: -45px;
}

.popupStyle button.close {
  font-size: 41px;

  position: absolute;

  font-weight: 400;

  right: 16px;

  top: 5px;
}

.popupStyle h3 {
  font-size: 19px;

  font-weight: 600;

  font-family: "Open Sans";

  color: black;

  margin-bottom: 20px;
}

.popupStyle p {
  font-size: 15px;

  font-weight: 500;

  color: black;

  line-height: 23px;
}

.popupStyle ul {
  list-style: disc;

  margin-left: 25px;
}

.popupStyle ul li {
  padding: 0;

  margin-bottom: 15px;

  line-height: 23px;
}

.popFormWrap input[type="text"] {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 45px;

  border-radius: 3px;
}

.popFormWrap textarea {
  width: 100%;

  padding: 10px 17px;

  font-size: 13px;

  border: 1px solid #e8e7e7;

  outline: none;

  color: #6c6c6c;

  height: 110px;

  border-radius: 3px;
}

.popFormWrap .submit {
  background-color: #092cf8;

  color: white;

  font-size: 16px;

  font-weight: 500;

  height: 30px;

  font-weight: 500;
}

.reportBtnWrap {
}

.thanksWrap {
  padding: 50px 0;
}

.thanksWrap h1 {
  font-family: "Roboto", sans-serif;

  font-size: 40px;

  color: #092cf8;
}

.thanksWrap h3 {
  color: #0a952d;

  font-size: 27px;

  font-weight: 600;

  font-family: "Roboto", sans-serif;
}

.thanksWrap p {
  font-size: 18px;

  line-height: 26px;

  color: #000;

  margin-top: 18px;

  font-family: "Poppins", sans-serif;
}
.pagination .flex.justify-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.rent-pro-wrap .option-bar h2 {
  color: #000 !important;
  font-size: 21px !important;
  padding: 14px 0 0 18px;
  margin: 0;
}
.listingSidebar .noUi-target {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 15px;
}
.listingSidebar .noUi-connect {
  background: #092cf8;
}
.listingSidebar .price-fields .price-range-field {
  padding: 8px 11px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e6e6;
}
.listingSidebar .noUi-handle:before,
.listingSidebar .noUi-handle:after {
  background: #ff3f3c;
}
.pagination .flex.justify-between span {
  background: #d9d9d9;
  padding: 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
}
.pagination .flex.justify-between a {
  background: #092cf8;
  padding: 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.mb_YTPTime,
.ytpicon {
  display: none;
}
.agentWrap {
  padding-top: 70px;
}
.agentWrap .d-flex {
  display: flex;
}
.agentWrap .justify-content-center {
  justify-content: center;
}

/** MEDIA QUERY **/

@media (max-width: 1200px) {
  .agent-2 .agent-content {
    padding: 15px 20px 0;
  }

  .agent-2 .agent-content h3 {
    margin: 8px 0 8px;

    font-size: 17px;
  }

  .a-2 .agent-content {
    padding: 25px 20px 0;
  }

  .property-hp .property-content {
    padding: 25px 25px !important;
  }

  .property-hp img {
    height: 338px;
  }

  .property .hp-1 {
    height: 220px;
  }

  .banner-search-box {
    max-width: 600px;

    background: rgba(0, 0, 0, 0.6);

    padding: 20px 5px 20px;

    display: inline-block;

    float: left;
  }

  /* .banner .banner-tb {

         top: 20%;

     }

 */

  .property-2 .facilities-list li {
    margin-right: 10px;
  }

  .property-2 .content {
    padding: 20px 15px;
  }

  .property-2 .facilities-list {
    padding: 10px 15px;
  }

  .unit-types-wrap .property-info-rebate h5.rebate-value {
    width: 30.8%;
  }
}

@media only screen and (max-width: 1199px) {
  .login-ar-inner .box .img-holder {
    width: 12%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    width: 83%;
  }

  .slider-for-rs .carousel-inner > .item {
    height: 300px;
  }

  .properties-amenities ul li span {
    width: 75%;
  }

  .property-content .facilities-list li:first-child {
    width: 40%;
  }

  .property-content .facilities-list li:nth-child(2) {
    width: 28%;
  }

  .property-content .facilities-list li:nth-child(3) {
    width: 28%;
  }

  .grid-view-wrap .property-content .facilities-list li:first-child {
    width: 42%;
  }

  .list-view-wrap .property-content .facilities-list li:first-child {
    width: 33%;
  }

  .list-view-wrap .property-content .facilities-list li:nth-child(2) {
    width: 23%;
  }

  .list-view-wrap .property-content .facilities-list li:nth-child(3) {
    width: 23%;
  }

  .multi-drop-pro-type .dropdown-menu-level2 {
    height: 90vh;
  }

  .multi-drop-pro-type .multi-level {
    width: 100%;
  }

  .credit-dtl p.first-pdtl {
    width: 57%;
  }

  .price-range-block .price-fields #min_price {
    margin: 0 0 0 8px;
  }

  .price-range-block .price-fields #max_price {
    margin: 0 8px 0 0;
  }

  .banner .banner-slider-inner h2,
  .banner .banner-slider-inner h1 {
    font-size: 36px;
  }
}

@media (max-width: 995px) {
  .logo {
    margin-right: 30px;

    padding: 22px 0 21px;
  }

  .property-2 .facilities-list li {
    margin-right: 20px;
  }

  .property-2 .content {
    padding: 20px 20px;
  }

  .property-2 .facilities-list {
    padding: 10px 20px;
  }

  .main-title .lead {
    font-size: 18px;
  }

  .property .hp-2 {
    height: auto;
  }

  .main-header .navbar-default .nav > li > a {
    padding: 20px 8px 26px;

    font-size: 13px;
  }

  .copy-right {
    text-align: center;
  }

  .copy-right ul {
    float: none;

    margin-top: 15px;
  }

  .rightside-navbar li .button {
    border-radius: 3px;

    padding: 0 7px !important;
  }

  .rightside-navbar {
    padding: 21px 0 20px;
  }

  .setting-button {
    font-size: 14px;

    width: 36px;

    height: 36px;

    line-height: 38px;

    left: -35px;
  }

  .logo img {
    height: 35px;
  }

  .form-content-box .details .main-title h1 {
    font-size: 22px;
  }

  .intro-section img {
    height: 35px;
  }

  .intro-section h3 {
    font-size: 19px;

    line-height: 35px;
  }

  .intro-section .button-theme {
    padding: 7px 20px;

    font-size: 13px;

    font-weight: 500;
  }

  .intro-section {
    text-align: center;
  }

  .intro-section .button-theme {
    float: none;
  }

  .bordered-right {
    border-right: 1px solid transparent;
  }

  .counter-box {
    margin-bottom: 40px;

    padding: 0;
  }

  .counters {
    padding: 40px 0 0;
  }

  .contact-1 .contact-form .form-group {
    margin-bottom: 20px;
  }

  .pricing-tables-3 .mb {
    margin: 0 auto 40px !important;
  }

  .content-area-8 {
    padding: 100px 0 50px;
  }

  .agent-2 .agent-content {
    padding: 30px 25px;
  }

  .compare-table tr td {
    font-size: 13px;

    padding: 15px 10px;
  }

  .rightside-navbar li a.button {
    padding: 4px 15px !important;
  }

  .banner .banner-slider-inner h1 {
    font-size: 35px;
  }

  .banner .banner-slider-inner p {
    font-size: 14px;
  }

  .banner .button-md {
    padding: 12px 20px 8px 20px;

    font-size: 12px;
  }

  /*.banner .banner-tb {

        top: 30%;

    }*/

  .banner-content-left {
    margin-left: auto;

    margin-right: auto;
  }

  .animated {
    /*CSS3 animation properties*/

    -webkit-animation: none !important;

    -moz-animation: none !important;

    -o-animation: none !important;

    -ms-animation: none !important;

    animation: none !important;

    /*CSS3 transition properties*/

    -o-transition-property: none !important;

    -moz-transition-property: none !important;

    -ms-transition-property: none !important;

    -webkit-transition-property: none !important;

    transition-property: none !important;

    /*CSS3 transform properties*/

    -o-transform: none !important;

    -moz-transform: none !important;

    -ms-transform: none !important;

    -webkit-transform: none !important;

    transform: none !important;
  }

  .modal-raw {
    display: block;
  }

  .banner .item {
    height: auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .panel-box .panel-heading .panel-title a {
    display: flex;
    font-size: 14px;
    line-height: 23px;
    align-items: baseline;
  }
  .panel-box .panel-heading .panel-title a span {
  }
  .desktop-header,
  .user-sidebar-desk-menu {
    display: none;
  }
  .navdrawinLogo {
    margin: 0 0 0 20px;
  }
  .booking-row {
    flex-wrap: wrap;
  }
  .booking-left {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    flex: 0 0 calc(100%);
    margin-bottom: 50px;
  }
  .booking-right {
    max-width: 100%;
  }
  .booking_page.space-cls {
    padding: 10px 0 50px 0;
  }
  .login-ar-inner .box .img-holder {
    width: 15%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    width: 80%;
  }

  .slider-for-rs .carousel-inner > .item {
    height: 350px;
  }

  .properties-amenities ul li span {
    width: 80%;
  }

  .property-content .facilities-list li:first-child {
    width: 35%;
  }

  .property-content .facilities-list li:nth-child(2) {
    width: 25%;
  }

  .property-content .facilities-list li:nth-child(3) {
    width: 25%;
  }

  .grid-view-wrap .property-content .facilities-list li:first-child {
    width: 38%;
  }

  .list-view-wrap .property-content .facilities-list li:first-child {
    width: 30%;
  }

  .list-view-wrap .property-content .facilities-list li:nth-child(2) {
    width: 20%;
  }

  .list-view-wrap .property-content .facilities-list li:nth-child(3) {
    width: 20%;
  }

  .search-area.home-search-main {
    padding: 0 0 5px;
  }

  .search-area.home-search-main .form-group {
    margin-bottom: 15px;
  }

  .advance-search-wrap .row {
    margin-left: -10px;

    margin-right: -10px;
  }

  .multi-drop-pro-type .dropdown-menu-level2 {
    height: 112vh;
  }

  .footer-sticky {
    display: block;
  }

  .desktop-mid-ban .banner-holder,
  .mobile-mid-ban .banner-holder {
    padding: 30px 40px 40px;
  }

  .credit-dtl p.first-pdtl {
    width: 48.5%;
  }

  .price-range-block .price-fields #min_price {
    margin: 0 0 0 12px;

    width: 44%;
  }

  .price-range-block .price-fields #max_price {
    margin: 0 12px 0 0;

    width: 44%;
  }

  .price-range-block.all-page-prb .price-fields #max_price {
    width: 47.5%;
  }

  .price-range-block.all-page-prb .price-fields #min_price {
    width: 46%;
  }
}

@media all and (min-width: 768px) {
  .t-slider-r,
  .t-slider-l {
    top: 50%;
  }
  .main-header li.mb-links {
    display: none;
  }
  .our-partners .carousel-inner > .active.left,
  .our-partners .carousel-inner > .prev {
    left: -50%;
  }

  .our-partners .carousel-inner > .active.right,
  .our-partners .carousel-inner > .next {
    left: 50%;
  }

  .our-partners .carousel-inner > .left,
  .our-partners .carousel-inner > .prev.right,
  .our-partners .carousel-inner > .active {
    left: 0;
  }

  .our-partners .carousel-inner .cloneditem-1 {
    display: block;
  }

  .main-header .navbar-default .nav.navbar-nav.mobile-nav > li > a {
    padding: 3px 20px !important;
  }
}

@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .our-partners .carousel-inner > .item.active.right,
  .our-partners .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);

    transform: translate3d(50%, 0, 0);

    left: 0;
  }

  .our-partners .carousel-inner > .item.active.left,
  .our-partners .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);

    transform: translate3d(-50%, 0, 0);

    left: 0;
  }

  .our-partners .carousel-inner > .item.left,
  .our-partners .carousel-inner > .item.prev.right,
  .our-partners .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;
  }
}

@media all and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

@media all and (min-width: 992px) {
  .mobile-header {
    display: none;
  }
  .desktop-header .nav > li > a {
    border-top: 5px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .our-partners .carousel-inner > .active.left,
  .our-partners .carousel-inner > .prev {
    left: -25%;
  }

  .our-partners .carousel-inner > .active.right,
  .our-partners .carousel-inner > .next {
    left: 25%;
  }

  .our-partners .carousel-inner > .left,
  .our-partners .carousel-inner > .prev.right,
  .our-partners .carousel-inner > .active {
    left: 0;
  }

  .our-partners .carousel-inner .cloneditem-2,
  .our-partners .carousel-inner .cloneditem-3 {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .unit-types-wrap .property-info-rebate h5.rebate-value {
    width: 31.8%;
  }
}

@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .our-partners .carousel-inner > .item.active.right,
  .our-partners .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);

    transform: translate3d(25%, 0, 0);

    left: 0;
  }

  .our-partners .carousel-inner > .item.active.left,
  .our-partners .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);

    transform: translate3d(-25%, 0, 0);

    left: 0;
  }

  .our-partners .carousel-inner > .item.left,
  .our-partners .carousel-inner > .item.prev.right,
  .our-partners .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;
  }
}

@media (max-width: 768px) {
  .counters h3 {
    font-size: 19px;

    margin-bottom: 20px;
  }

  .property .hp-1 {
    height: auto;
  }

  table.manage-table td {
    padding: 15px 10px;

    vertical-align: middle;

    border-bottom: 1px solid #e4e4e4;
  }

  .slider-mover-left i {
    font-size: 15px;
  }

  .brand-box {
    padding: 20px 10px;
  }

  .compare-properties {
    padding: 15px 15px 20px;
  }

  .compare-properties h3 {
    margin: 0 0 15px;

    font-size: 18px;
  }

  footer {
    padding: 70px 0 0;
  }

  .brand-box img {
    height: 40px;
  }

  .brand-box h5 {
    font-weight: 600;

    margin: 15px 0 10px;

    font-size: 13px;
  }

  .slider-mover-right i {
    font-size: 15px;
  }

  .property .button,
  input[type="submit"] {
    padding: 5px 12px;
  }

  .property-price {
    font-size: 17px;
  }

  .logo img {
    height: 40px;
  }

  .partners-block h3 {
    font-size: 19px;
  }

  .properties-panel-box .nav > li > a {
    font-size: 11px;

    padding: 6px 20px;
    top: calc(16% - 95px);
  }

  .search-area {
    padding: 20px 0 0;
  }

  .mb-70 {
    margin-bottom: 30px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .search-area .container {
    padding: 0 5px;
  }

  .property-content .property-address a {
    font-size: 13px;
  }

  .pricing-tables-3 .mb {
    margin: 0 auto 25px !important;
  }

  .comment {
    margin-bottom: 0;
  }

  .about-city-estate .main-title-2 h1 {
    font-size: 24px;
  }

  .about-city-estate {
    padding-top: 50px;
  }

  .error404-content h2 {
    font-size: 20px;
  }

  .breadcrumbs li {
    font-size: 16px;
  }

  .list-inline-listing li {
    padding: 5px 20px;
  }

  .biography p {
    text-align: justify;

    font-size: 14px;

    line-height: 20px;
  }

  .main-title h1 {
    font-size: 19px;
    line-height: 19px;
    text-align: left;
  }

  .main-title-2 h1 {
    font-size: 18px;
  }

  .service-item .detail h3 {
    margin: 20px 0 10px;
  }

  .property-content .title {
    font-size: 16px;
  }

  .property-hp img {
    height: auto;
  }

  .main-title-2 {
    margin-bottom: 20px;
  }

  .content-area {
    padding: 0px 0 20px;
  }

  .content-area-2 {
    padding: 50px 0;
  }

  .content-area-3 {
    padding: 20px 0;
  }

  .content-area-4 {
    padding: 50px 0;
  }

  .content-area-5 {
    padding-bottom: 20px;
  }

  .content-area-6 {
    padding: 50px 0 10px;
  }

  .content-area-7 {
    padding: 50px 0;
  }

  .content-area-8 {
    padding: 50px 0 0;
  }

  .content-area-9 {
    padding-top: 50px;
  }

  .categories {
    padding-bottom: 30px;
  }

  .categories-2 {
    padding: 50px 0 30px;
  }

  .contact-1 .contact-details {
    padding-top: 50px;
  }

  .main-title {
    margin-bottom: 25px;
  }

  .footer-info .links li {
    margin-bottom: 10px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .listings-parallax {
    padding-top: 50px;

    text-align: center;
  }

  .contect-agent-photo {
    margin-top: 15px;
  }

  .listings-parallax h3 {
    line-height: 26px;

    font-size: 16px;
  }

  .our-service-inner {
    padding: 50px 0;
  }

  .properties-panel-box .nav-tabs > li > a {
    margin: 2px 4px 2px 0;
  }

  .banner .item img {
    min-height: 250px;
  }

  .banner-content {
    max-width: 80%;
  }

  .banner .banner-slider-inner h2,
  .banner .banner-slider-inner h1 {
    font-size: 30px;

    margin-bottom: 10px;
  }

  .banner .banner-slider-inner p {
    font-size: 14px;

    margin-bottom: 10px;
  }

  .logo-2 {
    margin-bottom: 10px;

    text-align: center;
  }

  .location .contact-map {
    height: 250px !important;
  }

  .banner .btn {
    font-size: 11px;

    padding: 9px 10px 7px 10px;

    margin-bottom: 5px;
  }

  .logo {
    padding: 10px 0;
  }

  /*.banner .item{

        height: auto;

    }*/

  .navbar-default .navbar-toggle {
    margin-top: 20px;

    margin-right: 0;

    padding: 0;

    margin-bottom: 8px;

    border-radius: 0;

    border: none;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;

    padding: 6px 15px !important;
  }

  .main-header .navbar-default .nav > li > a:hover {
    color: #fff !important;

    background: transparent;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555;

    background: #eee;

    padding: 8px 15px;

    border-bottom: none;
  }

  .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li.dropdown-header,
  .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > li
    > a {
    background: #f8f8f8;

    padding-left: 50px;
  }

  .rightside-navbar {
    display: none;
  }

  .main-header .navbar-default .nav > li > a {
    padding: 6px 15px;

    text-align: left;
  }

  .category_long_bg {
    height: 200px;
  }

  .service-item {
    margin-bottom: 75px;
  }

  .hidden-mb-0 {
    margin-bottom: 0;
  }

  .testimonials-1 .text {
    padding: 0 20px;

    font-size: 17px;

    line-height: 30px;
  }

  .section-4 {
    padding-top: 130px;
  }

  .listings-parallax h1 {
    font-size: 25px;

    margin: 0 0 20px;
  }

  .sub-banner h1 {
    font-size: 28px;
  }

  .sub-banner {
    height: 200px;
  }

  .blog-banner .breadcrumb-area h1 {
    font-size: 20px;
  }

  .blog-banner .breadcrumbs li {
    font-size: 14px;
  }

  .blog-banner {
    padding: 40px 0;
  }

  .sub-banner .breadcrumbs li {
    font-size: 16px;
  }

  .contact-details .media .media-left {
    padding-right: 20px;
  }

  .contact-details .media .media-left i {
    width: 42px;

    font-size: 21px;

    height: 42px;

    line-height: 42px;
  }

  .error404-content h1 {
    font-size: 100px;
  }

  .error404-content p {
    font-size: 18px;
  }

  .blog-box .detail p {
    line-height: 23px;

    text-align: justify;

    font-size: 13px;
  }

  .search-contents {
    border-radius: 0;
  }

  .search-box .form-group {
    margin-bottom: 0;
  }

  .blog-box .detail {
    padding: 20px;
  }

  .blog-box .detail .tags-box {
    margin-bottom: 20px;
  }

  .blog-box .detail .blog-share {
    float: left;

    text-align: left;
  }

  .comments ul {
    margin: 0 0 0 0;
  }

  .comment-body {
    line-height: 20px;

    margin-top: 10px;

    font-size: 13px;

    text-align: justify;
  }

  blockquote {
    margin: 20px 0 20px;
  }

  .blog-banner {
    text-align: center;
  }

  .go-home {
    float: none;
  }

  .blog-banner h2 {
    margin: 0 0 30px 0;

    font-size: 20px;
  }

  .comment-content {
    margin-left: 65px;

    padding: 15px;
  }

  .option-bar h4 {
    display: block;

    border-radius: 3px;
  }

  .option-bar .cod-pad {
    padding: 0 15px 0 0;
  }

  .form-content-box .details {
    padding: 20px 20px;
  }

  .sec-title-three h2 {
    margin-top: 0;
  }

  .recent-properties {
    padding: 50px 0 20px;
  }

  .about-text h3 {
    font-size: 19px;
  }

  .slider-mover-left {
    width: 25px;

    height: 40px;

    line-height: 40px;
  }

  .slider-mover-left img {
    width: 10px;
  }

  .slider-mover-right {
    width: 25px;

    height: 40px;

    line-height: 40px;
  }

  .slider-mover-right img {
    width: 10px;
  }

  .banner-detail-box {
    z-index: 2;

    background: transparent;

    padding: 0px;
  }

  .banner-detail-box h3 {
    color: #fff !important;

    font-size: 24px;
  }

  .search-area .form-group {
    margin-bottom: 10px;
  }

  .properties-box .detail .location a {
    font-size: 14px;
  }

  .about-box {
    max-width: 100%;
  }

  .property .height img {
    height: auto;
  }

  .properties-details-page p {
    line-height: 21px;

    text-align: justify;

    font-size: 13px;
  }

  .properties-amenities ul li {
    list-style: none;

    margin-bottom: 10px;
  }

  .properties-condition ul li {
    margin-bottom: 10px;
  }

  .heading-properties h3 {
    font-size: 18px;
  }

  .typography-page p {
    font-size: 13px;

    line-height: 25px;

    text-align: justify;
  }
  .facility-box .checkbox.checkbox-theme.checkbox-circle {
    width: 100%;
  }
  .sub-banner .breadcrumb-area h1 {
    font-size: 21px;
  }
  .popupStyle h2,
  .popupStyle h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .popupStyle p,
  .popupStyle li {
    font-size: 13px;
  }
  .popupStyle .modal-body {
    padding: 25px !important;
  }
  form.popFormWrap {
    display: flow-root;
  }
  .modal-open .modal {
    top: 49px;
  }
  .wa-tooltip .tooltip-text {
    width: 160px;
    left: 0;
  }
  .listingSidebar .price-fields .price-range-field {
    width: 100%;
  }
  .breadcrumb-area p {
    font-size: 14px;
  }

  .breadcrumb-area .button-md {
    padding: 10px 20px;
  }

  .testimonials-1 p {
    font-size: 17px;

    line-height: 27px;
  }

  .testimonials-1 {
    padding: 50px 0 80px;
  }

  .testimonials-1 h1 {
    margin-bottom: 25px;
  }

  .testimonials-2 {
    text-align: center;
  }
  .search-area {
    top: 0;
    padding: 40px 30px;
  }
  .heroOuterWrap .search-area {
    padding: 60px 30px;
  }
  .mobileHeroBanner {
    margin-bottom: 58px;
  }
  .mobileHeroBanner .pattern-overlay {
    min-height: 645px;
  }
  .search-area-inner h3 {
    font-size: 22px;
  }
  .search-area-inner {
    padding: 25px;
  }
  .testimonials-2 .content .avatar {
    max-width: 150px;

    margin: 15px auto;
  }
  .recentlyPropNav .viewAllBtn,
  .featuredPropertiesPrevBtn,
  .featuredPropertiesNextBtn {
    top: -73px;
  }
  .featuredPropertiesNextBtn {
    right: 15px;
  }
  .featuredPropertiesPrevBtn {
    right: 51px;
  }
  .recentlyPropNav .viewAllBtn {
    right: 88px;
  }
  .testimonials-2 .sec-title-three .text {
    font-size: 17px;

    line-height: 30px;
  }

  .testimonials-2 .content .text {
    font-size: 18px;

    line-height: 30px;
  }

  .testimonials-2 {
    padding: 50px 0 80px;
  }

  .testimonials-3 .content .avatar {
    max-width: 130px;

    margin: 0 auto 20px;

    padding: 10px;
  }

  .testimonials-3 {
    text-align: center;
  }

  .testimonials-3 h1 {
    margin-bottom: 25px;
  }

  .testimonials-3 {
    padding: 50px 0 80px;
  }

  .contact-3 .contact-info h3 {
    font-size: 24px;

    font-weight: 400;
  }

  .intro-section h3 {
    font-size: 19px;

    line-height: 35px;

    margin: 10px 0;
  }

  .listings-parallax img {
    margin-top: 30px;
  }

  .t-slider-l {
    width: 30px;

    height: 30px;

    line-height: 25px;
    top: 50%;
  }

  .t-slider-r {
    width: 30px;

    height: 30px;

    line-height: 25px;
    top: 50%;
  }

  .animated {
    /*CSS3 animation properties*/

    -webkit-animation: none !important;

    -moz-animation: none !important;

    -o-animation: none !important;

    -ms-animation: none !important;

    animation: none !important;

    /*CSS3 transition properties*/

    -o-transition-property: none !important;

    -moz-transition-property: none !important;

    -ms-transition-property: none !important;

    -webkit-transition-property: none !important;

    transition-property: none !important;

    /*CSS3 transform properties*/

    -o-transform: none !important;

    -moz-transform: none !important;

    -ms-transform: none !important;

    -webkit-transform: none !important;

    transform: none !important;
  }
}

@media (min-width: 768px) {
  .main-header .navbar-default .nav > li:hover > .dropdown-menu {
    display: block;

    animation-delay: 0.3s;

    -webkit-animation-delay: 0.3s;
  }

  .main-header
    .navbar-default
    .nav
    > li
    > .dropdown-menu
    li:hover
    > .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .right_price_p,
  .left_price_p {
    font-size: 11px;
  }
  .product_dtl_bg h3 {
    font-size: 20px;
  }
  .checkin_wrap label,
  .checkin_wrap p {
    font-size: 12px;
  }
  .guest-left .dropdown .btn {
    padding-left: 0;
  }
  .middle-banner .mid-ban-wrap .mobile-mid-ban {
    display: block;
  }

  .middle-banner .mid-ban-wrap .desktop-mid-ban {
    display: none;
  }

  .property-content .facilities-list li:first-child,
  .list-view-wrap .property-content .facilities-list li:first-child,
  .grid-view-wrap .property-content .facilities-list li:first-child {
    width: auto;

    margin: 0 20px 0 0;
  }

  .property-content .facilities-list li:nth-child(2),
  .list-view-wrap .property-content .facilities-list li:nth-child(2),
  .grid-view-wrap .property-content .facilities-list li:nth-child(2) {
    width: auto;

    margin: 0 20px 0 0;
  }

  .property-content .facilities-list li:nth-child(3),
  .list-view-wrap .property-content .facilities-list li:nth-child(3),
  .grid-view-wrap .property-content .facilities-list li:nth-child(3) {
    width: auto;
  }

  .listing-sng-page .property-title {
    width: 100%;
  }

  .listing-sng-page .pull-right.property-price-pr {
    width: 100%;

    float: left !important;

    margin: 10px 0 0;
  }

  .listing-sng-page .heading-properties .property-price-pr h3 {
    margin: 0;
  }

  .listing-sng-page .heading-properties .property-price-pr h5 {
    float: left;

    margin-bottom: 0;
  }

  .properties-amenities ul.amenities.overview-ul li {
    width: 49%;
  }

  .unit-types-wrap .property-info-rebate h5.after-rebate,
  .unit-types-wrap .property-info-rebate span.bank-value,
  .unit-types-wrap .property-info-rebate h5.rebate-value {
    width: 100%;

    margin: 10px 0;
  }

  .blog-box a > img,
  .blog-box .img-responsive {
    height: 350px !important;
  }

  .auction-pro-dtl {
    padding: 20px 10px;
  }

  .tr-none-for-mob {
    display: block;
  }

  .tr-none-for-mob .td-title-loc {
    width: 100% !important;

    float: left;
  }

  .tr-none-for-mob .td-map-loc {
    float: right;

    width: 100%;
  }

  .tr-none-for-mob .td-map-loc #subscribeGoogleMap {
    width: 260% !important;
  }

  .login-ar-inner .main-title {
    display: inline-block;

    width: 100%;
  }

  .login-ar-inner .box .img-holder {
    width: 11%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    width: 85%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    padding: 2.5% 0 0;
  }

  .drop-sub-menu {
    width: 100%;

    margin-bottom: 15px !important;
  }

  .bultn-area-span {
    bottom: 1px;
  }

  .admin-rent-sale-ul {
    padding: 0 15px;
  }

  .admin-rent-sale-tab-dtl {
    padding: 0 15px;
  }

  .agent-tab-cont .sorting-filter .sort-by,
  .agent-tab-cont .sorting-filter .page-listing {
    padding-left: 15px;
  }

  .checkbox-holder-srp {
    padding: 0;
  }

  .check-boxHolder {
    margin: 0;
  }

  .slider-for-rs .carousel-inner > .item {
    height: 300px;
  }

  .grid-view-wrap .property-img {
    height: auto;
  }

  .list-view-wrap .property-img {
    height: auto;
  }

  /*.featured-properties .property-img{

	height: auto;

}*/

  /*.featured-properties .property-img .img-responsive {

    min-height: auto;

	max-height:350px;

}*/

  .multi-drop-pro-type .dropdown-menu-level2 {
    height: 88vh;
  }

  .desktop-mid-ban {
    display: none;
  }

  .mobile-mid-ban {
    display: block;
  }

  .mobile-mid-ban .banner-holder {
    padding: 30px 6px 40px;
  }

  .credit-dtl p.first-pdtl {
    width: 79.5%;
  }

  .properties-panel-box .nav > li > a {
    width: 130px;
  }

  #saleBuddgetWrapper .price-range-block {
    padding: 0 10px;
  }

  .price-range-block .price-fields #min_price {
    margin: 0 0 0 12px;

    width: 47%;
  }

  .price-range-block .price-fields #max_price {
    margin: 0 12px 0 0;

    width: 46%;
  }

  .price-range-block.all-page-prb .price-fields #max_price {
    width: 46%;
  }

  .banner .banner-slider-inner h2,
  .banner .banner-slider-inner h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .blog-box a > img,
  .blog-box .img-responsive {
    height: 300px !important;
  }
}

@media only screen and (max-width: 639px) {
  .slider-for-rs .carousel-inner > .item {
    height: 230px;
  }

  .home-search-main .search-area-inner .nav-tabs {
    display: none;
  }

  .home-search-main .search-area-inner .search-contents {
    padding-top: 20px;
  }

  .price-range-block .price-fields #min_price {
    width: 45%;
  }

  .price-range-block .price-fields #max_price {
    width: 45%;
  }

  .price-range-block.all-page-prb .price-fields #min_price {
    width: 45%;
  }

  .price-range-block.all-page-prb .price-fields #max_price {
    width: 44%;
  }

  .property-tag.sale {
    bottom: 8px;
  }
}

@media only screen and (max-width: 500px) {
  .blog-box a > img,
  .blog-box .img-responsive {
    height: 250px !important;
  }

  .slider-for-rs .carousel-inner > .item {
    height: 210px;
  }

  .auction-sh-btn {
    margin: 0 5px 8px 0;
  }

  .btn-publish-post {
    right: 35% !important;
  }
}

@media only screen and (max-width: 479px) {
  .content-area.recently-properties {
    padding: 0 20px 20px;
  }
  .property .property-content {
    padding: 20px 15px !important;
  }

  .property-content .facilities-list li:first-child,
  .list-view-wrap .property-content .facilities-list li:first-child,
  .grid-view-wrap .property-content .facilities-list li:first-child {
    margin: 0 20px 0 0;
  }

  .property-content .facilities-list li:nth-child(2),
  .list-view-wrap .property-content .facilities-list li:nth-child(2),
  .grid-view-wrap .property-content .facilities-list li:nth-child(2) {
    margin: 0 20px 0 0;
  }

  .option-bar .sorting-options {
    margin: 10px 6px 0 0;
  }

  .facility-col {
    width: 100%;
  }

  .calculator-result {
    width: 115px !important;
  }

  .Property-description .nav-tabs > li {
    margin-bottom: 5px;
  }

  .properties-amenities ul.amenities.overview-ul li {
    width: 100%;
  }

  .tr-none-for-mob .td-map-loc #subscribeGoogleMap {
    width: 280% !important;
  }

  .login-ar-inner .box .img-holder {
    width: 18%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    width: 77%;
  }

  .login-ar-inner .box span,
  .login-ar-inner .title.title-t3 {
    padding: 3.5% 0 0;
  }

  .blog-box a > img,
  .blog-box .img-responsive {
    height: 225px !important;
  }

  .admin-rent-sale-ul li:last-child {
    float: left !important;
  }

  .slider-for-rs .carousel-inner > .item {
    height: 165px;
  }

  .property-content .facilities-list li {
    font-size: 12px;
  }

  table.vplb-mob .title-container {
    width: 100%;

    border-bottom: none;

    padding: 0;
  }

  table.vplb-mob .title-container .img-holder {
    width: 100%;

    margin-bottom: 10px;
  }

  table.vplb-mob .title-container .title {
    width: 100%;
  }

  table.vplb-mob .action {
    float: left;

    width: 100%;

    padding: 6px 0 10px;

    margin-bottom: 20px;
  }

  table.vplb-mob td.action a {
    display: inline-table;

    vertical-align: top;

    margin-right: 15px;
  }

  table.vplb-mob td.action input[type="checkbox"] {
    margin-right: 15px !important;
  }

  .multi-drop-pro-type .dropdown-menu-level1 {
    width: 50%;
  }

  .multi-drop-pro-type .dropdown-menu-level2 {
    height: 114vh;

    left: 50%;

    width: 50%;
  }

  .credit-dtl p.first-pdtl {
    width: 100%;
  }

  .btn-publish-post {
    right: 33% !important;
  }

  .price-range-block .price-fields #min_price {
    width: 44%;
  }

  .price-range-block .price-fields #max_price {
    width: 44%;
  }

  .mobile-tab .nav-tabs > li > a {
    padding: 5px 12px;
  }

  .price-range-block.all-page-prb .price-fields #min_price {
    width: 44%;
  }

  .price-range-block.all-page-prb .price-fields #max_price {
    width: 43%;
  }

  .banner .banner-slider-inner h2,
  .banner .banner-slider-inner h1 {
    font-size: 24px;
  }

  .banner .banner-slider-inner p {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 459px) {
  table.manage-table .title-container .img-holder {
    width: 100%;

    margin-bottom: 10px;
  }

  /*.featured-properties .property-img .img-responsive {

	max-height:260px;

}*/
}

/*@media only screen and (max-width: 413px){

table.manage-table .title-container .img-holder{

	width:45%;

}

table.manage-table .title-container .title{

	width:50%;

}	

}*/

@media only screen and (max-width: 413px) {
  .price-range-block .price-fields #min_price {
    width: 43%;
  }

  .price-range-block .price-fields #max_price {
    width: 44%;
  }

  .price-range-block.all-page-prb .price-fields #min_price {
    width: 42%;
  }

  .nav.navbar-nav.mobile-nav > li > a {
    padding: 3px 15px !important;
  }

  .banner .banner-slider-inner h2,
  .banner .banner-slider-inner h1 {
    font-size: 20px;
  }

  .banner .banner-slider-inner p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 379px) {
  .blog-box a > img,
  .blog-box .img-responsive {
    height: 200px !important;
  }

  .properties-panel-box .nav > li > a {
    width: 95px !important;

    padding: 5px 0 5px 0;
  }
}

@media only screen and (max-width: 374px) {
  .featured-properties .property-img {
    height: 220px;
  }

  .footer-sticky ul li {
    width: 49.4%;
  }

  .home-search-main .search-area-inner .nav-tabs > li > a {
    padding: 5px 13px;
  }

  .price-range-block .price-fields #max_price {
    width: 43%;
  }

  .banner-content {
    margin-top: 10px;
  }

  .banner .banner-slider-inner p {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 359px) {
  .home-search-main .search-area-inner .nav-tabs > li > a {
    padding: 5px 8px;
  }

  .btn-publish-post {
    right: 30% !important;
  }

  .price-range-block .price-fields #min_price {
    width: 42%;
  }

  .price-range-block .price-fields #max_price {
    width: 42%;
  }

  .price-range-block.all-page-prb .price-fields #min_price {
    width: 39%;
  }

  .nav.navbar-nav.mobile-nav > li > a {
    padding: 3px 9px !important;
  }

  .banner .banner-slider-inner p {
    font-size: 13px;
  }

  .banner .btn {
    font-size: 10px;
  }

  .banner .banner-slider-inner h1 {
    font-size: 18px;
  }
}

/** List view inside Map **/

.map-properties-list {
  margin: 0px 15px 30px 15px;
}

.img-inside-map {
  height: 220px;
}

.privacy-policy-data h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.privacy-policy-data h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.info-collection h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.info-collection {
  margin-top: 30px;
}

.info-collection h4 {
  font-size: 24px;
  font-weight: 600;
}

.info-collection p {
  font-size: 18px;
}

.privacy-policy-data p {
  font-size: 18px;
}

.privacy-policy-data span {
  color: #ff3f3c;
}

.heading {
  margin-top: 30px;
}

.wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .privacy-policy-data h2 {
    font-size: 32px;
    margin-top: 40px;
  }
  .privacy-policy-data h3 {
    font-size: 22px;
  }
  .privacy-policy-data p {
    font-size: 16px;
  }
  .info-collection h2 {
    font-size: 22px;
  }
  .info-collection p {
    font-size: 16px;
  }
}
