@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body.faq .card .card-header .fa-chevron-down, #create-rating .stars i, .properties .filters .stars i, .custom-select:after, .new-password ul li.checked:before, .radio input:checked + label:after, .radio label:before, .checkbox input:checked + label:after, .checkbox label:before, button, header .auth .profile-menu ul, a,
input[type=text],
textarea,
.btn,
.transition, img:focus, img:hover,
a:focus,
a:hover,
input:focus,
input:hover,
button:focus,
button:hover {
  transition: all 0.1s ease-in-out;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 20px;
  color: #4a4545;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  color: #4a4545;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  color: #4a4545;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 38px;
  color: #4a4545;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

p.big {
  font-size: 20px;
  line-height: 32px;
}

small {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

img,
a,
input,
button {
  outline: none !important;
}
img:focus, img:hover,
a:focus,
a:hover,
input:focus,
input:hover,
button:focus,
button:hover {
  outline: 0;
  text-decoration: none;
}

textarea {
  resize: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #4a4545;
  font-size: 16px;
  background: #ffffff;
}

body.advertiser-pages {
  overflow-x: hidden;
}

main {
  min-height: calc(100vh - 90px - 317px);
}

.whitespace-nowrap {
  white-space: nowrap;
}

textarea {
  min-height: 120px !important;
}

small {
  color: #928f8f;
}

.text-decoration-underline {
  text-decoration: underline;
}

.gradiens-bg {
  background: #ef5225;
  background: linear-gradient(90deg, #ef5225 0%, #542778 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef5225",endColorstr="#542778",GradientType=1);
  min-height: 22px;
}

.position-relative {
  position: relative;
}

.table td {
  vertical-align: middle;
}

.purple-bg {
  background: #532679;
}

.gray-bg {
  background: #f6f6f6;
}

.text-color-white {
  color: #ffffff;
}

.text-color-green {
  color: #33bf61;
}

.text-color-red {
  color: #e90808;
}

.text-color-gray-2 {
  color: #928f8f;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.m-96 {
  margin: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.p-96 {
  padding: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

header {
  position: relative;
  z-index: 20;
  background: #fff;
}
header .logo img {
  max-height: 48px;
}
header .container, header .container-fluid {
  margin-top: 10px;
  margin-bottom: 10px;
}
header ul,
header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
header .main-menu li.active {
  color: #532679;
  text-decoration: underline;
}
header .auth .profile-menu {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
header .auth .profile-menu ul {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 10px 20px -9px #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: 200px;
  padding: 10px 10px;
}
header .auth .profile-menu ul li a {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #dddcdc;
  text-decoration: none;
}
header .auth .profile-menu ul li a:hover {
  text-decoration: none;
}
header .auth .profile-menu ul li:last-child a {
  border: 0;
}
header .auth .profile-menu:hover {
  color: #532679;
}
header .auth .profile-menu:hover ul {
  display: block;
}
header .auth .fa-user {
  font-size: 18px;
  vertical-align: middle;
  top: -2px;
}
header .language-selector li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
header .language-selector li img {
  width: 20px;
}
header * {
  margin: 0;
  padding: 0;
}
header #nav-icon2 {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 0 0 0 20px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 110;
}
header #nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ea9c7d;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
header #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
header #nav-icon2 span:nth-child(1), header #nav-icon2 span:nth-child(2) {
  top: 0px;
}
header #nav-icon2 span:nth-child(3), header #nav-icon2 span:nth-child(4) {
  top: 8px;
}
header #nav-icon2 span:nth-child(5), header #nav-icon2 span:nth-child(6) {
  top: 16px;
}
header #nav-icon2:hover span {
  background: #532679;
}
header #nav-icon2.open span:nth-child(1),
header #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}
header #nav-icon2.open span:nth-child(2),
header #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}
header #nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 3px;
}
header #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 3px;
}
header #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header #nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 13px;
}
header #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 13px;
}
header #mobile-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
header #mobile-menu ul {
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: -85%;
  width: 85%;
  z-index: 10;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: 200px;
  padding: 60px 20px 20px;
  height: 100%;
}
header #mobile-menu ul li a {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #dddcdc;
  text-decoration: none;
}
header #mobile-menu ul li a:hover {
  text-decoration: none;
}
header #mobile-menu ul li:last-child a {
  border: 0;
}
@media (min-width: 375px) {
  header #mobile-menu ul {
    width: 70%;
    right: -70%;
  }
}
header #mobile-menu.open {
  display: block;
}
header #mobile-menu.open ul.open {
  right: 0;
}
header #mobile-search {
  margin-top: 4px;
  color: #ea9c7d;
  font-size: 22px;
  cursor: pointer;
}
header #mobile-search:hover {
  color: #532679;
}
header .search-name {
  position: relative;
}
header .search-name i {
  position: relative;
  cursor: pointer;
  z-index: 0;
}
header .search-name form {
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  background: #fff;
  border: 1px solid #532679;
  border-radius: 4px;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
}
header .search-name form input {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 50px;
}
header .search-name:hover form {
  width: 455px;
  opacity: 1;
}
header .search-name-m {
  position: relative;
  padding: 40px 20px;
}
header .search-name-m form {
  display: flex;
  align-items: center;
}
header .faq-icon-wrapper {
  padding: 9px 12px;
}
header .faq-icon {
  margin: 0 !important;
  font-size: 19px;
}

