@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans.woff2") format("woff2"), url("../fonts/SamsungSharpSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT Arabic 45";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.custom-checkbox .custom-control-label {
  position: relative;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  top: -3px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label::before {
  background: #777777;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Instrument Sans", serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.font-black {
  color: #000 !important;
}

.cursor-pointor {
  cursor: pointer;
}

.fade {
  transition: opacity 0.2s ease-in-out; /* Adjust duration and easing as desired */
}

.fade.out {
  opacity: 0; /* Fade out */
}

.fade.in {
  opacity: 1; /* Fade in */
}

::-ms-reveal {
  display: none;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: #FE6D1F;
}

.form-check-input:checked[type=radio] {
  background: url(../images/home/icons/radio-dot.svg) no-repeat;
  cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
  background: url(../images/home/icons/check.svg) no-repeat center;
  cursor: pointer;
  color: #FE6D1F;
}

a {
  color: #FE6D1F;
}

.form-check-label {
  color: #6E6E6E;
  cursor: pointer;
}

.form-check-input:checked[type=radio] + .form-check-label {
  color: #000;
}

.vcenter {
  display: table;
  width: 100%;
}
.vcenter .mid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.theme-red-text {
  color: #FE6D1F;
}

.text-primary {
  color: #FE6D1F !important;
}

.elipse-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.status {
  padding: 4px 6px;
  border-radius: 6px;
  background: #FE6D1F;
  color: #fff;
  font-size: 11px;
}

.room-pick {
  position: relative;
}
.room-pick .room-picker {
  min-width: 239px;
  width: 100%;
  top: calc(90% + 1px);
  left: -12px;
  cursor: auto;
  position: absolute;
  background: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9;
}
@media (max-width: 767px) {
  .room-pick .room-picker {
    left: 0;
  }
}
.room-pick .room-picker label {
  font-weight: 500;
  font-size: 16px;
  width: 100px;
}
.room-pick .room-picker button {
  border-radius: 30px;
  border: 1px solid #FE6D1F;
  width: 30px;
  height: 30px;
  margin: 8px;
  color: #666;
}
.room-pick .room-picker button:disabled {
  background: #ccc;
  border-color: #ccc;
  opacity: 0.6;
}
.room-pick .room-picker button:disabled:hover {
  pointer-events: none;
  background: #ccc;
  border-color: #ccc;
  color: #666;
}
.room-pick .room-picker button:hover {
  background: #FE6D1F;
  color: #fff;
}

.inner-search {
  margin-top: 0;
  margin-bottom: 15px;
}
.inner-search .search-box {
  margin-top: 0px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: #FE6D1F !important;
}

.right-search-page .container {
  padding: 0;
}

.btn-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  background: #FE6D1F;
  font-size: 14px;
  border-color: #FE6D1F;
  min-width: 174px;
  color: #fff;
  font-weight: 500;
}
.btn-primary-theme:hover {
  background: #fe6310;
  border-color: #fe6310;
  color: #fff;
}
.btn-primary-theme:focus {
  box-shadow: none;
}

.btn-outline-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  border-color: #FE6D1F;
  border: 1px solid #222;
  color: #222;
  font-weight: 500;
}
.btn-outline-primary-theme:hover {
  background: #fe6310;
  border-color: #fe6310;
  color: #fff;
}
.btn-outline-primary-theme:focus {
  box-shadow: none;
}

.btn-get-started {
  border-radius: 60px;
}

.btn-round {
  width: 44px;
  border-radius: 100px;
  min-width: 44px !important;
}

header {
  background: #fff;
  z-index: 1000 !important;
}
header .navbar {
  background: #fff;
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  header .navbar {
    padding: 20px 0;
  }
}
header .logo {
  max-width: 160px;
}
@media (max-width: 991px) {
  header .logo {
    max-width: 100px;
  }
}
header nav {
  font-family: "Instrument Sans", serif;
}
@media (max-width: 991px) {
  header nav .navbar-nav {
    gap: 0 !important;
  }
}
header nav .navbar-nav .nav-item {
  font-size: 14px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 17.08px;
  color: #222;
  text-transform: uppercase;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #FE6D1F;
}

