h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.mm h1,
.mm h2,
.mm h3,
.mm h4,
.mm h5,
.mm h6,
.mm p,
.mm span,
.mm div {
  line-height: 1.5 !important;
}

a {
  text-decoration: none;
}

section, .section {
  padding: 50px 0;
}

.btn-main {
  background-color: #C59C4D;
  padding: 10px 50px;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .btn-main {
    padding: 10px 40px !important;
  }
}
.btn-main:hover {
  border: 1px solid #C59C4D;
  background-color: transparent;
  color: #C59C4D;
}
.btn-main.alt {
  padding: 5px 12px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #C59C4D;
}
@media screen and (min-width: 1200px) {
  .btn-main.alt {
    padding: 8px 25px;
  }
}
.btn-main.alt:hover {
  background-color: #C59C4D;
  color: #ffffff;
}
.btn-main.alt-1 {
  padding: 5px 12px;
  margin-bottom: 0;
  background-color: #C59C4D;
  border: 1px solid #C59C4D;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .btn-main.alt-1 {
    padding: 8px 25px;
  }
}
.btn-main.alt-1:hover {
  background-color: transparent;
}
.btn-main.alt-2 {
  color: #C59C4D;
  background-color: #ffffff;
  border: 1px solid #C59C4D;
}

.btn-grey {
  padding: 8px 25px;
  margin-bottom: 0;
  background-color: #E5E5E5 !important;
  color: #000000 !important;
}
.btn-grey.active, .btn-grey:hover {
  background-color: #C59C4D !important;
}

.primary-bg {
  background-color: #1E1E1E;
}

.grey-bg {
  background-color: #F8F8F8;
}

.color-black {
  color: #000000 !important;
}

.modal-header {
  border: none;
  align-items: unset;
  padding: 10px;
}

.modal-body {
  padding: 10px 50px 50px;
  text-align: center;
}
.modal-body h3 {
  font-weight: 700;
}
.modal-body .form-wapper .constent {
  color: rgba(83, 83, 83, 0.5019607843);
  font-size: 14px;
}
.modal-body .form-wapper .btn-submit {
  width: 100%;
  background-color: #F82600;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.modal-body .form-wapper .btn-submit.alt-social {
  background-color: transparent;
  border: 1px solid rgba(83, 83, 83, 0.5019607843);
  color: rgba(83, 83, 83, 0.5019607843);
  font-weight: 400;
  font-size: 14px;
  padding: 13px 10px;
}
.modal-body .form-wapper .btn-submit.alt-social.fb {
  background-color: #3F60B7;
  color: #ffffff;
}

.form-control {
  padding: 10px 20px;
}
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(83, 83, 83, 0.5019607843);
  opacity: 1; /* Firefox */
  font-size: 14px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(83, 83, 83, 0.5019607843);
  opacity: 1; /* Firefox */
  font-size: 14px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(83, 83, 83, 0.5019607843);
  font-size: 14px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(83, 83, 83, 0.5019607843);
  font-size: 14px;
}
.form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}

/* Custom Checkbox Style */
.checbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checbox-container input:checked ~ .checkmark {
  background-color: #C59C4D;
}
.checbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
}
.checbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checbox-container input:checked ~ .checkmark:after {
  display: block;
}

/*Change Radio Button*/
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.radio-container:hover input ~ .radio-checkmark {
  background-color: #ffffff;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container input:checked ~ .radio-checkmark {
  background-color: #C59C4D;
}
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*Button Radio Design*/
.radio-button {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .radio-button {
    margin-bottom: 10px;
  }
}
.radio-button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  background-color: #ffffff;
}
.radio-button input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.radio-button input[type=radio]:checked + label {
  background: #C59C4D;
  border-radius: 4px;
}
.radio-button input, .radio-button label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-detail h1, .news-detail h2, .news-detail h3, .news-detail h4, .news-detail h5, .news-detail h6, .news-detail span, .news-detail div, .news-detail p {
  color: #ffffff;
}

.pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-item:first-child {
  margin-right: 75px;
}
.pagination .page-item:first-child .page-link {
  font-size: 35px;
}
.pagination .page-item:last-child {
  margin-left: 75px;
}
.pagination .page-item:last-child .page-link {
  font-size: 35px;
}
.pagination .page-item span, .pagination .page-item a {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ffffff;
}
.pagination .page-item.active span {
  color: #C59C4D;
}