footer {
  background-color: #f6f6f6;
}
footer ul, footer li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
footer .links-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .links-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
footer a, footer p {
  color: #928f8f;
}
footer h3 {
  margin: 0 0 15px;
  line-height: 20px;
  font-size: 16px;
  color: #4a4545;
}
@media screen and (max-width: 991px) {
  footer h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  footer .face-a {
    margin: auto;
  }
}
footer .fa-facebook {
  color: #3b5998;
  font-size: 25px;
}
footer .copyright {
  padding: 15px;
  font-size: 11px;
  color: #fff;
}

a,
.btn-link {
  color: #282828;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:active:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:active:focus {
  text-decoration: underline;
  color: #9a83b3;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
}

.btn {
  font-size: 18px;
  line-height: normal !important;
  border-radius: 0;
  border: none;
  outline: none;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.btn.w-flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.btn-orange {
  font-size: 16px;
  text-align: center;
  padding: 10px 14px;
  color: #fff;
  background: #ed561f;
  border-radius: 4px;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus {
  color: #fff;
  background: #d2511c;
}
.btn-orange:disabled {
  opacity: 0.6;
}

.btn-orange-inverse {
  font-size: 16px;
  text-align: center;
  padding: 10px 14px;
  color: #ed561f;
  border: 1px solid #ed561f;
  background: #fff;
  border-radius: 4px;
}
.btn-orange-inverse:hover, .btn-orange-inverse:active, .btn-orange-inverse:focus, .btn-orange-inverse:active:focus {
  color: #d2511c;
  border: 1px solid #d2511c !important;
  background: #fff;
}
.btn-orange-inverse:disabled {
  opacity: 0.6;
}
.btn-orange-inverse.rounded {
  border-radius: 100% !important;
}

.btn-white-inverse {
  font-size: 16px;
  text-align: center;
  padding: 10px 14px;
  color: #282828;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
}
.btn-white-inverse:hover, .btn-white-inverse:active, .btn-white-inverse:focus, .btn-white-inverse:active:focus {
  color: #9a83b3;
  border: 2px solid #9a83b3 !important;
}
.btn-white-inverse:disabled {
  opacity: 0.6;
}
.btn-white-inverse.rounded {
  border-radius: 100% !important;
}

.btn-gray {
  font-size: 16px;
  text-align: center;
  padding: 10px 14px;
  color: #282828;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus, .btn-gray:active:focus {
  color: #282828;
  background: #dddddd;
}
.btn-gray:disabled {
  opacity: 0.6;
  background: #f6f6f6;
}
.btn-gray.rounded {
  border-radius: 100% !important;
}

.btn-red {
  font-size: 16px;
  text-align: center;
  padding: 10px 14px;
  color: #fff;
  background: #e90808;
  border-radius: 4px;
}
.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:active:focus {
  color: #fff;
  background: #e90808;
  opacity: 0.9;
}
.btn-red:disabled {
  opacity: 0.6;
}

#success-page {
  width: 100%;
}
@media only screen and (min-width:768px) {
  #success-page .content,
#success-page .image {
    height: 100vh;
  }
}
#success-page .image {
  background-size: cover;
  background-position: center;
}
#success-page .content .content-box {
  height: calc(100vh - 80px);
}
@media only screen and (min-width:768px) {
  #success-page .content .content-box {
    height: calc(100vh - 200px);
  }
}

