/*** LTR websites ***/
/*----------------------------------------*/
/*        Header Top CSS
/*----------------------------------------*/
.home_switch {
  margin-right: auto !important;
  margin-left: auto !important;
}

.header_top {
  background-color: #fff;
  padding: 7px 0;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
  position: relative;
  z-index: 10000;
}
.header_top ul {
  display: flex;
  padding-left: 8px;
}
.header_top ul li {
  margin-right: 5px;
}
.header_top ul li:first-child {
  margin-right: 10px;
}
.header_top ul li a {
  letter-spacing: 0px;
  line-height: 19px;
  color: #000;
  font-weight: 500;
}
.header_top ul li a span {
  padding-left: 6px;
  font-size: 16px;
}
.header_top .right_translate {
  height: 100%;
  align-items: center;
}
.header_top .right_translate li {
  margin-left: 15px;
  margin-right: 5px !important;
}
.header_top .right_translate li .head_btn {
  width: 119px;
  height: 41px;
  border-radius: 20px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header_top .right_translate li .head_btn:hover {
  background-color: #f62a78;
}
.header_top .right_translate li .lang_btn {
  background: transparent;
  border: none;
  width: 37px;
}

.header_top.inn {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
}

.header-section {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.bg_white {
  background: #fff;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-logo a img {
  width: 150px;
}

.header-menu .main-menu {
  display: flex;
  padding-top: 20px;
}
.header-menu .main-menu li {
  position: relative;
  padding: 30px 20px;
}
.header-menu .main-menu li:first-child {
  padding-left: 7px !important;
}
.header-menu .main-menu li a {
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header-menu .main-menu li a:hover {
  color: #f62a78;
}
.header-menu .main-menu li.active-menu > a {
  color: #f62a78;
}
.header-menu .adv_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 205px;
  border-radius: 14px;
  background-color: rgba(102, 46, 145, 0.1176470588);
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header-menu .adv_btn:hover {
  color: #f62a78;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-btn {
  margin-left: 25px;
}
.header-btn .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}
.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #662e91;
  margin: 5px 0;
  display: block;
}
.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-section-05 .header-social {
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}
.header-section-05 .header-social::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}
.header-section-05 .header-social ul li {
  display: inline-block;
}
.header-section-05 .header-social ul li + li {
  margin-left: 10px;
}
.header-section-05 .header-social ul li a {
  font-size: 15px;
  display: block;
  color: #565656;
}
.header-section-05 .header-social ul li a:hover {
  color: #086ad8;
}
.header-section-05 .header-search {
  padding-left: 0;
}
.header-section-05 .header-search::before {
  display: none;
}

.header-top-section {
  background: #030213;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  background-color: #fff;
}