header {
  background-color: #1E1E1E;
  padding: 15px 0;
}
header.desktop {
  position: sticky;
  top: 0;
  z-index: 999;
}
header .middle ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  header .middle ul {
    grid-column-gap: 20px;
  }
}
header .middle ul a {
  color: #C59C4D;
}
header .stellarnav .menu-toggle span.bars span {
  background: #ffffff;
}
header .stellarnav .nav-parent {
  font-size: 24px;
}
header .stellarnav a {
  color: #ffffff;
}
header .stellarnav .icon-close:before, header .stellarnav .icon-close:after {
  border-bottom: solid 3px #ffffff;
}
header .stellarnav.mobile ul {
  background-color: #1E1E1E;
  opacity: 0.97;
}
header .stellarnav.mobile.right > ul {
  z-index: 11;
}
header .stellarnav.mobile > ul > li > a {
  padding: 10px;
}
header .stellarnav.mobile li {
  margin-bottom: 10px;
}
header .stellarnav.mobile li a {
  border-bottom: none;
}
header .stellarnav .parent-menu {
  padding: 0 40px;
}
header .stellarnav .btn-main {
  border-bottom: 1px solid #C59C4D !important;
}

.mm .search-bar .search-form .search-box-wapper .search-box .search-type select {
  position: relative;
  top: -2px;
}
.mm .search-bar .search-form .search-box-wapper .search-box .search-type::before {
  right: 70px;
}

.search-bar {
  background-image: url("../images/Banner-bg.png");
  background-color: #1B1B1B;
  opacity: 1;
  color: #ffffff;
}
.search-bar h1 {
  font-size: 50px;
  font-family: "Cormorant", serif;
  color: #C59C4D;
}
@media screen and (max-width: 991.98px) {
  .search-bar h1 {
    font-size: 30px;
  }
}
.search-bar .search-form {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.search-bar .search-form .search-box-wapper {
  display: grid;
  grid-template-columns: auto 25%;
  grid-column-gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .search-bar .search-form .search-box-wapper {
    grid-template-columns: 1fr;
  }
}
.search-bar .search-form .search-box-wapper .search-box {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .search-bar .search-form .search-box-wapper .search-box {
    margin-bottom: 10px;
  }
}
.search-bar .search-form .search-box-wapper .search-box::before {
  content: "";
  left: 12px;
  top: 12px;
  background-image: url("../images/len-icon.png");
  position: absolute;
  width: 24px;
  height: 24px;
}
.search-bar .search-form .search-box-wapper .search-box .keywords-search {
  padding: 10px 10px 10px 45px;
}
.search-bar .search-form .search-box-wapper .search-box .search-type {
  position: absolute;
  right: 10px;
  top: 12px;
}
.search-bar .search-form .search-box-wapper .search-box .search-type select {
  font-size: 14px;
  border: none;
  color: #535353;
  background-color: transparent;
}
.search-bar .search-form .search-box-wapper .search-box .search-type select:focus-visible {
  outline-color: transparent;
}
.search-bar .search-form .search-box-wapper .search-box .search-type::before {
  content: "";
  top: -4px;
  right: 60px;
  width: 1px;
  height: 30px;
  background-color: grey;
  position: absolute;
}
.search-bar .search-form .search-box-wapper .search-box .form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(83, 83, 83, 0.5019607843);
  opacity: 1; /* Firefox */
  font-size: 14px;
}
.search-bar .search-form .search-box-wapper .search-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(83, 83, 83, 0.5019607843);
  opacity: 1; /* Firefox */
  font-size: 14px;
}
.search-bar .search-form .search-box-wapper .search-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(83, 83, 83, 0.5019607843);
  font-size: 14px;
}
.search-bar .search-form .search-box-wapper .search-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(83, 83, 83, 0.5019607843);
  font-size: 14px;
}
.search-bar .search-form .search-box-wapper .search-box #suggesstion-box {
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-top: 5px;
}
.search-bar .search-form .search-box-wapper .search-box #suggesstion-box ul {
  padding: 0;
  list-style-type: none;
  text-align: left;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}