.form-group label {
  color: #999;
  margin: 0;
  position: relative;
  top: 35px;
  left: 15px;
  z-index: 5;
}
.form-group input.form-control {
  border: 1px solid #dbdada;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  height: 70px;
  padding-top: 20px;
  padding-left: 15px;
}
.form-group input.form-control:focus {
  border-color: #532679;
}
.form-group select.form-control {
  border: 1px solid #dbdada;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  height: 48px;
}
.form-group select.form-control:focus {
  border-color: #532679;
}

textarea {
  border: none;
  width: 100%;
}
textarea:hover, textarea:focus, textarea:focus-visible {
  border: none;
  outline: none;
}

.checkbox label {
  position: relative;
  margin-left: 24px;
}
.checkbox label:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -24px;
  border: 1px solid #dbdada;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 6px;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  background: #ed561f;
  border-color: #282828;
}
.checkbox input:checked + label:after {
  position: absolute;
  top: 7px;
  left: -18px;
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.radio label {
  position: relative;
  margin-left: 24px;
}
.radio label:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -24px;
  border: 1px solid #282828;
  border-radius: 100%;
  background: #fff;
  width: 18px;
  height: 18px;
}
.radio input {
  display: none;
}
.radio input:checked + label:before {
  background: #ed561f;
  border-color: #282828;
}
.radio input:checked + label:after {
  position: absolute;
  top: 5px;
  left: -19px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
}

input[type=password] {
  padding-right: 35px;
}

input + i.fa {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 18px;
  height: 12px;
  z-index: 10;
  cursor: pointer;
}

.new-password ul, .new-password li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-password ul li {
  position: relative;
  left: 34px;
  margin-bottom: 5px;
  font-size: 12px;
}
.new-password ul li.checked {
  color: #33bf61;
}
.new-password ul li.checked:before {
  position: absolute;
  top: 2px;
  left: -26px;
  content: "";
  width: 7px;
  height: 12px;
  border: solid #33bf61;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 100px;
  max-width: 100%;
  border: 1px solid #dddcdc;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select select, .custom-select:after {
  grid-area: select;
}
.custom-select:after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #dddcdc;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.custom-select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #dddcdc;
  border-radius: inherit;
}
.custom-select select[multiple] {
  padding-right: 0;
  height: 6rem;
}
.custom-select select[multiple] option {
  white-space: normal;
  outline-color: #dddcdc;
}