footer {
  background-repeat: no-repeat;
  border-top: 1px solid #AAAAAA;
  background: #111214;
  padding: 50px 0 0 0;
  color: #fff;
}
footer h5 {
  color: #ccc;
}
footer .footer-top {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
footer .footer-top .foot-link {
  border-right: 1px solid #333;
}
@media (max-width: 767px) {
  footer .footer-top .foot-link {
    justify-content: center;
    border: none;
  }
}
footer .footer-top .foot-link .foot-link-right {
  padding-left: 30px;
}
@media (max-width: 767px) {
  footer .footer-top .foot-link .foot-link-right {
    padding: 0;
  }
}
footer .footer-top .foot-link .foot-link-right h3 {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 767px) {
  footer .footer-top .foot-link .foot-link-right h3 {
    font-size: 16px;
    padding: 0;
  }
}
footer .footer-top .foot-link .icon {
  background: #FE6D1F;
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  max-height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-top .foot-link .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding-bottom: 60px;
  }
}
footer .footer-bottom {
  padding-top: 20px;
}
footer .footer-bottom p {
  color: #a1a0a0;
}
footer .footer-bottom .footer-links ul {
  padding: 0;
  list-style: none;
}
footer .footer-bottom .footer-links ul li {
  color: #000;
  line-height: 35px;
}
footer .footer-bottom .footer-links ul li a {
  color: #a1a0a0;
  text-decoration: none;
  font-weight: 600;
}
footer .footer-bottom .footer-links ul li a:hover {
  color: #FE6D1F;
}

.social {
  float: left;
}
.social.social-color a i {
  color: #FE6D1F;
}
.social.social-color a:hover {
  background: #FE6D1F;
  border-color: #FE6D1F;
}
.social.social-color a:hover i {
  color: #fff;
}
@media (max-width: 767px) {
  .social {
    float: unset;
    text-align: center;
    margin-top: 10px;
  }
}
.social a {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #2D194E;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
@media (max-width: 991px) {
  .social a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.social a:hover {
  background: white;
  color: #FE6D1F;
}

.copyright {
  border-top: 0.5px solid #333;
  color: #ccc;
  margin: 0;
  text-align: left;
  padding: 20px 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
.copyright ul {
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 767px) {
  .copyright ul {
    text-align: center;
  }
}
.copyright ul li {
  line-height: 35px;
  display: inline-block;
  margin-right: 15px;
}
.copyright ul li a {
  color: #a1a0a0;
  text-decoration: none;
  font-weight: 600;
}
.copyright ul li a:hover {
  color: #FE6D1F;
}

.mobile-navbar {
  background: #fff;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-size: 20px;
  box-shadow: #cecece 6px 3px 16px;
}
.mobile-navbar a {
  opacity: 0.8;
  text-decoration: none;
  text-align: center;
}
.mobile-navbar a p {
  font-size: 10px;
  margin: 0;
  opacity: 0.7;
}
.mobile-navbar a i:hover {
  color: #FE6D1F;
}
.mobile-navbar a.active, .mobile-navbar a:hover {
  opacity: 1;
}
.mobile-navbar a.active p, .mobile-navbar a:hover p {
  color: #FE6D1F;
  font-weight: bold;
}
@media (min-width: 767px) {
  .mobile-navbar {
    display: none !important;
  }
}

.section-banner {
  padding: 120px 0 40px 0;
}
@media (max-width: 767px) {
  .section-banner {
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section-banner img {
    display: none;
  }
}
.section-banner h1 {
  font-family: "neulis-neue", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 12%;
}
@media (max-width: 767px) {
  .section-banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 596px) {
  .section-banner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.section-banner h1 span {
  display: inline-block;
  color: #FE6D1F;
}
.section-banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
  color: #605F5F;
}
.section-banner ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  float: left;
}
.section-banner ul li {
  padding-left: 20px;
  background: url(../images/home/squar-bullet.svg) no-repeat 0 3px;
  margin-bottom: 10px;
  color: #000;
}

@media (max-width: 767px) {
  .home-banner {
    display: none;
  }
}

.search-box {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: #cecece 6px 3px 16px;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .search-box {
    margin-top: 0px;
  }
}
.search-box .swiper-vertical img {
  height: 23px;
}
.search-box .input-area {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.search-box .input-area .border-r-1 {
  border-right: 1px solid #ccc;
}
@media (min-width: 767px) {
  .search-box .input-area .border-r-1 {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .search-box .input-area .border-r-1 {
    border: 0;
  }
}
.search-box .input-area .input-block {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .search-box .input-area .input-block {
    padding: 14px 15px !important;
  }
}
.search-box .input-area .form-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  display: block;
}
.search-box .input-area .form-control {
  border: none;
  padding: 5px 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.search-box .input-area .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #FE6D1F;
}
.search-box .input-area .form-select {
  border: none;
  padding: 5px 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.search-box .input-area .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #FE6D1F;
}
.search-box .btn-search {
  width: 100%;
  display: block;
  height: 75px;
  border-radius: 10px;
  background: #FE6D1F;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .search-box .btn-search {
    height: 50px;
    margin-top: 10px;
  }
}
.search-box .btn-search:hover {
  opacity: 0.8;
}
.search-box .nav-tabs {
  border: none;
}
@media (max-width: 767px) {
  .search-box .nav-tabs {
    margin-bottom: 10px;
  }
}
.search-box .nav-tabs .nav-link {
  border-radius: 10px;
  margin-right: 10px;
  color: #727272;
  padding: 7px 15px;
}
@media (max-width: 767px) {
  .search-box .nav-tabs .nav-link {
    font-size: 11px;
    padding: 7px 10px;
    margin-right: 3px;
  }
}
.search-box .nav-tabs .nav-link img {
  width: 16px;
  max-height: 15px;
  margin-right: 3px;
  opacity: 0.8;
}
.search-box .nav-tabs .nav-link.active {
  border: 1px solid #FE6D1F;
  background: rgb(243, 219, 195);
  color: #000;
}
.search-box .nav-tabs .nav-link.active img {
  opacity: 100;
}
.search-box .latest-status p {
  margin: 0;
  color: #666;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-home-search {
    margin-top: 100px;
  }
}

.value-block {
  background: #FAF7F7;
  border: 1px solid #d7d7d7;
  padding: 10px;
  min-height: 60px;
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .value-block {
    display: none;
  }
}
.value-block .value-box {
  border-right: 1px solid #d7d7d7;
}
.value-block .value-box .icon img {
  min-height: 50px;
  max-height: 50px;
}
.value-block .value-box h5 {
  color: #FE6D1F;
  font-size: 18px;
  margin-bottom: 0;
}
.value-block .value-box p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .city-filter {
    display: flex;
    overflow-y: scroll;
    margin-top: 25px !important;
  }
}

