@import url("https://fonts.googleapis.com/css?family=Abel");
[v-cloak] {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}

.validation-summary-valid {
  display: none;
}

.payment-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.payment-popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.payment-popup-wrapper .top-title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.4rem;
  display: block;
  text-align: left !important;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
}
.payment-popup-wrapper .payment-popup {
  padding: 30px 15px;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 610px;
  text-align: center;
  color: #333;
  font-size: 1em;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  position: relative;
}
.payment-popup-wrapper .payment-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.4em;
  cursor: pointer;
  z-index: 1;
}
.payment-popup-wrapper .payment-popup h1, .payment-popup-wrapper .payment-popup h2, .payment-popup-wrapper .payment-popup h3 {
  text-align: center;
  margin-bottom: 30px;
}
.payment-popup-wrapper .payment-popup .title {
  margin-top: 50px;
  margin-bottom: 10px;
}
.payment-popup-wrapper .payment-popup a {
  color: #54a7db;
}
.payment-popup-wrapper .payment-popup p {
  padding: 0;
  margin-bottom: 30px;
}
.payment-popup-wrapper .payment-popup .cta-btn {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 22.5px 30px !important;
  transition: all 0.3s;
}
.payment-popup-wrapper .payment-popup .cta-btn:hover {
  transform: scale(1.05);
}
.payment-popup-wrapper .payment-popup .card-image {
  margin-bottom: 30px;
}
.payment-popup-wrapper .payment-popup .short-terms {
  padding: 0 30px;
  margin-top: 15px;
  font-size: 1em;
}
.payment-popup-wrapper .payment-popup h3 {
  margin-bottom: 0;
}
.payment-popup-wrapper .payment-popup strong {
  font-weight: 700;
}
.payment-popup-wrapper .payment-popup .payment-cards-notice {
  display: block;
  margin-bottom: 5px;
}
.payment-popup-wrapper .payment-popup .features-frame {
  border: 1px solid #bdbdbd;
  padding: 15px;
  max-width: 90%;
  margin: 0 auto;
}
.payment-popup-wrapper .payment-popup .features-frame h2 {
  text-align: left;
}
.payment-popup-wrapper .payment-popup .features-frame .check-icon {
  margin-right: 10px;
}
.payment-popup-wrapper .payment-popup ul {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1em;
  list-style: none;
  padding: 0;
}
.payment-popup-wrapper .payment-popup ul li {
  margin-bottom: 5px;
  color: #000;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.payment-popup-wrapper .payment-popup ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.payment-popup-wrapper .payment-popup ul li .green-checkmark {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .payment-popup-wrapper {
    overflow-y: scroll;
  }
  .payment-popup-wrapper .payment-popup .short-terms {
    padding: 0;
  }
  .payment-popup-wrapper .payment-popup ul li {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .payment-popup-wrapper .payment-popup ul li h3 {
    font-size: 1em;
  }
  .payment-popup-wrapper .payment-popup h1, .payment-popup-wrapper .payment-popup h2, .payment-popup-wrapper .payment-popup h3 {
    margin-bottom: 15px;
  }
  .payment-popup-wrapper .payment-popup p {
    margin-bottom: 15px;
  }
  .payment-popup-wrapper .payment-popup p h3 {
    margin: 0;
    font-size: 1em;
  }
  .payment-popup-wrapper .payment-popup .cta-btn {
    padding: 20px 0;
    margin-top: 10px;
  }
}

body {
  font-family: "Abel", sans-serif;
  font-size: 17px;
}
body.fixedbody {
  overflow: hidden;
}
body.popup-active {
  overflow: hidden;
}

