/**
 * DEMO STYLE
 *
 * @format
 */

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "fonts/fonts.css";

html {
  scroll-behavior: smooth;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 99999999999;
  display: flex;
}

/* Preloader Style & Animation */

.preloader-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #246c21 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-top-width: 3px;
  animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

body {
  font-family: "DaxlinePro" !important;
  color: #333333;
  overflow-x: hidden;
}

.transparent-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
}

:focus {
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

.medium {
  font-weight: 500;
}

.web-input {
  height: 50px;
  border-radius: 12px;
  /* background: #fff; */
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
}

.site-btn {
  background: #f26800;
  color: white;
  border: 1px solid #f26800;
  border-radius: 7px;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 24px;
  min-width: 140px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  white-space: nowrap;
}

.site-btn:hover {
  background: transparent;
  color: #f26800;
}

.site-btn2 {
  background: #222222;
  color: white;
  border: 1px solid #222222;
  border-radius: 7px;
  font-size: 14px;
  min-width: 140px;
  cursor: pointer;
  padding: 10px 24px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

.site-btn2:hover {
  background: transparent;
  color: #222222;
}

.site-btn3 {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 7px;
  font-size: 18px;
  min-width: 140px;
  cursor: pointer;
  padding: 9px 30px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

.site-btn3:hover {
  background: transparent;
  color: #ffffff;
}

.iti {
  width: 100%;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
}

/* ---------------------------------------------------
     SIDEBAR STYLE
 ----------------------------------------------------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: white;
  color: #666666;
  transition: ease-in-out 0.2s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: white;
}

#sidebar ul.components {
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle {
  padding: 0.375rem 0;
}

/* .dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: -17px;
     transform: translateY(-50%);
 } */

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  /* background: #6d7fcc; */
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.nav-header {
  width: 100%;
  /* position: absolute; */
  z-index: 3;
  background-image: url(../images/header-bg.png);
  background-position: bottom;
  padding: 22px 0;
}

header {
  width: 100%;
  position: fixed;
  z-index: 3;
  background: white;
  /* background-image: url(../images/header-bg2.png);
   background-repeat: no-repeat;
   background-size: cover; */
  /* background: #0000001f;
     backdrop-filter: blur(11px); */
  background-position: bottom;
  /* padding: 5px 0; */
  border-bottom: 1px solid #fff;
  top: 0;
}

.border-right {
  border-right: 1px solid #fff;
}

.border-left {
  border-left: 1px solid #fff;
}

.nav-dropdown .dropdown-menu {
  border-radius: 20px;
  border: 0;
  box-shadow: 0 3px 37px rgb(0 0 0 / 8%);
}

iframe.skiptranslate {
  /* padding: 10px !important; */
  box-shadow: 0 3px 37px rgb(0 0 0 / 8%) !important;
  border-radius: 10px !important;
  border: 0 !important;
  background: white !important;
}

.VIpgJd-ZVi9od-vH1Gmf {
  border: 0 !important;
}

iframe.skiptranslate * {
  border: 0 !important;
}

/* #sidebar a,
 .navbar a {
     text-decoration: none;
     font-size: 18px;
 } */

.navbar-collapse li a {
  color: #fff;
}

.nav-dropdown button {
  font-size: 20px;
}

/* ---------------------------------------------------
     BANNER homepage
 ----------------------------------------------------- */

.banner {
  /* background-image: url(../images/banner.png); */
  min-height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: start;
  background-size: cover;
  /* padding-top: 100px; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner h1 {
  font-size: 50px;
}

.banner-inner {
  position: relative;
  text-align: center;
}

.banner-iner-bg {
  width: 800px;
  animation: bannermove 3s infinite linear;
  animation-direction: alternate;
  margin-bottom: -5px;
}

.banner-inner-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-58%);
}

.people-pic {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -150px;
  /* width: 500px; */
  width: 400px;
}

.silder-project {
  color: #fff;
  border: 1px solid #fff;
  height: 187px;
  width: 187px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.silder-project:hover {
  color: #fff;
  border: 1px solid #fff;
}

.baner-slidr .item img {
  width: 292px;
  height: 189px;
}

.pic-50 {
  width: 40px !important;
  margin: 4px 0;
}

/* ---------------------------------------------------
    top-reviewed homepage
 ----------------------------------------------------- */

.top-reviewed {
  padding: 5rem 0;
  position: relative;
}

.top-reviewed::before {
  content: "";
  position: absolute;
  background-image: url(../images/dots.png);
  width: 165px;
  height: 165px;
  bottom: 0;
  right: 5rem;
}

.top-reviewed::after {
  content: "";
  position: absolute;
  background-image: url(../images/dots.png);
  width: 165px;
  height: 165px;
  top: 6rem;
  left: 5rem;
}

.stemp {
  position: absolute;
  width: 220px !important;
}

.card-star {
  position: absolute;
  right: 35px;
  top: 35px;
}

.card-star i {
  background: #fef1e7;
  color: #f26800;
  border-radius: 50px;
  padding: 14px 13px;
}

.right-arow {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  margin-right: 5px;
}

.right-arow:hover {
  background-color: #f26800;
  color: #fff;
  text-decoration: none;
}

.right-arow2 {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}

.right-arow2:hover {
  background-color: #f26800;
  color: #fff;
  text-decoration: none;
}

.reviewed-card {
  border-radius: 44px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
  padding: 14px;
  border: none;
}

.reviewed-card img.card-img-top {
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

/* ---------------------------------------------------
    top-reviewed homepage
 ----------------------------------------------------- */

/* ---------------------------------------------------
    providing-home homepage
 ----------------------------------------------------- */

.providing-home {
  padding: 10rem 0 5rem 0;
  position: relative;
}
/* .aboutUs {
  padding: 10rem 0 5rem 0;
} */

.providing-home::after {
  content: "";
  position: absolute;
  background-image: url(../images/draw.png);
  width: 370px;
  height: 772px;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.providing-home::before {
  content: "";
  position: absolute;
  background-image: url(../images/draw2.png);
  width: 370px;
  height: 772px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* ---------------------------------------------------
    providing-home homepage
 ----------------------------------------------------- */

/* ---------------------------------------------------
    Find a buyer home homepage
 ----------------------------------------------------- */

#myVideo {
  position: sticky;
  right: 0;
  top: 0;
  /* min-height: 100vh; */
  width: 100%;
  z-index: -1;
}

.fint-out {
  position: absolute;
  bottom: 0;
}

.buyer-home {
  position: relative;
}

.buyer-home::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: -1px 36px 141px 108px #fff;
}

/* ---------------------------------------------------
    Find a buyer home homepage
 ----------------------------------------------------- */

/* ---------------------------------------------------
    Find a buyer home homepage
 ----------------------------------------------------- */

.main-b1 {
  position: relative;
}

.main-b1::before {
  content: "";
  position: absolute;
  background-image: url(../images/black-box.png);
  width: 250px;
  height: 250px;
  bottom: 7rem;
}

.what-our-customer {
  padding: 5rem 0;
  position: relative;
  background-image: url(../images/big-bgg.png);
  background-size: cover;
  background-position: center;
}

/* .what-our-customer::after {
     content: '';
     position: absolute;
     background-image: url(../images/big-bgg.png);
     bottom: 0;
     right: 0;
     width: 100%;
     height: 1700px;
 } */

.what-our-customer .slick-prev,
.what-our-customer .slick-next {
  top: 13rem;
}

/* .testi .slick-prev {
     left: 0!important;
 } */

.testi .slick-next {
  left: 50px;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.testi-retiv {
  position: relative;
  padding: 28px 0px;
}

.testi-retiv .back-text {
  top: 34px;
  font-size: calc(40px + (70 - 40) * ((100vw - 300px) / (1600 - 300)));
  left: auto;
  right: auto;
}

.what-our-customer p {
  color: #222222;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 0;
  font-family: "DaxlinePro";
}

.what-our-customer h6 {
  color: #0eafe6;
  margin: 0;
  font-size: 16px;
  font-family: "Mont Heavy DEMO";
  padding: 10px 0;
}

/* .slick-slider .slick-track {
     transform: translate3d(0, 0, 0)!important;
 } */

.main-b1 img {
  max-width: 250px !important;
  /* margin: 0 auto; */
}

/* .main-b2 {
   padding: 2rem 0;
 } */

.main-b2 h3.theme-colour-bold {
  margin: 30px 0 0 0;
}

.main-b4 {
  padding: 4rem 0;
}

.baner-card {
  max-width: 800px;
  background: #0000001f;
  backdrop-filter: blur(11px);
  padding: 30px;
  border-radius: 20px;
}

/* ---------------------------------------------------
    Find a buyer home homepage
 ----------------------------------------------------- */

/* ---------------------------------------------------
    mobile slider home homepage
 ----------------------------------------------------- */

.screenShot .item img {
  width: 220px;
  margin: 50px auto;
}

.mobileFrame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  top: 10px;
}

.screenShot .item {
  padding: 15px;
}

.screenShot .owl-item.active.center img {
  width: 240px;
  margin-top: 0px;
}

/* ---------------------------------------------------
    mobile slider home homepage
 ----------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    service-guest page hello
 ----------------------------------------------------------------------------------------- */

.service-box {
  padding: 15rem 0;
  position: relative;
  background-image: url(../images/big-bgg.png);
  background-size: cover;
  background-position: center;
}

.service-box .reviewed-card {
  margin: 10px 0;
}

/* --------------------------------------------------------------------------------------
    service-guest page
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
   request-form-guest
 ----------------------------------------------------------------------------------------- */

.web-card {
  border-style: dashed;
  border-color: #dfdede;
  border-radius: 25px;
  padding: 1rem 5rem;
}

.web-input2 {
  height: 50px;
  border-radius: 10px;
  border-color: #a9a9a9;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
}

.check-label {
  font-size: 16px;
  color: #656368;
  font-family: "DaxlinePro";
}

.text-area {
  border-radius: 10px;
  border-color: #a9a9a9;
}

.social-btn {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
  height: 50px;
  background: none;
  border: 1px solid #a9a9a9;
  margin: 12px 0;
}

.social-btn span {
  text-align: center;
  flex-grow: 1;
}

.blue-bg {
  background-color: #fbfbfb;
}

.web-card2 {
  border-color: #dfdede;
  border-radius: 25px;
  padding: 1rem 5rem;
}

#giveaways6 {
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.ads-box {
  max-width: 500px;
  margin: 20px auto;
  padding-left: 0;
  border-radius: 15px;
  border: 1px solid #ececec;
}

.ads-box li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  color: #999999;
}

.ads-box2 {
  max-width: 500px;
  margin: 0px auto;
  padding-left: 0;
}

.ads-box2 li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px 40px;
  font-weight: 500;
}

.social-links {
  height: 50px;
  border-radius: 10px;
  border: 2px solid #a9a9a9;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: "DaxlinePro";
  margin: 10px 0;
  color: #000;
}

/* ---------------------------------------------------------------------------------------
    request-form-guest
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    property-details-for-rent page
 ----------------------------------------------------------------------------------------- */

.contact-price {
  border-radius: 16px;
  background: #fbfbfb;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
  margin-bottom: 14px;
}

.contact-price2 {
  border-radius: 16px;
  background: #fbfbfb;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
  margin-bottom: 14px;
}

.contact-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-price ul li {
  padding: 20px 24px;
}

.contact-price ul li:first-child {
  background-color: #f26800;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: "DaxlinePro";
  font-size: 16px;
}

.contact-price ul li:nth-child(2) {
  background-color: #dfdfdf;
  font-size: 16px !important;
  font-weight: 500;
}

.contact-price ul li:nth-child(3) {
  border-bottom: 1px solid #eeeeee;
}

.contact-price ul li a {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  font-family: "DaxlinePro";
}

.contact-price form {
  padding: 20px 24px;
}

.contact-price2 .fa-phone-alt,
.contact-price2 .fa-envelope {
  color: #f36800;
}

.contact-price2 .logo-pic {
  width: 200px;
}

.left-card {
  padding: 1rem 2rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(193, 193, 193, 0.1);
}

.slider-nav2 img {
  width: 100%;
  padding: 10px;
}

.slider-for2 img {
  width: 100%;
}

.uls {
  column-count: 5;
  padding: 0;
  margin: 0;
}

.uls li {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
}

.details {
  list-style: none;
  padding: 0;
}

.details li {
  font-size: 14px;
}

.details2 {
  list-style: none;
  padding: 0;
}

.details2 li {
  font-size: 14px;
  padding: 10px 0;
}

.fa-heart {
  color: #f26800;
}

/* ---------------------------------------------------------------------------------------
    property-details-for-rent page
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    find-property page
 ----------------------------------------------------------------------------------------- */

.find-filter-card {
  max-width: 1100px;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 5rem;
  display: none;
}

.find-filter-card2 {
  max-width: 1100px;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 5rem;
  display: none;
}

.activeForm {
  display: block !important;
}

.search-form {
  color: #555;
  display: flex;
  padding: 2px;
  height: 50px;
  border-radius: 12px;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.09);
  margin: 20px 0;
}

input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

input[type="search"]::placeholder {
  color: #bbb;
}

input[type="password"]::placeholder {
  color: #bbb;
}

input[type="text"]::placeholder {
  color: #bbb;
}

textarea::placeholder {
  color: #bbb;
}

#giveaways {
  max-width: 500px;
  height: 444px;
}

/* button[type="submit"] {
     text-indent: -999px;
     overflow: hidden;
     width: 40px;
     padding: 0;
     margin: 0;
     border: 1px solid transparent;
     border-radius: inherit;
     background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
     cursor: pointer;
     opacity: 0.7;
 } */

button[type="submit"]:hover {
  opacity: 1;
}

button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}