.location-choose {
  border-radius: 20px;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  align-items: center;
  margin-bottom: 10px;
  max-width: 200px;
  margin-right: 20px;
}
.location-choose img {
  margin: 0 auto;
  max-height: 30px;
  display: block;
}
.location-choose h5 {
  color: #666;
  font-size: 16px;
  margin: 5px 0 0 0;
  font-weight: 400;
}
.location-choose.active {
  border: 1px solid #FE6D1F;
}

.section-project {
  padding: 20px 0 60px 0;
}

.section-about {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-about .mt-5 {
    margin-top: 1.5rem;
  }
}
.section-about .title-block h2 {
  font-family: "Instrument Sans", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-about .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-about .card-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 297px;
}
@media (max-width: 767px) {
  .section-about .card-box {
    margin-bottom: 20px;
  }
}
.section-about .card-box:hover {
  border-color: #FE6D1F;
}
.section-about .card-box .icon-box {
  padding: 10px;
  border-radius: 6px;
  background: #FFF6F2;
}
.section-about .card-box .card-content {
  min-height: 215px;
}
.section-about .card-box .card-content h4 {
  font-family: "Instrument Sans", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.28px;
  text-align: left;
  color: #000;
}
.section-about .card-box .card-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.section-geting-started {
  background: #fffcef;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-geting-started .mt-5 {
    margin-top: 1.5rem;
  }
}
.section-geting-started .title-block h2 {
  font-family: "Instrument Sans", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-geting-started .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-geting-started .card-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 340px;
}
@media (max-width: 767px) {
  .section-geting-started .card-box {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.section-geting-started .card-box:hover {
  border-color: #FE6D1F;
}
.section-geting-started .card-box .icon-box {
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  display: block;
}
.section-geting-started .card-box .icon-box img {
  max-height: 100px;
}
.section-geting-started .card-box .card-content {
  min-height: 270px;
}
@media (max-width: 596px) {
  .section-geting-started .card-box .card-content {
    min-height: auto;
  }
}
.section-geting-started .card-box .card-content h4 {
  font-family: "Instrument Sans", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.28px;
  text-align: left;
  color: #000;
}
.section-geting-started .card-box .card-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media (max-width: 596px) {
  .section-geting-started .card-box .card-content p {
    margin-bottom: 0;
  }
}

.section-why {
  padding: 60px 0 140px 0;
}
.section-why .left-block {
  background: #FFF6F2;
  padding: 115px 60px;
  border-radius: 20px;
}
.section-why .right-block {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .section-why .right-block {
    padding: 0;
    margin-top: 20px;
  }
  .section-why .right-block .d-flex.w-100.h-100 {
    min-height: auto !important;
  }
}
.section-why .right-block h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
  text-align: left;
}
.section-why p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.section-why .accordion .accordion-item {
  border: none;
}
.section-why .accordion .why-no {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.52px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  gap: 8px;
  border-radius: 100px;
  border: 0.5px solid #6E6E6E;
  margin-right: 10px;
}
.section-why .accordion .accordion-button-new {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.96px;
  text-align: left;
  background: transparent;
  border: none;
  width: 100% !important;
  color: #000;
}
.section-why .accordion .accordion-button-new.collapsed {
  border-bottom: 1px solid #E6E6E6;
}
.section-why .accordion .accordion-button-new:focus {
  box-shadow: none;
}
.section-why .accordion .accordion-body {
  border-bottom: 1px solid #FE6D1F;
  padding: 0 0 20px 50px;
}
.section-why .accordion .accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.section-meet-team {
  padding: 80px 0 80px 0;
  background: #FFF6F2;
}
.section-meet-team h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.section-meet-team .card-box-team {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 297px;
}
@media (max-width: 767px) {
  .section-meet-team .card-box-team {
    margin-bottom: 20px;
  }
}
.section-meet-team .card-box-team:hover {
  border-color: #FE6D1F;
}
.section-meet-team .card-box-team .icon-box {
  padding: 10px;
  border-radius: 6px;
  background: #FFF6F2;
}
.section-meet-team .card-box-team img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-meet-team .card-box-team img {
    width: 100% !important;
  }
}
.section-meet-team .card-box-team h5 {
  margin-top: 20px;
}

