.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

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

.dropdown-menu {
  opacity: 0;
  border: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .dropdown-menu > li > a {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: 17.5rem;
    min-height: 2.2rem;
    padding: 0.4rem 1rem;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: inherit; }
    .dropdown-menu > li > a:hover {
      text-decoration: none;
      color: #52307c; }
  .dropdown-menu > li.active > a, .dropdown-menu > li .active {
    color: #52307c; }

.file-preview {
  background-color: #fff; }

.rating-xs {
  font-size: 18px !important; }

.rating-container .filled-stars {
  text-shadow: none !important;
  color: #2678d2 !important;
  -webkit-text-stroke: 1px #2678d2 !important; }

.krajee-default.file-preview-frame {
  background-color: #fff; }

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

.fade.in {
  opacity: 1; }

.device_attachment_form {
  width: 100%;
  float: left; }
  .device_attachment_form [data-download-template-id*="template"], .device_attachment_form [data-upload-template-id*="template"] {
    overflow-y: auto; }
  .device_attachment_form .fileupload-buttonbar {
    margin: 0px; }
    .device_attachment_form .fileupload-buttonbar [class*="col-"] {
      padding-left: 0px;
      padding-right: 0px; }
    .device_attachment_form .fileupload-buttonbar .btn {
      padding: 0.5rem 0.5rem;
      font-size: 12px; }

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
  background-color: #fff; }

.modal-loader-overlay {
  display: none; }

.open > .dropdown-menu, .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1); }

.has-error .form-control {
  border-color: #c31818 !important; }
.has-error .help-block-error, .has-error .help-block {
  color: #c31818; }

.has-success .form-control {
  border-color: #60c31f !important; }
.has-success .help-block-error {
  color: #60c31f; }

.modal-header .close {
  order: 2; }

.bootstrap-tagsinput .label-info {
  background-color: #52307c !important; }
.bootstrap-tagsinput .label-danger {
  background-color: #c31818 !important; }
.bootstrap-tagsinput .label-success {
  background-color: #60c31f !important; }

.text-wrap {
  white-space: pre-wrap !important; }

.custom-control-label:before {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  /*border: 2px solid darken($gray-400, 45%);*/ }
.custom-control-label:after {
  width: 1.2rem;
  height: 1.2rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #52307c; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #52307c; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-label:before {
  border-radius: 0px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff200' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.alert-widget .alert {
  margin-bottom: 0px;
  border-radius: 0px; }

.bg-black {
  background-color: #000; }

.invalid-feedback {
  display: block; }

.form-control {
  border-radius: 0px;
  /*height: calc(2.75rem + 4px);*/
  border-color: #ddd; }

.custom-file-input {
  border-radius: 0px;
  height: calc(2.75rem + 4px); }

.custom-file-label {
  border-radius: 0px;
  height: calc(2.75rem + 4px);
  margin: 0px;
  padding-top: 0.575rem;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }
  .custom-file-label:after {
    height: calc(2.75rem + 2px);
    padding-top: 0.575rem;
    font-family: "FontAwesome";
    content: "\f07c  Browse" !important;
    background-color: #575757;
    color: #52307c;
    border-radius: 0px; }

textarea {
  height: auto; }

.fa-1x {
  font-size: 18px;
  transform: scale(1.1); }

.shadow-1 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1), 0 0px 3px rgba(0, 0, 0, 0.14); }

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

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

.btn-primary {
  text-align: center;
  background-color: #52307c;
  border-color: #52307c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 0px; }

.collapse.in {
  display: block; }

.pagination > li > a {
  border-color: transparent !important;
  padding: 3px 6px;
  color: #343a40 !important; }
  .pagination > li > a:hover {
    color: #2678d2 !important;
    text-decoration: underline;
    background-color: transparent  !important;
    border-color: transparent  !important; }
.pagination > li:first-child > a, .pagination > li:last-child > a {
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0px !important;
  color: #fff !important;
  background-color: #52307c !important;
  border-color: #52307c !important;
  padding: 8px 13px 8px 13px;
  font-weight: 600;
  z-index: 9 !important; }
  .pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
    background-color: #422764 !important;
    border-color: #422764 !important;
    text-decoration: none !important; }
.pagination > li.disabled > a {
  background-color: #495057 !important;
  border-color: #495057 !important; }
.pagination > li.active > a {
  color: #2678d2 !important;
  text-decoration: underline;
  background-color: transparent  !important;
  border-color: transparent  !important; }

.notifications-menu .badge {
  position: absolute;
  top: 5px;
  right: 10px; }
.notifications-menu .dropdown-menu {
  width: 250px; }
  .notifications-menu .dropdown-menu .header {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; }
  .notifications-menu .dropdown-menu .footer {
    overflow-x: hidden; }
    .notifications-menu .dropdown-menu .footer a {
      font-size: 14px;
      text-align: center;
      padding-top: 4px; }
      .notifications-menu .dropdown-menu .footer a:hover, .notifications-menu .dropdown-menu .footer a:focus {
        border-left-color: transparent; }
  .notifications-menu .dropdown-menu .row {
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .notifications-menu .dropdown-menu .col-xs-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .notifications-menu .dropdown-menu .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    display: none; }
  .notifications-menu .dropdown-menu .notification {
    background-color: transparent; }
  .notifications-menu .dropdown-menu .title {
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .notifications-menu .dropdown-menu .notification .actions .fa {
    color: #333; }
  .notifications-menu .dropdown-menu > li.header + li, .notifications-menu .dropdown-menu > li.header ~ li {
    max-height: 200px;
    overflow-y: scroll; }
    .notifications-menu .dropdown-menu > li.header + li #notifications, .notifications-menu .dropdown-menu > li.header ~ li #notifications {
      height: 100%; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-bottom: 0px; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #adb5bd;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 3px;
      bottom: 2px;
      background-color: #adb5bd;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input {
    display: none; }
    .switch input:checked + .slider {
      border: 1px solid #52307c; }
    .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .switch input:checked + .slider:before {
      transform: translateX(16px);
      background-color: #52307c; }

.custom-table .btn-link {
  color: #495057; }
  .custom-table .btn-link:hover {
    color: #52307c; }
.custom-table td, .custom-table th {
  border-color: #2c2c2b;
  color: #6c757d;
  vertical-align: middle;
  padding: 0.85rem 0.65rem; }
.custom-table thead th {
  color: #6c757d;
  background-color: #f0eeef;
  border-bottom: none;
  font-weight: 600; }
.custom-table thead tr td:last-child, .custom-table tbody tr td:last-child {
  text-align: center; }

.custom-table-collapse [aria-expanded="true"] .fa:before {
  content: "\f078"; }
.custom-table-collapse [aria-expanded="false"] .fa:before {
  content: "\f054"; }
.custom-table-collapse .border-bottom-none table tr:last-child td {
  border-bottom-color: transparent !important; }
.custom-table-collapse .collapse-text {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #495057;
  position: relative; }
  .custom-table-collapse .collapse-text:hover {
    color: #52307c;
    text-decoration: none; }
  .custom-table-collapse .collapse-text:focus {
    outline: none;
    text-decoration: none; }
  .custom-table-collapse .collapse-text .fa {
    position: absolute;
    left: 12px;
    top: 10px; }
.custom-table-collapse tr td[colspan] {
  padding-left: 0px;
  padding-right: 0px; }
  .custom-table-collapse tr td[colspan] table {
    border-left: none;
    border-right: none;
    margin-bottom: 0px; }
    .custom-table-collapse tr td[colspan] table tr > td:first-child {
      border-left-color: transparent; }
    .custom-table-collapse tr td[colspan] table tr > td:last-child {
      border-right-color: transparent; }

.nav-group > li > a {
  border: 1px solid #2c2c2b;
  color: #495057;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 10px 22px;
  font-weight: 600; }
  .nav-group > li > a:hover {
    color: #52307c; }
.nav-group > li.active > a {
  background-color: #52307c;
  color: #fff;
  border-color: #52307c; }
.nav-group > li + li > a {
  border-left: none; }

.review-box .text {
  background-color: #fff;
  padding: 20px;
  text-align: center; }
  .review-box .text p {
    line-height: 26px;
    font-size: 15px; }
.review-box .profile {
  margin: -30px 39% 0px 35%; }
  .review-box .profile img {
    text-align: center;
    width: auto; }
  .review-box .profile p {
    color: #fff;
    font-size: 14px; }

body {
  font-family: 'Muli', sans-serif; }

.all-content {
  width: 100%;
  float: left;
  position: relative;
  /*min-height: calc(70vh - 19px);*/
  padding-top: 0px; }

header {
  width: 100%;
  float: left;
  position: relative; }
  header .topbar {
    background-color: #f5f3f4; }
    header .topbar .contact p {
      font-weight: 700;
      font-size: 14px;
      padding: 10px;
      margin: 0px; }
    header .topbar .social-icon ul {
      margin: 0px;
      float: right; }
      header .topbar .social-icon ul li {
        padding: 10px;
        list-style: none; }
        header .topbar .social-icon ul li i {
          color: #52307c; }
    @media (max-width: 767px) {
      header .topbar .contact p {
        font-size: 11px; }
      header .topbar .social-icon ul {
        margin: 0px 35%;
        text-align: center;
        padding: 0px;
        float: left; }
        header .topbar .social-icon ul li {
          padding: 5px;
          list-style: none; }
          header .topbar .social-icon ul li i {
            color: #52307c;
            font-size: 12px; } }
  @media (min-width: 992px) {
    header .navbar {
      padding: 0px;
      margin-bottom: 0px; }
      header .navbar .navbar-main .nav-link {
        color: #2a2929 !important;
        font-size: 14px;
        font-weight: 600; }
        header .navbar .navbar-main .nav-link.btn-primary {
          color: #fff;
          padding: 5px 10px; }
      header .navbar .navbar-brand h1 {
        color: #000;
        font-size: 40px;
        font-weight: 900;
        line-height: 60px;
        margin: 0px; }
    header .hide-dekstop {
      display: none; } }
  @media (max-width: 991px) {
    header .navbar-nav .dropdown-menu {
      position: absolute; }
    header .navbar-toggler {
      order: 1; }
    header .navbar-collapse {
      order: 1; }
    header .navbar-profile {
      order: 0; }
    header .hide-dekstop {
      display: block;
      font-size: 15px;
      font-weight: bold; }
      header .hide-dekstop a {
        color: #000 !important;
        font-weight: 700; }
    header .navbar-login {
      display: none; } }
  @media (max-width: 767px) {
    header .navbar-main .nav-link {
      color: #000 !important;
      font-size: 14px;
      font-weight: 700; }
    header .navbar-dark .navbar-brand h1 {
      font-size: 20px;
      color: #000;
      font-weight: 900;
      line-height: 60px;
      margin: 0px; } }
  @media (min-width: 768px) {
    header .navbar-main .nav-link {
      color: #000 !important;
      font-weight: 700; }
    header .navbar-brand h1 {
      color: #000;
      font-size: 35px;
      font-weight: 900;
      line-height: 50px;
      margin: 0px; } }
  header .navbar-toggler {
    margin-top: 0px;
    background: #ddd;
    padding: 0px 10px; }

/*home-page css*/
.rental {
  position: relative;
  padding: 50px 0px; }
  .rental:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42%;
    height: 100%;
    background: url("../images/img-1.jpg") no-repeat left top;
    background-size: 100%; }
  .rental h2 {
    font-size: 31px;
    line-height: 38px;
    font-weight: 800; }
  .rental h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: bold; }

@media (max-width: 767px) {
  .rental {
    position: relative;
    padding: 0px 0px; }
    .rental:before {
      display: none; }
    .rental h2 {
      font-size: 15px;
      line-height: 30px;
      font-weight: 800;
      margin: 18px 0px;
      padding: 0px; }
    .rental h3 {
      font-size: 13px;
      line-height: 30px;
      font-weight: bold; }
    .rental form .form-control {
      font-size: 12px; }
    .rental form #more {
      border: 1px solid #ddd;
      text-align: center;
      padding: 3px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rental {
    position: relative;
    padding: 20px 0px !important; }
    .rental h2 {
      font-size: 19px;
      margin: 0px;
      padding: 0px; }
    .rental h3 {
      font-size: 14px;
      line-height: 30px; } }
.apartment {
  background-color: #fafafa; }
  .apartment h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize; }
  .apartment h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: bold; }
  .apartment p {
    line-height: 26px;
    font-size: 15px;
    color: #656565; }
  .apartment .get-btn {
    padding: 8px 20px 8px 70px;
    color: #52307c;
    border-color: #52307c;
    text-transform: uppercase;
    background: linear-gradient(110deg, #52307c 29%, #fff 30%);
    border-radius: 0px; }
  @media (max-width: 767px) {
    .apartment .btn-info:before {
      content: "";
      left: 60px; }
    .apartment h2 {
      font-size: 20px;
      line-height: 30px; }
    .apartment h3 {
      font-size: 15px;
      line-height: 30px; }
    .apartment p {
      font-size: 13px;
      text-align: justify; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .apartment .btn-info:before {
      content: "";
      left: 260px; }
    .apartment h2 {
      font-size: 25px; } }

.feature-p h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: capitalize;
  padding: 30px 0px; }
@media (max-width: 767px) {
  .feature-p h2 {
    font-size: 25px;
    padding: 20px 0px; } }

.made {
  position: relative; }
  .made .caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .made .caption h2 {
      font-size: 35px;
      line-height: 50px;
      font-weight: 900;
      text-transform: capitalize;
      color: #fff; }
    .made .caption h6 {
      color: #fff;
      font-size: 20px;
      line-height: 32px; }
    .made .caption .btn-lights {
      background-color: transparent !important;
      color: #fff;
      border-color: #fff;
      padding: 5px 40px;
      border-radius: 0px;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .made img {
      height: 200px; }
    .made .caption h2 {
      font-size: 20px;
      line-height: 30px; }
    .made .caption h6 {
      font-size: 15px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    .made .caption h2 {
      font-size: 23px;
      line-height: 30px; } }

.follow-us h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  padding: 30px 0px; }
@media (max-width: 767px) {
  .follow-us h2 {
    font-size: 25px;
    line-height: 40px; } }

.review {
  background-color: #52307c; }
  .review h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    padding: 30px 0px; }
  .review .owl-carousel .owl-stage-outer {
    z-index: -1; }
  .review .owl-carousel .owl-nav .owl-prev {
    font-size: 57px;
    float: left;
    color: #000;
    outline: none;
    margin-left: 20px;
    margin-top: -15%; }
  .review .owl-carousel .owl-nav .owl-next {
    font-size: 57px;
    float: right;
    color: #000;
    outline: none;
    margin-right: 20px;
    margin-top: -15%; }
  .review .owl-carousel .owl-item {
    opacity: 0.3; }
    .review .owl-carousel .owl-item.center {
      opacity: 1; }
  @media (max-width: 767px) {
    .review h2 {
      font-size: 25px;
      line-height: 30px;
      padding: 20px 0px; } }

/*home-page css end*/
.login {
  position: relative; }
  .login .close span {
    color: #52307c;
    border: 2px solid #52307c;
    padding: 0px 3px;
    margin: 10px;
    font-size: 10px;
    font-weight: 900; }
  .login h2 {
    font-size: 42px;
    line-height: 65px;
    font-weight: 900;
    text-transform: capitalize; }
  .login .image img {
    width: 100%; }
  .login .modal-dialog {
    max-width: 675px;
    margin: 1.75rem auto; }
  .login form .form-group .form-control {
    height: calc(1.75rem + 4px);
    width: 95%;
    font-size: 13px; }
  .login form .form-group .forgot {
    font-size: 14px;
    text-decoration: none;
    color: #000; }
  .login form .create a {
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline; }
  .login .item {
    position: relative; }
    .login .item .caption {
      position: absolute;
      left: 0px;
      bottom: 10px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login .item .caption h2 {
        font-size: 20px;
        font-weight: 900;
        text-transform: capitalize;
        color: #fff;
        line-height: 30px; }
      .login .item .caption h6 {
        color: #fff;
        font-size: 15px; }

.register .close span {
  color: #52307c;
  border: 2px solid #52307c;
  padding: 0px 3px;
  margin: 10px;
  font-size: 10px;
  font-weight: 900; }
.register h2 {
  font-size: 42px;
  line-height: 65px;
  font-weight: 900;
  text-transform: capitalize; }
.register .image img {
  width: 100%; }
.register .modal-dialog {
  max-width: 731px;
  margin: 1.75rem auto; }
.register form .form-group label {
  font-size: 13px; }
.register form .form-group .form-control {
  height: calc(1.75rem + 4px);
  width: 95%;
  font-size: 13px; }
.register form .create a {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline; }
.register .item {
  position: relative; }
  .register .item .caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .register .item .caption h2 {
      font-size: 20px;
      font-weight: 900;
      text-transform: capitalize;
      color: #fff;
      line-height: 30px; }
    .register .item .caption h6 {
      color: #fff;
      font-size: 15px; }

.contact-us h2 {
  font-size: 42px;
  line-height: 65px;
  font-weight: 900;
  text-transform: capitalize; }
.contact-us h3 {
  font-size: 26px;
  line-height: 65px;
  text-transform: capitalize; }
.contact-us h6 {
  font-size: 15px;
  line-height: 65px;
  text-transform: capitalize; }
.contact-us h4 {
  font-size: 20px;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 900; }
.contact-us p {
  line-height: 26px; }
@media (max-width: 767px) {
  .contact-us h2 {
    font-size: 25px;
    line-height: 30px; }
  .contact-us h4, .contact-us h3, .contact-us h6 {
    font-size: 15px;
    line-height: 30px; }
  .contact-us .image img {
    width: 100%; } }
@media (min-width: 768px) {
  .contact-us h2 {
    font-size: 30px;
    line-height: 40px; }
  .contact-us h4, .contact-us h3, .contact-us h6 {
    font-size: 15px;
    line-height: 40px; } }

.category .form-inline .form-control {
  display: inline-block;
  width: 10%;
  vertical-align: middle; }
.category .form-inline .input-group {
  margin-right: 32px;
  width: 23%;
  margin-top: 7px; }
  .category .form-inline .input-group .search_icon {
    margin: 10px -20px;
    z-index: 1; }
.category .property h2 {
  font-size: 35px;
  line-height: 50px;
  font-family: Myriad Pro; }
.category .item {
  position: relative; }
  .category .item .caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .category .item .caption h2 a {
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      color: #000;
      line-height: 30px;
      text-decoration: none; }
    .category .item .caption h6 {
      font-size: 15px; }

.individual-p .lease h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold; }
.individual-p .lease h6 {
  line-height: 65px;
  font-weight: 600; }
.individual-p .lease h4 {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold; }
.individual-p .lease p {
  line-height: 24px; }
.individual-p .summary {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .individual-p .summary h2 {
    font-size: 25px;
    line-height: 50px;
    font-weight: bold; }
  .individual-p .summary .title {
    font-weight: bold; }
.individual-p .feature {
  border-bottom: 1px solid #ddd; }
  .individual-p .feature h2 {
    font-size: 25px;
    line-height: 50px;
    font-weight: bold; }
  .individual-p .feature p {
    line-height: 45px;
    font-size: 13px;
    margin: 0px; }
    .individual-p .feature p i {
      padding: 0px 10px 0px 0px; }
.individual-p .virtual-tour h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  text-align: center; }
.individual-p .gallary h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px; }
.individual-p .gallary .owl-carousel .owl-stage-outer {
  z-index: -1; }
.individual-p .gallary .owl-carousel .owl-nav .owl-prev {
  font-size: 57px;
  float: left;
  color: #fff;
  outline: none;
  margin-left: 20px;
  background-color: #000;
  padding: 10px !important;
  margin-top: -22%; }
.individual-p .gallary .owl-carousel .owl-nav .owl-next {
  font-size: 57px;
  float: right;
  color: #fff;
  outline: none;
  margin-right: 20px;
  background-color: #000;
  padding: 10px !important;
  margin-top: -22%; }
.individual-p .gallary .item ul {
  padding: 0px; }
  .individual-p .gallary .item ul li {
    float: left;
    list-style: none; }
    .individual-p .gallary .item ul li img {
      width: 100%; }
.individual-p .loc-map h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  text-align: center; }
.individual-p .loc-map img {
  width: 100%; }
.individual-p .availability {
  border-bottom: 1px solid #ddd; }
  .individual-p .availability h2 {
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px; }
.individual-p .similar-proerty h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  padding: 10px 0px; }
.individual-p .similar-proerty .item {
  position: relative; }
  .individual-p .similar-proerty .item .caption {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .individual-p .similar-proerty .item .caption h2 {
      font-size: 20px;
      font-weight: 900;
      text-transform: capitalize;
      color: #fff;
      line-height: 24px; }
    .individual-p .similar-proerty .item .caption h6 {
      font-size: 15px; }
    .individual-p .similar-proerty .item .caption p {
      margin: 0; }
@media (max-width: 767px) {
  .individual-p .lease h2 {
    font-size: 20px;
    line-height: 30px; }
  .individual-p .lease h6 {
    line-height: 30px; }
  .individual-p .lease h4 {
    font-size: 15px;
    line-height: 30px; }
  .individual-p .availability h2 {
    line-height: 30px; }
  .individual-p .gallary .owl-carousel .owl-stage-outer {
    z-index: -1; }
  .individual-p .gallary .owl-carousel .owl-nav .owl-prev {
    font-size: 57px;
    float: left;
    color: #fff;
    outline: none;
    margin-left: 20px;
    background-color: #000;
    padding: 10px !important;
    margin-top: -72%; }
  .individual-p .gallary .owl-carousel .owl-nav .owl-next {
    font-size: 57px;
    float: right;
    color: #fff;
    outline: none;
    margin-right: 20px;
    background-color: #000;
    padding: 10px !important;
    margin-top: -72%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .individual-p .gallary .owl-carousel .owl-stage-outer {
    z-index: -1; }
  .individual-p .gallary .owl-carousel .owl-nav .owl-prev {
    font-size: 57px;
    float: left;
    color: #fff;
    outline: none;
    margin-left: 20px;
    margin-top: -36%; }
  .individual-p .gallary .owl-carousel .owl-nav .owl-next {
    font-size: 57px;
    float: right;
    color: #fff;
    outline: none;
    margin-right: 20px;
    margin-top: -36%; } }

.apply h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 900; }
.apply h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700; }
.apply h6 {
  font-size: 20px;
  line-height: 65px;
  font-weight: 900; }
.apply h1 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center; }
.apply p {
  font-size: 15px; }
  .apply p i {
    padding-right: 10px;
    color: #52307c; }
.apply .box {
  background-color: #52307c;
  padding: 20px; }
  .apply .box h2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    text-align: center; }
  .apply .box h5, .apply .box p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px; }
  .apply .box h4 {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase; }
  .apply .box .btn-primary {
    background-color: #fff;
    color: #52307c; }
.apply .help {
  margin: 10px; }
  .apply .help a {
    font-weight: bold;
    text-decoration: none;
    color: #000; }
.apply .download {
  border: 1px solid #ddd;
  padding: 20px 10px; }
  .apply .download h2 {
    font-size: 15px;
    line-height: 28px;
    font-weight: 900;
    text-align: center; }
  .apply .download p {
    font-size: 15px;
    line-height: 26px;
    text-align: center; }
@media (max-width: 767px) {
  .apply h2 {
    font-size: 25px;
    line-height: 30px; }
  .apply h3 {
    font-size: 20px;
    line-height: 30px; }
  .apply h6 {
    font-size: 15px;
    line-height: 30px; }
  .apply h1 {
    font-size: 18px;
    line-height: 30px; }
  .apply .box h2 {
    font-size: 14px;
    line-height: 30px; }
  .apply .box h4, .apply .box h5, .apply .box p {
    font-size: 13px;
    padding-bottom: 5px; }
  .apply p {
    font-size: 13px; }
    .apply p i {
      padding: 0px 10px 20px 0px;
      float: left; } }
@media (min-width: 768px) {
  .apply h1 {
    font-size: 20px; }
  .apply .box h2 {
    font-size: 16px;
    line-height: 30px; }
  .apply .box h4, .apply .box h5, .apply .box p {
    padding-bottom: 5px; }
  .apply p {
    font-size: 15px; }
    .apply p i {
      padding: 0px 10px 20px 0px;
      float: left; } }

.blog-individual .image {
  border: 1px solid #ddd;
  padding: 5px; }
  .blog-individual .image img {
    width: 100%; }
.blog-individual h2 {
  font-size: 20px;
  line-height: 65px;
  font-weight: 900;
  margin: 0px; }
.blog-individual h6 {
  font-size: 15px;
  line-height: 26px;
  color: #52307c; }
.blog-individual p {
  font-size: 15px;
  line-height: 26px;
  text-align: justify; }
.blog-individual .input-group .form-control {
  flex: initial !important;
  width: 100%; }
.blog-individual .input-group .search_icon {
  margin: 10px -20px;
  z-index: 1; }
.blog-individual .recent h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold; }
.blog-individual .recent h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }
.blog-individual .recent h6 {
  font-size: 15px;
  line-height: 26px; }
@media (max-width: 767px) {
  .blog-individual h2 {
    font-size: 15px;
    line-height: 40px; }
  .blog-individual h6 {
    font-size: 13px; }
  .blog-individual p {
    font-size: 13px; }
  .blog-individual .recent img {
    width: 100%; }
  .blog-individual .recent h2 {
    font-size: 15px;
    line-height: 30px; }
  .blog-individual .recent h4 {
    font-size: 13px;
    line-height: 26px; }
  .blog-individual .recent h6 {
    font-size: 13px;
    line-height: 26px; } }
@media (min-width: 768px) {
  .blog-individual .recent img {
    width: 100%; } }

.blog-list .input-group .form-control {
  flex: initial !important;
  width: 100%; }
.blog-list .input-group .search_icon {
  margin: 10px -20px;
  z-index: 1; }
.blog-list h1 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 900;
  margin: 0px 0px 20px; }
.blog-list .blog-box {
  border: 1px solid #ddd;
  padding: 10px; }
  .blog-list .blog-box .image img {
    width: 100%; }
  .blog-list .blog-box h2 {
    font-size: 20px;
    line-height: 65px;
    font-weight: 900;
    margin: 0px; }
  .blog-list .blog-box h6 {
    font-size: 15px;
    line-height: 26px;
    color: #52307c; }
  .blog-list .blog-box p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify; }
  .blog-list .blog-box a {
    text-decoration: none; }
.blog-list .pagination .page-item {
  border: 1px solid #ddd; }
@media (max-width: 767px) {
  .blog-list h1 {
    font-size: 25px;
    line-height: 40px; }
  .blog-list .blog-box h2 {
    font-size: 15px;
    line-height: 30px; } }
@media (min-width: 768px) {
  .blog-list h1 {
    font-size: 30px;
    line-height: 40px; }
  .blog-list .blog-box h2 {
    font-size: 17px;
    line-height: 40px; } }

.online-apply h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: bold; }
.online-apply .heading {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px; }
.online-apply h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-transform: capitalize; }
.online-apply h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 50px; }
.online-apply h6 {
  font-weight: bold;
  font-size: 15px;
  line-height: 50px; }
.online-apply .custom-control-label {
  font-size: 15px;
  padding-top: 3px;
  padding-left: 5px; }
.online-apply p {
  font-size: 15px;
  line-height: 30px; }
  .online-apply p span {
    font-weight: bold;
    font-size: 17px; }
  .online-apply p i {
    margin-top: 25%;
    font-size: 30px; }
.online-apply .btn-primary {
  padding: 8px 20px; }
.online-apply .image img {
  padding-top: 5px; }
@media (max-width: 767px) {
  .online-apply h2 {
    font-size: 25px;
    line-height: 40px; }
  .online-apply h3 {
    font-size: 20px;
    line-height: 30px; } }

footer#footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #3a3838; }
  footer#footer h1 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize; }
  footer#footer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px; }
  footer#footer .footer-list {
    margin: 20px 0px;
    padding: 0px; }
    footer#footer .footer-list li {
      list-style: none; }
      footer#footer .footer-list li i {
        color: #c9c7c6;
        width: 30px; }
      footer#footer .footer-list li span {
        color: #c9c7c6;
        text-transform: capitalize;
        font-size: 14px; }
      footer#footer .footer-list li a {
        color: #c9c7c6;
        text-decoration: none;
        font-size: 14px;
        line-height: 30px; }
  footer#footer .copyright {
    color: #c9c7c6;
    padding: 10px;
    font-size: 14px;
    font-family: arial;
    line-height: 24px; }

.property-search form {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap; }
  .property-search form > div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px; }
    .property-search form > div .help-block {
      margin-bottom: 0px; }
    .property-search form > div:nth-child(1) {
      width: 30%; }
    .property-search form > div:nth-child(2) {
      width: 30%; }
    .property-search form > div:nth-child(3) {
      width: 15%; }
    .property-search form > div.amenity {
      /*order: 9;*/
      width: 100%; }
      .property-search form > div.amenity #propertysearch-amenity {
        display: block; }
        .property-search form > div.amenity #propertysearch-amenity .checkbox {
          margin-right: 10px; }
      .property-search form > div.amenity .form-group {
        margin-bottom: 0px; }
      .property-search form > div.amenity .control-label {
        margin-bottom: 0px; }
.property-search #price {
  display: none; }
@media (max-width: 991px) {
  .property-search form {
    margin-left: -8px;
    margin-right: -8px;
    display: block;
    flex-wrap: wrap; }
    .property-search form > div {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 10px; }
      .property-search form > div:nth-child(1) {
        width: 100%; }
      .property-search form > div:nth-child(2) {
        width: 100%; }
      .property-search form > div:nth-child(3) {
        width: 100%; }
      .property-search form > div:nth-child(4) {
        width: 100%; }
    .property-search form #more {
      margin-left: 8px;
      width: 94%; }
    .property-search form .search {
      text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .property-search #more {
    margin-left: 8px;
    width: 96% !important; } }

.search .amenity #price1 {
  display: none; }
@media (min-width: 320px) and (max-width: 991px) {
  .search #price {
    display: none; }
  .search .amenity #price1 {
    display: block; } }

.property-search .amenity #price1 {
  display: none; }

.imp-box {
  border-right: 5px solid #52307c;
  border-left: 5px solid #52307c; }

.list-box {
  position: relative; }
  .list-box .wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden; }
  .list-box .wrap:before, .list-box .wrap:after {
    content: "";
    position: absolute; }
  .list-box .wrap:before {
    width: 40px;
    height: 8px;
    right: 65px;
    background: #52307c;
    border-radius: 8px 8px 0px 0px; }
  .list-box .wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 65px;
    background: #52307c;
    border-radius: 0px 8px 8px 0px; }
  .list-box .ribbon {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 5px;
    right: -58px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #52307c, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #52307c;
    padding-left: 70px;
    color: #fff;
    font-size: 12px; }

/*# sourceMappingURL=style.css.map */