.user .form-group {
  margin-bottom: 25px;
}
.user .form-group label {
  color: #282828;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: -2px;
  left: 0px;
}
.user .form-group input.form-control {
  border: 1px solid #dbdada;
  background: #f9f9f9;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  height: auto;
  padding: 10px;
}
.user .form-group input.form-control:focus {
  border-color: #532679;
}
.user .form-group input + i.fa {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 18px;
  height: 12px;
  z-index: 10;
  cursor: pointer;
}
.user .bootstrap-select > .dropdown-toggle {
  border: 1px solid #dbdada;
  background: #f9f9f9;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  height: auto;
  padding: 10px;
}
.user .bootstrap-select > .dropdown-toggle:hover, .user .bootstrap-select > .dropdown-toggle:active, .user .bootstrap-select > .dropdown-toggle:focus, .user .bootstrap-select > .dropdown-toggle:active:focus {
  border: 1px solid #532679 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.search-home {
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  max-width: 1170px;
  position: absolute;
  top: -29px;
  left: -50%;
  right: -50%;
  width: 90%;
  box-shadow: 0px 0px 20px -3px #777;
  z-index: 10;
}
.search-home .inputs {
  width: 84%;
}
.search-home .button {
  width: 16%;
}
.search-home .selector {
  margin: 0;
  position: absolute;
  top: -27px;
  width: calc(100% + 20px);
  left: -10px;
  height: 26px;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 6px 6px 0 0;
}
.search-home .selector button {
  display: block;
  width: 25%;
  padding: 6px 0px;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #928f8f !important;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-home .selector button:hover, .search-home .selector button.active {
  background: #eb9d7e77;
}
.search-home .selector button:last-child {
  border: none !important;
}
@media only screen and (min-width:768px) {
  .search-home .selector {
    top: -32px;
    width: 80%;
    left: 10%;
  }
  .search-home .selector button {
    padding: 6px 10px;
  }
}
.search-home .input {
  position: relative;
  width: 28%;
  padding: 10px 20px;
  border-right: 1px solid #dddcdc;
}
.search-home .input:last-child {
  border: none;
}
.search-home .input .fa-times {
  display: none;
}
.search-home .input label {
  font-size: 11px;
  color: #000;
  display: block;
  font-weight: bold;
  margin: 0;
}
.search-home .input input, .search-home .input .vue-daterange-picker, .search-home .input .reportrange-text {
  border: none;
  width: 100%;
  margin: 0;
  color: #928f8f;
  padding: 0;
  font-size: 16px;
  height: auto;
}
.search-home .input .hour {
  position: absolute;
  left: 32px;
  top: 26px;
}
@media only screen and (max-width: 767px) {
  .search-home {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .search-home .input {
    width: 100%;
    padding: 20px 10px 10px;
    border-right: none;
    border-bottom: 1px solid #dddcdc;
  }
  .search-home .input .hour {
    position: absolute;
    top: 37px;
  }
  .search-home .button {
    width: 100%;
  }
}

.search-header {
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #f6f6f6;
  padding: 0;
  width: 45%;
}
.search-header .selector {
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 6px 6px 0 0;
}
.search-header .selector button {
  display: block;
  width: 25%;
  padding: 6px 0px;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #928f8f !important;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-header .selector button:hover, .search-header .selector button.active {
  background: #eb9d7e77;
}
.search-header .selector button:last-child {
  border: none !important;
}
.search-header .input {
  position: relative;
  width: 30%;
  padding: 10px 20px;
  border-right: 1px solid #dddcdc;
}
.search-header .input:first-child {
  border-radius: 0 0 0 10px;
}
.search-header .input:last-child {
  border: none;
}
.search-header .input .fa-times {
  display: none;
}
.search-header .input label {
  font-size: 11px;
  color: #000;
  display: block;
  font-weight: bold;
  margin: 0;
}
.search-header .input input, .search-header .input .vue-daterange-picker, .search-header .input .reportrange-text {
  border: none;
  width: 100%;
  margin: 0;
  color: #928f8f;
  background: transparent;
  padding: 0;
  font-size: 16px;
  height: auto;
}
.search-header .input .hour {
  position: absolute;
  left: 32px;
  top: 26px;
}
.search-header .button {
  width: 10%;
  padding: 0;
}
.search-header .button button {
  border-radius: 0 0 10px 0;
}
.search-header .button i {
  font-size: 20px;
}
.search-header .button span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-header {
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    z-index: 111;
  }
  .search-header.open {
    top: 0;
  }
  .search-header .input {
    width: 100%;
    padding: 20px 10px 10px;
    border-right: none;
    border-bottom: 1px solid #dddcdc;
  }
  .search-header .input .fa-times {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: -140px;
    font-size: 20px;
    z-index: 120;
  }
  .search-header .input .hour {
    position: absolute;
    top: 37px;
  }
  .search-header .button {
    width: 100%;
  }
  .search-header .button span {
    vertical-align: top;
    display: inline-block;
  }
}

