*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Aptos Light';
  src: url('../font/aptos-light.eot');
  src: url('../font/aptos-light.eot?#iefix') format('embedded-opentype'),
    url('../font/aptos-light.woff2') format('woff2'),
    url('../font/aptos-light.woff') format('woff'),
    url('../font/aptos-light.svg#Aptos Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: 'Aptos';
  src: url('../font/Aptos.eot');
  src: url('../font/Aptos.eot?#iefix') format('embedded-opentype'),
    url('../font/Aptos.woff2') format('woff2'),
    url('../font/Aptos.woff') format('woff'),
    url('../font/Aptos.svg#Aptos') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: 'Aptos SemiBold';
  src: url('../font/aptos-semiBold.eot');
  src: url('../font/aptos-semiBold.eot?#iefix') format('embedded-opentype'),
    url('../font/aptos-semiBold.woff2') format('woff2'),
    url('../font/aptos-semiBold.woff') format('woff'),
    url('../font/aptos-semiBold.svg#Aptos SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: 'Aptos';
  src: url('../font/aptos-bold.eot');
  src: url('../font/aptos-bold.eot?#iefix') format('embedded-opentype'),
    url('../font/aptos-bold.woff2') format('woff2'),
    url('../font/aptos-bold.woff') format('woff'),
    url('../font/aptos-bold.svg#Aptos Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: 'Aptos ExtraBold';
  src: url('../font/aptos-extraBold.eot');
  src: url('../font/aptos-extraBold.eot?#iefix') format('embedded-opentype'),
    url('../font/aptos-extraBold.woff2') format('woff2'),
    url('../font/aptos-extraBold.woff') format('woff'),
    url('../font/aptos-extraBold.svg#Aptos ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

:root {
  --aptos300: 'Aptos Light';
  --aptos400: 'Aptos';
  --aptos600: 'Aptos SemiBold';
  --aptos800: 'Aptos ExtraBold';
}

html,
body {
  font-family: var(--aptos400);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background: #000;
  box-sizing: border-box;

}

a {
  color: #004E5A;
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  display: inline-block;
}



.container {
  max-width: 1332px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}


.loader {
  position: fixed;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loder-img {
  width: 312px;
  overflow: hidden;
  height: 62px;
  position: relative;
}

.loder-img img {
  position: absolute;
  top: -98px;
  left: -93px;
}

.header-main {
  padding: 45px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main .logo {
  width: 181px
}

.header-main .logo a {
  display: block;
}

.header-main .logo img {
  width: 100%;
  vertical-align: middle;
}

.header-main ul.center-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

.header-main ul.center-menu li {
  margin: 0 18px;
  position: relative;
}

.header-main ul.center-menu li a {
  font-family: var(--aptos400);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  position: relative;
}

.header-main ul.center-menu li .dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0%;
  border-top: #444 1px solid;
  margin: 0px;
  padding: 6px 0px 0px 0px;
  list-style: none;
  width: 160px;
  background: #000;
  border-bottom: #444 1px solid;
  display: none;
}


.header-main ul.center-menu li a:hover {
  text-decoration: none;
  color: #fff
}

.header-main ul.center-menu li:hover .dropdown-menu {
  display: block;
}

.header-main ul.center-menu li .dropdown-menu:after,
.header-main ul.center-menu li .dropdown-menu:before {
  top: -1px;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.header-main ul.center-menu li .dropdown-menu:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 7px;
  margin-left: -7px;
}

.header-main ul.center-menu li .dropdown-menu:before {
  border-color: rgba(68, 68, 68, 0);
  border-top-color: #444444;
  border-width: 8px;
  margin-left: -8px;
}

.header-main ul.center-menu li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c09644;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.header-main ul.center-menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-main .btn-login {
  border: #fff 1px solid;
  font-family: var(--aptos600);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 22px;
  display: flex;
}

.header-main .btn-login img {
  margin-left: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.header-main .btn-login svg {
  display: none;
}

.header-main .btn-login:hover {
  background: #fff;
  color: #000
}

.header-main .btn-login:hover img {
  filter: brightness(0) invert(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.header-main .btn-account {
  border: #fff 1px solid;
  background: transparent;
  font-family: var(--aptos600);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 22px;
  display: flex;
  cursor: pointer;
}

.header-main .btn-account svg {
  margin-left: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.header-main .btn-account:hover {
  background: #fff;
  color: #000
}

.header-main .btn-account:hover svg {
  filter: brightness(0) invert(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.fixed .header-main {
  background: rgba(0, 0, 0, 0.90);
  padding: 20px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.btn-menu {
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  position: relative;
  padding: 0px;
  transition: all .5s ease;
  margin-left: 15px;
  display: none
}

.btn-menu span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+1) {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+2) {
  position: absolute;
  top: 10px;
  width: 70%;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+3) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu.active span:nth-of-type(3n+1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 10px;
  transition: all .5s ease;
}

.btn-menu.active span:nth-of-type(3n+2) {
  display: none;
}

.btn-menu.active span:nth-of-type(3n+3) {
  transform: rotate(45deg);
  left: 0px;
  transition: all .5s ease;
  bottom: 10px;
}

.hero-section {
  width: 100%;
  overflow: hidden;
  height: 90vh;
  position: relative;
}

.hero-section::before {
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  z-index: 1;
}

.hero-section::after {
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.556442645417542) 52%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.hero-section video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.hero-section img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.hero-section .content-area {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-section .content-area .container {
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
}

.hero-section .content-area .home-content {
  padding: 0 0 75px 180px;
}

.hero-section .content-area .home-content h1 {
  font-family: var(--aptos600);
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  margin: 0 0 10px 0;
}

.hero-section .content-area .home-content p {
  font-family: var(--aptos400);
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  margin: 0 0 28px 0;
}

.hero-section .content-area .home-content .btn-about {
  border: #fff 1px solid;
  font-family: var(--aptos600);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 22px;
  display: inline-flex;
}

.hero-section .content-area .home-content .btn-about img {
  margin-left: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  position: relative;
  width: auto;
  height: auto;
}

.hero-section .content-area .home-content .btn-about:hover {
  background: #fff;
  color: #000
}

.hero-section .content-area .home-content .btn-about:hover img {
  filter: brightness(0) invert(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.hero-section .content-area .play-pause-btn {
  background: transparent;
  border: none;
  padding: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: var(--aptos400);
  font-weight: 400;
  font-size: 16px;
  right: 0px;
  bottom: 75px;
  position: absolute;
  cursor: pointer;
  display: none;
}

.hero-section .content-area .play-pause-btn img {
  margin-right: 4px;
  position: relative;
  width: auto;
  height: auto;
}

.featured-styles-section {
  width: 100%;
  padding: 0 0 62px 0;
  scroll-snap-align: start;
  scroll-margin-top: 100px;
}

.featured-styles-section h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.featured-styles-section h2 a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  border-bottom: #6A6A6A 1px solid;
}

.featured-styles-section h2 a:hover {
  text-decoration: none;
  color: #fff
}

.featured-styles-section h2 a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #c09644;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.featured-styles-section h2 a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.featured-styles-section ul.list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.featured-styles-section ul.list li {
  width: 25%;
  padding: 0 6px;
}

.featured-styles-section ul.list li a {
  display: block;
}

.featured-styles-section ul.list li .img-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.featured-styles-section ul.list li .img-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.featured-styles-section ul.list li:hover .img-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.featured-styles-section .swiper-slide a {
  display: block;
}

.featured-styles-section .swiper-slide .img-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.featured-styles-section .swiper-slide .img-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.featured-styles-section .swiper-slide:hover .img-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.how-doesitwork-section {
  width: 100%;
  padding: 0 0 38px 0;
}

.how-doesitwork-section h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.how-doesitwork-section ul.list {
  margin: 0px -20px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.how-doesitwork-section ul.list li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 34px;
}

.how-doesitwork-section ul.list li a {
  width: 100%;
}

.how-doesitwork-section ul.list li .inner-block {
  border: #6A6A6A 1px solid;
  padding: 52px 56px 52px 360px;
  position: relative;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.how-doesitwork-section ul.list li .inner-block .number {
  position: absolute;
  top: 50%;
  left: 50px;
  font-size: 300px;
  font-family: var(--aptos300);
  color: #434343;
  line-height: 192px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  margin-top: -100px;
}

.how-doesitwork-section ul.list li .inner-block .title {
  min-height: 174px;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
  font-family: var(--aptos400);
  color: #fff;
  position: relative;
}

.how-doesitwork-section ul.list li .inner-block .title::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 1px;
  background: #fff;
}

.how-doesitwork-section ul.list li .inner-block:hover {
  border: #fff 1px solid;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.how-doesitwork-section ul.list li .inner-block:hover .number {
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.about-section {
  padding: 0 0 60px 0;
  scroll-snap-align: start;
  scroll-margin-top: 100px;
}

.about-section .about-content-area {
  position: relative;
  background-color: #000;
  padding: 10px 0;
}

.about-section .about-content-area .content-block {
  width: 38%;
  position: relative;
  z-index: 3;
}

.about-section .about-content-area .content-block h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.about-section .about-content-area .content-block p {
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px 0;
}

.about-section .about-content-area .photo-block {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1030px;
  height: 100%;
  overflow: hidden;
}

.about-section .about-content-area .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
}

.about-section .about-content-area .photo-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
}

.about-section .about-content-area .photo-block::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.most-requested-areas {
  padding: 0 0 84px 0;
  scroll-snap-align: start;
  scroll-margin-top: 100px;
}

.most-requested-areas h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.most-requested-areas h2 a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  border-bottom: #6A6A6A 1px solid;
}

.most-requested-areas h2 a:hover {
  text-decoration: none;
  color: #fff
}

.most-requested-areas h2 a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #c09644;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.most-requested-areas h2 a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.most-requested-areas ul.list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.most-requested-areas ul.list li {
  width: 25%;
  padding: 0 6px;
}

.most-requested-areas ul.list li a {
  display: block;
}

.most-requested-areas ul.list li .img-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.most-requested-areas ul.list li .img-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.most-requested-areas ul.list li .title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: var(--aptos400);
  margin-top: 18px;
}

.most-requested-areas ul.list li:hover .img-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.most-requested-areas .swiper-slide a {
  display: block;
}

.most-requested-areas .swiper-slide .img-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.most-requested-areas .swiper-slide .img-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.most-requested-areas .swiper-slide .title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: var(--aptos400);
  margin-top: 18px;
}

.most-requested-areas .swiper-slide:hover .img-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}


.faq-section {
  padding: 0 0 75px 0;
  scroll-snap-align: start;
  scroll-margin-top: 100px;
}

.faq-section h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.faq-section .inner-flex .faq {
  border-top: #6A6A6A 1px solid;
  padding-bottom: 13px;
}

.faq-section .inner-flex .faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-section .inner-flex .faq-question h3 {
  padding: 20px 0 7px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: var(--aptos600);
  line-height: 22px;
  margin: 0px;
}

.faq-section .inner-flex .faq-answer {
  display: none;
  color: #fff;
  font-size: 16px;
  padding: 0 32px;
}

.faq-section .inner-flex .toggle-icon {
  font-size: 22px;
  margin-top: 12px;
}

.faq-section .inner-flex .faq:last-child {
  border-bottom: #6A6A6A 1px solid;
}

.faq-section .inner-flex {
  display: flex;
}

.faq-section .inner-flex .leftside {
  width: 36%;
  min-height: 200px;
}

.faq-section .inner-flex .leftside .photo-block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq-section .inner-flex .leftside .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.faq-section .inner-flex .acc-kontainer {
  width: 64%;
  padding-left: 35px;
}

.faq-section .inner-flex .acc-kontainer .item-title {
  border-bottom: #6A6A6A 1px solid;
}

.faq-section .inner-flex .acc-kontainer .item-title:first-child {
  border-top: #6A6A6A 1px solid;
}

.faq-section .inner-flex .acc-kontainer .acc-body {
  width: 100%;
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
}

.faq-section .inner-flex .acc-kontainer label {
  cursor: pointer;
  display: block;
  padding: 20px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: var(--aptos600);
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.faq-section .inner-flex .acc-kontainer input {
  display: none;
}

.faq-section .inner-flex .acc-kontainer label:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 28px;
  right: 0px;
}

.faq-section .inner-flex .acc-kontainer input:checked+label {
  background-color: transparent;
  padding: 20px 0 7px 0;
}

.faq-section .inner-flex .acc-kontainer input:checked+label:before {
  transform: rotate(180deg);
  transition: 0.5s;
}

.faq-section .inner-flex .acc-kontainer input:checked~.acc-body {
  height: auto;
  color: #fff;
  font-size: 16px;
  padding: 0 32px 20px 32px;
}

.instagram-section {
  padding: 0 0 90px 0;
}

.instagram-section h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.instagram-section h2 a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.instagram-section h2 a svg {
  margin-right: 7px;
}

.instagram-section ul.list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.instagram-section ul.list li {
  width: 25%;
  padding: 0 6px;
}

.instagram-section ul.list li a {
  display: block;
}

.instagram-section ul.list li .img-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.instagram-section ul.list li .img-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.instagram-section ul.list li:hover .img-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.footer-main {
  background: url(../images/footer.png) center bottom repeat-x;
  padding-bottom: 596px;
}

.footer-main.footer-without-border {
  background-image: none;
  padding-bottom: 0px;
}

.footer-main.footer-without-border .first-row {
  padding: 45px 0;
}

.footer-main.footer-without-border .first-row p {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-main.footer-without-border .second-row {
  display: flex;
  padding-bottom: 35px;
  border-bottom: #6A6A6A 1px solid;
  position: relative;
  margin-bottom: 40px;
}

.footer-main.footer-without-border .second-row p {
  text-align: center;
  padding: 6px 0;
  width: 100%;
}

.footer-main.footer-without-border .second-row ul.social-link {
  position: absolute;
  right: 0px;
}

.footer-main .first-row {
  border-top: #6A6A6A 1px solid;
  padding: 60px 0 70px 0;
  display: flex;
  align-items: center;
}

.footer-main .first-row p {
  margin: 0px;
  font-size: 14px;
  line-height: 150%;
  font-family: var(--aptos300);
  font-weight: 300;
  color: #fff;
  padding-left: 35px;
  padding-right: 250px;
  text-align: left;
}

.footer-main .second-row {
  display: flex;
  padding-bottom: 60px;
  border-bottom: #6A6A6A 1px solid;
}

.footer-main .second-row ul.social-link {
  width: 22%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.footer-main .second-row ul.social-link li {
  margin-left: 10px;
}

.footer-main .second-row ul.social-link li a {
  background-color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main .second-row .link-area {
  width: 78%;
  display: flex;
  justify-content: space-between;
}

.footer-main .second-row .link-area .footer-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-main .second-row .link-area .footer-link li a {
  font-size: 16px;
  line-height: 182%;
  font-family: var(--aptos400);
  color: #fff;
  text-transform: uppercase;
}

.footer-main p {
  font-size: 14px;
  line-height: 170%;
  font-family: var(--aptos300);
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 25px 0 20px 0;
}

.fullscreen-form-page {
  background-color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 114px 0 200px 0;
}

.fullscreen-form-page .container {
  position: relative;
  width: 1332px;
}

.fullscreen-form-page .bg-photo {
  width: 100%;
  height: 374px;
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.fullscreen-form-page .bg-photo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fullscreen-form-page .bg-photo::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 258px;
  z-index: 2;
  bottom: 0px;
}

.fullscreen-form-page a.btn-back {
  position: absolute;
  top: 54px;
  right: 54px;
  display: block;
}

.fullscreen-form-page .inner-area {
  width: 490px;
  margin: 244px auto 0 auto;
  position: relative;
  z-index: 3;
}

.fullscreen-form-page .inner-area h1 {
  text-align: center;
  margin: 0px;
  font-size: 35px;
  line-height: 42px;
  color: #fff;
  font-family: var(--aptos600);
}

.fullscreen-form-page .inner-area .md-5 {position: relative;}
.fullscreen-form-page .inner-area .field-icon{position: absolute; color: #fff; top: 26px; right: 0px;}
.fullscreen-form-page .inner-area .inputbox {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: transparent;
}

.fullscreen-form-page .inner-area .inputbox:focus {
  box-shadow: none;
  border: none;
  border-bottom: #c09644 1px solid;
  outline: none;
}

.fullscreen-form-page .inner-area .inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.fullscreen-form-page .inner-area .inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.fullscreen-form-page .inner-area .inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.fullscreen-form-page .inner-area .inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.fullscreen-form-page .inner-area .btn-login {
  background: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 35px;
  margin-top: 35px;
  margin-bottom: 28px;
  cursor: pointer;
}

.fullscreen-form-page .inner-area .btn-login img {
  filter: brightness(0) invert(0);
  margin-left: 2px;
}

.fullscreen-form-page .inner-area .btn-login:hover {
  color: #fff;
  background: #000;
}

.fullscreen-form-page .inner-area .btn-login:hover img {
  filter: brightness(0) invert(1);
}

.fullscreen-form-page .inner-area p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px 0;
  color: #fff;
}

.fullscreen-form-page .inner-area p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--aptos400);
}

.fullscreen-form-page .inner-area .info {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 20px 0;
  color: #fff;
  text-align: center;
}

.fullscreen-form-page .inner-area .input-group {
  display: flex;
  max-width: 280px;
  margin: 0 auto;
}

.fullscreen-form-page .inner-area .input-group .inputbox {
  margin: 0 4px;
  text-align: center;
}

.title-breadcrumb {
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;

}

.title-breadcrumb h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 12px 0;
}

.fetured-properties-page {
  padding: 170px 0 20px 0;
}



.fetured-properties-page ul.featured-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.fetured-properties-page ul.featured-list li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 30px;
}

.fetured-properties-page ul.featured-list li a {
  display: block;
}

.fetured-properties-page ul.featured-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.fetured-properties-page ul.featured-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.fetured-properties-page ul.featured-list li h2 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: var(--aptos600);
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
  border-bottom: #6A6A6A 1px solid;
}

.fetured-properties-page ul.featured-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.properties-gallery-page {
  padding: 170px 0 40px 0;
}



.properties-gallery-page ul.gallery-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.properties-gallery-page ul.gallery-list li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.properties-gallery-page ul.gallery-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.properties-gallery-page ul.gallery-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.properties-gallery-page ul.gallery-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.content-page {
  padding: 140px 0 40px 0;
}

.content-page .titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: #6A6A6A 1px solid;
}

.content-page .titlebar h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0px;
}

.content-page .titlebar p {
  font-size: 14px;
  line-height: 124%;
  margin: 0px;
  color: #fff;
  font-family: var(--aptos300);
  font-weight: 300;
  width: 72%;
}

.content-page ol {
  margin: 0px;
  padding: 0px 0px 0px 18px;
}

.content-page ol li {
  margin: 0 0 15px 0;
}

.content-page ol li strong {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  font-family: var(--aptos600);
}

.content-page ol li p {
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  font-family: var(--aptos300);
  font-weight: 300;
  margin: 0px;
}

.content-page ol li ul {
  margin: 0px;
  padding: 0px 0px 0px 8px;
  list-style: none;
}

.content-page ol li ul li {
  margin: 0px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  font-family: var(--aptos300);
  font-weight: 300;
  position: relative;
  padding-left: 16px;
}

.content-page ol li ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.contact-page {
  padding: 140px 0 0 0;
}

.photo-banner {
  width: 100%;
  height: 374px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.photo-banner img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-banner::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  bottom: 0px;
}

.photo-banner .content-bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 34px;
}

.photo-banner .content-bottom h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0px 10px 0px;
}