.search-bar .search-form .search-box-wapper .search-box #suggesstion-box ul li {
  padding: 10px 20px;
}
.search-bar .search-form .dropdown .dropdown-menu.show {
  padding: 20px;
}
.search-bar .search-form .dropdown .dropdown-menu .form-control {
  padding: 0.375rem 0.75rem;
  max-width: 130px;
}
.search-bar .search-form .dropdown .dropdown-menu .ui-widget-header {
  background: transparent;
}
.search-bar .search-form .dropdown .dropdown-menu .ui-state-default, .search-bar .search-form .dropdown .dropdown-menu .ui-widget-content .ui-state-default, .search-bar .search-form .dropdown .dropdown-menu .ui-widget-header .ui-state-default, .search-bar .search-form .dropdown .dropdown-menu .ui-button, .search-bar .search-form .dropdown .dropdown-menu html .ui-button.ui-state-disabled:hover, .search-bar .search-form .dropdown .dropdown-menu html .ui-button.ui-state-disabled:active {
  border: 1px solid #C59C4D;
  background: #C59C4D;
}
.search-bar .search-form .dropdown .dropdown-toggle {
  color: #ffffff;
  border-color: transparent;
}
.search-bar .search-form .dropdown input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #C59C4D;
}

.popular-slider .swiper {
  width: 100%;
  height: 100%;
}
.popular-slider .swiper .swiper-wapper {
  position: relative;
}
.popular-slider .swiper-button-next, .popular-slider .swiper-button-prev {
  color: #C59C4D;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(30, 30, 30, 0.8705882353);
}
.popular-slider .swiper-button-next:after, .popular-slider .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 700;
}
.popular-slider .swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.popular-slider .swiper-slide {
  width: 35%;
}
.popular-slider .swiper-slide:nth-child(2n) {
  width: 35%;
}
.popular-slider .swiper-slide:nth-child(3n) {
  width: 35%;
}
.popular-slider .swiper-text {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: auto 35%;
  background-color: #1B1B1B;
  opacity: 0.7;
  padding: 10px;
}
.popular-slider .swiper-text p {
  color: #ffffff;
  font-size: 20px;
}
.popular-slider .swiper-text a {
  font-size: 13px;
}

