@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto+Slab:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;400;600;800;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-family: var(--bs-font-sans-serif) !important;
}

body a {
  color: #ff5000;
}

body button,
body input,
body optgroup,
body select,
body textarea {
  font-family: var(--bs-font-sans-serif);
}

.location::-moz-placeholder, .form-control::-moz-placeholder {
  opacity: 1 !important;
  color: #212529 !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.location::placeholder,
.form-control::placeholder {
  opacity: 1 !important;
  color: #212529 !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.location::placeholder,
.form-control::-ms-input-placeholder {
  opacity: 1 !important;
  color: #212529 !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.font-p1 {
  font-family: var(--bs-font-sans-serif);
}

a {
  color: #fff;
  text-decoration: none !important;
}
a:hover {
  color: #fff !important;
}

.ppe .MainSec {
  height: 350px;
}
.ppe .MainSec .another-bg {
  height: 70vh;
}
.ppe .MainSec .another-bg .contentSec {
  padding-top: 100px;
}
.ppe .secondSection .cardList {
  text-align: left;
  cursor: default;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2901960784);
}
.ppe .tableSection {
  padding: 80px 0;
  margin-bottom: 0;
}
.ppe .tableSection .tableSec {
  padding: 0;
}
.ppe .tableSection .tableSec .item-inner.short-item {
  flex: 1 1 100%;
}
.ppe .tableSection .tableSec .item-inner.short-item .feat-label {
  height: 100%;
  width: 400px;
}
.ppe .tableSection .tableSec .item-inner.short-item .single-value {
  width: auto;
}
.ppe .tableSection .tableSec a:hover {
  color: black !important;
}

.MainSec {
  width: 100%;
  height: 670px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.another-bg {
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 50%) bottom;
}

.headerLeft {
  display: flex;
}
.headerLeft img {
  width: 160px;
}

.contentSec {
  padding: 140px 0 0 0;
  text-align: center;
  margin: 0 auto;
}
.contentSec h1 {
  color: #fff;
  padding: 15px 0;
}

.inputSecP1 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  background-color: #fff;
  width: 800px;
  font-family: var(--bs-font-sans-serif);
}

.propertyLocation {
  width: 640px;
  border: none;
  outline: none;
  padding: 5px 20px;
  font-family: var(--bs-font-sans-serif);
}

.inputBtnP1 {
  padding: 10px 50px;
  background-color: #DE7F90;
  font-family: var(--bs-font-sans-serif);
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.secondSection {
  height: auto;
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.secondSection img {
  margin-bottom: 20px;
}
.secondSection a:hover {
  color: #000 !important;
}

.text-Sec {
  padding: 0 0 30px 0;
}
.text-Sec h2 {
  color: #ff5000;
  font-size: 30px;
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 42px;
}

.thirdSecP1 {
  width: 100%;
  height: auto;
  padding: 64px 0;
  background-position: center;
  background-size: cover;
}

.sectionHero__box {
  width: 532px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 50px;
}
.sectionHero__box h2 {
  color: #ff5000;
  font-size: 30px;
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 42px;
}

.fouthSec {
  text-align: center;
  width: 100%;
  padding: 80px 0;
}
.fouthSec h2 {
  color: #ff5000;
  font-size: 30px;
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 42px;
}

.section__image {
  width: 105px;
  margin-bottom: 32px;
}

.section__title {
  color: #000;
  font-size: 26px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
}

.section__description {
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
  color: #666;
}

.newBtn {
  padding: 17px 40px;
  background-color: #ff5000;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.footerSec {
  height: auto;
  width: 100%;
  padding: 50px 0;
  background-color: #000;
  color: #666;
  font-family: var(--bs-font-sans-serif);
}
.footerSec a {
  color: #fff;
}
.footerSec p {
  color: #fff;
}
.footerSec h5 {
  padding: 10px 0;
  font-family: var(--bs-font-sans-serif);
}
.footerSec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bs-font-sans-serif);
}
.footerSec ul li {
  font-family: var(--bs-font-sans-serif);
  padding-top: 5px;
}
.footerSec ul li a {
  color: #fff;
}
.footerSec .form-select {
  color: #ced4da !important;
  background-color: #000 !important;
  box-shadow: none !important;
  font-family: var(--bs-font-sans-serif);
  border-radius: 0 !important;
  border-color: #757575 !important;
}