.photo-banner .content-bottom p {
  font-family: var(--aptos300);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px 0;
  max-width: 975px;
}

.photo-banner .content-bottom.submitted-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.photo-banner .content-bottom.submitted-inner .design-filter {
  display: flex;
  align-items: end;
}

.photo-banner .content-bottom.submitted-inner .design-filter .input-block {
  margin-right: 10px;
}

.photo-banner .content-bottom.submitted-inner .design-filter label {
  font-family: var(--aptos400);
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #fff;
  margin: 0 0 5px 0;
}

.photo-banner .content-bottom.submitted-inner .design-filter .inputarea {
  position: relative;
}

.photo-banner .content-bottom.submitted-inner .design-filter .inputarea img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 7px;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control {
  width: 100%;
  border: #fff 1px solid;
  padding: 6px 15px 6px 35px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: transparent;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control:focus {
  box-shadow: none;
  border: #c09644 1px solid;
  outline: none;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.photo-banner .content-bottom.submitted-inner .design-filter .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.photo-banner .content-bottom.submitted-inner .design-filter .btn-go {
  background: #D8B053;
  border: none;
  line-height: 39px;
  padding: 0 23px;
  color: #fff;
  font-size: 16px;
}

.photo-banner .content-bottom.submitted-inner .swich-option {
  display: flex;
  border: #fff 1px solid;
  margin-left: 25px;
}

.photo-banner .content-bottom.submitted-inner .swich-option a {
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.photo-banner .content-bottom.submitted-inner .swich-option a img {
  width: 100%;
  position: relative;
  height: 100%;
}

.photo-banner .content-bottom.submitted-inner .swich-option a.active,
.photo-banner .content-bottom.submitted-inner .swich-option a:hover {
  background-color: #fff;
}

.photo-banner .content-bottom.submitted-inner .swich-option a.active img,
.photo-banner .content-bottom.submitted-inner .swich-option a:hover img {
  filter: brightness(0) invert(0);
}

.photo-banner .content-bottom.submitted-inner .dropdown-area {
  position: relative;
  margin-left: 25px;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .btn-layout {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .btn-layout::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position: absolute;
  right: -12px;
  top: 17px;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .inner-dropdown-menu {
  position: absolute;
  right: 0px;
  width: 60px;
  padding: 10px 10px 0 10px;
  background: #000;
  border: #4b4848 1px solid;
  top: 45px;
  display: none;
  flex-direction: column;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .inner-dropdown-menu a {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .inner-dropdown-menu a img {
  position: relative;
}

.photo-banner .content-bottom.submitted-inner .dropdown-area .inner-dropdown-menu.open {
  display: flex;
}

.photo-banner.btn-block .content-bottom{display: flex; align-items: center; flex-direction: row; justify-content: space-between;}
.photo-banner.btn-block .content-bottom .btn-back{background: #fff; border: #fff 1px solid; font-size: 14px; line-height: 18px; color: #000; display: inline-flex; font-weight: 600; font-family: var(--aptos600); padding: 10px 20px; margin-top: 35px; cursor: pointer; align-items: center;}
.photo-banner.btn-block .content-bottom .btn-back svg{margin-right: 10px;}
ul.breadcrumb {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

ul.breadcrumb li {
  margin: 0px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #D8B053;
  font-family: var(--aptos400);
  margin-right: 5px;
}

ul.breadcrumb li a {
  color: #D8B053;
}

ul.breadcrumb li::after {
  content: '-';
  margin-left: 5px;
}

ul.breadcrumb li:last-child::after {
  content: none;
}


.contact-page .inner-part {
  border-top: #6A6A6A 1px solid;
  display: flex
}

.contact-page .inner-part .left {
  width: 50%;
  padding: 50px;
}

.contact-page .inner-part .right {
  width: 50%;
  border-left: #6A6A6A 1px solid;
  padding: 50px 20px 50px 70px;
}

.contact-page .inner-part h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0px 0px 12px 0px;
  text-align: center;
}

.contact-page .inner-part p {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  font-family: var(--aptos400);
  text-align: center;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  position: relative;
}

.contact-page .inner-part p::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 90px;
  height: 1.5px;
  background-color: #fff;
  margin-left: -45px;
}

.contact-page .inner-part .info {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 35px 0;
}

.contact-page .inner-part .info span {
  display: block;
  font-size: 14px;
  color: #696969;
  margin: 0 0 3px 0
}

.contact-page .inner-part h2 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0px;
}

.contact-page .inner-part .md-5 {}

.contact-page .inner-part .md-5 .w-10 {
  width: 20%;
  margin-right: 15px;
}

.contact-page .inner-part .form-group {
  position: relative;
  width: 100%
}

.contact-page .inner-part .form-group input {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;

}

.contact-page .inner-part .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0px;
  color: #ddd;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.contact-page .inner-part .form-group input:is(:focus, :valid) {
  border-bottom: 1px solid #6A6A6A;
  padding: 36px 0 10px 0;
}

.contact-page .inner-part .form-group input:is(:focus, :valid)+label {
  top: 10px;
  padding: 0px;
  font-size: 14px;
  color: #c09644;
  background: transparent;
  transform: translateY(0%);
}

.contact-page .inner-part .form-group input:focus {
  border-bottom: #c09644 1px solid;
}



.contact-page .inner-part .inputbox {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
  height: 72px;
  -webkit-border-radius: 0px
}

.contact-page .inner-part .inputbox:focus {
  box-shadow: none;
  border: none;
  border-bottom: #c09644 1px solid;
  outline: none;
}

.contact-page .inner-part .inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-page .inner-part .inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-page .inner-part .inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-page .inner-part .inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-page .inner-part .btn-send {
  background: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 35px;
  margin-top: 35px;
  cursor: pointer;
}

.contact-page .inner-part .btn-send img {
  filter: brightness(0) invert(0);
  margin-left: 2px;
}

.contact-page .inner-part .btn-send:hover {
  color: #fff;
  background: #000;
}

.contact-page .inner-part .btn-send:hover img {
  filter: brightness(0) invert(1);
}

.no-properties-listed {
  padding: 120px 0 0 0;
}

.no-properties-listed .titlebar {
  padding: 0 0 14px 0;
  border-bottom: #6A6A6A 1px solid;
}

.no-properties-listed h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;

}

.no-properties-listed .no-properties {
  text-align: center;
  padding: 275px 0;
}

.no-properties-listed .no-properties h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: var(--aptos600);
  margin: 16px 0 0px 0;
}

.no-properties-listed .no-properties .btn-add {
  font-family: var(--aptos800);
  background: #fff;
  border: #fff 1px solid;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 46px;
}

.no-properties-listed .no-properties .btn-add:hover {
  background: #000;
  color: #fff;
}

.no-properties-listed .no-properties p {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  margin: 48px 0 0 0;
  padding: 35px 0 0 0;
  position: relative;
}

.no-properties-listed .no-properties p a {
  color: #fff;
  text-decoration: underline;
}

.no-properties-listed .no-properties p::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 330px;
  margin-left: -165px;
  height: 1px;
  background: #6A6A6A;
}

.sidebar {
  position: fixed;
  top: 0px;
  right: -400px;
  height: 100%;
  width: 390px;
  background: #000;
  border-left: #404040 1px solid;
  z-index: 15;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.sidebar.active {
  right: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.sidebar .title {
  display: flex;
  padding: 48px 50px 24px 60px;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  line-height: 34px;
  border-bottom: #404040 1px solid;
  align-items: center;
  color: #fff;
}

.sidebar .title a {
  display: block;
  width: 27px;
  height: 27px;
}

.sidebar ul.side-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sidebar ul.side-menu li {
  border-bottom: #404040 1px solid;
}

.sidebar ul.side-menu li a {
  font-size: 18px;
  font-family: var(--aptos600);
  color: #fff;
  line-height: 28px;
  padding: 24px 60px;
  display: flex;
  align-items: center;
}

.sidebar ul.side-menu li a img {
  margin-right: 12px;
}

.sidebar ul.side-menu li.innermenu a {
  padding: 16px 60px 8px 60px;
  ;
}

.sidebar ul.side-menu li ul.sub {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  list-style: none;
}

.sidebar ul.side-menu li ul.sub li {
  border: none;
}

.sidebar ul.side-menu li ul.sub li a {
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  font-weight: 300;
  font-family: var(--aptos300);
  padding: 0px 60px 0px 110px;
  position: relative;
}

.sidebar ul.side-menu li ul.sub li a::before {
  content: '';
  position: absolute;
  left: 96px;
  top: 14px;
  background: #fff;
  width: 6px;
  height: 1px;
}

.sidebar .btn-logout {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 18px;
  font-family: var(--aptos600);
  color: #fff;
  line-height: 28px;
  padding: 35px 60px;
  display: flex;
  align-items: center;
}

.sidebar .btn-logout img {
  margin-right: 12px;
}

body.bg {
  position: relative;
}

body.bg::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 15;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.add-my-property-page {
  padding: 120px 0 80px 0;
  position: relative;
}

.add-my-property-page .container {
  position: relative;
}

.add-my-property-page .photo-area {
  width: 100%;
  height: 374px;
  position: absolute;
  top: 126px;
  overflow: hidden;
}

.add-my-property-page .photo-area img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.add-my-property-page .photo-area::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 258px;
  z-index: 2;
  bottom: 0px;
}

.add-my-property-page .form-area {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 290px;
}

.add-my-property-page .form-area h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 35px;
  line-height: 44px;
  margin: 0 0 24px 0;
  text-align: center;
}

.add-my-property-page .form-area .radio-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.add-my-property-page .form-area .radio-flex .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 7px;
}

.add-my-property-page .form-area .radio-flex .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.add-my-property-page .form-area .radio-flex .radio .checkmark {
  border: #fff 1px solid;
  color: #fff;
  font-size: 14px;
  font-family: var(--aptos600);
  line-height: 16px;
  padding: 10px 40px;
  display: block;
}

.add-my-property-page .form-area .radio-flex .radio input:checked~.checkmark {
  background: #fff;
  color: #000;
}

.add-my-property-page .form-area .md-5 {
  display: flex;
}

.add-my-property-page .form-area .md-5 .w-10 {
  width: 25%;
  padding-right: 18px;
}

.add-my-property-page .form-area .inline-radio {
  display: flex;
  padding: 26px 0 10px 0;
  align-items: center;
}

.add-my-property-page .form-area .inline-radio strong {
  font-size: 16px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding-right: 40px;
}

.add-my-property-page .form-area .inline-radio .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 30px 0px 0px;
}