.nav-pills .nav-link {
  color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #f26800;
  color: white;
  border: 1px solid #f26800;
  border-radius: 7px;
  font-size: 16px;
  padding: 9px 30px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  white-space: nowrap;
  width: 100%;
}

.nav-pills li.nav-item {
  border: 1px solid #e5e5e5;
  border-radius: 7px;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: fit-content; */
  /* margin: 0 auto; */
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 0.4rem;
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}

.quantity-btn svg {
  width: 15px;
  height: 15px;
}

.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check-input:checked {
  background-color: #ee6e0e;
  border-color: #ee6e0e;
}

/* ---------------------------------------------------------------------------------------
    find-property page
 ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
    subscription-plans page
 ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------
    subscription-plans page
 ----------------------------------------------------------------------------------------- */
.silver-box {
  background: rgb(255, 109, 0);
  background: linear-gradient(138deg,
      rgba(255, 109, 0, 1) 35%,
      rgba(255, 150, 43, 1) 35%,
      rgba(255, 150, 43, 1) 60%,
      rgba(255, 109, 0, 1) 60%);
  padding: 90px 30px 40px 30px;
  text-align: center;
}

.box {
  position: relative;
  max-width: 600px;
  /* width: 90%;
     height: 400px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #f5f5f5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #222222;
  font-family: "DaxlinePro";
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.silver-box ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.silver-box ul li span {
  color: #fff;
  font-family: "DaxlinePro";
  padding: 0 10px;
}

.silver-box ul li {
  padding: 14px 0;
}

.standard-box {
  background: rgb(2, 36, 88);
  background: linear-gradient(138deg,
      rgba(2, 36, 88, 1) 35%,
      rgba(2, 40, 98, 1) 35%,
      rgba(2, 40, 98, 1) 60%,
      rgba(2, 36, 88, 1) 60%);
  padding: 90px 30px 40px 30px;
  text-align: center;
  transform: scale(0.8);
}

.standard-box ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.standard-box ul li span {
  color: #fff;
  font-family: "DaxlinePro";
  padding: 0 10px;
}

.standard-box ul li {
  padding: 14px 0;
}

.platinum-box {
  background: rgb(34, 34, 34);
  background: linear-gradient(138deg, #f26800 35%, #e46200 35%, #e46200 60%, #f26800 60%);
  padding: 90px 30px 40px 30px;
  text-align: center;
  /* transform: scale(0.8); */
  margin-bottom: 40px;
}