.autocompletes {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  z-index: 10;
  border-end-end-radius: 4px;
  max-height: 296px;
  overflow: auto;
  box-shadow: 0px 6px 20px -11px #777;
}
.autocompletes li {
  display: block;
  font-size: 11px;
  margin: 0 0px;
  padding: 5px 15px;
  border-top: 1px solid #dddcdc;
  cursor: pointer;
}
.autocompletes li:hover {
  background: #dddcdc;
}
.autocompletes li:first-child {
  border: none;
}

.select select {
  width: 100%;
  border: none;
  outline: 0;
  background: transparent;
}
.select select:focus-visible {
  border: none;
  outline: 0;
}

.carousel .carousel-caption {
  bottom: 50%;
  left: auto;
  right: 12%;
  transform: translateY(50%);
}
.carousel .carousel-caption > div {
  background: #ffffff8c;
  padding: 20px 40px;
  box-shadow: 0 0 40px -15px #000;
  border-radius: 20px;
  max-width: 600px;
}
.carousel .carousel-caption h1, .carousel .carousel-caption h3 {
  font-size: 50px;
  color: #9a82b3;
}
.carousel .carousel-caption p {
  font-size: 30px;
  color: #ea9d7d;
}

.box-slide-nav {
  background: #ed561f;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.box-slide-nav:before {
  position: absolute;
  top: 9px;
}
.box-slide-nav.fa-chevron-left:before {
  left: 12px;
}
.box-slide-nav.fa-chevron-right:before {
  right: 12px;
}
.box-slide-nav.disabled {
  opacity: 0.4;
}