.add-my-property-page .form-area .inline-radio .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.add-my-property-page .form-area .inline-radio .radio .checkmark {
  color: #fff;
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 20px;
  padding: 0 24px 0 0;
  display: block;
  position: relative;
}

.add-my-property-page .form-area .inline-radio .radio .checkmark::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  border: #fff 1px solid;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.add-my-property-page .form-area .inline-radio .radio input:checked~.checkmark::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 5px;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}


.add-my-property-page .form-area .form-group {
  position: relative;
  width: 100%
}

.add-my-property-page .form-area .form-group input {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
}

.add-my-property-page .form-area .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0px;
  color: #ddd;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.add-my-property-page .form-area .form-group input:is(:focus, :valid) {
  border-bottom: 1px solid #6A6A6A;
  padding: 36px 0 10px 0;
}

.add-my-property-page .form-area .form-group input:is(:focus, :valid)+label {
  top: 10px;
  padding: 0px;
  font-size: 14px;
  color: #c09644;
  background: transparent;
  transform: translateY(0%);
}

.add-my-property-page .form-area .form-group input:focus {
  border-bottom: #c09644 1px solid;
}

.add-my-property-page .form-area .form-group select {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
}

.add-my-property-page .form-area .form-group select:is(:focus, :valid) {
  border-bottom: 1px solid #6A6A6A;
  padding: 36px 0 10px 0;
}