.copy {
  text-align: center;
  padding-top: 20px;
  font-family: var(--bs-font-sans-serif);
}
.copy a {
  text-decoration: none;
  color: #fff;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.form-select:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
}
.btn-row i {
  font-size: 24px !important;
  color: #fff;
}
.btn-row a {
  text-decoration: none;
}
.btn-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 48px;
  box-shadow: none !important;
  -webkit-box-align: center;
}

.header {
  -webkit-box-align: center;
}

.btn-ext-link {
  color: #fff;
  background-color: transparent;
  border: 1px solid #555 !important;
}
.btn-ext-link:active {
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ext-link:focus {
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-ext-link:hover {
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 0 !important;
  border: none;
  transition: all 0.3s ease-in;
  contain: layout style;
}
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn-ext-link.active {
  background-color: #3c3c3c;
  border-color: rgba(0, 0, 0, 0);
}

.font-p2 {
  font-family: var(--bs-font-sans-serif);
}

.carousel-inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%) !important;
}
.carousel-inner a {
  color: #fff;
}
.carousel-inner a:hover {
  text-decoration: underline !important;
  color: #fff;
}

.carousel-caption {
  bottom: 0 !important;
  width: 50% !important;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.473) !important;
  color: #fff !important;
  text-align: left !important;
  padding: 10px;
  cursor: pointer;
}
.carousel-caption .carousel-bottom {
  display: flex;
  font-size: 26px;
  margin-top: 2rem;
  margin-bottom: 0;
}
.carousel-caption .carousel-bottom div.size {
  margin-left: auto;
}
.carousel-caption .carousel-bottom .icon-amount {
  font-size: 22px;
  color: #fff !important;
}
.carousel-caption .carousel-bottom .icon-amount i {
  color: #ff5000;
  margin-right: 8px;
}
.carousel-caption .carousel-bottom .icon-amount i.rooms {
  margin-left: 8px;
}
.carousel-caption h5 {
  line-height: 1.1em;
  font-size: 26px;
}

.mainHeader {
  height: auto;
  width: 100%;
  margin-bottom: -100px;
  z-index: 9999999999;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.headerSecP2,
.headerSecP1 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.newItem {
  position: absolute;
  right: 15%;
  bottom: 65%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 9;
}

.HeaderItem {
  margin: 0 auto !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 99999999999999;
}

.headerRight {
  display: flex;
}

.dropdown-languages {
  display: table-cell;
  vertical-align: middle;
}
.dropdown-languages .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: unset;
}
.dropdown-languages .dropdown-toggle::after {
  display: none;
}
.dropdown-languages img {
  width: 28px;
}
.dropdown-languages .dropdown-menu {
  background-color: unset;
  border: none;
  min-width: unset;
}
.dropdown-languages .dropdown-menu .dropdown-item {
  padding: 0.25rem 0;
}
.dropdown-languages .dropdown-menu .dropdown-item:hover {
  background-color: unset;
}

.headerBtn {
  height: auto;
  width: auto;
  padding: 6px 18px;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.562);
}
.headerBtn a {
  color: #fff;
}
.headerBtn.lang-choice {
  border: none;
  background-color: unset;
}
.headerBtn.lang-choice:hover {
  background-color: unset;
}
.headerBtn:hover {
  background-color: rgba(0, 0, 0, 0.562);
}
.headerBtn.login {
  border: none;
  padding: 6px 6px 6px 6px;
  background-color: transparent;
}

.inputSecP2 {
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 800px;
  max-width: 100%;
}

.inputSec {
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
  display: flex;
  flex-grow: 2;
}
.inputSec .left {
  padding: 5px 10px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none !important;
  width: 400px;
  max-width: 100%;
  border: none;
  font-size: 18px;
}
.inputSec .right {
  padding: 5px 10px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
}
.inputSec i {
  color: #fff;
  font-size: 20px;
  padding: 8px 0;
  margin-right: 10px;
}

.inputSec2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.418);
  width: 830px;
  padding: 10px;
  margin: 20px auto 0;
  max-width: 100%;
}

.location {
  width: 640px;
  border: none;
  outline: none;
  padding: 5px 20px;
}

.inputBtnContinue {
  padding: 5px 50px;
  background-color: rgba(0, 0, 0, 0.562);
  text-align: center;
  cursor: pointer;
  color: #ff5000;
  border: none;
  margin-right: -1px;
}