.box-slide {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.box-slide .vertical {
  position: absolute;
  top: 0;
  left: 0;
}

body.auth .form-container, body.auth .right-side {
  min-height: 100vh;
}
body.auth .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
body.auth .logo img {
  max-height: 100px;
}
body.auth form {
  margin: 180px 0 120px 0;
  width: 100%;
}
body.auth .footer {
  position: absolute;
  left: 15px;
  bottom: 40px;
}

.home #home-carousel .carousel-item img {
  min-height: 250px;
  width: 100%;
}
.home .categories.box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.home .categories.box > div {
  max-width: 180px;
}
.home .categories.box > div a {
  display: block;
  border-radius: 4px;
  padding: 15px 20px;
  background: #532679;
  text-align: center;
  margin: 0;
  color: #fff;
}
.home .categories.box > div a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home .categories.box > div a i {
  font-size: 40px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.home .categories.box > div:nth-child(1) a {
  background: #eec847;
}
.home .categories.box > div:nth-child(2) a {
  background: #ee7a49;
}
.home .categories.box > div:nth-child(3) a {
  background: #754388;
}
@media only screen and (max-width: 767px) {
  .home .categories.box > div {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: none;
  }
}
.home .categories.box span {
  display: block;
  margin-top: 10px;
}

.container-box.vertical .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  min-width: 170px;
  max-width: 420px;
  margin: 20px 34px 20px 0;
}
.container-box.vertical .item:last-child {
  margin-right: 0;
}
.container-box.vertical .item .img {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.container-box.vertical .item .budget {
  text-align: left;
  margin: 5px 0 0;
  font-size: 12px;
}
.container-box.vertical .item .title {
  text-align: left;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 18px;
}
.container-box.vertical .item .address, .container-box.vertical .item .phone {
  text-align: left;
}
.container-box.vertical .item .price {
  text-align: right;
}
.container-box.vertical .item .price span {
  font-size: 1.2rem;
  font-weight: bold;
}
.container-box.vertical .item .star {
  text-align: left;
}
.container-box.vertical .item .star i {
  color: #eec034;
}
.container-box.vertical.mr-0 .item {
  margin-right: 0;
}
.container-box.horizontal .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin: 20px 34px 20px 0;
}
.container-box.horizontal .item:last-child {
  margin-right: 0;
}
.container-box.horizontal .item .img {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.container-box.horizontal .item .budget {
  text-align: left;
  margin: 5px 0 0;
  font-size: 12px;
}
.container-box.horizontal .item .title {
  text-align: left;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 18px;
}
.container-box.horizontal .item .address, .container-box.horizontal .item .phone {
  text-align: left;
}
.container-box.horizontal .item .price {
  text-align: right;
}
.container-box.horizontal .item .price span {
  font-size: 1.2rem;
  font-weight: bold;
}
.container-box.horizontal .item .star {
  text-align: left;
}
.container-box.horizontal .item .star i {
  color: #eec034;
}
.container-box.horizontal.mr-0 .item {
  margin-right: 0;
}

.properties .container-box.vertical .item {
  display: block;
  width: 100%;
  min-width: 170px;
  max-width: none;
  margin: 20px 0;
}
@media only screen and (max-width: 1199px) {
  .properties #properties-list > div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .properties #properties-filters.close, .properties #properties-list.close {
    display: none !important;
  }
}
@media only screen and (min-width:1200px) {
  .properties .list-container {
    height: calc(90vh - 100px);
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.properties .filters .form-c-group {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddcdc;
}
.properties .filters .form-c-group:last-child {
  border: none;
  padding: 0;
}
.properties .filters .input-group input {
  border-right: none;
  outline: none;
}
.properties .filters .input-group input:hover, .properties .filters .input-group input:focus {
  outline: none;
  border-color: #dddcdc;
  box-shadow: none;
}
.properties .filters .input-group .input-group-text {
  background: #fff;
  border-left: none;
  padding-left: 0;
}
.properties .filters .btn-link {
  font-size: 16px;
  padding: 0;
}
.properties .filters .stars i {
  cursor: pointer;
  font-size: 22px;
  color: #eec034;
  opacity: 0.4;
}
.properties .filters .stars i.selected, .properties .filters .stars i.hover {
  opacity: 1;
}
.properties #list-search-vue-app {
  position: relative;
}
.properties #properties-map-button-mobil {
  position: sticky;
  bottom: 40px;
  margin: 0 auto;
  z-index: 11;
}
.properties #properties-map-button-mobil .fa-times {
  display: none;
}
.properties #properties-map-button-mobil.open {
  background: #282828;
}
.properties #properties-map-button-mobil.open .fa-times {
  display: inline-block;
}
.properties #properties-map-button-mobil.open .fa-map {
  display: none;
}
.properties #properties-map, .properties #properties-map > div {
  height: calc(90vh - 100px + 88px);
  z-index: 10;
}
.properties #properties-map .vue-google-map,
.properties #properties-map .map-view {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #properties-map {
    display: block !important;
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .properties #properties-map.open {
    display: block !important;
    position: absolute;
    top: 0;
  }
}
.properties #properties-filters .fa-times {
  display: none;
}
@media only screen and (max-width: 767px) {
  .properties #properties-filters {
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block !important;
    display: block !important;
    position: absolute;
    background: #fff;
    z-index: 19;
    top: 0;
    width: 90vw;
    left: -90vw;
  }
  .properties #properties-filters.open {
    left: 0;
  }
  .properties #properties-filters .fa-times {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    font-size: 20px;
    z-index: 120;
  }
}