.platinum-box ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

.platinum-box ul li span {
  color: #fff;
  font-family: "DaxlinePro";
  padding: 0 10px;
}

.platinum-box ul li {
  padding: 14px 0;
}

.item-cost {
  display: flex;
  justify-content: space-between;
  border-bottom: dotted;
  border-color: #cecece;
  align-items: center;
  padding: 14px 0;
}

.dotted-bodr {
  border-bottom: dotted;
  border-color: #cecece;
}

/* ---------------------------------------------------------------------------------------
    my-hotel-detail-edit page start
 ----------------------------------------------------------------------------------------- */

.offer-cards {
  border-style: dotted;
  border-radius: 15px;
  background: #fff;
  border-color: #ee6e0e;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
  text-align: center;
  height: 145px;
  padding: 30px;
  margin: 10px 0;
}

.offer-cards p {
  margin: 0;
}

.offer-cards2 {
  border-style: dotted;
  border-radius: 15px;
  background: #fff;
  border-color: #c4c4c4;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
  text-align: center;
  /* height: 145px; */
  /* display: flex;
   align-items: center;
   flex-wrap: wrap; */
  padding: 30px;
  margin: 10px 0;
}

.offer-cards2 p {
  margin: 0;
  min-height: 46px;
}

.upload {
  position: relative;
  overflow: hidden;
  color: #000;
  display: block;
  border-radius: 15px;
  background: #fff;
  border-style: dotted;
  border-color: #e5e5e5;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
  padding: 20px 0;
}

.upload input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.country-drop {
  background-image: url(../images/search.png);
  background-size: auto;
}

/* ---------------------------------------------------------------------------------------
    my-hotel-detail-edit page end
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    my-property-logs page start
 ----------------------------------------------------------------------------------------- */
.logs {
  margin-top: 7rem;
}

.usr-image {
  margin-top: -8rem;
  text-align: center;
}

.usr-image h6 {
  padding: 10px 0;
}

.usr-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2/2;
}

table.dataTable {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-spacing: 0 20px;
  margin-top: 0px;
  border-collapse: separate !important;
  clear: both;
}

table.dataTable thead th:before,
table.dataTable thead th:after {}

