/**
 * login page
 */
#login-form em {
    color: red;
    font-size: 13px;
    font-style: normal;
}


/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
html {
  height: 100%;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  min-height: 100% !important;
  font-family: 'Raleway-Regular', Arial,sans-serif !important; }

body {
  background: #F9F9F8 !important;
  color: #323232;
  font-family: 'Raleway-Regular','Arial', sans-serif !important;
  /*height: 100%;*/
  font-size: 1rem;
  font-size: 0.85em; }
  body a {
    color: #323232;
    text-decoration: none;
    cursor: pointer; }
  body a:hover {
    text-decoration: none;
    color: #F75156; }
  body .btn-primary {
    background: #F75156;
    border-color: #F75156; }
  body .btn-primary:hover {
    background-color: #f64248;
    border-color: #f64248; }
  body .btn-default:active:focus, body .btn-default:active:hover {
    color: #333;
    background-color: #fff;
    border-color: #adadad; }
  body .btn-default:active:focus, body .btn-default:focus {
    color: #333;
    background-color: #fff;
    border-color: #adadad; }
  body .btn-primary:focus, body .btn-primary.focus {
    background: #F75156;
    border-color: #F75156; }
  body .btn-primary:active, body .btn-primary.active, body .open > .dropdown-toggle.btn-primary {
    background-color: #f64248;
    border-color: #f64248; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway-Medium',Arial; }

h2 {
  font-size: 20px; }

.input-icon-right {
  position: relative; }

.input-icon-left > i,
.input-icon-right > i {
  position: absolute;
  font-size: 16px;
  color: #bfbfbf; }

table th {
  font-size: 16px;
  font-weight: 400; }

label {
  font-weight: 400;
  font-size: 16px;
  font-family: "Raleway-Regular",Arial; }

.reset-button.btn {
  background: #fff;
  border-color: #fff;
  color: #F75156; }
  .reset-button.btn:hover {
    background: #fff;
    border-color: #fff; }

.main .navbar-toggle .icon-bar {
  background-color: black; }

.main .nav-tabs {
  background: #F9F9F8; }
  .main .nav-tabs.nav-justified > li > a {
    border: none; }
  .main .nav-tabs > :last-child .nav-link {
    margin-left: 4px; }
  .main .nav-tabs .nav-link.active:hover {
    background-color: #f64248;
    background-image: none; }
  .main .nav-tabs .nav-link {
    padding: 7px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
    height: 40px;
    background-image: none;
    background-color: #fff;
    color: #494545; }
    .main .nav-tabs .nav-link.active, .main .nav-tabs li.active .nav-link{
      background: #F75156;
      background-image: linear-gradient(to right, #f6393e, #f8696e);
      color: #fff; }
    .main .nav-tabs .nav-link.active:after {
      height: 0;
      margin-top: 0; }

.division-line {
  border-bottom: 1px solid #CFCFCF; }

.division-line-2 {
  border-bottom: none;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  position: relative; }

body .form-control:focus {
  border-color: #F75156;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18); }

.pagination > li > a, .pagination > li > span {
    color: black;
    padding: 6px 12px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #fff;
  background: #F75156; }

.pagination > li:last-child > a:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:focus, .pagination > li:last-child > span:hover {
  color: #fff;
  background: #F75156; }

.pagination > li:first-child > a:focus, .pagination > li:first-child > a:hover, .pagination > li:first-child > span:focus, .pagination > li:first-child > span:hover {
  color: #fff;
  background: #F75156; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #F75156;
    border-color: #F75156;
    padding: 6px 12px;
}

body .btn-primary.cancel-button {
  width: 67px;
  background-color: #FFF;
  border: none;
  color: #F75156; }

.main .page-wrapper {
  padding-bottom: 50px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (min-width: 768px) {
    .main .page-wrapper {
      padding: 20px; } }

.pagination-wrapper {
  width: 100%; }

.content {
  position: relative;
  min-height: 100%;
    background: #F9F9F8 !important;
  top: 75px; }
  @media (max-width: 768px) {
    .content {
      overflow-x: hidden; } }

.footer-sidebar .sidebar-icon {
  display: block;
  background-color: #808080;
  padding-top: 15px;
  padding-bottom: 15px; }

.footer-sidebar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9); }

.footer-sidebar .sidebar-icon {
  background-color: #E6E6E6;
  width: 25%;
  border-right: 1px solid #BEBEBE;
  float: left; }
  .footer-sidebar .sidebar-icon:last-child {
    border-right: none; }
  .footer-sidebar .sidebar-icon:not(:last-child) {
    box-shadow: 1px 0 0 #888888; }

.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 80px;
  background: #e6e6e6;
  /*
.side-nav {
	position: fixed;
	top: 51px;
	left: 80px;
	width: 80px;
	margin-left: -80px;
	border: none;
	border-radius: 0;
	overflow-y: auto;
	background-color: #222;
	bottom: 0;
	overflow-x: hidden;
	padding-bottom: 40px;
}
*/ }
  .sidebar .sidebar-icon {
    padding: 15px 0 40px 0;
    border-bottom: 1px solid #BEBEBE; }
  .sidebar i {
    margin: 10px 10px 10px 15px; }

.sidebar-icon:hover {
  background-color: #F75156; }

.sidebar-icon svg:hover {
  background-color: #fff; }

#active {
  background-color: #F75156; }

.main {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  max-width: 1500px;
  padding-bottom: 50px;
    background: #F9F9F8 !important;
}
  @media screen and (min-width: 768px) {
    .main {
      margin-left: 80px; } }
  @media (max-width: 500px) {
    .main {
      margin-bottom: 80px; } }

.breadcrumb-wrapper .breadcrumb {
  display: inline-block;
  padding-left: 40px;
  width: 100%;
  margin-left: 1px; }

section.breadcrumb {
  margin-top: 0;
  background: #f9f9f8; }

.tooltip.right .tooltip-inner {
  background-color: #e6e6e6 !important;
  width: 400px !important;
  padding: 10px !important;
  color: #000 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: left !important; }

.tooltip.right .tooltip-arrow {
  top: 50% !important;
  left: 0 !important;
  margin-top: -5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid #D3D3D3 !important; }

.tooltip.in {
  opacity: 1 !important; }

.header {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fff; }
  .header .dropdown-menu {
    padding: 0;
    border-radius: 4px; }
  .header .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #e6e6e6; }
  .header .dropdown-menu > li > a:hover {
    border-left: 2px solid red;
    color: red; }
  .header .nav > li > a img {
    border: 3px solid #dfdfdf;
    max-width: 30px;
    max-height: 30px;
    margin-top: 10px;
    float: left;
    display: block; }
  .header .navbar .nav > li > a {
    color: #30333a;
    font-size: 16px;
    font-weight: 400;
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    height: 65px;
    max-height: 65px; }
  .header .nav > li > a .name {
    color: #30333a;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px; }
  .header .nav > li > a:focus,
  .header .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent; }
  .header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0;
    border-right: 0;
    border-left: 0; }
  .header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px; }
  .header .alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px; }

.dashboard-property ~ footer {
  margin-left: 0; }

.fa-search {
  color: #808080; }

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 123px;
  z-index: 99;
  clear: both; }
  @media screen and (min-width: 768px) {
    footer {
      margin-left: 80px; } }
  footer nav {
    background: #4E4A4A; }
  footer a.nav-link {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Raleyway-Regular',Arial;
    letter-spacing: 1px; }

footer li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

footer li a:hover {
  color: #Fff; }

footer .nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2); }

.header .alert {
  padding: 10px 10px 10px 110px;
  margin-right: 10px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  width: 100%;
  background-color: #FFCC00;
  font-family: "Raleway-Regular" Arial;
  font-size: 14px;
  color: #262626;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px; }
  .header .alert a {
    margin-left: 110px; }

.header-content-wrapper {
  height: 60px;
  /*
	@include respond-screen ($bp-sm) {
	height: 60px;
	}
	*/ }
  .header-content-wrapper .btn-secondary,
  .header-content-wrapper .btn-secondary:focus {
    background: #fff;
    border: none; }
  .header-content-wrapper .header-content-wrapper {
    height: 60px; }

.header-language-dropdown-list {
  margin-top: 25px;
  list-style: none;
  float: right;
  position: relative; }

.header-top p {
  padding: 10px 100px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 21px; }

.user-info .user-name {
  font-size: 14px;
  line-height: 21px; }

.header .nav.navbar-nav {
  float: right;
  /*
    @include respond-screen ($bp-sm) {
        float: right;
    }
    */ }

.main .nav-tabs .nav-link {
  font-size: 20px;
  font-family: "Raleway-Medium", Arial; }

.header .nav.navbar-nav {
  float: right;
  /*
	@include respond-screen ($bp-sm) {
		float: right;
	}
	*/ }

.header #logo {
  display: inline-block;
  width: 200px;
  height: 27px;
  margin-top: 10px;
  margin-left: 20px; }
  .header #logo a {
    display: inline-block; }
    .header #logo a img {
      display: none;
      height: 41px;
      width: 150px;
      display: block; }
      @media screen and (min-width: 768px) {
        .header #logo a img {
          width: 200px; } }

.user-photo-wrapper {
  line-height: 30px;
  font-size: 30px;
  width: 30px; }

.alert-dismissable .close {
  position: relative;
  top: -8px;
  right: 20px;
  color: inherit; }

.close {
  float: right;
  font-size: 31px;
  font-weight: lighter;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
  opacity: 1; }

.profile_details {
  float: right;
  margin: 0 0em 0 0em;
  border-right: 1px solid #e6e6e6; }
  @media (max-width: 375px) {
    .profile_details {
      margin: 0 0em 0 -2em; } }
  @media (max-width: 360px) {
    .profile_details {
      margin: 0 0em 0 -3em; } }
  @media (max-width: 320px) {
    .profile_details {
      margin: 0 0em 0 -6em; } }

.user-panel-top li:first-child {
  margin-left: 0; }

.profile_details ul li {
  list-style-type: none;
  width: 87%; }

.user-panel-top li {
  float: left;
  margin-left: 15px;
  position: relative; }

.dropdown {
  position: relative;
  left: -10px;
  height: 60px; }
  @media screen and (min-width: 768px) {
    .dropdown {
      left: 30px;
      height: 60px; } }

.dropdown,
.dropup {
  position: relative; }

.user-name {
  float: left;
  margin-top: 8px;
  margin-left: 5px;
  height: 35px;
  width: 60%; }

.profile_details_drop.open .lnr.lnr-chevron-up {
  display: block; }

.profile_details_drop .lnr.lnr-chevron-up {
  display: none; }

.user-panel-top li a i {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 25px; }

.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-chevron-down:before {
  padding-top: 10px; }

.profile_details_drop .lnr.lnr-chevron-up {
  display: none; }

.user-panel-top li a i {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 25px; }

.profile_img i {
  float: right;
  margin: 1em 0px 0 -18px;
  margin-left: 15px;
  color: #808080; }
  @media screen and (min-width: 768px) {
    .profile_img i {
      margin: 20px 0px 0 -18px; } }

.fa-caret-down:before {
  content: "\f0d7";
  color: #808080; }

.user-panel-top li a i {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 25px; }

.user-name p {
  font-size: 14px;
  color: #000;
  line-height: 1em; }

.user-name p span {
  padding-top: 3px;
  font-weight: bold;
  font-size: 12px;
  color: #424f63;
  font-weight: normal;
  color: red; }

.language-choose {
  padding-top: 20px;
  width: 90px;
  height: 60px;
  text-align: center;
  cursor: pointer; }
  .language-choose a {
    left: 10px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Raleway-Medium', 'Arial', sans-serif; }
    .language-choose a:hover {
      color: #F75156; }
  .language-choose:hover, .language-choose:hover a {
    text-decoration: none;
    background-color: #eee;
    color: #F75156; }

  @media (max-width: 768px) {
  .language-choose {
    width: auto !important; /* Remove fixed width */
    height: auto !important; /* Remove fixed height */
    border-radius: 4px; /* Rounded corners */
    min-width: 60px; /* Minimum width for touch targets */
    display: inline-block;
  }
  
  .language-choose a {
    font-size: 12px !important;
    font-weight: 600;
    left: 0; /* Reset left positioning */
    position: static; /* Reset positioning */
  }
}

@media (max-width: 480px) {
  .language-choose {
    width: auto !important;
    height: auto !important;
    min-width: 50px;
    display: inline-block;

  }
  
  .language-choose a {
    font-size: 11px !important;
  }
}

.profile_img {
  margin-right: 15px;
  padding-top: 17px; }
  @media screen and (min-width: 768px) {
    .profile_img {
      margin-right: 0;
      padding-top: 5px; } }
  .profile_img .user-name {
    display: none; }
    @media screen and (min-width: 768px) {
      .profile_img .user-name {
        display: block; } }
  .profile_img:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #808080;
    font-size: 14px;
    position: absolute;
    top: 23px;
    right: 0; }
    @media screen and (min-width: 768px) {
      .profile_img:after {
        content: ""; } }

.profile_img span.user-image {
  background: url(../images/profile_avatar.png) no-repeat !important;
  background-size: contain !important;
  background-position: center !important; }
  @media screen and (min-width: 768px) {
    .profile_img span.user-image {
      margin-top: 10px; } }

.profile_img {
  margin-right: 15px;
  padding-top: 17px; }
  @media screen and (min-width: 768px) {
    .profile_img {
      margin-right: 0;
      padding-top: 5px; } }
  .profile_img .user-name {
    display: none; }
    @media screen and (min-width: 768px) {
      .profile_img .user-name {
        display: block; } }
  .profile_img:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #808080;
    font-size: 14px;
    position: absolute;
    top: 23px;
    right: 0; }
    @media screen and (min-width: 768px) {
      .profile_img:after {
        content: ""; } }

.profile_img span {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px; }

ul.dropdown-menu.drp-mnu {
  min-width: 199px;
  top: 100%; }
  @media screen and (max-width: 768px) {
    ul.dropdown-menu.drp-mnu {
      left: 0px; } }

ul.dropdown-menu {
  padding: 0;
  min-width: 250px;
  top: 100%; }

.user-panel-top ul {
  padding-left: 0; }

.open > .dropdown-menu {
  display: block; }

/* ul.dropdown-menu {
	-moz-animation: fadeInDown .3s ease-in;
	-webkit-animation: fadeInDown .3s ease-in;
	animation: fadeInDown .3s ease-in;
} */
.user-panel-top ul {
  padding-left: 0; }

ul.dropdown-menu.drp-mnu li {
  width: 100%; }

.user-panel-top li:first-child {
  margin-left: 0; }

.profile_details ul li {
  list-style-type: none;
  width: 90%; }

ul.dropdown-menu li {
  margin-left: 0;
  width: 100%;
  padding: 0;
  background: #fff; }

.user-panel-top li {
  float: left;
  margin-left: 15px;
  position: relative; }

.nofitications-dropdown li .dropdown-menu:before,
.drp-mnu:before {
  position: absolute;
  top: -8.5px;
  left: 150px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #DFDFDF;
  border-left: 8px solid transparent;
  content: ''; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.user-name {
  display: none; }
  @media screen and (min-width: 768px) {
    .user-name {
      display: block; } }

.profile_details ul li.dropdown a {
  color: #272727; }
  .profile_details ul li.dropdown a:hover {
    color: #f75156;
    text-decoration: none;
    text-transform: none; }

.re-shuffle {
  top: 61px; }

.consultant-section .sales-consultant-section {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}
  .consultant-section .sales-consultant-section .cs-inquiry, .consultant-section .sales-consultant-section .cs-consultant-detial {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px; }
  .consultant-section .sales-consultant-section .cs-inquiry, .consultant-section .sales-consultant-section .cs-solicitor {
    font-size: 14px;
    line-height: 21px; }
    .consultant-section .sales-consultant-section .cs-inquiry a, .consultant-section .sales-consultant-section .cs-solicitor a {
      font-size: 14px;
      line-height: 21px; }
    .consultant-section .sales-consultant-section .cs-inquiry div, .consultant-section .sales-consultant-section .cs-solicitor div {
      margin: 2px 0; }
    .consultant-section .sales-consultant-section .cs-inquiry .title, .consultant-section .sales-consultant-section .cs-solicitor .title {
      font-size: 18px;
      line-height: 20px; }
      .consultant-section .sales-consultant-section .cs-inquiry .title h3, .consultant-section .sales-consultant-section .cs-solicitor .title h3 {
        font-size: 18px;
        line-height: 20px; }
  .consultant-section .sales-consultant-section .cs-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px; }
  .consultant-section .sales-consultant-section .consultant-img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: url(../profile_avatar.jpg) no-repeat center;
    display: inline-block;
    margin-right: 20px; }
  .consultant-section .sales-consultant-section .consultant-detail {
    display: inline-block;
    padding-top: 10px; }
    .consultant-section .sales-consultant-section .consultant-detail .consultant-name {
      font-size: 18px;
      line-height: 20px; }
    .consultant-section .sales-consultant-section .consultant-detail .landline, .consultant-section .sales-consultant-section .consultant-detail .mobile-phone, .consultant-section .sales-consultant-section .consultant-detail .email {
      font-size: 14px;
      line-height: 21px; }
  .consultant-section .sales-consultant-section .sale-property {
    margin-top: 20px;
    margin-bottom: 10px; }
    .consultant-section .sales-consultant-section .sale-property a {
      text-decoration: underline;
      text-transform: capitalize; }

.consultant-section .investment-calculator .analyse-button {
  width: 100%;
  margin-left: 0;
  background-color: #F75156;
  border-color: #F75156; }

.dashboard-property-content {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px 3px 0 0; }

.news-section-wrapper .news-section .news-navbar {
  margin-top: 20px; }

.home-page .badged {
  left: 5%;
  top: 5%; }

.home-page .owl-item-detail {
  position: relative; }

.nav-tabs .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  background: #F75156;
  background-image: linear-gradient(to right, #f6393e, #f8696e); }
  .nav-tabs .nav-link.active {
    background-image: none;
    background-color: #fff; }
  .nav-tabs .nav-link.active:after {
    height: 0;
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .dashboard-property ul.nav-tabs {
    background: none; } }

.dashboard-property .nav-item:last-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .dashboard-property .nav-item:last-child {
      display: table-cell; } }

.dashboard-property .dps-function-bar-wrapper {
  position: relative;
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    .dashboard-property .dps-function-bar-wrapper {}
  }
  .dashboard-property .dps-function-bar-wrapper .dps-function-bar, .dashboard-property .dps-function-bar-wrapper .add-propery-button {
    display: inline-block; }
  .dashboard-property .dps-function-bar-wrapper .add-propery-button .long-btn {
    display: none; }
    @media screen and (min-width: 822px) {
      .dashboard-property .dps-function-bar-wrapper .add-propery-button .long-btn {
        display: inline-block; }
        .dashboard-property .dps-function-bar-wrapper .add-propery-button .long-btn:hover {
          background-color: #f64248; } }
  .dashboard-property .dps-function-bar-wrapper .add-propery-button .short-btn {
    margin-right: 10px;
    margin-top: 8px;
    width: 52px;
    display: inline-block;
    position: absolute;
    top: -43px;
    right: 0; }
    @media screen and (min-width: 496px) {
      .dashboard-property .dps-function-bar-wrapper .add-propery-button .short-btn {
        margin-right: 0;
        position: relative;
        top: 0;
        right: 0; } }
    @media screen and (min-width: 768px) {
      .dashboard-property .dps-function-bar-wrapper .add-propery-button .short-btn {
        margin-top: 0; } }
    @media screen and (min-width: 822px) {
      .dashboard-property .dps-function-bar-wrapper .add-propery-button .short-btn {
        display: none; } }

.add-propery-button {
  float: right;
  margin-right: 20px; }
  .add-propery-button button.btn {
    float: right;
    background: #F75156;
    border-radius: 4px;
    width: 118px;
    height: 30px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    border: none; }

.dps-function-bar {
  width: 100%;
  /*
	.btn-group .dropdown-menu{
		margin-left: 14px;
		@include respond-screen($bp-sm,true) {
			li {
				display: inline-block;
			}
		}
	}
	.btn-group button {
		font-size: 16px;
	}
.search-bar {
	input {
		margin-left: 10px;
	}
}
.map-view {
		padding-left: 25px;
		line-height: 35px;
		white-space: nowrap;
		margin-bottom: 0;
		@include respond-screen($bp-sm) {
			margin-bottom: 14px;
		}
		@include respond-screen($bp-lg) {
			margin-bottom: 0;
		}
		.glyphicon-map-marker:before {
			width: 30px;
			height: 30px;
			font-size: 16px;
		}
		.map-text {
			// border-bottom: 1px solid #262626;
			padding-top: 10px;
			text-decoration: underline;
		}

		img{
			text-align: top;
		}
	}
	.sort-by {
			font-size: 16px;
			line-height: 35px;
		}
		*/ }
  .dps-function-bar .search-bar, .dps-function-bar .map-view, .dps-function-bar .sort-by, .dps-function-bar .cash-flow, .dps-function-bar .rental-dropdown, .dps-function-bar .price-dropdown {
    display: inline-block;
    position: relative; }
  .dps-function-bar .search-bar {
    width: 57%;
    top: 0;
    margin-right: 10px;
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .dps-function-bar .search-bar {
        top: -8px;
        width: 290px;
        margin-right: 30px; } }
    .dps-function-bar .search-bar .form-group.input-group {
      margin-bottom: 0; }
    .dps-function-bar .search-bar input, .dps-function-bar .search-bar button {
      height: 32px; }
  .dps-function-bar .map-view {
    display: none;
    float: none;
    top: -9px;
    font-size: 16px;
    width: 108px;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .dps-function-bar .map-view {
        display: inline-block; } }
    .dps-function-bar .map-view:hover {
      color: #F75156; }
  .dps-function-bar .sort-by-part-medium {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .dps-function-bar .sort-by-part-medium {
        box-shadow: none;
        top: 2px;
        margin-left: -15px;
        font-size: 16px;
        position: relative; } }
    @media screen and (min-width: 1133px) {
      .dps-function-bar .sort-by-part-medium {
        display: none; } }
    .dps-function-bar .sort-by-part-medium ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .dps-function-bar .sort-by-part-medium li.sort-by-medium {
      position: relative; }
      .dps-function-bar .sort-by-part-medium li.sort-by-medium a {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .dps-function-bar .sort-by-part-medium li.sort-by-medium a {
            height: 50px;
            font-size: 16px; } }
      .dps-function-bar .sort-by-part-medium li.sort-by-medium ul {
        top: 46px;
        z-index: 1;
        border: none;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
        @media screen and (min-width: 768px) {
          .dps-function-bar .sort-by-part-medium li.sort-by-medium ul {
            box-shadow: none;
            top: 33px; } }
      .dps-function-bar .sort-by-part-medium li.sort-by-medium ul a:hover {
        color: #F75156; }
      @media screen and (max-width: 767px) {
        .dps-function-bar .sort-by-part-medium li.sort-by-medium ul a {
          height: 38px;
          font-size: 14px;
          vertical-align: text-top; } }
      .dps-function-bar .sort-by-part-medium li.sort-by-medium ul a .caret {
        margin-left: 5px; }
        @media screen and (max-width: 767px) {
          .dps-function-bar .sort-by-part-medium li.sort-by-medium ul a .caret {
            font-size: 14px; } }
    .dps-function-bar .sort-by-part-medium ul li {
      display: inline-block;
      float: left;
      margin-left: none;
      width: auto; }
    .dps-function-bar .sort-by-part-medium li ul {
      display: none; }
    .dps-function-bar .sort-by-part-medium ul li a {
      display: block;
      text-decoration: none;
      border-top: 1px solid #ffffff;
      padding: 15px;
      white-space: nowrap;
      background-color: #fff;
      padding: 5px 15px 5px 15px; }
      @media screen and (min-width: 768px) {
        .dps-function-bar .sort-by-part-medium ul li a {
          padding: 5px 15px 5px 15px; } }
    .dps-function-bar .sort-by-part-medium li:hover ul, .dps-function-bar .sort-by-part-medium li.hover ul {
      display: block;
      width: 291.5px;
      left: -198px; }
      @media screen and (min-width: 768px) {
        .dps-function-bar .sort-by-part-medium li:hover ul, .dps-function-bar .sort-by-part-medium li.hover ul {
          position: absolute;
          left: -194px;
          width: 300px; } }
    .dps-function-bar .sort-by-part-medium li:hover li, .dps-function-bar .sort-by-part-medium li.hover li {
      float: left; }
    .dps-function-bar .sort-by-part-medium .dropdown-menu {
      height: 40px;
      width: 300px; }
  .dps-function-bar .sort-by-part-medium.shadowbox {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
  .dps-function-bar .sort-by-part-large {
    display: none; }
    @media screen and (min-width: 1133px) {
      .dps-function-bar .sort-by-part-large {
        display: inline-block; } }
    .dps-function-bar .sort-by-part-large .sort-by {
      top: -8px;
      font-size: 16px;
      width: 51px;
      margin-right: 9px;
      font-family: "Raleway-Medium",Arial;
      color: #262626; }
    .dps-function-bar .sort-by-part-large .cash-flow {
      top: -10px;
      font-size: 14px;
      margin-right: 5px;
      font-family: "Raleway-Regular",Arial;
      color: #262626; }
      .dps-function-bar .sort-by-part-large .cash-flow button {
        width: 128px;
        padding: 7px 0px 7px 9px; }
    .dps-function-bar .sort-by-part-large .price-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 10px;
      font-family: "Raleway-Regular",Arial;
      color: #262626; }
      .dps-function-bar .sort-by-part-large .price-dropdown button {
        width: 67px;
        padding: 7px 9px 7px 9px; }
    .dps-function-bar .sort-by-part-large .rental-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 22px;
      font-family: "Raleway-Regular",Arial;
      color: #262626; }
      .dps-function-bar .sort-by-part-large .rental-dropdown button {
        width: 77px;
        padding: 7px 9px 7px 9px; }

.dps-quicklinks {
  padding: 10px 20px 15px 20px; }
  .dps-quicklinks .more-property, .dps-quicklinks .EOI-property {
    display: inline-block;
    font-size: 16px;
    font-family: "Raleway-Medium",Arial;
    text-transform: capitalize;
    width: 49%; }
    @media screen and (min-width: 768px) {
      .dps-quicklinks .more-property, .dps-quicklinks .EOI-property {
        margin-right: 35px;
        width: auto; } }
    .dps-quicklinks .more-property a, .dps-quicklinks .EOI-property a {
      border-bottom: 1px solid black; }
    .dps-quicklinks .more-property a:hover, .dps-quicklinks .EOI-property a:hover {
      text-decoration: none;
      color: #F75156;
      border-bottom: 1px solid  #F75156; }
  @media screen and (min-width: 768px) {
    .dps-quicklinks .more-property {
      padding-right: 10px; } }
  .dps-quicklinks .EOI-property {
    padding-right: 5px; }

.sort-by,
.cash-flow {
  white-space: nowrap; }

.cash-flow button,
.price-dropdown button,
.rental-dropdown button {
  text-transform: capitalize;
  padding-top: 7px;
  text-align: left;
  border-color: #fff;
  border-right: 3px; }
  .cash-flow button:hover,
  .price-dropdown button:hover,
  .rental-dropdown button:hover {
    border: 1px solid #F75156;
    background-color: #fff; }
  .cash-flow button:active,
  .price-dropdown button:active,
  .rental-dropdown button:active {
    border: 1px solid #F75156;
    background-color: #fff; }
  .cash-flow button i,
  .price-dropdown button i,
  .rental-dropdown button i {
    margin-left: 7px; }

.cash-flow button {
  width: 100%;
  min-width: 127px; }
  @media screen and (min-width: 768px) {
    .cash-flow button {
      width: 80%; } }

.price-dropdown button {
  width: 70px; }

.rental-dropdown button {
  width: 80px; }

.news-content.container {
  margin-left: 0;
  display: inline-block;
  float: left; }

.mainsidebar.extra {
  display: none;
  width: 285px; }
  @media (min-width: 1600px) {
    .mainsidebar.extra {
      display: inline-block; } }

.item-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

.underline_text {
  border-bottom: solid 1px #000000;
  display: inline;
  padding-bottom: 1px; }
  .underline_text:hover {
    color: #F75156;
    text-decoration: none;
    color: #F75156;
    border-bottom: 1px solid #F75156; }

.sidebar-icon:hover {
  background-color: #BEBEBE; }

.map {
  position: relative;
  top: -1px;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.underline_text {
  border-bottom: solid 1px #000000;
  display: inline;
  padding-bottom: 1px; }

.home-page .dashboard-property-upper {
  background: #fff;
  border-radius: 3px; }
  .home-page .dashboard-property-upper .nav .nav-item .tab-hover:hover {
    color: #F75156; }

.home-page .dashboard-property-content {
  background: #F9F9F8; }

.home-page .news-section-wrapper {
  margin-top: 8px; }

.icon-btn {
  background: transparent; }
  .icon-btn:hover {
    background: transparent; }
  .icon-btn:active:focus {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .icon-btn:focus {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .icon-btn i:hover {
    color: #F64248; }

.whatif-enter-more {
  cursor: pointer; }
  .whatif-enter-more .enter-data i span {
    font-size: 14px;
    font-family: "Raleway-Regular",Arial;
    color: #262626;
    padding-left: 10px;
    border-bottom: 1px solid #232323; }

.setting-sub-heading {
  padding: 10px 0 10px 15px; }
  .setting-sub-heading span {
    font-size: 12px;
    color: #94989E;
    font-weight: 600; }

.news-section {
  background: #F9F9F8; }
  .news-section .lazyload {
    opacity: 0; }
  .news-section .lazyloaded {
    opacity: 1;
    transition: opacity 5000ms;
    background: #f7f7f7 url(../images/loader.gif) no-repeat center top; }
  .news-section .news-navbar.navbar .nav > li > a {
      height: 50px;
      line-height: 20px;
      padding-top: 15px;
      border-bottom: 1px solid #C9C9C9;
      color: #262626;
  }
  .news-section .news-navbar.navbar .nav > li > a:focus,
  .news-section .news-navbar.navbar .nav > li > a:active {
    border-bottom: 4px solid #4A4A4A; }
  .news-section .news-navbar .navbar-brand {
    font-size: 30px;
    line-height: 44px;
    padding: 0;
    margin-right: 55px;
    margin-left: 3px;
    text-transform: uppercase; }
  .news-section .news-navbar nav {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .news-section .news-navbar .nav-item {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase; }
    .news-section .news-navbar .nav-item .nav-link:hover {
      background: transparent;
      border-bottom: 4px solid red;
      color: red; }
    .news-section .news-navbar .nav-item .nav-link.active {
      background: transparent;
      border-bottom: 4px solid #4A4A4A;
      color: #262626; }
  .news-section .news-navbar .nav-item:last-child .nav-link:after {
    margin-right: 0px; }

.see-more {
  text-transform: capitalize;
  line-height: 21px; }
  .see-more a {
    color: black;
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    border-bottom: 1px solid black; }
    .see-more a:hover {
      color: #F75156;
      text-decoration: none;
      color: #F75156;
      border-bottom: 1px solid #F75156; }

.news-title {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px; }

.news-content {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .news-content {
      padding-right: 10px;
      padding-left: 10px; } }
  .news-content .nc-large .division-line {
    border-bottom: 1px solid #EEEEEE; }
  .news-content .nc-large .ncl-detail-wrapper {
    border-radius: 3px; }
  .news-content .nc-large .ncl-detail {
    background: #fff;
    border-radius: 3px; }
  .news-content .nc-large .ncld-img-wrapper {
    position: relative;
    border-radius: 3px 3px 0 0;
    height: 220px; }
    .news-content .nc-large .ncld-img-wrapper .post-image-link {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 3px 3px 0 0;
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url(../images/Justin_Speaking.jpg); }
  .news-content .nc-large li {
    margin-bottom: 20px;
    border-radius: 3px; }
  .news-content .nc-large .title {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 81px;
    text-align: left;
    padding: 20px 20px 10px 20px; }
    .news-content .nc-large .title h3 {
      line-height: 1.3rem;
      font-size: 18px;
      font-weight: 400px;
      margin-bottom: 0;
      margin-top: 0; }
  .news-content .nc-large .post-author-image {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 34px;
    margin: 0 10px 0 0;
    position: relative;
    transition: background-color .15s linear;
    vertical-align: middle;
    width: 34px; }
    .news-content .nc-large .post-author-image a {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 50%;
      bottom: 2px;
      display: block;
      left: 2px;
      position: absolute;
      right: 2px;
      top: 2px; }
  .news-content .nc-large .post-author {
    bottom: 20px;
    display: block;
    left: 20px;
    position: absolute;
    transition: all .15s linear;
    z-index: 10;
    font-size: 14px; }
  .news-content .nc-large .post-info {
    margin: 10px 0px 10px 20px;
    display: inline-block;
    font-size: 12px;
    padding-right: 5px; }
  .news-content .nc-large .post-author-name {
    color: #fff; }
  .news-content .nc-large .post-date {
    padding-left: 10px; }
  .news-content .nc-large .user, .news-content .nc-large .post-date {
    display: inline-block;
    font-size: 12px; }
  .news-content .nc-large .post-info, .news-content .nc-large .post-date {
    color: #94989E; }
  .news-content .nc-large .user {
    padding-right: 7px;
    border-right: 1px solid #EEEEEE; }
    .news-content .nc-large .user a {
      color: #F64248; }
  .news-content .nc-large .post-date:before {
    content: url("../images/Calendar.svg");
    position: relative;
    top: 2px;
    margin-right: 10px; }
  .news-content .nc-large .division-line {
    margin: 0 20px; }
  .news-content .nc-small .ncsd-img-wrapper {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .news-content .nc-small .nc-small-list-item, .news-content .nc-small .ncs-detail {
    border-radius: 3px; }
  .news-content .nc-small .nc-small-list-item {
    margin-bottom: 15px; }
  .news-content .nc-small .ncsd-img-wrapper, .news-content .nc-section .ncsd-img-wrapper {
    height: 200px;
    background-image: url(../images/news-large.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 992px) {
      .news-content .nc-small .ncsd-img-wrapper, .news-content .nc-section .ncsd-img-wrapper {
        height: 100px; } }
  .news-content .nc-small .ncs-detail, .news-content .nc-section .ncs-detail {
    background: #fff; }
    .news-content .nc-small .ncs-detail.row, .news-content .nc-section .ncs-detail.row {
      margin-right: 0px;
      margin-left: 0px; }
    .news-content .nc-small .ncs-detail [class*="col-"], .news-content .nc-section .ncs-detail [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
    .news-content .nc-small .ncs-detail .ncsd-detail-wrapper, .news-content .nc-section .ncs-detail .ncsd-detail-wrapper {
      padding: 0 10px;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    .news-content .nc-small .ncs-detail .detail-title, .news-content .nc-section .ncs-detail .detail-title {
      margin-top: 10px; }
    .news-content .nc-small .ncs-detail .news-title h4, .news-content .nc-section .ncs-detail .news-title h4 {
      line-height: 1.3rem;
      margin-top: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .news-content .nc-small .ncs-detail .detail-title h4, .news-content .nc-section .ncs-detail .detail-title h4 {
      font-size: 12px;
        margin-bottom: 10px;
      color: #94989E;
      text-transform: capitalize; }
    .news-content .nc-small .ncs-detail .news-title h4, .news-content .nc-section .ncs-detail .news-title h4 {
      font-size: 16px; }
  .news-content .market-trends-tab.active, .news-content .investing-tab.active, .news-content .buying-tab.active {
    text-decoration: none; }
  .news-content .ncs-detail:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18); }
  .news-content .nc-section .nc-section-list-item {
    margin-bottom: 20px;
    width: 100%;
    float: none; }
    @media screen and (min-width: 768px) {
      .news-content .nc-section .nc-section-list-item {
        width: calc(50% - 15px);
        float: left; }
        .news-content .nc-section .nc-section-list-item:first-child, .news-content .nc-section .nc-section-list-item:nth-child(n+4):not(:nth-child(even)) {
          margin-right: 30px; } }
    @media screen and (min-width: 992px) {
      .news-content .nc-section .nc-section-list-item:first-child, .news-content .nc-section .nc-section-list-item:nth-child(n+4):not(:nth-child(even)) {
        margin-right: 0; }
      .news-content .nc-section .nc-section-list-item:first-child, .news-content .nc-section .nc-section-list-item:nth-child(n+11):not(:nth-child(even)) {
        margin-right: 30px; } }
  .news-content .nc-section-lists {
    overflow: hidden; }

.mainsidebar {
  padding-top: 0; }
  .mainsidebar img {
    border-radius: 3px; }

.news-detail-section-wrapper {
  margin-top: 20px;
  margin-left: 20px; }
  .news-detail-section-wrapper .row {
    margin: 0; }
  .news-detail-section-wrapper .news-detail-section {
    margin-right: 30px;
    padding: 0;
    padding-right: 30px; }
  .news-detail-section-wrapper .other-news-section {
    margin-left: -30px;
    padding: 0;
    padding-right: 20px; }

.ndc-img {
  width: 100%; }

.news-details {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: 3px; }

.news-detail {
  background: #F9F9F8;
  padding-left: 20px;
  padding-right: 35px;
  padding-bottom: 30px;
  border-radius: 3px; }
  .news-detail .nd-title {
    padding-top: 20px;
    font-size: 28px;
    margin-top: 0;
    font-family: "Raleway-Medium",Arial; }
  .news-detail .nd-time-author-wrapper {
    height: 20px;
    margin-bottom: 30px; }
    .news-detail .nd-time-author-wrapper .nd-time, .news-detail .nd-time-author-wrapper .nd-author {
      display: inline-block;
      font-size: 18px;
      color: #808080; }
  .news-detail .nd-content {
    padding-bottom: 45px; }
    .news-detail .nd-content p {
      line-height: 21px;
      font-size: 14px; }
  .news-detail .ndc-img {
    margin: 40px 0; }

.advertisement-list {
  margin-top: 0; }

.advertisement {
  margin-bottom: 15px; }

.other-news-section {
  margin-top: 10px; }
  .other-news-section .also-read {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize; }
  .other-news-section .other-news {
    border-radius: 3px;
    margin: 10px 0;
    background: #fff; }
    .other-news-section .other-news .other-news-pic {
      width: 40%;
      float: left; }
      .other-news-section .other-news .other-news-pic img {
        border-radius: 3px 0 0 3px; }
    .other-news-section .other-news .other-news-title {
      width: 60%;
      float: right;
      padding: 5px 10px;
      font-size: 16px;
      display: -webkit-box;
      max-width: 100%;
      max-height: 80px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .other-news-section .other-news .other-news-title .detail-title p {
        font-size: 12px;
        color: #94989E;
        text-transform: capitalize; }

.element-item {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .element-item {
      width: 50%; } }

@media (min-width: 992px) {
  .all-active.element-item:nth-child(odd) .ncs-detail-wrapper, li.element-item.have-margin-right .ncs-detail-wrapper {
    margin-right: 30px; }
  .nc-large .all-active.element-item:nth-child(odd), .nc-large .element-item.have-margin-right {
    padding-right: 30px; } }

sub {
  font-size: 14px; }

.dps-function-bar-wapper {
  background-color: #fff;
  padding: 0 20px; }

.bg {
  background-color: #fff; }

.word-ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

span.properties-number {
  padding-left: 20px;
  font-size: 18px;
  text-transform: lowercase; }

@media (max-width: 768px) {
  span.properties-number {
    display: none; } }

.status-green {
  color: #4C993A !important; }

.status-red {
  color: #F52027 !important; }

.analyse-button {
  width: calc(100% - 30px);
  margin-left: 15px;
  background-color: #F75156;
  border-color: #F75156;
  text-transform: capitalize; }

.property-brief-wrap {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px 3px 0 0; }

.property-brief {
  background: #F9F9F8; }
  .property-brief .sort-text {
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px; }

.badged {
  background-color: #F52027;
  position: absolute;
  left: 1%;
  top: 10%;
  width: 100px;
  height: 24px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .badged {display:none;}
  }
  .badged:after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px; }

.no-underline {
  text-style: none; }

.navbar-brand {
  font-size: 1px;
  line-height: 44px;
  padding: 0;
  margin-right: 10px;
  margin-left: 3px; }

nav {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0; }

.nav-item {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .nav-item .nav-link.active:after {
      /*
                    content: '';
                    height: 2px;
                    background: black;
                    display: block;
                    margin-top: 2px;
                    */ }
    .nav-item button {
      background: #f9f9f8; }
    .nav-item .btn-default:hover {
      color: #333;
      background-color: #fff;
      border: 2px solid red; }
      .nav-item .btn-default:hover .caret {
        background-color: grey; } }
  .nav-item .nav-item:last-child .nav-link:after {
    margin-right: 0px; }

.dashboard-property-wrapper {
  margin-bottom: 20px;
  background: #F9F9F8;
  border-radius: 3px 3px 0 0; }

.add-propery-button .btn {
  background-color: #F75156;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: "Raleway-Medium",Arial; }

.map-view {
  font-size: 16px;
  float: left;
  margin-top: 14px; }

@media (max-width: 991px) {
  .search-bar {
    width: 100%; } }

.flipkart-navbar-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 2px 2px 0;
  color: #565656;
  padding: 10px 0;
  height: 30px;
  cursor: pointer; }

.flipkart-navbar-input {
  padding: 4px 16px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #BEBEBE;
  border-right: 0 none;
  font-size: 14px; }

.flipkart-navbar-button {
  border: 1px solid #BEBEBE;
  padding: 7px 5px;
  border-radius: 0 5px 5px 0;
  border-left: 0 none; }

.pro-function-bar-wapper {
  position: relative; }

.cash-dropdown {
  max-width: 140px;
  padding-left: 15px; }
  .cash-dropdown i {
    padding-left: 10px;
    font-size: 16px; }

.sort-btn-style {
  float: left;
  padding-top: 16px;
  font-size: 14px;
  margin-right: 15px; }
  .sort-btn-style .btn {
    background-color: transparent; }
  .sort-btn-style .btn i:hover {
    color: #4A4A4A; }
  .sort-btn-style .btn:hover {
    border: 1px solid #F75156;
    background-color: #fff; }

.listings-grid__main {
  width: 100%;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.house {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 248px;
  height: 180px;
  float: left;
  bottom: 0;
  right: 0;
  background-image: url(../images/Justin_Speaking.jpg); }

.listings-grid__item {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.media {
  margin-top: 15px; }
  .media .media-body {
    zoom: 1;
    overflow: hidden;
    position: relative; }

.listings-grid__body {
  padding: 11px 20px 5px; }

.listings-grid__attrs {
  margin: 0;
  list-style: none;
  padding: 10px 12px 5px 0px; }

.listings-grid__attrs > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  margin-right: 13px; }

.listings-grid__icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  opacity: .9;
  filter: alpha(opacity=80); }

.listings-grid__icon--bed {
  background-image: url(../images/bed.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--bath {
  background-image: url(../images/bath.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--parking {
  background-image: url(../images/car-park.svg);
  width: 30px;
  height: 30px; }

.listings-grid__body > h5,
.listings-grid__body > span {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .listings-grid__body > h5,
    .listings-grid__body > span {
      font-size: 16px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main .listings-grid__price {
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    width: 100%;
    color: #fff;
    padding: 30px 20px 15px;
    font-size: 15px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 767px) {
  .listings-list .listings-grid__main,
  .listings-list .media-body {
    width: 100%;
    height: 400px; } }

.map-text img:not(.png) {
  width: 30px;
  height: 30px; }

.map-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.map-text:hover, .map-textspan:hover {
  color: #F75156; }

.rental-text img:not(.png) {
  width: 30px;
  height: 30px; }

.rental-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.porperty-form-control {
  max-width: 290px; }

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0; }

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #D9230F; }

.search-query:focus + button {
  z-index: 3; }

.tab-active {
  background: #F75156;
  background-image: linear-gradient(to right, #f6393e, #f8696e); }

.info-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Raleway-Medium',Arial;
  color: #6C7B8A; }

.icon-style {
  float: left;
  position: relative; }
  @media (max-width: 425px) {
    .icon-style {
      padding: 0px; } }
  .icon-style .fa {
    display: inline-block; }
  .icon-style h2 {
    margin: 0; }
  .icon-style i {
    text-align: center;
    height: 19px; }
  @media screen and (min-width: 992px) {
    .icon-style {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .icon-style {
      margin: 0 auto; } }
  .icon-style sub {
    font-size: 14px;
    font-weight: 400; }
  .icon-style .asset-text {
    text-align: center;
    font-family: "Raleway-Medium",Arial;
    color: #000;
    margin: 0;
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .icon-style .asset-text {
        font-size: 20px; } }
  .icon-style .nill-text {
    font-weight: lighter;
    text-align: center;
    color: #9c9c9c;
    font-family: "Raleway-Medium",Arial;
    margin: 0;
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .icon-style .nill-text {
        font-size: 20px; } }
    @media screen and (max-width: 1200px) {
      .icon-style .nill-text {
        font-size: 30px; } }

@media (max-width: 768px) {
  p.asset-text {
    font-size: 10px; } }

.fa-caret-downs:before {
  content: "\f0d7";
  color: #4C993A !important; }

.fa-caret-up:before {
  content: "\f0d8";
  color: #F52027 !important; }

.glyphicon-question-sign:before {
  content: "\e085";
  color: #94989E; }

.example {
  height: 81px;
  width: 130px; }
  .example:hover {
    border: 1px solid #F75156;
    border-radius: 3px;
    background-color: #F7F7F9;
    cursor: pointer; }
  @media (max-width: 500px) {
    .example {
      height: 81px;
      width: 75px; } }

.divider {
  border-bottom: 2px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.divider-none {
  border-bottom: 0px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.card {
  margin-top: 20px; }

.card-header {
  padding: 6px 20px;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.purchase-property-detail-page {
  background-color: #fff;
  border-radius: 3px 3px 0px 0px;
  padding: 0 20px; }
  .purchase-property-detail-page .purchase-text-style {
    font-size: 18px;
    font-weight: bold; }
  .purchase-property-detail-page .tab-conent {
    padding-left: 5px;
    padding-right: 5px; }

.detail-page {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0px 3px 0 0; }

.text-size-twenty {
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
  font-style: "raleway", arial; }

.purchase-detail-item {
  padding-top: 10px;
  padding-bottom: 10px; }
  .purchase-detail-item .purchase-detail-item-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial; }
  .purchase-detail-item .purchase-detail-item-detail {
    font-size: 16px; }

.account-balance {
  border-top: 2px solid #F7F7F9; }
  .account-balance table tbody tr td {
    line-height: 60px; }

.tab-like {
  background-color: #F9F9F8; }

.settle-style {
  font-size: 16px;
  color: #4C993A;
  font-family: 'Raleway-Medium',Arial;
  padding-left: 10px; }

.flow-text {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'Raleway-Medium',Arial; }
  .flow-text i {
    font-size: 12px; }
  .flow-text .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }
  .flow-text .enter-data .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }

.more-detail-style {
  padding: 10px 10px 0px; }
  .more-detail-style u {
    padding-left: 5px; }

.property-detail-table th {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Raleway-Medium',Arial; }

.property-detail-table td {
  font-size: 20px;
  font-weight: 500px;
  font-family: 'Raleway-Medium',Arial; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.whatif .close {
  width: 16px; }

.whatif label {
  font-size: 16px; }

.whatif .what-if-investment-information-wrapper {
  padding: 20px;
  background-color: #fff; }

.whatif .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-family: 'Raleway-Medium','Arial'; }

.whatif .input-bar {
  margin-top: 10px;
  margin-bottom: 10px; }
  .whatif .input-bar button {
    margin-top: 23px; }
  .whatif .input-bar .form-control-static {
    display: none; }
  @media screen and (min-width: 992px) {
    .whatif .input-bar .interest-rate-form-group {
      width: 103px;
      display: inline-block;
      margin-left: 15px;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .interest-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-control-static {
      display: inline-block; }
    .whatif .input-bar .weekly-rental-form-group {
      width: 140px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
    .whatif .input-bar .vacancy-rate-form-group {
      width: 157px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .vacancy-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-group-submit-button {
      min-width: 134px;
      display: inline-block;
      margin-right: 10px;
      padding: 0; }
    .whatif .input-bar .form-group-reset-button {
      width: 49px;
      display: inline-block;
      padding: 0; } }

.whatif .comparision-title {
  margin: 20px 0; }

.whatif .info-block {
  max-width: 692px;
  border-radius: 3px;
  border: 1px solid #C4C5C3;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }
  .whatif .info-block .title {
    font-size: 18px; }

.whatifenterdata .investment-information-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px; }

.whatifenterdata .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize; }

.whatifenterdata .investment-info-upper-bar .select-bar {
  margin: 20px 0; }

.whatifenterdata .asset-part {
  margin: 30px 0; }
  .whatifenterdata .asset-part .input-bar {
    margin-top: 10px;
    margin-left: -15px; }
  .whatifenterdata .asset-part .current-asset-title {
    font-size: 16px;
    display: inline-block;
    font-family: "Raleway-Medium",Arial; }
  .whatifenterdata .asset-part .current-asset-value {
    display: inline-block;
    margin-left: 15px;
    font-size: 50px;
    color: #7F7F7F;
    font-weight: lighter;
    font-family: "Raleway-Regular",Arial;
    vertical-align: middle; }

.whatifenterdata .estcashflow-part {
  margin-top: 20px; }
  .whatifenterdata .estcashflow-part .input-bar {
    margin-top: 30px;
    margin-left: -15px; }
    .whatifenterdata .estcashflow-part .input-bar .select-loan-type {
      margin-bottom: 15px; }
  .whatifenterdata .estcashflow-part .calc-icon {
    margin-top: 26px; }
  .whatifenterdata .estcashflow-part .yearly-depreciation,
  .whatifenterdata .estcashflow-part .yearly-expense {
    margin-left: -15px; }

.whatifenterdata .monthly-cash-flow {
  margin-bottom: 30px;
  margin-top: 15px; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-title {
    font-size: 16px;
    line-height: 21px;
    display: inline-block; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-value {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    margin-left: 15px;
    font-family: "Raleway-Regular",Arial;
    color: #4C993A; }

.whatifenterdata .button-group {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px; }

.img-box-item {
  width: 100%;
  max-width: 830px;
  margin: 10px auto;
  background-color: #fff; }
  .img-box-item .img-box-item-left {
    float: left;
    width: 248px; }
  .img-box-item .img-box-item-right {
    position: relative;
    margin-left: 90px; }

.no-padding {
  padding: 0; }

.properties-items .properties-items-list {
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }
  .properties-items .properties-items-list .properties-items-details {
    width: 100%; }
    .properties-items .properties-items-list .properties-items-details:hover {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
          height: 180px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-right: -15px; } }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
          height: 180px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-right: -15px; } }
  .properties-items .properties-items-list .properties-items-info {
    margin-left: 15px; }
    .properties-items .properties-items-list .properties-items-info .address p {
      font-size: 20px;
      font-family: 'Raleway-Medium',Arial;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px 0px 0px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 768px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 14px; } }

.blank {
  background-color: #F9F9F8;
  border: 1px solid #F9F9F8; }

.eoi-list-style {
  padding-top: 10px;
  font-weight: 600; }

.rental-lable {
  width: 20px;
  height: 10px;
  z-index: 999; }
  .rental-lable span {
    color: #fff;
    border: 1px solid red; }

.sort-lineup .cash-dropdown button,
.sort-lineup .price-dropdown button,
.sort-lineup .rental-dropdown button {
  border: 1px solid #F9F9F8; }

.document-style {
  padding: 10px;
  height: 30px;
  margin-top: 10px;
  margin-left: -10px; }
  .document-style:first-child {
    margin-top: 20px; }
  .document-style:last-child {
    margin-bottom: 20px; }
  .document-style span {
    font-size: 16px;
    font-family: "Raleway-Medium",Arial;
    text-decoration: underline; }

.clickable-row {
  cursor: pointer; }

.eoi-main {
  font-weight: 600;
  font-size: 18px; }

.eoi-title {
  padding-top: 15px; }

.modal-body-style {
  font-size: 14px; }

.long-divider {
  border-bottom: 2px solid #F7F7F9; }

.input-group-addon {
  background-color: #FFF; }

.input-group .input-group-addon + .form-control {
  border-left: none; }

.outline-style {
  color: #F64248;
  font-size: 14px;
  font-weight: 600; }

.btn-danger {
  color: #fff;
  background-color: #F64248;
  border-color: #F64248; }
  .btn-danger:hover {
    background-color: rgba(195, 21, 28, 0.8);
    border-color: rgba(195, 21, 28, 0.8);
    color: #fff; }

.create-button-style {
  margin-bottom: 100px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .create-button-style {
      margin-top: 40px;
      margin-bottom: 45px;
      margin-left: -15px; } }
  @media screen and (min-width: 992px) {
    .create-button-style {
      margin-top: 20px;
      margin-bottom: 30px;
      margin-left: -15px; } }

.move-icon i {
  padding: 7px 5px 7px 5px;
  margin-left: 5px;
  background-color: #F64248;
  color: #fff;
  border-radius: 3px; }

.account-balance-detail {
  margin-bottom: 100px; }

@media (max-width: 1200px) {
  .properties-details,
  .consultant-section {
    margin-top: 30px; } }

.rwd-table {
  margin: 1em 0;
  width: 100%; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ":";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 768px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th,
  .rwd-table td {
    text-align: left; }
    @media (min-width: 768px) {
      .rwd-table th,
      .rwd-table td {
        display: table-cell;
        padding: .25em .5em; } }

.property-wrapper-rental .rwd-table {
  background: #fff;
  color: #000;
  border-radius: .4em;
  overflow: hidden; }
  .property-wrapper-rental .rwd-table tr {
    border-color: white; }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td {
    margin: .5em 1em; }
    @media (min-width: 768px) {
      .property-wrapper-rental .rwd-table th,
      .property-wrapper-rental .rwd-table td {
        padding: 1em !important; } }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td:before {
    color: #000; }

.pro-function-bar {
  width: 100%;
  height: 60px; }
  .pro-function-bar .search-bar,
  .pro-function-bar .map-view,
  .pro-function-bar .sort-by,
  .pro-function-bar .cash-flow,
  .pro-function-bar .rental-dropdown,
  .pro-function-bar .price-dropdown {
    display: inline-block;
    position: relative; }
  .pro-function-bar .search-bar {
    width: 57%;
    top: -17px;
    margin-right: 10px;
    padding-top: 15px;
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .search-bar {
        top: 0;
        width: 290px;
        margin-right: 30px; } }
    .pro-function-bar .search-bar .form-group.input-group {
      margin-bottom: 0; }
    .pro-function-bar .search-bar input,
    .pro-function-bar .search-bar button {
      height: 32px;
      padding: 5px 12px; }
  .pro-function-bar .map-view {
    display: none;
    float: none;
    top: -9px;
    font-size: 16px;
    width: 108px;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .map-view {
        display: inline-block; } }
    .pro-function-bar .map-view:hover {
      color: #F75156; }
  .pro-function-bar .sort-by-part-medium {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .sort-by-part-medium {
        box-shadow: none;
        top: 2px;
        margin-left: -15px;
        font-size: 16px;
        position: relative; } }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-medium {
        display: none; } }
    .pro-function-bar .sort-by-part-medium ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .pro-function-bar .sort-by-part-medium li.sort-by-medium {
      position: relative; }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
            height: 56px;
            font-size: 16px; } }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
        top: 46px;
        z-index: 1;
        border: none;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
        @media screen and (min-width: 768px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
            box-shadow: none;
            top: 33px; } }
      @media screen and (max-width: 767px) {
        .pro-function-bar .sort-by-part-medium li.sort-by-medium ul a {
          height: 56px;
          font-size: 14px; } }
    .pro-function-bar .sort-by-part-medium ul li {
      display: inline-block;
      float: left;
      margin-left: none;
      width: auto; }
    .pro-function-bar .sort-by-part-medium li ul {
      display: none; }
    .pro-function-bar .sort-by-part-medium ul li a {
      display: block;
      text-decoration: none;
      border-top: 1px solid #ffffff;
      padding: 15px;
      white-space: nowrap;
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium ul li a {
          padding: 5px 15px 5px 15px; } }
    .pro-function-bar .sort-by-part-medium li:hover ul,
    .pro-function-bar .sort-by-part-medium li.hover ul {
      display: block;
      width: 291.5px;
      left: -199px; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium li:hover ul,
        .pro-function-bar .sort-by-part-medium li.hover ul {
          position: absolute;
          left: -194px;
          width: 290px; } }
    .pro-function-bar .sort-by-part-medium li:hover li,
    .pro-function-bar .sort-by-part-medium li.hover li {
      float: left; }
  .pro-function-bar .sort-by-part-medium.shadowbox {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
  .pro-function-bar .sort-by-part-large {
    display: none; }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-large {
        display: inline-block; } }
    .pro-function-bar .sort-by-part-large .sort-by {
      top: -8px;
      font-size: 16px;
      width: 51px;
      margin-right: 9px;
      font-family: "Raleway-Medium",Arial;
      color: #262626; }
    .pro-function-bar .sort-by-part-large .cash-flow {
      top: -10px;
      font-size: 14px;
      margin-right: 0px; }
      .pro-function-bar .sort-by-part-large .cash-flow button {
        width: 140px;
        padding: 7px 0px 7px 12px;
        margin-right: -2px; }
    .pro-function-bar .sort-by-part-large .price-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 10px; }
      .pro-function-bar .sort-by-part-large .price-dropdown button {
        width: 67px;
        padding: 7px 9px 7px 9px;
        margin-left: -1px; }
    .pro-function-bar .sort-by-part-large .rental-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 22px; }
      .pro-function-bar .sort-by-part-large .rental-dropdown button {
        width: 77px;
        padding: 7px 9px 7px 9px;
        margin-left: -11px; }

.add-propery-button {
  float: right;
  margin-right: 20px; }
  .add-propery-button button.btn {
    float: right;
    background: #F75156;
    border-radius: 4px;
    width: 118px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: none; }

.pro-function-bar-wapper {
  position: relative;
  margin-top: 0px; }
  .pro-function-bar-wapper .pro-function-bar,
  .pro-function-bar-wapper .add-propery-button {
    display: inline-block; }
  .pro-function-bar-wapper .add-propery-button {
    padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .pro-function-bar-wapper .add-propery-button {
        padding-top: 0px; } }
    .pro-function-bar-wapper .add-propery-button .long-btn {
      display: none; }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .long-btn {
          display: inline-block; } }
    .pro-function-bar-wapper .add-propery-button .short-btn {
      margin-right: 10px;
      margin-top: 8px;
      width: 52px;
      display: inline-block;
      position: absolute;
      top: -47px;
      right: 0; }
      @media screen and (min-width: 496px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          margin-right: 0;
          position: relative;
          top: 0;
          right: 0; } }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          display: none; } }

.EOI-property-new {
  padding: 0px 0px 15px 15px;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .EOI-property-new {
      display: none; } }

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

.creat-btn {
  width: 200px;
  height: 30px;
  background-color: #F75156;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top; }
  .creat-btn span {
    position: absolute;
    top: 4px;
    left: 93px; }

.tab-style {
  width: 50%;
  font-size: 20px;
  border-left: 0;
  border-top: 0; }

.tab-style-none {
  width: 100%;
  font-size: 20px;
  border-left: 0;
  border-top: 0;
  border-color: none;
  box-shadow: none; }

.properties-tab .nav-tabs > li.active > a,
.properties-tab .nav-tabs > li.active > a:focus,
.properties-tab .nav-tabs > li.active > a:hover {
  text-align: center;
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0 none;
  border-bottom-color: transparent; }

.properties-tab ul.nav-tabs {
  margin-right: -5px; }

[placeholder] {
  text-overflow: ellipsis; }

@media screen and (max-width: 767px) {
  .my-property-new .properties-items .properties-items-list .properties-items-details {
    height: auto; }
  .my-property-new .properties-items .properties-items-list .properties-items-img-1 {
    height: auto;
    background: none; }
  .my-property-new .badged {
    left: 21px; } }

@media screen and (min-width: 768px) {
  .my-property-new .properties-items-img-1 img {
    display: none; } }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: none;
  padding-bottom: 0; }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail {
  padding-bottom: 1px; }

@media screen and (max-width: 767px) {
  .my_property_details_rental ul.nav-tabs {
    background: none; } }

.my_property_details_rental .nav-item:last-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .my_property_details_rental .nav-item:last-child {
      display: table-cell; } }

.my_property_details_rental .nav-tabs.nav-justified > li > a {
  border: none; }

.my_property_details_rental h2 {
  font-size: 20px; }

.monthly-owner-statement {
  margin-top: 25px; }
  .monthly-owner-statement th {
    font-size: 16px;
    font-family: 'Raleway-Medium', Arial;
    min-width: 125px; }
  .monthly-owner-statement th:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #808080;
    float: right; }
  .monthly-owner-statement td {
    font-size: 14px;
    font-family: 'Raleway-Regular', Arial;
    text-transform: capitalize;
    min-width: 125px; }

.rencet-inspection {
  margin-top: -20px; }

.rencet-insurance {
  margin-top: -5px; }

.my-property small {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .my-property small {
      display: none; } }

.PIA_label img {
  margin-bottom: 3px;
  width: 122px;
  height: 16px;
  margin-left: 19px; }

.floor-plan img {
  margin-bottom: 3px;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 10px; }

.floor-plan-title {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial;
  margin-bottom: 20px; }
  .floor-plan-title:hover {
    color: #F75156;
    cursor: pointer; }

.property-floorplans i {
  margin-right: 10px; }

.property-floorplans {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial; }
  .property-floorplans u span {
    cursor: pointer; }

.properties-table {
  margin-bottom: 20px; }
  .properties-table tbody {
    line-height: 60px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .address {
  margin-bottom: 15px;
  margin-top: 25px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: 0;
  padding-bottom: 10px; }
  .property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-item .property-detail-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Raleway-Medium",Arial; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .properties-tab-sales-transaction-title h3 {
  font-size: 20px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .account-detail h3 {
  font-size: 20px;
  margin-top: 0; }

.tooltip.right .tooltip-inner {
  background-color: #e6e6e6 !important;
  width: 400px !important;
  padding: 10px !important;
  color: #000 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: left !important; }

.tooltip.right .tooltip-arrow {
  top: 50% !important;
  left: 0 !important;
  margin-top: -5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid #D3D3D3 !important; }

.tooltip.in {
  opacity: 1 !important; }

.enter-data img {
  position: absolute;
  left: 58%;
  top: 38%;
  z-index: 99; }
  .enter-data img .account-detail .table > tbody > tr > td {
    line-height: 60px; }
  .enter-data img .add-property-content {
    position: relative; }
  .enter-data img .add-property-content .division-line-2 {
    width: calc(100% - 70px);
    position: absolute;
    margin: 0 20px;
    bottom: 120px; }
    @media screen and (min-width: 768px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 65px; } }
    @media screen and (min-width: 992px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 80px; } }
  @media screen and (min-width: 992px) {
    .enter-data img .add-property-content .create-button-style {
      width: 100%; }
      .enter-data img .add-property-content .create-button-style .create-button {
        width: 200px;
        display: inline-block; }
      .enter-data img .add-property-content .create-button-style .cancel-button {
        width: 50px;
        left: 70px;
        display: inline-block; } }

.sub-title {
  font-size: 14px;
  font-family: 'Raleway-Medium',Arial; }
  .sub-title .select-property {
    max-width: 637px; }

.comparision-info-table {
  margin-top: 5px; }

.comparision-info-table .table-wrapper {
  overflow-x: scroll; }
  @media screen and (min-width: 540px) {
    .comparision-info-table .table-wrapper {
      overflow: visible; } }

.comparision-info-table table th {
  text-transform: capitalize; }

.comparision-info-table table tbody th, .comparision-info-table table tbody td {
  text-align: center;
  line-height: 41px; }

.comparision-info-table table tbody td {
  font-size: 20px; }

.comparision-info-table table tbody .remove td {
  text-decoration: line-through;
  color: #808080; }

.comparision-info-table table tbody tr:last-child td:last-child span {
  color: #4C993A; }
  .comparision-info-table table tbody tr:last-child td:last-child span.glyphicon {
    font-size: 12px;
    top: -13px;
    color: #808080; }

.comparision-info-table table tbody tr td:last-child {
  font-size: 30px; }

.download {
  display: inline-block;
  font-family: "Raleway-Regular",Arial;
  font-size: 14px; }
  .download img {
    width: 16px;
    height: 16px;
    margin-right: 13px; }

.floor-plan {
  display: inline-block;
  cursor: pointer; }
  .floor-plan:hover {
    color: #F75156; }

.download {
  display: inline-block; }
  .download img {
    width: 16px;
    height: 16px; }
  .download th {
    text-transform: capitalize; }
  .download tbody th, .download tbody td {
    text-align: center;
    line-height: 41px; }
  .download tbody td {
    font-size: 20px; }
  .download tbody .remove td {
    text-decoration: line-through;
    color: #808080; }
  .download tbody tr:last-child td:last-child span {
    color: #4C993A; }
    .download tbody tr:last-child td:last-child span.glyphicon {
      font-size: 12px;
      top: -13px;
      color: #808080; }
  .download tbody tr td:last-child {
    font-size: 30px; }

.myeoi .search-bar {
  margin-top: -5px; }

.myeoi .input-icon-right {
  float: left;
  width: 290px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .myeoi .input-icon-right i {
    right: 8px;
    top: 8px; }

#myTable_wrapper {
  margin-left: 15px; }

#myTable_wrapper .table > thead > tr > th, #myTable_wrapper .table > tbody > tr > th, #myTable_wrapper .table > tfoot > tr > th, #myTable_wrapper .table > thead > tr > td, #myTable_wrapper .table > tbody > tr > td, #myTable_wrapper .table > tfoot > tr > td {
  line-height: 23px; }

.status {
  font-size: 16px;
  font-family: 'Raleway-Medium',Arial; }

.form-group-submit-button {
  margin-left: 15px;
  min-width: 134px;
  display: inline-block;
  margin-right: 40px;
  padding: 0; }

.form-group-reset-button {
  width: 49px;
  display: inline-block;
  padding: 0; }

.calculator-svg {
  width: 30px; }

#yearly-depreciation-details .modal-title, #change-loan-type .modal-title {
  font-size: 20px; }

#yearly-depreciation-details .modal-body, #change-loan-type .modal-body {
  font-size: 16px; }
  #yearly-depreciation-details .modal-body span.comment-value, #change-loan-type .modal-body span.comment-value {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px; }
  @media screen and (min-width: 768px) {
    #yearly-depreciation-details .modal-body .form-group, #change-loan-type .modal-body .form-group {
      width: 200px;
      margin-right: 30px; }
      #yearly-depreciation-details .modal-body .form-group input, #change-loan-type .modal-body .form-group input {
        width: 200px; }
    #yearly-depreciation-details .modal-body .annual-vancancy-rate-form-group input, #change-loan-type .modal-body .annual-vancancy-rate-form-group input {
      width: 86px; } }

#yearly-depreciation-details .form-group-submit-button, #change-loan-type .form-group-submit-button {
  width: 200px; }

@media screen and (min-width: 768px) {
  #yearly-expense-details .form-group {
    width: 230px;
    margin-right: 30px; }
  #yearly-expense-details .form-group input {
    width: 200px; } }

.my-property-map .dps-function-bar-wapper {
  padding: 0;
  position: relative;
  height: 60px; }

.my-property-map .search-bar {
  padding-top: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 290px;
  display: inline-block; }
  @media (max-width: 768px) {
    .my-property-map .search-bar {
      margin-top: 20px; } }

.my-property-map .list-view, .my-property-map .view-all-properties {
    display: inline-block;
    position: relative;
    margin: 15px;
}

.my-property-map .view-all-properties {
  display: inline-block; }

.my-property-map .add-propery-button {
  position: relative;
  float: right; }
  @media (max-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: -46px;
      right: 0;
      float: right; } }
  @media (min-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }
  @media (max-width: 496px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }

.analyse-button .btn-primary {
  background: black;
  border-color: black; }

.analyse-button, .btn-primary:active:focus {
  background: #F75156;
  border-color: #F75156; }

span.no-property {
  font-size: 14px; }
  @media (max-width: 1200px) {
    span.no-property {
      display: none; } }

.asset-text span {
  top: -10px; }

.my-property-detail-wrapper .price-group {
  margin-bottom: 10px;
  text-align: center; }
  .my-property-detail-wrapper .price-group .price-item {
    margin-right: 50px; }
  .my-property-detail-wrapper .price-group .price-title {
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize; }
  .my-property-detail-wrapper .price-group .price {
    font-size: 20px;
    line-height: 23px; }
    .my-property-detail-wrapper .price-group .price span {
      font-size: 12px;
      position: relative;
      vertical-align: 10px; }

.data-enter {
  display: inline-block;
  cursor: pointer; }
  .data-enter:hover {
    color: #F75156; }
  .data-enter .map-text img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 5px; }
  .data-enter .enter-more-data-style {
    font-size: 14px;
    border-bottom: 1px solid #232323; }

.property-floorplans {
  display: inline-block; }
  .property-floorplans span img {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.ads-section {
  background: red; }

.ad-1, .ad-2, .ad-3 {
  margin: 10px; }

.ad-1 {
  height: 70px;
  background: pink; }

.ad-2 {
  height: 70px;
  background: pink; }

.ad-3 {
  height: 70px;
  background: pink; }

.addproperty-form-wrapper {
  border: 1px solid;
  border-radius: 5px;
  padding: 0 10px 10px;
  background: #fff; }

.investment-calculator {
  background: #fff;
  border-radius: 5px;
  text-transform: capitalize; }
  .investment-calculator .ic-title {
    background: #808080;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .investment-calculator .ic-form {
    padding: 10px 20px; }
  .investment-calculator input#interest-rate {
    width: 83.33333333%; }
  .investment-calculator .analyse-button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }

.search-button {
  line-height: 34px; }

.map-text {
  font-size: 16px;
  font-family: "Raleway-Medium",Arial; }

.search-properties-for-sale-form-wrapper {
  background-color: #fff;
  padding: 20px;
  margin: -1px; }
  .search-properties-for-sale-form-wrapper .search-properties-title-bar u {
    margin-left: 10px; }

.invest-form label {
  font-weight: normal; }

.invest-style {
  font-size: 16px;
  font-weight: lighter;
  color: #262626;
  font-style: "raleway", Arial; }

.map-text {
  font-size: 16px; }

.saved-property-page, .setting-page-content {
  background: #fff;
  border-radius: 5px;
  padding: 20px; }
  .saved-property-page .save-button, .setting-page-content .save-button {
    background: rgba(247, 81, 86, 0.2);
    color: #fff;
    text-transform: capitalize;
    border: none;
    width: 200px;
    margin-right: 20px; }
  .saved-property-page .reset-button, .setting-page-content .reset-button {
    background-color: #fff;
    border: none;
    color: #F75156; }

.setting-page-content {
  margin-bottom: 100px; }
  .setting-page-content .title {
    font-size: 30px;
    font-family: "Raleway-Regular", Arial;
    text-transform: uppercase; }
  .setting-page-content .mp-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Raleway-Medium", Arial; }
  .setting-page-content .merge-button {
    background: #fff; }
    .setting-page-content .merge-button i {
      margin-right: 5px; }

.login-merge-acc {
  background: #fff;
  padding: 10px; }
  .login-merge-acc p {
    font-size: 14px; }

.saved-property-page .sp-title h2 {
  margin-top: 0;
  margin-bottom: 20px; }

.saved-property-page .sp-map {
  height: 300px;
  margin-bottom: 20px; }

.saved-property-page .search-bar .btn.btn-default {
  height: 30px; }

.saved-property-page .property-info {
  margin-bottom: 10px; }

.saved-property-page .division-line-2 {
  left: -10px;
  width: calc(100% + 20px); }

.saved-property-page .search-bar-wrapper {
  margin-bottom: 0px; }

@media screen and (min-width: 768px) {
  .saved-property-page .search-bar-wrapper {
    width: 535px;
    display: inline-block; }
  .saved-property-page .search-bar {
    width: 505px; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .saved-property-page .search-bar-wrapper {
    width: 510px; }
  .saved-property-page .search-bar {
    width: 480px; } }

@media screen and (min-width: 768px) {
  .saved-property-page .search-btn-web {
    padding: 0; }
  .saved-property-page .search-btn-web button {
    display: inline-block;
    height: 30px;
    max-width: 118px; } }

.saved-property-page .sp-property-detail-wrapper {
  margin-bottom: 10px; }

.saved-property-page .sp-property-detail {
  background: #fff;
  border-radius: 3px; }
  .saved-property-page .sp-property-detail a img {
    border-radius: 3px; }

.saved-property-page .sp-property-detail.shadow:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36); }

.saved-property-page .sppdi-price, .saved-property-page .address {
  display: inline-block; }

.saved-property-page .sppdi-price {
  font-size: 18px;
  font-family: "Raleway-Medium";
  margin-bottom: 10px; }

.saved-property-page .address {
  color: #94989E;
  text-transform: capitalize;
}

.saved-property-page .star-icon {
  float: right;
  color: #F75156;
  position: relative;
  top: -4px; }

.saved-property-page .info-icon {}
  @media screen and (min-width: 1200px) and (max-width: 1279px) {
    .saved-property-page .info-icon {
      float: none;
      left: 0;
      top: 0;
      margin-bottom: -10px; } }

.saved-property-page .info-icon span {
  margin-left: 10px; }

.saved-property-page .division-line {
  margin: 0; }

.saved-property-page .sppd-agent .agent-title {
  text-transform: capitalize;
  color: #94989E;
  font-size: 12px; }

.saved-property-page .sppd-agent .agent-name {
  text-transform: capitalize;
  color: #F64248;
  font-size: 12px;
  margin-left: 20px; }

.saved-property-page .sppd-info {
  text-transform: capitalize;
  padding: 10px; }

.saved-property-page .sppd-agent {
  padding-top: 10px;
  padding-bottom: 5px; }

.saved-property-page .agent-title {
  margin-right: 10px; }

.saved-property-page .sp-search .search-bar, .saved-property-page .sp-search .search-bar .input-group {
  width: 80%; }

.setting-page .division-line {
  margin-top: 15px; }

.setting-page .mp-title {
  margin-bottom: 15px; }

.setting-page .my-profile label {
  padding-left: 15px; }

.setting-page .collapse-button {
  padding-left: 30px; }

.setting-page .my-account .merged-account input {
  margin-bottom: 10px; }

.mp-info label {
  font-family: "Raleway-Regular",Arial;
  font-size: 16px;
  color: #262626;
  font-weight: lighter;
  text-transform: capitalize; }

.view-style {
  font-family: "Raleway-Regular",Arial;
  font-size: 16px;
  color: #F75156;
  font-weight: lighter; }
  .view-style i {
    font-size: 20px;
    padding-left: 5px;
    padding-bottom: 25px; }

.merge-other-style {
  font-family: "Raleway-Medium",Arial;
  font-size: 18px;
  color: #F75156;
  display: inline-block;
  cursor: pointer;
  float: left;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 0px; }
  .merge-other-style .map-text img {
    margin-right: 15px; }

.setting-button button {
  font-size: 14px; }
  .setting-button button:hover {
    color: #f64248; }

.umerged-style span {
  font-family: "Raleway-Medium",Arial;
  font-size: 14px;
  cursor: pointer;
  color: #F75156; }
  .umerged-style span:hover {
    color: #f64248; }

.merge-message {
  line-height: 11px; }
  .merge-message p {
    font-size: 14px;
    font-family: "Raleway-Regular",Arial; }

.modal-title {
  font-size: 30px;
  font-family: "Raleway-Regular",Arial;
  text-transform: capitalize; }

.search-property-page .search-property-page {
  padding: 10px; }

.search-property-page .spp-map-wrapper {
  height: 700px;
  background: blue; }

.spplv-search-form-wrapper {
  background: #fff;
  margin: 0 10px;
  border-radius: 5px; }

.spplv-search-form {
  padding: 0 20px; }

.spplv-content {
  height: auto;
  margin: 10px; }

.spplv-list {
  margin-right: 20px;
  background: blue;
  height: 300px; }

.dashboard-property .slider {
  position: relative; }

.dashboard-property .owl-item {
  border-radius: 0 0 3px 3px; }

.dashboard-property .owl-item-img-wrapper {
  border-radius: 3px; }

.dashboard-property .owl-stage-outer {
  margin: 0 10px; }

.dashboard-property .owl-item-detail {
  border-radius: 3px; }

.dashboard-property .owl-item-address {
  font-family: "Raleway-Regular", Arial;
  border-radius: 3px;
  background: #E6E6E6;
  font-size: 16px;
  padding: 10px 10px 20px 10px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 80px;
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.dashboard-property li.owl-item-detail {
  cursor: pointer; }

.dashboard-property li.owl-item-detail:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18); }
  .dashboard-property li.owl-item-detail:hover .owl-item-address {
    background-color: #dadada; }

.dashboard-property .slider-test {
  overflow: hidden;
  position: relative;
  margin: 0 10px 0 5px;
  background: #FFF;
  height: 298px; }
  .dashboard-property .slider-test ul {
    width: 9999px;
    padding: 0;
    position: absolute;
    list-style: none; }
  .dashboard-property .slider-test .owl-item-img-wrapper img {
    width: 300px;
    height: 218px;
    border-radius: 3px 3px 0 0; }
  .dashboard-property .slider-test .slider-test-nav .owl-prev {
    left: 4px;
    display: none; }
  .dashboard-property .slider-test .slider-test-nav .owl-next {
    right: 0; }
  .dashboard-property .slider-test .owl-item-detail {
    display: inline-block;
    width: 300px;
    border-radius: 3px 3px 0 0;
    margin: 0 5px; }
  .dashboard-property .slider-test .owl-item-detail:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18); }
  .dashboard-property .slider-test .owl-item-address {
    border-radius: 0 0 3px 3px; }

.dashboard-property .owl-nav,
.dashboard-property .slider-test-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 32%;
  left: 0px;
  z-index: 1; }
  .dashboard-property .owl-nav .owl-prev,
  .dashboard-property .owl-nav .owl-next,
  .dashboard-property .slider-test-nav .owl-prev,
  .dashboard-property .slider-test-nav .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    background: #F5515F;
    height: 100px;
    width: 36px; }
    .dashboard-property .owl-nav .owl-prev:hover,
    .dashboard-property .owl-nav .owl-next:hover,
    .dashboard-property .slider-test-nav .owl-prev:hover,
    .dashboard-property .slider-test-nav .owl-next:hover {
      filter: Alpha(Opacity=350);
      opacity: 3.5;
      cursor: pointer; }
  .dashboard-property .owl-nav .owl-prev,
  .dashboard-property .slider-test-nav .owl-prev {
    left: 10px; }
  .dashboard-property .owl-nav .owl-next,
  .dashboard-property .slider-test-nav .owl-next {
    right: 10px; }
  .dashboard-property .owl-nav .prevButton,
  .dashboard-property .owl-nav .nextButton,
  .dashboard-property .slider-test-nav .prevButton,
  .dashboard-property .slider-test-nav .nextButton {
    font-family: 'icomoon';
    font-size: 18px;
    width: 12px;
    height: 28px; }
    .dashboard-property .owl-nav .prevButton img,
    .dashboard-property .owl-nav .nextButton img,
    .dashboard-property .slider-test-nav .prevButton img,
    .dashboard-property .slider-test-nav .nextButton img {
      width: 30px;
      height: 28px; }
  .dashboard-property .owl-nav .nextButton img,
  .dashboard-property .slider-test-nav .nextButton img {
    transform: scaleX(-1); }

.breadcrumb-wrapper .breadcrumb > li + li:before {
  content: none; }

.breadcrumb-wrapper .breadcrumb-arrow {
  left: -27px;
  position: absolute;
  height: 35px;
  margin-top: -20px;
  width: 400px; }
  .breadcrumb-wrapper .breadcrumb-arrow i {
    font-size: 28px; }

.breadcrumb-wrapper .breadcrumb li {
  margin-right: 25px; }
  .breadcrumb-wrapper .breadcrumb li a {
    text-transform: capitalize;
    padding-left: 15px;
    padding-bottom: 20px;
    position: absolute;
    top: 6px;
    font-size: 14px;
    width: 400px;
    font-family: "Raleway-Medium", Arial; }
    .breadcrumb-wrapper .breadcrumb li a:hover {
      color: #F75156; }
  .breadcrumb-wrapper .breadcrumb li:hover {
    color: #F75156; }

.breadcrumb-wrapper .breadcrumb .breadcrumb-arrow img {
  position: relative;
  top: 6px; }

.breadcrumb-wrapper .breadcrumb li:not(:first-child) .breadcrumb-arrow {
  border-left: 1px solid #DAD9D6;
  margin-left: 15px;
  padding-left: 15px; }

.breadcrumb-wrapper .breadcrumb li:not(:first-child) .breadcrumb-content {
  padding-left: 35px; }

.breadcrumb-wrapper .breadcrumb {
  display: inline-block;
  padding-left: 40px;
  width: 100%;
  background: #fff;
  border-radius: 3px; }
  .breadcrumb-wrapper .breadcrumb li {
    position: relative; }

.breadcrumb-wrapper .breadcrumb.list-inline {
  margin: 0; }

.buy-property {}
.buy-property .buy-property-upper-section {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
}
.buy-property .buy-property-upper-section .map-view {
    float: none;
}
    .buy-property .buy-property-upper-section .search-property-form {
      padding: 15px 20px; }
    .buy-property .buy-property-upper-section .title-section .title, .buy-property .buy-property-upper-section .title-section .map-view {
      height: 23px;
      display: inline-block;
      margin-right: 10px; }
    .buy-property .buy-property-upper-section .title-section .title {
      width: 100%;
      text-align: center;
      font-size: 20px;
      font-family: "Raleway-Medium",Arial; }
      @media screen and (min-width: 768px) {
        .buy-property .buy-property-upper-section .title-section .title {
          width: 258px;
          text-align: left; } }
    .buy-property .buy-property-upper-section .title-section .map-view .description {
      font-size: 16px;
      border-bottom: 1px solid;
      text-decoration: underline; }
    .buy-property .buy-property-upper-section .search-bar-wrapper {
      margin-top: 20px; }
      .buy-property .buy-property-upper-section .search-bar-wrapper .description {
        top: 15px;
        left: 50px;
        font-size: 16px;
        position: absolute;
        font-family: "Raleway-Medium",Arial;
        cursor: pointer; }
      .buy-property .buy-property-upper-section .search-bar-wrapper .star, .buy-property .buy-property-upper-section .search-bar-wrapper .description {
        display: inline-block; }
      .buy-property .buy-property-upper-section .search-bar-wrapper .c-search-frm .form-group {
        margin-bottom: 10px; }
      .buy-property .buy-property-upper-section .search-bar-wrapper .search-bar button {
        height: 30px; }
        .buy-property .buy-property-upper-section .search-bar-wrapper .search-bar button i {
          position: relative;
          top: -1px; }
      .buy-property .buy-property-upper-section .search-bar-wrapper .search-btn-web button {
        background: #F75156;
        border: 0;
        height: 32px; }
        .buy-property .buy-property-upper-section .search-bar-wrapper .search-btn-web button:hover {
          background: #f64248;
          border-color: #f64248; }
    .buy-property .buy-property-upper-section .sort-bar-section.row {
      margin: 0; }
    .buy-property .buy-property-upper-section .hide-part.hide {
      display: none; }
    .buy-property .buy-property-upper-section .sort-bar {
      padding: 0; }
      .buy-property .buy-property-upper-section .sort-bar .title {
        font-size: 16px;
        line-height: 21px; }
    .buy-property .buy-property-upper-section .refinements {
      padding: 0; }
      .buy-property .buy-property-upper-section .refinements:hover {
        color: #F75156; }
    .buy-property .buy-property-upper-section .refinement-icon {
      cursor: pointer; }
    .buy-property .buy-property-upper-section .refinement-icon span {
      margin-top: 0;
      float: none;
      padding: 0;
      display: inline-block;
      font-size: 14px;
      font-family: "Raleway-Medium",Arial;
      cursor: pointer; }
      .buy-property .buy-property-upper-section .refinement-icon span img {
        padding-left: 30px;
        padding-right: 10px; }
      @media screen and (min-width: 992px) {
        .buy-property .buy-property-upper-section .refinement-icon span {
          margin-top: 28px; } }
      .buy-property .buy-property-upper-section .refinement-icon span i {
        text-transform: capitalize; }
  .buy-property .buy-property-lower-section {
    padding: 0 15px; }
    .buy-property .buy-property-lower-section .buy-property-info-section, .buy-property .buy-property-lower-section .buy-property-ads-section {
      display: inline-block; }
    .buy-property .buy-property-lower-section .buy-property-info-section {
      width: 100%;
      border-radius: 3px;
      padding: 0 20px; }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper {
            height: 206px;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-2 {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-2 {
            height: 206px;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-3 {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-3 {
            height: 206px;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-4 {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-4 {
            height: 206px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-5 {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-5 {
            height: 206px;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-6 {
        height: auto; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .img-wrapper-6 {
            height: 206px;
            margin-right: -15px;
            margin-left: 15px;
            border-radius: 3px 0 0 3px; } }
      @media screen and (min-width: 768px) {
        .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item img {
          display: none; } }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .list-item-content {
        margin-left: 0;
        padding-left: 30px; }
      .buy-property .buy-property-lower-section .buy-property-info-section .buy-property-search-results .list-item .bottom-bar {
        width: calc(100% + 20px);
        position: relative;
        left: -15px;
        padding-left: 15px; }
      .buy-property .buy-property-lower-section .buy-property-info-section ul.buy-property-info-section-list {
        display: none; }
        @media screen and (min-width: 768px) {
          .buy-property .buy-property-lower-section .buy-property-info-section ul.buy-property-info-section-list {
            display: inline-block; } }
      .buy-property .buy-property-lower-section .buy-property-info-section ul.buy-property-info-section-list li:first-child {
        margin-left: -20px;
        border: none; }
      .buy-property .buy-property-lower-section .buy-property-info-section ul.buy-property-search-results-list {
        display: inline-block;
        width: 100%; }
    .buy-property .buy-property-lower-section .buy-property-ads-section {
      padding-right: 0; }

.buy-property-info-section {
  background: #fff; }
  .buy-property-info-section .tab-content {
    padding: 0 22px; }
  .buy-property-info-section .nav-tabs {
    background: #F9F9F8;
    border: none; }
  .buy-property-info-section .nav-tabs > li.active > a {
    border: none; }
  .buy-property-info-section .nav-tabs li a {
    font-size: 16px;
    border-top: none;
    text-transform: capitalize;
    background-color: #F9F9F8;
    margin-right: 0; }
  .buy-property-info-section .nav-tabs li.active a, .buy-property-info-section .nav-tabs li.active a:hover {
    background-color: #fff; }
  .buy-property-info-section .nav-tabs > li > a:hover {
    border-color: #F9F9F8; }
  .buy-property-info-section .nav-tabs > li {
    margin-bottom: -2px;
    color: #232323; }
  .buy-property-info-section .nav-tabs > li a {
    color: #232323; }
  .buy-property-info-section .mortgage-assumptions-bar {
    margin-top: 25px; }
    .buy-property-info-section .mortgage-assumptions-bar .mortgage-assumptions-bar-title {
      font-size: 18px;
      text-transform: capitalize;
      padding-top: 30px;
      margin-bottom: 20px;
      font-family: "Raleway-Medium",Arial; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .buy-property-info-section .mortgage-assumptions-bar .mortgage-assumptions-bar-title {
          padding-top: 0px;
          padding-bottom: 15px;
          padding-left: 30px; } }
    .buy-property-info-section .mortgage-assumptions-bar .mortgage-assumptions-bar-select .title {
      font-size: 16px;
      text-transform: capitalize;
      margin-bottom: 3px;
      white-space: nowrap; }

.related-property-panel .list, .buy-property-search-results .list {
  padding: 0; }

.related-property-panel .list-title, .buy-property-search-results .list-title {
  margin: 30px 0 10px 0;
  font-size: 16px;
  color: #94989E; }

.related-property-panel .list-item, .buy-property-search-results .list-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #E1E1E1; }
  .related-property-panel .list-item:hover, .buy-property-search-results .list-item:hover {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }

.related-property-panel .list-item-content, .buy-property-search-results .list-item-content {
  margin-left: 296px;
  padding-right: 20px; }
  .related-property-panel .list-item-content .title, .buy-property-search-results .list-item-content .title {
    font-size: 20px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .related-property-panel .list-item-content .desc, .buy-property-search-results .list-item-content .desc {
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    max-width: 100%;
    max-height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .related-property-panel .list-item-content .price-rental, .buy-property-search-results .list-item-content .price-rental {
    margin: 10px 0; }
    .related-property-panel .list-item-content .price-rental .price-title, .buy-property-search-results .list-item-content .price-rental .price-title {
      color: #94989E;
      font-size: 12px;
      line-height: 14px;
      margin-right: 10px;
      text-transform: capitalize; }
    .related-property-panel .list-item-content .price-rental .price, .buy-property-search-results .list-item-content .price-rental .price {
      font-size: 16px;
      line-height: 21px;
      margin-right: 40px; }
  .related-property-panel .list-item-content .price-sale, .buy-property-search-results .list-item-content .price-sale {
    margin-bottom: 7px; }
    .related-property-panel .list-item-content .price-sale .price, .buy-property-search-results .list-item-content .price-sale .price {
      font-size: 28px;
      line-height: 35px;
      display: inline-block; }
    .related-property-panel .list-item-content .price-sale .save, .buy-property-search-results .list-item-content .price-sale .save {
      display: inline-block;
      float: right;
      margin-right: 5px;
      line-height: 20px;
      width: 100px; }
      .related-property-panel .list-item-content .price-sale .save .star i, .buy-property-search-results .list-item-content .price-sale .save .star i {
        font-size: 28px; }
      .related-property-panel .list-item-content .price-sale .save .description, .buy-property-search-results .list-item-content .price-sale .save .description {
        margin-left: 5px;
        font-size: 16px;
        vertical-align: 3px;
        cursor: pointer;
        font-family: "Raleway-Medium",Arial; }
    .related-property-panel .list-item-content .price-sale .save-small-screen, .buy-property-search-results .list-item-content .price-sale .save-small-screen {
      display: inline-block;
      float: right;
      margin-right: 5px;
      line-height: 20px;
      font-size: 18px;
      color: #F75156; }
  .related-property-panel .list-item-content .bottom-bar, .buy-property-search-results .list-item-content .bottom-bar {
    padding-left: 20px;
    background: #F5F5F6;
    width: calc(100% - 276px);
    position: absolute;
    bottom: 0;
    left: 276px;
    height: 23px; }
    .related-property-panel .list-item-content .bottom-bar .mortgage-repayment, .buy-property-search-results .list-item-content .bottom-bar .mortgage-repayment {
      margin-right: 10px; }
    .related-property-panel .list-item-content .bottom-bar .price-title, .buy-property-search-results .list-item-content .bottom-bar .price-title {
      font-size: 12px;
      line-height: 14px;
      color: #94989E;
      margin-right: 10px;
      text-transform: capitalize; }
    .related-property-panel .list-item-content .bottom-bar .price, .buy-property-search-results .list-item-content .bottom-bar .price {
      font-size: 16px;
      line-height: 21px; }

.advertisment {
  margin-bottom: 10px; }

.buy-property-detail-page .search-bar-wrapper {
  margin-bottom: 20px; }
  .buy-property-detail-page .search-bar-wrapper .search-bar {
    padding: 20px 20px 5px 20px;
    background-color: #fff;
    border-radius: 3px; }

.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 20px; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .buy-property-detail-slider {
    margin-bottom: 20px;
    height: 405px;
    background: white;
    width: 100%; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .address {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .price-group {
    margin-bottom: 10px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .price-group .price-item {
      margin-right: 50px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .price-group .price-title {
      font-size: 16px;
      line-height: 21px;
      text-transform: capitalize; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .price-group .price {
      font-size: 20px;
      line-height: 23px; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .description {
    margin-top: 30px;
    margin-bottom: 30px; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
    padding-bottom: 20px;
    text-transform: capitalize; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-title {
      font-size: 20px;
      height: 23px;
      margin-bottom: 20px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-item .property-detail-item-title {
      font-size: 18px;
      font-family: "Raleway-Medium",Arial;
      line-height: 20px;
      margin-bottom: 25px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-item .property-detail-item-detail {
      font-size: 14px;
      line-height: 21px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-floorplans u {
      font-size: 14px;
      line-height: 21px; }
  .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions {
    text-transform: capitalize; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-title {
      margin: 20px 0;
      font-size: 18px;
      line-height: 20px; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-select-group {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 21px;
      margin-left: -15px;
      font-family: "Raleway-Medium",Arial; }
      .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-select-group .title {
        margin: 10px 0; }
    .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-price {
      background-color: #F5F5F6; }
      .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-price .mortgage-assumptions-price-group {
        padding: 0;
        height: 30px;
        line-height: 30px; }
        .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-price .mortgage-assumptions-price-group .mortgage-assumptions-price-title {
          font-size: 12px;
          line-height: 14px;
          color: #94989E;
          padding-left: 10px;
          padding-right: 30px;
          font-family: "Raleway-Medium",Arial; }
        .buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .mortgage-assumptions .mortgage-assumptions-price .mortgage-assumptions-price-group .mortgage-assumptions-price-value {
          font-size: 16px;
          color: #262626;
          font-family: "Raleway-Medium",Arial; }

.buy-property-detail-page .related-property-panel {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 10px; }
  .buy-property-detail-page .related-property-panel .list-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 23px;
    color: #262626;
    margin-bottom: 30px; }

.search-properties-for-sale-form-wrapper {
  width: 420px;
  position: absolute;
  top: 21px;
  bottom: 0;
  left: 20px;
  z-index: -1; }

.buy-property-map-page-map-wrapper {
  margin-right: -15px;
  width: 100%;
  height: auto;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .buy-property-map-page-map-wrapper {
      width: calc(100% - 420px);
      margin-left: 420px; } }

#buy-property-map-page-map {
  margin-left: -15px;
  margin-bottom: -15px; }

.main.buy-property-map {
  max-width: 100%; }

.map-body .map-body-address {
  font-size: 14px;
  color: #94989E; }

.buy-property .row {
  margin-right: -15px;
  margin-left: -15px; }

.list-view-menu u {
  font-size: 16px;
  font-family: "Raleway-Medium",Arial !important; }

.buy-property-price,
.buy-property-rental-guarantee,
.buy-property-rental-yield {
  font-family: "Raleway-Medium",Arial;
  font-size: 16px; }
  .buy-property-price:after,
  .buy-property-rental-guarantee:after,
  .buy-property-rental-yield:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 20px;
    /*--adjust as necessary--*/
    color: #808080; }

.mortgage-assumptions-bar-deposit .form-control,
.mortgage-assumptions-bar-loan-type .form-control,
.mortgage-assumptions-bar-interest-rate .form-control,
.mortgage-assumptions-bar-loan-term .form-control,
.mortgage-assumptions-bar-loan-type .form-control {
  height: 30px; }

.tab-shadow {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }

.fa-star {
  color: #c7c7c7;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-color: red; }

.fa-star-o {
  color: #c7c7c7;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-color: red; }

.like {
  text-align: center;
  margin-top: 100px; }

.anim {
  color: red;
  -webkit-animation-name: hearted;
  animation-name: hearted;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hearted {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hearted {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.map-list-view {
  padding-right: 15px; }

.title {
  font-size: 16px;
  font-family: "Raleway-Regular",Arial;
  padding-bottom: 3px;
  color: #262626; }

.save-search {
  top: -10px; }

sub {
  font-size: 14px; }

.dps-function-bar-wapper {
  background-color: #fff;
  padding: 0 20px; }

.bg {
  background-color: #fff; }

.word-ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

span.properties-number {
  padding-left: 20px;
  font-size: 18px;
  text-transform: lowercase; }

@media (max-width: 768px) {
  span.properties-number {
    display: none; } }

.status-green {
  color: #4C993A !important; }

.status-red {
  color: #F52027 !important; }

.analyse-button {
  width: calc(100% - 30px);
  margin-left: 15px;
  background-color: #F75156;
  border-color: #F75156;
  text-transform: capitalize; }

.property-brief-wrap {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px 3px 0 0; }

.property-brief {
  background: #F9F9F8; }
  .property-brief .sort-text {
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px; }

.badged {
  background-color: #F52027;
  position: absolute;
  left: 1%;
  top: 10%;
  width: 100px;
  height: 24px;
  text-align: center; }
  .badged:after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px; }

.no-underline {
  text-style: none; }

.navbar-brand {
  font-size: 1px;
  line-height: 44px;
  padding: 0;
  margin-right: 10px;
  margin-left: 3px; }

nav {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0; }

.nav-item {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .nav-item .nav-link.active:after {
      /*
                    content: '';
                    height: 2px;
                    background: black;
                    display: block;
                    margin-top: 2px;
                    */ }
    .nav-item button {
      background: #f9f9f8; }
    .nav-item .btn-default:hover {
      color: #333;
      background-color: #fff;
      border: 2px solid red; }
      .nav-item .btn-default:hover .caret {
        background-color: grey; } }
  .nav-item .nav-item:last-child .nav-link:after {
    margin-right: 0px; }

.dashboard-property-wrapper {
  margin-bottom: 20px;
  background: #F9F9F8;
  border-radius: 3px 3px 0 0; }

.add-propery-button .btn {
  background-color: #F75156;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: "Raleway-Medium",Arial; }

.map-view {
  font-size: 16px;
  float: left;
  margin-top: 14px; }

@media (max-width: 991px) {
  .search-bar {
    width: 100%; } }

.flipkart-navbar-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 2px 2px 0;
  color: #565656;
  padding: 10px 0;
  height: 30px;
  cursor: pointer; }

.flipkart-navbar-input {
  padding: 4px 16px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #BEBEBE;
  border-right: 0 none;
  font-size: 14px; }

.flipkart-navbar-button {
  border: 1px solid #BEBEBE;
  padding: 7px 5px;
  border-radius: 0 5px 5px 0;
  border-left: 0 none; }

.pro-function-bar-wapper {
  position: relative; }

.cash-dropdown {
  max-width: 140px;
  padding-left: 15px; }
  .cash-dropdown i {
    padding-left: 10px;
    font-size: 16px; }

.sort-btn-style {
  float: left;
  padding-top: 16px;
  font-size: 14px;
  margin-right: 15px; }
  .sort-btn-style .btn {
    background-color: transparent; }
  .sort-btn-style .btn i:hover {
    color: #4A4A4A; }
  .sort-btn-style .btn:hover {
    border: 1px solid #F75156;
    background-color: #fff; }

.listings-grid__main {
  width: 100%;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.house {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 248px;
  height: 180px;
  float: left;
  bottom: 0;
  right: 0;
  background-image: url(../images/Justin_Speaking.jpg); }

.listings-grid__item {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.media {
  margin-top: 15px; }
  .media .media-body {
    zoom: 1;
    overflow: hidden;
    position: relative; }

.listings-grid__body {
  padding: 11px 20px 5px; }

.listings-grid__attrs {
  margin: 0;
  list-style: none;
  padding: 10px 12px 5px 0px; }

.listings-grid__attrs > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  margin-right: 13px; }

.listings-grid__icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  opacity: .9;
  filter: alpha(opacity=80); }

.listings-grid__icon--bed {
  background-image: url(../images/bed.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--bath {
  background-image: url(../images/bath.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--parking {
  background-image: url(../images/car-park.svg);
  width: 30px;
  height: 30px; }

.listings-grid__body > h5,
.listings-grid__body > span {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .listings-grid__body > h5,
    .listings-grid__body > span {
      font-size: 16px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main .listings-grid__price {
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    width: 100%;
    color: #fff;
    padding: 30px 20px 15px;
    font-size: 15px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 767px) {
  .listings-list .listings-grid__main,
  .listings-list .media-body {
    width: 100%;
    height: 400px; } }

.map-text img:not(.png) {
  width: 30px;
  height: 30px; }

.map-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.map-text:hover, .map-textspan:hover {
  color: #F75156; }

.rental-text img:not(.png) {
  width: 30px;
  height: 30px; }

.rental-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.porperty-form-control {
  max-width: 290px; }

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0; }

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #D9230F; }

.search-query:focus + button {
  z-index: 3; }

.tab-active {
  background: #F75156;
  background-image: linear-gradient(to right, #f6393e, #f8696e); }

.info-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Raleway-Medium',Arial;
  color: #6C7B8A; }

.icon-style {
  float: left;
  position: relative; }
  @media (max-width: 425px) {
    .icon-style {
      padding: 0px; } }
  .icon-style .fa {
    display: inline-block; }
  .icon-style h2 {
    margin: 0; }
  .icon-style i {
    text-align: center;
    height: 19px; }
  @media screen and (min-width: 992px) {
    .icon-style {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .icon-style {
      margin: 0 auto; } }
  .icon-style sub {
    font-size: 14px;
    font-weight: 400; }
  .icon-style .asset-text {
    text-align: center;
    font-family: "Raleway-Medium",Arial;
    color: #000;
    margin: 0;
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .icon-style .asset-text {
        font-size: 20px; } }
  .icon-style .nill-text {
    font-weight: lighter;
    text-align: center;
    color: #9c9c9c;
    font-family: "Raleway-Medium",Arial;
    margin: 0;
    font-size: 30px; }
    @media screen and (max-width: 768px) {
      .icon-style .nill-text {
        font-size: 20px; } }
    @media screen and (max-width: 1200px) {
      .icon-style .nill-text {
        font-size: 30px; } }

@media (max-width: 768px) {
  p.asset-text {
    font-size: 10px; } }

.fa-caret-downs:before {
  content: "\f0d7";
  color: #4C993A !important; }

.fa-caret-up:before {
  content: "\f0d8";
  color: #F52027 !important; }

.glyphicon-question-sign:before {
  content: "\e085";
  color: #94989E; }

.example {
  height: 81px;
  width: 130px; }
  .example:hover {
    border: 1px solid #F75156;
    border-radius: 3px;
    background-color: #F7F7F9;
    cursor: pointer; }
  @media (max-width: 500px) {
    .example {
      height: 81px;
      width: 75px; } }

.divider {
  border-bottom: 2px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.divider-none {
  border-bottom: 0px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.card {
  margin-top: 20px; }

.card-header {
  padding: 6px 20px;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.purchase-property-detail-page {
  background-color: #fff;
  border-radius: 3px 3px 0px 0px;
  padding: 0 20px; }
  .purchase-property-detail-page .purchase-text-style {
    font-size: 18px;
    font-weight: bold; }
  .purchase-property-detail-page .tab-conent {
    padding-left: 5px;
    padding-right: 5px; }

.detail-page {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0px 3px 0 0; }

.text-size-twenty {
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
  font-style: "raleway", arial; }

.purchase-detail-item {
  padding-top: 10px;
  padding-bottom: 10px; }
  .purchase-detail-item .purchase-detail-item-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial; }
  .purchase-detail-item .purchase-detail-item-detail {
    font-size: 16px; }

.account-balance {
  border-top: 2px solid #F7F7F9; }
  .account-balance table tbody tr td {
    line-height: 60px; }

.tab-like {
  background-color: #F9F9F8; }

.settle-style {
  font-size: 16px;
  color: #4C993A;
  font-family: 'Raleway-Medium',Arial;
  padding-left: 10px; }

.flow-text {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'Raleway-Medium',Arial; }
  .flow-text i {
    font-size: 12px; }
  .flow-text .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }
  .flow-text .enter-data .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }

.more-detail-style {
  padding: 10px 10px 0px; }
  .more-detail-style u {
    padding-left: 5px; }

.property-detail-table th {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Raleway-Medium',Arial; }

.property-detail-table td {
  font-size: 20px;
  font-weight: 500px;
  font-family: 'Raleway-Medium',Arial; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.whatif .close {
  width: 16px; }

.whatif label {
  font-size: 16px; }

.whatif .what-if-investment-information-wrapper {
  padding: 20px;
  background-color: #fff; }

.whatif .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-family: 'Raleway-Medium','Arial'; }

.whatif .input-bar {
  margin-top: 10px;
  margin-bottom: 10px; }
  .whatif .input-bar button {
    margin-top: 23px; }
  .whatif .input-bar .form-control-static {
    display: none; }
  @media screen and (min-width: 992px) {
    .whatif .input-bar .interest-rate-form-group {
      width: 103px;
      display: inline-block;
      margin-left: 15px;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .interest-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-control-static {
      display: inline-block; }
    .whatif .input-bar .weekly-rental-form-group {
      width: 140px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
    .whatif .input-bar .vacancy-rate-form-group {
      width: 157px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .vacancy-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-group-submit-button {
      min-width: 134px;
      display: inline-block;
      margin-right: 10px;
      padding: 0; }
    .whatif .input-bar .form-group-reset-button {
      width: 49px;
      display: inline-block;
      padding: 0; } }

.whatif .comparision-title {
  margin: 20px 0; }

.whatif .info-block {
  max-width: 692px;
  border-radius: 3px;
  border: 1px solid #C4C5C3;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }
  .whatif .info-block .title {
    font-size: 18px; }

.whatifenterdata .investment-information-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px; }

.whatifenterdata .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize; }

.whatifenterdata .investment-info-upper-bar .select-bar {
  margin: 20px 0; }

.whatifenterdata .asset-part {
  margin: 30px 0; }
  .whatifenterdata .asset-part .input-bar {
    margin-top: 10px;
    margin-left: -15px; }
  .whatifenterdata .asset-part .current-asset-title {
    font-size: 16px;
    display: inline-block;
    font-family: "Raleway-Medium",Arial; }
  .whatifenterdata .asset-part .current-asset-value {
    display: inline-block;
    margin-left: 15px;
    font-size: 50px;
    color: #7F7F7F;
    font-weight: lighter;
    font-family: "Raleway-Regular",Arial;
    vertical-align: middle; }

.whatifenterdata .estcashflow-part {
  margin-top: 20px; }
  .whatifenterdata .estcashflow-part .input-bar {
    margin-top: 30px;
    margin-left: -15px; }
    .whatifenterdata .estcashflow-part .input-bar .select-loan-type {
      margin-bottom: 15px; }
  .whatifenterdata .estcashflow-part .calc-icon {
    margin-top: 26px; }
  .whatifenterdata .estcashflow-part .yearly-depreciation,
  .whatifenterdata .estcashflow-part .yearly-expense {
    margin-left: -15px; }

.whatifenterdata .monthly-cash-flow {
  margin-bottom: 30px;
  margin-top: 15px; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-title {
    font-size: 16px;
    line-height: 21px;
    display: inline-block; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-value {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    margin-left: 15px;
    font-family: "Raleway-Regular",Arial;
    color: #4C993A; }

.whatifenterdata .button-group {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px; }

.img-box-item {
  width: 100%;
  max-width: 830px;
  margin: 10px auto;
  background-color: #fff; }
  .img-box-item .img-box-item-left {
    float: left;
    width: 248px; }
  .img-box-item .img-box-item-right {
    position: relative;
    margin-left: 90px; }

.no-padding {
  padding: 0; }

.properties-items .properties-items-list {
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }
  .properties-items .properties-items-list .properties-items-details {
    width: 100%; }
    .properties-items .properties-items-list .properties-items-details:hover {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
          height: 180px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-right: -15px; } }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
          height: 180px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-right: -15px; } }
  .properties-items .properties-items-list .properties-items-info {
    margin-left: 15px; }
    .properties-items .properties-items-list .properties-items-info .address p {
      font-size: 20px;
      font-family: 'Raleway-Medium',Arial;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px 0px 0px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 768px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 14px; } }

.blank {
  background-color: #F9F9F8;
  border: 1px solid #F9F9F8; }

.eoi-list-style {
  padding-top: 10px;
  font-weight: 600; }

.rental-lable {
  width: 20px;
  height: 10px;
  z-index: 999; }
  .rental-lable span {
    color: #fff;
    border: 1px solid red; }

.sort-lineup .cash-dropdown button,
.sort-lineup .price-dropdown button,
.sort-lineup .rental-dropdown button {
  border: 1px solid #F9F9F8; }

.document-style {
  padding: 10px;
  height: 30px;
  margin-top: 10px;
  margin-left: -10px; }
  .document-style:first-child {
    margin-top: 20px; }
  .document-style:last-child {
    margin-bottom: 20px; }
  .document-style span {
    font-size: 16px;
    font-family: "Raleway-Medium",Arial;
    text-decoration: underline; }

.clickable-row {
  cursor: pointer; }

.eoi-main {
  font-weight: 600;
  font-size: 18px; }

.eoi-title {
  padding-top: 15px; }

.modal-body-style {
  font-size: 14px; }

.long-divider {
  border-bottom: 2px solid #F7F7F9; }

.input-group-addon {
  background-color: #FFF; }

.input-group .input-group-addon + .form-control {
  border-left: none; }

.outline-style {
  color: #F64248;
  font-size: 14px;
  font-weight: 600; }

.btn-danger {
  color: #fff;
  background-color: #F64248;
  border-color: #F64248; }
  .btn-danger:hover {
    background-color: rgba(195, 21, 28, 0.8);
    border-color: rgba(195, 21, 28, 0.8);
    color: #fff; }

.create-button-style {
  margin-bottom: 100px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .create-button-style {
      margin-top: 40px;
      margin-bottom: 45px;
      margin-left: -15px; } }
  @media screen and (min-width: 992px) {
    .create-button-style {
      margin-top: 20px;
      margin-bottom: 30px;
      margin-left: -15px; } }

.move-icon i {
  padding: 7px 5px 7px 5px;
  margin-left: 5px;
  background-color: #F64248;
  color: #fff;
  border-radius: 3px; }

.account-balance-detail {
  margin-bottom: 100px; }

@media (max-width: 1200px) {
  .properties-details,
  .consultant-section {
    margin-top: 30px; } }

.rwd-table {
  margin: 1em 0;
  width: 100%; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ":";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 768px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th,
  .rwd-table td {
    text-align: left; }
    @media (min-width: 768px) {
      .rwd-table th,
      .rwd-table td {
        display: table-cell;
        padding: .25em .5em; } }

.property-wrapper-rental .rwd-table {
  background: #fff;
  color: #000;
  border-radius: .4em;
  overflow: hidden; }
  .property-wrapper-rental .rwd-table tr {
    border-color: white; }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td {
    margin: .5em 1em; }
    @media (min-width: 768px) {
      .property-wrapper-rental .rwd-table th,
      .property-wrapper-rental .rwd-table td {
        padding: 1em !important; } }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td:before {
    color: #000; }

.pro-function-bar {
  width: 100%;
  height: 60px; }
  .pro-function-bar .search-bar,
  .pro-function-bar .map-view,
  .pro-function-bar .sort-by,
  .pro-function-bar .cash-flow,
  .pro-function-bar .rental-dropdown,
  .pro-function-bar .price-dropdown {
    display: inline-block;
    position: relative; }
  .pro-function-bar .search-bar {
    width: 57%;
    top: -17px;
    margin-right: 10px;
    padding-top: 15px;
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .search-bar {
        top: 0;
        width: 290px;
        margin-right: 30px; } }
    .pro-function-bar .search-bar .form-group.input-group {
      margin-bottom: 0; }
    .pro-function-bar .search-bar input,
    .pro-function-bar .search-bar button {
      height: 32px;
      padding: 5px 12px; }
  .pro-function-bar .map-view {
    display: none;
    float: none;
    top: -9px;
    font-size: 16px;
    width: 108px;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .map-view {
        display: inline-block; } }
    .pro-function-bar .map-view:hover {
      color: #F75156; }
  .pro-function-bar .sort-by-part-medium {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .sort-by-part-medium {
        box-shadow: none;
        top: 2px;
        margin-left: -15px;
        font-size: 16px;
        position: relative; } }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-medium {
        display: none; } }
    .pro-function-bar .sort-by-part-medium ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .pro-function-bar .sort-by-part-medium li.sort-by-medium {
      position: relative; }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
            height: 56px;
            font-size: 16px; } }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
        top: 46px;
        z-index: 1;
        border: none;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
        @media screen and (min-width: 768px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
            box-shadow: none;
            top: 33px; } }
      @media screen and (max-width: 767px) {
        .pro-function-bar .sort-by-part-medium li.sort-by-medium ul a {
          height: 56px;
          font-size: 14px; } }
    .pro-function-bar .sort-by-part-medium ul li {
      display: inline-block;
      float: left;
      margin-left: none;
      width: auto; }
    .pro-function-bar .sort-by-part-medium li ul {
      display: none; }
    .pro-function-bar .sort-by-part-medium ul li a {
      display: block;
      text-decoration: none;
      border-top: 1px solid #ffffff;
      padding: 15px;
      white-space: nowrap;
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium ul li a {
          padding: 5px 15px 5px 15px; } }
    .pro-function-bar .sort-by-part-medium li:hover ul,
    .pro-function-bar .sort-by-part-medium li.hover ul {
      display: block;
      width: 291.5px;
      left: -199px; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium li:hover ul,
        .pro-function-bar .sort-by-part-medium li.hover ul {
          position: absolute;
          left: -194px;
          width: 290px; } }
    .pro-function-bar .sort-by-part-medium li:hover li,
    .pro-function-bar .sort-by-part-medium li.hover li {
      float: left; }
  .pro-function-bar .sort-by-part-medium.shadowbox {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
  .pro-function-bar .sort-by-part-large {
    display: none; }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-large {
        display: inline-block; } }
    .pro-function-bar .sort-by-part-large .sort-by {
      top: -8px;
      font-size: 16px;
      width: 51px;
      margin-right: 9px;
      font-family: "Raleway-Medium",Arial;
      color: #262626; }
    .pro-function-bar .sort-by-part-large .cash-flow {
      top: -10px;
      font-size: 14px;
      margin-right: 0px; }
      .pro-function-bar .sort-by-part-large .cash-flow button {
        width: 140px;
        padding: 7px 0px 7px 12px;
        margin-right: -2px; }
    .pro-function-bar .sort-by-part-large .price-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 10px; }
      .pro-function-bar .sort-by-part-large .price-dropdown button {
        width: 67px;
        padding: 7px 9px 7px 9px;
        margin-left: -1px; }
    .pro-function-bar .sort-by-part-large .rental-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 22px; }
      .pro-function-bar .sort-by-part-large .rental-dropdown button {
        width: 77px;
        padding: 7px 9px 7px 9px;
        margin-left: -11px; }

.add-propery-button {
  float: right;
  margin-right: 20px; }
  .add-propery-button button.btn {
    float: right;
    background: #F75156;
    border-radius: 4px;
    width: 118px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: none; }

.pro-function-bar-wapper {
  position: relative;
  margin-top: 0px; }
  .pro-function-bar-wapper .pro-function-bar,
  .pro-function-bar-wapper .add-propery-button {
    display: inline-block; }
  .pro-function-bar-wapper .add-propery-button {
    padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .pro-function-bar-wapper .add-propery-button {
        padding-top: 0px; } }
    .pro-function-bar-wapper .add-propery-button .long-btn {
      display: none; }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .long-btn {
          display: inline-block; } }
    .pro-function-bar-wapper .add-propery-button .short-btn {
      margin-right: 10px;
      margin-top: 8px;
      width: 52px;
      display: inline-block;
      position: absolute;
      top: -47px;
      right: 0; }
      @media screen and (min-width: 496px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          margin-right: 0;
          position: relative;
          top: 0;
          right: 0; } }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          display: none; } }

.EOI-property-new {
  padding: 0px 0px 15px 15px;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .EOI-property-new {
      display: none; } }

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

.creat-btn {
  width: 200px;
  height: 30px;
  background-color: #F75156;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top; }
  .creat-btn span {
    position: absolute;
    top: 4px;
    left: 93px; }

.tab-style {
  width: 50%;
  font-size: 20px;
  border-left: 0;
  border-top: 0; }

.tab-style-none {
  width: 100%;
  font-size: 20px;
  border-left: 0;
  border-top: 0;
  border-color: none;
  box-shadow: none; }

.properties-tab .nav-tabs > li.active > a,
.properties-tab .nav-tabs > li.active > a:focus,
.properties-tab .nav-tabs > li.active > a:hover {
  text-align: center;
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0 none;
  border-bottom-color: transparent; }

.properties-tab ul.nav-tabs {
  margin-right: -5px; }

[placeholder] {
  text-overflow: ellipsis; }

@media screen and (max-width: 767px) {
  .my-property-new .properties-items .properties-items-list .properties-items-details {
    height: auto; }
  .my-property-new .properties-items .properties-items-list .properties-items-img-1 {
    height: auto;
    background: none; }
  .my-property-new .badged {
    left: 21px; } }

@media screen and (min-width: 768px) {
  .my-property-new .properties-items-img-1 img {
    display: none; } }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: none;
  padding-bottom: 0; }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail {
  padding-bottom: 1px; }

@media screen and (max-width: 767px) {
  .my_property_details_rental ul.nav-tabs {
    background: none; } }

.my_property_details_rental .nav-item:last-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .my_property_details_rental .nav-item:last-child {
      display: table-cell; } }

.my_property_details_rental .nav-tabs.nav-justified > li > a {
  border: none; }

.my_property_details_rental h2 {
  font-size: 20px; }

.monthly-owner-statement {
  margin-top: 25px; }
  .monthly-owner-statement th {
    font-size: 16px;
    font-family: 'Raleway-Medium', Arial;
    min-width: 125px; }
  .monthly-owner-statement th:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #808080;
    float: right; }
  .monthly-owner-statement td {
    font-size: 14px;
    font-family: 'Raleway-Regular', Arial;
    text-transform: capitalize;
    min-width: 125px; }

.rencet-inspection {
  margin-top: -20px; }

.rencet-insurance {
  margin-top: -5px; }

.my-property small {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .my-property small {
      display: none; } }

.PIA_label img {
  margin-bottom: 3px;
  width: 122px;
  height: 16px;
  margin-left: 19px; }

.floor-plan img {
  margin-bottom: 3px;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 10px; }

.floor-plan-title {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial;
  margin-bottom: 20px; }
  .floor-plan-title:hover {
    color: #F75156;
    cursor: pointer; }

.property-floorplans i {
  margin-right: 10px; }

.property-floorplans {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial; }
  .property-floorplans u span {
    cursor: pointer; }

.properties-table {
  margin-bottom: 20px; }
  .properties-table tbody {
    line-height: 60px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .address {
  margin-bottom: 15px;
  margin-top: 25px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: 0;
  padding-bottom: 10px; }
  .property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-item .property-detail-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Raleway-Medium",Arial; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .properties-tab-sales-transaction-title h3 {
  font-size: 20px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .account-detail h3 {
  font-size: 20px;
  margin-top: 0; }

.tooltip.right .tooltip-inner {
  background-color: #e6e6e6 !important;
  width: 400px !important;
  padding: 10px !important;
  color: #000 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: left !important; }

.tooltip.right .tooltip-arrow {
  top: 50% !important;
  left: 0 !important;
  margin-top: -5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid #D3D3D3 !important; }

.tooltip.in {
  opacity: 1 !important; }

.enter-data img {
  position: absolute;
  left: 58%;
  top: 38%;
  z-index: 99; }
  .enter-data img .account-detail .table > tbody > tr > td {
    line-height: 60px; }
  .enter-data img .add-property-content {
    position: relative; }
  .enter-data img .add-property-content .division-line-2 {
    width: calc(100% - 70px);
    position: absolute;
    margin: 0 20px;
    bottom: 120px; }
    @media screen and (min-width: 768px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 65px; } }
    @media screen and (min-width: 992px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 80px; } }
  @media screen and (min-width: 992px) {
    .enter-data img .add-property-content .create-button-style {
      width: 100%; }
      .enter-data img .add-property-content .create-button-style .create-button {
        width: 200px;
        display: inline-block; }
      .enter-data img .add-property-content .create-button-style .cancel-button {
        width: 50px;
        left: 70px;
        display: inline-block; } }

.sub-title {
  font-size: 14px;
  font-family: 'Raleway-Medium',Arial; }
  .sub-title .select-property {
    max-width: 637px; }

.comparision-info-table {
  margin-top: 5px; }

.comparision-info-table .table-wrapper {
  overflow-x: scroll; }
  @media screen and (min-width: 540px) {
    .comparision-info-table .table-wrapper {
      overflow: visible; } }

.comparision-info-table table th {
  text-transform: capitalize; }

.comparision-info-table table tbody th, .comparision-info-table table tbody td {
  text-align: center;
  line-height: 41px; }

.comparision-info-table table tbody td {
  font-size: 20px; }

.comparision-info-table table tbody .remove td {
  text-decoration: line-through;
  color: #808080; }

.comparision-info-table table tbody tr:last-child td:last-child span {
  color: #4C993A; }
  .comparision-info-table table tbody tr:last-child td:last-child span.glyphicon {
    font-size: 12px;
    top: -13px;
    color: #808080; }

.comparision-info-table table tbody tr td:last-child {
  font-size: 30px; }

.download {
  display: inline-block;
  font-family: "Raleway-Regular",Arial;
  font-size: 14px; }
  .download img {
    width: 16px;
    height: 16px;
    margin-right: 13px; }

.floor-plan {
  display: inline-block;
  cursor: pointer; }
  .floor-plan:hover {
    color: #F75156; }

.download {
  display: inline-block; }
  .download img {
    width: 16px;
    height: 16px; }
  .download th {
    text-transform: capitalize; }
  .download tbody th, .download tbody td {
    text-align: center;
    line-height: 41px; }
  .download tbody td {
    font-size: 20px; }
  .download tbody .remove td {
    text-decoration: line-through;
    color: #808080; }
  .download tbody tr:last-child td:last-child span {
    color: #4C993A; }
    .download tbody tr:last-child td:last-child span.glyphicon {
      font-size: 12px;
      top: -13px;
      color: #808080; }
  .download tbody tr td:last-child {
    font-size: 30px; }

.myeoi .search-bar {
  margin-top: -5px; }

.myeoi .input-icon-right {
  float: left;
  width: 290px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .myeoi .input-icon-right i {
    right: 8px;
    top: 8px; }

#myTable_wrapper {
  margin-left: 15px; }

#myTable_wrapper .table > thead > tr > th, #myTable_wrapper .table > tbody > tr > th, #myTable_wrapper .table > tfoot > tr > th, #myTable_wrapper .table > thead > tr > td, #myTable_wrapper .table > tbody > tr > td, #myTable_wrapper .table > tfoot > tr > td {
  line-height: 23px; }

.status {
  font-size: 16px;
  font-family: 'Raleway-Medium',Arial; }

.form-group-submit-button {
  margin-left: 15px;
  min-width: 134px;
  display: inline-block;
  margin-right: 40px;
  padding: 0; }

.form-group-reset-button {
  width: 49px;
  display: inline-block;
  padding: 0; }

.calculator-svg {
  width: 30px; }

#yearly-depreciation-details .modal-title, #change-loan-type .modal-title {
  font-size: 20px; }

#yearly-depreciation-details .modal-body, #change-loan-type .modal-body {
  font-size: 16px; }
  #yearly-depreciation-details .modal-body span.comment-value, #change-loan-type .modal-body span.comment-value {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px; }
  @media screen and (min-width: 768px) {
    #yearly-depreciation-details .modal-body .form-group, #change-loan-type .modal-body .form-group {
      width: 200px;
      margin-right: 30px; }
      #yearly-depreciation-details .modal-body .form-group input, #change-loan-type .modal-body .form-group input {
        width: 200px; }
    #yearly-depreciation-details .modal-body .annual-vancancy-rate-form-group input, #change-loan-type .modal-body .annual-vancancy-rate-form-group input {
      width: 86px; } }

#yearly-depreciation-details .form-group-submit-button, #change-loan-type .form-group-submit-button {
  width: 200px; }

@media screen and (min-width: 768px) {
  #yearly-expense-details .form-group {
    width: 230px;
    margin-right: 30px; }
  #yearly-expense-details .form-group input {
    width: 200px; } }

.my-property-map .dps-function-bar-wapper {
  padding: 0;
  position: relative;
  height: 60px; }

.my-property-map .search-bar {
  padding-top: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 290px;
  display: inline-block; }
  @media (max-width: 768px) {
    .my-property-map .search-bar {
      margin-top: 20px; } }

.my-property-map .view-all-properties {
  display: inline-block; }

.my-property-map .add-propery-button {
  position: relative;
  float: right; }
  @media (max-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: -46px;
      right: 0;
      float: right; } }
  @media (min-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }
  @media (max-width: 496px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }

.analyse-button .btn-primary {
  background: black;
  border-color: black; }

.analyse-button, .btn-primary:active:focus {
  background: #F75156;
  border-color: #F75156; }

span.no-property {
  font-size: 14px; }
  @media (max-width: 1200px) {
    span.no-property {
      display: none; } }

.asset-text span {
  top: -10px; }

.my-property-detail-wrapper .price-group {
  margin-bottom: 10px;
  text-align: center; }
  .my-property-detail-wrapper .price-group .price-item {
    margin-right: 50px; }
  .my-property-detail-wrapper .price-group .price-title {
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize; }
  .my-property-detail-wrapper .price-group .price {
    font-size: 20px;
    line-height: 23px; }
    .my-property-detail-wrapper .price-group .price span {
      font-size: 12px;
      position: relative;
      vertical-align: 10px; }

.data-enter {
  display: inline-block;
  cursor: pointer; }
  .data-enter:hover {
    color: #F75156; }
  .data-enter .map-text img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 5px; }
  .data-enter .enter-more-data-style {
    font-size: 14px;
    border-bottom: 1px solid #232323; }

.property-floorplans {
  display: inline-block; }
  .property-floorplans span img {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.ticket-page-content {
  background-color: #fff; }
  .ticket-page-content .create-button {
    width: 160px;
    background-color: #F75156;
    border: none;
    font-size: 14px;
    line-height: 20px; }
  @media (max-width: 768px) {
    .ticket-page-content .create-button {
      width: 100px;
      height: 28px;
      background-color: #F75156;
      border: none;
      font-size: 12px;
      line-height: 20px; } }

.ticket-detail-page .ticket-details {
  border-radius: 3px;
  background: #fff;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 500px) {
    .ticket-detail-page .ticket-details {
      padding-bottom: 140px; } }

.ticket-detail-page .ticket-details-section-title {
  font-size: 30px;
  height: 43px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-top: 15px;
  margin-bottom: 35px; }

.ticket-detail-page .detail {
  margin-bottom: 30px; }

.ticket-detail-page .detail-item {
  margin-bottom: 20px; }
  .ticket-detail-page .detail-item .detail-item-title {
    font-size: 18px;
    line-height: 20px;
    font-family: "Raleway-Medium", Arial; }
  .ticket-detail-page .detail-item .detail-item-info {
    font-size: 14px;
    line-height: 20px;
    font-family: "Raleway-Regular", Arial; }

.ticket-detail-page .correspondence-part-title {
  font-size: 30px;
  line-height: 35px;
  margin-top: 20px;
  text-transform: capitalize; }
  .ticket-detail-page .correspondence-part-title .reopen-ticket a {
    width: 160px;
    background-color: #F75156;
    border: none;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-transform: capitalize; }
    .ticket-detail-page .correspondence-part-title .reopen-ticket a:hover {
      background-color: #f64248; }
    @media (max-width: 500px) {
      .ticket-detail-page .correspondence-part-title .reopen-ticket a {
        position: absolute;
        top: 86px;
        right: 15px;
        width: 130px;
        line-height: 20px;
        background-color: #F75156;
        border: none;
        font-size: 14px;
        text-transform: capitalize; } }


.ticket-page .division-line,
.ticket-detail-page .division-line {
  color: #CFCFCF; }

.createticket-page .createticket-page-content {
  background: #fff;
  padding: 20px; }

.createticket-page .title {
  font-size: 36px;
  font-family: "Raleway-Medium", Arial;
  padding-bottom: 15px; }

.createticket-page .create-ticket-form .ticket-content #description {
  height: 80px; }

.createticket-page .create-ticket-form .create-button {
  margin-top: 15px;
  background: #f75156;
  color: #fff;
  text-transform: capitalize;
  border: none;
  width: 200px;
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .createticket-page .create-ticket-form .create-button {
      width: 200px; } }
  .createticket-page .create-ticket-form .create-button:hover {
    background-color: #f64248; }

.createticket-page .create-ticket-form .form-group label {
  font-size: 16px;
  font-family: "Raleway-Medium", Arial; }

.createticket-page .create-ticket-form .cancel-button {
  margin-top: 15px;
  background-color: #fff;
  border: none;
  color: #F75156;
  font-family: "Raleway-Medium", Arial; }

.createticket-page .create-ticket-form label.add-attachment {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 0;
  top: 5px;
  color: #F75156;
  vertical-align: middle;
  margin-right: 20px;
  font-family: "Raleway-Medium", Arial; }

.createticket-page .create-ticket-form div.add-attachment {
  float: left;
  font-size: 12px;
  font-family: "Raleway-Regular", Arial;
  color: #94989E; }
  .createticket-page .create-ticket-form div.add-attachment i {
    margin-right: 3px;
    color: #F75156; }

.admin-respond h3 {
  font-size: 18px;
  font-family: "Raleway-Medium", Arial;
  text-align: right; }

.admin-respond p {
  font-size: 14px;
  font-family: "Raleway-Regular", Arial;
  text-align: right; }

@media (max-width: 992px) {
  .admin-respond h3 {
    font-size: 18px;
    font-family: "Raleway-Medium", Arial;
    text-align: left;
    margin: 0; }
  .admin-respond p {
    font-size: 14px;
    font-family: "Raleway-Regular", Arial;
    text-align: left;
    margin: 0; } }

.respond-post {
  background-color: #F5F5F6;
  margin-top: 30px;
  padding: 20px 20px 0px 20px; }
  @media (max-width: 500px) {
    .respond-post {
      padding: 20px 20px 50px 20px; } }

.reply-button {
  margin-left: 15px;
  width: 160px; }
  .reply-button button {
    background: #F75156;
    border-radius: 4px;
    width: 118px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: none; }
    .reply-button button:hover {
      background-color: #f64248; }

sub {
  font-size: 14px; }

.dps-function-bar-wapper {
  background-color: #fff;
  padding: 0 20px; }

.bg {
  background-color: #fff; }

.word-ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

span.properties-number {
  padding-left: 20px;
  font-size: 18px;
  text-transform: lowercase; }

@media (max-width: 768px) {
  span.properties-number {
    display: none; } }

.status-green {
  color: #4C993A !important; }

.status-red {
  color: #F52027 !important; }

.analyse-button {
  width: calc(100% - 30px);
  margin-left: 15px;
  background-color: #F75156;
  border-color: #F75156;
  text-transform: capitalize; }

.property-brief-wrap {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px 3px 0 0; }

.property-brief {
  background: #F9F9F8; }
  .property-brief .sort-text {
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px; }

.badged {
  background-color: #F52027;
  position: absolute;
  color: white;
  left: 1%;
  top: 10%;
  width: 150px;
  height: 24px;
  font-weight: 900;
  text-align: center;
  display:none;
}
  @media screen and (min-width: 768px) {
    .badged {display:block;}

  }

  .badged:after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px; }

.no-underline {
  text-style: none; }

.navbar-brand {
  font-size: 1px;
  line-height: 44px;
  padding: 0;
  margin-right: 10px;
  margin-left: 3px; }

nav {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0; }

.nav-item {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .nav-item .nav-link.active:after {
      /*
                    content: '';
                    height: 2px;
                    background: black;
                    display: block;
                    margin-top: 2px;
                    */ }
    .nav-item button {
      background: #f9f9f8; }
    .nav-item .btn-default:hover {
      color: #333;
      background-color: #fff;
      border: 2px solid red; }
      .nav-item .btn-default:hover .caret {
        background-color: grey; } }
  .nav-item .nav-item:last-child .nav-link:after {
    margin-right: 0px; }

.dashboard-property-wrapper {
  margin-bottom: 20px;
  background: #F9F9F8;
  border-radius: 3px 3px 0 0; }

.add-propery-button .btn {
  background-color: #F75156;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: "Raleway-Medium",Arial; }

.map-view {
  font-size: 16px;
  float: left;
  margin-top: 14px; }

@media (max-width: 991px) {
  .search-bar {
    width: 100%; } }

.flipkart-navbar-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 2px 2px 0;
  color: #565656;
  padding: 10px 0;
  height: 30px;
  cursor: pointer; }

.flipkart-navbar-input {
  padding: 4px 16px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #BEBEBE;
  border-right: 0 none;
  font-size: 14px; }

.flipkart-navbar-button {
  border: 1px solid #BEBEBE;
  padding: 7px 5px;
  border-radius: 0 5px 5px 0;
  border-left: 0 none; }

.pro-function-bar-wapper {
  position: relative; }

.cash-dropdown {
  max-width: 140px;
  padding-left: 15px; }
  .cash-dropdown i {
    padding-left: 10px;
    font-size: 16px; }

.sort-btn-style {
  float: left;
  padding-top: 16px;
  font-size: 14px;
  margin-right: 15px; }
  .sort-btn-style .btn {
    background-color: transparent; }
  .sort-btn-style .btn i:hover {
    color: #4A4A4A; }
  .sort-btn-style .btn:hover {
    border: 1px solid #F75156;
    background-color: #fff; }

.listings-grid__main {
  width: 100%;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

.house {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 248px;
  height: 180px;
  float: left;
  bottom: 0;
  right: 0;
  background-image: url(../images/Justin_Speaking.jpg); }

.listings-grid__item {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.media {
  margin-top: 15px; }
  .media .media-body {
    zoom: 1;
    overflow: hidden;
    position: relative; }

.listings-grid__body {
  padding: 11px 20px 5px; }

.listings-grid__attrs {
  margin: 0;
  list-style: none;
  padding: 10px 12px 5px 0px; }

.listings-grid__attrs > li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #828282;
  margin-right: 13px; }

.listings-grid__icon {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  opacity: .9;
  filter: alpha(opacity=80); }

.listings-grid__icon--bed {
  background-image: url(../images/bed.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--bath {
  background-image: url(../images/bath.svg);
  width: 30px;
  height: 30px; }

.listings-grid__icon--parking {
  background-image: url(../images/car-park.svg);
  width: 30px;
  height: 30px; }

.listings-grid__body > h5,
.listings-grid__body > span {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .listings-grid__body > h5,
    .listings-grid__body > span {
      font-size: 16px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main .listings-grid__price {
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    width: 100%;
    color: #fff;
    padding: 30px 20px 15px;
    font-size: 15px; } }

@media (max-width: 991px) {
  .listings-list .listings-grid__main {
    position: relative; } }

@media (max-width: 767px) {
  .listings-list .listings-grid__main,
  .listings-list .media-body {
    width: 100%;
    height: 400px; } }

.map-text img:not(.png) {
  width: 30px;
  height: 30px; }

.map-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.map-text:hover, .map-textspan:hover {
  color: #F75156; }

.rental-text img:not(.png) {
  width: 30px;
  height: 30px; }

.rental-text span text {
  padding-top: 10px;
  margin-left: 20px; }

.porperty-form-control {
  max-width: 290px; }

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0; }

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #D9230F; }

.search-query:focus + button {
  z-index: 3; }

.tab-active {
  background: #F75156;
  background-image: linear-gradient(to right, #f6393e, #f8696e); }

.info-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Raleway-Medium',Arial;
  color: #6C7B8A; }

.icon-style {
  float: left;
  position: relative; }
  @media (max-width: 425px) {
    .icon-style {
      padding: 0px; } }
  .icon-style .fa {
    display: inline-block; }
  .icon-style h2 {
    margin: 0; }
  .icon-style i {
    text-align: center;
    height: 19px; }
  @media screen and (min-width: 992px) {
    .icon-style {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .icon-style {
      margin: 0 auto; } }
  .icon-style sub {
    font-size: 14px;
    font-weight: 400; }
  .icon-style .asset-text {
    text-align: center;
    font-family: "Raleway-Medium",Arial;
    color: #000;
    margin: 0;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .icon-style .asset-text {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      .icon-style .asset-text {
        font-size: 30px; } }
  .icon-style .nill-text {
    font-weight: lighter;
    text-align: center;
    color: #9c9c9c;
    font-family: "Raleway-Medium",Arial;
    margin: 0;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .icon-style .nill-text {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      .icon-style .nill-text {
        font-size: 30px; } }

@media (max-width: 768px) {
  p.asset-text {
    font-size: 10px; } }

.fa-caret-downs:before {
  content: "\f0d7";
  color: #4C993A !important; }

.fa-caret-up:before {
  content: "\f0d8";
  color: #F52027 !important; }

.glyphicon-question-sign:before {
  content: "\e085";
  color: #94989E; }

.example {
  height: 81px;
  width: 130px; }
  .example:hover {
    border: 1px solid #F75156;
    border-radius: 3px;
    background-color: #F7F7F9;
    cursor: pointer; }
  @media (max-width: 500px) {
    .example {
      height: 81px;
      width: 75px; } }

.divider {
  border-bottom: 2px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.divider-none {
  border-bottom: 0px solid #E77C6E;
  width: 34px;
  border-radius: 0px;
  margin: 0 auto;
  margin-top: 5px; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.card {
  margin-top: 20px; }

.card-header {
  padding: 6px 20px;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.purchase-property-detail-page {
  background-color: #fff;
  border-radius: 3px 3px 0px 0px;
  padding: 0 20px; }
  .purchase-property-detail-page .purchase-text-style {
    font-size: 18px;
    font-weight: bold; }
  .purchase-property-detail-page .tab-conent {
    padding-left: 5px;
    padding-right: 5px; }

.detail-page {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0px 3px 0 0; }

.text-size-twenty {
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
  font-style: "raleway", arial; }

.purchase-detail-item {
  padding-top: 10px;
  padding-bottom: 10px; }
  .purchase-detail-item .purchase-detail-item-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial; }
  .purchase-detail-item .purchase-detail-item-detail {
    font-size: 16px; }

.account-balance {
  border-top: 2px solid #F7F7F9; }
  .account-balance table tbody tr td {
    line-height: 60px; }

.tab-like {
  background-color: #F9F9F8; }

.settle-style {
  font-size: 16px;
  color: #4C993A;
  font-family: 'Raleway-Medium',Arial;
  padding-left: 10px; }

.flow-text {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'Raleway-Medium',Arial; }
  .flow-text i {
    font-size: 12px; }
  .flow-text .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }
  .flow-text .enter-data .info-title {
    font-size: 16px;
    font-family: 'Raleway-Medium',Arial;
    margin-bottom: 20px;
    margin-top: 9px; }

.more-detail-style {
  padding: 10px 10px 0px; }
  .more-detail-style u {
    padding-left: 5px; }

.property-detail-table th {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Raleway-Medium',Arial; }

.property-detail-table td {
  font-size: 20px;
  font-weight: 500px;
  font-family: 'Raleway-Medium',Arial; }

.nill-frame {
  border: 1px solid #F75156;
  width: 130px;
  height: 81px;
  border-radius: 3px; }

.whatif .close {
  width: 16px; }

.whatif label {
  font-size: 16px; }

.whatif .what-if-investment-information-wrapper {
  padding: 20px;
  background-color: #fff; }

.whatif .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-family: 'Raleway-Medium','Arial'; }

.whatif .input-bar {
  margin-top: 10px;
  margin-bottom: 10px; }
  .whatif .input-bar button {
    margin-top: 23px; }
  .whatif .input-bar .form-control-static {
    display: none; }
  @media screen and (min-width: 992px) {
    .whatif .input-bar .interest-rate-form-group {
      width: 103px;
      display: inline-block;
      margin-left: 15px;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .interest-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-control-static {
      display: inline-block; }
    .whatif .input-bar .weekly-rental-form-group {
      width: 140px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
    .whatif .input-bar .vacancy-rate-form-group {
      width: 157px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .vacancy-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-group-submit-button {
      min-width: 134px;
      display: inline-block;
      margin-right: 10px;
      padding: 0; }
    .whatif .input-bar .form-group-reset-button {
      width: 49px;
      display: inline-block;
      padding: 0; } }

.whatif .comparision-title {
  margin: 20px 0; }

.whatif .info-block {
  max-width: 692px;
  border-radius: 3px;
  border: 1px solid #C4C5C3;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }
  .whatif .info-block .title {
    font-size: 18px; }

.whatifenterdata .investment-information-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px; }

.whatifenterdata .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize; }

.whatifenterdata .investment-info-upper-bar .select-bar {
  margin: 20px 0; }

.whatifenterdata .asset-part {
  margin: 30px 0; }
  .whatifenterdata .asset-part .input-bar {
    margin-top: 10px;
    margin-left: -15px; }
  .whatifenterdata .asset-part .current-asset-title {
    font-size: 16px;
    display: inline-block;
    font-family: "Raleway-Medium",Arial; }
  .whatifenterdata .asset-part .current-asset-value {
    display: inline-block;
    margin-left: 15px;
    font-size: 50px;
    color: #7F7F7F;
    font-weight: lighter;
    font-family: "Raleway-Regular",Arial;
    vertical-align: middle; }

.whatifenterdata .estcashflow-part {
  margin-top: 20px; }
  .whatifenterdata .estcashflow-part .input-bar {
    margin-top: 30px;
    margin-left: -15px; }
    .whatifenterdata .estcashflow-part .input-bar .select-loan-type {
      margin-bottom: 15px; }
  .whatifenterdata .estcashflow-part .calc-icon {
    margin-top: 26px; }
  .whatifenterdata .estcashflow-part .yearly-depreciation,
  .whatifenterdata .estcashflow-part .yearly-expense {
    margin-left: -15px; }

.whatifenterdata .monthly-cash-flow {
  margin-bottom: 30px;
  margin-top: 15px; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-title {
    font-size: 16px;
    line-height: 21px;
    display: inline-block; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-value {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    margin-left: 15px;
    font-family: "Raleway-Regular",Arial;
    color: #4C993A; }

.whatifenterdata .button-group {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px; }

.img-box-item {
  width: 100%;
  max-width: 830px;
  margin: 10px auto;
  background-color: #fff; }
  .img-box-item .img-box-item-left {
    float: left;
    width: 248px; }
  .img-box-item .img-box-item-right {
    position: relative;
    margin-left: 90px; }

.no-padding {
  padding: 0; }

.properties-items .properties-items-list {
    height: 180px;
  background-color: transparent;
  display: block;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%; }
  .properties-items .properties-items-list .properties-items-details {
    width: 100%; }
    .properties-items .properties-items-list .properties-items-details:hover {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-1 {
          height: 180px;
          
          margin-right: -15px; } }
    .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
      height: auto; }
      @media screen and (min-width: 768px) {
        .properties-items .properties-items-list .properties-items-details .properties-items-img-2 {
          height: 180px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-right: -15px; } }
  .properties-items .properties-items-list .properties-items-info {
    margin-left: 15px; }
    .properties-items .properties-items-list .properties-items-info .address p {
      font-size: 20px;
      font-family: 'Raleway-Medium',Arial;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 10px 0px 0px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 768px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 16px; } }
      @media (max-width: 500px) {
        .properties-items .properties-items-list .properties-items-info .address p {
          font-size: 14px; } }

.blank {
  background-color: #F9F9F8;
  border: 1px solid #F9F9F8; }

.eoi-list-style {
  padding-top: 10px;
  font-weight: 600; }

.rental-lable {
  width: 20px;
  height: 10px;
  z-index: 999; }
  .rental-lable span {
    color: #fff;
    border: 1px solid red; }

.sort-lineup .cash-dropdown button,
.sort-lineup .price-dropdown button,
.sort-lineup .rental-dropdown button {
  border: 1px solid #F9F9F8; }

.document-style {
  padding: 10px;
  height: 30px;
  margin-top: 10px;
  margin-left: -10px; }
  .document-style:first-child {
    margin-top: 20px; }
  .document-style:last-child {
    margin-bottom: 20px; }
  .document-style span {
    font-size: 16px;
    font-family: "Raleway-Medium",Arial;
    text-decoration: underline; }

.clickable-row {
  cursor: pointer; }

.eoi-main {
  font-weight: 600;
  font-size: 18px; }

.eoi-title {
  padding-top: 15px; }

.modal-body-style {
  font-size: 14px; }

.long-divider {
  border-bottom: 2px solid #F7F7F9; }

.input-group-addon {
  background-color: #FFF; }

.input-group .input-group-addon + .form-control {
  border-left: none; }

.outline-style {
  color: #F64248;
  font-size: 14px;
  font-weight: 600; }

.btn-danger {
  color: #fff;
  background-color: #F64248;
  border-color: #F64248; }
  .btn-danger:hover {
    background-color: rgba(195, 21, 28, 0.8);
    border-color: rgba(195, 21, 28, 0.8);
    color: #fff; }

.create-button-style {
  margin-bottom: 100px;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .create-button-style {
      margin-top: 40px;
      margin-bottom: 45px;
      margin-left: -15px; } }
  @media screen and (min-width: 992px) {
    .create-button-style {
      margin-top: 20px;
      margin-bottom: 30px;
      margin-left: -15px; } }

.move-icon i {
  padding: 7px 5px 7px 5px;
  margin-left: 5px;
  background-color: #F64248;
  color: #fff;
  border-radius: 3px; }

.account-balance-detail {
  margin-bottom: 100px; }

@media (max-width: 1200px) {
  .properties-details,
  .consultant-section {
    margin-top: 30px; } }

.rwd-table {
  margin: 1em 0;
  width: 100%; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ":";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 768px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th,
  .rwd-table td {
    text-align: left; }
    @media (min-width: 768px) {
      .rwd-table th,
      .rwd-table td {
        display: table-cell;
        padding: .25em .5em; } }

.property-wrapper-rental .rwd-table {
  background: #fff;
  color: #000;
  border-radius: .4em;
  overflow: hidden; }
  .property-wrapper-rental .rwd-table tr {
    border-color: white; }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td {
    margin: .5em 1em; }
    @media (min-width: 768px) {
      .property-wrapper-rental .rwd-table th,
      .property-wrapper-rental .rwd-table td {
        padding: 1em !important; } }
  .property-wrapper-rental .rwd-table th,
  .property-wrapper-rental .rwd-table td:before {
    color: #000; }

.pro-function-bar {
  width: 100%;
  height: 60px; }
  .pro-function-bar .search-bar,
  .pro-function-bar .map-view,
  .pro-function-bar .sort-by,
  .pro-function-bar .cash-flow,
  .pro-function-bar .rental-dropdown,
  .pro-function-bar .price-dropdown {
    display: inline-block;
    position: relative; }
  .pro-function-bar .search-bar {
    width: 57%;
    top: -17px;
    margin-right: 10px;
    padding-top: 15px;
    margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .search-bar {
        top: 0;
        width: 290px;
        margin-right: 30px; } }
    .pro-function-bar .search-bar .form-group.input-group {
      margin-bottom: 0; }
    .pro-function-bar .search-bar input,
    .pro-function-bar .search-bar button {
      height: 32px;
      padding: 5px 12px; }
  .pro-function-bar .map-view {
    display: none;
    float: none;
    top: -9px;
    font-size: 16px;
    width: 108px;
    margin-right: 20px; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .map-view {
        display: inline-block; } }
    .pro-function-bar .map-view:hover {
      color: #F75156; }
  .pro-function-bar .sort-by-part-medium {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .pro-function-bar .sort-by-part-medium {
        box-shadow: none;
        top: 2px;
        margin-left: -15px;
        font-size: 16px;
        position: relative; } }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-medium {
        display: none; } }
    .pro-function-bar .sort-by-part-medium ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .pro-function-bar .sort-by-part-medium li.sort-by-medium {
      position: relative; }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium a {
            height: 56px;
            font-size: 16px; } }
      .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
        top: 46px;
        z-index: 1;
        border: none;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
        @media screen and (min-width: 768px) {
          .pro-function-bar .sort-by-part-medium li.sort-by-medium ul {
            box-shadow: none;
            top: 33px; } }
      @media screen and (max-width: 767px) {
        .pro-function-bar .sort-by-part-medium li.sort-by-medium ul a {
          height: 56px;
          font-size: 14px; } }
    .pro-function-bar .sort-by-part-medium ul li {
      display: inline-block;
      float: left;
      margin-left: none;
      width: auto; }
    .pro-function-bar .sort-by-part-medium li ul {
      display: none; }
    .pro-function-bar .sort-by-part-medium ul li a {
      display: block;
      text-decoration: none;
      border-top: 1px solid #ffffff;
      padding: 15px;
      white-space: nowrap;
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium ul li a {
          padding: 5px 15px 5px 15px; } }
    .pro-function-bar .sort-by-part-medium li:hover ul,
    .pro-function-bar .sort-by-part-medium li.hover ul {
      display: block;
      width: 291.5px;
      left: -199px; }
      @media screen and (min-width: 768px) {
        .pro-function-bar .sort-by-part-medium li:hover ul,
        .pro-function-bar .sort-by-part-medium li.hover ul {
          position: absolute;
          left: -194px;
          width: 290px; } }
    .pro-function-bar .sort-by-part-medium li:hover li,
    .pro-function-bar .sort-by-part-medium li.hover li {
      float: left; }
  .pro-function-bar .sort-by-part-medium.shadowbox {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
  .pro-function-bar .sort-by-part-large {
    display: none; }
    @media screen and (min-width: 1430px) {
      .pro-function-bar .sort-by-part-large {
        display: inline-block; } }
    .pro-function-bar .sort-by-part-large .sort-by {
      top: -8px;
      font-size: 16px;
      width: 51px;
      margin-right: 9px;
      font-family: "Raleway-Medium",Arial;
      color: #262626; }
    .pro-function-bar .sort-by-part-large .cash-flow {
      top: -10px;
      font-size: 14px;
      margin-right: 0px; }
      .pro-function-bar .sort-by-part-large .cash-flow button {
        width: 140px;
        padding: 7px 0px 7px 12px;
        margin-right: -2px; }
    .pro-function-bar .sort-by-part-large .price-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 10px; }
      .pro-function-bar .sort-by-part-large .price-dropdown button {
        width: 67px;
        padding: 7px 9px 7px 9px;
        margin-left: -1px; }
    .pro-function-bar .sort-by-part-large .rental-dropdown {
      top: -10px;
      font-size: 14px;
      margin-right: 22px; }
      .pro-function-bar .sort-by-part-large .rental-dropdown button {
        width: 77px;
        padding: 7px 9px 7px 9px;
        margin-left: -11px; }

.add-propery-button {
  float: right;
  margin-right: 20px; }
  .add-propery-button button.btn {
    float: right;
    background: #F75156;
    border-radius: 4px;
    width: 118px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: none; }

.pro-function-bar-wapper {
  position: relative;
  margin-top: 0px; }
  .pro-function-bar-wapper .pro-function-bar,
  .pro-function-bar-wapper .add-propery-button {
    display: inline-block; }
  .pro-function-bar-wapper .add-propery-button {
    padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .pro-function-bar-wapper .add-propery-button {
        padding-top: 0px; } }
    .pro-function-bar-wapper .add-propery-button .long-btn {
      display: none; }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .long-btn {
          display: inline-block; } }
    .pro-function-bar-wapper .add-propery-button .short-btn {
      margin-right: 10px;
      margin-top: 8px;
      width: 52px;
      display: inline-block;
      position: absolute;
      top: -47px;
      right: 0; }
      @media screen and (min-width: 496px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          margin-right: 0;
          position: relative;
          top: 0;
          right: 0; } }
      @media screen and (min-width: 822px) {
        .pro-function-bar-wapper .add-propery-button .short-btn {
          display: none; } }

.EOI-property-new {
  padding: 0px 0px 15px 15px;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .EOI-property-new {
      display: none; } }

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

.creat-btn {
  width: 200px;
  height: 30px;
  background-color: #F75156;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top; }
  .creat-btn span {
    position: absolute;
    top: 4px;
    left: 93px; }

.tab-style {
  width: 50%;
  font-size: 20px;
  border-left: 0;
  border-top: 0; }

.tab-style-none {
  width: 100%;
  font-size: 20px;
  border-left: 0;
  border-top: 0;
  border-color: none;
  box-shadow: none; }

.properties-tab .nav-tabs > li.active > a,
.properties-tab .nav-tabs > li.active > a:focus,
.properties-tab .nav-tabs > li.active > a:hover {
  text-align: center;
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 0 none;
  border-bottom-color: transparent; }

.properties-tab ul.nav-tabs {
  margin-right: -5px; }

[placeholder] {
  text-overflow: ellipsis; }

@media screen and (max-width: 767px) {
  .my-property-new .properties-items .properties-items-list .properties-items-details {
    height: auto; }
  .my-property-new .properties-items .properties-items-list .properties-items-img-1 {
    height: 180px;
    width: 100%;
    background: none; }
  .my-property-new .badged {
    left: 21px; } }

@media screen and (min-width: 768px) {
  .my-property-new .properties-items-img-1 img {
    display: none; } }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: none;
  padding-bottom: 0; }

.my_property_details_rental.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail {
  padding-bottom: 1px; }

@media screen and (max-width: 767px) {
  .my_property_details_rental ul.nav-tabs {
    background: none; } }

.my_property_details_rental .nav-item:last-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .my_property_details_rental .nav-item:last-child {
      display: table-cell; } }

.my_property_details_rental .nav-tabs.nav-justified > li > a {
  border: none; }

.my_property_details_rental h2 {
  font-size: 20px; }

.monthly-owner-statement {
  margin-top: 25px; }
  .monthly-owner-statement th {
    font-size: 16px;
    font-family: 'Raleway-Medium', Arial;
    min-width: 125px; }
  .monthly-owner-statement th:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #808080;
    float: right; }
  .monthly-owner-statement td {
    font-size: 14px;
    font-family: 'Raleway-Regular', Arial;
    text-transform: capitalize;
    min-width: 125px; }

.rencet-inspection {
  margin-top: -20px; }

.rencet-insurance {
  margin-top: -5px; }

.my-property small {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .my-property small {
      display: none; } }

.PIA_label img {
  margin-bottom: 3px;
  width: 122px;
  height: 16px;
  margin-left: 19px; }

.floor-plan img {
  margin-bottom: 3px;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 10px; }

.floor-plan-title {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial;
  margin-bottom: 20px; }
  .floor-plan-title:hover {
    color: #F75156;
    cursor: pointer; }

.property-floorplans i {
  margin-right: 10px; }

.property-floorplans {
  font-size: 14px;
  font-family: "Raleway-Medium",Arial; }
  .property-floorplans u span {
    cursor: pointer; }

.properties-table {
  margin-bottom: 20px; }
  .properties-table tbody {
    line-height: 60px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .address {
  margin-bottom: 15px;
  margin-top: 25px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail {
  border-bottom: 0;
  padding-bottom: 10px; }
  .property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .property-detail .property-detail-item .property-detail-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Raleway-Medium",Arial; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .properties-tab-sales-transaction-title h3 {
  font-size: 20px; }

.property-wrapper.buy-property-detail-page .buy-property-detail-content-wrapper .buy-property-detail .account-detail h3 {
  font-size: 20px;
  margin-top: 0; }

.tooltip.right .tooltip-inner {
  background-color: #e6e6e6 !important;
  width: 400px !important;
  padding: 10px !important;
  color: #000 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: left !important; }

.tooltip.right .tooltip-arrow {
  top: 50% !important;
  left: 0 !important;
  margin-top: -5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid #D3D3D3 !important; }

.tooltip.in {
  opacity: 1 !important; }

.enter-data img {
  position: absolute;
  left: 58%;
  top: 38%;
  z-index: 99; }
  .enter-data img .account-detail .table > tbody > tr > td {
    line-height: 60px; }
  .enter-data img .add-property-content {
    position: relative; }
  .enter-data img .add-property-content .division-line-2 {
    width: calc(100% - 70px);
    position: absolute;
    margin: 0 20px;
    bottom: 120px; }
    @media screen and (min-width: 768px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 65px; } }
    @media screen and (min-width: 992px) {
      .enter-data img .add-property-content .division-line-2 {
        bottom: 80px; } }
  @media screen and (min-width: 992px) {
    .enter-data img .add-property-content .create-button-style {
      width: 100%; }
      .enter-data img .add-property-content .create-button-style .create-button {
        width: 200px;
        display: inline-block; }
      .enter-data img .add-property-content .create-button-style .cancel-button {
        width: 50px;
        left: 70px;
        display: inline-block; } }

.sub-title {
  font-size: 14px;
  font-family: 'Raleway-Medium',Arial; }
  .sub-title .select-property {
    max-width: 637px; }

.comparision-info-table {
  margin-top: 5px; }

.comparision-info-table .table-wrapper {
  overflow-x: scroll; }
  @media screen and (min-width: 540px) {
    .comparision-info-table .table-wrapper {
      overflow: visible; } }

.comparision-info-table table th {
  text-transform: capitalize; }

.comparision-info-table table tbody th, .comparision-info-table table tbody td {
  text-align: center;
  line-height: 41px; }

.comparision-info-table table tbody td {
  font-size: 20px; }

.comparision-info-table table tbody .remove td {
  text-decoration: line-through;
  color: #808080; }

.comparision-info-table table tbody tr:last-child td:last-child span {
  color: #4C993A; }
  .comparision-info-table table tbody tr:last-child td:last-child span.glyphicon {
    font-size: 12px;
    top: -13px;
    color: #808080; }

.comparision-info-table table tbody tr td:last-child {
  font-size: 30px; }

.download {
  display: inline-block;
  font-family: "Raleway-Regular",Arial;
  font-size: 14px; }
  .download img {
    width: 16px;
    height: 16px;
    margin-right: 13px; }

.floor-plan {
  display: inline-block;
  cursor: pointer; }
  .floor-plan:hover {
    color: #F75156; }

.download {
  display: inline-block; }
  .download img {
    width: 16px;
    height: 16px; }
  .download th {
    text-transform: capitalize; }
  .download tbody th, .download tbody td {
    text-align: center;
    line-height: 41px; }
  .download tbody td {
    font-size: 20px; }
  .download tbody .remove td {
    text-decoration: line-through;
    color: #808080; }
  .download tbody tr:last-child td:last-child span {
    color: #4C993A; }
    .download tbody tr:last-child td:last-child span.glyphicon {
      font-size: 12px;
      top: -13px;
      color: #808080; }
  .download tbody tr td:last-child {
    font-size: 30px; }

.myeoi .search-bar {
  margin-top: -5px; }

.myeoi .input-icon-right {
  float: left;
  width: 290px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .myeoi .input-icon-right i {
    right: 8px;
    top: 8px; }

#myTable_wrapper {
  margin-left: 15px; }

#myTable_wrapper .table > thead > tr > th, #myTable_wrapper .table > tbody > tr > th, #myTable_wrapper .table > tfoot > tr > th, #myTable_wrapper .table > thead > tr > td, #myTable_wrapper .table > tbody > tr > td, #myTable_wrapper .table > tfoot > tr > td {
  line-height: 23px; }

.status {
  font-size: 16px;
  font-family: 'Raleway-Medium',Arial; }

.form-group-submit-button {
  margin-left: 15px;
  min-width: 134px;
  display: inline-block;
  margin-right: 40px;
  padding: 0; }

.form-group-reset-button {
  width: 49px;
  display: inline-block;
  padding: 0; }

.calculator-svg {
  width: 30px; }

#yearly-depreciation-details .modal-title, #change-loan-type .modal-title {
  font-size: 20px; }

#yearly-depreciation-details .modal-body, #change-loan-type .modal-body {
  font-size: 16px; }
  #yearly-depreciation-details .modal-body span.comment-value, #change-loan-type .modal-body span.comment-value {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px; }
  @media screen and (min-width: 768px) {
    #yearly-depreciation-details .modal-body .form-group, #change-loan-type .modal-body .form-group {
      width: 200px;
      margin-right: 30px; }
      #yearly-depreciation-details .modal-body .form-group input, #change-loan-type .modal-body .form-group input {
        width: 200px; }
    #yearly-depreciation-details .modal-body .annual-vancancy-rate-form-group input, #change-loan-type .modal-body .annual-vancancy-rate-form-group input {
      width: 86px; } }

#yearly-depreciation-details .form-group-submit-button, #change-loan-type .form-group-submit-button {
  width: 200px; }

@media screen and (min-width: 768px) {
  #yearly-expense-details .form-group {
    width: 230px;
    margin-right: 30px; }
  #yearly-expense-details .form-group input {
    width: 200px; } }

.my-property-map .dps-function-bar-wapper {
  padding: 0;
  position: relative;
  height: 60px; }

.my-property-map .search-bar {
  padding-top: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 290px;
  display: inline-block; }
  @media (max-width: 768px) {
    .my-property-map .search-bar {
      margin-top: 20px; } }

.my-property-map .view-all-properties {
  display: inline-block; }

.my-property-map .add-propery-button {
  position: relative;
  float: right; }
  @media (max-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: -46px;
      right: 0;
      float: right; } }
  @media (min-width: 768px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }
  @media (max-width: 496px) {
    .my-property-map .add-propery-button {
      position: absolute;
      top: 0px;
      right: 0;
      float: right; } }

.analyse-button .btn-primary {
  background: black;
  border-color: black; }

.analyse-button, .btn-primary:active:focus {
  background: #F75156;
  border-color: #F75156; }

span.no-property {
  font-size: 14px; }
  @media (max-width: 1200px) {
    span.no-property {
      display: none; } }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.asset-text span {
  top: -10px; }

.my-property-detail-wrapper .price-group {
  margin-bottom: 10px;
  text-align: center; }
  .my-property-detail-wrapper .price-group .price-item {
    margin-right: 50px; }
  .my-property-detail-wrapper .price-group .price-title {
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize; }
  .my-property-detail-wrapper .price-group .price {
    font-size: 20px;
    line-height: 23px; }
    .my-property-detail-wrapper .price-group .price span {
      font-size: 12px;
      position: relative;
      vertical-align: 10px; }

.data-enter {
  display: inline-block;
  cursor: pointer; }
  .data-enter:hover {
    color: #F75156; }
  .data-enter .map-text img {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 5px; }
  .data-enter .enter-more-data-style {
    font-size: 14px;
    border-bottom: 1px solid #232323; }

.property-floorplans {
  display: inline-block; }
  .property-floorplans span img {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.buy-property-map .map-body {
  padding: 0 10px;
  margin-top: 10px; }

.buy-property-map .listings-grid__main {
    width: 186px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.buy-property-map .listings-grid__item {
  margin-bottom: 0;
  height: 135px;
}

.buy-property-map .media-body {
  max-width: 192px;
  font-weight: 400;
  text-align: left;
}
  .buy-property-map .media-body .map-body-title {
    font-size: 15px;
    margin-bottom: 5px;
    color: #262626;
  }
  .buy-property-map .media-body .map-body-address {
    font-size: 12px;
    color: #94989E; }
  .buy-property-map .media-body .listings-grid__attrs {
      padding: 10px 0 0 0;
  }
.buy-property-map .media-body .listings-grid__attrs li {
    font-size: 13px;
    color: #262626;
}

.buy-property-map .gm-style-iw {
  top: 30px !important;
}

.buy-property-map #iw-container .iw-content {
  margin-right: 1px;
  max-height: 242px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  text-align: center;
  font-size: 14px; }

.buy-property-map .property-info {
  position: fixed;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background-color: #808080;
  width: 397px;
  color: #fff; }

.map-bed {
  background-image: url(../images/buymapbed.svg);
  width: 20px; }

.map-bath {
  background-image: url(../images/buymapbath.svg);
  width: 20px; }

.map-car {
  background-image: url(../images/buymapcar.svg);
  width: 20px; }

.property-wrapper .buy-property-map-page-map-wrapper {
  margin-left: 0;
  width: calc(100% + 15px); }

.sp-map .buy-property-map-page-map-wrapper {
  width: 100%; }

.sp-map .buy-property-map-page-map-wrapper {
  margin-left: 0; }

.sp-map #buy-property-map-page-map {
  margin-left: 0;
  height: 300px !important; }

@media (max-width: 500px) {
  .whatif {
    margin-bottom: 200px; } }

.whatif .what-if-title {
  font-size: 30px;
  font-family: 'Raleway-Medium','Arial';
  text-transform: capitalize; }

.whatif .close {
  width: 16px;
  cursor: pointer; }
  .whatif .close:hover {
    content: url("../images/close_red.svg"); }

.whatif label {
  font-size: 16px; }

.whatif .what-if-investment-information-wrapper {
  padding: 20px;
  background-color: #fff; }

.whatif .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-family: 'Raleway-Medium','Arial'; }

.whatif .input-bar {
  margin-top: 10px;
  margin-bottom: 10px; }
  .whatif .input-bar button {
    margin-top: 23px; }
  .whatif .input-bar .interest-rate-form-group input, .whatif .input-bar .vacancy-rate-form-group input {
    display: inline-block;
    width: calc(100% - 21px); }
  @media screen and (min-width: 992px) {
    .whatif .input-bar .interest-rate-form-group {
      width: 103px;
      display: inline-block;
      margin-left: 15px;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .interest-rate-form-group input {
        width: 86px;
        display: inline-block; }
    .whatif .input-bar .form-control-static {
      display: inline-block; }
    .whatif .input-bar .weekly-rental-form-group {
      width: 140px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
    .whatif .input-bar .vacancy-rate-form-group {
      width: 157px;
      display: inline-block;
      margin-right: 30px;
      padding: 0; }
      .whatif .input-bar .vacancy-rate-form-group input {
        width: 86px;
        display: inline-block; } }

.whatif .comparision-title {
  margin: 20px 0; }

.whatif .info-block {
  max-width: 692px;
  border-radius: 3px;
  border: 1px solid #C4C5C3;
  padding: 20px 20px 5px;
  margin-bottom: 20px; }
  .whatif .info-block:hover {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.18); }
  .whatif .info-block .title {
    font-size: 18px;
    font-family: "Raleway-Medium",Arial; }

.whatif .sub-title {
  font-size: 18px;
  font-family: "Raleway-Medium",Arial; }
  .whatif .sub-title .select-property {
    margin-top: 5px;
    margin-bottom: 5px; }

.whatifenterdata label {
  font-size: 16px;
  text-transform: capitalize; }

.whatifenterdata .investment-information-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px; }

.whatifenterdata .title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize; }

.whatifenterdata .investment-info-upper-bar .select-bar {
  margin: 20px 0;
  max-width: 637px; }

.whatifenterdata .asset-part {
  margin: 30px 0; }
  .whatifenterdata .asset-part .input-bar {
    margin-top: 10px;
    margin-left: -15px; }
  .whatifenterdata .asset-part .current-asset-title {
    font-size: 16px;
    display: inline-block;
    font-family: "Raleway-Medium",Arial; }
  .whatifenterdata .asset-part .current-asset-value {
    display: inline-block;
    margin-left: 15px;
    font-size: 30px;
    color: #7F7F7F;
    font-weight: lighter;
    font-family: "Raleway-Regular",Arial;
    vertical-align: middle; }
  .whatifenterdata .asset-part .purchase-price-form-group, .whatifenterdata .asset-part .current-market-price-form-group, .whatifenterdata .asset-part .ownership-percentage-form-group {
    text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .whatifenterdata .asset-part .purchase-price-form-group, .whatifenterdata .asset-part .current-market-price-form-group, .whatifenterdata .asset-part .ownership-percentage-form-group {
        width: 200px; } }
  .whatifenterdata .asset-part .ownership-percentage-form-group input {
    width: 86px;
    display: inline-block; }

.whatifenterdata .estcashflow-part {
  margin-top: 20px; }
  .whatifenterdata .estcashflow-part .input-bar {
    margin-top: 30px;
    margin-left: 0; }
    .whatifenterdata .estcashflow-part .input-bar .select-loan-type {
      margin-bottom: 15px; }
  .whatifenterdata .estcashflow-part .calc-icon {
    margin-top: 26px; }
  .whatifenterdata .estcashflow-part .yearly-depreciation-form-group input, .whatifenterdata .estcashflow-part .yearly-expense-form-group input {
    width: calc(100% - 45px);
    display: inline-block;
    margin-right: 10px; }
  .whatifenterdata .estcashflow-part .yearly-depreciation-form-group span.form-control-static, .whatifenterdata .estcashflow-part .yearly-expense-form-group span.form-control-static {
    position: relative;
    top: -2px; }
    .whatifenterdata .estcashflow-part .yearly-depreciation-form-group span.form-control-static img, .whatifenterdata .estcashflow-part .yearly-expense-form-group span.form-control-static img {
      display: inline-block; }
  .whatifenterdata .estcashflow-part .whatif-hide-part {
    display: block; }
    @media screen and (min-width: 768px) {
      .whatifenterdata .estcashflow-part .whatif-hide-part {
        display: none; } }
  .whatifenterdata .estcashflow-part .whatif-hide-part.show {
    display: block; }
  .whatifenterdata .estcashflow-part .annual-vancancy-rate-form-group input {
    display: inline-block;
    width: calc(100% - 21px); }
  @media screen and (min-width: 768px) {
    .whatifenterdata .estcashflow-part .weekly-income-form-group {
      width: 200px;
      margin-right: 20px; }
      .whatifenterdata .estcashflow-part .weekly-income-form-group input {
        width: 200px; }
    .whatifenterdata .estcashflow-part .rental-income-yearly-form-group {
      width: 200px; }
      .whatifenterdata .estcashflow-part .rental-income-yearly-form-group input {
        width: 200px; }
    .whatifenterdata .estcashflow-part .select-loan-type {
      width: 430px; }
    .whatifenterdata .estcashflow-part .yearly-depreciation-form-group, .whatifenterdata .estcashflow-part .yearly-expense-form-group {
      width: 274px;
      margin-right: 20px; }
      .whatifenterdata .estcashflow-part .yearly-depreciation-form-group input, .whatifenterdata .estcashflow-part .yearly-expense-form-group input {
        width: 200px;
        display: inline-block;
        margin-right: 10px; }
    .whatifenterdata .estcashflow-part .annual-vancancy-rate-form-group {
      width: 189px;
      margin-right: 22px;
      display: inline-block; }
      .whatifenterdata .estcashflow-part .annual-vancancy-rate-form-group input {
        width: 86px; }
    .whatifenterdata .estcashflow-part .select-loan-type {
      width: 200px;
      display: inline-block; } }

.whatifenterdata .monthly-cash-flow {
  margin-bottom: 30px; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-title {
    font-size: 16px;
    line-height: 21px;
    display: inline-block; }
  .whatifenterdata .monthly-cash-flow .monthly-cash-flow-value {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    margin-left: 15px; }

.whatifenterdata .button-group {
  margin-top: 20px;
  margin-bottom: 20px; }

.input-symbol-invest {
  position: relative; }
  .input-symbol-invest input {
    padding-left: 18px; }
  .input-symbol-invest:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -100px; }

.input-symbol-au {
  position: relative; }
  .input-symbol-au input {
    padding-left: 18px; }
  .input-symbol-au:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -105px; }

.input-symbol-whatif {
  position: relative; }
  .input-symbol-whatif input {
    padding-left: 18px; }
  .input-symbol-whatif:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -101px; }

.input-symbol-au-2 {
  position: relative; }
  .input-symbol-au-2 input {
    padding-left: 18px; }
  .input-symbol-au-2:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -147px; }

.input-symbol-au-3 {
  position: relative; }
  .input-symbol-au-3 input {
    padding-left: 18px; }
  .input-symbol-au-3:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -110px; }

.input-symbol-au-4 {
  position: relative; }
  .input-symbol-au-4 input {
    padding-left: 18px; }
  .input-symbol-au-4:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -151px; }

.input-symbol-au-5 {
  position: relative; }
  .input-symbol-au-5 input {
    padding-left: 18px; }
  .input-symbol-au-5:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -144px; }

.input-symbol-au-6 {
  position: relative; }
  .input-symbol-au-6 input {
    padding-left: 18px; }
  .input-symbol-au-6:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -112px; }

.input-symbol-weekly {
  position: relative; }
  .input-symbol-weekly input {
    padding-left: 18px; }
  .input-symbol-weekly:before {
    position: absolute;
    top: 30px;
    z-index: 33;
    content: "$";
    left: -105px; }

@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.eot") format("eot"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg"); }

@font-face {
  font-family: "Raleway-Medium";
  src: url("../fonts/Raleway-Medium.eot") format("eot"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.otf") format("opentype"), url("../fonts/Raleway-Medium.svg") format("svg"); }

@font-face {
  font-family: "glyphicon-halflings-regular";
  src: url("../fonts/glyphicon-halflings-regular.eot") format("eot"), url("../fonts/glyphicon-halflings-regular.woff") format("woff"), url("../fonts/glyphicon-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicon-halflings-regular.otf") format("opentype"), url("../fonts/glyphicon-halflings-regular.svg") format("svg"); }

.landing-wrap {
  margin: 0 auto; }
  .landing-wrap .about-us {
    padding-top: 40px; }
    .landing-wrap .about-us .about-us-title {
      text-transform: uppercase;
      font-size: 36px;
      color: #232323; }
    .landing-wrap .about-us .about-us-detail {
      font-size: 14px;
      color: 262626;
      line-height: 22px;
      margin-bottom: 40px; }
    .landing-wrap .about-us .cover-img {
      background: url(../images/mask.png) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 430px;
      margin: 0 auto; }
      .landing-wrap .about-us .cover-img .img-responsive {
        width: 100%;
        height: auto; }

.landing-contact {
  background: #F75156;
  background-image: linear-gradient(to right, #f6393e, #f8696e);
  /* Standard syntax */
  display: inline-block;
  width: 145px;
  height: 60px;
  padding: 17px 10px 25px 15px; }
  @media (max-width: 768px) {
    .landing-contact {
      width: 95px;
      height: 60px;
      padding: 17px 10px 25px 10px; } }
  .landing-contact a {
    color: #fff;
    font-size: 20px; }
    .landing-contact a:hover {
      color: #FFF; }
    @media (max-width: 768px) {
      .landing-contact a {
        font-size: 14px; } }
  .landing-contact img {
    width: 28px;
    margin-bottom: 5px;
    height: 28px;
    margin-right: 5px; }
    @media (max-width: 768px) {
      .landing-contact img {
        width: 18px;
        height: 18px; } }
  .landing-contact:hover {
    cursor: pointer;
    background: #f6393e; }

.clear {
  clear: both; }

.login-page {
  max-width: 420px;
  padding: 180px 0 0;
  float: right; }
  @media (max-width: 768px) {
    .login-page {
      float: none; } }

.form {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  max-width: 420px;
  margin: 0 auto 100px;
  padding: 45px 45px 60px 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }

.form input {
  font-family: "Raleway-Medium", Arial;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px; }

.form button {
  font-family: "Raleway-Medium", Arial;
  text-transform: uppercase;
  outline: 0;
  background: #F75156;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.form button:hover,
.form button:active,
.form button:focus {
  background: #F75156; }

.form .message {
  float: left;
  margin: 15px 0 15px 0; }

.form .message a {
  color: #FFF;
  font-size: 14px;
  margin: 15px 0 15px 0;
  font-family: "Raleway-Medium", Arial; }
  .form .message a:hover {
    color: #F75156;
    text-decoration: underline; }

.form .register-form {
  display: none; }

.menu li.active {
  background: #f75156; }

.menu li.active::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F75156; }
  @media (max-width: 1200px) {
    .menu li.active::after {
      display: none; } }

.top-menu {
  position: fixed;
  top: 60px;
  display: inline-block;
  list-style-type: none;
  width: 100%;
  z-index: 999;
  background-color: #494545; }
  .top-menu ul {
    font-family: "Raleway-Medium", Arial;
    font-size: 16px;
    padding: 0;
    list-style: none;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 50px; }
  .top-menu li a .fa {
    margin-right: 5px; }
  .top-menu li a .fa-vimeo-square {
    color: #4990E2; }
  .top-menu li a .fa-xing-square {
    color: #F7881C; }
  .top-menu li a .fa-gg-circle {
    color: tomato; }
  .top-menu li a .fa-first-order {
    color: #3DBB69; }
  .top-menu li a .fa-gg {
    color: #tomato; }
  .top-menu li a .fa-ra {
    color: #3DBB69; }
  .top-menu li a .fa-random {
    color: #1CBBB4; }
  .top-menu li a .fa-skyatlas {
    color: #D0468B; }
  @media (min-width: 768px) {
    .top-menu .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .top-menu .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .top-menu .container {
      width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1200px) {
    .top-menu {
      /* since 3.1.0 */ }
      .top-menu .navbar-header {
        float: none; }
      .top-menu .navbar-toggle {
        display: block; }
      .top-menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
      .top-menu .navbar-collapse.collapse {
        display: none !important; }
      .top-menu .navbar-nav {
        float: none !important;
        margin: 7.5px -15px; }
      .top-menu .navbar-nav > li {
        float: none; }
      .top-menu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
      .top-menu .navbar-text {
        float: none;
        margin: 15px 0; }
      .top-menu .navbar-collapse.collapse.in {
        display: block !important; }
      .top-menu .collapsing {
        overflow: hidden !important; } }

.top-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Raleway-Medium", Arial;
  outline: none; }

#menu li:hover:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F75156; }

#menu li:hover:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F75156; }
  @media (max-width: 768px) {
    #menu li:hover:after {
      display: none; } }

.top-menu .navbar-nav > li {
  display: inline-block;
  float: none;
  margin-right: -4px; }
  @media (max-width: 1200px) {
    .top-menu .navbar-nav > li {
      position: relative;
      display: block; } }

.top-menu .navbar {
  margin-bottom: 0;
  border: none; }

.top-menu .navbar .navbar-toggle .icon-bar {
  background-color: #f75156; }

.top-menu .nav > li > a:focus,
.top-menu .nav > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #F75156; }

.background-carousel {
  background: url("../images/login-bg2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 585px; }

.text-slogon {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0; }
  .text-slogon .leftside-text {
    padding: 210px 0 0 0; }
    .text-slogon .leftside-text h2 {
      color: #fff;
      font-size: 46px;
      font-family: "Raleway-Regular", Arial;
      text-align: center;
      font-weight: lighter; }
    @media (max-width: 1200px) {
      .text-slogon .leftside-text {
        display: none; } }

.jk-slider {
  width: 100%;
  height: 550px; }
  .jk-slider .carousel,
  .jk-slider .item,
  .jk-slider .active {
    height: 100%; }
  .jk-slider .carousel-inner {
    height: 100%; }

.intro-slider {
  width: 100%; }
  .intro-slider .carousel-inner {
    height: 710px; }

.bibliography {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
  .bibliography .header-title h2 {
    text-shadow: none;
    font-size: 36px;
    color: #232323;
    text-transform: uppercase;
    padding-top: 130px; }
  .bibliography .header-subtitle p {
    font-size: 20px;
    text-shadow: none;
    color: #494545;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 73px; }
    @media (max-width: 768px) {
      .bibliography .header-subtitle p {
        margin-bottom: 0px; } }
  .bibliography .personal-name h2 {
    font-size: 36px;
    text-shadow: none;
    color: #494545;
    text-transform: capitalize;
    margin-top: 34px;
    margin-bottom: 0;
    text-align: left; }
    @media (max-width: 768px) {
      .bibliography .personal-name h2 {
        text-align: center; } }
  .bibliography .personal-subtitle h3 {
    font-size: 18px;
    text-shadow: none;
    color: #808080;
    text-transform: capitalize;
    margin-bottom: 34px;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .bibliography .personal-subtitle h3 {
        text-align: center; } }
  .bibliography .personal-detail {
    font-size: 14px;
    text-shadow: none;
    color: #262626;
    font-family: "Raleway-Regular", arial;
    text-transform: capitalize;
    margin-bottom: 34px;
    text-align: left;
    line-height: 22px; }
    @media (max-width: 768px) {
      .bibliography .personal-detail {
        text-align: center; } }
    @media (min-width: 992) and (max-width: 1200px) {
      .bibliography .personal-detail {
        width: 100%; } }
  .bibliography .btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s; }
  .bibliography .btn-danger.btn-outline {
    color: #F75156;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #f75156;
    padding: 10px; }
  .bibliography .btn-danger.btn-outline:hover {
    color: #fff;
    background-color: #F75156; }
  .bibliography .personal-img img {
    position: absolute;
    min-width: 500px;
    margin-left: -80px; }
    @media (max-width: 1200px) {
      .bibliography .personal-img img {
        display: none; } }

.fade-carousel .carousel-inner .item .bibliography {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

.fade-carousel .carousel-inner .item.active .bibliography {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

/*          Hero Headers        */
/********************************/
.item .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
  .item .hero h2 {
    font-size: 36px;
    font-weight: lighter;
    font-family: "Raleway-Regular", Arial;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    line-height: 40px; }
  .item .hero p {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0;
    text-shadow: none; }

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 550px;
  z-index: 2;
  background-color: #080d15;
  opacity: .1; }

.overlay-2 {
  position: absolute;
  width: 100%;
  height: 710px;
  z-index: 2;
  background-color: #080d15;
  opacity: .1; }

.overlay-top {
  position: absolute;
  width: 100%;
  height: 585px;
  z-index: 1;
  background-color: #080d15;
  opacity: .3;
  padding-left: 0; }

.view-collection {
  height: 50px;
  font-size: 20px;
  width: 244px; }

/********************************/
/*            Banner           */
/********************************/
.banner-box {
  width: 100%;
  height: 160px;
  background-color: #323232; }
  .banner-box .title {
    text-align: center;
    padding-top: 50px; }
    .banner-box .title span {
      font-size: 36px;
      color: #fff; }
      @media (min-width: 720px) and (max-width: 900px) {
        .banner-box .title span {
          font-size: 30px; } }
      @media (min-width: 511px) and (max-width: 720px) {
        .banner-box .title span {
          font-size: 20px; } }
      @media (max-width: 511px) {
        .banner-box .title span {
          font-size: 14px; } }
    @media (min-width: 720px) and (max-width: 900px) {
      .banner-box .title {
        padding-top: 30px; } }
    @media (min-width: 511px) and (max-width: 720px) {
      .banner-box .title {
        padding-top: 30px; } }
    @media (max-width: 511px) {
      .banner-box .title {
        padding-top: 20px; } }
  @media (min-width: 720px) and (max-width: 900px) {
    .banner-box {
      height: 100px; } }
  @media (min-width: 511px) and (max-width: 720px) {
    .banner-box {
      height: 80px; } }
  @media (max-width: 511px) {
    .banner-box {
      height: 60px; } }

/********************************/
/*            footer           */
/********************************/
.footer-landing {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  position: relative;
  background-color: #494545; }
  .footer-landing form {
    margin: 0 0 20px 0; }
  .footer-landing .btn-newsletter-subscribe {
    height: 41px; }
  .footer-landing .input-group input {
    height: 41px; }
  .footer-landing .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 0;
    color: #fff;
    transition: background-color .15s linear; }
  .footer-landing .footer-top-left h2 {
    font-size: 1.5em;
    font-weight: 400;
    font-style: "Raleway-Medium", Arial;
    margin: 60px 0 30px 0;
    color: #fff; }
  .footer-landing .footer-top-left p {
    color: rgba(255, 255, 255, 0.6);
    font-size: .95em;
    line-height: 26px;
    margin: 0 0 20px 0; }
  .footer-landing .footer-top-left .social .fa {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .15s linear;
    width: 40px;
    font-size: large;
    margin-bottom: 80px; }
  .footer-landing .footer-top-right {
    float: right; }
    .footer-landing .footer-top-right h2 {
      font-size: 1.5em;
      font-weight: 400;
      margin: 60px 0 30px 0;
      color: #fff; }
  .footer-landing .footer_copy {
    height: 67px;
    font-size: .85em;
    padding-top: 27px;
    width: 100%;
    color: #fff;
    background-color: #4e4a4a; }

@media (max-width: 768px) {
  .features,
  .solution,
  .about {
    display: none; } }

.features {
  padding: 22px 10px 25px 10px;
  width: 80px;
  height: 60px;
  text-align: center;
  cursor: pointer; }

.nextButton img {
  transform: scaleX(-1);
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.prevButton img {
  position: absolute;
  top: 40%;
  z-index: 5;
  left: 15%;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer; }



/**
 * ===================================================================
 *  what a shit code above !!! CANNOT modify anything. totally no rule
 *
 *  Add following code for myself
 * ===================================================================
 */

/**
 * main base
 */
#content {padding: 20px;}
.nav-tabs>li.active>a {
    box-shadow: none;
    border-top-width: 0!important;
    margin-top: 0 !important;
}
.sidebar img, .footer-sidebar img {
    width: 100%;
}

table a {
    color: #F01A20;
}

/**
 * st detail page
 */
.buy-property-detail-content-wrapper .carousel-inner .item-content {
    background: no-repeat center center;

    background-size: cover;
}
.property-detail-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Raleway-Medium",Arial;
}

.carousel-inner > .item >.item-content > img, .carousel-inner > .item > .item-content > a > img {
    width: 100%;
}
/**
 * add property page
 */
#add-property-page {}

.panel-content {
    background-color: white;
}
/**
 * new property index
 */
#new-property-container{}
#new-property-container .sorting-bar {border: none;}
#new-property-container .sorting-bar a {
    border: none;
    font-weight: normal;
}
#new-property-container .sorting-bar li.active a:hover {
    background-color: white;
}

#new-property-container .sorting-bar a:hover {
    background-color: inherit;
    color: inherit;
}
#new-property-container #result-panel {
    background: none repeat scroll 0 0 #FFF;
    box-shadow: none;
    padding: 25px 25px 30px 25px;
    border: none;
}

#new-property-container #result-grid {
    padding-left: 0;
}

#new-property-container #result-grid .result-item {
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
}
#new-property-container #result-grid .result-item .img-wrapper {
    height: 206px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 0 0 3px;
}
#new-property-container #result-grid .result-item .bottom-bar {
    width: calc(100% + 20px);
    position: relative;
    padding: 2px 15px;
    margin-left: -15px;
}
/**
 * new property detail page
 */
.related-property-panel .img-wrapper img {
    width: 276px;
    height: 200px;
}

/**
 * saved property
 */
#saved-property-page .saved-property-img-wrapper {
    height: 232px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 0 0 3px;
}
#saved-property-page .saved-property .star i {
    color: #F75156;
}
/**
 * google map
 */
#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px 15px 10px 10px;
    margin: 10px;
    line-height: 25px;
  position: absolute;
  right: 10px;
  bottom: 10%;
  font-size: 12px;
}

#legend h5 {
    margin-top: 0;
    font-size: 14px;
}

#legend img {
    vertical-align: middle;
    width: 20px;
}

.disclaimer {
  font-size: 11px; color: red;
  float: left;
}

.MicrosoftMap .infobox-close {
  z-index: 9;
}

.country-code-addon {
  margin: 0;
  padding: 0;
  min-width: 7rem;
  border: none;
}
.country-code-addon>.form-control {
  border-radius: 0 .4rem .4rem 0 !important;
}

.badge-purchased {
  background-color: #F52027;
  position: absolute;
  top: 20% !important;
  text-align: center;
}