.properties.property-detail .gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 15vw);
  grid-gap: 0;
}
@media only screen and (max-width: 575px) {
  .properties.property-detail .gallery {
    grid-template-rows: repeat(2, 30vw);
  }
}
.properties.property-detail .gallery .item {
  position: relative;
}
.properties.property-detail .gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties.property-detail .gallery .item .more {
  position: absolute;
  color: #fff;
  background: #00000055;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (min-width:992px) {
  .properties.property-detail .gallery.g-4 .item-1 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-4 .item-2 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-3 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-4 {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-5 {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-6 {
    grid-column-start: 11;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-7 {
    grid-column-start: 11;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-7 .more {
    display: flex !important;
  }
}
@media only screen and (min-width:576px) and (max-width: 991px) {
  .properties.property-detail .gallery.g-4 .item-1 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-4 .item-2 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-4 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-5 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-5 .more {
    display: flex !important;
  }
  .properties.property-detail .gallery.g-4 .item-6, .properties.property-detail .gallery.g-4 .item-7 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .properties.property-detail .gallery.g-4 .item-1 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-4 .item-2 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-4 .item-3 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-4 .item-3 .more {
    display: flex !important;
  }
  .properties.property-detail .gallery.g-4 .item-4, .properties.property-detail .gallery.g-4 .item-5, .properties.property-detail .gallery.g-4 .item-6, .properties.property-detail .gallery.g-4 .item-7 {
    display: none;
  }
}
@media only screen and (min-width:576px) {
  .properties.property-detail .gallery.g-3 .item-1 {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-3 .item-2 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-3 .item-3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-3 .item-4 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-3 .item-5 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-3 .item-5 .more {
    display: flex !important;
  }
}
@media only screen and (max-width: 575px) {
  .properties.property-detail .gallery.g-3 .item-1 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-3 .item-2 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-3 .item-3 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-3 .item-3 .more {
    display: flex !important;
  }
  .properties.property-detail .gallery.g-3 .item-4, .properties.property-detail .gallery.g-3 .item-5 {
    display: none;
  }
}
@media only screen and (min-width:576px) {
  .properties.property-detail .gallery.g-2 .item-1 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-2 .item-2 {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-2 .item-3 {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-2 .item-3 .more {
    display: flex !important;
  }
}
@media only screen and (max-width: 575px) {
  .properties.property-detail .gallery.g-2 .item-1 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .properties.property-detail .gallery.g-2 .item-2 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .properties.property-detail .gallery.g-2 .item-3 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .properties.property-detail .gallery.g-2 .item-3 .more {
    display: flex !important;
  }
}
.properties.property-detail .gallery.g-1-1 .item-1 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}
.properties.property-detail .gallery.g-1-1 .item-2 {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
.properties.property-detail .gallery.g-1-1 .item-2 .more {
  display: flex !important;
}
.properties.property-detail .gallery.g-1 .item-1 {
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
.properties.property-detail .fa-star {
  color: #eec034;
  opacity: 0.4;
}
.properties.property-detail .fa-star.active {
  opacity: 1;
}
.properties.property-detail h4 {
  font-size: 20px;
  margin: 40px 0 10px;
}
.properties.property-detail #propery-map-vue-app, .properties.property-detail #propery-map-vue-app > div {
  height: 40vh;
}
.properties.property-detail .ratings .summary {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #dddcdc;
  border-radius: 6px;
  padding: 10px;
}
.properties.property-detail .ratings .summary > div:first-child {
  width: 25%;
  padding-right: 20px;
}
.properties.property-detail .ratings .summary > div:first-child .rate {
  font-size: 42px;
}
.properties.property-detail .ratings .summary > div:last-child {
  width: 75%;
  border-left: 1px solid #dddcdc;
  padding-left: 20px;
}
.properties.property-detail .ratings .summary > div:last-child > div > div {
  white-space: nowrap;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child {
  margin-left: 10px;
  width: 100%;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div {
  margin-right: 5px;
  height: 6px;
  border-radius: 100px;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div.line-5 {
  background: #ed561f;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div.line-4 {
  background: #eb764a;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div.line-3 {
  background: #ec8f43;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div.line-2 {
  background: #eda73b;
}
.properties.property-detail .ratings .summary > div:last-child > div > div:last-child > div.line-1 {
  background: #eec034;
}
@media only screen and (max-width: 991px) {
  .properties.property-detail .ratings .summary > div:first-child {
    width: 40%;
  }
  .properties.property-detail .ratings .summary > div:last-child {
    width: 60%;
  }
}
@media (max-width: 400px) {
  .properties.property-detail .ratings .summary {
    display: block;
  }
  .properties.property-detail .ratings .summary > div:first-child {
    width: 100%;
    padding: 0 0 20px;
  }
  .properties.property-detail .ratings .summary > div:last-child {
    border: none;
    border-top: 1px solid #dddcdc;
    padding: 20px 0 0;
    width: 100%;
  }
}
.properties.property-detail #booking-vue-app label {
  font-size: 12px;
  font-weight: bold;
}
.properties.property-detail #booking-vue-app .input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  background: #fff;
}
.properties.property-detail #booking-vue-app .input .fa-times {
  display: none;
}
.properties.property-detail #booking-vue-app .input input, .properties.property-detail #booking-vue-app .input .vue-daterange-picker, .properties.property-detail #booking-vue-app .input .reportrange-text {
  border: none;
  width: 100%;
  margin: 0;
  color: #928f8f;
  padding: 0;
  font-size: 16px;
  height: auto;
}
.properties.property-detail #booking-vue-app .input .fa-calendar, .properties.property-detail #booking-vue-app .input .fa-clock {
  position: absolute;
  right: 0;
  top: 3px;
}
.properties.property-detail #booking-vue-app .input .hour {
  position: absolute;
  left: 12px;
  top: 0px;
}
.properties.property-detail #booking-vue-app .invalid-feedback {
  display: block;
  position: relative;
  top: -14px;
  left: 2px;
}
.properties.property-detail #booking-vue-app select {
  width: 100%;
  border: none;
  outline: 0;
  background: transparent;
}

#create-rating .stars i {
  cursor: pointer;
  font-size: 30px;
  color: #eec034;
  opacity: 0.4;
}
#create-rating .stars i.selected, #create-rating .stars i.hover {
  opacity: 1;
}