.mobileFirst {
  height: 200px;
  width: 100%;
  background-color: #000;
  display: none;
}
.mobileFirst .mblHeader {
  float: right;
  font-size: 23px;
  color: #929292;
  padding: 5px 0;
}

.secondSecP2 {
  height: auto;
  width: 100%;
  padding: 50px 0;
}
.secondSecP2 .container {
  max-width: 930px !important;
}
.secondSecP2 .content {
  padding-top: 250px;
}
.secondSecP2 .content p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: 0.06em;
  filter: drop-shadow(0 0 8px #000);
}
.secondSecP2 .cardMain hr {
  opacity: 1;
  padding: 1px;
  color: #fff;
  width: 50px;
  margin: 0 auto;
  transition: 800ms ease;
}
.secondSecP2 .cardMain:hover hr {
  opacity: 1;
  padding: 1px;
  color: #fff;
  width: 100px;
  margin: 0 auto;
}
.secondSecP2 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 200;
}
.secondSecP2 p {
  text-align: center;
  color: rgb(168, 167, 167);
}

.cardMain {
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cardMain:hover .newCard {
  background-color: rgba(0, 0, 0, 0.452);
}

.card-bg {
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newCard {
  height: 350px;
  width: 100%;
  background-color: none;
  transition: 800ms ease;
}

.thirdSecP2 {
  height: auto;
  width: 100%;
  padding: 50px 0 50px 0;
  background-size: cover;
  background-position: center;
}

.thirdContent {
  height: 300px;
  width: 100%;
  padding: 80px 120px;
  background-color: rgba(0, 0, 0, 0.527);
  color: #fff;
  text-align: center;
}
.thirdContent h2 {
  font-size: 40px;
  color: #ff5000;
  font-weight: 200;
}

.fourthSec {
  height: auto;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.fourthSec .container {
  max-width: 1000px !important;
}
.fourthSec h2 {
  font-size: 40px;
  font-weight: 200;
}
.fourthSec h5 {
  font-weight: bold;
}
.fourthSec p {
  color: rgb(87, 86, 86);
}

.fourth-card {
  height: auto;
  width: 100%;
  padding: 50px 0;
  color: #000;
  margin-top: 20px;
}
.fourth-card:hover .uLine {
  text-decoration: underline;
}
.fourth-card img {
  padding: 10px 0;
}
.fourth-card p {
  color: rgb(155, 152, 152);
}

.fifthSec {
  text-align: center;
  height: auto;
  width: 100%;
  padding: 40px 0;
}
.fifthSec h2 {
  font-weight: 200;
}
.fifthSec p {
  color: rgb(155, 152, 152);
}
.fifthSec .cardSide {
  width: 100%;
  margin: 0 auto;
}
.fifthSec h4 {
  padding: 10px 0;
  color: #999999;
}

.fifth-btn {
  height: auto;
  padding: 10px 20px;
  background-color: #ff5000;
  color: #fff;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-weight: bold;
}

.container-fluid {
  padding: 0 35px !important;
}

.headerSecP3 {
  padding: 6px 20px;
  background-color: #000;
}
.headerSecP3 .headerBtn {
  display: inline-block;
}
.headerSecP3.row .menu-right {
  margin-top: auto;
  text-align: right;
}

.yourLocation {
  height: 35px;
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  min-width: 0;
  flex-shrink: 1;
  width: 0;
  flex-grow: 1;
}

.serchSec {
  height: auto;
  width: 100%;
  padding: 10px 0;
  background-color: #454545;
}
.serchSec .inputSecP3 {
  border-bottom: none;
}
.serchSec .inputSecP3 .newInput {
  flex-grow: 1;
}

.inputSecP3 {
  text-align: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}
.inputSecP3 .left {
  padding: 5px 10px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none !important;
  border: none;
  font-size: 1rem;
}
.inputSecP3 .right {
  padding: 5px 10px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
  margin-right: 10px;
}

.newInputSec {
  margin: 0 auto;
}

.newInput {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  margin: 0 10px;
  min-width: 120px;
  flex-shrink: 0;
}
.newInput p {
  margin: 0;
  padding-top: 5px;
}
.newInput input {
  color: #000;
  width: 30px;
  border: none;
}
.newInput .input-flex {
  display: flex;
  height: 100%;
}
.newInput .input-flex > * {
  flex: 1 1 0;
  padding-top: 0;
  align-items: center;
  display: flex;
}

.masonry {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.masonry .masonry-brick {
  flex: auto;
  height: 250px;
  min-width: 120px;
  margin: 0 8px 8px 0; /* Some gutter */
}
.masonry .masonry-brick img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.masonry .masonry-brick .masonry-custom-child-inner {
  width: 100%;
  height: 100%;
  top: -100%;
  position: relative;
  padding-top: 9em;
  transition: 800ms ease;
}
.masonry .masonry-brick .masonry-custom-child-inner p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: 0.06em;
  filter: drop-shadow(0 0 8px #000);
}
.masonry .masonry-brick .masonry-custom-child-inner hr {
  opacity: 1;
  padding: 1px;
  color: #fff;
  width: 50px;
  margin: 0 auto;
  transition: 800ms ease;
}
.masonry .masonry-brick .masonry-custom-child-inner:hover hr {
  opacity: 1;
  padding: 1px;
  width: 100px;
  margin: 0 auto;
}
.masonry .masonry-brick:hover .masonry-custom-child-inner {
  background-color: rgba(0, 0, 0, 0.452);
}

.inputBtn {
  padding: 10px 30px;
  background-color: #ff5000;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: none;
  font-weight: bold;
}

#search-btn {
  padding: 10px 0;
}

.halfSecond {
  height: auto;
  padding: 20px 0;
}
.halfSecond h5 {
  font-weight: 400;
}

.s-bg {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: auto;
  width: 100%;
  padding: 50px 0;
}

.secondSec {
  height: 100%;
  width: 100%;
  padding: 0 0;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.secondSec h1 {
  color: #ff5000;
  font-size: 36px;
  font-weight: 300;
  font-family: var(--bs-font-sans-serif);
}
.secondSec .paraP {
  font-size: 20px;
  font-family: var(--bs-font-sans-serif);
  margin-top: -10px;
  margin-bottom: 20px;
}
.secondSec p {
  font-family: var(--bs-font-sans-serif);
}

.thirdSecP3 {
  height: auto;
  width: 100%;
  padding: 50px 0;
  background-color: #e6e6e6;
}

.filterHeader {
  height: auto;
  width: 100%;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
}

select {
  width: 120px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: rgb(163, 163, 163);
}

.leftFilter {
  color: #ff5000;
}

.filter {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  cursor: pointer;
  color: #ff5000;
  font-size: 16px;
  font-weight: 600;
}
.filter #sorts {
  color: #ff5000;
}

.cardList {
  background-color: #fff;
  cursor: pointer;
  transition: 500ms ease;
  color: inherit;
}
.cardList a {
  color: initial !important;
}
.cardList a:hover {
  color: initial !important;
}
.cardList:hover {
  box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.2901960784);
}
.cardList * {
  background-color: #fff;
}

.cardright {
  padding: 10px 0;
}
.cardright h5 {
  font-size: 18px;
  font-family: var(--bs-font-sans-serif);
  font-weight: bold;
  color: #ff5000;
}
.cardright h2 {
  font-size: 24px;
  font-family: var(--bs-font-sans-serif);
}

.property-list-card {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1411764706);
  background-blend-mode: overlay;
}

.img-top-p3 {
  display: inline-block;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.637);
  color: #fff;
  position: relative;
}
.img-top-p3 i {
  background-color: transparent;
}
.img-top-p3.mobile {
  display: none;
}
.img-top-p3.badge-right {
  float: right;
}