.offcanvas {
  background: #662e91;
  width: 320px;
  z-index: 99999;
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #f62a78;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}
.offcanvas-menu .main-menu li {
  position: relative;
}
.offcanvas-menu .main-menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.offcanvas-menu .main-menu li a:hover {
  color: #f62a78;
}
.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}
.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}
.offcanvas-menu .menu-expand {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.offcanvas-menu .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.offcanvas-menu .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-backdrop {
  z-index: 99998 !important;
}

@media only screen and (max-width: 991px) {
  .header-section {
    padding: 15px 0;
  }
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .header-logo a img {
    width: 130px;
  }
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .offcanvas {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
/*----------------------------------------*/
/*               main_body CSS
/*----------------------------------------*/
.home_body {
  height: calc(100vh - 125px);
}
.home_body .home_wrap {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_body .home_wrap .bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.home_body .home_wrap .bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home_body .main_body {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 50px;
}
.home_body .main_body .search_bar {
  width: 700px;
  height: 72px;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-top: 42px;
}
.home_body .main_body .search_bar input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 20px 50px;
  font-size: 20px;
  line-height: 68px;
  color: #9a8fa1;
  font-weight: 400;
}
.home_body .main_body .search_bar span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  background-color: #000;
  cursor: pointer;
}
.home_body .main_body .search_bar span:hover {
  background-color: #f62a78;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

/*----------------------------------------*/
/*           main_body CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*           list page CSS
/*----------------------------------------*/
.inn_head.sticky {
  padding: 30px 0;
}

.inn_head .main-menu li {
  padding-top: 0 !important;
  padding-bottom: 5px;
}

.search_page {
  padding-top: 80px;
  position: relative;
}
.search_page .left_bg {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.search_page .right_bg {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.search_page .search_card {
  background-color: #f0eaf4;
  border-radius: 30px;
  padding: 45px 30px;
  position: relative;
  margin-bottom: 45px;
}
.search_page .search_card::after {
  position: absolute;
  content: "";
  background-color: #662e91;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.search_page .search_card .price_ip {
  display: flex;
  justify-content: start;
  align-items: center;
}
.search_page .search_card .price_ip input {
  width: 100px;
  margin-right: 20px;
}
.search_page .search_card h2 {
  font-size: 30px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
.search_page .search_card span {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  display: block;
  text-align: start;
  padding-bottom: 0px;
  padding-top: 10px;
}
.search_page .search_card input {
  max-width: 220px;
  width: 100%;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  border: none;
  padding: 19px;
}
.search_page .search_card .form-control {
  max-width: 220px;
  width: 100%;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  border: none;
  font-size: 15px;
  line-height: 28px;
  color: #72657a;
  font-weight: 400;
}
.search_page .search_card .form-control:focus {
  box-shadow: none !important;
}
.search_page .search_card .btn_box {
  padding-top: 17px;
}
.search_page .search_card .btn_box .btn {
  border-radius: 22px;
  background-color: #f0eaf4;
  border: 1px solid #ffffff;
  width: 107px;
  height: 44px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.search_page .search_card .btn_box .btn:hover {
  background-color: #f62a78;
  border: none;
  color: #fff;
}
.search_page .search_card .btn_box ._adv {
  background-color: #000 !important;
  color: #fff;
  border: none;
  margin-left: 7px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.search_page .search_card .btn_box ._adv:hover {
  background-color: #f62a78 !important;
}
.search_page .search_card .filter {
  position: relative;
  z-index: 10;
  bottom: -43px;
}
.search_page .search_card .filter li span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
}
.search_page .search_card .filter li button {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.search_page .search_card .grid_switch {
  position: relative;
  z-index: 10;
  bottom: -43px;
}

.product_list {
  /* Style for grid view */
  /* Style for list view */
}
.product_list h2 {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.product_list .grid-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  transition: all 0.3s all;
  -webkit-transition: all 0.3s all;
}
.product_list .grid-view .img_box {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.product_list .mini-grid-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transition: all 0.3s all;
  -webkit-transition: all 0.3s all;
}
.product_list .mini-grid-view .img_box {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.product_list .mini-grid-view .card_box {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.product_list .list-view {
  display: flex;
  flex-direction: column;
  transition: all 0.3s all;
  -webkit-transition: all 0.3s all;
}
.product_list .list-view .img_box {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.product_list .list-view .card_box {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.product_list .list-view .product {
  display: flex !important;
  width: 100%;
}
.product_list .list-view .product .card_box {
  width: 100%;
}
.product_list .product {
  margin-bottom: 40px;
  background-color: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
}
.product_list .list-view .img_box {
  width: 45%;
}
.product_list .img_box {
  position: relative;
}
.product_list .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_list .img_box span {
  font-size: 30px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.product_list .img_box h5 {
  position: absolute;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  left: 17px;
  top: 36px;
  width: 79px;
  border-radius: 5px;
  background-color: #662e91;
  text-align: center;
  padding: 5px 0;
}
.product_list .img_box h6 {
  position: absolute;
  left: 102px;
  top: 36px;
  font-size: 13px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  width: 55px;
  border-radius: 5px;
  background-color: #f62a78;
  text-align: center;
  padding: 5px 0;
}
.product_list .card_box {
  padding: 20px 17px;
}
.product_list .card_box a {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  padding-top: 12px;
  display: block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.product_list .card_box a:hover {
  color: #f62a78;
}
.product_list .card_box img {
  width: 14px;
  height: 16px;
}
.product_list .card_box .add {
  padding-top: 10px;
}
.product_list .card_box .add span {
  font-size: 15px;
  line-height: 21px;
  color: #6a6a6a;
  font-weight: 400;
  padding-left: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 45px;
}
.product_list .card_box .rating_box {
  display: flex;
  justify-content: start;
  align-items: center;
}
.product_list .card_box .rating_box p {
  margin-bottom: 0 !important;
  padding-left: 10px;
  font-size: 15px;
  color: #6a6a6a;
  font-weight: 400;
}
.product_list .card_box .rating_box ul {
  display: flex;
}
.product_list .card_box .rating_box ul li {
  padding-left: 5px;
}
.product_list .card_box .rating_box ul li img {
  width: 18px;
  height: 18px;
}
.product_list .card_box .specs {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 15px;
  padding: 14px 10px;
}
.product_list .card_box .specs li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.product_list .card_box .specs li p {
  margin-bottom: 0 !important;
  padding-left: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}
.product_list .card_box .specs li img {
  width: 20px;
}
.product_list .card_box .bot_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.product_list .card_box .bot_list li {
  display: flex;
  align-items: center;
  justify-content: start;
}
.product_list .card_box .bot_list li h6 {
  font-size: 13px;
  line-height: 21px;
  color: #6a6a6a;
  font-weight: 600;
}
.product_list .card_box .bot_list li p {
  margin-bottom: 0.5rem !important;
  padding-left: 5px;
  font-size: 12px;
  line-height: 21px;
  color: #6a6a6a;
  font-weight: 400;
}

#products {
  padding-top: 20px;
}

/*----------------------------------------*/
/*           list page CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*           landlord page CSS
/*----------------------------------------*/
.banner .banner_bg {
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_bg h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.banner.inn h2 {
  color: #f62a78;
}

.contact_card {
  position: relative;
  border-radius: 40px;
  background-color: #f0eaf4;
  padding: 45px 65px;
  text-align: center;
  margin: 50px auto;
}
.contact_card h3 {
  font-size: 30px;
  color: #111111;
  font-weight: 600;
  padding-bottom: 40px;
}
.contact_card input {
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  padding: 20px 27px;
  width: 100%;
  margin-bottom: 12px;
}
.contact_card textarea {
  height: 120px;
  padding: 20px 27px;
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  resize: none;
}
.contact_card textarea:focus {
  outline: 0;
}
.contact_card .con_sub_btn {
  width: 350px;
  height: 60px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  margin: auto;
  margin-top: 12px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.contact_card .con_sub_btn:hover {
  background-color: #f62a78;
}

/*----------------------------------------*/
/*           landlord page CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*           details page CSS
/*----------------------------------------*/
.details_banner {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.details_banner img {
  width: 100%;
  height: 100%;
}
.details_banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #f62a78;
  font-weight: 600;
  text-align: center;
  max-width: 740px;
  width: 100%;
}

.prop_details {
  padding-top: 50px;
}
.prop_details .top_nav {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-bottom: 5px;
}
.prop_details .top_nav li {
  padding: 0 15px;
  position: relative;
}
.prop_details .top_nav li a {
  font-size: 16px;
  color: #010101;
  font-weight: 300;
}
.prop_details .top_nav li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prop_details .top_nav li:last-child::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-color: transparent;
  height: 100%;
  right: 0;
}
.prop_details .top_nav li:first-child a {
  font-weight: 600 !important;
}
.prop_details .top_nav li:first-child::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-color: transparent;
  height: 100%;
  left: -5px;
}
.prop_details p {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details .social {
  display: flex;
  align-items: center;
  justify-content: end;
}
.prop_details .social li {
  margin-left: 4px;
}
.prop_details .social li a {
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.prop_details .social li a:hover {
  background-color: #f62a78;
}
.prop_details .card_box {
  border-radius: 10px;
  filter: drop-shadow(1.286px 1.532px 12px rgba(13, 0, 23, 0.1));
  background-color: #ffffff;
  padding: 10px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.prop_details .card_box h6 {
  padding: 15px;
  border-radius: 6px;
  background-color: #662e91;
  text-align: start;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.prop_details .card_box .link {
  padding-left: 15px;
}
.prop_details .card_box .link li {
  padding-top: 15px;
}
.prop_details .card_box .link a i {
  color: #662e91;
  font-size: 20px;
}
.prop_details .card_box .link a span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding-left: 10px;
}
.prop_details h4 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
.prop_details input {
  height: 50px;
  border-radius: 6px;
  background-color: #f4f4f4;
  border: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}
.prop_details input::-moz-placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details input:-ms-input-placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details input::placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details textarea {
  height: 225px;
  border-radius: 6px;
  background-color: #f4f4f4;
  border: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  resize: none;
}
.prop_details textarea::-moz-placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details textarea::placeholder {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
}
.prop_details textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}
.prop_details .frm_btn {
  background-color: #000;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.prop_details .frm_btn:hover {
  background-color: #f62a78;
}
.prop_details .pdb {
  border-radius: 20px;
  filter: drop-shadow(1.928px 2.298px 12px rgba(13, 0, 23, 0.08));
  background-color: #ffffff;
  padding: 35px;
}
.prop_details .prop_deta {
  margin-top: 40px;
  margin-bottom: 20px;
}
.prop_details .prop_deta ul li {
  font-weight: 400;
  padding-bottom: 6px;
}
.prop_details .prop_deta ul li span {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding-right: 5px;
}
.prop_details .prop_deta ul li img {
  padding-right: 5px;
}
.prop_details .prop_deta ul li a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.prop_details .prop_deta ul li a:hover {
  color: #f62a78;
}
.prop_details .feature {
  padding-bottom: 40px !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  filter: drop-shadow(1.928px 7px 5px rgba(13, 0, 23, 0.08)) !important;
}
.prop_details .feature h6 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
.prop_details .feature::after {
  position: absolute;
  content: "";
  background-color: #f4f4f4;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.prop_details .feature ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  margin-top: 40px;
}
.prop_details .feature ul li {
  padding-bottom: 10px;
  width: 33.33%;
}
.prop_details .details {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(1.928px 7px 5px rgba(13, 0, 23, 0.08)) !important;
  margin-bottom: 50px;
}
.prop_details .details h6 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
.prop_details .details::after {
  position: absolute;
  content: "";
  background-color: #f4f4f4;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.prop_details .details h5 {
  margin-top: 40px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.prop_details .details .const {
  margin-top: 20px;
}
.prop_details .details p {
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  font-weight: 400;
}
.prop_details .details .mega_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.prop_details .details .mega_details .sub_mega {
  width: 33.33%;
}
.prop_details .details .mega_details .sub_mega p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 20px;
}
.prop_details .details .mega_details .sub_mega .sub_details li span {
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  font-weight: 400;
}
.prop_details .details .price {
  padding-top: 30px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
}
.prop_details .pro_data h6 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  padding: 20px 0;
  margin: 0;
}
.prop_details .pro_data ul li a {
  font-size: 15px;
  line-height: 34px;
  color: #000000;
  font-weight: 300;
}
.prop_details .pro_data ul li a img {
  padding-right: 10px;
}
.prop_details .pro_data ul li span {
  font-size: 15px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
}
.prop_details .pro_data .profile_btn {
  padding: 14px;
  margin-top: 15px;
  border-radius: 6px;
  background-color: #000;
  width: 100%;
  color: #fff;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.prop_details .pro_data .profile_btn:hover {
  background-color: #f62a78;
}
.prop_details .profile {
  margin-top: 40px;
}

/*----------------------------------------*/
/*           details page CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*           footer CSS
/*----------------------------------------*/
footer {
  background-color: #37373c;
}
footer .footer_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
footer .footer_text p {
  opacity: 0.341;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0 !important;
}

/*----------------------------------------*/
/*           footer CSS
/*----------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(8, 105, 216, 0.4235294118);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #662e91;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #662e91;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.card_section_marketing p {
  text-align: center;
  padding: 50px 10px;
}
.card_section_marketing .cus_row {
  padding-top: 70px;
  padding-bottom: 50px;
}
.card_section_marketing .card_box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none !important;
  padding: 15px;
  position: relative;
  border-radius: 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transform: scale(1);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  height: 90px;
}
.card_section_marketing .card_box .img_box {
  max-width: 50px;
  padding-right: 10px;
}
.card_section_marketing .card_box h4 {
  text-align: start;
  padding-top: 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-size: 17px;
}
.card_section_marketing .card_box:hover {
  transform: scale(1.02);
  background-color: #f62a78;
}
.card_section_marketing .card_box:hover h4 {
  color: #fff;
}
.card_section_marketing .card_box:hover .img_box img {
  filter: invert(100);
}
.card_section_marketing .card_box.active {
  transform: scale(1.02);
  background-color: #f62a78;
}
.card_section_marketing .card_box.active h4 {
  color: #fff;
}
.card_section_marketing .card_box.active .img_box img {
  filter: invert(100);
}
.card_section_marketing .tab-content {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 15px;
}
.card_section_marketing .tab-content h2 {
  text-align: start;
}
.card_section_marketing .tab-content p {
  padding: 0;
  text-align: start;
}
.card_section_marketing .tab-content ul {
  padding: 15px 0;
}

.header-menu .main-menu li .menu-icon::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: #000;
  margin-left: 5px;
  transition: all 0.3s linear;
}
.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-menu .main-menu li:hover > .menu-icon::after {
  color: #f62a78;
}
.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 300px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 0 0 !important;
  border-radius: 5px;
  border-top: 3px solid #f62a78;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
.header-menu .main-menu li .sub-menu li {
  padding-top: 5px !important;
  border-bottom: 1px solid;
  padding-left: 10px !important;
  padding-bottom: 5px !important;
}
.header-menu .main-menu li .sub-menu li:last-child {
  border-bottom: 0;
}

.card_section_poperty section {
  padding: 40px;
  background-color: #fff;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 95%;
}
.card_section_poperty .pp_row {
  background-color: #f6f6f6;
  padding: 30px 20px;
  border-radius: 15px;
}
.card_section_poperty .pp_row .col-md-4.mb-3 {
  margin: 0 !important;
  padding: 0;
}

.card_section_marketing h2 {
  color: #fff;
}
.card_section_marketing ul {
  list-style: disc;
  padding-left: 25px !important;
}
.card_section_marketing ul li {
  color: #fff;
}

.tab-content.in p {
  margin-bottom: 5px !important;
}
.tab-content.in li {
  color: #000;
  margin-bottom: 8px;
}

.card_section_poperty .prop_details {
  padding-top: 0 !important;
}
.card_section_poperty .prop_details h4 {
  font-size: 20px;
}
.card_section_poperty .value_sub {
  text-align: center;
  font-size: 22px;
  padding: 10px 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
.card_section_poperty .underline {
  color: #f62a78;
  text-align: center;
  margin-bottom: 45px;
  text-decoration: none !important;
  font-size: 20px;
}
.card_section_poperty .bot_text {
  background-color: #f62a78;
}
.card_section_poperty .bot_text p {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  text-align: start !important;
  padding-left: 20px;
}
.card_section_poperty .bot_text p span {
  font-weight: 700;
}
.card_section_poperty h2 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}
.card_section_poperty ul {
  list-style: disc;
  padding-left: 25px !important;
  margin-top: 15px;
}
.card_section_poperty ul .highlight {
  font-weight: bold;
}
.card_section_poperty ul li {
  color: #000;
  margin-bottom: 10px;
}
.card_section_poperty .card_box {
  text-align: center;
  cursor: pointer;
  padding: 20px 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  height: 100%;
  position: relative;
}
.card_section_poperty .card_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  border-right: 1px solid #ddd;
  height: calc(100% - 30px);
}
.card_section_poperty .card_box::before {
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 1px solid #ddd;
  height: 100%;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
.card_section_poperty .card_box h3 {
  font-size: 18px;
}
.card_section_poperty .card_box p {
  font-size: 15px;
}
.card_section_poperty .card_box .img_box {
  display: inline-block;
  padding: 15px;
  border-radius: 100px;
  height: auto;
}
.card_section_poperty .card_box .img_box img {
  width: 50px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: invert(42%) sepia(94%) saturate(6132%) hue-rotate(314deg) brightness(101%) contrast(100%);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.card_section_poperty.in .card_box {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.card_section_poperty.in .card_box:hover {
  background-color: #f62a78;
  border-radius: 0;
}
.card_section_poperty.in .card_box:hover .img_box img {
  filter: invert(1);
}
.card_section_poperty.in .card_box:hover .card_text {
  color: #fff;
}
.card_section_poperty.in .card_box .img_box {
  padding: 10px;
}
.card_section_poperty.in .card_box .img_box img {
  width: 50px;
}
.card_section_poperty.in .card_box h3 {
  font-size: 15px;
  font-weight: 400;
}

.row_rev .cont_box {
  height: 100%;
  padding-top: 0;
  position: relative;
}
.row_rev .cont_box .row > *:nth-child(3n) .card_box::after {
  border-right: 0;
}
.row_rev .cont_box .row *:nth-child(1n):last-child .card_box::before {
  border-bottom: 0;
}
.row_rev .cont_box .row *:nth-child(2n):nth-last-child(-n+2) .card_box::before {
  border-bottom: 0;
}
.row_rev .img_box {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.row_rev .img_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f_container {
  background-color: #f62a78;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.f_container::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 100%;
  height: 100%;
  background-image: url(../images/ov_1.png);
  z-index: 1;
  background-repeat: no-repeat;
}
.f_container::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 100%;
  background-image: url(../images/ov2.png);
  z-index: 1;
  background-repeat: no-repeat;
}
.f_container .img_box {
  display: block;
  text-align: end;
  margin-right: 30px;
}
.f_container .col-8 {
  position: relative;
}
.f_container .col-8::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

@media only screen and (max-width: 575px) {
  .row_rev .cont_box .row > *:nth-child(3n) .card_box::after {
    border-right: 1px solid #ddd;
  }
  .row_rev .cont_box .row > *:nth-child(2n) .card_box::after {
    border-right: 0;
  }
  .row_rev .cont_box .row *:nth-child(1n):last-child .card_box::before {
    border-bottom: 0;
  }
  .row_rev .cont_box .row *:nth-child(2n):nth-last-child(-n+2) .card_box::before {
    border-bottom: 1px solid #ddd;
  }
}
.contact_form .cnct_page select {
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  padding: 20px 27px;
  width: 100%;
  margin-bottom: 12px;
  color: #72657a;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: url(../images/down.png) #fff no-repeat 95% center/15px;
}
.contact_form .cnct_page .location_box {
  height: 100%;
}
.contact_form .cnct_page .location_box iframe {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact_form .bottom_links .link_box {
  padding: 10px;
  text-align: center;
}
.contact_form .bottom_links .link_box i {
  font-size: 25px;
  color: #fff;
  background-color: #662e91;
  padding: 20px;
  border-radius: 100px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  margin-bottom: 20px;
}
.contact_form .bottom_links .link_box i:hover {
  background-color: #4b226a;
}

.in_valuation .bot_text p {
  font-size: 16px;
}
.in_valuation .in_row .col-md-4.mb-5 {
  margin-bottom: 0 !important;
}
.in_valuation .in_row .col-md-4 .card_box::after {
  right: -25px;
}
.in_valuation .in_row .col-md-4:nth-child(3n) .card_box:after {
  display: none;
}
.in_valuation .in_row .col-md-4:nth-child(4) .card_box:before, .in_valuation .in_row .col-md-4:nth-child(5) .card_box:before, .in_valuation .in_row .col-md-4:nth-child(6) .card_box:before {
  display: none;
}
.in_valuation .in_row .col-md-4:nth-child(10) .card_box:before, .in_valuation .in_row .col-md-4:nth-child(11) .card_box:before, .in_valuation .in_row .col-md-4:nth-child(12) .card_box:before {
  display: none;
}

.cpatcha {
  position: fixed;
  bottom: 60px;
  z-index: 10;
  right: 15px;
}

body {
  direction: ltr;
}/*# sourceMappingURL=main-ltr.css.map */