.client-slider img {
  max-height: 75px;
  margin-top: 40px;
}

.section-plans .plan-box {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  min-height: 627px;
  border: 1px solid #cecece;
}
@media (max-width: 767px) {
  .section-plans .plan-box {
    margin-bottom: 20px;
    min-height: auto !important;
  }
}
.section-plans .plan-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.28px;
  letter-spacing: -0.04em;
  text-align: left;
}
.section-plans .plan-box h3 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FE6D1F;
}
.section-plans .plan-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  min-height: 43px;
}
.section-plans .plan-box .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.4px;
  text-align: left;
  color: #FE6D1F;
  margin-bottom: 20px;
}
.section-plans .plan-box .price span {
  font-size: 16px;
  font-weight: 500;
  line-height: 29.28px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #000;
}
.section-plans .plan-box ul {
  list-style-type: none;
  padding: 0;
}
.section-plans .plan-box ul li {
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/home/icons/circle-tick-icon.svg) no-repeat 0 3px;
  margin-bottom: 10px;
  color: #000;
}
.section-plans .plan-box ul:last-child {
  margin: 0;
}
.section-plans .plan-box h5 {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.64px;
  text-align: center;
  color: #6E6E6E;
  margin: 20px 0;
}
.section-plans .plan-box h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.section-plans .plan-box h5 span {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  z-index: 9;
}

.ad-slider h2 {
  font-size: 42px;
  font-weight: bold;
  color: #FE6D1F;
}
@media (max-width: 767px) {
  .ad-slider h2 {
    font-size: 30px;
  }
}
.ad-slider p {
  color: #727272;
  font-size: 16px;
}

.section-testimonials {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 80px 0;
  }
}
.section-testimonials .title-block {
  text-align: center;
}
.section-testimonials .title-block h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #FE6D1F;
}
.section-testimonials .title-block h2 {
  font-family: "neulis-neue", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-testimonials .title-block h2 {
    font-size: 30px;
  }
}
.section-testimonials .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-testimonials .testimonial-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 363px;
  padding: 44px 24px 24px 24px;
  border-radius: 16px;
  position: relative;
}
.section-testimonials .testimonial-box .author-box {
  position: absolute;
  bottom: 20px;
}
.section-testimonials .testimonial-box .author-box .author-image {
  border-radius: 50px;
  width: 57px;
  height: 57px;
  margin-right: 20px;
}
.section-testimonials .testimonial-box .author-box .author-image img {
  border-radius: 50px;
  width: 57px;
  height: 57px;
}
.section-testimonials .testimonial-box .author-box .testimonial-box-content {
  padding-top: 20px;
}
.section-testimonials .testimonial-box .author-box .testimonial-box-content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.section-testimonials .testimonial-box .author-box .author-details .author-name {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: block;
  color: #FE6D1F;
  font-weight: bold;
}
.section-testimonials .testimonial-box .author-box .author-details .author-desigantion {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6E6E6E;
  display: block;
}