.add-my-property-page .form-area .form-group select:is(:focus, :valid)+label {
  top: 10px;
  padding: 0px;
  font-size: 14px;
  color: #c09644;
  background: transparent;
  transform: translateY(0%);
}

.add-my-property-page .form-area .form-group select:focus {
  border-bottom: #c09644 1px solid;
}

.add-my-property-page .form-area .inputbox {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
  height: 72px;
  -webkit-border-radius: 0px
}

.add-my-property-page .form-area .inputbox:focus {
  box-shadow: none;
  border: none;
  border-bottom: #c09644 1px solid;
  outline: none;
}

.add-my-property-page .form-area .inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.add-my-property-page .form-area .inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.add-my-property-page .form-area .inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.add-my-property-page .form-area .inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.add-my-property-page .form-area .form-input--file {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--aptos400);
  font-size: 16px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.add-my-property-page .form-area .form-input--file-text {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.add-my-property-page .form-area .form-input--file .border {
  border: #fff 1px solid;
  font-family: var(--aptos600);
  font-size: 14px;
  line-height: 36px;
  padding: 0 35px;
}

.add-my-property-page .form-area .form-input--file .form-input-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.add-my-property-page .form-area .btn-send {
  background: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 35px;
  margin-top: 30px;
  cursor: pointer;
}

.add-my-property-page .form-area .btn-send:hover {
  color: #fff;
  background: #000;
}

.inner-header {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding: 0 0 14px 0;
  border-bottom: #6A6A6A 1px solid;
}

.inner-header h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.inner-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-header .logo {
  width: 181px
}

.inner-header .logo a {
  display: block;
}

.inner-header .logo img {
  width: 100%;
  vertical-align: middle;
}

.inner-header .btn-back {
  border: #fff 1px solid;
  font-family: var(--aptos600);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 22px;
  display: flex;
}

.inner-header .btn-back img {
  margin-left: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.inner-header .btn-back:hover {
  background: #fff;
  color: #000
}

.inner-header .btn-back:hover img {
  filter: brightness(0) invert(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.my-properties-listed {
  padding: 120px 0 50px 0;
}

.my-properties-listed .filterarea {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px 0;
  border-bottom: #6A6A6A 1px solid;
  align-items: center;
  margin: 0 0 30px 0;
}

.my-properties-listed h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.my-properties-listed .radio-flex {
  display: flex;
  justify-content: center;
}

.my-properties-listed .radio-flex .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 7px;
}

.my-properties-listed .radio-flex .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.my-properties-listed .radio-flex .radio .checkmark {
  border: #fff 1px solid;
  color: #fff;
  font-size: 14px;
  font-family: var(--aptos600);
  line-height: 16px;
  padding: 10px 40px;
  display: block;
}

.my-properties-listed .radio-flex .radio a.active .checkmark {
  background: #fff;
  color: #000;
}

.my-properties-listed .radio-flex .radio input:checked~.checkmark {
  background: #fff;
  color: #000;
}


.my-properties-listed ul.properties-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.my-properties-listed ul.properties-list li {
  width: 25%;
  padding: 0 6px;
}

.my-properties-listed ul.properties-list li a {
  display: block;
}

.my-properties-listed ul.properties-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.my-properties-listed ul.properties-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.my-properties-listed ul.properties-list li .title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: var(--aptos400);
  margin-top: 18px;
}

.my-properties-listed ul.properties-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.properties-detail {
  padding: 120px 0 50px 0;
}

.properties-detail .titlebar {
  padding: 0 0 24px 0;
  border-bottom: #6A6A6A 1px solid;
}

.properties-detail h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;

}

.properties-detail .inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 30px;
}