table.dataTable thead th:last-child:before,
table.dataTable thead th:last-child:after {
  display: none;
}

table.dataTable thead th,
table.dataTable tbody td {
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 16px;
}

table.dataTable tbody td {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

table.dataTable thead tr {
  background-color: #ffffff;
  box-shadow: none;
  /*box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */
}

table.dataTable thead th:first-child {
  border-top-left-radius: 20px;
  padding-left: 2.5rem;
}

table.dataTable thead th:last-child {
  border-top-right-radius: 20px;
}

table.dataTable th {
  font-weight: 500;
  padding: 1.2rem 1.4rem 0.2rem 1.4rem;
  color: #2c3149;
  text-transform: uppercase;
  line-height: 1.1;
  background-color: #fff;
}

table.dataTable td {
  padding: 1rem 1.4rem;
  font-weight: 500;
  color: #999999;
}

table.dataTable tbody tr {
  background-color: #fff;
  border-radius: 18px;
  vertical-align: middle;
}

table.dataTable tbody td:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-left: 2.5rem;
  border-left: 1px solid #ececec;
}

table.dataTable tbody td:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-right: 1px solid #ececec;
}

table.dataTable tbody td .status {
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1.1;
  display: inline-block;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before {
  top: 1rem;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
}

table.dataTable thead .sorting:after {
  opacity: 1;
}

.dataTables_info {
  text-transform: none;
  color: #2c3149;
  font-weight: 600;
  padding-top: 0px !important;
}

.dashboard-table table.dataTable thead .sorting:after,
.dashboard-table table.dataTable thead .sorting:before {
  top: 1.4rem;
}

.dashboard-table table.dataTable thead .sorting_asc:before,
.dashboard-table table.dataTable thead .sorting_asc:after {
  top: 1.4rem;
  bottom: auto;
}

.main-tabble .dataTables_length label {
  font-family: "Circular Std Bold";
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-tabble .dataTables_length select {
  padding: 4px 15px;
  border-radius: 50px;
  height: 50px !important;
  color: #000;
  font-size: 15px;
  box-shadow: none;
  background-color: #c9c9c9;
  min-width: 180px;
  /* box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */
}

.main-tabble .search-wrap {
  position: relative;
}

.main-tabble .search-wrap .form-control {
  width: 370px;
  height: 45px;
  color: #989898;
  font-size: 16px;
  padding: 0 40px 0 25px;
  box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%);
  background: #ffffff;
  border: none;
}

.main-tabble .search-wrap:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  position: absolute;
  font-size: 15px;
  color: #989898;
  width: 20px;
  height: 20px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

table.dataTable td select.form-control {
  font-size: 16px;
  text-align: left;
  background: transparent;
  color: #1f2640;
  font-weight: 400;
  transition: all 0.6s ease 0s;
  padding: 5px 25px 5px 0px;
  line-height: 1;
  border-radius: 50px;
  max-width: 140px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-left: 0;
  height: auto !important;
}

table.dataTable td .select-wrapper:after {
  right: 2px;
}

table.dataTable td .form-control {}

table.dataTable td .form-control:focus {}

/***** Data Table Drop Down *****/
table.dataTable .dropdown-toggle {
  font-size: 22px;
  padding: 5px 10px;
  background: transparent;
  border: none;
  color: #c9c7c7;
}

table.dataTable .dropdown-toggle:after {
  display: none;
}

table.dataTable .dropdown-menu {
  /*transform: translate3d(-65px, 38px, 0px) !important;*/
  min-width: 8rem;
  border: 1px dashed #fff;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.3);
  border-radius: 2px;
  padding: 5px 0;
}

/* table.dataTable .dropdown-menu:before {  border: solid transparent; border-color: rgba(194, 225, 245, 0); border-bottom-color: #313131; border-width: 10px; position: absolute; content: ""; bottom: 100%; right:auto; left: 50%; width: 0; margin-left: -10px;} */
table.dataTable .dropdown-menu a.dropdown-item {
  color: #2c3149;
  padding: 5px 15px 5px 15px;
  margin: 0;
  width: auto;
  border-radius: 0;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

table.dataTable .dropdown-menu a.dropdown-item i {
  padding: 0 10px 0 0;
  font-size: 18px;
  color: #2c3149;
  vertical-align: middle;
}

table.dataTable .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
}

table.dataTable .dropdown-menu a.dropdown-item:hover,
table.dataTable .dropdown-menu a.dropdown-item:focus {
  color: #000;
  background: none;
}

.dataTables_filter {
  text-align: end;
}

/***** Data Table Listing *****/
.user-listing-top {
  background-color: transparent;
}

.user-listing-top h4 {
  font-size: 25px;
}

.user-listing-top .form-control,
.user-listing-top select.form-control {
  width: 100%;
  height: 50px !important;
  color: #999999;
  font-size: 16px;
  padding: 10px 25px;
  box-shadow: 0px 1px 12px rgba(180, 180, 180, 0.26);
  background: transparent;
  border: 1px solid #e0e0e0;
}

.user-listing-top select.form-control {
  background-color: #fff;
  color: #999999;
  min-width: 200px;
  border-color: #c8a960;
  font-weight: 500;
}

.user-listing-top input[type="date"] {
  padding: 10px 15px;
  color: #666666;
  background: url(../images/icon-calendar.png) #fff no-repeat right 20px center;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.2);
}

.user-listing-top input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  margin-right: 2px;
  opacity: 0;
}

.user-listing-top input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 0;
}

.table-inputs {
  display: flex;
}

.user-listing-top div.dataTables_filter label {
  margin-top: 0px;
  position: relative;
  color: #666666;
}

.user-listing-top .search-wrap {
  position: relative;
}

.user-listing-top .search-wrap .form-control {
  width: 400px;
  padding: 0 40px 0 25px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-left: 0;
  box-shadow: 0px 6px 10px rgba(225, 225, 225, 0.5);
}

.user-listing-top .search-wrap:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  position: absolute;
  font-size: 20px;
  color: #c6c6c6;
  width: 20px;
  height: 20px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.data-filter .btn {
  padding: 14px 45px;
}

.sort-datepicker .input-wrap {
  width: 180px;
}