.satisfied-box {
  background: url("../images/map-small.svg") #FE6D1F no-repeat;
  padding: 15px;
  border-radius: 15px;
  min-height: 120px;
  margin-bottom: 15px;
  color: #fff;
  padding: 30px;
  z-index: 99;
  position: relative;
}
.satisfied-box h3 {
  font-weight: bold;
}
.satisfied-box p {
  color: #fff;
  margin-bottom: 0;
}

.section-quicks-links {
  padding: 40px 0;
  background: #FFF6F2;
}
.section-quicks-links h4 {
  font-size: 20px;
  font-weight: 600;
}
.section-quicks-links ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.section-quicks-links ul.ul-3 li {
  width: 48%;
  float: left;
}
@media (max-width: 1192px) {
  .section-quicks-links ul.ul-3 li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-quicks-links ul {
    flex: 50%;
  }
}
.section-quicks-links ul li {
  line-height: 25px;
  color: #646060;
  text-decoration: none;
  font-weight: 500;
}
.section-quicks-links ul li a {
  color: #646060;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}
.section-quicks-links ul li a:hover {
  color: #FE6D1F;
}

.timeline {
  width: 1400px;
  height: 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  margin: 80px 20px 80px 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(191, 128, 11) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, rgb(191, 128, 11)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(191, 128, 11) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(191, 128, 11) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(191, 128, 11) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(191, 128, 11) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #F2BB13;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.timeline li:before {
  display: inline-block;
  content: attr(data-year);
  font-size: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
  top: -40px;
}

.timeline li:nth-child(even):before {
  bottom: -40px;
}

.timeline li:after {
  display: inline-block;
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
  bottom: 0;
  margin-bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.timeline li:nth-child(even):after {
  top: 0;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

body .section-testimonials .swiper {
  overflow: visible !important;
}

.section-faq {
  padding: 80px 0 80px 0;
}
.section-faq h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
  text-align: left;
}
.section-faq .accordion .accordion-item {
  border: none;
}
.section-faq .accordion .why-no {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.52px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  gap: 8px;
  border-radius: 100px;
  border: 0.5px solid #6E6E6E;
  margin-right: 10px;
}
.section-faq .accordion .accordion-button-new:not(.collapsed)::after {
  background: url(../images/home/icons/minus-icon.svg) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.section-faq .accordion .accordion-button-new {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.96px;
  text-align: left;
  background: transparent;
  border: none;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  color: #000;
}
.section-faq .accordion .accordion-button-new:after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background: url(../images/home/icons/plus-icon.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: 0.3s;
}
.section-faq .accordion .accordion-button-new.collapsed {
  border-bottom: 1px solid #E6E6E6;
}
.section-faq .accordion .accordion-button-new:focus {
  box-shadow: none;
}
.section-faq .accordion .accordion-body {
  border-bottom: 1px solid #FE6D1F;
  padding: 0 0 20px 0;
}
.section-faq .accordion .accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.prod-enquiry-whatsap {
  float: right;
  font-size: 30px;
}
.prod-enquiry-whatsap:hover {
  opacity: 0.8;
  color: #FE6D1F;
}

.search-details-page {
  margin-top: 350px;
}
@media (max-width: 768px) {
  .search-details-page {
    margin-top: 35px;
  }
}

.filter-control-box {
  border: 1px solid #dad6d6;
  padding: 30px;
  border-radius: 10px;
  /* Support */
}
.filter-control-box .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.filter-control-box .price-input .field {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}
.filter-control-box .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.filter-control-box input[type=number]::-webkit-outer-spin-button,
.filter-control-box input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-control-box .price-input .separator {
  width: 70px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.filter-control-box .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.filter-control-box .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #FE6D1F;
}
.filter-control-box .range-input {
  position: relative;
}
.filter-control-box .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-control-box input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #FE6D1F;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filter-control-box input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #FE6D1F;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filter-control-box .support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.filter-control-box .b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.filter-control-box .b-btn.paypal i {
  color: blue;
}
.filter-control-box .b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.filter-control-box .b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.project-box:hover {
  opacity: 0.9;
}
.project-box .project-image {
  border-radius: 8px;
  overflow: hidden;
}
.project-box .project-image img {
  transition: all 0.3s ease-in-out;
}
.project-box:hover .project-image img {
  transform: scale(1.1);
}
.project-box .status-orange {
  padding: 4px 6px;
  border-radius: 6px;
  background: #FE6D1F;
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 15px;
  font-size: 14px;
  display: inline-block !important;
  top: 20px;
  z-index: 99;
}
.project-box .share-actions {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 99;
}
.project-box .share-actions ul {
  list-style-type: none;
}
.project-box .share-actions ul li {
  display: inline-block;
  margin-top: 3px;
}
.project-box .share-actions ul li a {
  border: 1px solid #E3DBD8;
  border-radius: 30px;
  padding: 10px;
  margin: 2px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
}
.project-box .share-actions ul li a:hover {
  background: #FE6D1F;
  color: #fff;
}
.project-box .project-details {
  padding: 20px 0;
}
.project-box .project-details h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.project-box .project-details ul {
  list-style-type: none;
  padding: 0 0 20px 0 !important;
  margin: 0;
}
.project-box .project-details ul li {
  margin-right: 10px;
  float: left;
  display: block;
}
.project-box .project-details ul li img {
  max-height: 20px;
  width: 20px;
}
.project-box .project-details .price {
  font-size: 18px;
  color: #FE6D1F;
}
.project-box .project-details .crossed-price {
  text-decoration: line-through;
  color: #605F5F;
}

.blog-box {
  position: relative;
}
.blog-box .overlay-details {
  position: absolute;
  bottom: -20px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  left: 100px;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-box .overlay-details {
    width: 80%;
  }
}
.blog-box .overlay-details .blog-category {
  background: #FE6D1F;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.blog-box .overlay-details h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .blog-box .overlay-details h2 {
    font-size: 20px;
  }
}
.blog-box .overlay-details .bolog-user {
  float: left;
}
.blog-box .overlay-details .bolog-user img {
  border-radius: 50px;
  margin-right: 5px;
}
.blog-box .overlay-details .bolog-user span {
  color: #97989F;
  font-size: 13px;
}

.blog-box-sm {
  border: 1px solid #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}
.blog-box-sm .blog-details {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 10px;
  max-width: 700px;
}
.blog-box-sm .blog-details .blog-category {
  background: #f5f5f5;
  padding: 3px 5px;
  border-radius: 5px;
  color: #FE6D1F;
  margin-bottom: 10px;
}
.blog-box-sm .blog-details h2 {
  font-size: 20px;
}
.blog-box-sm .blog-details p {
  font-size: 14px;
}
.blog-box-sm .blog-details .bolog-user {
  clear: both;
}
.blog-box-sm .blog-details .bolog-user img {
  border-radius: 50px;
  margin-right: 5px;
}
.blog-box-sm .blog-details .bolog-user span {
  color: #97989F;
  font-size: 13px;
}

.blog-details-page p {
  margin-bottom: 20px;
}
.blog-details-page .blog-box .blog-details {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 30px;
}
.blog-details-page .blog-box .blog-details .blog-category {
  background: #FE6D1F;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.blog-details-page .blog-box .blog-details h1 {
  font-size: 30px;
}
.blog-details-page .blog-box .blog-details .blog-user {
  float: left;
}
.blog-details-page .blog-box .blog-details .blog-user img {
  border-radius: 50px;
  margin-right: 5px;
}
.blog-details-page .blog-box .blog-details .blog-user span {
  color: #97989F;
  font-size: 13px;
}

@media (max-width: 767px) {
  .overlay img {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
    max-height: 300px;
    max-height: 300px;
  }
}

.section-contact-us {
  padding: 140px 0 100px 0;
}
.section-contact-us h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
}
.section-contact-us p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #605F5F;
}
.section-contact-us h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
}
.section-contact-us .breadcrumb-item a {
  color: #605F5F;
  text-decoration: none;
}
.section-contact-us .breadcrumb-item.active {
  color: #605F5F;
}
.section-contact-us .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-top: 2px;
}