.properties-detail .inner-flex ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 800px;
}

.properties-detail .inner-flex ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--aptos600);
  padding: 12px 0;
}

.properties-detail .inner-flex ul li .left-title {
  width: 32%;
}

.properties-detail .inner-flex ul li .content {
  width: 68%;
  padding-left: 40px;
  position: relative;
}

.properties-detail .inner-flex ul li .content::before {
  content: ':';
  position: absolute;
  top: 0px;
  left: 0px;
}

.properties-detail .inner-flex .btn-edit {
  background: #fff;
  border: #fff 1px solid;
  font-family: var(--aptos600);
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.properties-detail .inner-flex .btn-edit img {
  margin-right: 7px;
  filter: brightness(0) invert(0);
}

.properties-detail .inner-flex .btn-edit:hover {
  background-color: #000;
  color: #fff;
}

.properties-detail .inner-flex .btn-edit:hover img {
  filter: brightness(0) invert(1);
}


.edit-properties-detail {
  padding: 120px 0 50px 0;
}

.edit-properties-detail .titlebar {
  padding: 0 0 24px 0;
  border-bottom: #6A6A6A 1px solid;
}

.edit-properties-detail h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}

.edit-properties-detail .inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.edit-properties-detail .inner-flex ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 800px;
}

.edit-properties-detail .inner-flex ul li {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--aptos600);
  justify-content: flex-end;
  position: relative;
}

.edit-properties-detail .inner-flex ul li.phone-field {
  padding-bottom: 20px;
}

.edit-properties-detail .inner-flex ul li .link {
  font-size: 12px;
  font-family: var(--aptos600);
  color: #fff;
  position: absolute;
  top: 17px;
}

.edit-properties-detail .inner-flex ul li .left-title {
  width: 32%;
  padding: 18px 0;
}

.edit-properties-detail .inner-flex ul li .content {
  width: 68%;
  padding-left: 40px;
  position: relative;
}

.edit-properties-detail .inner-flex ul li .content.d-flex {
  display: flex;
}

.edit-properties-detail .inner-flex ul li .content.d-flex .w-20 {
  width: 20%;
}

.edit-properties-detail .inner-flex ul li .content.d-flex .w-80 {
  width: 80%;
  padding-left: 20px;
}

.edit-properties-detail .inner-flex ul li .content .inputbox {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 17px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
}

.edit-properties-detail .inner-flex ul li .content .inputbox.border {
  border: none;
}

.edit-properties-detail .inner-flex ul li .content .inputbox:focus {
  box-shadow: none;
  border: none;
  border-bottom: #c09644 1px solid;
  outline: none;
}