.user-listing-top .sort-datepicker>label {
  margin-bottom: 10px;
  padding-top: 0px;
}

.sort-datepicker .input-wrap label {
  padding-left: 20px;
  margin-bottom: 5px;
  color: #8e8e8e;
}

.user-listing-top label {
  color: #080f24;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.user-listing-top .dataTables_length label {
  font-weight: 500 !important;
  margin-bottom: 0px;
}

.user-listing-top .dataTables_length select {
  width: 160px;
  min-width: 110px;
  padding: 8px 25px;
  height: 50px !important;
  color: #989898;
  /* box-shadow: 0 0 20px 1px rgb(23 22 22 / 3%), 0 2px 9px 0 rgb(43 43 43 / 17%); */
  box-shadow: none;
}

.user-listing-top .dataTables_length.order_select select.form-control {
  border-radius: 10px;
  width: 160px;
  min-width: inherit;
  border: 1px solid #eee;
  box-shadow: 0px 3px 6px rgba(187, 187, 187, 0.2);
}

.user-listing-top .dataTables_length select option {
  color: #989898;
}

/* .user-listing-top .filter-wrap { min-width: 230px; } */

.user-listing-top .filter-wrap .select-wrapper {
  min-width: 180px;
}

.user-listing-top .filter-wrap .btn-primary {
  min-width: 180px;
  padding: 11px 40px;
}

.user-listing-top .sort-select label {
  margin-bottom: 0px;
}

.user-listing-top .sort-select select.form-control {
  width: 170px;
}

.user-listing-top .checkbox label {
  color: #1f2640 !important;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0px;
}

.user-listing-top .checkboxs {
  padding-top: 11px;
}

.user-listing-top .checkboxs .checkbox {
  padding-left: 25px;
}

.user-listing-top .user-filter .select-wrapper {
  min-width: 19%;
}

.nav-pills .nav-item .nav-link {
  padding: 14px 40px;
}

/* ---------------------------------------------------------------------------------------
    my-property-logs page end
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    add-property-for-sale page start
 ----------------------------------------------------------------------------------------- */
.accordion-button::after {
  background-image: url(../images/plus-circle.png);
  margin-left: 2rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-sign.png);
}

.accordion-item {
  border: none;
}

.accordion-button:focus:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.fa-arrow-left {
  color: #000;
  font-size: 18px;
  margin-right: 20px;
  margin-top: -5px;
}

/* ---------------------------------------------------------------------------------------
    add-property-for-sale page end
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
    my-favourites page start
 ----------------------------------------------------------------------------------------- */
.hover-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
  transition: 0.6s ease-in-out;
}

.hover-ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.hover-ul>li i {
  background: #fff;
  color: #f26800;
  height: 30px;
  width: 30px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  padding: 2px;
}

/* ---------------------------------------------------------------------------------------
    my-favourites page end
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
   modals start
 ----------------------------------------------------------------------------------------- */
.modal-content {
  border: 0;
  box-shadow: 0 3px 46px rgb(0 0 0 / 7%);
  border-radius: 20px;
  padding: 24px 10px;
  background: url(../images/modal-bg.png) no-repeat 100% 0%, #fff;
}

#payment-opt .modal-body {
  text-align: center;
}

.payment-potions {
  width: 190px;
  height: 99px;
  border-radius: 15px;
  background: #fef1e7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}

.payment-potions.active {
  background: #f26800;
}

/* .payment-potions.active p,.payment-potions.active img{
     filter: invert(1);
 } */

.pink-card {
  width: 354px;
  height: 111px;
  border-radius: 15px;
  background: #fef1e7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px auto;
}

/* ---------------------------------------------------------------------------------------
     modals  end
 ----------------------------------------------------------------------------------------- */

/* ---------------------------------------------------
     font-sizes
 ----------------------------------------------------- */

.code {
  border-radius: 5px;
  font-size: 75px;
  height: 120px;
  width: 100px;
  border: 1px solid #eee;
  margin: 1%;
  text-align: center;
  font-weight: 300;
  -moz-appearance: textfield;
}

.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-70 {
  font-size: 50px;
  font-family: "DaxlinePro";
  padding-bottom: 15px;
}

.p-txt {
  font-size: 13px;
  font-family: "DaxlinePro";
  color: #656368;
  line-height: 28px;
}

.text-80-b {
  font-size: 70px;
  font-family: "DaxlinePro";
  color: #fff;
}

.text-80 {
  font-size: 70px;
  font-family: "DaxlinePro";
  color: #fff;
}

.text-90 {
  font-size: 75px;
  font-family: "DaxlinePro";
  color: #fff;
}

.theme-colour-bold {
  color: #f26800;
  font-family: "DaxlinePro";
}

.theme-colour {
  color: #f26800;
  font-family: "DaxlinePro";
}

.text-26 {
  font-size: 23px;
  font-family: "DaxlinePro";
}

.text-32 {
  font-size: 28px;
  font-family: "DaxlinePro";
}

.text-36 {
  font-size: 34px;
  font-family: "DaxlinePro";
}

.text-30 {
  font-size: 25px;
  font-family: "DaxlinePro";
}

.text-22 {
  font-size: 20px;
  font-family: "DaxlinePro";
}

.text-20 {
  font-size: 18px;
  font-family: "DaxlinePro";
  color: #222222;
}

.text-underlin {
  text-decoration: underline !important;
}

.text-19 {
  font-size: 17px;
  font-family: "DaxlinePro";
}

.text-40 {
  font-size: 36px;
  font-family: "DaxlinePro";
  color: #fff;
}

.text-40-black {
  font-size: 34px;
  font-family: "DaxlinePro";
  color: #222222;
}

.text-18 {
  font-size: 16px;
  color: #656368;
  font-family: "DaxlinePro";
  line-height: 35px;
}

.text-16 {
  font-size: 14px !important;
  color: #656368 !important;
  font-family: "DaxlinePro" !important;
  padding-left: 15px !important;
}

.capital {
  text-transform: uppercase;
  color: #6d6d6d;
}

.upcoming {
  position: relative;
}

.upcoming .gray-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 10px 30px;
  border-radius: 11px;
  background: #fff;
}