.login-google {
  max-width: 250px;
  margin: 0 auto;
}

.contact-form {
  padding: 32px;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid #FE6D1F;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
    margin-top: 20px;
  }
}
.contact-form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
.contact-form input.form-control {
  border: 1px solid #D9D9D9;
  height: 49px;
  border-radius: 6px;
  font-size: 14px;
}
.contact-form textarea.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 14px;
}
.contact-form .or {
  margin-bottom: 20px;
}
.contact-form .or h5 {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.contact-form .or h5 span {
  background: #fff;
  padding: 0 5px;
}
.contact-form .or h5:before, .contact-form .or h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #f3eded;
  margin: auto;
}

.register-form {
  max-width: 560px;
  margin: 0 auto;
  border: none;
}
.register-form h3 {
  text-align: center;
}
.register-form p {
  text-align: center;
}

.profile-img-container {
  width: 100px;
  height: 100px;
  margin: 20px auto;
}
.profile-img-container img {
  height: 116px;
  width: 116px;
}

.profile-upload-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FE6D1F;
  color: #fff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}

.mat-mdc-dialog-panel {
  max-width: 800px !important;
  padding: 40px;
}
.mat-mdc-dialog-panel img {
  border-radius: 20px;
}
.mat-mdc-dialog-panel .close-btn {
  border: none !important;
  background: #fff !important;
  height: 30px !important;
  font-size: 18px !important;
  border-radius: 30px !important;
  width: 30px;
}
.mat-mdc-dialog-panel .close-btn:focus {
  box-shadow: none;
  border: none !important;
}
.mat-mdc-dialog-panel .dialog-container {
  padding: 10px 10px 20px 10px !important;
}