.user.properties h1 {
  border-bottom: 1px solid #dddcdc;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.user.properties .property-menu ul, .user.properties .property-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user.properties .property-menu li {
  margin: 10px 0;
}
.user.properties .property-menu li.separator {
  border-top: 1px solid #dddcdc;
  padding-top: 10px;
}
.user.properties .property-menu li a {
  position: relative;
  padding-left: 25px;
}
.user.properties .property-menu li a i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
}
.user.properties .property-menu li a:hover i {
  opacity: 1;
  left: 10px;
}
.user.properties .property-menu li a.active {
  color: #532679;
  text-decoration: underline;
}
.user.properties .property-menu li a.active i {
  opacity: 1;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .user.properties .property-menu {
    transition: all 0.4s;
    display: none;
    position: absolute;
    left: 10%;
    right: 10%;
    top: -30px;
    background: #fff;
    z-index: 8;
    box-shadow: 0px 11px 20px -10px #00000066;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 10px;
  }
  .user.properties .property-menu.active {
    display: block;
  }
}

.map-info-window a, .map-info-window a:hover {
  text-decoration: none;
  color: #282828;
}
.map-info-window h4 {
  font-size: 16px;
}
.map-info-window img {
  width: 100%;
}
.map-info-window .budget {
  text-align: left;
  margin: 5px 0 0;
  font-size: 12px;
}
.map-info-window .title {
  text-align: left;
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 18px;
}
.map-info-window .address, .map-info-window .phone {
  text-align: left;
}
.map-info-window .price {
  text-align: right;
}
.map-info-window .price span {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .lb-outerContainer {
    width: 90% !important;
    height: auto !important;
  }

  .lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
  }

  .lightboxOverlay {
    width: 100% !important;
    height: 100% !important;
  }

  .lb-dataContainer {
    width: 100% !important;
  }

  #properties-list {
    overflow: auto;
  }
}
.flatpickr-hour, .flatpickr-minute {
  background-color: #ed561f !important;
}

body.faq .card {
  border: none;
}
body.faq .card .card-header {
  border-bottom: 1px solid #dddcdc;
  background: transparent;
  padding: 0.75rem 0;
}
body.faq .card .card-header button {
  font-size: 20px;
  font-weight: bold;
}
body.faq .card .card-header .fa-chevron-down {
  position: absolute;
  right: 0;
  top: 21px;
}
body.faq .card .card-header button[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

.home .mainbock-outer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.home .mainblock-card img {
  width: 20%;
}
.home .mainblock-card .mainblock-linkto-btn {
  min-width: 120px;
  width: 30%;
}
.home .mainblock-card * {
  line-height: 22px;
}

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