.map-marker {
  background-image: url("/images/boligdk-pin.png");
  background-size: cover;
  width: 40px;
  height: 51px;
  border-radius: 50%;
  cursor: pointer;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.popup-wrapper .popup-inner {
  width: 100%;
  max-width: 500px;
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 30px;
}
.popup-wrapper .popup-inner a {
  color: #ff563e;
}
.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.popup-wrapper .form-control {
  border-radius: 8px;
  border: none;
  padding: 10px;
}
.popup-wrapper .cta-btn {
  margin-right: 7.5px;
}
.popup-wrapper .cta-btn.close-btn {
  background-color: gainsboro;
}

.faq-section {
  padding: 60px 0;
}
.faq-section h1, .faq-section h2 {
  color: #ff563e;
}
.faq-section .text-section {
  padding-bottom: 30px;
}
.faq-section .cta-btn {
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.faq-section .cta-btn:hover, .faq-section .cta-btn.active {
  background-color: #3effa3;
}
.faq-section .faq-item {
  margin-bottom: 30px;
}
.faq-section .faq-item .faq-header {
  padding: 15px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.faq-section .faq-item .faq-header h1, .faq-section .faq-item .faq-header h2, .faq-section .faq-item .faq-header h3, .faq-section .faq-item .faq-header h4, .faq-section .faq-item .faq-header h5, .faq-section .faq-item .faq-header h6 {
  margin: 0;
  padding: 0;
}
.faq-section .faq-item .faq-header .status-icon {
  font-size: 1em;
  position: absolute;
  top: 8px;
  right: 15px;
}
.faq-section .faq-item .faq-body {
  padding: 15px;
}

.settings-section {
  padding: 60px 0;
  background-color: #f3f3f3;
}
.settings-section h2 {
  color: #ff563e;
}
.settings-section .setting-item {
  padding: 30px 0;
}

.container {
  max-width: 1480px;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #3effa3 !important;
  transition: 0.3s all !important;
}
.swal2-popup .swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
  background-color: #25a575 !important;
}

.swal2-actions .swal2-confirm {
  background-color: #3effa3;
  transition: 0.3s all;
}
.swal2-actions .swal2-confirm:focus {
  box-shadow: none;
}
.swal2-actions .swal2-confirm:hover {
  background-color: #25a575;
}

.cta-btn {
  background-color: #3effa3;
  color: #454c52;
  height: 70px;
  line-height: 70px;
  padding: 0px 30px;
  box-shadow: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 1em;
}
.cta-btn:hover {
  background-color: #25a575;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-btn {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0px 15px;
  }
}
.cta-btn.small-btn {
  height: auto;
  line-height: normal;
  padding: 12.5px 30px;
}
.cta-btn.close-btn {
  background-color: #f5f5f5;
  color: #333;
}
.cta-btn.close-btn:hover {
  background-color: gainsboro;
}

.checkmark-box {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: #f5f5f5;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  line-height: 30px;
  position: relative;
  z-index: 3;
}
.checkmark-box .checkmark {
  opacity: 0;
  transition: 0.3s all;
}
.checkmark-box.checked .checkmark {
  opacity: 1;
}

.messages-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.messages-section .view-msg .rental-notice {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.messages-section .view-msg .report-abuse {
  margin-top: 15px;
}
.messages-section .view-msg .report-abuse a {
  color: inherit;
}
.messages-section .view-msg .profile-img {
  text-align: center;
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
}
.messages-section .view-msg .target-section {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.messages-section .view-msg .target-section h2 {
  margin-top: 30px;
}
.messages-section .view-msg .target-section h3 {
  font-size: 1.1em;
  padding: 15px 0 7.5px 15px;
}
.messages-section .view-msg .target-section .products-list-section {
  margin-top: 30px;
  padding: 0;
}
.messages-section .view-msg .target-section .products-list-section .item {
  margin-bottom: 0;
  border-top: #f5f5f5 1px solid;
  border-bottom: #f5f5f5 1px solid;
}
.messages-section .view-msg .target-section .products-list-section .item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.messages-section .view-msg .message-area {
  background-color: #fff;
  border-left: #f5f5f5 1px solid;
  border-bottom: #f5f5f5 1px solid;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.messages-section .view-msg .message-area .message {
  margin: 15px 0;
  padding: 0 15px;
}
.messages-section .view-msg .message-area .message p {
  margin: 0;
  padding: 7.5px 15px;
  border-radius: 20px;
}
.messages-section .view-msg .message-area .message .sender {
  display: block;
  margin-top: 7.5px;
  font-size: 0.8em;
}
.messages-section .view-msg .message-area .message .msg-date {
  font-size: 0.8em;
  display: block;
  margin-top: 7.5px;
}
.messages-section .view-msg .message-area .message .received-msg p {
  background-color: #3effa3;
}
.messages-section .view-msg .message-area .message .sent-msg p {
  background-color: #f5f5f5;
  text-align: right;
}
@media (max-width: 480px) {
  .messages-section .view-msg .profile-img {
    max-width: 120px;
  }
  .messages-section .view-msg .target-section h2 {
    font-size: 1.4em;
  }
}
.messages-section .new-msg-section {
  background-color: #fff;
}
.messages-section .new-msg-section .new-msg {
  border-left: #f5f5f5 1px solid;
}
.messages-section .new-msg-section .new-msg .form-control {
  max-width: 500px;
  margin: 0 auto;
}
.messages-section .new-msg-section .new-msg textarea {
  min-height: 100px;
  height: 100px;
  max-height: 100px;
  border-radius: 0;
}
.messages-section .new-msg-section .new-msg .form-group:first-child {
  margin-top: 30px;
}
.messages-section .new-msg-section .new-msg .form-group:last-child {
  margin-bottom: 30px;
}
.messages-section .filter-section {
  position: relative;
  z-index: 3;
}
.messages-section .new-msg-form .form-control {
  margin: 15px 0;
  border-radius: 0;
  height: 100px;
  min-height: 100px;
  max-height: 200px;
}
.messages-section .new-msg-form .form-control:active, .messages-section .new-msg-form .form-control:focus {
  box-shadow: none;
  border-color: initial;
}
.messages-section .new-msg-form .cta-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.messages-section .modal-dialog {
  width: 50%;
  max-width: none;
}
@media (max-width: 768px) {
  .messages-section .modal-dialog {
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.messages-section .checkmark-box {
  position: absolute;
  top: 3px;
  left: 15px;
}
.messages-section h1, .messages-section h2 {
  color: #ff563e;
}
.messages-section .btn-list {
  text-align: right;
  margin-bottom: 30px;
}
.messages-section .msg-item {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-top: #f5f5f5 2px solid;
}
.messages-section .msg-item.unread {
  background-color: #3effa3;
}
.messages-section .msg-item .text {
  margin-left: 50px;
}
.messages-section .msg-item .text p {
  margin: 0;
  padding: 0;
}
.messages-section .msg-item .text h1, .messages-section .msg-item .text h2, .messages-section .msg-item .text h3, .messages-section .msg-item .text h4, .messages-section .msg-item .text h5, .messages-section .msg-item .text h6 {
  margin: 0;
  padding: 0;
}
.messages-section .msg-item .date-info {
  text-align: right;
}
.messages-section .msg-item .modal-message {
  padding: 15px 0;
}
.messages-section .msg-item .modal-message:nth-child(odd) {
  background-color: #e6e6e6;
}
.messages-section .msg-item .modal-message .text {
  margin-left: 0;
}
@media (max-width: 480px) {
  .messages-section .msg-item .date-info {
    font-size: 0.8em;
  }
}
.messages-section .check {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 15px;
  right: 0;
  margin: 0;
}
.messages-section .check input {
  display: none;
}
.messages-section .check input:checked + .box .checkmark {
  opacity: 1;
}
.messages-section .check input:checked + .box:after {
  top: 0;
}
.messages-section .check .box {
  border: 3px solid transparent;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.messages-section .check .box .checkmark {
  opacity: 0;
  transition: 0.3s all;
}
.messages-section .with-selected {
  margin-left: 50px;
  background-color: #f5f5f5;
  border: none;
}
.messages-section .with-selected:active, .messages-section .with-selected:focus {
  outline: none;
  box-shadow: none;
}

.narrow-container {
  width: 100%;
  max-width: 1000px;
}

.benefit-package-section {
  padding: 60px 0px;
  background-color: #f5f5f5;
  text-align: center;
  color: #454c52;
}
.benefit-package-section h1 {
  color: #ff563e;
}
.benefit-package-section a {
  color: inherit;
}
.benefit-package-section .invoices-section h1, .benefit-package-section .invoices-section h2 {
  margin: 30px 0;
}
.benefit-package-section .invoices-section .table th {
  background-color: #fff;
  font-weight: normal;
  border-top: none;
}
.benefit-package-section .invoices-section .table td a {
  color: inherit;
}
.benefit-package-section .info-item {
  padding: 30px 7.5px;
  border-radius: 10px;
  border: #454c52 1px solid;
  margin-top: 60px;
  color: #454c52;
}
.benefit-package-section .info-item.highlight {
  padding: 45px 0;
  margin-top: 35px;
  background-color: #3effa3;
  border-color: #3effa3;
}
.benefit-package-section .info-item .benefit-text {
  font-size: 1.4em;
  text-decoration: underline;
}
.benefit-package-section .info-item .top-text {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
}
.benefit-package-section .info-item .currency {
  font-size: 0.5em;
  display: inline-block;
  padding-left: 7.5px;
}
.benefit-package-section .info-item .price-text {
  font-size: 5em;
  margin: 30px 0;
  display: block;
}
.benefit-package-section .info-item .icon {
  font-size: 3em;
  margin: 30px 0;
}
.benefit-package-section .additional-perks {
  margin-top: 60px;
}
.benefit-package-section .additional-perks h2 {
  margin-bottom: 30px;
}
.benefit-package-section .additional-perks .benefit-item {
  padding: 0 30px;
}
.benefit-package-section .additional-perks .benefit-item .icon {
  font-size: 3em;
  margin: 30px 0;
}
.benefit-package-section .additional-perks .benefit-item h3 {
  font-size: 1.4em;
}
.benefit-package-section .payment-section {
  padding: 60px 0;
}
.benefit-package-section .payment-section .accept-terms {
  cursor: pointer;
  display: inline-block;
}
.benefit-package-section .payment-section .accept-terms .checkmark-box {
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.benefit-package-section .payment-section .accept-terms .checkmark-box .checkmark {
  color: #ff563e;
}
.benefit-package-section .payment-section .cta-btn {
  margin: 30px 0;
}

.cursor {
  cursor: pointer;
}

.btn-list {
  margin: 0;
  padding: 0;
}
.btn-list li {
  display: inline-block;
  margin: 0 7.5px;
  list-style: none;
}
.btn-list li .cta-btn {
  line-height: 40px;
  height: 40px;
  background-color: #fff;
}
.btn-list li .cta-btn.active {
  background-color: #3effa3;
}

.subpage {
  padding-top: 80px;
}
.subpage .menu-section {
  background-color: #fff;
}

.blog-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.blog-section .item {
  background-color: #fff;
}
.blog-section .item .text-box {
  padding: 15px;
}
.blog-section .item .text-box p {
  margin: 0;
}
.blog-section .item .text-box h1, .blog-section .item .text-box h2, .blog-section .item .text-box h3, .blog-section .item .text-box h4, .blog-section .item .text-box h5, .blog-section .item .text-box h6 {
  font-size: 1.4em;
}
.blog-section .item .text-box .cta-btn {
  margin-top: 15px;
}

.change-password-section, .change-profile-picture-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.change-password-section h1, .change-password-section h2, .change-profile-picture-section h1, .change-profile-picture-section h2 {
  color: #ff563e;
}
.change-password-section .custom-forms .cta-btn, .change-profile-picture-section .custom-forms .cta-btn {
  margin-top: 30px;
}

.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-section {
  width: 100%;
  height: 80px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 9;
  padding: 0px 15px;
}
.menu-section .logo {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  transition: 0.3s all;
  height: 50px;
}
@media (max-width: 767px) {
  .menu-section .logo {
    height: 32px;
    top: 22px;
  }
}
@media (max-width: 374px) {
  .menu-section .logo {
    height: 23px;
    top: 27px;
  }
}
.menu-section .logo img {
  height: 50px;
}
@media (max-width: 480px) {
  .menu-section .logo img {
    height: 28px;
    margin-top: 5px;
  }
}
.menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 80px;
  position: absolute;
  transition: 0.3s all;
}
.menu-section ul li {
  display: inline;
  margin-right: 15px;
}
.menu-section ul li:last-child {
  margin-right: 0;
}
.menu-section ul li a {
  text-decoration: none;
}
.menu-section ul li a:hover {
  text-decoration: none;
}
.menu-section .menu-list {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
.menu-section .menu-list li a {
  color: #636a6e;
  font-size: 1.1em;
}
.menu-section .flag-list {
  right: 0;
  top: 0;
}
.menu-section .flag-list li {
  margin-right: 15px;
}
.menu-section .flag-list li:last-child {
  margin-right: 0px;
}
.menu-section .flag-list li img {
  border-radius: 50%;
  height: 30px;
}
.menu-section.white-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 43px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 43px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 43px -6px rgba(0, 0, 0, 0.25);
  height: 80px;
}
.menu-section.white-menu .logo {
  top: 15px;
}
.menu-section.white-menu ul {
  line-height: 80px;
}
.menu-section.white-menu-mobile {
  background-color: #fff;
}

.mobile-menu-section {
  background-color: #f5f5f5;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  height: calc(100% - 80px);
  z-index: 11;
  transition: all 0.3s;
}
.mobile-menu-section .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-menu-section .menu-list li {
  margin-bottom: 30px;
}
.mobile-menu-section .menu-list li a {
  color: #454c52;
  font-size: 1.2em;
}
.mobile-menu-section .menu-list li a:hover {
  text-decoration: none;
}
.mobile-menu-section.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.mobile-icon {
  width: 33px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-top: 3px;
}
.mobile-icon span {
  width: 50%;
  height: 3px;
  display: block;
  background-color: #454c52;
  float: left;
  transition: all 0.3s;
  position: absolute;
  opacity: 1;
}
.mobile-icon span:nth-child(odd) {
  left: 0;
}
.mobile-icon span:nth-child(even) {
  left: 50%;
}
.mobile-icon span:nth-child(1), .mobile-icon span:nth-child(2) {
  top: 0;
}
.mobile-icon span:nth-child(3), .mobile-icon span:nth-child(4) {
  top: 12px;
}
.mobile-icon span:nth-child(5), .mobile-icon span:nth-child(6) {
  top: 24px;
}

.owl-nav span {
  font-size: 50px;
  color: #fff;
}
.owl-nav button:active, .owl-nav button:focus {
  outline: none;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 50px);
  right: 10px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 50px);
  left: 10px;
}

.category-section .product-list .item .text-box:first-child {
  height: 121px;
}

.other-products-section {
  padding: 30px 0px;
  background-color: #f3f3f3;
}
.other-products-section .cta-btn {
  height: 50px;
  line-height: 50px;
}
.other-products-section .cta-btn.cta-btn-long {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.other-products-section .dark-text {
  color: #454c52;
}
.other-products-section h1, .other-products-section h2 {
  color: #ff563e;
}
.other-products-section .product-item {
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.other-products-section .product-item .text-box {
  padding: 15px;
  position: relative;
}
.other-products-section .product-item .text-box .like-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.other-products-section .product-item .text-box span {
  display: inline-block;
  font-size: 1.3em;
}
.other-products-section .product-item .text-box span.red-color {
  color: #ff563e;
  font-size: 1em;
}
.other-products-section .product-item .text-box.top-border {
  border-top: 1px solid #454c52;
  padding-top: 20px;
}
.other-products-section .product-item .text-box img {
  margin-bottom: 10px;
  width: auto;
  margin: 0 auto;
}
.other-products-section .product-item:hover {
  -webkit-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .other-products-section .cta-btn {
    line-height: 40px;
    height: auto;
    padding: 0px 15px;
  }
  .other-products-section .product-item .text-box span {
    font-size: 1em;
  }
  .other-products-section .product-item .text-box span.red-color {
    font-size: 0.7em;
  }
}

.property-agent-section {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.property-agent-section h1 {
  color: #ff563e;
  text-align: center;
  margin-bottom: 30px;
}
.property-agent-section .update-section {
  margin: 30px 0;
  text-align: center;
}
.property-agent-section #cancelPropertyAgent {
  margin-bottom: 30px;
}
.property-agent-section .filter h3 {
  margin: 0 0 30px 0;
}
.property-agent-section .filter ul {
  margin: 0;
  padding: 0;
}
.property-agent-section .filter ul li {
  display: inline-block;
  margin: 0;
  width: 100px;
}
.property-agent-section .filter .autocomplete-results li {
  display: none;
  width: 100%;
  padding: 15px 0;
}
.property-agent-section .filter .autocomplete-results li:nth-child(-n+5) {
  display: block;
}
.property-agent-section .filter .selected-locations li {
  width: auto;
  margin: 7.5px;
  padding: 0 15px;
  border: #3effa3 1px solid;
  border-radius: 20px;
}
.property-agent-section .filter .selected-locations li:first-child {
  margin-left: 0;
}
.property-agent-section .filter .section-padding {
  padding: 0 0 30px 0;
}
.property-agent-section .filter .section-padding h1, .property-agent-section .filter .section-padding h2, .property-agent-section .filter .section-padding h3, .property-agent-section .filter .section-padding h4, .property-agent-section .filter .section-padding h5, .property-agent-section .filter .section-padding h6 {
  text-align: center;
}
.property-agent-section .filter .form-control {
  border: none;
}
.property-agent-section .filter .slider-bar-input {
  background-color: #f5f5f5;
}
.property-agent-section .filter .ui-widget-header {
  background-color: #454c52;
}
.property-agent-section .filter .slider-air {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  border-color: #eee;
}
.property-agent-section .filter .slider-air:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: #eee;
  border-color: #eee;
  position: absolute;
  right: -0.6em;
  top: -0.3em;
  border-radius: 50%;
}
.property-agent-section .filter .slider-air:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: #eee;
  border-color: #eee;
  position: absolute;
  left: -0.6em;
  top: -0.3em;
  border-radius: 50%;
}
.property-agent-section .filter .ckbx-medium {
  text-align: left;
}
.property-agent-section .filter .ckbx-medium span {
  font-size: 0.8em;
}
.property-agent-section .filter .ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
}
.property-agent-section .filter .ui-state-default, .property-agent-section .filter .ui-widget-content .ui-state-default {
  background-color: #454c52;
  border: none;
  border-radius: 50%;
}
.property-agent-section .filter .ckbx-style-8 label:after {
  background-color: #fff;
  box-shadow: none;
  width: 0.8em;
  height: 0.8em;
  top: 0.1em;
  left: 0.25em;
}
.property-agent-section .filter .ckbx-style-8 label:before {
  background-color: #ff563e;
  box-shadow: none;
}
.property-agent-section .filter .ckbx-style-8 input[type=checkbox]:checked + label:before, .property-agent-section .filter .ckbx-style-8 input[type=radio]:checked + label:before {
  background-color: #3effa3;
  box-shadow: none;
}

@media (min-width: 1000px) {
  .center-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    left: 15px;
  }
}
.category-section {
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
  min-height: calc(100vh - 80px);
  display: table;
}
.category-section .form-control {
  height: 44px;
  background-color: #f5f5f5;
  color: #454c52;
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 17px;
  padding: 0px 25px;
}
.category-section .form-control::placeholder {
  color: #454c52;
}
.category-section .owl-carousel .owl-item .slider-item {
  height: 280px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1350px) {
  .category-section .owl-carousel .owl-item .slider-item {
    height: 200px;
  }
}
.category-section .large-map {
  background-color: gray;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  width: 24vw;
  height: 100vh;
  z-index: 7;
  float: right;
  background-image: url(/images/se.png);
  background-position: center, center;
  background-size: cover;
}
@media (max-width: 1279px) {
  .category-section .large-map {
    display: none;
  }
}
.category-section .filter {
  max-width: 100%;
  width: 320px;
  background-color: #fbfbfb;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 80px;
  float: left;
  transition: all 0.5s;
}
.category-section .filter .filter-box {
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden;
  padding: 30px 15px 15px;
  overflow-y: auto;
  transition: all 0.2s;
}
.category-section .filter .filter-box:after {
  content: "";
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(251, 251, 251, 0), #fbfbfb);
}
.category-section .filter .filter-btn {
  background-color: #3effa3;
  color: #454c52;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  display: none;
}
.category-section .filter .filter-btn svg {
  margin-left: 15px;
  transition: all 0.3s;
}
.category-section .filter .map-box {
  width: 100%;
  height: 220px;
  background-color: gray;
}
@media screen and (max-width: 1023px) {
  .category-section .filter {
    position: relative;
    width: 100%;
    padding: 15px;
    padding-top: 0px;
    height: 45px;
    overflow: hidden;
    top: 0;
  }
  .category-section .filter .filter-box {
    height: auto;
    padding: 0;
    position: unset;
  }
  .category-section .filter .container {
    visibility: hidden;
  }
  .category-section .filter .filter-btn {
    display: block;
  }
  .category-section .filter.open {
    height: auto;
    padding-top: 70px;
  }
  .category-section .filter.open .filter-btn svg {
    transform: rotate(180deg);
  }
  .category-section .filter.open .container {
    visibility: visible;
  }
}
.category-section .filter h3 {
  position: relative;
  font-size: 1.2em;
}
.category-section .filter h3 .slider-bar-input {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  background-color: transparent;
  font-size: 15px !important;
}
.category-section .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-section .filter ul li {
  background-color: #f5f5f5;
  padding: 10px 25px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
.category-section .filter ul li span {
  position: absolute;
  left: 25px;
  display: inline-block;
  font-size: 15px !important;
}
.category-section .filter ul li label {
  margin-bottom: 0;
  margin: 0px auto;
  margin-right: 0%;
}
.category-section .filter .ui-widget-header {
  background-color: #454c52;
}
.category-section .filter .slider-air {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  border-color: #eee;
}
.category-section .filter .slider-air:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: #eee;
  border-color: #eee;
  position: absolute;
  right: -0.6em;
  top: -0.3em;
  border-radius: 50%;
}
.category-section .filter .slider-air:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: #eee;
  border-color: #eee;
  position: absolute;
  left: -0.6em;
  top: -0.3em;
  border-radius: 50%;
}
.category-section .filter .ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
}
.category-section .filter .ui-state-default, .category-section .filter .ui-widget-content .ui-state-default {
  background-color: #454c52;
  border: none;
  border-radius: 50%;
}
.category-section .filter .ckbx-style-8 label:after {
  background-color: #fff;
  box-shadow: none;
  width: 0.8em;
  height: 0.8em;
  top: 0.1em;
  left: 0.25em;
}
.category-section .filter .ckbx-style-8 label:before {
  background-color: #ff563e;
  box-shadow: none;
}
.category-section .filter .ckbx-style-8 input[type=checkbox]:checked + label:before, .category-section .filter .ckbx-style-8 input[type=radio]:checked + label:before {
  background-color: #3effa3;
  box-shadow: none;
}
.category-section .filter .show-filter-btn {
  position: absolute;
  right: -40px;
  top: 20px;
  background-color: #3effa3;
  color: #454c52;
  width: 40px;
  height: 40px;
  border: none;
  visibility: hidden;
  display: none;
}
.category-section .filter .show-filter-btn:active, .category-section .filter .show-filter-btn:focus {
  outline: none;
}
.category-section .product-list {
  width: calc(100vw - 350px);
  padding: 30px 10px;
  float: right;
  transition: all 0.5s;
}
@media (max-width: 1279px) {
  .category-section .product-list {
    width: calc(100vw - 350px);
  }
}
@media screen and (max-width: 1023px) {
  .category-section .product-list {
    padding: 15px;
    padding-left: 15px;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .category-section .product-list {
    padding: 0;
  }
}
.category-section .product-list .cta-btn {
  height: 50px;
  line-height: 50px;
}
.category-section .product-list .cta-btn.cta-btn-long {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.category-section .product-list .pagination .page-item {
  display: none;
}
.category-section .product-list .pagination .page-item a {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: 0.3s all;
}
.category-section .product-list .pagination .page-item a:hover {
  background-color: #e6e6e6;
}
.category-section .product-list .pagination .page-item.active {
  display: inline-block;
}
.category-section .product-list .pagination .page-item.active a {
  background-color: #ff563e;
  color: #fff;
  border: none;
}
.category-section .product-list .pagination .page-item.nextchild {
  display: inline-block;
}
.category-section .product-list .pagination .page-item.dots {
  margin-left: 40px;
  position: relative;
}
.category-section .product-list .pagination .page-item.dots:before {
  content: "...";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  text-align: center;
  line-height: 30px;
}
.category-section .product-list .pagination .page-item.dots.hidedots {
  margin-left: 0;
}
.category-section .product-list .pagination .page-item.dots.hidedots:before {
  display: none;
  content: "";
}
.category-section .product-list .dark-text {
  color: #454c52;
}
.category-section .product-list h1, .category-section .product-list h2 {
  color: #ff563e;
}
.category-section .product-list .title-section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.category-section .product-list .item {
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.category-section .product-list .item .text-box {
  padding: 15px;
  position: relative;
}
.category-section .product-list .item .text-box .like-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.category-section .product-list .item .text-box span {
  display: inline-block;
  font-size: 1em;
}
.category-section .product-list .item .text-box span.red-color {
  color: #ff563e;
  font-size: 1em;
}
.category-section .product-list .item .text-box.top-border {
  border-top: 1px solid #454c52;
  padding-top: 20px;
}
.category-section .product-list .item .text-box img {
  margin-bottom: 10px;
}
.category-section .product-list .item:hover {
  -webkit-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .category-section .product-list .cta-btn {
    line-height: 40px;
    height: auto;
    padding: 0px 15px;
  }
  .category-section .product-list .item .text-box span {
    font-size: 1em;
  }
  .category-section .product-list .item .text-box span.red-color {
    font-size: 0.7em;
  }
  .category-section .product-list .item .text-box span.mark-fav {
    font-size: 1.2em;
  }
}
.category-section.filter-hide .filter {
  position: fixed;
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.category-section.filter-hide .filter .filter-box {
  opacity: 0;
}
.category-section.filter-hide .product-list {
  width: 75vw;
  float: left;
}
@media (max-width: 1279px) {
  .category-section.filter-hide .product-list {
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .category-section.page-filter-hide .filter {
    position: fixed;
    left: -320px;
    width: 320px;
    opacity: 1;
    overflow: unset;
    z-index: 3;
  }
  .category-section.page-filter-hide .filter .show-filter-btn {
    visibility: visible;
    display: block;
  }
  .category-section.page-filter-hide .filter .filter-box {
    opacity: 1;
  }
  .category-section.page-filter-hide .filter.active {
    left: 0;
  }
  .category-section.page-filter-hide .rental-item {
    width: 100%;
  }
  .category-section.page-filter-hide .product-list {
    width: 75vw;
    float: left;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .category-section.page-filter-hide .product-list {
    width: 100vw;
  }
}

.author-description {
  margin-top: 30px;
}

.streetview-map {
  height: 390px;
}

.property-output {
  transition: 0.6s all;
}

.product-section {
  background-color: #f9f9f9;
  padding: 60px 0px;
}
.product-section .property-details .cta-btn {
  margin-top: 0;
}
.product-section h1 {
  margin-bottom: 30px;
}
.product-section .red-color {
  color: #ff563e;
}
.product-section .price {
  font-size: 1.5em;
}
.product-section .owl-carousel .owl-item .slider-item {
  height: 280px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.product-section .gmap-frame {
  background-color: #454c52;
  color: #000;
  height: 300px;
  background-size: cover;
  background-position: center, center;
  margin-bottom: 30px;
  margin-top: -60px;
}
@media (max-width: 480px) {
  .product-section .gmap-frame {
    margin-top: 0;
  }
}
.product-section .cta-btn {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin-top: 30px;
}
.product-section .cta-btn.cta-btn-gray {
  background-color: #f3f3f3;
  line-height: normal;
  padding: 10px 0px;
  height: auto;
  font-size: 1em;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 30px;
}
.product-section .cta-btn.cta-btn-gray:hover {
  color: #454c52;
}
.product-section .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.product-section .check-list li {
  display: block;
  width: calc(50% - 15px);
  float: left;
  background-color: #f3f3f3;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.product-section .check-list li:nth-child(odd) {
  margin-right: 15px;
}
.product-section .check-list li.deposit-item {
  margin-bottom: -10px;
}
.product-section .single-slide {
  margin-bottom: 0px;
}
.product-section .single-slide .owl-dots {
  display: none;
}
@media (max-width: 768px) {
  .product-section .check-list li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-section {
    padding: 30px 0;
  }
  .product-section .price {
    margin-top: 15px;
  }
  .product-section h1 {
    margin-bottom: 0;
  }
  .product-section .mark-fav {
    display: block;
    margin: 30px 0;
  }
  .product-section .fact-item {
    margin: 15px 0;
  }
}

.mobile-icon-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.mobile-icon-open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 6px;
  right: 5px;
}
.mobile-icon-open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile-icon-open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile-icon-open span:nth-child(5) {
  transform: rotate(-45deg);
  top: 16px;
  left: 6px;
}
.mobile-icon-open span:nth-child(6) {
  transform: rotate(45deg);
  top: 16px;
  right: 5px;
}

#searchPage .spinner-section {
  top: 80px;
  left: 320px;
}
#searchPage .spinner-section .spinner-frame {
  top: 20%;
  left: 40%;
}
@media (max-width: 1024px) {
  #searchPage .spinner-section .spinner-frame {
    left: 35%;
  }
}
@media (max-width: 768px) {
  #searchPage .spinner-section {
    display: none;
  }
}

.top-search-section {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center 80vh;
}
.top-search-section .button-list .cta-btn {
  height: 50px;
  line-height: 50px;
}
.top-search-section .location-suggestions {
  max-height: 20vh;
  overflow-y: scroll;
  width: 100%;
  text-align: left;
}
.top-search-section .location-suggestions .location-suggestion {
  background-color: #fff;
  margin: 15px 0;
  padding: 15px;
  transition: 0.3s all;
}
.top-search-section .location-suggestions .location-suggestion:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
.top-search-section .location-suggestions .location-suggestion p {
  margin: 0;
  padding: 0;
}
.top-search-section h1, .top-search-section h2, .top-search-section h3, .top-search-section h4 {
  color: #ff563e;
  margin-bottom: 30px;
}
.top-search-section .input-frame {
  position: relative;
  -webkit-box-shadow: 0px 5px 34px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 34px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 34px 2px rgba(0, 0, 0, 0.15);
  font-size: 1.1em;
  border-radius: 8px;
}
.top-search-section .input-frame .form-control {
  height: 70px;
  border: none;
  max-width: 90%;
  font-size: 1.1em;
  border-radius: 8px;
}
.top-search-section .input-frame .form-control:active, .top-search-section .input-frame .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.top-search-section .input-frame .cta-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1em;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .top-search-section .input-frame {
    font-size: 1em;
  }
  .top-search-section .input-frame .form-control {
    height: 40px;
    font-size: 1em;
  }
  .top-search-section .input-frame .cta-btn {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .top-search-section .location-suggestions .location-suggestion {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.advantage-section {
  background-color: #ff563e;
  padding: 60px 0px;
  color: #fff;
}
.advantage-section .item {
  text-align: center;
}
.advantage-section .item h2, .advantage-section .item h3 {
  font-size: 1.4em;
}
@media (max-width: 480px) {
  .advantage-section {
    padding: 30px 0;
  }
  .advantage-section .img-fluid {
    max-width: 80%;
  }
}

.map-section {
  padding: 30px 0px;
  background-color: #f5f5f5;
}
.map-section h1, .map-section h2 {
  margin-bottom: 60px;
  color: #ff563e;
}
.map-section .links {
  margin-top: 30px;
}
.map-section .links .cta-btn {
  margin-right: 5px;
  margin-bottom: 10px;
}
.map-section .map-content .map-pane {
  display: none;
}
.map-section .map-content .map-pane.active {
  display: block;
}
.map-section .mapsvg {
  max-width: 80%;
}
@media (max-width: 768px) {
  .map-section .mapsvg {
    max-width: 100%;
  }
}
.map-section .mapsvg .region {
  position: relative;
  cursor: pointer;
}
.map-section .mapsvg .region .cls-1 {
  fill: #d2d2d2;
  transition: all 0.2s;
}
.map-section .mapsvg .region:hover .cls-1 {
  fill: #3effa3;
}
.map-section .mapsvg .active .cls-1 {
  fill: #3effa3;
}

.city-quicklinks-section {
  padding: 60px 0px;
}
.city-quicklinks-section h2 {
  color: #ff563e;
  margin-bottom: 45px;
  font-size: 2.5em;
}
.city-quicklinks-section .item {
  height: 80vh;
  background-size: cover;
  background-position: center, center;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .city-quicklinks-section .item {
    height: 50vh;
  }
}
@media (max-width: 500px) {
  .city-quicklinks-section .item {
    margin-bottom: 30px;
  }
}
.city-quicklinks-section .item h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.city-quicklinks-section .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 50%;
  background: #555;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .city-quicklinks-section .item:after {
    opacity: 0.8;
    right: 0;
    left: 0;
  }
}
.city-quicklinks-section .item:hover:after {
  opacity: 0.8;
  right: 0;
  left: 0;
}

.contact-section {
  display: table;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px);
  background-color: #f3f3f3;
}
.contact-section .faq-item {
  background-color: #fff;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.contact-section .faq-item h1, .contact-section .faq-item h2, .contact-section .faq-item h3 {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.contact-section .faq-item p {
  margin: 7.5px 0 0 0;
}
.contact-section .faq-item .faq-answer {
  display: none;
}
.contact-section .faq-item .faq-answer.active {
  display: block;
}
.contact-section .recaptcha > div {
  margin: 0 0 15px auto;
}
.contact-section .section-title {
  padding: 60px 0px;
}
.contact-section .section-title h1, .contact-section .section-title h2 {
  color: #ff563e;
}
.contact-section .section-title h1 {
  margin-bottom: 30px;
}
.contact-section .red-bar {
  background-color: #ff563e;
  padding: 60px 30px 30px 30px;
  width: 100%;
  height: 100vh;
  max-width: 320px;
  float: left;
  color: #fff;
}
.contact-section .form-box {
  width: calc(100% - 320px);
  float: left;
  height: 100%;
}
.contact-section .cta-btn {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.contact-section .form-control {
  background-color: #fff;
  border: none;
  height: 52px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.contact-section .form-control:active, .contact-section .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-section .form-control::placeholder {
  color: #454c52;
}
.contact-section textarea {
  min-height: 200px;
}
@media (max-width: 480px) {
  .contact-section .section-title {
    padding: 30px 0;
  }
  .contact-section .red-bar {
    padding-top: 30px;
    float: none;
    width: 100%;
    height: auto;
  }
  .contact-section .form-box {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}

.top-banner-section {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center, center;
  position: relative;
  color: #fff;
}
.top-banner-section h1, .top-banner-section h2, .top-banner-section h3, .top-banner-section h4 {
  color: #fff;
}
.top-banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #454c52;
  opacity: 0.8;
}
.top-banner-section.profile-page .site-wrapper-inner {
  vertical-align: bottom;
}
.top-banner-section.profile-page .profile {
  position: absolute;
  bottom: -30px;
  width: 50%;
}
.top-banner-section.profile-page .profile .profile-img {
  width: 180px;
  border: 8px solid #fff;
}
.top-banner-section.profile-page .profile .profile-img-link:hover .change-profile-pic-label {
  visibility: visible;
  opacity: 1;
}
.top-banner-section.profile-page .profile .change-profile-pic-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  color: #ff563e;
}
.top-banner-section.profile-page .profile .change-profile-pic-label:hover {
  visibility: visible;
  opacity: 1;
}
.top-banner-section.profile-page .profile .info {
  width: calc(100% - 160px);
  position: absolute;
  right: -40px;
  bottom: 50px;
}
.top-banner-section.profile-page .profile .info span {
  display: block;
}
.top-banner-section.profile-page .profile .info span.name {
  font-size: 1.6em;
}
@media (max-width: 480px) {
  .top-banner-section.profile-page .profile {
    text-align: center;
    width: 100%;
    bottom: 15px;
  }
  .top-banner-section.profile-page .profile .profile-img {
    margin: 0 auto;
  }
  .top-banner-section.profile-page .profile .info {
    width: 100%;
    position: static;
    right: unset;
    bottom: unset;
  }
}

.login-section {
  width: 100%;
  height: calc(100vh - 80px);
}
.login-section .row {
  justify-content: center;
}

.column-section {
  width: 100%;
  padding: 60px 0px 30px;
  background-position: center, center;
  background-size: cover;
  background-color: #fff;
}
.column-section h1, .column-section h2 {
  color: #ff563e;
}
.column-section .item {
  margin-bottom: 30px;
}

.products-list-section {
  background-color: #f3f3f3;
  padding: 60px 0px;
}
.products-list-section .cta-btn {
  height: 50px;
  line-height: 50px;
}
.products-list-section .cta-btn.cta-btn-long {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.products-list-section .owl-carousel .owl-item .slider-item {
  height: 280px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.products-list-section .dark-text {
  color: #454c52;
}
.products-list-section h1, .products-list-section h2 {
  color: #ff563e;
}
.products-list-section .title-section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.products-list-section .item {
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.products-list-section .item .text-box {
  padding: 15px;
  position: relative;
}
.products-list-section .item .text-box.title-box {
  height: 121px;
}
.products-list-section .item .text-box .action-box {
  margin-bottom: 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}
.products-list-section .item .text-box .action-box .ckbx-style-8 {
  display: inline-block;
}
.products-list-section .item .text-box .action-box a {
  color: inherit;
}
.products-list-section .item .text-box .action-box span {
  font-size: inherit;
}
.products-list-section .item .text-box .action-box span:hover {
  cursor: pointer;
}
.products-list-section .item .text-box .action-box .property-status {
  font-size: 1em;
}
.products-list-section .item .text-box .action-box .property-status.accepted {
  color: #3effa3;
}
.products-list-section .item .text-box .action-box .property-status.pending {
  color: #e67e22;
}
.products-list-section .item .text-box .action-box .property-status.rejected {
  color: #ff563e;
}
.products-list-section .item .text-box .like-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.products-list-section .item .text-box span {
  display: inline-block;
  font-size: 1.1em;
}
.products-list-section .item .text-box span.red-color {
  color: #ff563e;
  font-size: 1em;
}
.products-list-section .item .text-box.top-border {
  border-top: 1px solid #454c52;
  padding-top: 20px;
}
.products-list-section .item .text-box img {
  margin-bottom: 10px;
}
.products-list-section .item:hover {
  -webkit-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 68px -11px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .products-list-section .cta-btn {
    line-height: 40px;
    height: auto;
    padding: 0px 15px;
  }
  .products-list-section .item .text-box span {
    font-size: 1em;
  }
  .products-list-section .item .text-box span.red-color {
    font-size: 0.7em;
  }
}

.profile-submenu-section {
  padding: 15px 0px;
}
.profile-submenu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.profile-submenu-section ul li {
  display: inline-block;
  margin-left: 5px;
}
.profile-submenu-section ul li .cta-splash {
  background-color: #ff563e;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.profile-submenu-section ul li a {
  background-color: #f1f1f1;
  padding: 8px 20px;
  display: inline-block;
  color: #454c52;
  border-radius: 8px;
  transition: all 0.3s;
}
.profile-submenu-section ul li a.active {
  background-color: #ff563e;
  color: #fff;
}
.profile-submenu-section ul li a.active .cta-splash {
  background-color: #f1f1f1;
  color: #454c52;
}
.profile-submenu-section ul li a.active:hover {
  background-color: #ff8371;
}
.profile-submenu-section ul li a:hover {
  background-color: #e4e4e4;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .profile-submenu-section ul {
    margin-top: 15px;
  }
  .profile-submenu-section ul li {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .profile-submenu-section ul {
    margin-top: 15px;
    text-align: left;
  }
  .profile-submenu-section ul li {
    margin-top: 15px;
    width: calc(50% - 5px);
    float: left;
  }
  .profile-submenu-section ul li a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .profile-submenu-section ul li {
    font-size: 0.8em;
  }
}

.mark-fav {
  cursor: pointer;
  transition: 0.3s all;
}
.mark-fav.w-text .like-icon {
  margin-left: 7.5px;
}
.mark-fav.active {
  color: #ff563e;
}

.shortcuts-section {
  padding: 60px 0px 30px;
  background-size: cover;
  background-position: center, center;
}
@media (min-width: 1200px) {
  .shortcuts-section {
    background-attachment: fixed;
  }
}
.shortcuts-section .row {
  justify-content: center;
}
.shortcuts-section .item {
  padding: 30px;
  margin-bottom: 30px;
}
.shortcuts-section .item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.shortcuts-section .item .box {
  z-index: 2;
  position: relative;
  padding: 0px 15px;
}

.validation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.registration-page, .login-page, .create-rental-property-page {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.registration-page a, .login-page a, .create-rental-property-page a {
  color: inherit;
}
.registration-page h1, .login-page h1, .create-rental-property-page h1 {
  color: #ff563e;
  margin-bottom: 30px;
}

.login-page {
  min-height: calc(100vh - 200px);
}

.registration-page {
  min-height: calc(100vh - 200px);
}

.notifyjs-corner .notifyjs-arrow {
  display: none !important;
}

.create-rental-property-page {
  padding: 30px 0 60px 0;
}
.create-rental-property-page h2 {
  text-align: center;
  color: #ff563e;
  margin: 45px 0 30px 0;
}
.create-rental-property-page h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.create-rental-property-page .form-group {
  font-size: 1.2em;
}
.create-rental-property-page .item {
  background-color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
.create-rental-property-page .item span {
  font-size: 17px;
  display: block;
}
.create-rental-property-page .item .ckbx-circle-3 {
  position: relative;
  padding: 12.5px 15px;
}
@media (max-width: 767px) {
  .create-rental-property-page .item .ckbx-circle-3 {
    margin-bottom: 10px;
  }
}
.create-rental-property-page .item .ckbx-circle-3 input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.create-rental-property-page .item .ckbx-circle-3 label {
  position: absolute;
  right: 15px;
  top: calc(50% - 12.5px);
}
.create-rental-property-page .ckbx-circle-3 label:after {
  background-color: #fff;
  box-shadow: none;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 5px;
}
.create-rental-property-page .ckbx-circle-3 label:before {
  background-color: #dcdcdc;
  box-shadow: none;
}
.create-rental-property-page .ckbx-circle-3 input[type=checkbox]:checked + label:before, .create-rental-property-page .ckbx-circle-3 input[type=radio]:checked + label:before {
  background-color: #3effa3;
  box-shadow: none;
}
.create-rental-property-page .ckbx-circle-3 input[type=checkbox]:checked + label:after, .create-rental-property-page .ckbx-circle-3 input[type=radio]:checked + label:after {
  background-color: #fff;
  box-shadow: none;
}

.asterix {
  color: #ff563e;
}

.custom-forms .form-control {
  border-radius: 8px;
  padding: 12.5px 15px;
  background-color: #fff;
  border: none;
}
.custom-forms .form-control:focus, .custom-forms .form-control:active {
  box-shadow: none;
}
.custom-forms .submit-section {
  margin: 30px 0;
}
.custom-forms .large-txt {
  min-height: 300px;
  height: 300px;
}
.custom-forms .form-section {
  margin: 30px 0;
}
.custom-forms .control-w-text {
  position: relative;
}
.custom-forms .control-w-text span {
  display: inline;
  position: absolute;
  right: 15px;
  top: 9px;
}
.custom-forms .label-desc {
  font-size: 0.8em;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
}
.custom-forms .dz-error-mark {
  display: none;
}
.custom-forms .dz-success-mark {
  display: none;
}
.custom-forms .dz-preview {
  display: none;
}
.custom-forms .dropzone-gallery-img {
  background-position: center center;
  background-size: cover;
}
.custom-forms .delete-img {
  cursor: pointer;
}
.custom-forms .dropzone-inner {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
  border: #000 1px dashed;
  position: relative;
}
.custom-forms .dropzone-inner.dragover {
  border-color: #3effa3;
}
.custom-forms .dropzone-inner .bottom-notice {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
.custom-forms .dropzone-inner .dropzone-title {
  margin: 30px 0;
  font-size: 1.2em;
  text-align: center;
}
.custom-forms .dropzone-inner .cta-btn {
  margin: 30px 0;
}

.social-login-btn {
  background-color: #3effa3;
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  padding: 12.5px 15px;
  color: #454c52;
  margin: 15px 0;
  border-radius: 8px;
  transition: 0.3s all;
  cursor: pointer;
}
.social-login-btn.fb-btn {
  background-color: #465C99;
  color: #fff;
  margin-top: 30px;
}
.social-login-btn.fb-btn:hover {
  background-color: #364776;
}
.social-login-btn.google-btn {
  background-color: #F33815;
  color: #fff;
}
.social-login-btn.google-btn:hover {
  background-color: #cb290a;
}
.social-login-btn:hover {
  text-decoration: none;
}
.social-login-btn span {
  display: inline-block;
}

.footer-section {
  padding: 45px 0px 60px 0px;
  width: 100%;
  background-color: #454c52;
  color: #fff;
}
.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: #c8c8c8;
  transition: all 0.3s;
}
.footer-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-section ul.colsize {
  column-count: 3;
  column-gap: 25px;
  break-inside: avoid;
}
@media (max-width: 768px) {
  .footer-section ul.colsize {
    column-count: 2;
    margin-bottom: 30px;
  }
}
.footer-section h5 {
  margin-top: 15px;
}
.footer-section .footerlogo {
  margin: 30px 0 15px 0;
  height: 50px;
  display: block;
}
@media (max-width: 1200px) {
  .footer-section .footerlogo {
    height: 30px;
  }
}
.footer-section .social-list {
  padding: 0;
  margin: 30px 0 0 0;
}
.footer-section .social-list li {
  list-style: none;
  display: inline-block;
  margin: 0 7.5px;
  font-size: 1.4em;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.footer-section .social-list li:last-child {
  margin-right: 0;
}
.footer-section .social-list li a {
  color: #454c52;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
}
.footer-section .social-list li a:hover {
  color: initial;
}
@media (max-width: 480px) {
  .footer-section .social-list li {
    margin-bottom: 15px;
  }
}

.validation-errors {
  margin: 0;
  padding: 0;
}
.validation-errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.owl-dots {
  display: none;
}

.category-section .rental-item {
  width: 100%;
  margin: 0 15px;
}
.category-section .rental-item.small-item {
  width: calc(33.33% - 30px);
}
.category-section .filter .autocomplete-results li.active {
  background-color: #3effa3 !important;
}
.category-section .filter .selected-locations {
  margin: initial !important;
  padding: 0 0;
}
.category-section .filter .selected-locations li {
  padding: 0 15px;
  border: #3effa3 1px solid;
  background-color: transparent;
  list-style: none;
  display: block;
}

.cta-btn-gray {
  background-color: #f3f3f3;
}
.cta-btn-gray:hover {
  color: #454c52;
}

.cta-btn-white {
  background-color: #fff;
}
.cta-btn-white:hover {
  color: #fff;
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .product-list .item .text-box span.red-color {
    font-size: 0.8em;
  }

  .custom-forms .form-control {
    padding: 10px;
  }

  .create-rental-property-page {
    padding: 30px 240px 60px 240px;
  }

  .product-list .cta-btn {
    padding: 0 15px;
  }

  .product-list .item .text-box:first-child {
    height: 121px;
  }

  .product-list .item .text-box span {
    font-size: 1.1em;
  }

  .top-search-section .input-frame .form-control {
    height: 50px;
  }

  .top-search-section .input-frame .cta-btn {
    height: 50px;
    line-height: 50px;
  }

  .advantage-section {
    padding: 30px 0;
  }
  .advantage-section .item {
    padding: 0 30px;
  }
  .advantage-section .item .img-fluid {
    max-width: 60%;
  }
}
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}

.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}

.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}

.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}

.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF;
}

.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}

.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E;
}

.noty_theme__mint.noty_type__success {
  background-color: #3effa3;
  color: #454c52;
}

.hide-loading {
  opacity: 0 !important;
  visibility: hidden !important;
}

.spinner-section {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}
.spinner-section.full-loading {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.spinner-frame {
  position: absolute;
  top: 30%;
  left: calc(50% - 20px);
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #ff563e;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.button-list {
  text-align: center;
  margin-top: 30px;
}
.button-list .cta-btn {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0px 22px;
}
.button-list .cta-btn.dark {
  background-color: rgba(69, 76, 82, 0.7);
  color: #fff;
}
.button-list .cta-btn:hover {
  background-color: rgba(69, 76, 82, 0.95);
  color: #fff !important;
}

.text-w-image-section {
  padding: 60px 0px;
  background-color: #ff563e;
  color: #fff;
}

.cursor-hover {
  cursor: pointer;
}

.support-section {
  padding: 60px 0px 30px;
  background-color: #f5f5f5;
}
.support-section .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-top: 15px;
}
.support-section .table tr {
  background-color: #fff;
  transition: 0.3s all;
}
.support-section .table tr:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.support-section .table tr th {
  border: none;
}
.support-section .table tr td {
  border: none;
}
.support-section h1, .support-section h2 {
  margin-bottom: 60px;
  color: #ff563e;
}
.support-section .description-field {
  height: 200px;
}
.support-section .ticket-item {
  background-color: #fff;
  padding: 15px;
  display: table;
  width: 100%;
}
.support-section .ticket-item .ticket-content {
  display: table-cell;
}
.support-section .ticket-item .ticket-date {
  float: right;
}
.support-section .ticket-item h1, .support-section .ticket-item h2, .support-section .ticket-item h3 {
  margin: 0;
}
.support-section.view-ticket h2 {
  margin-bottom: 15px;
}
.support-section.view-ticket .reply-item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.support-section.view-ticket .reply-item p {
  margin: 0;
}
.support-section.view-ticket .reply-item .reply-author {
  text-transform: uppercase;
  float: right;
  background-color: #454c52;
  color: #fff;
  padding: 0 7.5px;
}
.support-section.view-ticket .reply-item .reply-author.staff-reply {
  background-color: #ff563e;
}
.support-section.view-ticket .reply-item .reply-date {
  display: inline-block;
  margin-bottom: 15px;
  background-color: #454c52;
  color: #fff;
  padding: 0 7.5px;
}

.contact-support-section {
  padding: 60px 0px 30px;
}
.contact-support-section .section-title {
  margin-bottom: 30px;
}
.contact-support-section .item {
  margin-bottom: 30px;
}
.contact-support-section .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-support-section .item img {
  padding: 15px;
  border-radius: 50%;
}
.contact-support-section .item h4 {
  font-size: 1.3em;
}
.contact-support-section .sub-text {
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .contact-support-section .item img {
    padding: 50px;
  }
  .contact-support-section .item h4 {
    margin-top: -15px;
  }
}
@media (max-width: 480px) {
  .contact-support-section .item img {
    padding: 15px;
  }
  .contact-support-section .item h4 {
    margin-top: 0;
  }
}

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