.section-property {
  padding: 140px 0 100px 0;
}
@media (max-width: 767px) {
  .section-property {
    padding: 90px 0 100px 0;
  }
}
.section-property h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
}
.section-property p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #605F5F;
}
.section-property h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
}
.section-property .breadcrumb-item a {
  color: #605F5F;
  text-decoration: none;
}
.section-property .breadcrumb-item.active {
  color: #605F5F;
}
.section-property .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-top: 2px;
}
.section-property .property-gallery img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .section-property .property-gallery img {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .section-property .property-gallery {
    margin-bottom: 20px !important;
  }
}
.section-property .property-gallery .more-property-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #FE6D1F;
  color: #fff;
  text-decoration: none;
}
.section-property .property-gallery .more-property-btn:hover {
  background: #fe6310;
}
.section-property .property-tab {
  border-bottom: 1px solid #E4E4E4;
  margin-top: 30px;
}
.section-property .property-tab ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 596px) {
  .section-property .property-tab ul {
    text-align: center;
    margin-top: 10px;
  }
}
.section-property .property-tab ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.section-property .property-tab ul li i {
  margin-right: 5px;
}
.section-property .property-tab ul li a {
  color: #000;
  font-weight: 500;
  padding: 10px 0;
}
.section-property .property-tab ul li a:hover, .section-property .property-tab ul li a.active {
  color: #FE6D1F;
  border-bottom: 2px solid #FE6D1F;
}
.section-property .property-details {
  padding: 20px 0;
}
.section-property .property-details h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-property .property-details p {
  font-size: 14px;
  font-weight: 400;
}
.section-property .property-details .ratings {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #666;
}
.section-property .property-details .ratings img {
  height: 12 px;
}
.section-property .property-details h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-property .property-details .aminity-box {
    min-width: auto;
  }
}
.section-property .property-details .aminity-box img {
  max-height: 45px;
}
@media (max-width: 767px) {
  .section-property .property-details .aminity-box img {
    max-height: 22px;
  }
}
.section-property .property-details .nearby-box {
  border: 1px solid #eeeded;
  border-radius: 8px 30px 8px 8px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  min-width: 10%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .section-property .property-details .nearby-box {
    min-width: auto;
  }
}
.section-property .property-details .nearby-box img {
  max-height: 45px;
}
@media (max-width: 767px) {
  .section-property .property-details .nearby-box img {
    max-height: 22px;
  }
}
.section-property .property-details h2 {
  font-size: 25px;
  color: #FE6D1F;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-property .property-details h2 {
    font-size: 20px;
  }
}
.section-property .property-details .choose-date-span {
  background: #fff9e6;
  border: 1px solid #333;
  border-radius: 30px;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  cursor: pointer !important;
  position: relative;
}
.section-property .property-details .choose-date-span input {
  padding: 3px;
  /* margin-top: -17px; */
  display: block;
  left: 0;
  position: absolute;
  top: 50px !important;
}
.section-property .room-picker2 {
  min-width: 239px;
  width: 100%;
  top: calc(47% + 1px) !important;
  left: 26px !important;
  cursor: auto;
  position: absolute;
  background: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 50px;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9;
}
@media (max-width: 767px) {
  .section-property .room-picker2 {
    left: unset !important;
    right: 0 !important;
    border: 5px !important;
  }
}