.img-top {
  width: 80px;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.637);
  margin-top: auto;
  color: #fff;
}
.img-top span {
  display: none;
}
.img-top i {
  background-color: unset;
  color: #fff;
}

.cardItems {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.leftItem {
  display: flex;
  align-items: center;
}
.leftItem img {
  border-right: 1px solid #ccc;
  padding-right: 8px;
  height: 48px;
  width: 68px;
  max-width: 100%;
}
.leftItem p {
  padding-left: 8px;
}

.c-para {
  font-size: 14px;
  color: rgb(138, 138, 138);
  font-family: var(--bs-font-sans-serif);
}

.presenttext {
  font-size: 13px;
  font-family: var(--bs-font-sans-serif);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.presenttext span {
  color: rgb(138, 138, 138);
  font-size: 12px;
  font-family: var(--bs-font-sans-serif);
}

.crown {
  height: auto;
  width: 90px;
  padding: 10px 0;
  float: right;
  position: relative;
  top: -10px;
  text-align: center;
  color: #dfcaa4;
}

.card-icon {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-right: 10px;
}
.card-icon i {
  font-size: 30px;
  padding: 5px;
  color: rgb(168, 168, 168);
}
.card-icon i:nth-child(1) {
  font-size: 35px;
}
.card-icon i:nth-child(1):HOVER {
  color: #000;
}
.card-icon i:nth-child(2) {
  margin-top: 4px;
}
.card-icon .heartMart i:hover {
  color: #ff5000 !important;
}

.smallBox {
  background-color: #fff;
  height: 230px;
  width: 100%;
}
.smallBox h6 {
  background-color: #454545;
  text-transform: uppercase;
  padding: 15px 10px;
  color: #fff;
}
.smallBox p {
  padding: 10px 16px;
  font-weight: 600;
  color: rgb(138, 138, 138);
}
.smallBox a {
  text-decoration: none;
  color: #ff5000;
  font-weight: bold;
}
.smallBox a:hover {
  color: #ff5000;
}

.pagination {
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}
.pagination .container {
  padding: 0 5px;
}
.pagination .singLeft {
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
.pagination .singRight {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.pagination nav {
  display: flex;
  justify-content: space-between;
}
.pagination ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  padding: 0 8px;
  color: #ff5000;
  border-right: 1px solid #ccc;
}
.pagination ul li:nth-last-child(1) {
  border: none !important;
}
.pagination ul li.current {
  cursor: default;
}
.pagination ul li.current a {
  color: #ccc !important;
  cursor: default;
}
.pagination a {
  color: #ff5000 !important;
  text-decoration: none;
  font-weight: 500;
}
.pagination a.current {
  color: #ccc !important;
}

.current {
  color: #ccc !important;
}

.Fmobile {
  display: none;
}

.font-p4 {
  font-family: var(--bs-font-sans-serif);
}

.headerSecP4 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 106px;
  background-color: #000;
}

.headerRightP4 {
  display: flex;
}

.bodr:nth-child(3) {
  border: none;
}

.yourLocationP4 {
  height: 35px;
  width: 450px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}

.cardImg1 {
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardheader {
  height: auto;
  width: 100%;
  padding: 20px 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cardheader a {
  text-decoration: none;
  color: #999;
}
.cardheader a:hover {
  text-decoration: none;
  color: #999;
}
.cardheader i {
  font-size: 22px;
}
.cardheader span {
  color: #ff5000;
  font-weight: bold;
}
.cardheader .leftC {
  cursor: pointer;
}

.rightC {
  cursor: pointer;
}

.cardSide {
  width: 250px;
  margin: 0 auto;
}
.cardSide p {
  padding: 0;
  margin: 0;
}

.sideImage {
  height: auto;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
}

.sideBtn {
  padding: 10px 50px;
  background-color: rgba(133, 44, 44, 0);
  text-align: center;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 15px;
}

.sideBtn2 {
  margin-top: 10px;
  padding: 10px 30px;
  background-color: #ff5000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.iconSec {
  padding: 5px 20px;
}
.iconSec ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.iconSec ul li {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(165, 165, 165);
}
.iconSec ul li:nth-child(1) {
  font-size: 20px;
}

.thirdSec {
  height: auto;
  width: 100%;
  padding: 0 0;
}

.thirdLinks ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
.thirdLinks ul li {
  padding: 0 10px;
  border-right: 1px solid rgb(71, 71, 71);
  text-align: center;
  font-weight: 500;
}
.thirdLinks ul li:nth-child(2) {
  border: none;
  color: red;
}
.thirdLinks a {
  text-decoration: none;
  color: rgb(61, 61, 61);
}
.thirdLinks a:hover {
  text-decoration: none;
  color: rgb(61, 61, 61);
}

.smallInfo {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  margin-top: 1rem;
  font-weight: 500;
}
.smallInfo p {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 300;
}
.smallInfo i {
  color: rgb(165, 165, 165);
}

.description {
  height: auto;
  padding: 30px 0;
}
.description h4 {
  padding: 10px 0;
  color: #757575;
}
.description p {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
}

.tableSection {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 30px;
}

.tableSec {
  padding: 40px 0;
}
.tableSec h2 {
  font-size: 18px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 700;
}

.general-features {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.general-features .long-item {
  flex: 1 0 100%;
}

#more-filters {
  min-width: auto;
  padding: 0 20px;
  width: auto;
  flex-grow: 0;
}

#trash-filters {
  flex: 0 0 2em;
  padding: 0;
  background-color: unset;
  min-width: 0;
}

.item-inner.short-item {
  flex: 1 1 50%;
}

.item-inner {
  padding: 10px 0 0;
  color: #333;
  border-bottom: 1px solid #bbb;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0;
  min-height: 40px;
  align-items: center;
}
.item-inner .multiple-values > b {
  display: inline-block;
  margin-left: -20px;
  margin-right: 20px;
  overflow: hidden;
}
.item-inner .multiple-values > b::before {
  border-right: 1px solid #bbb;
  padding-left: 10px;
  margin-right: 10px;
  content: "";
}

.feat-label {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 5px;
  word-break: break-word;
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 1;
}

.multiple-values {
  font-weight: 700;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 5px;
  word-break: break-word;
  overflow: hidden;
  width: calc(100% - 200px);
  display: block;
}
.multiple-values b {
  padding-bottom: 10px;
  line-height: 1;
}

.single-value {
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 5px;
  word-break: break-word;
  overflow: hidden;
  width: calc(100% - 200px);
  display: block;
}

.features .multiple-values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 5px;
  word-break: break-word;
  overflow: hidden;
}
.features .multiple-values b {
  padding-bottom: 10px;
  line-height: 1;
}
.features .single-value {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 5px;
  word-break: break-word;
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 1;
}

.mySwiper {
  width: 100%;
  max-width: 100%;
  padding: 60px 0 !important;
}

.swiper-button-prev {
  left: -2px !important;
  color: #999 !important;
}

.swiper-rtl .swiper-button-next {
  left: -2px !important;
}
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.swiper-slide *:not(h6) {
  color: #212529;
}

.swiper-button-next {
  right: 0 !important;
  color: #999 !important;
}

.fifthOne {
  background-color: #f5f5f5;
}

.m-fifthSec {
  background: #fff;
  padding: 20px;
}

#carouselExampleDark .carousel-control-prev {
  opacity: 1;
}
#carouselExampleDark .carousel-control-prev .carousel-control-prev-icon {
  filter: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
#carouselExampleDark .carousel-control-next {
  opacity: 1;
}
#carouselExampleDark .carousel-control-next .carousel-control-next-icon {
  filter: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