.orng-button {
  background-color: #f36800;
  max-width: 180px;
  text-align: center;
  border-radius: 14px;
  color: #fff;
  padding: 10px 0;
  margin: 30px 0;
}

.orng-button h6 {
  color: #fff;
  padding: 0;
}

.property-card {
  border-radius: 44px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 20px;
  margin: 10px 0;
}

label {
  font-size: 16px;
  color: #fff;
  font-family: "Arial", "Georgia", sans-serif;
  padding-left: 15px;
  font-weight: 500;
}

.inner-label {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  padding-left: 15px;
  font-family: "Arial", "Georgia", sans-serif;
}

.btn-close {
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
}

.colour-black {
  color: #222222;
  font-family: "DaxlinePro";
}

.theme-bg-colour {
  background: #f26800;
}

.red-text {
  color: #d60101;
}

.for-hiddin {
  visibility: hidden;
}

.slick-next {
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  width: 40px;
  height: 40px;
}

.slick-prev {
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  width: 40px;
  height: 40px;
}

.muti-chackboxs li {
  white-space: nowrap;
}

.muti-chackboxs {
  list-style: none;
}

.forsale-badge {
  background-color: #9a00c7;
  color: #fff;
}

.forrent-badge {
  background-color: #588f03;
  color: #fff;
}

.gray-badge {
  background-color: #ffffff;
  color: #000;
}

.quantity-control {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* width: fit-content; */
  /* margin: 0 auto; */
  padding: 3px 0.4rem;
  border-radius: 6px;
  border-style: dotted;
  border-color: #f26800;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.12);
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}

.quantity-btn svg {
  width: 15px;
  height: 15px;
}

.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---------------------------------------------------
     font-sizes
 ----------------------------------------------------- */

/* ---------------------------------------------------
    numbr-flag
 ----------------------------------------------------- */

.iti__flag-container {
  border: 1px solid #a9a9a9;
  border-radius: 12px;
  background-color: #fff;
}

input.phone-no {
  width: 85%;
  padding: 0 20px !important;
  left: 60px;
  height: 50px;
  border: 1px solid #a9a9a9;
  border-radius: 12px;
  /* width: 100%; */
}

.yellow-color {
  color: #ffcc01;
}

/* ---------------------------------------------------
     numbr-flag
 ----------------------------------------------------- */

/* ---------------------------------------------------
     Footer
 ----------------------------------------------------- */

footer {
  background-color: #fef1e7;
  position: relative;
}

footer a {
  font-size: 14px;
  color: initial;
  text-decoration: none;
  white-space: nowrap;
}

.fa-angle-double-right {
  color: #601a09;
}

.fotr-contact {
  border-top: 1px solid #d8c2d4;
  border-bottom: 1px solid #d8c2d4;
}

.fotr-contact i {
  color: #f36800;
}

.l-f-border {
  border-left: 1px solid #d8c2d4;
  border-right: 1px solid #d8c2d4;
}

ul.footer-links {
  list-style: url("../images/link-arrow.png");
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  padding: 10px 0;
}

.contact-list li {
  padding: 10px 0;
}

footer h6 {
  font-size: 20px;
}

.contact-list {
  list-style: none;
}

.social-icons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social-icons li a {
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50px;
  /* box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16); */
  margin-right: 10px;
  margin-top: 10px;
  transition: ease-in-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icons li:last-child a {
  margin-right: 0;
}

.social-icons li a:hover {
  background: #f36800;
  color: #fff;
  box-shadow: none;
}

/* ---------------------------------------------------
     INNER PAGES
 ----------------------------------------------------- */

.cart-drop button img {
  width: 25px;
}

.notification-heading {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  font-family: "Jost", sans-serif !important;
}

.noti-span {
  background-color: #e80000;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: white;
  position: absolute;
  top: -6px;
  right: -4px;
  justify-content: center;
}

.notification-div {
  height: 200px;
  width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate3d(-359px, 6px, 0px) !important;
  border-radius: 15px;
  padding: 20px !important;
}

.notifications2 {
  border-radius: 9px;
  background: #fef1e7;
  border: 1px solid #f26902;
  box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);
  padding: 30px;
  margin: 10px 0;
  cursor: pointer;
}

.notifications {
  border-radius: 9px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0px 3px 6px rgba(170, 170, 170, 0.16);
  padding: 30px;
  margin: 10px 0;
  cursor: pointer;
}

.inner-bell {
  color: #f46700;
  transform: rotate(19deg);
  font-size: 24px;
}

.dropdown-menu {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 7px 37px rgb(0 0 0 / 10%);
}

.profile-div a {
  padding: 10px 13px !important;
}

.header {
  box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
}

/* ============================================== */