.slide-btn {
  border: 1px solid #E3DBD8;
  border-radius: 30px;
  padding: 10px;
  margin: 2px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.slide-btn:hover {
  background: #FE6D1F;
  color: #fff;
}

.review-slider {
  overflow: hidden;
}

.location-box {
  border: 1px solid #E3DBD8;
  border-radius: 10px;
}

.review-box {
  border: 1px solid #E3DBD8;
  padding: 20px;
  border-radius: 10px;
}
.review-box .author-box {
  margin-bottom: 30px;
}
.review-box .author-box .author-image {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.review-box .author-box .author-image img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.review-box .author-box .testimonial-box-content {
  padding-top: 20px;
}
.review-box .author-box .testimonial-box-content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.review-box .author-box .author-details .author-name {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: block;
  font-weight: bold;
}
.review-box .author-box .author-details .author-desigantion {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6E6E6E;
  display: block;
}

@media (max-width: 596px) {
  .cta-btn-box {
    text-align: center;
  }
}

.cta-btn {
  background: #FEFAF5;
  border: 1px solid #FE6D1F;
  padding: 2px 10px;
  font-size: 17px;
  border-radius: 30px;
  color: #FE6D1F;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
@media (max-width: 596px) {
  .cta-btn {
    float: none;
    text-align: center;
  }
}
.cta-btn i {
  margin-right: 5px;
}
.cta-btn:hover {
  background: #FE6D1F;
  color: #fff;
}

.booking-summary {
  border: 1px solid #E3DBD8;
  border-radius: 10px;
  min-height: 200px;
}
.booking-summary .checkin-header {
  background: #FEFAF5;
  padding: 15px;
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E3DBD8;
}
.booking-summary .checkin-header label {
  color: #666666;
}
.booking-summary .checkin-header p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  color: #000;
}
.booking-summary .night-label {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  background: #FE6D1F;
  padding: 5px 10px;
}
.booking-summary .booking-summary-body {
  padding: 15px;
}
.booking-summary .booking-summary-body h3 {
  columns: #FE6D1F;
  font-weight: 500;
  color: #FE6D1F;
  margin: 0 0 10px 0;
}
.booking-summary .booking-summary-body span {
  color: #666;
}
.booking-summary .booking-summary-body .total-price-label {
  font-size: 16px;
  font-weight: bold;
}
.booking-summary .booking-summary-body .total-price {
  font-size: 18px;
  font-weight: bold;
  color: #FE6D1F;
}

.widget {
  border: 1px solid #E3DBD8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.profile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .profile-menu ul {
    text-align: center;
    margin: 20px 0;
  }
}
.profile-menu ul li {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .profile-menu ul li {
    display: inline-block;
    margin: 8px;
  }
}
.profile-menu ul li a {
  color: #3F3F3F;
  padding: 20px;
  border-radius: 20px;
  background: #FFF0DB;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-menu ul li a {
    font-size: 0;
    border-radius: 100px;
    width: 42px;
    height: 40px;
    /* padding: 13px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.profile-menu ul li a i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .profile-menu ul li a i {
    font-size: 16px;
    margin: 0;
  }
}
.profile-menu ul li a.active, .profile-menu ul li a:hover {
  background: #FE6D1F;
  color: #fff;
  color: #fff;
}

.profile-page i {
  color: #FE6D1F;
}
.profile-page label {
  color: #666;
}
.profile-page p {
  color: #000;
  font-weight: 600;
}

.history-tab {
  list-style-type: none;
  float: left;
  margin: 20px 0;
  padding: 0;
}
.history-tab li {
  display: inline-block;
  margin-right: 10px;
}
.history-tab li a {
  border: 1px solid #FE6D1F;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
}
.history-tab li a.active, .history-tab li a:hover {
  background: #FE6D1F;
  color: #fff;
}

.room-count-change {
  font-size: 16px;
}

.room-slider {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