.in-demand .in-demand-whole-wapper {
  height: -webkit-fill-available;
  width: 100%;
  overflow-y: scroll;
  height: 700px;
  position: relative;
  z-index: 9;
  scrollbar-color: #C59C4D color_third;
  scrollbar-width: thin;
  margin-top: 50px;
}
.in-demand .in-demand-whole-wapper::-webkit-scrollbar {
  width: 4px;
}
.in-demand .in-demand-whole-wapper::-webkit-scrollbar-thumb {
  background-color: #C59C4D;
}
.in-demand .in-demand-whole-wapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: color_third;
}
.in-demand .in-demand-gird {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .in-demand .in-demand-gird {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  .in-demand .in-demand-gird {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .in-demand .in-demand-gird {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .in-demand .in-demand-gird {
    grid-template-columns: repeat(1, 1fr);
  }
}
.in-demand .in-demand-gird a {
  color: #000000;
}
.in-demand .in-demand-gird h6 {
  font-size: 18px;
  font-weight: 700;
}
.in-demand .in-demand-gird .property-img {
  border-radius: 20px;
  width: 100%;
}

.our-partner .our-partner-whole-wapper {
  width: 100%;
  overflow-x: scroll;
  position: relative;
  z-index: 9;
  scrollbar-color: #C59C4D color_third;
  margin-top: 50px;
}
.our-partner .our-partner-whole-wapper::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.our-partner .our-partner-whole-wapper::-webkit-scrollbar-thumb {
  background-color: #C59C4D;
  border-radius: 10px;
}
.our-partner .our-partner-whole-wapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: color_third;
}
.our-partner .our-partner-gird {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 25px;
}
.our-partner .our-partner-gird a {
  color: #000000;
}

.rental-deal a {
  color: #000000;
}
.rental-deal .rental-deal-wapper {
  border-radius: 6px;
  box-shadow: 3px 3px 15px 0px rgba(128, 128, 128, 0.3);
}
.rental-deal .rental-deal-wapper .rental-deal-slider img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rental-deal .rental-deal-wapper .rental-deal-para {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rental-deal .rental-deal-wapper .rental-deal-para h6 {
  font-size: 18px;
  font-weight: 700;
}
.rental-deal .rental-deal-wapper .rental-deal-para .spec p {
  font-size: 12px;
}

.our-partner, .our-investors, .our-propert-news {
  color: #ffffff;
}
.our-partner h2, .our-investors h2, .our-propert-news h2 {
  color: #C59C4D;
}
.our-partner .partner-gird, .our-investors .partner-gird, .our-propert-news .partner-gird {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  grid-column-gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .our-partner .partner-gird, .our-investors .partner-gird, .our-propert-news .partner-gird {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  .our-partner .partner-gird, .our-investors .partner-gird, .our-propert-news .partner-gird {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .our-partner .partner-gird, .our-investors .partner-gird, .our-propert-news .partner-gird {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .our-partner .partner-gird, .our-investors .partner-gird, .our-propert-news .partner-gird {
    grid-template-columns: repeat(1, 1fr);
  }
}

.our-propert-news .post-date, .news-detail .post-date {
  color: #C59C4D;
}

.trending-wapper h6 {
  font-weight: 700;
}
.trending-wapper img {
  width: 100%;
  border-radius: 20px;
}

.point-form-wapper {
  background-color: #ffffff;
  padding: 45px;
  border-radius: 10px;
}
.point-form-wapper h4 {
  font-weight: 700;
}

.inquery-form {
  background-color: #E5E5E5;
  padding: 45px;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}
.inquery-form h4 {
  font-weight: 700;
}
.inquery-form .second-msg {
  position: relative;
  top: -13px;
}
.inquery-form .form-control {
  border: 1px solid transparent;
}

.result-pg h4, .result-pg p, .result-pg label {
  color: #ffffff;
}
.result-pg .search-col {
  position: relative;
  overflow: hidden;
}
.result-pg select {
  color: #C59C4D;
  background-color: transparent;
  border: none;
}
.result-pg select:focus-visible {
  outline-color: transparent;
  border: none;
}
.result-pg .search-bar {
  background-image: none;
  background-color: transparent;
}
.result-pg .search-bar .search-form {
  max-width: 700px;
  width: 100%;
  margin: 0;
}
.result-pg .search-bar .search-box-wapper {
  margin-bottom: 15px;
}
.result-pg .search-bar .tab-pane {
  padding: 35px;
  background-color: #E5E5E5;
  border-radius: 5px;
}
.result-pg .search-bar .tab-pane label {
  color: #000000;
}
.result-pg .search-bar .tab-pane p {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.result-pg .search-bar .tab-pane .search-property-type,
.result-pg .search-bar .tab-pane .furnishing-type,
.result-pg .search-bar .tab-pane .popular-feature-type,
.result-pg .search-bar .tab-pane .entertainment-type,
.result-pg .search-bar .tab-pane .safety-type,
.result-pg .search-bar .tab-pane .parking-type,
.result-pg .search-bar .tab-pane .view-type,
.result-pg .search-bar .tab-pane .new-development-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 576px) {
  .result-pg .search-bar .tab-pane .search-property-type,
  .result-pg .search-bar .tab-pane .furnishing-type,
  .result-pg .search-bar .tab-pane .popular-feature-type,
  .result-pg .search-bar .tab-pane .entertainment-type,
  .result-pg .search-bar .tab-pane .safety-type,
  .result-pg .search-bar .tab-pane .parking-type,
  .result-pg .search-bar .tab-pane .view-type,
  .result-pg .search-bar .tab-pane .new-development-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
.result-pg .search-bar .tab-pane .bedroom-type {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .result-pg .search-bar .tab-pane .bedroom-type {
    grid-template-columns: repeat(2, 1fr);
  }
}
.result-pg .search-result-lists {
  margin-top: 50px;
}
.result-pg .search-result-lists .result-status {
  display: grid;
  grid-template-columns: auto auto;
}
.result-pg .search-result-lists .result-status p, .result-pg .search-result-lists .result-status select {
  font-size: 16px;
}
.result-pg .search-result-lists .result-status .sort-by {
  font-weight: 700;
}
.result-pg .search-result-lists .rental-deal-wapper {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 3px 3px 15px 0px rgba(128, 128, 128, 0.3);
}
.result-pg .search-result-lists .rental-deal-wapper h6, .result-pg .search-result-lists .rental-deal-wapper p, .result-pg .search-result-lists .rental-deal-wapper a {
  color: #000000;
}
.result-pg .search-result-lists .rental-deal-wapper h6 {
  font-weight: 700;
}
.result-pg .search-result-lists .rental-deal-wapper .rental-deal-slider img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.result-pg .search-result-lists .rental-deal-wapper .spec p {
  font-size: 12px;
}

.room-detail-pg .room-detail h3, .room-detail-pg .room-detail h6 {
  font-weight: 700;
}
.room-detail-pg .room-detail h6 {
  font-size: 20px;
}
.room-detail-pg .room-detail span {
  font-size: 12px;
}
.room-detail-pg .room-detail .img-wapper {
  display: grid;
  grid-template-areas: "main main . ." "main main . .";
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.25rem;
}
.room-detail-pg .room-detail .img-wapper .img-grid.alt {
  grid-area: main;
}
.room-detail-pg .rental-deal h2 {
  color: #ffffff;
}
.room-detail-pg .rental-deal .rental-deal-para {
  background-color: #ffffff;
}

.contact-pg .contact-detail h4 {
  color: #ffffff;
}
.contact-pg .contact-detail i {
  font-size: 30px;
}
.contact-pg .contact-detail a {
  color: #000000;
}
.contact-pg .contact-wapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
}
@media screen and (max-width: 1200px) {
  .contact-pg .contact-wapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  .contact-pg .contact-wapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .contact-pg .contact-wapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .contact-pg .contact-wapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-pg .contact-wapper .contact-block {
  max-width: 245px;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
  transition: all ease-in-out 0.5s;
}
.contact-pg .contact-wapper .contact-block:hover {
  box-shadow: 7px 5px 20px 20px rgba(255, 255, 255, 0.1803921569);
}
.contact-pg .contact-wapper .contact-block .title {
  font-size: 17px;
  font-weight: 700;
}
.contact-pg .contact-wapper .contact-block .representive {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 0;
}

.user-profile-pg h3 {
  font-weight: 700;
}
.user-profile-pg .profile-wapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
}
.user-profile-pg .profile-wapper .form-control:focus {
  border: 1px solid #ced4da !important;
}
.user-profile-pg .profile-wapper .box-wapper {
  position: relative;
}
.user-profile-pg .profile-wapper .box-wapper .email-edit, .user-profile-pg .profile-wapper .box-wapper .password-add {
  border: none;
  background: transparent;
  color: #6193FC;
}
.user-profile-pg .profile-wapper .box-wapper .border-none {
  border: none;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}
.user-profile-pg .profile-wapper .box-wapper .border-none:focus-visible {
  outline-color: transparent;
}
.user-profile-pg .profile-wapper .phone-field-wapper {
  display: grid;
  grid-template-columns: 25% auto;
  grid-column-gap: 15px;
}

.news-wapper {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-wapper img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.news-wapper .news-para p {
  color: #000000;
  margin: 0;
}

footer h5 {
  font-weight: 700;
}
footer .footer-social-icon i {
  font-size: 20px;
}
footer .newsletters {
  background-color: #535353;
}
footer .newsletters p, footer .newsletters h2 {
  color: #ffffff;
}
footer .newsletters .newsletters-form {
  max-width: 376px;
  float: right;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  footer .newsletters .newsletters-form {
    float: unset;
  }
}
footer .newsletters .search-field {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 55px;
}
footer .newsletters .search-button {
  color: #ffffff;
  padding: 10px 20px;
  background: #C59C4D;
  border: none;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
footer .newsletters .search-button:hover {
  cursor: pointer;
  background: #aaa;
}
footer .copyright {
  border-top: 1px solid #1E1E1E;
  padding: 20px 0;
}
footer a {
  color: #000000;
  transition: all ease-in-out 0.3s;
}
footer a:hover {
  color: #C59C4D;
}