header .navbar ul li a {
  /* transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s; */
  font-size: 15px;
  transition: all 0.35s linear;
  background: linear-gradient(to bottom, #ff9900 0%, #ff9900 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  padding: 10px 0;
  text-decoration: none;
}

header .navbar ul li a:hover,
header .navbar ul li a.active {
  background-size: 100% 2px;
  color: #16181b;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

/* header .navbar ul li a:hover,
 header i:hover,
 header button:hover {
   color: #fff !important;
 } */

.ff-1-Parent li a,
.ff-1-Parent li button {
  font-family: "DaxlinePro" !important;
}

.fc-orange-parent li a,
.fc-orange-parent li button,
.fc-orange-parent i {
  color: #f26800;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: 17px;
}

.h3 {
  font-size: 1.75rem;
}

.fs-14 {
  font-size: 14px !important;
}

.fc-orange {
  color: #f26800;
}

.ff-1 {
  font-family: "DaxlinePro";
}

.fw-600 {
  font-weight: 600;
}

.ts-7 {
  text-shadow: 0px 0px 7px #000;
}

.v-hidden {
  visibility: hidden;
}

.badge-cstm {
  min-width: 100px;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  border: 3px solid #fff;
  position: absolute;
  top: 35px;
  right: 40px;
  text-align: center;
}

.badge-lorange {
  min-width: 100px;
  padding: 10px 15px;
  font-size: 16px;
  background: #fef1e7;
}

.purple {
  background: #9a00c7;
}

.green {
  background: #588f03;
}

/* INPUT START */

.input-search {
  min-height: 50px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

/* INPUT END */

/* BUTTONS START */

.btn-search {
  position: absolute;
  top: 5px;
  right: 3px;
}

button.btn.btn-left-rounded {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  left: 40px;
  top: 30px;
}

button.btn.btn-left-rounded.active {
  background: #f26800;
}

button.btn.btn-left-rounded.active img {
  /* filter: brightness(50%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(91deg) brightness(105%) contrast(101%);
}

button.btn.btn-right-rounded {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  right: 40px;
  top: 30px;

}

.propertyDetail button.btn.btn-right-rounded {
  width: 16px;
  height: 16px;
  border-radius: 0;
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
}

/* BUTTONS END */

/* SLIDER CSS START */

.slick-prev {
  left: 0px !important;
  z-index: 9;
}

.slick-next {
  right: -13px;
}

/* SLIDER CSS END */

.nav-cross {
  display: none;
}

.navbar-collapse.show .nav-cross {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f26800;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.navbar-collapse.show .nav-cross i {
  color: #fff;
}

/* .icons-nav .dropdown-menu{
     right: 0!important;
     left: auto!important;
     position: absolute;
 } */

.lngg {
  position: absolute;
  bottom: 0;
  left: 1%;
}

.icons-nav li a {
  font-size: 16px !important;
}

.navbar-brand {
  margin: 0;
  width: 100%;
}

.image-boxs {
  width: 189px;
  height: 111.72px;
  border-radius: 20px;
  background: #f8f8fc;
  border-style: dotted;
  border-color: #707070;
}

.segment-slider .owl-prev,
.segment-slider .owl-next {
  width: 53.8px;
  height: 53.8px;
  background: #f26800 !important;
  border-radius: 50px !important;
  color: #fff !important;
}

.web-drop-down {
  width: 160px;
  min-width: 110px;
  padding: 8px 25px;
  height: 50px !important;
  color: #989898;
  box-shadow: none;
  background-color: transparent;
}

.web-drop-down:hover {
  background-color: transparent;
  color: #989898;
}

.back-arow {
  position: absolute;
  top: 10px;
  left: 2rem;
}

.pagination .previous {
  border-left: 1px solid #f26800 !important;
}

.pagination .page-item .page-link {
  border-left: 0 !important;
  border-color: #f26800;
  /* border-right: 0!important; */
}

.pagination .page-item.active .page-link {
  background-color: #f36f0d;
  border-color: #f36f0d;
}

.business-tabs .nav-item {
  flex: 1;
}

.business-tabs2 .nav-item {
  flex: auto;
}

.payment-potions.active p {
  color: #fff;
}

.hotel-eye {
  color: #f26800;
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.4);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 6px 5px;
  border-radius: 50px;
}

.find-tabs2 .nav-link.active,
.find-tabs2 .show>.nav-link {
  color: #f26800;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 20px;
}

.find-tabs2 li.nav-item {
  border: none;
  font-family: "DaxlinePro";
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  border: 1px solid rgba(0, 0, 0, 0);
}

.find-tabs2 {
  align-items: baseline;
}

.for-left {
  text-align: justify;
}


.what-our-customer .carousel {
  position: relative;
  padding-bottom: 70px;
}

.what-our-customer #gallery .carousel__slide {
  text-align: left;
}

/* this block of code change for the home page section "What our customer slide", now if you change this code you will be responsibile for it */
.what-our-customer .carousel__prev,
.what-our-customer .carousel__next {
  top: -2rem;
}

.what-our-customer .carousel__prev {
  /* left: auto;
  right: 50px; */


  left: 0px;
  right: auto;
  top: auto;
  bottom: -19px;


}

.what-our-customer .carousel__next {
  left: 50px !important;
  right: auto;
  top: auto;
  bottom: -19px;
}

.what-our-customer .carousel__slide {
  display: block;
}

.what-our-customer .carousel__next {
  left: 50px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  width: 40px;
  height: 40px;
}

.what-our-customer .carousel__prev {
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  width: 40px;
  height: 40px;
}

.mobl {
  margin-top: 20px;
}

.mobl img {
  width: 233px;
  height: 512px;
  object-fit: cover;
  border-radius: 10px;
}

.overview-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.multi-img-box .multi-img {
  width: 100%;
  height: 90px;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
}

.multi-img-box {
  position: relative;
  max-width: 100px;
  padding: 3px;
}

.multi-img-box span {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border-radius: 52px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  padding: 6px;
}

.notification-div p {
  cursor: pointer;
}

.prod-img-c img {
  padding: 8px;
}

.fotr-contact i {
  padding: 0 8px;
}

.pagination-align .VuePagination nav {
  display: flex;
  justify-content: space-between;
}

.partner-logo-box a:hover img {
  filter: brightness(0.5);
}

.extra-contact {
  text-align: center;
  padding: 6px 0;
}

.extra-contact i {
  color: #f36800;
  padding: 0px 5px;
}

.extra-contact a {
  color: #000;
}

.theme-gray {
  color: #000;
}

.for-eye {
  position: relative;
}

.for-eye i {
  position: absolute;
  top: 18px;
  right: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  padding-top: 5px;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input,
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 0 !important;
  box-shadow: none !important;
  height: auto;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 40px !important;
}

.country-dropdown .ant-select.ant-select-single.ant-select-show-arrow {
  width: 40% !important;
}

.country-dropdown_input {
  width: 60% !important;
  display: inline-block;
  border: 0 !important;
  box-shadow: none !important;
  height: 45px;
}

.country-dropdown .ant-select-selector {
  border: 0 !important;
  height: 40px !important;
  padding: 5px 5px 0 10px !important;
  margin: 4px 0 0 0 !important;
}

.country-dropdown {
  height: 50px;
  border-radius: 10px !important;
  border-color: #a9a9a9;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px rgb(100 100 100 / 6%);
}

.ant-select-dropdown.ant-select-dropdown-placement-bottomLeft {
  width: 323px !important;
}

.footerLogo img {
  width: 30%;
}

ul#currencyDropdown {
  height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
  right: 0 !important;
  left: auto;
  min-width: 100px;
}

.ant-select-selector {
  height: 50px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.06);
  border-radius: 12px !important;
}


.countDrop {
  /* display: flex; */
}

.countDrop select {
  width: 40%;
  display: inline-block;
  border: 0;
  border-right: 1px solid #ced4da;
  border-radius: 0;
}

.carousel__item {
  object-fit: contain;
}

.prod-img-c .carousel__viewport img {
  object-fit: cover;
}

.carousel__item img {
  aspect-ratio: 12/5;
  -o-object-fit: cover;
  object-fit: cover;
  height: 700px;
  max-height: 700px;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

section#thumbnails .carousel__item img {
  aspect-ratio: 12/5;
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

#top-view-carousel .carousel .carousel__item img {
  height: auto;
  aspect-ratio: 1;
}

.desc ul li,
.desc ol li,
.desc,
.desc p {
  font-size: 18px;
  color: #fff;
  padding: 0 0 10px 0;
}

.desc ul,
.desc ol {
  padding: 10px 0 0 10px;
  text-align: left;
  list-style: circle;
}



.web-card .ant-steps {
  margin: 0 0 50px 0 !important;
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #f26800 !important;
  border-color: #f26800 !important;

}

.ant-steps-item-container .ant-steps-item-icon .ant-steps-icon svg {
  top: -3px;
  color: #f26800;
  position: relative;
}

.ant-steps-item-finish .ant-steps-item-icon {
  border-color: #f26800 !important;
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #f26800 !important;
}

/* .tableTime th input[type="CheckBox"]{

} */

/* checkbox-1 css */
.tableTime th {
  padding: 0;
  text-align: center;
}

.tabCheckboxWrapper input[type="checkbox"] {
  opacity: 0;
  display: none;
}

.tabCheckboxWrapper {
  width: 100%;
  height: 45px;
  display: block;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.tabCheckboxWrapper label {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}

.tabCheckboxWrapper label:before {
  content: "";
  background: green;
  position: absolute;
  width: 100%;
  height: 45px;
  border-radius: 0;
  inset: 0;
  margin: auto;
  scale: 0;
  transition: 0.25s;
}

.tabCheckboxWrapper label:after {
  content: "\f00c";
  position: absolute;
  width: 30px;
  height: 40px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  scale: 0;
  bottom: 0;
  font-size: 28px;
}

.tabCheckbox:checked+label::before,
.tabCheckbox:checked+label::after {
  scale: 1;
}


.disabled .tabCheckboxWrapper {
  background-color: #f26800;
  cursor: not-allowed;
}

.disabled .tabCheckboxWrapper label {
  display: none;
  cursor: not-allowed;
}

/* checkbox-1 css */

.roomBox {
  position: relative;
}

.roomBox button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  font-size: 14px;
  color: #fff;
  background: red;
  border: 0;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  padding: 0;
}

.roomBoxImg img,
.roomBox {
  aspect-ratio: 2/1.2;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.ant-select-disabled {
  background: #f5f5f5;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon {
  font-style: normal;
  font-weight: 500;
  font-family: "DaxlinePro" !important;
}

.vue-form-wizard .wizard-icon-circle {
  border: 2px solid #F3F2EE !important;
}



.card.property-card .cardImg {
  width: 100% !important;
  height: 100%;
  aspect-ratio: 5/5;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.ownerProfile {
  width: 16%;
  position: relative;
}

.ownerProfile img.card-img-top {
  width: 150px;
  height: 150px;
  display: block;
  aspect-ratio: 2/2;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.ownerProfile button {
  position: absolute;
  right: 20%;
  bottom: 0;
  height: 30px;
  width: 30px;
  background: transparent;
  border: 0;
  background: #f46521;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.ownerProfile button input.form-control {
  opacity: 0;
  position: absolute;
}

.ownerProfile button i.fas.fa-camera {
  font-size: 14px;
  color: #fff;
}

#profile-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  aspect-ratio: 2/2;
  object-fit: cover;
  object-position: center;
}

.input-group-text {
  position: absolute;
  left: 20%;
  bottom: 0;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
}


img.card-imgT {
  max-width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 40px !important;
  aspect-ratio: 3/2 !important;
}

.langFlag img {
  height: 17px;
  margin: -10px 0 0 0;
}


.VuePagination nav {
  align-items: center;
}

.VuePagination p.VuePagination__count {
  flex: 0 0 50%;
  max-width: 50%;
  order: 1 !important;
}

.VuePagination ul.VuePagination__pagination {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-order: 2;
  order: 2;
  justify-content: end;
  margin: 0;
}

.VuePagination ul li:first-child .page-link {
  border-left: 1px solid #f26800 !important;
}

.VuePagination ul li .page-link {
  color: #f26800;
}

.constructionMaterials {
  aspect-ratio: 2/2;
  height: 30px;
}

#credential_picker_container {
  position: absolute !important;
  z-index: 9999;
  top: 40px !important;
}














#google_translate_element {
  border: 0;
  position: absolute;
  opacity: 0;
  z-index: 0;
  left: 0;
  right: 0;
  width: 43px !important;
  height: 28px !important;
  overflow: hidden;
  /* display: none; */
}

#google_translate_element .skiptranslate .goog-te-gadget-simple {
  border: 0;
}

#google_translate_element .skiptranslate .goog-te-gadget-simple span {
  border: 0 !important;
}

#google_translate_element .skiptranslate .goog-te-gadget-simple span {
  color: #f26800 !important;
}

.skiptranslate {
  box-shadow: none !important;
  border-radius: 20px;
  font-size: 20px;
}

header nav.navbar.navbar-expand-xl.navbar-light.d-block {
  padding: 10px;
}

.forSaleMain {
  text-align: center;
  position: relative;
}

.forSaleMain button {
  top: 15px !important;
  left: 0;
  right: 0 !important;
  margin: auto;
}


.demo0123 {}

.demo0123 google-pay-button {
  width: 100% !important;
}

.demo0123 google-pay-button button {
  width: 100%;
  padding: 4px 0;
  height: 45px;
}

.modal-body-scroll {
  height: 80vh;
  overflow: scroll;
}

.contained-card {
  max-width: 250px;
  flex-grow: 1;
  width: 100%;
}

.ff-3 {
  font-size: 21px !important;
}