#carouselExampleDark .form-select-lg {
  border-radius: unset;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
#carouselExampleDark .carousel-item img {
  height: 102vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-widget.ui-widget-content {
  z-index: 1000000000000000000;
}

.formBtn {
  height: auto;
  padding: 10px 50px;
  width: 100%;
  background-color: #ff5000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-weight: 500;
}
.formBtn i {
  font-size: 20px;
  margin: 0 8px 0 0;
  vertical-align: text-top;
}

.form-check-input {
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #ff5000 !important;
  border-color: #bd0021 !important;
  box-shadow: none !important;
}

.sliderCard {
  width: 96%;
  margin-left: 2%;
  margin-right: 3%;
}
.sliderCard img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderCard h6 {
  padding-top: 15px;
  color: #ff5000;
  margin: 0;
  text-align: left;
}
.sliderCard div {
  text-align: left;
}
.sliderCard .cardOption {
  display: flex;
  padding: 10px 0;
}

.cardOption .iconLeft {
  padding-right: 20px;
}

.gallerySec {
  text-align: center;
}
.gallerySec img {
  margin-bottom: 20px;
  cursor: pointer;
}
.gallerySec .layer {
  height: 150px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.452);
  display: flex;
  align-items: center;
  padding-left: 50px;
  cursor: pointer;
}
.gallerySec .row.popup-gallery img {
  max-height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgLayer {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.imgLayer2 {
  background-color: rgba(0, 0, 0, 0.473);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  height: 120px;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header {
  border-bottom: none !important;
}

.modal-dialog {
  position: relative;
  width: 100% !important;
  pointer-events: none;
  max-width: 90% !important;
  margin: 0 auto;
}

.modalNew {
  max-width: 600px !important;
}

.modal-footer {
  border: none !important;
}

.video-link:hover {
  color: black !important;
}

.contactModal label {
  font-size: 12px;
}

.contact-form textarea::-moz-placeholder {
  opacity: 1 !important;
  color: #212529 !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.contact-form textarea::placeholder {
  opacity: 1 !important;
  color: #212529 !important;
  font-family: var(--bs-font-sans-serif) !important;
}
.contact-form textarea.form-control {
  padding: 1rem 0.75rem !important;
}
.contact-form textarea.form-control:focus {
  padding: 1rem 0.75rem !important;
}
.contact-form a:hover {
  color: rgb(155, 152, 152) !important;
}
.contact-form .infobox {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 15px;
  text-align: left;
}
.contact-form .success {
  background-color: #C5E8B7;
}
.contact-form .error {
  background-color: #F9817B;
}

@media only screen and (max-width: 820px) {
  .MainSec {
    height: 50vh;
  }
  .another-bg {
    height: 50vh;
  }
  .inputSecP1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .headerSecP3.row .menu-right {
    text-align: initial;
  }
  .headerSecP3.row .menu-right .headerBtn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }
  .headerSecP3.row .menu-right .headerBtn.lang-choice, .headerSecP3.row .menu-right .headerBtn.login {
    display: inline-block;
    width: 24%;
  }
  .headerSecP3.row .menu-right .headerBtn.logout {
    display: inline-block;
    width: 49%;
  }
  li.page-item,
  li.disabled {
    display: none;
  }
  .page-item.active,
  .page-item.current,
  .page-item:has(+ .page-item.current),
  .page-item.current + .page-item {
    display: block;
  }
  .page-item.current + .page-item {
    border-right: none;
  }
  .MainSec {
    height: 78vh;
  }
  .headerLeft .logo {
    width: 180px;
  }
  .headerLeft img {
    max-width: 100%;
    width: 180px;
  }
  .inputSecP1 {
    width: 100%;
  }
  .inputBtnP1 {
    padding: 10px 20px;
  }
  .sectionHero__box {
    width: 100%;
  }
  .propertyLocation {
    padding: 5px 15px;
  }
  .contentSec {
    padding: 40px 0 0 0;
  }
  .contentSec h1 {
    font-size: 22px;
  }
  .footerSec {
    text-align: center;
  }
  .footerSec h5 {
    padding: 20px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    width: 50px;
  }
  .btn-row {
    justify-content: center;
  }
  .myBg {
    display: none;
  }
  .mobileFirst {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .mobileFirst .container {
    padding: 0 10px !important;
    max-width: 100%;
  }
  .mobileFirst .inputSec input {
    background-color: #eee;
  }
  .mobileFirst .inputSecP2 {
    display: flex;
  }
  .mobileFirst .inputBtnContinue {
    padding: 10px 20px;
  }
  .carousel-control-next-icon {
    display: none !important;
  }
  .carousel-control-prev-icon {
    display: none !important;
  }
  .carousel .img-fluid {
    max-width: 100%;
    height: 286px;
  }
  .newItem {
    left: 9% !important;
    bottom: 3rem;
  }
  .newItem img {
    width: 250px;
    display: none;
  }
  .HeaderItem {
    display: block;
    position: static;
    background-color: #000 !important;
  }
  .modal {
    top: -28 !important;
  }
  .modal-dialog {
    max-width: 100% !important;
    height: 100px !important;
    margin: 1.75rem auto;
  }
  .modal-dialog .inputBtn {
    margin-top: 200px;
  }
  .modal-dialog .inputSec .left {
    width: 100%;
  }
  .modal-dialog .inputSec .right {
    width: 100%;
  }
  .modal-title {
    line-height: 1.5;
    text-align: center !important;
    font-size: 20px !important;
    color: rgb(151, 151, 151);
    margin: 0 auto;
  }
  .modal-header {
    background-color: #efefef;
  }
  .modal-header .btn-close {
    margin: 0 !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }
  .inputSecP2 {
    width: 600px;
    max-width: 100%;
    display: block;
  }
  .inputSec {
    width: 100%;
    display: none;
  }
  .inputSec input {
    max-width: 100%;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #000 !important;
    width: 100%;
  }
  .inputSec2 {
    width: 630px;
    max-width: 100%;
  }
  .newCard {
    margin-top: 30px;
  }
  .thirdContent {
    padding: 40px 20px;
  }
  .container-fluid {
    padding: 0 !important;
  }
  .hidePhn {
    display: none;
  }
  .thirdSec {
    background-color: #fff;
    padding: 0 5px;
  }
  .headerBtn {
    padding: 3px 30px;
  }
  .cardright {
    padding: 10px 5px 0 5px;
  }
  .cardright h2 {
    display: none;
  }
  .cardright h5 {
    margin-top: 10px;
  }
  .crown {
    margin-right: -5.2px;
    top: -340px;
  }
  .serchSec .inputSecP3 {
    display: block;
  }
  .inputSecP3 .left {
    margin-bottom: 5px;
    width: 100%;
  }
  .newInput {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .rightItem {
    position: relative;
    top: -6.6rem;
    left: 3rem;
  }
  .xmark {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
  }
  .xmark:hover {
    border-color: red 1px solid;
  }
  .heartMart {
    height: 47px;
    width: 47px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
  }
  .c-para {
    display: none;
  }
  .img-top {
    background-color: transparent;
    font-size: 22px;
    color: #ff5000;
    top: 17.5rem;
    display: none;
  }
  .img-top i {
    display: none;
  }
  .img-top span {
    display: block;
  }
  .leftItem img {
    display: none;
  }
  .cardItems {
    margin: 0;
    margin-top: -25px;
  }
  .presenttext {
    margin: 0;
    padding: 0;
    display: inline;
  }
  .Fdesktop {
    display: none;
  }
  .Fmobile {
    display: block;
  }
  .s-bg {
    padding: 20px 10px;
  }
  .imgLayer2 {
    height: 300px;
    font-size: 15px;
  }
  .cardImg1 {
    height: 250px !important;
  }
  .headerSecP4 {
    padding: 10px 40px;
  }
  .general-features {
    display: block;
  }
  .thirdLinks ul {
    display: block;
  }
  .thirdLinks ul li {
    border: none;
  }
}
@media only screen and (max-width: 440px) {
  .MainSec {
    height: 45vh;
  }
  .another-bg {
    height: 45vh;
  }
}
@media only screen and (max-width: 1424px) {
  .HeaderItem .container {
    max-width: 100% !important;
  }
  .another-bg .container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1300px) {
  .carousel-caption {
    bottom: 0 !important;
    width: 60% !important;
    margin: 0 auto;
    padding: 5px 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .hidePhn {
    display: none;
  }
  .newInput p {
    width: 52px;
  }
  .headerCenterP4 {
    display: none;
  }
  .headerRightP4 {
    position: relative;
    left: 18%;
  }
  .imgLayer2 {
    height: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  #more-filters {
    padding: 10px 50px;
    width: 100%;
  }
  .hide {
    display: none;
  }
  .mobileFirst {
    display: block;
    margin: auto;
    text-align: center;
  }
  .modal {
    top: -28 !important;
  }
  .modal .inputSec {
    display: block;
  }
  input {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 8px;
    color: #000;
  }
  .modal-dialog {
    max-width: 100% !important;
    height: 100px !important;
    margin: 1.75rem auto;
  }
  .modal-dialog .inputBtn {
    margin-top: 200px;
  }
  .modal-dialog .inputSec .left {
    width: 100%;
  }
  .modal-dialog .inputSec .right {
    width: 100%;
  }
  .modal-title {
    line-height: 1.5;
    text-align: center !important;
    font-size: 20px !important;
    color: rgb(151, 151, 151);
    margin: 0 auto;
  }
  .modal-header {
    background-color: #efefef;
  }
  .modal-header .btn-close {
    margin: 0 !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hidePhn {
    display: none;
  }
  .hide {
    display: none !important;
  }
  .serchSec .inputSecP3 {
    display: block;
    margin: 0 auto;
  }
  .inputSecP3 .left {
    margin-bottom: 5px;
    width: 100%;
  }
  .newInput {
    width: 100%;
    margin: 0 0 5px;
  }
  .newInput input {
    width: 90px;
  }
  .newInput .input-flex > * {
    flex: 0 1 0;
  }
  .newInput .input-flex > *:first-child {
    flex: 0 0 8em;
  }
  .imgLayer2 {
    height: 70px;
    font-size: 10px;
  }
  .swiper-button-prev {
    left: 10px !important;
  }
  .swiper-rtl .swiper-button-next {
    left: 10px !important;
  }
  .swiper-rtl .swiper-button-prev {
    right: 10px !important;
  }
  .swiper-button-next {
    right: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .serchSec {
    padding: 12px;
  }
  .masonry .masonry-brick {
    margin: 0 0 8px 0; /* Some gutter */
  }
}
@media only screen and (max-width: 471px) {
  .rightItem {
    position: relative;
    top: -7.8rem;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .imgLayer2 {
    height: 141px;
  }
}
@media only screen and (max-width: 1400px) {
  .thirdLinks ul {
    flex-wrap: wrap;
  }
}