.edit-properties-detail .inner-flex ul li .content .inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.edit-properties-detail .inner-flex ul li .content .inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.edit-properties-detail .inner-flex ul li .content .inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.edit-properties-detail .inner-flex ul li .content .inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.edit-properties-detail .inner-flex ul li .content::before {
  content: ':';
  position: absolute;
  top: 18px;
  left: 0px;
}

.edit-properties-detail .inner-flex ul li:last-child .content::before {
  content: none;
}

.edit-properties-detail .inner-flex ul li .btn-block {
  display: flex;
  margin-top: 40px;
}

.edit-properties-detail .inner-flex ul li .btn-block .btn {
  background-color: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  font-family: var(--aptos600);
  color: #000;
  line-height: 18px;
  padding: 10px;
  width: 122px;
  margin-right: 15px;
  text-align: center;
}

.edit-properties-detail .inner-flex ul li .btn-block .btn:hover {
  background-color: #000;
  color: #fff;
}

.my-document-page {
  padding: 120px 0 50px 0;
}

.my-document-page .titlebar {
  padding: 0 0 24px 0;
  margin-bottom: 30px;
  border-bottom: #6A6A6A 1px solid;
}

.my-document-page h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}



.my-document-page ul.document-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.my-document-page ul.document-list li {
  width: 25%;
  padding: 0 6px;
}

.my-document-page ul.document-list li a {
  display: block;
}

.my-document-page ul.document-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.my-document-page ul.document-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.my-document-page ul.document-list li .title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: var(--aptos600);
  margin-top: 18px;
  padding: 0 15px;
}

.my-document-page ul.document-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.my-document-page ul.document-list li .btn-area {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.my-document-page ul.document-list li .btn-area .btn {
  background: #fff;
  font-size: 12px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #000000;
  padding: 0px 16px;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 15px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.upload-btn-wrapper .btn {
  border-radius: 15px;
  background: #fff;
  font-size: 12px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #000000;
  padding: 0px 16px;
  line-height: 30px;
  border: none;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.request-new-design-area {
  padding: 120px 0 50px 0;
}

.request-new-design-area .titlebar {
  padding: 0 0 14px 0;
  border-bottom: #6A6A6A 1px solid;
  margin-bottom: 40px;
}

.request-new-design-area h1 {
  font-family: var(--aptos600);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;

}



.request-new-design-area h2 {
  text-align: center;
  margin: 0 0 30px 0;
  font-family: var(--aptos600);
  font-size: 40px;
  line-height: 54px;
  color: #fff;
}

.request-new-design-area ul.list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.request-new-design-area ul.list li {
  width: 25%;
  padding: 0 6px;
}

.request-new-design-area ul.list li a {
  display: block;
}

.request-new-design-area ul.list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.request-new-design-area ul.list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.request-new-design-area ul.list li .title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: var(--aptos400);
  margin: 18px 0;
}

.request-new-design-area ul.list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.request-new-design-area h3 {
  text-align: center;
  margin: 20px auto 0 auto;
  font-family: var(--aptos600);
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  width: 80%;
}

.request-new-design-area .btn-add {
  background: #fff;
  border: #fff 1px solid;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 46px;
  font-family: var(--aptos800);
  margin-top: 50px;
}

.add-new-design-page {
  padding: 120px 0px 80px 0;
}

.add-new-design-page .container {
  position: relative;
}

.add-new-design-page .photo-area {
  width: 100%;
  height: 374px;
  position: absolute;
  top: 126px;
  overflow: hidden;
}

.add-new-design-page .photo-area img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.add-new-design-page .photo-area::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 258px;
  z-index: 2;
  bottom: 0px;
}


.add-new-design-page .form-area h2 {
  text-align: center;
  font-size: 35px;
  font-family: var(--aptos600);
  line-height: 42px;
  color: #fff;
  margin: 0 0 24px 0;
}




.add-new-design-page .form-area {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.add-new-design-page ul.step-ui {
  position: relative;
  z-index: 2;
  margin: 212px 0px 40px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.add-new-design-page ul.step-ui li {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: #fff 1px solid;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 62px;
  position: relative;
}

.add-new-design-page ul.step-ui li::before {
  content: '';
  background: #fff;
  height: 1px;
  width: 62px;
  position: absolute;
  right: -62px;
  top: 31px;
}

.add-new-design-page ul.step-ui li svg {
  display: none;
}

.add-new-design-page ul.step-ui li.active {
  font-size: 0px;
  background: #fff;
}

.add-new-design-page ul.step-ui li.active svg {
  display: block;
}

.add-new-design-page ul.step-ui li:last-child {
  margin: 0px;
}

.add-new-design-page ul.step-ui li:last-child::before {
  content: none;
}

.add-new-design-page h2 {
  text-align: center;
  font-size: 35px;
  font-family: var(--aptos600);
  line-height: 42px;
  color: #fff;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.add-new-design-page .form-area .radio-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.add-new-design-page .form-area .radio-flex .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 7px;
}

.add-new-design-page .form-area .radio-flex .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.add-new-design-page .form-area .radio-flex .radio .checkmark {
  border: #fff 1px solid;
  color: #fff;
  font-size: 14px;
  font-family: var(--aptos600);
  line-height: 16px;
  padding: 10px 40px;
  display: block;
}

.add-new-design-page .form-area .radio-flex .radio input:checked~.checkmark {
  background: #fff;
  color: #000;
}

.add-new-design-page .form-area .md-5 {
  display: flex;
}

.add-new-design-page .form-area .md-5 .w-10 {
  width: 25%;
  padding-right: 18px;
}

.add-new-design-page .form-area .md-5.with-label {
  display: block;
  padding-top: 25px;
}

.add-new-design-page .form-area .md-5.with-label .sub-label {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-family: var(--aptos400);
  font-weight: 700;
}

.add-new-design-page .form-area .md-5.with-label .inputbox {
  padding: 15px 0 23px 0;
}

.add-new-design-page .form-area .form-group {
  position: relative;
  width: 100%
}

.add-new-design-page .form-area .form-group input {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
}

.add-new-design-page .form-area .form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0px;
  color: #ddd;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.add-new-design-page .form-area .form-group input:is(:focus, :valid) {
  border-bottom: 1px solid #6A6A6A;
  padding: 36px 0 10px 0;
}

.add-new-design-page .form-area .form-group input:is(:focus, :valid)+label {
  top: 10px;
  padding: 0px;
  font-size: 14px;
  color: #c09644;
  background: transparent;
  transform: translateY(0%);
}

.add-new-design-page .form-area .form-group input:focus {
  border-bottom: #c09644 1px solid;
}

.add-new-design-page .form-area .form-group select {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
}

.add-new-design-page .form-area .form-group select:is(:focus, :valid) {
  border-bottom: 1px solid #6A6A6A;
  padding: 36px 0 10px 0;
}

.add-new-design-page .form-area .form-group select:is(:focus, :valid)+label {
  top: 10px;
  padding: 0px;
  font-size: 14px;
  color: #c09644;
  background: transparent;
  transform: translateY(0%);
}

.add-new-design-page .form-area .form-group select:focus {
  border-bottom: #c09644 1px solid;
}

.add-new-design-page .form-area .inputbox {
  width: 100%;
  border: none;
  border-bottom: #6A6A6A 1px solid;
  padding: 23px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
  height: 72px;
  -webkit-border-radius: 0px;
}

.add-new-design-page .form-area .inputbox:focus {
  box-shadow: none;
  border: none;
  border-bottom: #c09644 1px solid;
  outline: none;
}

.add-new-design-page .form-area .inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.add-new-design-page .form-area .inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.add-new-design-page .form-area .inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.add-new-design-page .form-area .inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.add-new-design-page .form-area .form-input--file {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--aptos400);
  font-size: 16px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.add-new-design-page .form-area .form-input--file-text {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.add-new-design-page .form-area .form-input--file .border {
  border: #fff 1px solid;
  font-family: var(--aptos600);
  font-size: 14px;
  line-height: 36px;
  padding: 0 35px;
}

.add-new-design-page .form-area .form-input--file .form-input-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.add-new-design-page .form-area .inline-radio {
  display: flex;
  padding: 26px 0 10px 0;
  align-items: center;
}

.add-new-design-page .form-area .inline-radio strong {
  font-size: 16px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  padding-right: 40px;
}

.add-new-design-page .form-area .inline-radio .radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 30px 0px 0px;
}

.add-new-design-page .form-area .inline-radio .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.add-new-design-page .form-area .inline-radio .radio .checkmark {
  color: #fff;
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 20px;
  padding: 0 24px 0 0;
  display: block;
  position: relative;
}

.add-new-design-page .form-area .inline-radio .radio .checkmark::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  border: #fff 1px solid;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.add-new-design-page .form-area .inline-radio .radio input:checked~.checkmark::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 5px;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.add-new-design-page .text-center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.add-new-design-page .btn-save {
  background: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 10px;
  cursor: pointer;
  margin: 30px 10px 0px 10px;
  width: 148px;
  justify-content: center;
}

.add-new-design-page .btn-save:hover {
  color: #fff;
  background: #000;
}

.add-new-design-page .btn-next {
  background: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 10px;
  cursor: pointer;
  margin: 30px 10px 0px 10px;
  width: 148px;
  justify-content: center;
}

.add-new-design-page .btn-next:hover {
  color: #fff;
  background: #000;
}

.add-new-design-page .btn-back {
  background: #000;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  font-family: var(--aptos600);
  padding: 10px 10px;
  cursor: pointer;
  margin: 30px 10px 0px 10px;
  width: 148px;
  justify-content: center;
}

.add-new-design-page .btn-back img {
  margin-right: 6px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.add-new-design-page .btn-back:hover {
  color: #000;
  background: #fff;
}

.add-new-design-page .btn-back:hover img {
  filter: brightness(0) invert(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.add-new-design-page ul.style-list {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 2;
}

.add-new-design-page ul.style-list li {
  width: 16.66%;
  padding: 0 3px;
  margin-bottom: 15px;
}

.add-new-design-page .photo-radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px
}

.add-new-design-page .photo-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.add-new-design-page .photo-radio .checkmark {
  color: #fff;
  padding: 0px;
  display: block;
  position: relative;
}

.add-new-design-page .photo-radio .checkmark img {
  width: 100%;
}

.add-new-design-page .photo-radio .checkmark .title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  margin: 5px 0 10px 0;
}

.add-new-design-page .photo-radio input:checked~.checkmark::after {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -25px;
  top: 60px;
  background: url(../images/check-icon.svg)center center no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.add-new-design-page .photo-radio input:checked~.checkmark img {
  opacity: 0.4;
}

.add-new-design-page ul.flooring-list {
  margin: 0 auto;
  max-width: 730px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 2;
}

.add-new-design-page ul.flooring-list li {
  width: 25%;
  padding: 0 3px;
  margin-bottom: 15px;
}

.add-new-design-page ul.wall-list {
  margin: 0 auto 15px auto;
  max-width: 918px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 2;
}

.add-new-design-page ul.wall-list li {
  width: 25%;
  padding: 0 3px;
  margin-bottom: 15px;
}

.add-new-design-page .photo-radio .checkmark .inner-photo {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.add-new-design-page .photo-radio .checkmark .inner-photo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.add-new-design-page ul.wall-list li .photo-radio input:checked~.checkmark::after {
  top: 85px;
}

.custom-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transform: scale(0);
  z-index: 22;
}

.custom-popup.open {
  top: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transform: scale(1);
}

.custom-popup .inner-area {
  background: #fff;
  max-width: 500px;
  padding: 130px 80px;
  position: relative;
  text-align: center;
}

.custom-popup .inner-area .close-popup {
  position: absolute;
  filter: brightness(0) invert(0);
  top: 25px;
  right: 25px;
}

.custom-popup .inner-area h2 {
  font-size: 22px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 0 0 50px 0;
}

.custom-popup .inner-area .btn-area {
  display: flex;
  justify-content: center;
}

.custom-popup .inner-area .btn-black {
  background: #000;
  color: #fff;
  border: #000 1px solid;
  font-size: 14px;
  font-family: var(--aptos600);
  padding: 10px 10px;
  width: 148px;
  line-height: 18px;
  margin: 0 7px;
}

.submitted-designs-page {
  padding: 120px 0 50px 0;
}



.submitted-designs-page ul.design-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.submitted-designs-page ul.design-list li {
  width: 25%;
  padding: 0 6px;
  position: relative;
}

.submitted-designs-page ul.design-list li .btn-delete {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #000;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

.submitted-designs-page ul.design-list li a {
  display: block;
}

.submitted-designs-page ul.design-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.submitted-designs-page ul.design-list li .photo-block label.pending-approval {
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #000;
  padding: 0 10px;
  border-radius: 25px;
  font-family: var(--aptos400);
}

.submitted-designs-page ul.design-list li .photo-block label.payment-pending {
  background-color: #515151;
  position: absolute;
  top: 26px;
  left: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  padding: 0 10px 0 20px;
  border-radius: 25px;
  font-family: var(--aptos400);
}

.submitted-designs-page ul.design-list li .photo-block label.payment-pending::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #10C800;
  border-radius: 50%;
  top: 9px;
  left: 10px;
}

.submitted-designs-page ul.design-list li .photo-block label.draft {
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #000;
  padding: 0 10px;
  border-radius: 25px;
  font-family: var(--aptos400);
}

.submitted-designs-page ul.design-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.submitted-designs-page ul.design-list li .title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: var(--aptos400);
  margin: 18px 0;
}

.submitted-designs-page ul.design-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}


.design-gallery-page {
  padding: 120px 0 50px 0;
}


.design-gallery-page ul.gallery-list {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.design-gallery-page ul.gallery-list li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.design-gallery-page ul.gallery-list li .photo-block {
  width: 100%;
  height: 324px;
  overflow: hidden;
  position: relative;
}

.design-gallery-page ul.gallery-list li .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.design-gallery-page ul.gallery-list li:hover .photo-block img {
  transform: scale(1.1);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.design-gallery-page ul.gallery-list li .photo-block .number {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 42px;
  height: 42px;
  background: #D9D9D9;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 16px;
  font-family: var(--aptos600);
}

.design-gallery-page .feedback-area {
  margin-top: 50px;
}

.design-gallery-page .feedback-area .d-flex {
  display: flex;
  justify-content: center;
}

.design-gallery-page .feedback-area .d-flex .btn-white {
  background-color: #fff;
  border: #fff 1px solid;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--aptos600);
  color: #000;
  padding: 10px;
  margin: 0 10px;
  width: 200px;
  cursor: pointer;
}

.design-gallery-page .feedback-area .d-flex .btn-white:hover {
  background: #000;
  color: #fff;
}

.design-gallery-page .feedback-area .d-flex .btn-white.btn-sm {
  width: 140px;
}

.design-gallery-page .feedback-area .feedback-form {
  max-width: 870px;
  margin: 0 auto;
}

.design-gallery-page .feedback-area .feedback-form textarea {
  width: 100%;
  border: #6A6A6A 1px solid;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--aptos400);
  font-weight: 400;
  color: #fff;
  background: #000;
  margin: 40px 0;
}

.design-gallery-page .feedback-area .feedback-form textarea:focus {
  box-shadow: none;
  border: none;
  border: #c09644 1px solid;
  outline: none;
}

.design-gallery-page .feedback-area .feedback-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.design-gallery-page .feedback-area .feedback-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.design-gallery-page .feedback-area .feedback-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.design-gallery-page .feedback-area .feedback-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#toTop {
  bottom: 50px;
  color: #fff;
  width: 59px;
  height: 59px;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: fixed;
  right: 65px;
  z-index: 999;
}

.btn-whatsapp {
  bottom: 208px;
  color: #fff;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: fixed;
  right: 55px;
  z-index: 999;
}

.contact-page .inner-part .md-5.d-flex {
  display: flex;
}

.contact-page .inner-part .md-5.d-flex .w-2 {
  width: 20%;
  margin-right: 15px;
}


.ui-widget-content {
  background: #000 !important;
  color: #fff !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #686868 !important;
}

.ui-widget-header {
  border: 1px solid #181818 !important;
  background: #181818 !important;
  color: #fff !important;
  font-weight: bold;
}

.ui-widget-header a {
  background: #b7b7b7 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #313131 !important;
  background: #000 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #b19044 !important;
  background: #b19044 !important;
}

.no-properties-listed .my-properties-listed {
  padding: 25px 0;
}

.no-properties-listed .my-properties-listed ul.properties-list li {
  margin: 0 0 15px 0;
}

ul.feedback-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.feedback-list li {
  margin: 0px 0px 15px 0px;
}

ul.feedback-list li .feedback-block-area {
  padding:0 0 30px 0;
}

ul.feedback-list li .feedback-block-area ol.inner-photo-list {
  margin: 0px -10px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.feedback-list li .feedback-block-area ol.inner-photo-list li {
  width: 20%;
  padding: 0 10px;
  margin: 0px 0px 10px 0px;
}

ul.feedback-list li .feedback-block-area ol.inner-photo-list li .photo {
  width: 100%;
  height: 242px;
  position: relative;
  overflow: hidden;
}

ul.feedback-list li .feedback-block-area ol.inner-photo-list li .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

ul.feedback-list li .feedback-block-area .title {
  font-size: 40px;
  line-height: 48px;
  font-family: var(--aptos600);
  color: #fff;
  margin: 0 0 20px 0;
  padding-bottom: 16px;
  border-bottom: #6A6A6A 1px solid;
}

ul.feedback-list li .feedback-block-area p {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--aptos600);
  color: #fff;
  margin: 0;
}


input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

.my-account-page {
  padding: 120px 0
}

.my-account-page ul.inner-link {
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.my-account-page ul.inner-link li {
  padding: 0 6px;
  width: 25%;
}

.my-account-page ul.inner-link li a {
  display: block;
  border: #D8B053 1px solid;
  padding: 60px 15px;
  text-align: center;
}

.my-account-page ul.inner-link li a h2 {
  font-family: var(--aptos400);
  font-weight: 400;
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.my-account-page ul.inner-link li a .icon {
  width: 95px;
  height: 95px;
  margin: 0 auto 10px auto;
}

.my-account-page ul.inner-link li a .icon img {
  width: 100%;
}

.my-account-page ul.inner-link li a:hover {
  background-color: #D8B053;
}

.my-account-page ul.inner-link li a:hover .icon img {
  filter: brightness(0) invert(1);
}

.table {
  margin: 0px
}

.table thead tr th {
  border: none;
  color: #fff;
  font-family: var(--aptos600);
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 0px;
  border-top: #6A6A6A 1px solid;
  border-bottom: #6A6A6A 1px solid !important
}

.table thead tr th:last-child {
  text-align: right;
}

.table tbody tr td {
  border-bottom: 1px solid #6A6A6A;
  color: #fff;
  font-family: var(--aptos400);
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0px;
  vertical-align: middle;
}

.table tbody tr td:last-child {
  text-align: right;
}

.photo-banner .content-bottom.submitted-inner .design-filter form {
  display: flex;
  align-items: end;
}

.colorbox {
  display: flex;
  align-items: center;
  border-bottom: #fff 1px solid;
  padding: 10px 0;
  width: 100%;
}

.colorbox .form-control {
  width: 26px;
  height: 26px;
  border-radius: 0;
  cursor: pointer;
  margin-right: 10px;
  font-size: 0px;
  border: #fff 1px solid;
}

.colorbox label {
  margin: 0px
}

.table tbody tr td .btn-primary.btn.btn-sm.btn-icon,
.table tbody tr td .btn-delete {
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  margin-left: 5px;
}

.image-number {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iti__country-name {
  color: black;
}

.swal2-popup {
  border: #444 1px solid !important;
  background: rgb(25, 25, 25) !important;
  border-radius: 0px !important;
}

.swal2-popup .swal2-title {
  color: #c09644 !important;
  padding: 0px !important;
}

.swal2-popup .swal2-html-container {
  margin: 0px;
  color: #fff !important;
}

.swal2-popup .swal2-actions {
  margin: 10px 0 0 0 !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-deny {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
}

.swal2-popup .swal2-styled.swal2-deny:focus {
  box-shadow: none !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
}

.swal2-popup .swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #c09644 !important;
}

.swal2-icon.swal2-error {
  border-color: #c09644 !important;
}

.swal2-icon.swal2-success {
  border-color: #c09644 !important;
  color: #c09644 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: .25em solid #c09644 !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #c09644 !important;
}

.iti {
  width: 100%;
}

.edit-properties-detail .iti__country {
  justify-content: flex-start !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.card-area{border-top: #6A6A6A 1px solid; border-bottom: #6A6A6A 1px solid; margin-bottom: 50px;}
.card-area .card-title{display: flex; justify-content: space-between; padding: 20px 0; font-size: 18px; line-height: 28px; font-family: var(--aptos600); color: #fff; align-items: center;}
.card-area .card-title a{background: #fff; color: #000; font-size: 14px; line-height: 38px; padding: 0 58px; font-family: var(--aptos600);  }
.card-area .card-title a.view-list::before{content: 'View';}
.card-area .card-title a.view-list.show::before{content: 'Hide';}
.card-area ul.property-list{margin: 0px; padding: 0px 0px 60px 0px; list-style: none; display: flex; flex-wrap: wrap; }
.card-area ul.property-list li{width: 50%; display: flex; font-size: 16px; line-height: 24px; font-family: var(--aptos600); position: relative; align-items: center; padding: 12px 0;}
.card-area ul.property-list li span{width: 36%; position: relative; margin-right: 30px;}
.card-area ul.property-list li span::after{content: ':'; position: absolute; right: 0px;}

.custom-pag{padding: 10px 0; display: flex; align-items: center; justify-content: end; border-top: #6A6A6A 1px solid;}
.custom-pag .btn-back{background: #fff; border: #fff 1px solid; font-size: 14px; line-height: 18px; color: #000; display: inline-flex; font-weight: 600; font-family: var(--aptos600); padding: 10px 20px; cursor: pointer; align-items: center;}
.custom-pag .btn-back svg{margin-right: 10px;}
.custom-pag .btn-next{background: #fff; border: #fff 1px solid; font-size: 14px; line-height: 18px; color: #000; display: inline-flex; font-weight: 600; font-family: var(--aptos600); padding: 10px 20px; cursor: pointer; align-items: center; margin-left: 15px;}
.custom-pag .btn-next svg{margin-left: 10px;}