@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap");
@font-face {
  font-family: "signature-font";
  src: url("../../fonts/CreattionDemo.woff") format("woff2"), url("../../fonts/CreattionDemo.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.signature {
  font-family: "signature-font";
}

/*================ COLORS ==================*/
.table-primary {
  --bs-table-bg: #6d455a;
  --bs-table-striped-bg: #6d455a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #bacbe6;
}

/*================== GLOBLE CSS ===============*/
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1140px;
}

* {
  outline: none;
}

a {
  color: #6d455a;
  text-decoration: none;
}
a:hover {
  color: #6d455a;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.border-primary {
  border-color: #6d455a !important;
}

.fs-22 {
  font-size: 22px !important;
  font-weight: 500;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control::-moz-placeholder, textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d2d2;
  opacity: 1; /* Firefox */
}

.form-control::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d2d2;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d2d2d2;
}

.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #d2d2d2;
}

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}

.btn-link {
  color: #6d455a;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #6d455a;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 600;
}

.fs-7 {
  font-size: 0.8rem !important;
}

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

.accordion-button:focus {
  outline: none !important;
  box-shadow: none;
}

.modal-custom-header {
  position: relative;
}
.modal-custom-header::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  background: #6d455a;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 4px;
}
.modal-custom-header.after-white::after {
  background: #ffffff;
}
.modal-custom-header .modal-title {
  font-weight: 500;
  color: #000;
}

.bg-primary {
  background-color: #6d455a !important;
}

.text-primary {
  color: #6d455a !important;
}

.bg-blue {
  background-color: #293849 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #6d455a !important;
  border-color: #6d455a !important;
}

/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:hover {
  background: #82546c radial-gradient(circle, transparent 1%, #82546c 1%) center/15000%;
}

.ripple:active {
  background-color: #82546c;
  background-size: 100%;
  transition: background 0s;
}

.tooltip-inner {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffffff;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff;
}

.bs-tooltip-bottom .tooltip-arrow::before {
  border-top-color: #ffffff;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffffff !important;
}

.tooltip.show {
  opacity: 1 !important;
}

.custom-tooltip .tooltip-inner {
  max-width: 290px !important;
  text-align: left;
}

.custom-tooltip-wd .tooltip-inner {
  max-width: 300px !important;
  min-width: 300px !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: #293849;
  width: 27px;
  min-width: 27px;
  height: 27px;
  max-height: 27px;
  font-size: 20px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #293849 !important;
}

.swiper-container {
  width: calc(100% - 67px) !important;
}

.swiper-button-next:after {
  margin-right: -2px;
}

.swiper-button-prev:after {
  margin-left: -2px;
}

button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 999;
}

.globle-swiper-button-prev,
.globle-swiper-button-next {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #293849;
  border-radius: 50%;
  z-index: 1;
}

.globle-swiper-button-prev {
  left: 0;
  padding-right: 3px;
}

.globle-swiper-button-next {
  right: 0;
  padding-left: 3px;
}

.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.areapalletsSwiper {
  position: relative;
}

.background-strip {
  background: #f7f8f3;
  position: relative;
}
.background-strip::before {
  background-color: #6d455a;
  height: 130px;
  position: absolute;
  width: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}

.globle-card {
  background: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.globle-card .globle-card-header h4 {
  font-size: 18px;
  color: #6d455a;
  margin-bottom: 0;
}
.globle-card .globle-card-header .back-button {
  font-size: 18px;
  color: #6d455a;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.globle-card .globle-card-header .back-button i {
  font-size: 20px;
}
.globle-card .globle-card-header .card-header-nav .nav-item .nav-link {
  color: #0a0a0a;
  padding: 0rem 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.globle-card .globle-card-header .card-header-nav .nav-item .nav-link:hover {
  color: #6d455a;
}
.globle-card .globle-card-header .card-header-nav .nav-item .dropdown-item {
  font-size: 13px;
  font-weight: 300;
}
.globle-card .globle-card-header .card-header-nav .nav-item .dropdown-item i {
  margin-right: 8px;
}
.globle-card .globle-card-header .card-header-nav .nav-item:last-child .nav-link {
  border: none;
}
.globle-card .globle-card-footer {
  flex-wrap: wrap;
}
.globle-card .globle-card-footer .back-button {
  font-size: 18px;
  color: #6d455a;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.globle-card .globle-card-footer .back-button i {
  font-size: 20px;
}

.form-control, .form-select {
  background-color: #f9f9f9;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  padding: 0.575rem 0.75rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

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

input[type=radio].form-radio-input {
  accent-color: #6d455a;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.introjs-tooltipReferenceLayer * {
  font-family: "Poppins", sans-serif !important;
}

.customTour {
  text-align: center;
  border-radius: 3px !important;
}
.customTour .introjs-tooltip-title {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.customTour .introjs-tooltip-title:after {
  width: 80px;
  height: 3px;
  background: #6d455a;
  position: absolute;
  bottom: -6px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  display: none;
}
.customTour .introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  display: none;
}
.customTour .introjs-tooltiptext {
  padding: 15px 20px 10px 20px;
  font-size: 13px;
}
.customTour .introjs-tooltipbuttons {
  padding: 0;
  display: flex;
}
.customTour .introjs-tooltipbuttons .introjs-button {
  padding: 10px;
  width: 100%;
  text-align: center;
  border: none;
  background: no-repeat;
  font-weight: 400;
  color: #6d455a;
}
.customTour .introjs-tooltipbuttons .introjs-button:focus {
  box-shadow: none;
  outline: none;
}
.customTour .introjs-tooltipbuttons .introjs-button.introjs-prevbutton {
  border-right: 1px solid #ddd;
}
.customTour .introjs-arrow {
  border: 11px solid transparent;
}
.customTour .introjs-arrow.bottom {
  bottom: -20px;
  left: 20px;
}
.customTour .introjs-arrow.top {
  top: -20px;
  left: 20px;
}
.customTour .introjs-arrow.bottom-middle {
  bottom: -20px;
  margin-left: 0px;
}

.centermode {
  justify-content: center;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 14px;
}

/*================== HEDDING START ===============*/
h3 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 300;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

/*================== BUTTONS START ===============*/
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

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

.btn-primary {
  background-color: #6d455a;
  border-color: #6d455a;
  color: #ffffff;
}
.btn-primary.bluebtn {
  background-color: #293849;
  border-color: #293849;
}
.btn-primary.bluebtn:hover {
  background-color: #293849;
  border-color: #293849;
}
.btn-primary.bluebtn:focus {
  background-color: #293849;
  border-color: #293849;
}

.btn-primary:hover {
  background-color: #6d455a;
  border-color: #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus {
  background-color: #6d455a;
  border-color: #6d455a;
  outline: none;
  box-shadow: none;
}

.btn-outline-primary {
  color: #6d455a;
  border-color: #6d455a;
}

.btn-outline-primary:hover {
  background-color: #6d455a;
  border-color: #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-outline-primary:focus {
  background-color: #6d455a;
  border-color: #6d455a;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.btn-outline-primary.active {
  color: #fff;
  background-color: #6d455a;
  border-color: #6d455a;
}

.btn-gray {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.btn-gray:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-gray:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ffffff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/*================== BUTTONS END ===============*/
body {
  font-family: "Poppins", sans-serif;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 300;
  background-color: #f7f8f3;
}

body, html {
  min-height: 100%;
  height: 100%;
}

main {
  min-height: calc(100% - 195px);
}

/* The side navigation menu */
.menu-overlay.active {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -310px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  width: 290px;
}

/*============== HEADER START ===============*/
.burgermenu {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  position: absolute;
  top: 9px;
}

.ht_professionals .commingsoon {
  display: block;
  font-size: 10px;
  position: absolute;
  margin: auto;
  bottom: -4px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.user-profile-sec .dropdown-menu {
  top: 49px;
  border: none;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
  right: 0;
}
.user-profile-sec .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 300;
}
.user-profile-sec .dropdown-menu .dropdown-item i {
  margin-right: 8px;
}
.user-profile-sec .dropdown-menu .dropdown-item:hover {
  color: #6d455a;
}
.user-profile-sec .user-profile {
  font-size: 14px;
  font-weight: normal;
  color: #0a0a0a;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.user-profile-sec .user-profile i {
  font-size: 20px;
  margin-right: 5px;
}

header {
  background-color: #f7f8f3;
  height: 99px;
  cursor: pointer;
}
header .custom-bg {
  background: #f7f8f3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
header .custom-bg2 {
  background: #bfbdb9;
  top: 62px;
  position: fixed;
  width: 100%;
}
header .custom-bg2 .navbar-nav li a::after {
  bottom: 0px;
}
header .custom-bg2 .navbar-nav li .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #0a0a0a;
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #6d455a;
}

.navbar-nav li a {
  position: relative;
}
.navbar-nav li a::after {
  content: "";
  height: 3px;
  right: 0px;
  bottom: -16px;
  left: auto;
  width: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  background-color: #6d455a;
}
.navbar-nav li:hover > a {
  color: #6d455a !important;
}
.navbar-nav li:hover > a::after {
  left: 0px;
  right: auto;
  width: 100%;
  transition: all 0.4s ease 0s;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.mobnav-header {
  position: relative;
  background: #6d455a;
  padding: 30px 0 11px;
  border-radius: 0 0 20px 20px;
}
.mobnav-header .close-sidenav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  width: 32px;
  height: 32px;
  color: #ffffff;
}
.mobnav-header .user-strip {
  text-align: left;
  margin-top: 20px;
}
.mobnav-header .user-strip i {
  margin-right: 8px;
}
.mobnav-header .user-strip h5 {
  color: #ffffff;
  text-align: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  font-size: 20px;
}

/*============== HEADER END ===============*/
/*============== HOME PAGE START ==============*/
.snow, .winter-is-coming {
  z-index: 100;
  pointer-events: none;
}

.winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: falling linear infinite both;
  transform: translate3D(0, -100%, 0);
}
.snow--near {
  animation-duration: 10s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  background-size: contain;
}
.snow--near + .snow--alt {
  animation-delay: 5s;
}
.snow--mid {
  animation-duration: 20s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
  background-size: contain;
}
.snow--mid + .snow--alt {
  animation-delay: 10s;
}
.snow--far {
  animation-duration: 30s;
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
  background-size: contain;
}
.snow--far + .snow--alt {
  animation-delay: "$s--far / 2";
}

@keyframes falling {
  0% {
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    transform: translate3D(7.5%, 100%, 0);
  }
}
.banner {
  padding: 30px 0;
  background-color: #ebf4f7;
  position: relative;
}

#header-rotating-wrapper {
  position: relative;
}
#header-rotating-wrapper .rotating-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-caption h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
}
.banner-caption h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: #6d455a;
  top: 0;
  border-radius: 5px;
}
.banner-caption p {
  font-size: 18px;
  color: #0a0a0a;
}
.banner-caption p i {
  color: #6d455a;
}
.banner-caption.banner-caption2 {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 530px;
  z-index: 999;
  background: #fff;
  padding: 20px;
}
.banner-caption.banner-caption3 {
  position: absolute;
  right: 60px;
  max-width: 530px;
  z-index: 999;
  background: #fff;
  padding: 30px;
}

.career-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.career-content ul li {
  padding: 30px 0 45px;
  margin: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.career-content ul li .morecontent span {
  display: none;
}
.career-content ul li .morelink {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  text-align: center;
  font-weight: 400;
}

/*============= How It Work ================*/
.howitwork {
  padding: 30px 0;
  background-color: #f9f9f9;
}

.howitworkSwiper-outer {
  position: relative;
}

.howitwork-box {
  overflow: hidden;
  border-radius: 20px;
  display: block;
  position: relative;
}
.howitwork-box img {
  border-radius: 20px;
  width: 100%;
}
.howitwork-box .howitwork-caption {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px 25px 40px 25px;
}
.howitwork-box .howitwork-caption p {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
.howitwork-box .howitwork-caption span {
  color: #6d455a;
  cursor: pointer;
}

.howitwork-new {
  background-color: #efece3;
}
.howitwork-new .step-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.howitwork-new .step-vertical ul li {
  display: flex;
  align-items: stretch;
}
.howitwork-new .step-vertical ul li .howitwork-left {
  width: 50%;
  padding-right: 40px;
}
.howitwork-new .step-vertical ul li .howitwork-left img {
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.howitwork-new .step-vertical ul li .howitwork-right-text {
  width: 50%;
  padding-left: 40px;
  min-height: 100%;
  border-left: 2px solid #293849;
  position: relative;
}
.howitwork-new .step-vertical ul li .howitwork-right-text p {
  font-weight: 500;
  font-size: 15px;
}
.howitwork-new .step-vertical ul li .howitwork-right-text .stepcount {
  background: #293849;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  left: -25px;
  z-index: 1;
  top: 0;
}
.howitwork-new .step-vertical ul li:last-child .howitwork-right-text {
  border: none;
}
.howitwork-new .step-vertical ul .box-active .howitwork-left img {
  transform: scale(1.1);
  margin-left: -13px;
}
.howitwork-new .step-vertical ul .box-active .howitwork-right-text p {
  color: #6d455a;
}
.howitwork-new .step-vertical ul .box-active .howitwork-right-text .stepcount {
  background: #6d455a;
}

/*============= How It Work End ================*/
video {
  display: block;
}

#video-modal .modal-lg, #video-modal .modal-xl {
  max-width: 1052px;
}

.video {
  display: block;
  position: relative;
  background-color: #000;
}
.video img {
  opacity: 0.7;
  width: 100%;
}
.video .video-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
}
.video .video-inner .our-clients-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
}
.video .video-inner .our-clients-box h4 {
  color: #000;
  margin-bottom: 20px;
}
.video .video-inner .our-clients-box .our-clients-box-item {
  display: flex;
  align-items: flex-start;
}
.video .video-inner .our-clients-box .our-clients-box-item .client-pic {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: #ff0;
  margin-right: 15px;
  border-radius: 50%;
}
.video .video-inner .our-clients-box .our-clients-box-item .client-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  opacity: 1;
}
.video .video-inner .our-clients-box .our-clients-box-item .our-clients-box-containt {
  text-align: left;
  display: block;
}
.video .video-inner .our-clients-box .our-clients-box-item .our-clients-box-containt .our-client-say {
  background: rgba(109, 69, 90, 0.8);
  font-size: 14px;
  text-align: left;
  padding: 10px;
  font-style: italic;
  margin-bottom: 10px;
}
.video .video-inner .our-clients-box .our-clients-box-item .our-clients-box-containt h5 {
  color: #000;
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: 400;
}
.video .video-inner .our-clients-box .our-clients-box-item .our-clients-box-containt span {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
  font-style: italic;
}
.video .video-inner .video-link {
  margin-top: 30px;
  display: block;
}
.video .video-inner .video-link p {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.video .video-inner .video-link p i {
  font-size: 80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-shadow: 0 0 48px #000;
  margin-bottom: 5px;
}
.video .video-inner .video-link p span b {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.home-area-wrappper {
  background: #fff;
}

.layer-photo-container-wrapper .toggle-feature {
  padding: 30px 0;
}

.toggle-feature-box {
  position: relative;
}
.toggle-feature-box .toggle-feature-img {
  border: 2px solid #293849;
  border-radius: 20px;
  display: block;
}
.toggle-feature-box .toggle-feature-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.toggle-feature-box .toggle-feature-caption p {
  margin: 0;
  font-size: 25px;
  padding-top: 15px;
}

.toggle-feature-container {
  background: #fff;
  border: 1px solid #ddd;
  height: 100%;
}
.toggle-feature-container .pallets-row-item {
  margin-bottom: 8px;
}
.toggle-feature-container .pallets-row-item .area-items img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.toggle-feature-container .toggle-feature-pallets {
  padding: 15px 0;
  max-height: 392px;
  overflow: hidden;
  height: 392px;
}
.toggle-feature-container .toggle-feature-pallets .designer-title {
  padding: 5px 33px;
  margin-bottom: 0;
}
.toggle-feature-container .toggle-feature-pallets .designer-title span {
  font-weight: 300;
  color: #0a0a0a;
  margin-left: 10px;
}
.toggle-feature-container .toggle-feature-menu-wrapper {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu {
  width: calc(100% - 30px) !important;
  margin: 0 auto;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu .nav {
  flex: none;
  flex-wrap: nowrap;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu .nav .swiper-slide {
  width: auto;
  border-right: 1px solid #ddd;
  width: auto;
  border: none;
  background: #ffffff;
  color: #000;
  text-align: center;
  display: inline-block;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu .nav .swiper-slide:hover {
  color: #6d455a !important;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu .nav .swiper-slide.active {
  color: #6d455a !important;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 15px;
  background: #fff;
  z-index: 99;
  border-left: 1px solid #ddd;
}
.toggle-feature-container .toggle-feature-menu-wrapper .toggleFeatureMenu-previous {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 15px;
  background: #fff;
  border-right: 1px solid #ddd;
  z-index: 99;
}

.toggle-feature-slider-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.expert-designers {
  background: #f5f2ed;
}

.top-brands {
  background: #ffffff;
}

.fullview-image {
  position: absolute;
  width: calc(100% - 48px);
}

.layer-photo-container-wrapper {
  position: relative;
}
.layer-photo-container-wrapper .fullview {
  position: absolute;
  z-index: 99;
  right: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.5);
  max-width: 24px;
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
}
.layer-photo-container-wrapper .parent-img {
  position: relative;
}
.layer-photo-container-wrapper .layer-photo-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.layer-photo-container-wrapper .layer-photo-container-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  top: 0;
  left: 0;
}

.package-box-sec .package-box:nth-child(1) .package-card {
  position: relative;
  right: -30px;
  border-radius: 36px 0 0 36px;
  padding-right: 40px;
}
.package-box-sec .package-box:nth-child(2) .package-card {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.package-box-sec .package-box:nth-child(3) .package-card {
  position: relative;
  left: -30px;
  border-radius: 0 36px 36px 0;
  padding-left: 50px;
}

.homeowner-package {
  background: url("../../img/what-included-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}

.package-box-sec .package-card {
  height: 100%;
}

.package-card {
  padding: 30px;
  background: #f7f8f3;
  border: 1px solid #455048;
  border-radius: 36px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.package-card .package-card-header {
  text-align: center;
}
.package-card .package-card-header h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.package-card .package-card-header p {
  font-weight: 600;
  color: #293849;
  position: relative;
  padding-bottom: 20px;
  font-size: 13px;
}
.package-card .package-card-header p:after {
  content: "";
  width: 150px;
  height: 6px;
  background: #293849;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
}
.package-card ul {
  margin: 0;
  padding: 0;
  min-height: 370px;
}
.package-card ul li {
  padding: 8px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.package-card ul li i {
  color: #293849;
  margin-right: 10px;
  font-size: 22px;
}
.package-card .homeowner-package-price {
  width: 230px;
  font-size: 20px;
  margin: 0 auto;
  font-weight: 500;
}
.package-card .homeowner-package-price label {
  display: block;
  line-height: 22px;
}
.package-card .homeowner-package-price span {
  position: relative;
}
.package-card .homeowner-package-price span i {
  font-size: 13px;
  font-style: normal;
  position: absolute;
  top: 0px;
}

.package-card-left {
  position: relative;
  right: -14px;
  border-radius: 36px 0 0 36px;
}

.package-card-right {
  position: relative;
  left: -14px;
  background-color: #fff;
}

.design-options-box {
  border: 1px solid #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.design-options-box .design-options-img {
  position: relative;
}
.design-options-box .design-options-img span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 18px;
}
.design-options-box .design-options-caption {
  padding: 30px;
  text-align: center;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.design-options-box .design-options-caption p {
  font-size: 18px;
  margin-top: 20px;
}

.designer-idea {
  position: relative;
}
.designer-idea .designer-idea-caption {
  position: absolute;
  top: 30px;
  left: 20px;
  max-width: 530px;
  z-index: 999;
  background: #fff;
  padding: 20px;
}
.designer-idea .designer-idea-caption h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
}
.designer-idea .designer-idea-caption h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: #6d455a;
  top: 0;
  border-radius: 5px;
}
.designer-idea .designer-idea-caption h4 {
  color: #6d455a;
}
.designer-idea .designer-idea-caption p {
  font-size: 18px;
  color: #0a0a0a;
}

.why-dzinly {
  background: url("../../img/WhyDZINLY_Background.jpg") no-repeat center center;
  background-size: cover;
}
.why-dzinly .why-dzinly-table {
  background: #ffffff;
  border: 1px solid #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.why-dzinly .why-dzinly-table td {
  padding: 12px 20px;
}
.why-dzinly .why-dzinly-table td i {
  font-size: 18px;
  font-weight: 700;
}
.why-dzinly .why-dzinly-table td .bi-check2-square {
  color: #6d455a;
}
.why-dzinly .why-dzinly-table td .bi-x {
  color: #ff0000;
}
.why-dzinly .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #6d455a;
}
.why-dzinly tr td:nth-child(2) {
  font-weight: 600;
}
.why-dzinly tr td:nth-child(3) {
  font-weight: 600;
}
.why-dzinly tfoot tr td {
  border: none;
}

.who-we {
  background-color: #efece3;
}
.who-we .whowe-user img {
  display: inline-block;
  border-radius: 50%;
  margin: 10px;
  width: 20%;
  max-width: 100px;
}

.toggle-feature-images {
  position: relative;
}
.toggle-feature-images .toggle-feature-formeted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.toggle-feature-images .toggle-feature-formeted img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-chooser {
  padding: 5px;
  width: 25%;
}

.testimonials-outer {
  position: relative;
}
.testimonials-outer .testimonials-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  min-height: 259px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials-outer .testimonials-box span {
  font-size: 40px;
  color: #6d455a;
}
.testimonials-outer .testimonials-box p {
  color: #000;
  font-size: 16px;
}

footer {
  background: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer ul li a {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: none;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #6d455a;
}
footer ul li a.active {
  color: #6d455a;
}

/*=============== HOME PAGE END ===============*/
/*=============== AREA AND PALLETS ===============*/
.areaSwiper {
  position: relative;
}

.area-element {
  padding: 8px;
}
.area-element .area-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 10px;
}
.area-element .area-subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #0a0a0a;
  line-height: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  content: "";
  width: 100%;
  display: block;
  padding: 5px 0;
}
.area-element .areabox {
  position: relative;
  border: 1px solid #6d455a;
}
.area-element .areabox .area-plus {
  position: absolute;
  right: -13px;
  top: -18px;
  font-size: 24px;
}
.area-element .areabox .area-image {
  position: absolute;
  top: 8px;
  right: 2px;
  width: calc(100% - 10px);
  border: 1px solid #ffffff;
}
.area-element .areabox .area-image + .area-image {
  position: absolute;
  top: 18px;
  right: 2px;
  border: 1px solid #ffffff;
  width: calc(100% - 20px);
}

.specs-text {
  margin: 8px 0;
  text-align: left;
}
.specs-text h5 {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.specs-text p {
  margin: 0;
}

#areaPalletes {
  position: relative;
}

.view-area-pallets {
  padding: 30px 0;
}
.view-area-pallets .view-area-pallets-header {
  padding: 0 37px;
}
.view-area-pallets .view-area-pallets-header .view-area-pallets-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.view-area-pallets .view-area-pallets-img {
  padding: 8px;
}

/*=============== AREA AND PALLETS END ===============*/
/*=============================================================*/
/*======================== All Pages ==========================*/
/*=============================================================*/
/*-------------------------- GET STARTED ----------------------*/
.page-header {
  background: #6d455a;
  padding-bottom: 65px;
  padding-top: 50px;
}
.page-header .page-header-inner {
  position: relative;
}
.page-header .page-header-inner h3 {
  color: #ffffff;
  font-weight: 500;
}
.page-header .page-header-inner h5 {
  color: #ffffff;
}
.page-header .page-header-inner p {
  margin-bottom: 0;
  color: #ffffff;
}
.page-header .page-header-inner::after {
  position: absolute;
  width: 80px;
  background: #ffffff;
  content: "";
  height: 4px;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}

.get-started {
  position: relative;
  top: -87px;
  z-index: 1;
}
.get-started .get-started-wrapper p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}
.get-started .get-started-wrapper p a {
  font-weight: 600;
  color: #6d455a;
}
.get-started .get-started-wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.get-started .get-started-wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 8px;
}
.get-started .get-started-wrapper ul li a {
  text-decoration: none;
  color: #0a0a0a;
}
.get-started .get-started-wrapper ul li a h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.get-started .get-started-wrapper ul :hover .get-started-item {
  transform: scale(1.1);
}
.get-started .get-started-wrapper .get-started-item {
  background: #ffffff;
  width: 175px;
  height: 175px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  border: 4px solid #ffffff;
}
.get-started .get-started-wrapper .get-started-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8043592437) 100%);
}
.get-started .get-started-wrapper .get-started-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-started .get-started-wrapper .get-started-item span {
  position: absolute;
  top: -13px;
  background: #FFE600;
  padding: 3px 18px;
  color: #000;
  border-radius: 20px;
}

.get-started-pb {
  padding-bottom: 135px;
}

.membership-opt {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
}
.membership-opt .membership-opt-img {
  border: 2px solid transparent;
}
.membership-opt .membership-opt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.membership-opt .membership-opt-img.membership-opt-package {
  min-height: 138px;
}
.membership-opt h6 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0;
  color: #0a0a0a;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.8043592437) 100%);
}
.membership-opt h4 {
  font-size: 12px;
}
.membership-opt h5 {
  font-weight: 500;
  color: #6d455a;
  margin: 0;
}
.membership-opt .form-check-input {
  position: absolute;
  opacity: 0;
}
.membership-opt .price {
  background: #6d455a;
  color: #ffffff;
}

.membership-opt input[type=radio]:checked + label .checkmark {
  display: block;
}

.membership-opt input[type=radio]:checked + label .membership-opt-img {
  border-color: #6d455a;
}

/*-------------------------- PROFESSIONAL ----------------------*/
.package-card.membership-card li {
  padding: 6px 0;
}

.membership-header h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.membership-quote {
  font-style: italic;
  color: #6d455a;
  font-weight: 600;
}

.membership-box {
  padding: 8px;
  border: 2px solid #6d455a;
  border-radius: 8px;
  height: 100%;
}
.membership-box img {
  border-radius: 6px;
}
.membership-box .membership-box-caption {
  padding: 13px;
  text-align: center;
}
.membership-box .membership-box-caption strong {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.membership-box .membership-box-caption p {
  font-size: 14px;
  margin-bottom: 0;
}
.membership-box .membership-box-caption p span {
  font-weight: 600;
  color: #6d455a;
}

.howitworkproSwiper .swiper-paginationpro {
  text-align: center;
  bottom: 10px !important;
  position: absolute;
  z-index: 999;
}

.desired-membership-wrapper .desired-membership-box {
  border: 1px solid #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}
.desired-membership-wrapper .desired-membership-box .plan-price {
  font-size: 35px;
  color: #0a0a0a;
  display: block;
  text-decoration: none;
}
.desired-membership-wrapper .desired-membership-box .plan-price.through-center {
  text-decoration: line-through;
  display: block;
}
.desired-membership-wrapper .desired-membership-box i {
  font-size: 14px;
  font-style: normal;
  margin: 5px 0 10px;
  display: block;
}
.desired-membership-wrapper .desired-membership-box h5 {
  padding: 20px 0;
  font-size: 35px;
  margin: 0;
  color: #6d455a;
}

.swiper-container.recent-projects-big-slider {
  width: calc(100% - 0px) !important;
}

.vertical-slide .swiper-container {
  width: calc(100% - 0px) !important;
}

.recent-projects {
  background: #ffffff;
}
.recent-projects .recentprojects-outer {
  position: relative;
}
.recent-projects .recent-projects-small {
  margin-top: 10px;
  position: relative;
}
.recent-projects .recent-projects-small .projects-small-img {
  height: 100%;
}
.recent-projects .recent-projects-small .projects-small-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recent-projects .swiper-container.recent-projects-small-slider {
  position: relative;
}
.recent-projects .swiper-container.recent-projects-small-slider .projects-small-img img {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.recent-projects .swiper-container.recent-projects-small-slider .swiper-slide-thumb-active img {
  border-color: #6d455a;
}
.recent-projects .img-popup {
  background: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
}

.our-partners {
  background: #ffffff;
}

.design-options {
  background: #ffffff;
}

.pd-nav-style {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  z-index: 5;
}

.pd-nav-style.pd-next {
  top: auto;
  bottom: -23px;
}

.vertical-slide {
  position: relative;
}
.vertical-slide .recent-projects-ver-slider-p, .vertical-slide .recent-projects-ver-slider-n {
  position: absolute;
  background: #000;
  width: 32px;
  height: 32px;
  right: 0;
  z-index: 9;
  color: #fff;
  font-size: 23px;
  text-align: center;
}
.vertical-slide .recent-projects-ver-slider-p {
  top: 0;
}
.vertical-slide .recent-projects-ver-slider-n {
  top: 36px;
}

.builder_video h6 {
  font-size: 13px;
  line-height: 20px;
}
.builder_video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.builder_video ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 8px 0;
}

/*-------------------------- FAQ ----------------------*/
.faq .accordion-item {
  border: none;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  color: #6d455a;
  box-shadow: none;
}
.faq .accordion-item .accordion-body {
  padding-top: 0;
}

/*-------------------------- LOGIN ----------------------*/
.form-box label i {
  color: #ff0000;
  font-style: normal;
}
.form-box a {
  color: #6d455a;
  text-decoration: none;
  font-weight: 500;
}
.form-box .form-subtitle {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0;
}

/*-------------------------- get-started-design-your-own-home ----------------------*/
.own-home .own-home-img img {
  border-radius: 15px;
  display: block;
  width: 100%;
}
.own-home .own-home-text h4 span {
  background: #293849;
  width: 50px;
  height: 50px;
  color: #ffffff;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.own-home .own-home-text button {
  text-decoration: none;
  color: #6d455a;
}

.realtors-proceed {
  position: relative;
  background: url("../../img/realtors-bg.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: 20%;
}
.realtors-proceed .realtor-box {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  min-height: 402px;
}
.realtors-proceed .realtor-box .realtor-home-img {
  position: relative;
}
.realtors-proceed .realtor-box .realtor-home-img img {
  border-radius: 15px;
  display: block;
  width: 100%;
}
.realtors-proceed .realtor-box .realtor-home-img span {
  background: #293849;
  width: 50px;
  height: 50px;
  color: #ffffff;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  font-weight: 600;
}
.realtors-proceed .realtor-home-text {
  margin-top: 15px;
}
.realtors-proceed .realtor-home-text button {
  text-decoration: none;
  color: #6d455a;
}

.photo-project-box {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.photo-project-box img {
  border-radius: 5px;
}
.photo-project-box h4 {
  font-size: 18px;
  color: #000;
}
.photo-project-box p {
  margin: 0;
}

/*-------------------------- Upload Photo ----------------------*/
.border-right {
  border-right: 1px solid #ddd;
}

.upload-photo-header span {
  position: relative;
  background-color: #f7f8f3;
  padding: 0 8px;
}
.upload-photo-header span::after, .upload-photo-header span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 100%;
  width: 98px;
  height: 1px;
  background-color: #ddd;
  margin: auto;
  top: 0;
}
.upload-photo-header span::before {
  right: 100%;
  left: inherit;
}

.upload-drop-box .krajee-default.file-preview-frame {
  float: none;
}
.upload-drop-box .krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
}
.upload-drop-box .fileinput-remove {
  display: none;
}

.home-not-build-body {
  padding: 0;
  margin: 0;
}
.home-not-build-body li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.home-not-build-body li p {
  margin: 0;
}
.home-not-build-body li span {
  width: 40px;
  height: 40px;
  background: #6d455a;
  color: #ffffff;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
}

.add-additional-photo-box .file-drop-zone {
  min-height: 160px;
}
.add-additional-photo-box .file-drop-zone-title {
  padding: 42px 10px;
  font-size: 11px;
}
.add-additional-photo-box .krajee-default.file-preview-frame {
  float: none;
  min-height: 148px;
}
.add-additional-photo-box .krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
}
.add-additional-photo-box .krajee-default.file-preview-frame .kv-file-content img {
  width: 100% !important;
  height: 100% !important;
  min-height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}
.add-additional-photo-box .fileinput-remove {
  display: none;
}

/*----------------- Select Homeowner Packages ----------------*/
.select-package {
  position: relative;
  z-index: 9;
}
.select-package .select-btn:focus {
  background-color: #ffffff;
  color: #6d455a;
}
.select-package .select-btn {
  min-width: 95px;
}
.select-package .select-btn i {
  display: none;
}
.select-package .btn.active {
  background-color: #ffffff;
  border-color: #6d455a;
  color: #6d455a;
}
.select-package .btn.active i {
  display: inline-block;
}
.select-package .selected-package {
  background-color: #ffffff;
  border-color: #6d455a;
  color: #6d455a;
}
.select-package .selected-package i {
  display: inline-block !important;
}

/*----------------- Design Coordinator ----------------*/
.design-cordinator-box .cordinator-img img {
  border: 4px solid #6d455a;
  border-radius: 50%;
}
.design-cordinator-box .cordinator-img h5 {
  font-weight: 500;
  color: #000;
  font-size: 30px;
}
.design-cordinator-box p {
  font-size: 20px;
}

/*----------------- Describe Situation ----------------*/
.describe-situation .describe-situation-item {
  position: relative;
}
.describe-situation .describe-situation-item .form-check-input {
  visibility: hidden;
  position: absolute;
}
.describe-situation .describe-situation-item label {
  border: 2px solid #efece3;
  cursor: pointer;
}
.describe-situation .describe-situation-item input[type=radio]:checked + label {
  border-color: #455048;
  box-shadow: #455048;
}

.architectural-project-box img {
  border-radius: 8px;
}
.architectural-project-box h6 {
  font-size: 13px;
  text-align: center;
}

@media (min-width: 576px) {
  #palette-info-box .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
  }
  #customer-requests .modal-dialog h6 {
    color: #6d455a;
  }
}
/*----------------- Brief Overview ----------------*/
.character-limit {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.brief-overview .brief-overview-box .version-content {
  padding: 30px;
  border: 2px solid #455048 !important;
  width: 100%;
}
.brief-overview .brief-overview-box h6 {
  font-weight: 400;
  line-height: normal;
}
.brief-overview .file-drop-zone {
  min-height: 160px;
  border-radius: 4px;
}
.brief-overview .file-drop-zone img {
  border-radius: 2px;
}
.brief-overview .file-drop-zone-title {
  padding: 42px 10px;
  font-size: 11px;
}
.brief-overview .krajee-default.file-preview-frame {
  float: none;
  min-height: 148px;
}
.brief-overview .krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
}
.brief-overview .fileinput-remove {
  display: none;
}
.brief-overview .brief-upload-box {
  padding: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.brief-overview .brief-upload-box textarea {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 55px;
  font-size: 12px;
  background: #fff;
  box-shadow: none;
}
.brief-overview .stepsec {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brief-overview .stepsec li {
  padding: 15px;
  text-align: center;
  opacity: 0.2;
  border-bottom: 2px solid #ddd;
}
.brief-overview .stepsec li.active {
  opacity: 1;
  border-color: #6d455a;
}
.brief-overview .stepsec li.active h5 {
  color: #6d455a;
}
.brief-overview .stepsec li h5 {
  font-weight: 500;
}
.brief-overview .stepsec li p {
  margin-bottom: 0;
  font-weight: 500;
}
.brief-overview .pintrest a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  border-radius: 8px;
  color: #cb1f24;
  font-weight: 500;
}
.brief-overview .pintrest a i {
  margin-bottom: 8px;
}
.brief-overview #countChars .num {
  font-weight: 500;
}

/*----------------- Request Your Updates ----------------*/
.request-updates-box .accordion-item-inner {
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.request-updates-box .accordion-item-inner:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.request-updates-box .accordion-item-inner .addmore-color-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0px 8px;
  bottom: -10px;
  width: 190px;
}
.request-updates-box .accordion-item-inner .remove-color-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0px 8px;
  top: -12px;
  width: 190px;
}
.request-updates-box .accordion-item-inner .request-updates-item textarea {
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #6d455a;
}
.request-updates-box .accordion-item-inner .request-updates-item .file-drop-zone {
  min-height: 100px;
  border-radius: 0.25rem;
}
.request-updates-box .accordion-item-inner .request-updates-item .file-drop-zone .file-drop-zone-title {
  padding: 10px;
  font-size: 12px;
}
.request-updates-box .accordion-item-inner .request-updates-item .file-drop-zone .file-preview-frame {
  width: 100%;
  min-height: auto;
}
.request-updates-box .accordion-item-inner .request-updates-item .file-drop-zone .kv-file-content {
  width: 100%;
  height: 90px;
}
.request-updates-box .accordion-item-inner .request-updates-item .file-drop-zone .kv-file-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 4px;
}
.request-updates-box .accordion-item-inner .request-updates-item p {
  min-height: 42px;
}
.request-updates-box .accordion-header {
  position: relative;
}
.request-updates-box .accordion-header .removearea {
  position: absolute;
  top: 13px;
  right: 50px;
  z-index: 999;
  padding: 0 8px;
  z-index: 999;
}

/*----------------- Current Stage Updates ----------------*/
.current-stage {
  width: 100%;
}
.current-stage h5 {
  font-weight: 400;
  color: #6d455a;
}
.current-stage .form-check-label {
  cursor: pointer;
}
.current-stage .current-stage-img {
  position: relative;
  border: 4px solid transparent;
}
.current-stage .current-stage-img img {
  display: block;
}
.current-stage .form-check-input {
  position: absolute;
  opacity: 0;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ffffff;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #293849;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #293849;
  }
}
.current-stage-box input[type=radio]:checked + label .checkmark {
  display: block;
}

.current-stage-box input[type=radio]:checked + label .current-stage-img {
  border-color: #293849 !important;
}

.current-stage-box input[type=checkbox]:checked + label .checkmark {
  display: block;
}

.current-stage-box input[type=checkbox]:checked + label .current-stage-img {
  border-color: #293849;
}

/*----------------- Selected Project Stage ----------------*/
.project-stage h5 {
  font-weight: 500;
  color: #000;
  font-size: 25px;
}
.project-stage .project-stage-card {
  padding: 40px 20px;
}
.project-stage .project-stage-card.disable {
  opacity: 0.2;
}
.project-stage .project-stage-card h5 {
  font-weight: 500;
  color: #000;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}
.project-stage .project-stage-card h5::after {
  position: absolute;
  width: 80px;
  height: 4px;
  background: #6d455a;
  left: 0;
  content: "";
  right: 0;
  margin: auto;
  bottom: -18px;
  border-radius: 8px;
}
.project-stage .project-stage-card h4 {
  font-weight: 300;
  color: #6d455a;
}

/*----------------- select-the-areas ----------------*/
.select-the-area .form-check-label {
  cursor: pointer;
}
.select-the-area .select-area-img {
  position: relative;
  border: 4px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background-color: #f2f2f2;
}
.select-the-area .select-area-img.active {
  border-color: #293849;
}
.select-the-area .select-area-img img {
  display: block;
}
.select-the-area .select-area-img span {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 0 0;
  display: block;
  color: #000;
}
.select-the-area .form-check-input {
  position: absolute;
  opacity: 0;
}

.select-area-box input[type=radio]:checked + label .checkmark {
  display: block;
}

.select-area-box input[type=radio]:checked + label .select-area-img {
  border-color: #455048;
}

.select-area-box input[type=checkbox]:checked + label .checkmark {
  display: block;
}

.select-area-box input[type=checkbox]:checked + label .select-area-img {
  border-color: #455048;
}

/*----------------- My Portfolio ----------------*/
.my-portfolio .globle-card {
  background: #efece3;
  box-shadow: none;
}
.my-portfolio .create-new-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  background: #fff;
  border: 1px dotted #455048;
  height: 100%;
  min-height: 229px;
}
.my-portfolio .create-new-project:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.my-portfolio .create-new-project i {
  color: #000;
  font-size: 36px;
}
.my-portfolio .create-new-project p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.my-portfolio .project-box {
  padding: 10px 10px 44px 10px;
  background: #ffffff;
  border: 1px solid #455048;
  position: relative;
  height: 100%;
  min-height: 256px;
  max-height: 256px;
}
.my-portfolio .project-box:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.my-portfolio .project-box .notification {
  background: #ff0000;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 9;
  color: #ffffff;
}
.my-portfolio .project-box .notification a.icon {
  color: #ffffff;
}
.my-portfolio .project-box .notification .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}
.my-portfolio .project-box .notification .dropdown-menu li a {
  font-size: 13px;
  color: #0a0a0a;
  line-height: 16px !important;
  display: block;
}
.my-portfolio .project-box .notification .dropdown-menu li a:hover {
  color: #6d455a;
}
.my-portfolio .project-box .notification .dropdown-menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.my-portfolio .project-box .notification .dropdown-menu-end {
  top: 22px;
  right: 0;
  min-width: 200px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.my-portfolio .project-box .project-box-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}
.my-portfolio .project-box .project-box-img img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-portfolio .project-box .project-box-img p {
  margin-bottom: 0;
}
.my-portfolio .project-box .project-box-img .viewdesign-btn {
  position: absolute;
  display: none;
}
.my-portfolio .project-box .project-box-img.reviewing-img {
  min-height: 290px;
}
.my-portfolio .project-box .project-box-img .home-sketch {
  min-height: 290px;
}
.my-portfolio .project-box .project-box-img .sketch-model {
  min-height: 290px;
}
.my-portfolio .project-box .project-box-footer {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.my-portfolio .project-box .project-box-footer .project-title {
  position: relative;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
}
.my-portfolio .project-box .project-box-footer .project-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.my-portfolio .project-box .project-box-footer .project-title i {
  color: #6d455a;
}
.my-portfolio .project-box .project-box-footer .project-title span input {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
}
.my-portfolio .project-box .project-box-footer .dropdown-menu {
  min-width: 217px;
  max-width: 217px;
}
.my-portfolio .project-box .project-box-footer .dropdown-menu li {
  font-size: 13px;
  text-align: center;
  width: 100%;
  border-right: 1px solid #ddd;
}
.my-portfolio .project-box .project-box-footer .dropdown-menu li:last-child {
  border: none;
}
.my-portfolio .project-box .project-box-footer .dropdown-menu li a {
  padding: 2px 10px;
}
.my-portfolio .project-box .project-box-footer .dropdown-menu.show {
  display: flex;
  align-items: center;
}
.my-portfolio .project-box .progress-overlay::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.my-portfolio .project-box .inprogress-overlay::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.my-portfolio .project-box .inprogress-overlay .viewdesign-btn {
  display: block;
}
.my-portfolio .project-box:hover .viewdesign-btn {
  display: block;
}
.my-portfolio .project-box:hover .progress-overlay::before {
  opacity: 1;
}
.my-portfolio .portfolio-nav .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  position: relative;
}
.my-portfolio .portfolio-nav .nav-item .nav-link.active {
  color: #6d455a;
}
.my-portfolio .portfolio-nav .nav-item .nav-link::after {
  width: 2px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #6d455a;
}
.my-portfolio .portfolio-nav .nav-item:last-child .nav-link::after {
  display: none;
}

.my-portfolio-new .globle-card {
  background-color: #ffffff;
}
.my-portfolio-new .globle-card .create-new-project {
  height: auto;
  min-height: 340px;
  border-radius: 8px;
  box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.1);
}
.my-portfolio-new .globle-card .project-box {
  padding: 0;
  border: none;
  height: auto;
  min-height: auto;
  max-height: inherit;
}
.my-portfolio-new .globle-card .project-box .project-box-inner {
  border-radius: 8px;
  padding: 6px;
  border: 1px solid #6d455a;
  box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-portfolio-new .globle-card .project-box .project-box-inner .edit-address {
  position: absolute;
  z-index: 99;
  top: -5px;
  right: -5px;
  background: #d40c0c;
  border: none;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.my-portfolio-new .globle-card .project-box .project-box-inner .project-box-img img {
  border-radius: 5px;
  aspect-ratio: 1/1;
  height: auto;
}
.my-portfolio-new .globle-card .project-box .project-box-inner .project-box-img::before {
  background: rgba(255, 255, 255, 0.5);
}
.my-portfolio-new .globle-card .project-box:hover {
  box-shadow: none;
}
.my-portfolio-new .globle-card .project-box .in-progress-icon {
  width: 40px;
  min-width: 80px !important;
  height: 80px !important;
}
.my-portfolio-new .globle-card .project-box .btn.btn-primary.btn-in-progress {
  background: transparent;
  border: none;
  color: #6d455a;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  position: relative;
  z-index: 999;
  cursor: default;
}
.my-portfolio-new .globle-card .project-box .btn.btn-primary.btn-in-progress:hover {
  box-shadow: none;
}
.my-portfolio-new .statusmenu {
  max-width: 320px;
  margin: 0 auto;
}
.my-portfolio-new .statusmenu .statusSwiper .centermode {
  justify-content: start;
}
.my-portfolio-new .statusmenu .statusSwiper .swiper-slide {
  width: auto;
}
.my-portfolio-new .statusmenu .statusSwiper .swiper-slide button {
  padding: 4px 15px;
  position: relative;
  display: block;
  border: none;
  background: transparent;
}
.my-portfolio-new .statusmenu .statusSwiper .swiper-slide button::before {
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
  height: 11px;
  background: #6d455a;
  content: "";
}
.my-portfolio-new .statusmenu .statusSwiper .swiper-slide button.active::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #6d455a;
  content: "";
  margin: 0 auto;
}
.my-portfolio-new .statusmenu .statusSwiper .swiper-slide:last-child button::before {
  display: none;
}
.my-portfolio-new .status-progress {
  border-bottom: 2px solid #6d455a;
  padding-bottom: 50px;
}
.my-portfolio-new .status-progress ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.my-portfolio-new .status-progress ul li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.my-portfolio-new .status-progress ul li h6 {
  color: #6d455a;
  font-size: 14px;
  height: 33px;
  align-items: end;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.my-portfolio-new .status-progress ul li span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #6d455a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #6d455a;
  position: relative;
  z-index: 9;
  background: #ffffff;
  outline: 6px solid #fff;
}
.my-portfolio-new .status-progress ul li.active span {
  background: #6d455a;
  color: #ffffff;
}
.my-portfolio-new .status-progress ul li.active::after {
  background: #6d455a;
}
.my-portfolio-new .status-progress ul li::after {
  position: absolute;
  bottom: 15px;
  width: 100%;
  content: "";
  height: 2px;
  background: rgba(109, 69, 90, 0.3);
  left: 50%;
}
.my-portfolio-new .status-progress ul li:last-child::after {
  display: none;
}
.my-portfolio-new .status-progress ul li:nth-child(3)::after {
  display: none;
}
.my-portfolio-new .refer-earn {
  border: 1px solid #6d455a;
  box-shadow: -7px 7px 4px rgba(0, 0, 0, 0.2);
}
.my-portfolio-new .refer-earn .refer-earn-header {
  padding: 0 60px;
  position: relative;
  background: #6d455a;
}
.my-portfolio-new .refer-earn .refer-earn-header h6 {
  text-align: center;
  color: #ffffff;
}
.my-portfolio-new .refer-earn .refer-earn-header .referbtn {
  border: none;
  background: #ffffff;
  padding: 2px 5px 5px 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}
.my-portfolio-new .why-refer {
  border-radius: 8px;
  border: 1px solid #6d455a;
  box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.my-portfolio-new .why-refer .why-refer-header {
  background: #6d455a;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
.my-portfolio-new .why-refer .why-refer-body {
  padding: 20px;
}
.my-portfolio-new .why-refer .why-refer-body ul li {
  padding: 5px 0;
}
.my-portfolio-new .divider-right {
  position: relative;
}
.my-portfolio-new .divider-right::after {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background: #293849;
  top: 0;
  right: 0;
}

.upload-request-logo {
  width: 170px;
  max-width: 170px;
  margin: 0 auto;
}
.upload-request-logo .file-drop-zone-title {
  font-size: 12px;
}
.upload-request-logo .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: 100%;
}
.upload-request-logo .krajee-default.file-preview-frame .kv-file-content .file-preview-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-stage {
  margin: 10px 0 5px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px 5px;
  flex-wrap: wrap;
}
.project-stage li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: auto;
  font-size: 11px;
}
.project-stage li:nth-child(odd) {
  width: 58%;
}
.project-stage li span {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  border: 1px solid #6d455a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 10px;
  line-height: 8px;
}
.project-stage li span strong {
  color: #6d455a;
}
.project-stage li span i {
  display: none;
}
.project-stage li.active span {
  background: #6d455a;
}
.project-stage li.active span strong {
  display: none;
}
.project-stage li.active span i {
  display: block;
  color: #ffffff;
}

.progress-status {
  position: relative;
  height: 160px;
  width: 160px;
  margin-top: 20px;
  cursor: pointer;
}
.progress-status .progress-circle {
  transform: rotate(-90deg);
  margin-top: 0;
  width: 160px;
  height: 160px;
}
.progress-status .progress-circle-back {
  fill: none;
  stroke: #f7f8f3;
  stroke-width: 12px;
}
.progress-status .progress-circle-prog {
  fill: none;
  stroke: #6d455a;
  stroke-width: 12px;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0px;
  transition: stroke-dasharray 0.7s linear 0s;
  stroke-linecap: round;
}
.progress-status .progress-text {
  width: 100%;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

.circle_percent {
  font-size: 200px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #6d455a;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #6d455a;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.projectstatus-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.projectstatus-body ul li {
  display: flex;
  align-items: center;
}
.projectstatus-body ul li .project-icon-active {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #6d455a;
  border-radius: 50%;
  margin-right: 15px;
  color: #6d455a;
}
.projectstatus-body ul li .project-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #6d455a;
  border-radius: 50%;
  margin-right: 15px;
  color: #6d455a;
}
.projectstatus-body ul li .projectstatus-textblock {
  padding: 5px 15px;
  border: 2px solid transparent;
}
.projectstatus-body ul li .projectstatus-textblock p {
  margin: 10px 0;
}
.projectstatus-body ul li .completed-stage.active .project-icon-active {
  display: flex;
}
.projectstatus-body ul li .completed-stage.active .project-icon {
  display: none;
}
.projectstatus-body ul li .projectstatus-textblock.progress-stage.active {
  border: 2px solid #6d455a;
}

.popover {
  max-width: 200px; /* Max Width of the popover (depending on the container!) */
}

/*----------------- Payment ----------------*/
.payment-area .payment-box {
  background: #fff;
  height: 100%;
}
.payment-area .payment-box .card-text-title {
  font-weight: 400;
  font-size: 17px;
}
.payment-area .payment-box .or-divider {
  position: relative;
  padding: 0 5px;
}
.payment-area .payment-box .or-divider::before, .payment-area .payment-box .or-divider::after {
  width: 30px;
  height: 1px;
  background: #b3b3b3;
  content: "";
  position: absolute;
  top: 9px;
  margin: auto;
}
.payment-area .payment-box .or-divider::before {
  right: 100%;
}
.payment-area .payment-box .or-divider::after {
  left: 100%;
}
.payment-area .payment-box .save-card-list {
  margin: 0;
  padding: 0;
}
.payment-area .payment-box .save-card-list li {
  background: #ffffff;
  padding: 15px;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #E5F4F9;
  cursor: pointer;
}
.payment-area .payment-box .save-card-list li .form-check-label {
  margin-left: 10px;
  cursor: pointer;
}
.payment-area .payment-box .save-card-list li .form-check-label h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: #6d455a;
}
.payment-area .payment-box .save-card-list li .form-check-label .cardnumber {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #0a0a0a;
}
.payment-area .payment-box .save-card-list li .card-action {
  position: absolute;
  top: 10px;
  right: 10px;
}
.payment-area .payment-box .save-card-list li .card-action a {
  margin-left: 8px;
}
.payment-area .payment-box .save-card-list li:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.payment-area .payment-box .promo-input-sec {
  position: relative;
}
.payment-area .payment-box .promo-input-sec input[type=text] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #6d455a;
  height: 44px;
  padding-right: 90px;
}
.payment-area .payment-box .promo-input-sec input[type=button] {
  background: #6d455a;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  height: 34px;
  width: 80px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 21px;
}
.payment-area .payment-box .order-items {
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow: auto;
}
.payment-area .payment-box .order-items li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  background: #ffffff;
  padding: 10px 15px;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #E5F4F9;
  border-bottom: none;
}
.payment-area .payment-box .order-items li:last-child {
  border-bottom: 1px solid #E5F4F9;
}
.payment-area .payment-box .order-items li .price {
  font-weight: 500;
  color: #6d455a;
  text-align: right;
}
.payment-area .payment-box .order-items li p {
  margin-bottom: 0;
  font-weight: 500;
}
.payment-area .payment-box .total-price {
  text-align: right;
  padding: 15px 15px 0 15px;
}
.payment-area .payment-box .total-price h5 {
  font-weight: 500;
}
.payment-area .payment-box .total-price h5 span {
  color: #6d455a;
  text-align: right;
}

.discount_percent {
  padding: 8px 15px;
  background: #293849;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

.globleoverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.globleoverlay .text-center {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.globleoverlay h4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 300;
}
.globleoverlay h4 .loader-payment {
  display: inline-flex;
  width: 62px;
  height: 62px;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#new-card-modal-box .required {
  color: #ff0000;
}

.cart-suggested-palletes {
  margin: 10px 0 !important;
}
.cart-suggested-palletes li {
  text-align: left !important;
  display: flex !important;
  justify-content: start !important;
  padding: 4px 10px !important;
}
.cart-suggested-palletes li::before {
  margin-right: 8px;
  min-width: 13px;
}

.cart-area-title {
  color: #01adef;
  margin-top: 8px;
  display: block;
  font-weight: 400;
}

/*----------------- Account Settings ----------------*/
#account-tab {
  background: #ffffff;
}
#account-tab .nav-link {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  color: #000;
  padding: 8px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}
#account-tab .nav-link i {
  font-size: 20px;
  margin-right: 8px;
}
#account-tab .nav-link.active {
  color: #6d455a;
  background-color: transparent;
}

#account-tabContent {
  background: #ffffff;
  width: 100%;
}
#account-tabContent .company-logo {
  text-align: center;
}
#account-tabContent .company-logo span {
  width: 120px;
  height: 120px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #6d455a;
}
#account-tabContent .company-logo span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#account-tabContent .company-logo span input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  position: absolute;
  cursor: pointer;
}
#account-tabContent .company-logo i {
  font-size: 12px;
  font-style: normal;
}
#account-tabContent .form-subtitle {
  font-weight: 500;
}
#account-tabContent .desired-membership-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #6d455a;
  position: relative;
}
#account-tabContent .desired-membership-box .plan-price {
  font-size: 20px;
  color: #0a0a0a;
  display: block;
  text-decoration: none;
}
#account-tabContent .desired-membership-box .plan-price.through-center {
  text-decoration: line-through;
  display: block;
}
#account-tabContent .desired-membership-box i {
  font-size: 14px;
  font-style: normal;
  margin: 1px 0 10px;
  display: block;
}
#account-tabContent .desired-membership-box .pro-pkg i {
  color: #6d455a;
  margin: 0;
  font-size: 16px;
}
#account-tabContent .desired-membership-box h5 {
  padding: 20px 0;
  font-size: 35px;
  margin: 0;
  color: #6d455a;
}
#account-tabContent .desired-membership-box small {
  font-weight: 500;
  border: 0;
  position: absolute;
  top: -11px;
  background: #fff;
  padding: 3px 15px;
  border-radius: 28px;
}
#account-tabContent .messages-prject-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#account-tabContent .messages-prject-list li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
#account-tabContent .messages-prject-list li.active a {
  background: #6d455a;
  color: #ffffff;
}
#account-tabContent .messages-prject-list li a {
  display: flex;
  padding: 8px;
  color: #000;
}
#account-tabContent .message-container .box-success {
  height: 100%;
}
#account-tabContent .message-container .message-box {
  background: #fff;
  padding: 0;
  height: 100%;
}
#account-tabContent .message-container .message-box .box-header {
  background: #6d455a;
  padding: 10px;
  color: #ffffff;
}
#account-tabContent .message-container .message-box #chat-box {
  margin: 0;
  padding: 15px;
  list-style: none;
}
#account-tabContent .message-container .message-box #chat-box li.left {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
#account-tabContent .message-container .message-box #chat-box li .mbody {
  width: 100%;
}
#account-tabContent .message-container .message-box #chat-box li .mbody .mheader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#account-tabContent .message-container .message-box #chat-box span.upic {
  background: #6d455a;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
}

/*----------------- Design View ----------------*/
.save-combination-left {
  display: flex;
}
.save-combination-left h6 {
  margin: 0;
  white-space: nowrap;
}
.save-combination-left ul {
  margin: 0;
  padding: 0;
}
.save-combination-left ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.save-combination-left ul li::after {
  height: 12px;
  width: 1px;
  background: #ddd;
  content: "";
  position: absolute;
  top: 4px;
}
.save-combination-left ul li a {
  color: #777;
  padding: 0 5px;
  position: relative;
  font-size: 14px;
}
.save-combination-left ul li a:hover {
  color: #6d455a;
}
.save-combination-left ul li:last-child::after {
  display: none;
}
.save-combination-left ul li:first-child::after {
  display: none;
}

.design-view-right .design-help {
  background: #EFF8FB;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
.design-view-right .design-help span {
  width: 32px;
  min-height: 32px;
  height: 100%;
  background: #6d455a;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-view-right .design-view-box {
  position: relative;
}
.design-view-right .design-view-box .company-logo {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 8px;
  display: block;
  border-radius: 50%;
}
.design-view-right .design-view-modal-outer .design-view-action {
  background: #ffffff;
  margin: 0;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.design-view-right .design-view-modal-outer .design-view-action li {
  list-style: none;
  width: 100%;
  border-right: 1px solid #ddd;
}
.design-view-right .design-view-modal-outer .design-view-action li:last-child {
  border: none;
}
.design-view-right .design-view-modal-outer .design-view-action li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.design-view-right .design-view-modal-outer .design-view-action li i {
  font-size: 20px;
}
.design-view-right .design-view-modal-outer .design-view-action-box {
  background: #ffffff;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.design-view-right .design-view-modal-outer .design-view-action-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #6d455a;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.design-view-right .design-view-modal-outer .design-view-action-box ul li a {
  padding: 10px;
  display: flex;
  position: relative;
  gap: 5px;
  align-items: center;
  color: #ffffff;
}
.design-view-right .design-view-modal-outer .design-view-action-box ul li a::after {
  width: 1px;
  height: 12px;
  background: #ffffff;
  content: "";
  position: absolute;
  right: 0;
}
.design-view-right .design-view-modal-outer .design-view-action-box ul li:last-child a::after {
  display: none;
}
.design-view-right .design-view-modal-outer .design-view-action-box .design-view-action-con {
  overflow: auto;
  min-height: 235px;
}
.design-view-right .design-view-modal-outer .design-view-action-box .design-view-action-con h6 {
  text-align: center;
  color: #6d455a;
  border-bottom: 2px solid #6d455a;
  padding-bottom: 8px;
}
.design-view-right .design-view-modal-outer .design-view-action-box .design-view-action-con p {
  margin: 3px;
  color: #6d455a;
}
.design-view-right .spec-icon {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.design-view-right .mycolor-materials-wrapper {
  position: relative;
  min-height: 180px;
}
.design-view-right .mycolor-materials-wrapper .design-areabox img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.design-view-right .mycolor-materials-wrapper .design-areabox .optional-swatch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  padding: 0 5px;
  background: #6d455a;
  font-size: 11px;
  margin: auto;
  width: 51px;
  height: 16px;
}
.design-view-right .mycolor-materials-wrapper .design-areabox .optional-swatch a {
  color: #ffffff;
}
.design-view-right .mycolor-materials-wrapper .design-areabox.active img {
  border: 2px solid #6d455a;
}
.design-view-right .mycolor-materials-wrapper .view-palette-modal {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: none;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.needdesign li p i {
  color: #6d455a;
}

/*----------------- Add Color Material ----------------*/
.add-color-material .add-color-box {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 33px;
  position: relative;
}
.add-color-material .add-color-box .add-color-box-inner {
  text-align: center;
}
.add-color-material .add-color-box .add-color-box-inner span {
  background: #6d455a;
  padding: 10px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
}
.add-color-material .add-color-box .add-color-box-inner p {
  margin-top: 20px;
  min-height: 76px;
  font-size: 13px;
}
.add-color-material .add-color-box .add-color-box-inner p i {
  color: #6d455a;
}
.add-color-material .add-color-box .add-color-box-modal {
  border-radius: 8px;
  padding: 33px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  text-align: center;
}
.add-color-material .add-color-box .add-color-box-modal h5 {
  color: #6d455a;
  margin-bottom: 15px;
  font-weight: 400;
}
.add-color-material .add-color-box .add-color-box-modal .form-control {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}
.add-color-material .add-color-box .add-color-box-modal .file-drop-zone {
  min-height: 97px;
  border-radius: 8px;
}
.add-color-material .add-color-box .add-color-box-modal .file-drop-zone .file-preview-frame {
  width: 100%;
}
.add-color-material .add-color-box .add-color-box-modal .file-drop-zone .kv-file-content {
  height: 85px;
  width: 100%;
}
.add-color-material .add-color-box .add-color-box-modal .file-drop-zone .kv-file-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
}
.add-color-material .add-color-box .add-color-box-modal .file-drop-zone .file-drop-zone-title {
  padding: 5px 10px;
}

/*----------------- View Palettes ----------------*/
.view-palettes .view-palettes-top h4 {
  font-size: 19px;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.view-palettes .view-palettes-top h4::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50%;
  height: 3px;
  background: #6d455a;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}
.view-palettes .view-palettes-top img {
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.view-palettes .view-palettes-box .view-palettes-box-user .userpic-small img {
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.view-palettes .view-palettes-box .view-palettes-box-user .view-palettes-box-user-text h6 {
  margin-bottom: 0;
}
.view-palettes .view-palettes-box .view-palettes-box-user .view-palettes-box-user-text h6 i {
  font-size: 14px;
  font-weight: 300;
  color: #6d455a;
}
.view-palettes .view-palettes-box .view-palettes-box-user .view-palettes-box-user-text p {
  margin-bottom: 0;
}
.view-palettes .view-palettes-box .view-palettes-box-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.view-palettes .view-palettes-box .view-palettes-slider {
  position: relative;
}
.view-palettes .view-palettes-box .view-palettes-slider h6 {
  font-size: 12px;
  color: #6d455a;
  text-align: center;
}
.view-palettes .view-palettes-box .view-palettes-slider .areabox {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #f9f9f9;
}
.view-palettes .view-palettes-box .view-palettes-slider .areabox h6 {
  text-align: center;
  font-size: 10px;
  padding: 6px;
  margin: 0;
}
.view-palettes .view-palettes-box .view-palettes-slider .areabox .area-plus {
  position: absolute;
  right: -13px;
  top: -18px;
  font-size: 24px;
}
.view-palettes .view-palettes-box .view-palettes-slider .areabox .area-image {
  position: absolute;
  top: 14px;
  right: 6px;
  width: calc(100% - 20px);
  border: 1px solid #ffffff;
}
.view-palettes .view-palettes-box .view-palettes-slider .areabox .area-image + .area-image {
  position: absolute;
  top: 18px;
  right: 2px;
  border: 1px solid #ffffff;
  width: calc(100% - 20px);
}
.view-palettes .view-palettes-box .view-palettes-slider .circle-no {
  min-width: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6d455a;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
}
.view-palettes .view-palettes-box .view-palettes-slider .view-swatch-info {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.view-palettes .view-palettes-box .view-palettes-slider .view-swatch-info .view-swatch-info-btn {
  border: none;
  padding: 0 2px;
  font-size: 20px;
  background: transparent;
  color: #6d455a;
}
.view-palettes .view-palettes-box .view-palettes-slider .view-swatch-info p {
  font-size: 12px;
}
.view-palettes .view-palettes-box .design-plan .design-plan-img {
  background: rgba(0, 0, 0, 0.02);
}

.swatch-spec-box {
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  background: #fff;
  min-height: 236px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  border-radius: 4px;
  flex-direction: column;
}

.swatch-spec-box-inner {
  max-height: 184px;
}

.areabox_newone {
  padding: 15px;
}

/*--------------------- privacy-policy ---------------------*/
.privacy-policy h5 {
  color: #6d455a;
}

.term-of-use li {
  list-style: decimal;
  margin-bottom: 20px;
  padding-left: 10px;
}
.term-of-use li ul li {
  list-style: lower-alpha;
  padding-left: 10px;
}
.term-of-use li ul li ul li {
  list-style: lower-roman;
  padding-left: 10px;
}

/*--------------------- Contact Us ---------------------*/
.before_after_image {
  border-radius: 20px;
  box-shadow: 10px 10px 0 #f2f2f2;
  border: 5px solid #fff;
}

/*--------------------- bootstrap old ------------------*/
.show {
  display: block;
}

.hide {
  display: none;
}

/*------------ file input -------------*/
.kv-upload-progress.kv-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  top: 0;
  height: 70px;
}

.kv-upload-progress .progress-bar.bg-success.progress-bar-success {
  width: 100% !important;
  height: 50px !important;
  background-color: #fff !important;
  color: #25ec50;
  border-radius: 50%;
}
.kv-upload-progress .progress-bar.bg-success.progress-bar-success i {
  font-size: 38px;
}

.kv-upload-progress .progress {
  height: 50px !important;
  background: transparent !important;
}

.btn.btn-kv {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-close.closemodal {
  right: -28px;
  top: 0px;
  background-color: #fff !important;
  width: 20px;
  height: 20px;
}

/*------------ cookie section -----------*/
.cookie-sec {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
.cookie-sec .cookie-box {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

/*---------------- sweet alert css --------------*/
.swal2-styled.swal2-confirm {
  background-color: #6d455a !important;
}

.swal2-html-container {
  font-size: 16px !important;
  font-weight: 300 !important;
}

.swal2-actions {
  border-top: 1px solid #ddd;
  margin-top: 7px !important;
  padding-top: 20px !important;
}

.main-loader {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  margin: auto;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------- arch-changes-price-review -------------------------------*/
#frm_acmr .card {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
#frm_acmr .card .additional-info {
  display: flex;
  width: 100%;
  padding: 5px;
  background: #fff;
  margin-bottom: 10px;
}
#frm_acmr .card .additional-info .quoteimg {
  width: 100px;
  margin-right: 10px;
}
#frm_acmr .sticky-top {
  top: 98px;
}

.file-footer-caption {
  display: none !important;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  color: #ffffff;
}
.overlay h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------- update type --------------------------*/
.architectural-project-box img {
  width: 100%;
}

/*-------------------- approved palettes --------------------*/
.architectural-changes-box {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  height: 90%;
  border-radius: 10px;
}

.photo-box {
  display: flex;
  background: #6d455a;
  margin-bottom: 10px;
  padding: 8px;
}

.photo-box img {
  width: 100px;
  margin-right: 10px;
}

.photo-box {
  display: flex;
  background: #fff;
  margin-bottom: 10px;
  padding: 8px;
}
.photo-box img {
  width: 100px;
  margin-right: 10px;
}

.palettesSwiper .swiper-slide {
  padding: 10px;
}

.swatch-details-right-section .swatch-inner-wrapper .brand {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
  margin-bottom: 5px;
}

/*================ additional-design-options ===============*/
.additional-design-options h6 i {
  color: #6d455a;
}
.additional-design-options .accordion-header i {
  color: #0a0a0a;
  font-style: normal;
  font-weight: 300;
  margin-left: 8px;
}
.additional-design-options .designer {
  margin-right: 15px;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.additional-design-options .designer img {
  width: 32px;
  border-radius: 50%;
}
.additional-design-options .additionalDesign {
  position: relative;
}
.additional-design-options .additionalDesign .area-element h6 {
  font-size: 14px;
  color: #6d455a;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.color-materials-header {
  position: relative;
}

.design-areabox {
  height: 100%;
  position: relative;
}
.design-areabox .buy-now {
  font-size: 12px;
  position: absolute;
  top: 0;
  background: rgba(109, 69, 90, 0.5);
  right: 0;
  padding: 1px 5px;
  color: #ffffff;
  width: 100%;
  line-height: 12px;
  height: calc(100% - 18px);
}
.design-areabox .new_item {
  position: absolute;
  background: #ff0;
  display: inline-block;
  font-size: 11px;
  padding: 0 6px;
  border-radius: 2px;
  left: 3px;
  top: 3px;
}
.design-areabox img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
}
.design-areabox.active img {
  border: 2px solid #6d455a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}
.design-areabox .brand-icon {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 4px;
  width: 30px;
  height: 30px !important;
  border-radius: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border: none !important;
  box-shadow: none !important;
  display: none;
}
.design-areabox:hover .brand-icon {
  opacity: 1;
}
.design-areabox span {
  text-align: center;
  font-size: 10px;
  width: 100%;
  display: block;
  color: #6d455a;
  cursor: pointer;
}
.design-areabox .palette-specs {
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  background: #6d455a;
  color: #ffffff;
  width: calc(100% - 2px);
}

.add-colors-box {
  width: 23%;
  margin-left: 10px;
  position: relative;
}
.add-colors-box i {
  position: absolute;
  width: 32px;
  height: 42px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
}
.add-colors-box img {
  border: 1px solid #6d455a;
}
.add-colors-box span {
  text-align: center;
  font-size: 10px;
  width: 100%;
  display: block;
  color: #6d455a;
}

.design-areabox .brand-icon {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 4px;
  width: 30px;
  height: 30px !important;
  border-radius: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border: none !important;
  box-shadow: none !important;
}
.design-areabox:hover .brand-icon {
  opacity: 1;
}

.add-pallets-btn span {
  font-size: 12px;
}

.add-pallets-btn i {
  background: #F9F9F9;
  padding: 3px;
  line-height: 8px;
  font-size: 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #6d455a;
  color: #6d455a;
}

.color-materials-header {
  align-items: center;
  margin-bottom: 10px;
}
.color-materials-header h6 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.color-materials-header h6 span {
  font-size: 13px;
  color: #0a0a0a;
  border-left: 1px solid #ddd;
  padding-left: 6px;
  margin-left: 5px;
  font-weight: 300;
}

.prev-next {
  display: flex;
  align-items: center;
}
.prev-next a {
  font-size: 12px;
}
.prev-next .colormaterialsSwiper-n, .prev-next .colormaterialsSwiper-p {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mycolor-materials-outer {
  overflow-y: auto;
  max-height: 450px;
  padding-right: 10px;
}

.architectureal-changes {
  padding-top: 20px;
}

.architectureal-box {
  text-align: center;
  display: flex;
  align-items: center;
}
.architectureal-box h6 {
  font-size: 13px;
}
.architectureal-box h6 i {
  color: #6d455a;
}
.architectureal-box a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6d455a;
  font-size: 20px;
}

.mycolor-materials-des {
  font-size: 11px;
}

.design-view-right .design-view-action li {
  border: none;
}
.design-view-right .design-view-action li a {
  position: relative;
}

.add-cart {
  position: absolute;
  top: 2px;
  left: 0;
  right: inherit;
  width: 15px;
  height: 15px;
  margin: auto;
  background: #ff0000;
  border-radius: 15px;
  color: #ffffff;
  line-height: 15px;
  font-size: 10px;
  font-weight: 500;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.designer-title {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 5px 15px;
  font-weight: 500;
  white-space: nowrap;
  flex-wrap: wrap;
}

.selected-area .accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  box-shadow: none;
}
.selected-area .btn-outline-primary {
  white-space: nowrap;
}
.selected-area .btn-outline-primary i {
  color: #6d455a;
  display: none;
}
.selected-area .btn-outline-primary.active i {
  color: #ffffff;
  display: block;
}
.selected-area .btn-outline-primary:hover i {
  color: #ffffff;
}

.design-container {
  background: rgba(0, 0, 0, 0.02);
  position: relative;
}

.overlay-sec {
  position: absolute;
  z-index: 9;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.ordersuccess p {
  padding-left: 40px;
  position: relative;
  text-align: left;
}
.ordersuccess .project-icon {
  width: 28px;
  display: inline-flex;
  height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #6d455a;
  color: #6d455a;
  position: absolute;
  left: 0;
  top: 0;
}

#area-slide-box {
  position: relative;
}
#area-slide-box .swiper-slide {
  padding: 10px;
}

.pleasewait {
  width: 100%;
  text-align: center;
  padding: 40px 8px;
}

.additional-design-tab {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
}
.additional-design-tab h6 {
  color: #000;
}
.additional-design-tab .designer-link {
  text-align: center;
  padding: 0;
  position: relative;
  display: block;
  margin-right: 15px;
}
.additional-design-tab .designer-link::after {
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-radius: 8px;
  background-color: #f2f2f2;
}
.additional-design-tab .designer-link.active::after {
  background-color: #6d455a;
}
.additional-design-tab .designer-link .userimg img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.additional-design-tab .designer-link p {
  color: #0a0a0a;
  padding: 5px 0 10px 0;
  margin: 0;
}

.swiper-container.additionalDesign {
  width: calc(100% - 0px) !important;
}

.mydesigners {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.mydesigners .mydesigners-title {
  font-size: 14px;
  text-align: left;
  margin: 15px 15px 6px;
}
.mydesigners ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.mydesigners ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 6px;
}
.mydesigners ul li .designer-pic {
  text-align: center;
}
.mydesigners ul li .designer-pic span {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.mydesigners ul li .designer-pic span img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.mydesigners ul li .designer-pic p {
  margin-bottom: 0;
  color: #0a0a0a;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.mydesigners ul li .designer-pic p::after {
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-radius: 8px;
  background-color: #f2f2f2;
}
.mydesigners ul li .viewdesign {
  font-size: 12px;
}
.mydesigners ul li.active p::after {
  background-color: #6d455a;
}
.mydesigners .designer-swatches {
  position: absolute;
  z-index: 9;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  display: none;
}
.mydesigners .designer-swatches h6 {
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mydesigners .designer-swatches h6 i {
  cursor: pointer;
}
.mydesigners .designer-swatches .designer_swatches_slider {
  width: calc(100% - 0px) !important;
}
.mydesigners .designer-swatches .designer-swatches-wrapper {
  padding: 0 20px;
  height: 289px;
  width: 100%;
}
.mydesigners .designer-swatches .designer-swatches-wrapper .designer-swatches-outer {
  position: relative;
  margin-top: 12px;
}
.mydesigners .designer-swatches .designer-swatches-wrapper .designer-swatches-outer h6 {
  font-size: 13px;
  margin-left: 0;
  font-weight: 400;
  padding: 0;
}
.mydesigners .designer-swatches .designer-swatches-wrapper .designer-swatches-outer .optional-swatch-btn {
  font-size: 11px;
  position: absolute;
  top: 3px;
  width: auto;
  background: #6d455a;
  right: 3px;
  padding: 1px 5px;
  color: #ffffff;
}
.mydesigners .designer-swatches .view-palette-modal {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  width: 100%;
  top: 0;
  height: 100%;
  border-radius: 4px;
}
.mydesigners .designer-swatches .view-palette-modal .item_name {
  justify-content: center;
}

.pallets-tab-outer {
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.pallets-tab-outer .design-area-tab-wrapper {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab {
  width: calc(100% - 30px) !important;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab .nav {
  flex: none;
  flex-wrap: nowrap;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab .swiper-slide {
  border-right: 1px solid #ddd;
  width: auto;
  border: none;
  background: #ffffff;
  color: #000;
  text-align: center;
  display: inline-block;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab .swiper-slide:hover {
  color: #6d455a !important;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab .swiper-slide.active {
  color: #6d455a !important;
}
.pallets-tab-outer .design-area-tab-wrapper #design-area-tab .swiper-slide.active:after {
  background: #6d455a;
  content: "";
  width: 42px;
  position: absolute;
  height: 3px;
  bottom: 4px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
}
.pallets-tab-outer .design-area-tab-wrapper .design-area-tab-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 15px;
  background: #fff;
}
.pallets-tab-outer .design-area-tab-wrapper .design-area-tab-previous {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 15px;
  background: #fff;
  border-right: 1px solid #ddd;
}
.pallets-tab-outer .pallets-tab-content {
  position: relative;
  margin-top: 10px;
}
.pallets-tab-outer .pallets-tab-content .tab-pane {
  height: 198px;
  overflow: auto;
  padding: 0 15px;
}
.pallets-tab-outer .pallets-tab-content .designer-title {
  font-size: 14px;
  padding: 0;
  color: #000;
  display: flex;
}
.pallets-tab-outer .pallets-tab-content .designer-title span {
  font-weight: 300;
  color: #0a0a0a;
  margin-left: 10px;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item {
  margin-bottom: 3px;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .pallets-blur {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .pallets-left {
  width: calc(100% - 60px);
  position: relative;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .pallets-left .swiper-container {
  width: calc(100% - 0px) !important;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .addpallets-btn {
  min-width: 50px;
  max-width: 50px;
  position: relative;
  margin-left: 10px;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .addpallets-btn img {
  border: 1px solid #6d455a;
}
.pallets-tab-outer .pallets-tab-content .pallets-row-item .pallets-row .addpallets-btn i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.pallets-tab-outer .pallets-tab-content .spec-popup {
  position: absolute;
  width: 100%;
  top: -48px;
  background: #ffffff;
  height: calc(100% + 48px);
  z-index: 99999;
  padding: 0;
  display: none;
  border-radius: 4px;
}
.pallets-tab-outer .pallets-tab-content .spec-popup .specs-view {
  background: #ffffff;
}

.view-ideas-row .view-ideas-sec-inn {
  position: relative;
}
.view-ideas-row .view-ideas-sec-inn img {
  width: 100%;
}
.view-ideas-row .view-ideas-sec-inn .view-idea-btn {
  position: absolute;
  width: 110px;
  left: 0;
  right: 0;
  height: 26px;
  margin: auto;
  top: 0;
  bottom: 16px;
  line-height: 12px;
}

.designer-specs-modal {
  position: absolute;
  background: #ffffff;
  z-index: 9999;
  width: calc(100% + 2px);
  top: 0;
  height: 100%;
  border-radius: 4px;
  right: -1px;
}

#layer-specs-mdl {
  background-color: rgba(0, 0, 0, 0.5);
}
#layer-specs-mdl .swatch-spec-box {
  min-height: auto;
}

.designer-tab-action {
  position: absolute;
  right: 0;
  top: 7px;
  width: auto;
}

.see-original {
  font-size: 11px;
  padding: 4px 8px;
  line-height: 11px;
}

/*=============== Save Combination ===============*/
.image-thumbnail-inline {
  border-bottom: 1px solid #ddd;
}
.image-thumbnail-inline .brand-img {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.image-thumbnail-inline .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-fileinput-error {
  display: none !important;
}

.swal2-popup {
  width: 26em !important;
  padding: 1.25em !important;
}

.swal2-actions {
  padding-top: 0 !important;
  border: none !important;
}
.swal2-actions .swal2-styled {
  box-shadow: none !important;
}

/*=================== w-paint ===================*/
.wPaint-menu .wPaint-menu-select-holder {
  display: none;
}
.wPaint-menu .wPaint-menu-icon-group-arrow {
  display: none;
}
.wPaint-menu .wPaint-menu-icon-name-save {
  display: none !important;
}

.wPaint-menu-name-main {
  display: flex !important;
}

a.remove-items {
  padding: 2px !important;
  font-size: 11px;
  width: 21px;
  height: 21px;
}

.debug {
  border: 2px solid #ff0000;
}

.wPaint-color-palettes {
  display: flex;
}
.wPaint-color-palettes .wColorPicker-palette-mixed {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.view-palettes-desc {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 20px;
}

.form-control.reason {
  border: 1px solid #ddd;
}

.user-strip .ht_myaccount {
  color: #fff;
}

.user-strip .user-profile-sec button {
  color: #fff;
}

/*================ social icons css ===================*/
.social-share-box {
  position: absolute;
  bottom: 2px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - 4px);
  left: 2px;
}
.social-share-box .jssocials-share {
  margin: 2px;
}
.social-share-box .jssocials-share a {
  border-radius: 50%;
  padding: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share-box .jssocials-share a i {
  font-size: 14px;
}

.remove-combination {
  display: none;
}

.home-photo:hover .remove-combination {
  display: block;
}

.remove-combination {
  padding: 4px;
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 13px;
  position: absolute;
  z-index: 99;
  top: 12px;
  right: 12px;
}

.edit-combination {
  display: none;
}

.home-photo:hover .edit-combination {
  display: block;
}

.edit-combination {
  padding: 4px;
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 13px;
  position: absolute;
  z-index: 99;
  top: 12px;
  left: 12px;
}

#print-combination-modal-box .layer-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upload-select-file .form-group {
  margin-bottom: 10px;
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.upload-select-file .file-input-new {
  width: 100%;
}
.upload-select-file .file-input {
  width: 100%;
}
.upload-select-file .form-control {
  height: 38px;
  padding-left: 48px;
  border: 1px solid #293849;
}
.upload-select-file .add_more_ue, .upload-select-file .remove_ue {
  height: 38px;
  padding: 8px;
  width: 38px;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.upload-select-file .btn-file {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 38px;
}
.upload-select-file {
  /*------------ file input -------------*/
}
.upload-select-file .kv-upload-progress.kv-hidden {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
  width: 30px;
  top: 0;
  height: 50px;
  z-index: 9;
}
.upload-select-file .kv-upload-progress .progress-bar.bg-success.progress-bar-success {
  width: 100% !important;
  height: 30px !important;
  background-color: #ffffff !important;
  color: #25ec50;
  border-radius: 50%;
}
.upload-select-file .kv-upload-progress .progress-bar.bg-success.progress-bar-success i {
  font-size: 24px;
}
.upload-select-file .kv-upload-progress .progress {
  height: 30px !important;
  background: transparent !important;
}
.upload-select-file .btn.btn-kv {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.upload-select-file .btn-close.closemodal {
  right: -28px;
  top: 0px;
  background-color: #ffffff !important;
  width: 20px;
  height: 20px;
}
.upload-select-file .file-caption-name {
  background-color: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.upload-select-file .progress {
  margin-top: 9px !important;
}

/*=============== Pro package ===============*/
.pro-package-info-box .box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro-package-info-box .box-list li {
  margin-top: 15px;
  font-size: 16px;
}
.pro-package-info-box .box-list li i {
  margin-right: 8px;
  color: #6d455a;
}

.membership-benefits {
  border: 1px solid #ddd;
  border-radius: 20px;
}

.desired-membership-box {
  border: 1px solid #6d455a;
  border-radius: 20px;
}
.desired-membership-box .plan-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 70px;
}
.desired-membership-box .plan-list .plan .pro-pkg {
  float: right;
}
.desired-membership-box .plan-list .plan .pro-package-rate .plan-price {
  font-size: 20px;
}
.desired-membership-box .plan-list .plan .pro-price {
  color: #6d455a;
  font-size: 20px;
}
.desired-membership-box .plan-list .strike-center {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.desired-membership-box .plan-list:last-child {
  border: none;
}

/*=============== upload photo cad ===============*/
.upload-project-box {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 33px;
  position: relative;
}
.upload-project-box span {
  background: #6d455a;
  padding: 10px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
}
.upload-project-box p {
  margin-top: 20px;
  min-height: 76px;
  font-size: 13px;
}

#frmCompanyLogo .krajee-default .file-preview-frame .kv-file-content {
  width: auto;
  height: 170px;
}
#frmCompanyLogo .file-drop-zone {
  min-height: 170px;
}
#frmCompanyLogo .file-drop-zone-title {
  padding: 41px 10px;
}
#frmCompanyLogo .kv-file-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------- material design -----------------*/
.dot {
  width: 25px;
  height: 25px;
  text-align: center;
  background: #6d455a;
  color: #ffffff;
  line-height: 24px;
  font-size: 9px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
}

.change-item {
  position: absolute;
}

.nadot {
  top: 70px;
  left: 86%;
  z-index: 1;
}

.overview {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 300px;
  position: absolute;
  top: 45px;
  left: -140px;
  right: -150px;
  display: none;
  z-index: 9;
  border-radius: 10px;
}

.overview:before {
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -10px;
  z-index: 1;
}

.outermodal {
  display: inline-flex;
  position: relative;
}
.outermodal img {
  border: 1px solid #6d455a;
}

.outermodal .show-popup {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}

.copy-area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  padding: 30px;
  border-radius: 4px;
  left: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 9;
}

.areabox .remove-area {
  position: absolute;
  top: -9px;
  left: -1px;
  color: #ff0000;
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: #fff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bolder;
}
.areabox .add-area-platte {
  position: absolute;
  top: -9px;
  right: -1px;
  color: #01adef;
  z-index: 1;
  font-size: 24px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: #fff;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bolder;
}

.areaSwiper .area-image.view-area-platte {
  cursor: pointer;
}

#add_user_swatch {
  width: calc(100% - 30px);
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #ddd;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 1;
}
#add_user_swatch .file-drop-zone {
  min-height: 130px;
}
#add_user_swatch .file-drop-zone-title {
  padding: 20px 10px;
}
#add_user_swatch .krajee-default.file-preview-frame {
  width: 100%;
}
#add_user_swatch .kv-file-content {
  width: 100%;
  min-height: 130px;
}

.material-library-img .area-platte {
  position: absolute;
  width: 300px;
  background: #ffffff;
  text-align: center;
  padding: 25px;
  height: 150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 999;
}

.svg-loader {
  text-align: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
}
.svg-loader img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.material-library-palette-thumb {
  max-height: 95px;
  height: 95px;
}
.material-library-palette-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-selections {
  position: relative;
}

#mlibtab {
  position: relative;
}

#view-edit-platte, #palette-info-box, #finish-box {
  display: none;
}

.view-area-platte {
  height: 89px;
}
.view-area-platte img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.version-content.form-control {
  border: 1px solid #455048;
}

.elevations-floor-plan .elevations-box {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.elevations-floor-plan .elevations-box p {
  margin: 10px 0 0 0;
}

/*----------------- Select Designer modal ----------------*/
.designer-user {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
}
.designer-user h6 {
  font-weight: 400;
  color: #0a0a0a;
  font-size: 14px;
}
.designer-user .form-check-label {
  cursor: pointer;
}
.designer-user .designer-user-img {
  position: relative;
  border: 4px solid transparent;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.designer-user .designer-user-img img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.designer-user .form-check-input {
  position: absolute;
  opacity: 0;
}
.designer-user input[type=checkbox]:checked + label .checkmark {
  display: block;
}
.designer-user input[type=checkbox]:checked + label .designer-user-img {
  border-color: #455048;
}
.designer-user .checkmark__circle {
  stroke-width: 4;
}
.designer-user .checkmark {
  width: 32px;
  height: 32px;
  stroke-width: 4;
}

.acknowlage-wrapper {
  background: url("../../img/acknowledgement-bg.png") no-repeat top center #fff;
  background-size: 100%;
}

.commercial-acknowlage-wrapper {
  background: url("../../img/commercial-acknowledgment-banner.png") no-repeat top center #fff;
  background-size: 100%;
}

.acknowlage-wrapper ul, .commercial-acknowlage-wrapper ul {
  margin: 0;
  padding: 0;
}
.acknowlage-wrapper ul li, .commercial-acknowlage-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: start;
  margin-top: 40px;
}
.acknowlage-wrapper ul li span, .commercial-acknowlage-wrapper ul li span {
  background: #293849;
  min-width: 36px;
  min-height: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.acknowlage-wrapper ul li p, .commercial-acknowlage-wrapper ul li p {
  margin: 0;
}

.contactus .text-success {
  color: #000 !important;
}

.color-material {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.color-material span.line-divider {
  position: absolute;
  width: 2px;
  background: #6d455a;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.color-material span.line-divider i {
  font-weight: 500;
  position: relative;
  left: -13px;
  font-style: normal;
  background: #fff;
  padding: 4px;
}
.color-material .material-title span {
  border-bottom: 2px solid #6d455a;
  padding-bottom: 4px;
  display: inline-block;
}
.color-material .add-inspirational-image .file-drop-zone {
  min-height: 123px;
  border-radius: 4px;
}
.color-material .add-inspirational-image .file-drop-zone .file-drop-zone-title {
  padding: 16px 10px;
}
.color-material .add-inspirational-image .krajee-default.file-preview-frame {
  width: 100%;
}
.color-material .add-inspirational-image .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: 110px;
}
.color-material .add-inspirational-image .krajee-default.file-preview-frame .kv-file-content img {
  border-radius: 7px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
/* IE */
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.blink-image { /* Firefox */ /* Webkit */ /* IE */
  animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.leftimg p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
}
.leftimg p span {
  color: #ff0000;
}

.stepsec-custom {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stepsec-custom li {
  margin: 5px;
}
.stepsec-custom li span {
  background: #efece3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.stepsec-custom li.active span {
  background: #6d455a;
  color: #ffffff;
}

.horigental-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horigental-menu li {
  margin: 0;
  position: relative;
}
.horigental-menu li a {
  margin: 0;
  color: #0a0a0a;
  padding: 0 10px 8px;
  display: flex;
}
.horigental-menu li.active a {
  color: #6d455a;
}
.horigental-menu li.active::after {
  background: #6d455a;
  content: "";
  width: 42px;
  position: absolute;
  height: 3px;
  bottom: 4px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
}

.elivation-area-left {
  max-width: calc(100% - 147px);
  position: relative;
}
.elivation-area-left .swiper-slide {
  min-width: 139px;
}
.elivation-area-left .design-areabox {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.elivation-area-left .design-areabox .form-check-label {
  cursor: pointer;
  display: block;
}
.elivation-area-left .design-areabox .select-area-img {
  position: relative;
  border: 2px solid transparent;
  border-radius: 0;
  overflow: hidden;
  padding: 0px;
}
.elivation-area-left .design-areabox .select-area-img.active {
  border-color: #01adef;
}
.elivation-area-left .design-areabox .select-area-img img {
  display: block;
  border: none;
}
.elivation-area-left .design-areabox .form-check-input {
  position: absolute;
  opacity: 0;
}
.elivation-area-left .design-areabox input[type=checkbox]:checked + label .checkmark {
  display: block;
}
.elivation-area-left .design-areabox input[type=checkbox]:checked + label .select-area-img {
  border-color: #455048;
}

.skip-area {
  width: 147px;
  border: 2px solid #6d455a;
  background: #efece3;
  margin-left: 0;
}
.skip-area a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}

.additional-featured-box {
  margin: 15px;
}
.additional-featured-box .form-check-label {
  cursor: pointer;
}
.additional-featured-box .additional-box {
  position: relative;
  border: 2px solid #6d455a;
  height: 150px;
  width: 150px;
  background-color: #efece3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-featured-box .additional-box h4 {
  font-weight: 300;
  margin: 0;
  font-size: 20px;
  padding: 10px;
}
.additional-featured-box .additional-box img {
  display: block;
}
.additional-featured-box .form-check-input {
  position: absolute;
  opacity: 0;
}

.additional-featured-box input[type=radio]:checked + label .checkmark {
  display: block;
}

.additional-featured-box input[type=radio]:checked + label .additional-box {
  border-color: #293849;
}

.additional-my-designer {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 14px;
}
.additional-my-designer ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.additional-my-designer ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 6px;
}
.additional-my-designer ul li .designer-link {
  text-align: center;
}
.additional-my-designer ul li .designer-link span {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.additional-my-designer ul li .designer-link span img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.additional-my-designer ul li .designer-link p {
  margin-bottom: 0;
  color: #0a0a0a;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.additional-my-designer ul li .designer-link p::after {
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-radius: 8px;
  background-color: #f2f2f2;
}
.additional-my-designer ul li .designer-link.active p::after {
  background-color: #6d455a;
}

.additional-design-pallets {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 14px;
}

.selected-di-pic {
  width: 60px;
  max-width: 60px;
}
.selected-di-pic img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.selected-di-name {
  display: block;
}

.view-palettes .view-palettes-box .view-palettes-slider.layer-image .areabox {
  background: #ffffff;
  border: none;
}

.view-palettes .view-palettes-box .view-palettes-slider.layer-image .areabox .area-image {
  position: absolute;
  top: 12px;
  right: -12px;
  width: calc(100% - 0px);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.areabox.view-area-palette img {
  border: 1px solid #ddd;
}

.view-palettes .view-palettes-box .view-palettes-slider.layer-image .areabox h6 {
  text-align: center;
  font-size: 10px;
  padding: 17px 6px 5px;
  margin: 0 -12px 0 0;
  position: relative;
}

.layer-image .swiper-container {
  width: calc(100% - 0px) !important;
}

.view-palettes .view-palettes-box .view-palettes-slider.layer-image .circle-no {
  min-width: 20px;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 4px;
  font-size: 12px;
}

.layer-image .palettesSwiper .swiper-slide {
  padding: 13px;
}

.approved-palettes-designer {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 14px;
}
.approved-palettes-designer ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.approved-palettes-designer ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 6px;
}
.approved-palettes-designer ul li .designer-pic {
  text-align: center;
}
.approved-palettes-designer ul li .designer-pic span {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.approved-palettes-designer ul li .designer-pic span img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.approved-palettes-designer ul li .designer-pic p {
  margin-bottom: 0;
  color: #0a0a0a;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.approved-palettes-designer ul li .designer-pic p::after {
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-radius: 8px;
  background-color: #f2f2f2;
}
.approved-palettes-designer ul li .viewdesign {
  font-size: 12px;
}
.approved-palettes-designer ul li.active p::after {
  background-color: #6d455a;
}

.approved-palettes-box {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 0;
}
.approved-palettes-box .approved-palettes-header {
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
.approved-palettes-box .approved-palettes-header .swiper-container.approved-palettes-nav {
  width: calc(100% - 40px) !important;
}
.approved-palettes-box .approved-palettes-header a {
  padding: 4px 10px;
  border-right: 1px solid #293849;
}
.approved-palettes-box .approved-palettes-header a.active {
  background: #293849;
  color: #ffffff;
}
.approved-palettes-box .approved-palettes-header .approved-palettes-next {
  position: absolute;
  right: 2px;
  width: 15px;
  top: 6px;
}
.approved-palettes-box .approved-palettes-header .approved-palettes-prev {
  position: absolute;
  left: 2px;
  width: 15px;
  top: 6px;
}
.approved-palettes-box .approved-palettes-header .swiper-slide {
  display: inline-flex;
  width: auto;
}
.approved-palettes-box .approved-palettes-body {
  min-height: 150px;
  padding: 15px 5px;
  width: 100%;
}
.approved-palettes-box .approved-palettes-body .swiper-container {
  width: calc(100% - 0px) !important;
}
.approved-palettes-box .approved-palettes-body .swiper-slide {
  padding: 13px;
}
.approved-palettes-box .approved-palettes-body .areabox {
  position: relative;
}
.approved-palettes-box .approved-palettes-body .areabox h6 {
  text-align: center;
  font-size: 10px;
  padding: 17px 6px 5px;
  margin: 0 -12px 0 0;
  position: relative;
  color: #6d455a;
}
.approved-palettes-box .approved-palettes-body .areabox .area-plus {
  position: absolute;
  right: -13px;
  top: -18px;
  font-size: 24px;
}
.approved-palettes-box .approved-palettes-body .areabox .area-image {
  position: absolute;
  top: 12px;
  right: -12px;
  width: calc(100% - 0px);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.approved-palettes-box .approved-palettes-body .areabox .area-image + .area-image {
  position: absolute;
  top: 18px;
  right: 2px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  width: calc(100% - 20px);
}
.approved-palettes-box .approved-palettes-footer {
  padding: 10px;
  border-top: 1px solid #ddd;
}

.invoice-wrapper-box .nav button {
  border-radius: 0;
  padding: 1px 10px;
  height: 26px;
  border: 1px solid #293849;
  color: #000;
}

.invoice-wrapper-box .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-color: #293849;
  background: #293849;
}

.custom-tab-content .tab-pane {
  display: none;
}

.custom-tab-content .tab-pane.show {
  display: block;
}

.additional-designer-modal {
  margin-bottom: 10px;
  position: relative;
}
.additional-designer-modal ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.additional-designer-modal ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 6px;
}
.additional-designer-modal ul li .reject-design {
  text-align: center;
}
.additional-designer-modal ul li .reject-design span {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.additional-designer-modal ul li .reject-design span img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.additional-designer-modal ul li .reject-design p {
  margin-bottom: 0;
  color: #0a0a0a;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.additional-designer-modal ul li .reject-design p::after {
  width: 40px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-radius: 8px;
  background-color: #f2f2f2;
}
.additional-designer-modal ul li .reject-design.active p::after {
  background-color: #6d455a;
}
.additional-designer-modal ul li .reject-design .checkmark {
  width: 26px;
  height: 26px;
}
.additional-designer-modal ul li .reject-design.active .checkmark {
  display: block;
}

.view-area-box.current-stage .current-stage-img {
  border: 4px solid #455048;
}
.view-area-box.current-stage .current-stage-img .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  bottom: 0;
  width: 80px;
  height: 40px;
  pointer-events: none;
}
.view-area-box.current-stage .current-stage-box input[type=radio]:checked + label .btn {
  display: none;
}

.elevation-items-menu {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
}
.elevation-items-menu li a {
  padding: 2px 10px;
  background: #efece3;
  display: block;
  border-right: 1px solid #6d455a;
}
.elevation-items-menu li a.active {
  background: #6d455a;
  color: #ffffff;
}
.elevation-items-menu .add-more-view a {
  background: #293849;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.elevation-items-menu .add-more-view a span {
  display: block;
}

.elevation-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elevation-items li a {
  padding: 0 0 0 15px;
  background: #6d455a;
  color: #fff;
  height: 30px;
  display: inline-flex;
  align-items: center;
}
.elevation-items li a span {
  background-color: #293849;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.show-full-view {
  position: absolute;
  background: #ffffff;
  padding: 0;
  width: calc(100% - 24px);
  margin: auto;
  left: 0;
  right: 0;
  top: 25px;
  border: 2px solid #6d455a;
  z-index: 99;
  display: block !important;
}
.show-full-view:before {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

.showcombination {
  position: absolute;
  background: #efece3;
  padding: 20px;
  width: calc(100% - 40px);
  margin: auto;
  left: 0;
  right: 0;
  top: 33px;
  z-index: 99;
  display: block !important;
  border-radius: 8px;
}

#view-combination .elevation-box {
  text-align: center;
}
#view-combination .elevation-box .elevation-img img {
  border: 2px solid #6d455a;
}
#view-combination .add-elevation-box {
  background: #ffffff;
  height: calc(100% - 24px);
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #6d455a;
}
#view-combination .saved-combination:before {
  content: "";
  background: #6d455a;
  height: 2px;
  width: 70%;
  position: relative;
  display: block;
  margin: 0 auto;
}
#view-combination .saved-combination .saved-combination-box {
  background: #ffffff;
}
#view-combination .saved-combination .save-combination-layer {
  overflow: hidden;
  position: relative;
}
#view-combination .saved-combination .save-combination-layer .comb-layer-img img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#view-saved-combination {
  overflow: hidden;
}

.request-updates-box-sec {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border: 2px solid #293849;
  position: relative;
  min-height: 199px;
}
.request-updates-box-sec .removearea {
  position: absolute;
  top: 1px;
  right: 5px;
}
.request-updates-box-sec .file-drop-zone {
  min-height: 122px;
}
.request-updates-box-sec .file-drop-zone .file-preview-thumbnails {
  width: 100%;
}
.request-updates-box-sec .file-drop-zone .file-preview-thumbnails .file-preview-frame {
  width: 100%;
}
.request-updates-box-sec .file-drop-zone .kv-file-content {
  width: 100% !important;
  height: 110px !important;
}
.request-updates-box-sec .file-drop-zone .kv-file-content img {
  width: 100% !important;
  height: 100% !important;
}
.request-updates-box-sec .file-drop-zone-title {
  padding: 16px 10px;
  font-size: 8px;
}

#add-me .request-updates-box-sec {
  background: url("../../img/blur-area.jpg") no-repeat center center;
  background-size: 100%;
  margin-top: 15px;
}

.hw-areas h6 {
  color: #6d455a;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#ToggleYourSwatches .area-element {
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#ToggleYourSwatches .highlights-layer {
  position: absolute;
  z-index: 99;
  display: block;
  top: 0;
  left: 0;
}
#ToggleYourSwatches .highlights-layer img {
  filter: brightness(0) invert(1);
}

.house-name {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 500;
}

.before-after {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  font-weight: 100;
  padding: 0px 35px;
  color: #ffffff;
}

.brief-overview-two .request-updates-box-sec .file-drop-zone-title {
  font-size: 8px;
}
.brief-overview-two .file-preview-frame {
  min-height: auto !important;
}
.brief-overview-two #add-me .request-updates-box-sec {
  margin-top: 20px;
}

.arch-box-iteam {
  width: 100%;
}
.arch-box-iteam .form-check-label {
  cursor: pointer;
}
.arch-box-iteam img {
  display: block;
  border: 4px solid transparent;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.arch-box-iteam .form-check-input {
  position: absolute;
  opacity: 0;
}

.arch-box-iteam input[type=radio]:checked + label .checkmark {
  display: block;
}

.arch-box-iteam input[type=radio]:checked + label img {
  border-color: #293849;
}

#dcRenderModal .modal-custom-header img {
  width: 100px;
}
#dcRenderModal .dc-message-history {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dcRenderModal .dc-message-history li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#dcRenderModal .dc-message-history li p {
  margin: 0;
}
#dcRenderModal .dc-message-history li .date {
  font-size: 12px;
}

.file-zoom-detail {
  width: 100% !important;
}

.partner p {
  margin: 0;
  white-space: nowrap;
  margin-right: 45px;
}
.partner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 45px;
}

.designer-get-started-wrapper p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.designer-get-started-wrapper p a {
  font-weight: 600;
  color: #6d455a;
}
.designer-get-started-wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.designer-get-started-wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 8px;
}
.designer-get-started-wrapper ul li a {
  text-decoration: none;
  color: #0a0a0a;
}
.designer-get-started-wrapper .get-started-item {
  background: #ffffff;
  width: 175px;
  min-height: 175px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 15px;
}
.designer-get-started-wrapper .get-started-item h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.designer-get-started-wrapper .moretext {
  text-align: left;
  display: none;
}
.designer-get-started-wrapper .moretext .more-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 8px;
}
.designer-get-started-wrapper .moretext .more-item i {
  margin-right: 5px;
}
.designer-get-started-wrapper .moreless-button {
  color: #6d455a;
}
.designer-get-started-wrapper .current-stage-box {
  position: relative;
}
.designer-get-started-wrapper .current-stage-box input {
  position: absolute;
  visibility: hidden;
}
.designer-get-started-wrapper .current-stage-box label {
  cursor: pointer;
}

.current-stage-box label {
  cursor: pointer;
}

.myportfolio-link {
  padding-left: 10px;
  border-left: 1px solid #a0a0a0;
  padding-right: 10px;
  border-right: 1px solid #a0a0a0;
}

.order-history .order-history-box {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.order-history .order-history-box .order-box-iteam {
  background: #ffffff;
  padding: 10px;
  text-align: center;
}
.order-history .order-history-list {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.order-history .user-selected-title {
  font-size: 14px;
}

.offer-modal-sec .modal-content {
  background: rgb(62, 62, 62);
  background: linear-gradient(315deg, rgb(62, 62, 62) 0%, rgb(113, 113, 113) 100%);
  border-radius: 0;
  border: 4px solid #717171;
  padding-bottom: 30px;
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.2);
}
.offer-modal-sec .modal-content .btn-close-custom {
  color: #f1e1bd;
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 22px;
}
.offer-modal-sec .modal-content .off-head {
  width: 150px;
  background: url("../../img/gold-band.png") no-repeat top center;
  margin: 0 auto;
  padding: 30px;
  background-size: 140px;
  height: 158px;
}
.offer-modal-sec .modal-content .off-head .off-percent {
  font-weight: 800;
  font-size: 43px;
  line-height: 35px;
  color: #000;
}
.offer-modal-sec .modal-content .off-head .off-con {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 50px;
  line-height: 48px;
  color: #000;
}
.offer-modal-sec .modal-content h2 {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 800;
  line-height: 70px;
  padding: 0 30px;
  position: relative;
  top: -20px;
}
.offer-modal-sec .modal-content .sale {
  position: relative;
  top: -20px;
}
.offer-modal-sec .modal-content h6 {
  color: #c9c0a8;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  top: -5px;
}
.offer-modal-sec .modal-content h6 strong {
  color: #f3e6c3;
  position: relative;
  z-index: 9;
}
.offer-modal-sec .modal-content .getstarted-btn {
  background: rgb(199, 183, 150);
  background: linear-gradient(35deg, rgb(199, 183, 150) 0%, rgb(249, 233, 197) 100%);
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}
.offer-modal-sec .modal-content .ribbon {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 45%;
  z-index: 0;
}

.cyber-monday-modal .modal-content {
  background: rgb(0, 3, 84);
  background: linear-gradient(139deg, rgb(0, 3, 84) 0%, rgb(0, 33, 113) 47%, rgb(0, 43, 121) 100%);
  border-radius: 0;
  border: 4px solid #4c618a;
  height: 500px;
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.2);
}
.cyber-monday-modal .modal-content .modal-body {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cyber-monday-modal .modal-content .btn-close-custom {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 22px;
}
.cyber-monday-modal .modal-content h6 {
  background: url("../../img/ribbon-pink.png") no-repeat center center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
  padding: 5px 0;
  width: 287px;
  height: 44px;
}
.cyber-monday-modal .modal-content h6 strong {
  color: #fff;
}
.cyber-monday-modal .modal-content .getstarted-btn {
  background: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
}

.limit-switch {
  padding: 15px 0;
  border-top: 2px solid #455048;
  border-bottom: 2px solid #455048;
}
.limit-switch .form-switch .form-check-input {
  width: 3.5em;
  height: 2em;
}
.limit-switch .form-switch .form-check-input:checked {
  background-color: #6d455a;
  border-color: #6d455a;
}

.gift-modal .package-box-sec .package-items .package-items-card {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #6d455a;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  padding-top: 90px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-head {
  position: absolute;
  height: 120px;
  overflow: hidden;
  width: calc(100% - 8px);
  top: 4px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-head span {
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-head span img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-card-header {
  text-align: center;
  padding: 0;
  position: relative;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-card-header h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-card-header p {
  font-weight: 600;
  color: #293849;
  position: relative;
  padding-bottom: 0;
  font-size: 13px;
  margin-bottom: 0;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-card-header .description {
  min-height: 95px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-card-box {
  padding: 0 24px;
}
.gift-modal .package-box-sec .package-items .package-items-card .what-included {
  font-weight: 600;
  color: #293849;
  display: block;
  text-align: center;
  line-height: 45px;
}
.gift-modal .package-box-sec .package-items .package-items-card .what-included i {
  margin-left: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  pointer-events: none;
}
.gift-modal .package-box-sec .package-items .package-items-card .what-included.active .bi-chevron-up {
  transform: rotate(180deg);
}
.gift-modal .package-box-sec .package-items .package-items-card ul {
  margin: 0;
  padding: 0;
  min-height: 280px;
}
.gift-modal .package-box-sec .package-items .package-items-card ul li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  font-size: 12px;
}
.gift-modal .package-box-sec .package-items .package-items-card ul li i {
  color: #293849;
  margin-right: 5px;
  font-size: 7px;
  line-height: 0;
  margin-top: 5px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price {
  font-size: 20px;
  margin: 0 auto;
  font-weight: 500;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price label {
  display: block;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #6d455a;
  margin-bottom: 8px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price h6 {
  display: block;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #293849;
  margin: 0;
  min-height: 22px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price h5 {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #6d455a;
  min-height: 20px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price span {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  padding: 0 0;
  display: block;
  line-height: 27px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price span i {
  font-size: 13px;
  font-style: normal;
  position: absolute;
  top: 0px;
}
.gift-modal .package-box-sec .package-items .package-items-card .package-items-price .view {
  font-size: 18px;
  display: inline;
}
.gift-modal .package-box-sec .select-btn-outer {
  position: relative;
}
.gift-modal .package-box-sec .select-btn-outer .select-btn {
  position: relative;
}
.gift-modal .package-box-sec .select-btn-outer .select-btn .checkmark {
  width: 22px;
  height: 22px;
  left: 9px;
  right: auto;
  stroke-width: 4;
}
.gift-modal .package-box-sec .select-btn-outer .form-check-label {
  cursor: pointer;
}
.gift-modal .package-box-sec .select-btn-outer .form-check-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.gift-modal .package-box-sec .select-btn-outer input[type=radio]:checked + label .checkmark {
  display: block;
}
.gift-modal .package-box-sec .select-btn-outer .checkmark__circle {
  stroke-width: 4px;
}
.gift-modal .package-box-sec .form-control {
  border: 1px solid #455048;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.toggle-full-view.show-fullview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.toggle-full-view.show-fullview::before {
  position: fixed;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

.career-banner {
  max-width: 1920px;
  margin: 0 auto;
}
.career-banner img {
  width: 100%;
}

.toggle-frame-outer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.toggle-frame-outer .toggle-frame-inner {
  position: relative;
}
.toggle-frame-outer .toggle-frame-inner .toggle-frame {
  position: absolute;
  right: 10px;
  padding: 0;
  background: #ffffff;
  display: block;
  bottom: 68px;
  height: 400px;
  overflow: hidden;
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.toggle-frame-outer .toggle-frame-inner .email-toggle {
  position: absolute;
  right: 10px;
  width: 70px;
  height: 70px;
  bottom: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6d455a;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.toggle-frame-outer .toggle-frame-inner .send-form {
  position: absolute;
  right: 10px;
  padding: 0;
  background: #ffffff;
  display: block;
  bottom: 68px;
  height: auto;
  overflow: hidden;
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.toggle-frame-outer .toggle-frame-inner .send-form .send-form-header {
  padding: 10px 15px;
  background-color: #6d455a;
}
.toggle-frame-outer .toggle-frame-inner .send-form .send-form-header h6 {
  font-size: 14px;
  color: #ffffff;
}
.toggle-frame-outer .toggle-frame-inner .send-form .send-form-header .close-email {
  color: #ffffff;
  cursor: pointer;
}
.toggle-frame-outer .toggle-frame-inner .send-form .form-control {
  border: 1px solid rgba(69, 80, 72, 0.2);
  background: #fff;
}

.list-numbered {
  list-style: none;
  counter-reset: line;
  text-align: left;
  border: 2px solid;
}
.list-numbered li {
  position: relative;
  margin-bottom: 3px;
}
.list-numbered li:before {
  position: relative;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-color: #6d455a;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  counter-increment: line;
  content: counter(line);
}

.package-card-box {
  background: #ffffff;
  border: 1px solid #6d455a;
  padding: 20px;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.package-card-box.home-package-text p {
  min-height: 162px;
}
.package-card-box h5 {
  font-weight: 500;
  font-size: 19px;
}
.package-card-box p {
  padding: 20px 10px;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  min-height: 150px;
}

.package-card-box-flip {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 550px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}
.package-card-box-flip.home-package-card {
  min-height: 550px;
}
.package-card-box-flip.home-package-card .what-included-list {
  min-height: 550px;
  max-height: 550px;
  padding-bottom: 44px;
  position: relative;
}
.package-card-box-flip.home-package-card .what-included-list li:last-child a {
  position: absolute;
  bottom: 30px;
  width: 86%;
}
.package-card-box-flip .back-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  z-index: 9;
  padding: 10px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  margin: auto;
}
.package-card-box-flip.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
.package-card-box-flip.is-flipped .back-footer {
  visibility: visible;
  opacity: 1;
  transform: rotateY(180deg);
}
.package-card-box-flip.active-package .package-card-box {
  background: #f0ecee;
}
.package-card-box-flip.active-package .what-included-list {
  background: #f0ecee;
}
.package-card-box-flip .select-btn {
  position: relative;
}
.package-card-box-flip .select-btn .checkmark {
  display: inline-flex;
  width: 22px;
  height: 22px;
  position: inherit;
}
.package-card-box-flip .select-btn i {
  display: none;
}
.package-card-box-flip .select-btn.active i {
  display: inline-block;
}

.is-flipped .what-included-list {
  position: relative;
  z-index: 1;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}
.is-flipped .what-included-list li:last-child a {
  position: absolute;
  bottom: 30px;
  width: 86%;
}
.is-flipped .package-card-box {
  box-shadow: none;
}

.what-included-list {
  top: 0;
  text-align: left;
  list-style: none;
  background: #ffffff;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 550px;
  max-height: 550px;
  padding: 20px;
  overflow: auto;
  transform: rotateY(180deg);
  margin: 0;
  border: 1px solid #6d455a;
}
.what-included-list .close-toggle {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
}
.what-included-list li {
  display: flex;
  font-size: 12px;
  padding: 8px 0;
}
.what-included-list li p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  min-height: auto;
}
.what-included-list li i {
  font-size: 12px;
  margin-right: 8px;
}

.enhanced-box {
  display: flex;
  align-items: center;
}
.enhanced-box span {
  margin-right: 10px;
}

.enhanced-services-details {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}
.enhanced-services-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.enhanced-services-details ul .close-toggle {
  position: absolute;
  top: -30px;
  right: -25px;
  font-size: 20px;
}
.enhanced-services-details ul li {
  margin: 0;
  padding: 12px 0;
}
.enhanced-services-details ul li .enhanced-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.enhanced-services-details ul li .enhanced-title span {
  margin-right: 8px;
}
.enhanced-services-details ul li p {
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 16px;
}
.enhanced-services-details.package-enhanced-services ul li {
  display: flex;
}
.enhanced-services-details.package-enhanced-services ul li span {
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}
.enhanced-services-details.package-enhanced-services ul li p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}
.enhanced-services-details.package-enhanced-services a.close-toggle-top {
  position: absolute;
  right: 17px;
  font-size: 26px;
}

.package-card-box2 {
  background: #ffffff;
  border: 1px solid #6d455a;
  padding: 20px;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.5);
}

.packagebox-bg {
  background: url("../../img/what-included-bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.architecture-process {
  background: url("../../img/dzinly_architect_background.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.architecture-process .architecture-process-box {
  background: rgba(255, 255, 255, 0.8);
}
.architecture-process .architecture-process-box .architecture-process-text p {
  font-weight: 500;
}
.architecture-process .architecture-process-box .architecture-process-text .architecture-text-box {
  background: #ffffff;
  padding: 20px;
}
.architecture-process .architecture-process-box .architecture-process-text .architecture-text-box .line {
  width: 80px;
  height: 4px;
  background: #6d455a;
  border-radius: 5px;
  display: inline-block;
}
.architecture-process .architecture-process-box .overlay-text {
  position: absolute;
  z-index: 1;
  left: 37px;
  bottom: 5px;
}
.architecture-process .architecture-process-box .overlay-text2 {
  position: absolute;
  z-index: 1;
  left: 8px;
  bottom: 0px;
}

.arc-arrow {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 34px;
  pointer-events: none;
}

.small-arc-arrow1 {
  position: absolute;
  top: 73px;
  right: -25px;
}

.small-arc-arrow2 {
  position: absolute;
  top: 94px;
  right: -48px;
}

.img-shadow {
  box-shadow: -5px 4px 5px rgba(0, 0, 0, 0.05);
}

.material-spec-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
.material-spec-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.material-spec-box li {
  font-size: 10px;
  line-height: 13px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.archadd.active .material-spec-box {
  visibility: visible;
}

.archadd.active .architecture-spec-box {
  visibility: hidden;
}

.arch-spec-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}

.archadd2.active .arch-spec-box {
  visibility: visible;
}

.archadd2.active .architecture-spec-box {
  visibility: hidden;
}

.material-spec-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 16px 32px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.material-spec-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.material-spec-text li {
  font-size: 10px;
  line-height: 13px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

img.small-arc-arrow-new {
  width: auto;
  transform: rotate(90deg);
}

.view-palettes-top-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-palettes-top-list li {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
.view-palettes-top-list li span {
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: #293849;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 4px;
}

.area-info-box .palette-pic {
  height: 152px;
  padding: 5px;
  display: flex;
}
.area-info-box .palette-pic img {
  min-width: 50%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.debug {
  border: 2px dashed red;
}

.progress-strip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.progress-strip ul li {
  width: 100%;
  max-width: 190px;
  text-align: center;
  position: relative;
}
.progress-strip ul li strong {
  color: #6d455a;
  width: 100%;
  display: block;
  font-size: 1rem;
}
.progress-strip ul li span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #6d455a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #6d455a;
  position: relative;
  z-index: 9;
  background: #ffffff;
  outline: 6px solid #fff;
}
.progress-strip ul li.active span {
  background: #6d455a;
  color: #ffffff;
}
.progress-strip ul li.active::after {
  background: #6d455a;
}
.progress-strip ul li::after {
  position: absolute;
  bottom: 12px;
  width: 100%;
  content: "";
  height: 2px;
  background: rgba(109, 69, 90, 0.3);
  left: 50%;
}
.progress-strip ul li:last-child::after {
  display: none;
}

.specification-outer {
  position: relative;
}
.specification-outer.estimate-box {
  position: relative;
}
.specification-outer.estimate-box .material-specification {
  position: absolute;
  z-index: 99;
  bottom: 0;
}
.specification-outer.estimate-box .material-specification.expend {
  max-height: 405px;
  overflow-y: auto;
}
.specification-outer .specification-main {
  border: 2px solid #6d455a;
  position: relative;
  overflow: hidden;
  min-height: 468px;
  max-height: 468px;
  display: flex;
  align-items: center;
  background: #e8e8e8;
}
.specification-outer .specification-main.expend {
  display: none;
}
.specification-outer .specification-main .material-specifications .spec-model {
  height: 468px;
}
.specification-outer .specification-main .material-specifications .spec-model img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.specification-outer .specification-main .custom-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.specification-outer .specification-main .custom-toggle .btntoggle {
  background: rgba(0, 0, 0, 0.5);
  width: 24px;
  height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.specification-outer .specification-main .specificationSwiper .centermode {
  justify-content: inherit;
}
.specification-outer .specification-main .specificationSwiper .swiper-slide img {
  width: 100%;
}
.specification-outer .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #6d455a;
}
.specification-outer .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='ff0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.material-specification {
  width: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.material-specification .scroll-small {
  max-height: 133px;
}
.material-specification.expend {
  top: 0;
}
.material-specification.expend .scroll-small {
  max-height: calc(100% - 55px);
}
.material-specification.expend .toggle-specification i {
  transform: rotate(-180deg);
}
.material-specification .toggle-specification {
  background: #6d455a;
  padding: 10px 40px 10px 40px;
  border: none;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.material-specification .toggle-specification i {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-specification .material-specification-box {
  display: flex;
  align-items: center;
}
.material-specification .material-specification-box .material-spec-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  padding: 2px;
  border: 2px solid #6d455a;
  position: relative;
  margin-right: 12px;
}
.material-specification .material-specification-box .material-spec-img .color-circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.material-specification .material-specification-box .material-spec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.material-specification .material-specification-box .material-spec-con p {
  font-size: 13px;
  margin: 0;
  line-height: 16px;
}
.material-specification .material-specification-box .material-spec-con span {
  display: block;
  color: #6d455a;
}
.material-specification .material-specification-box .material-spec-con .badge {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 8px;
  font-weight: normal;
  margin-bottom: 3px;
}
.material-specification .material-specification-box .material-spec-con h6 {
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
}
.material-specification .material-specification-box .material-spec-con h6 span {
  color: #6d455a;
}

.manufacture-offer {
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.manufacture-offer .manufacture-offer-header {
  background: #6d455a;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.manufacture-offer .manufacture-offer-body {
  position: relative;
}
.manufacture-offer .manufacture-offer-body .redeem-qr {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background: transparent;
  padding: 20px;
  z-index: 999999;
}
.manufacture-offer .manufacture-offer-body .redeem-qr .redeem-qr-inner {
  background: #ffffff;
  border: 2px solid #6d455a;
  flex-direction: column;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  text-align: center;
  position: relative;
}
.manufacture-offer .manufacture-offer-body .redeem-qr .redeem-qr-inner .redeem-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
}
.manufacture-offer .manufacture-offer-body .redeem-qr .redeem-qr-inner .qr-code {
  width: 120px;
  height: 120px;
}
.manufacture-offer .manufacture-offer-body .tab-pane {
  max-height: 220px;
}
.manufacture-offer .manufacture-offer-body .manufacture-tab .nav-item {
  position: relative;
}
.manufacture-offer .manufacture-offer-body .manufacture-tab .nav-item .nav-link {
  padding: 0 10px;
  color: #293849;
  border: none;
  background: transparent;
  position: relative;
}
.manufacture-offer .manufacture-offer-body .manufacture-tab .nav-item .nav-link.active {
  color: #6d455a;
}
.manufacture-offer .manufacture-offer-body .manufacture-tab .nav-item::after {
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 3px;
  content: "";
  background: #6d455a;
}
.manufacture-offer .manufacture-offer-body .manufacture-tab .nav-item:last-child::after {
  display: none;
}
.manufacture-offer .manufacture-offer-body .manufacture-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.manufacture-offer .manufacture-offer-body .manufacture-item .manufacture-item-img {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
.manufacture-offer .manufacture-offer-body .manufacture-item .manufacture-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manufacture-offer .manufacture-offer-body .manufacture-item .manufacture-item-img .manufacture-logo {
  -o-object-fit: contain;
     object-fit: contain;
}
.manufacture-offer .manufacture-offer-body .manufacture-item .manufacture-item-action {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.manufacture-offer .manufacture-offer-body .manufacture-item .manufacture-item-action a {
  background: #293849;
  text-align: center;
  color: #ffffff;
  padding: 2px 5px;
}
.manufacture-offer .manufacture-offer-body .supplier-list {
  display: flex;
  align-items: start;
  gap: 15px;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-con {
  width: 100%;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-con h4 {
  font-size: 14px;
  border-bottom: 1px solid #6d455a;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 400;
  color: #293849;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-con .share-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-img {
  width: 180px;
  min-width: 180px;
  height: 110px;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #6d455a;
}
.manufacture-offer .manufacture-offer-body .supplier-list .supplier-list-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #6d455a;
}

.find-contractor {
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #ffffff;
}

.material-list-title {
  text-align: center;
}
.material-list-title span {
  font-size: 16px;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  font-weight: 500;
}

.material-list-items .material-list-box h5 {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
.material-list-items .material-list-box .material-list-box-inn {
  border: 1px solid #6d455a;
}
.material-list-items .material-list-box .material-list-box-inn .manufacture-list-img {
  position: relative;
  border-bottom: 1px solid #6d455a;
}
.material-list-items .material-list-box .material-list-box-inn .manufacture-list-img .color-circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.material-list-items .material-list-box .material-list-box-inn .manufacture-list-con {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.housemap-sec h6 {
  font-size: 13px;
  text-transform: uppercase;
}
.housemap-sec p {
  font-size: 12px;
}
.housemap-sec h5 {
  font-size: 17px;
  font-weight: 500;
}
.housemap-sec h4 {
  font-size: 18px;
}

.side-strip {
  border: 1px solid #000;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
}
.side-strip .side-strip-logo {
  text-align: center;
  padding: 10px;
}
.side-strip .side-strip-bottom ul {
  margin: 0;
  padding: 0;
}
.side-strip .side-strip-bottom ul li {
  padding: 10px;
  border-top: 1px solid #6d455a;
  list-style: none;
}
.side-strip .side-strip-bottom ul li .side-strip-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  margin: 0;
  padding: 0;
}
.side-strip .side-strip-bottom ul li .side-strip-text p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
.side-strip .side-strip-bottom ul li .side-strip-text h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.side-strip .side-strip-bottom .strip-black {
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
  background: #000;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.qualified-contractors .qualified-contractors-header {
  background: #6d455a;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar {
  max-height: 511px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 4px;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .estimated-costs {
  border: 2px solid #6d455a;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .estimated-costs table {
  width: 200px;
  margin: 0 auto;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .estimated-costs table td {
  padding: 0 10px;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-headding {
  color: #ffffff;
  background: rgb(41, 56, 73);
  background: linear-gradient(90deg, rgb(41, 56, 73) 0%, rgba(41, 56, 73, 0.5) 50%, rgb(41, 56, 73) 100%);
  padding: 3px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-item {
  display: flex;
  margin-top: 15px;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-list-box .disabled {
  opacity: 0.5;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-list-box h5 {
  font-size: 16px;
  border-bottom: 1px solid #6d455a;
  padding-bottom: 5px;
  color: #6d455a;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-list-box .business-card-con h5 {
  color: #9E9267;
  border: none;
  margin-bottom: 2px;
  padding-bottom: 0;
}
.qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar .construction .construction-list-box.disabled {
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
}

.nav-pills.contractors-tabs .nav-link {
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
}
.nav-pills.contractors-tabs .nav-link.active {
  background-color: #6d455a;
}
.nav-pills.contractors-tabs .fade:not(.show) {
  display: none;
}

.finance-box {
  border: 2px solid #6d455a;
}
.finance-box img {
  height: 80px;
  max-width: 200px;
}
.finance-box p {
  margin: 7px 0;
  font-weight: 400;
}
.finance-box .divider {
  height: 2px;
  background: #6d455a;
}

.your-design-view .my-designer-list {
  position: relative;
}
.your-design-view .my-designer-list .mydesigner-select {
  background: #6d455a;
  border-radius: 4px;
  padding: 10px;
}
.your-design-view .my-designer-list .mydesigner-select .view-all-designer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.your-design-view .my-designer-list .mydesigner-select .view-all-designer li {
  list-style: none;
  min-height: 30px;
  height: 30px;
  margin-inline-end: -10px;
}
.your-design-view .my-designer-list .mydesigner-select .view-all-designer li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.your-design-view .my-designer-list .mydesigner-select .view-all-designer li span.more {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #ffffff;
  font-size: 20px;
}
.your-design-view .my-designer-list .mydesigner-select .mydesigner-select-row .designer-pic {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.your-design-view .my-designer-list .mydesigner-select .mydesigner-select-row .designer-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: block;
}
.your-design-view .my-designer-list .mydesigner-select .mydesigner-select-row .mydesigner-text {
  padding-left: 10px;
}
.your-design-view .my-designer-list .mydesigner-select .mydesigner-select-row .mydesigner-text h6 {
  color: #ffffff;
  margin: 0;
}
.your-design-view .my-designer-list .mydesigner-select .view-designer {
  color: #ffffff;
  width: 32px;
  min-width: 32px;
  text-align: center;
}
.your-design-view .my-designer-list .mydesigner-select .togglebtn {
  background: none;
  border: none;
  color: #ffffff;
}
.your-design-view .my-designer-list .mydesigner-list-dropdown {
  margin: 0;
  padding: 5px 15px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.your-design-view .my-designer-list .mydesigner-list-dropdown li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.your-design-view .my-designer-list .mydesigner-list-dropdown li .my-designer-list-designer {
  margin: 0;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #6d455a;
}
.your-design-view .my-designer-list .mydesigner-list-dropdown li .my-designer-list-designer .designer {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 8px;
}
.your-design-view .my-designer-list .mydesigner-list-dropdown li .my-designer-list-designer .designer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.your-design-view .my-designer-list .mydesigner-list-dropdown li .view-designer {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #293849;
  color: #ffffff;
  border-radius: 4px;
}
.your-design-view .mymaterials {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.your-design-view .mymaterials .mymaterials-toggle {
  max-height: 238px;
}
.your-design-view .mymaterials .mymaterials-toggle.realtor-mymaterials-toggle {
  max-height: 429px;
  min-height: 429px;
}
.your-design-view .mymaterials .mymaterials-toggle.active {
  max-height: 350px;
}
.your-design-view .mymaterials .mymaterials-header {
  padding: 10px 15px;
}
.your-design-view .mymaterials .mymaterials-header .form-select {
  border: none;
  background-color: #ffffff;
  padding: 0 28px 0 8px;
  box-shadow: none;
  font-size: 14px;
  width: auto;
}
.your-design-view .mymaterials .mymaterials-header h6 {
  font-size: 14px;
}
.your-design-view .mymaterials .mymaterials-header .see-original {
  font-weight: 500;
  color: #6d455a;
  font-size: 13px;
  white-space: nowrap;
  padding: 4px 5px;
  border: 1px solid #6d455a;
  border-radius: 3px;
}
.your-design-view .mymaterials .mymaterials-header .see-original:hover {
  background-color: #6d455a;
  color: #ffffff;
}
.your-design-view .mymaterials .my-area-box-row {
  position: relative;
}
.your-design-view .mymaterials .my-area-box-row::after {
  width: 90%;
  height: 2px;
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6d455a;
}
.your-design-view .mymaterials .my-area-box-row:last-child::after {
  display: none;
}
.your-design-view .mymaterials .my-area-box-row-header {
  margin-bottom: 0px;
  display: flex;
  padding: 5px 15px;
  background: #efece3;
}
.your-design-view .mymaterials .my-area-box-row-header .designer-title {
  font-size: 13px;
  margin: 0;
}
.your-design-view .mymaterials .my-area-box-row-header .designer-title span {
  font-weight: 300;
  padding-left: 8px;
}
.your-design-view .mymaterials .my-area-box-row-header .btn-link {
  padding: 0;
}
.your-design-view .mymaterials .my-area-box {
  padding: 15px;
}
.your-design-view .mymaterials .my-area-box .buynow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1/1;
  min-width: 44px;
  padding: 0 15px;
  text-align: center;
  max-height: 44px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.your-design-view .my-combination .my-combination-items h6 {
  background: #6d455a;
  padding: 10px;
  border-top-left-radius: 4px;
}
.your-design-view .my-combination .my-combination-items ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  max-height: 85px;
  height: 85px;
}
.your-design-view .my-combination .my-combination-items ul li {
  margin: 0;
  padding: 0;
}
.your-design-view .my-combination .my-combination-items ul li a {
  margin: 0;
  padding: 2px 0;
  position: relative;
  color: rgba(109, 69, 90, 0.8);
  display: block;
}
.your-design-view .my-combination .my-combination-items ul li a.active {
  color: #6d455a;
  font-weight: 500;
}
.your-design-view .my-combination .selected-combination {
  padding: 10px;
}
.your-design-view .my-combination .selected-combination .selected-combination-header {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.your-design-view .my-combination .my-combination-select select {
  height: 33px;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.05);
  padding-right: 30px;
  text-overflow: ellipsis;
}
.your-design-view .my-combination .my-combination-select .del-combination {
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.your-design-view .my-combination .my-combination-select .del-combination .spinner-border {
  border-width: 2px;
  width: 22px;
  height: 22px;
}
.your-design-view .my-combination .design-view-action {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.your-design-view .my-combination .design-view-action li {
  position: relative;
  display: flex;
}
.your-design-view .my-combination .design-view-action li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.your-design-view .my-combination .design-view-action li a i {
  position: relative;
}
.your-design-view .my-combination .design-view-action li::after {
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  right: -8px;
  top: 3px;
}
.your-design-view .my-combination .design-view-action li .add-cart {
  min-width: 14px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 9px;
  left: -43px;
  top: -6px;
}
.your-design-view .my-combination .design-view-action li:last-child::after {
  display: none;
}

.purchase-more {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 12px 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
}

.view-mode {
  padding: 0;
  display: flex;
  align-items: center;
}
.view-mode a {
  color: #293849;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 500;
}
.view-mode a.disable {
  pointer-events: none;
  opacity: 0.4;
}
.view-mode a.active {
  color: #ffffff;
  background: #6d455a;
}

.architectureal-changes-box {
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #ffffff;
}
.architectureal-changes-box .architectureal-area-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.architectureal-changes-box .architectureal-area-box:last-child {
  border: none;
}
.architectureal-changes-box .architectureal-area-box h6 {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #6d455a;
}
.architectureal-changes-box .architectureal-area-box h6 i {
  position: absolute;
  top: 5px;
  right: 5px;
}
.architectureal-changes-box .architectureal-area-box.area-h {
  height: 103px;
}
.architectureal-changes-box .architectureal-area-box a span {
  max-width: 100px;
}
.architectureal-changes-box .architectureal-area-box.active {
  background: #6d455a;
}
.architectureal-changes-box .architectureal-area-box.active a {
  color: #ffffff;
}
.architectureal-changes-box .architectureal-area-box.active a span {
  color: #ffffff;
}
.architectureal-changes-box .architectureal-area-box.active i {
  color: #ffffff;
}

/***********************  Reapeat Css ********************/
.designer_swatches_slider {
  width: calc(100% - 0px) !important;
}

.designer-swatches-wrapper {
  padding: 0 20px;
  overflow: auto;
  width: 100%;
}
.designer-swatches-wrapper .designer-swatches-outer {
  position: relative;
  margin-top: 12px;
}
.designer-swatches-wrapper .designer-swatches-outer h6 {
  font-size: 13px;
  margin-left: 0;
  font-weight: 400;
  padding: 0;
}
.designer-swatches-wrapper .designer-swatches-outer .optional-swatch-btn {
  font-size: 11px;
  position: absolute;
  top: 3px;
  width: auto;
  background: #6d455a;
  right: 3px;
  padding: 1px 5px;
  color: #ffffff;
}

.combination-box {
  position: relative;
  border: 2px solid #6d455a;
  border-radius: 15px;
  overflow: hidden;
}
.combination-box p {
  margin: 0;
  background: #6d455a;
  color: #ffffff;
  padding: 8px 8px 10px;
}
.combination-box .combination-img {
  padding: 5px;
}
.combination-box .combination-img img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.combination-box .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.combination-box .form-check-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.combination-box input[type=radio]:checked + label .checkmark {
  display: block;
}
.combination-box input[type=radio]:checked + label .current-stage-img {
  border-color: #293849;
}
.combination-box .checkmark {
  z-index: 99;
}
.combination-box .already-requested-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99;
  justify-content: center;
}
.combination-box .already-requested-caption h6 {
  background: #6d455a;
  color: #ffffff;
  padding: 4px 8px;
  display: none;
}
.combination-box .already-requested-caption h6.inprogress {
  display: block;
}
.combination-box .estimated-row {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: calc(100% - 16px);
  left: 8px;
}
.combination-box .estimated-row a {
  color: #ffffff;
  margin: 0 10px;
  position: relative;
}
.combination-box .dropdown-more {
  position: absolute;
  z-index: 999;
  top: 3px;
  right: 10px;
}
.combination-box .dropdown-more .btn-more {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.combination-box:hover .already-requested-caption h6 {
  display: block;
}

.design-cordinator-con h5 {
  font-family: "Square Peg", cursive;
  /*font-family: 'Euphoria Script', cursive;*/
  font-size: 60px;
  line-height: 55px;
  color: #6d455a;
}

.divider-v {
  width: 2px;
  height: calc(100% - 100px);
  background: #6d455a;
}

.design-cordinator-img img {
  border-radius: 20px;
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.1);
}

.profile-backdrop-banner {
  max-height: 12.5%;
  height: 100%;
  min-height: 14vh;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.profile-backdrop-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.profile-backdrop-banner .edit-backdrop {
  position: absolute;
  top: 20px;
  font-size: 25px;
  right: 20px;
  color: #ffffff;
  z-index: 1;
  cursor: pointer;
}

.profile-setup-box {
  position: relative;
}
.profile-setup-box .profile-setup {
  background: #ffffff;
}
.profile-setup-box .profile-setup .profile-pic {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #6d455a;
  border-radius: 50%;
  outline: 2px solid #ffffff;
  background-color: #f9f9f9;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d455a;
}
.profile-setup-box .profile-setup .profile-pic img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background-color: #6d455a;
}
.profile-setup-box .profile-setup .profile-pic .edit-profile-pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
.profile-setup-box .profile-setup .profile-pic .edit-profile-pic .edit-profile-pic-inner {
  position: relative;
  width: 44px;
  height: 44px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  color: #6d455a;
}
.profile-setup-box .profile-setup .profile-pic .edit-profile-pic .edit-profile-pic-inner input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.profile-setup-box .profile-setup .social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile-setup-box .profile-setup .social-share a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #6d455a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.profile-setup-box .profile-setup .social-share a svg {
  fill: #ffffff;
}
.profile-setup-box .profile-setup .portfolio-gallary .portfolio-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup-banner-main {
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.signup-banner-main .banner-caption-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  margin: auto;
  right: 0;
}
.signup-banner-main .signup-content-bg {
  background: rgba(50, 32, 42, 0.8);
}
.signup-banner-main .signup-content-bg .banner-caption-title h2 {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 400;
}

.backdrop-image-box {
  position: relative;
}
.backdrop-image-box input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.backdrop-image-box .backdrop-img {
  position: relative;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}
.backdrop-image-box .backdrop-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.backdrop-image-box input[type=radio]:checked + label .checkmark {
  display: block;
}
.backdrop-image-box input[type=radio]:checked + label .backdrop-img {
  border-color: #293849;
}

.company-logo-box {
  max-width: 160px;
  margin: 0 auto;
}
.company-logo-box .file-drop-zone-title {
  padding: 16px 10px;
  font-size: 11px;
}
.company-logo-box .file-drop-zone {
  min-height: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-logo-box .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: 100%;
}
.company-logo-box .krajee-default.file-preview-frame .kv-file-content img {
  aspect-ratio: 1/1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.social-share-link .form-label {
  font-weight: 500;
  margin-bottom: 2px;
}
.social-share-link .form-control {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  font-size: 13px;
}

.portfolio-gallary-box {
  max-width: 160px;
  margin: 0 auto;
}
.portfolio-gallary-box .file-drop-zone-title {
  padding: 16px 10px;
  font-size: 11px;
}
.portfolio-gallary-box .file-drop-zone {
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.portfolio-gallary-box .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: 100%;
}
.portfolio-gallary-box .krajee-default.file-preview-frame .kv-file-content img {
  aspect-ratio: 1/1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.portfolio-gallary-box .file-preview {
  margin-bottom: 0;
}

.aboutus-textarea textarea {
  border-color: #6d455a;
  box-shadow: none;
  background-color: #ffffff;
}

#companyLogo .modal-dialog {
  margin-right: auto;
  margin-left: calc(50% + 80px);
  margin-top: 8%;
}

#profileBackdrop .modal-dialog {
  margin-left: 30px;
  margin-right: calc(50% + 100px);
  margin-top: 8%;
}

#socialShare .modal-dialog {
  margin-right: auto;
  margin-left: calc(50% + 90px);
  margin-top: 1%;
}

#primaryJobModal .modal-dialog {
  margin-right: auto;
  margin-left: calc(50% + 90px);
  margin-top: 5%;
}

#aboutusModal .modal-dialog {
  margin-right: auto;
  margin-left: calc(50% + 80px);
  margin-top: 11%;
}

.companylogo-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
}

.backdrop-banner-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
  z-index: 9;
}

.social-share-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
  position: relative;
}

.primary-job-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
  position: relative;
}

.about-description-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
  position: relative;
}

.portfolio-gallary-highlight {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px;
  position: relative;
}

.refer-client-header .logo {
  background: #6d455a;
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.refer-client-header .title {
  background: #6d455a;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.refer-client-header .title span {
  position: relative;
  z-index: 1;
}

.refer-client-body .divider-v {
  height: 100%;
  position: relative;
}
.refer-client-body .divider-v span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 30px;
  text-align: center;
  background: #ffffff;
  left: -11px;
  font-size: 18px;
}
.refer-client-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.refer-client-body ul li {
  display: flex;
  align-items: start;
  margin: 10px 0;
}
.refer-client-body ul li span {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #6d455a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.refer-client-body .how-it-work {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 50px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

#qrcode {
  width: 100%;
  height: auto;
}
#qrcode canvas {
  width: 100% !important;
  height: auto;
}

#qrcodetext {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.st-cropper-select-btn {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #f9f9f9;
  border: 1px dashed #959595;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.st-cropper-select-btn i {
  font-size: 40px;
  line-height: 40px;
}

.share-profile-right {
  display: flex;
  justify-content: end;
}

.profile-share-box .social-share-box {
  right: 0;
  bottom: -58px;
  max-width: 150px;
  left: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.qrcode-profile {
  position: absolute;
  width: 100px !important;
  right: 15px;
  top: 0;
}
.qrcode-profile canvas {
  width: 100px;
}

.builder-modal-content {
  background: url("../../img/contractor-banner-bg.jpg") top center no-repeat;
  background-size: 100%;
  background-color: #fff;
  padding-top: 3%;
}

.architect-modal-content {
  background: url("../../img/designer-banner-bg.jpg") top center no-repeat;
  background-size: 100%;
  background-color: #fff;
  padding-top: 2%;
}

.edit-display-name input {
  width: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

#deleteButton {
  position: absolute;
  color: #fff;
  right: -4px;
  top: 20px;
  font-size: 22px;
}

.deleteButton {
  position: absolute;
  color: #fff;
  right: -8px;
  top: 0px;
  font-size: 22px;
}

.architectureal-area-box .infoicon {
  position: absolute;
  top: 3px;
  right: 6px;
  color: #6d455a;
  cursor: pointer;
}

.add-new-area .add-new-area-title {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #6d455a;
  font-weight: 500;
}

.refer-earn .form-select.form-select-sm {
  min-width: 66px;
}

.refer-earn .form-control:focus {
  outline: none;
  box-shadow: none;
}

.refer-earn .form-select:focus {
  outline: 0;
  box-shadow: none;
}

.no-referral-box {
  position: relative;
}
.no-referral-box .no-referral-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-referral-box .no-referral-caption .no-referral-con {
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.4);
  border: 1px solid #6d455a;
  background: #ffffff;
  padding: 12px 28px;
  font-size: 16px;
}

.primary-jobs ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px 16px;
  flex-wrap: wrap;
}
.primary-jobs ul li {
  position: relative;
  white-space: nowrap;
}
.primary-jobs ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.1);
  top: 6px;
  right: -8px;
}

.form-check .form-radio-input {
  float: left;
  margin-left: -1.5em;
}

.business-card {
  display: flex;
  align-items: start;
  gap: 15px;
  background: url("../../img/referbg.jpg") top center;
  background-repeat: repeat-y;
  padding: 20px;
  border-radius: 12px;
}
.business-card .business-card-left {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-card .business-card-left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-card .business-card-con h3 {
  font-size: 16px;
  text-align: left;
  color: #9E9267;
  margin-bottom: 2px;
  word-wrap: anywhere;
}
.business-card .business-card-con h5 {
  font-size: 14px;
  text-align: left;
  color: #9E9267;
  margin-bottom: 2px;
}
.business-card .business-card-con p {
  margin: 0;
  font-size: 13px;
  text-align: left;
  color: #fff;
}

.referrer-refund {
  background: #fff3cd;
  color: #000;
  border: 1px solid #6d455a;
  padding: 20px;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 16px;
}

.invoice-table td {
  height: 30px;
}

.message-link ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
}
.message-link ul li {
  position: relative;
}
.message-link ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #6d455a;
}
.message-link ul li::after {
  position: absolute;
  top: 4px;
  right: -10px;
  content: "";
  width: 2px;
  height: 15px;
  background: #6d455a;
}
.message-link ul li:last-child::after {
  display: none;
}

.applied-swatches ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.applied-swatches ul li {
  position: relative;
}
.applied-swatches ul li .palette-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.applied-swatches ul li span {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.applied-swatches ul li .spec-layer {
  cursor: pointer;
}
.applied-swatches ul li .palette-specs {
  position: absolute;
  bottom: 4px;
  left: 4px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #6d455a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}
.applied-swatches ul li .brand-icon {
  position: absolute;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: #fff;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.applied-swatches ul li:hover .brand-icon {
  opacity: 1;
}
.applied-swatches .centermode {
  justify-content: inherit;
}

.note-box {
  border-radius: 10px;
  min-height: 200px;
  position: relative;
}
.note-box .note-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 15px;
  color: #6d455a;
}
.note-box p {
  margin: 0;
  font-weight: 400;
}

small.feature-note {
  font-size: 10px;
  text-align: center;
  display: block;
}

.note-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.note-form .note-form-inner {
  background: #ffffff;
  position: relative;
  z-index: 99;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
.note-form .note-form-inner .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.note-form .note-form-inner .form-control:focus {
  border-color: #6d455a;
}
.note-form::after {
  position: fixed;
  background: #000;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.3;
}

.message-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.message-form .message-form-inner {
  background: #ffffff;
  position: relative;
  z-index: 99;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
.message-form .message-form-inner .form-control {
  background: #ffffff;
  box-shadow: none;
}
.message-form::after {
  position: fixed;
  background: #000;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.3;
}

.combination-view-headding {
  color: #ffffff;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(41, 56, 73) 50%, rgb(255, 255, 255) 100%);
  padding: 3px 10px;
}

.selectedSwiper {
  position: relative;
}
.selectedSwiper .globle-swiper-button-next {
  right: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.selectedSwiper .globle-swiper-button-prev {
  left: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.myareaSwiper {
  position: relative;
}
.myareaSwiper .globle-swiper-button-next {
  top: -12px;
  right: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.myareaSwiper .globle-swiper-button-prev {
  top: -12px;
  left: 5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.style-quiz {
  height: calc(100vh - 85px);
  position: relative;
  background-color: #000;
}
.style-quiz img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style-quiz .caption-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.style-quiz .caption-sec h2 {
  color: #ffffff;
}
.style-quiz .caption-sec h3 {
  color: #ffffff;
  font-family: "Square Peg", cursive;
  font-size: 60px;
  font-weight: 100;
  line-height: 43px;
  margin-bottom: 32px;
}

.design-style-banner {
  position: relative;
}
.design-style-banner img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.design-style-banner span {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9668242297) 20%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
}

.design-style-body h2 {
  color: #6d455a;
  font-family: "Square Peg", cursive;
  font-size: 60px;
  font-weight: 100;
  line-height: 43px;
  margin-bottom: 32px;
}
.design-style-body .social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.design-style-body .social-share a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #6d455a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
}
.design-style-body .social-share a svg {
  fill: #ffffff;
}

.resources-nav {
  justify-content: center;
}
.resources-nav .nav-link {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}
.resources-nav .nav-link::after {
  position: absolute;
  height: 12px;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  right: 0;
  top: 6px;
}
.resources-nav .nav-link.active {
  color: #6d455a;
  opacity: 1;
  font-weight: 500;
}
.resources-nav .nav-link:last-child::after {
  display: none;
}

.progress-strip-viewnn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.progress-strip-viewnn ul li {
  width: 25%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.progress-strip-viewnn ul li a {
  color: #ffffff;
  width: 100%;
  display: block;
  font-size: 1rem;
}
.progress-strip-viewnn ul li span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #6d455a;
  position: relative;
  z-index: 9;
  background: #ffffff;
}
.progress-strip-viewnn ul li.active span {
  background: #293849;
  color: #ffffff;
}
.progress-strip-viewnn ul li.active::after {
  background: #293849;
}
.progress-strip-viewnn ul li::after {
  position: absolute;
  bottom: 15px;
  width: 100%;
  content: "";
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
}
.progress-strip-viewnn ul li:last-child::after {
  display: none;
}

.notification-right .offcanvas-header {
  background: #6d455a;
}
.notification-right .offcanvas-header .close-noti-btn {
  border: none;
  background: transparent;
}
.notification-right .read-notification {
  background: #efece3;
}

.speed-cost {
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.speed-cost tbody tr td {
  text-align: center;
}
.speed-cost tbody tr td:first-child {
  text-align: right;
  background-color: rgba(109, 69, 90, 0.1);
}
.speed-cost tbody tr td:nth-child(odd) {
  background-color: rgba(109, 69, 90, 0.1);
}

.skew-stripe-right {
  background: linear-gradient(65deg, #6d455a 86%, #ffffff 5%);
  padding: 10px 16%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.skew-stripe-left {
  background: linear-gradient(65deg, #ffffff 15%, #6d455a 5%);
  padding: 10px 16%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.annual-membership-box {
  background: rgba(109, 69, 90, 0.1);
  padding: 20px;
  border: 2px solid #6d455a;
  box-shadow: -8px 8px 8px rgba(109, 69, 90, 0.2);
}
.annual-membership-box p {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.purchase-designer-box {
  margin: 0;
  padding: 15px 0px 0;
  list-style: none;
  z-index: 9999;
  background: #ffffff;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 60px;
}

.custom-tooltip-wd .tooltip-inner {
  max-width: 300px !important;
  min-width: 300px !important;
}

.cad-expect .cad-img {
  min-width: 42px;
  margin-right: 15px;
  background: transparent;
  border-radius: 0;
}
.cad-expect .cad-img img {
  width: 100%;
}
.cad-expect p strong {
  color: #6d455a;
  border-bottom: 1px solid #6d455a;
}

.option-quote {
  border: 2px solid #455048;
}

.cadexpect-outer {
  position: relative;
}
.cadexpect-outer .swiper-slide img {
  border: 2px solid #455048;
}

.rendring-view-doc {
  overflow: hidden;
  height: 468px;
}
.rendring-view-doc img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rendring-title {
  min-height: 117px;
}

figure.containerZoom img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 397px !important;
  background: #ffffff;
}

figure.containerZoom {
  height: 100%;
}

.white-after::after {
  background-color: #ffffff;
}

.before-after-gallery .caption-slide {
  min-height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-gallery .swiper-pagination {
  bottom: 110px !important;
}

span.number-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 500;
}

.ai-sec {
  background-color: #f7f8f3;
}
.ai-sec img {
  width: 75%;
}
.ai-sec p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.builder-service-box {
  position: relative;
}
.builder-service-box img {
  border: 1px solid #455048;
}
.builder-service-box i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ffffff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #293849;
}

.before-after-thumbs .swiper-slide {
  height: auto;
}
.before-after-thumbs .checkmark {
  width: 36px;
  height: 36px;
}
.before-after-thumbs .swiper-slide-thumb-active .checkmark {
  display: block;
}
.before-after-thumbs .thumb-title {
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-top: 4px;
}

.builder-service-box {
  height: auto;
}
.builder-service-box .form-check-label {
  width: 100%;
  height: 120px;
}
.builder-service-box .form-check-label .current-stage-img {
  height: 120px;
}
.builder-service-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.builder-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.builder-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  text-align: left;
}
.builder-list li span {
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mdl-box-wrapper {
  max-height: 400px;
  height: 100%;
}
.mdl-box-wrapper .builder-mdl-body {
  max-height: 240px;
  height: 100%;
}
.mdl-box-wrapper .builder-mdl-body .simplebar-scrollbar::before {
  background: #fff;
}
.mdl-box-wrapper .builder-mdl-body p {
  margin: 0 0 5px 0;
  font-size: 12px;
  display: flex;
  gap: 10px;
}

.bulder-con-box {
  min-height: 485px;
}
.bulder-con-box.addproceed {
  min-height: 520px;
}
.bulder-con-box.addproceed .mdl-box-wrapper {
  max-height: 448px;
}
.bulder-con-box .modal-custom-header img {
  width: 140px;
}

.number-list-items .number {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6d455a;
  border-radius: 50%;
  font-weight: 500;
  color: #6d455a;
}
.number-list-items.padding-right {
  padding-right: 28px;
}

.remove-bg-img {
  background-image: none !important;
}

ul.step-progress {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0;
  position: relative;
  height: 4px;
}
ul.step-progress li {
  padding: 0px;
  background: #6d455a;
  border-radius: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.upload-picbox .add-additional-photo-box .file-preview {
  margin-bottom: 0;
}
.upload-picbox .add-additional-photo-box .file-drop-zone {
  aspect-ratio: 1/1;
  min-height: auto;
  border-radius: 4px;
}
.upload-picbox .add-additional-photo-box .file-drop-zone-title {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.upload-picbox .add-additional-photo-box .krajee-default.file-preview-frame .file-thumbnail-footer {
  padding: 4px;
}
.upload-picbox .add-additional-photo-box .krajee-default.file-preview-frame .file-thumbnail-footer .file-remove {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  width: 28px;
  height: 28px;
}
.upload-picbox .add-additional-photo-box .krajee-default.file-preview-frame {
  min-height: auto;
}
.upload-picbox .add-additional-photo-box .krajee-default.file-preview-frame .kv-file-content img {
  min-height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
.upload-picbox .addmore {
  aspect-ratio: 1/1;
  border: 1px dashed #455048;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.remove_ue {
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.layerimg-box {
  height: 390px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.layerimg-box a {
  height: 390px;
  display: block;
}
.layerimg-box img {
  width: auto;
  height: 100%;
}

.coupon-box .coupon-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-box .coupon-img img {
  max-height: 100%;
  width: auto;
}
.coupon-box .card-text {
  min-height: 55px;
}

.realtor-packages-list li:nth-child(2) i {
  display: none;
}
.realtor-packages-list li:nth-child(2) div {
  width: 100%;
}
.realtor-packages-list li:nth-child(2) span {
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}

.version-option-images .image {
  position: relative;
  border-radius: 15px;
}
.version-option-images .image img {
  border-radius: 8px;
}
.version-option-images .image .caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 14px;
  left: 15px;
  padding: 0 10px;
  border-radius: 5px;
  color: #ffffff;
}
.version-option-images .image .number {
  background-color: #6d455a;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.many-versions-box {
  background: #ffffff;
  border: 1px solid #6d455a;
  padding: 0;
  box-shadow: -7px 8px 0 rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.many-versions-box .form-check-label {
  background: #6d455a;
  color: #ffffff;
  position: relative;
  width: calc(100% - 90px);
  padding: 0 13px 0 0px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.many-versions-box .form-check-label::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #6d455a;
  width: 100%;
  height: 100%;
  left: -32px;
  top: 0;
  transform: skewX(-28deg);
}
.many-versions-box .form-check-label span {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
}
.many-versions-box input {
  visibility: hidden;
}
.many-versions-box .tick {
  font-size: 46px;
  position: absolute;
  top: 20px;
  left: 12px;
  transform: rotate(-8deg);
  display: none;
  color: #6d455a;
}
.many-versions-box input[type=radio]:checked + .tick {
  display: block !important;
}

.design-option-box {
  background: #ffffff;
  border: 1px solid #6d455a;
  padding: 0;
  box-shadow: -7px 8px 0 rgba(0, 0, 0, 0.5);
}
.design-option-box .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.design-option-box .special-price {
  position: absolute;
  left: -75px;
  top: 38px;
  width: 80px;
}
.design-option-box .text-line-through {
  position: relative;
}
.design-option-box .text-line-through::after {
  content: "";
  width: 100%;
  position: absolute;
  background: #6d455a;
  height: 2px;
  left: 0;
  top: 11px;
}

.contact-info-dropdown {
  left: -46px !important;
  z-index: 9999;
  min-width: 92%;
  max-width: 92%;
}
.contact-info-dropdown::before {
  width: 10px;
  height: 10px;
  content: "";
  background: #ffffff;
  position: absolute;
  top: -5px;
  left: 62px;
  transform: rotate(45deg);
}

.sold-ribbon {
  font-size: 12px;
  font-weight: 500;
  color: #ff0000;
}

.sold-ribbon {
  --r: .8em; /* control the cutout */
  border-block: 0.5em solid rgba(0, 0, 0, 0);
  padding-inline: calc(var(--r) + 0.25em) 0.5em;
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0.25em), var(--r) 50%, 0 0.25em);
  background: rgba(255, 255, 255, 0.7) padding-box; /* the color  */
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
}

.realtor-before-after .fullview {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.realtor-before-after .realtor-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.realtor-before-after .realtor-box::before {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  content: "";
}
.realtor-before-after .realtor-box .ba-slider {
  z-index: 9999;
}

.special-price {
  position: absolute;
  left: -75px;
  top: 38px;
  width: 80px;
}

.text-line-through {
  position: relative;
}
.text-line-through::after {
  content: "";
  width: 100%;
  position: absolute;
  background: #6d455a;
  height: 2px;
  left: 0;
  top: 11px;
}

.realtor-image-box {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -5px 6px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
.realtor-image-box .caption {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  color: #293849;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

.realtorPkgthumbSwiper .swiper-slide {
  height: 205px !important;
}
.realtorPkgthumbSwiper {
  /*.swiper-slide-thumb-active{
    .realtor-package-box{
      background: $white;
    }
  }*/
}

.realtor-package-box {
  background-color: #ffffff;
  box-shadow: -5px 6px 6px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.realtor-package-box:hover {
  background: #f2f2f2;
}

.realtor-pakage-details {
  position: absolute;
  background-color: #d2d5d9;
  top: 0;
  left: 0;
  box-shadow: -5px 6px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 999;
  height: calc(100% - 0px);
}
.realtor-pakage-details .closebtn {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 18px;
  color: #293849;
}

.market-possibilities {
  background: url("/img/market-possibilities-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.company-logo span {
  width: 110px;
  height: 110px;
  border: 2px solid #6d455a;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
}
.company-logo span input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.company-logo span i {
  font-size: 34px;
  color: rgba(0, 0, 0, 0.5);
}
.company-logo span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.company-logo em {
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.link-underline {
  position: relative;
}
.link-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  height: 1px;
  width: calc(100% - 16px);
  background-color: #6d455a;
}

.scan-qr {
  width: 150px;
  position: relative;
}

.scan-qr > img {
  position: absolute;
  left: -126px;
  width: 120px;
}

.swiper.myCombination .swiper-slide {
  width: auto;
}

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

.myCombination li {
  padding: 0 8px;
  position: relative;
}
.myCombination li a {
  padding: 0;
  color: #6d455a;
  font-size: 13px;
  position: relative;
}
.myCombination li a.active {
  color: #293849;
  font-weight: 500;
}
.myCombination li::after {
  position: absolute;
  width: 1px;
  height: 12px;
  content: "";
  background: #6d455a;
  top: 3px;
  right: 0;
}
.myCombination li .star-btn {
  font-size: 11px;
}
.myCombination li:last-child::after {
  display: none;
}

.swiper.myCombination li:nth-last-child(-n+3) a:after {
  display: none;
}

.myCombination .centermode {
  justify-content: inherit;
}

.myCombination-n, .myCombination-p {
  width: 18px;
  height: 18px;
  font-size: 10px;
}

.combination-layers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.combination-layers img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.palette-approval-user .swiper-slide {
  cursor: pointer;
  position: unset;
}
.palette-approval-user .swiper-slide .userbox {
  padding-bottom: 48px;
}
.palette-approval-user .swiper-slide .userbox .userbox-img {
  transform: scale(0.8);
  display: block;
}
.palette-approval-user .swiper-slide .userbox .userbox-img img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ffffff;
}
.palette-approval-user .swiper-slide .userbox p {
  position: absolute;
  bottom: 0px;
  font-size: 26px;
  left: 0;
  display: none;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
}
.palette-approval-user .swiper-slide.swiper-slide-thumb-active p {
  display: block;
}
.palette-approval-user .swiper-slide.swiper-slide-thumb-active .userbox-img {
  transform: scale(1);
}

.palette-approval-con h4 {
  font-size: 19px;
  position: relative;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.palette-approval-con h4::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50%;
  height: 3px;
  background: #6d455a;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
}

.sketch-photo {
  height: 394px;
  background: #000;
}
.sketch-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.slidebottom-text {
  min-height: 85px;
}

.vote-favorite-modal {
  background: rgb(109, 69, 90);
  background: linear-gradient(10deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 64%, rgb(109, 69, 90) 64%, rgb(109, 69, 90) 100%);
}

.toggle-expend-btn {
  display: none;
}

.black-friday-offer-pop {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  width: 42%;
  left: 0;
  right: 0;
}

.vote-fav-step {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.vote-fav-step li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.vote-fav-step li small {
  color: #707070;
}
.vote-fav-step li span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #707070;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background: #ffffff;
  outline: 4px solid #ffffff;
}
.vote-fav-step li.active small {
  color: #6d455a;
}
.vote-fav-step li.active span {
  color: #6d455a;
  border-color: #6d455a;
}
.vote-fav-step .progress {
  position: absolute;
  z-index: 0;
  top: 40px;
  display: block;
  width: 100%;
}

.favorite-vote-row .favorite-vote-box {
  border-radius: 20px;
}
.favorite-vote-row .favorite-vote-box .favorite-box-con .voteuser {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50%;
  font-weight: 500;
}
.favorite-vote-row .toggle-full-view.show-fullview {
  margin: auto;
  max-width: 630px;
  position: fixed !important;
  top: 30%;
  bottom: 0;
  right: 0;
}

.vote-row {
  position: relative;
}
.vote-row .vote-row-con {
  width: 470px;
  height: 100%;
  position: absolute;
  right: 18%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vote-row .vote-row-con p {
  font-size: 22px;
}

.custom-shadow {
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.3);
}

#voteFavorite .show-fullview {
  max-width: 700px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
}

.vote-giveaway .title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b374a;
  text-shadow: 3px 3px 0 #fff;
  line-height: 60px;
}
.vote-giveaway .title span {
  color: #fff;
  font-size: 60px;
  text-shadow: 4px 4px #2b374a;
}
.vote-giveaway .title small {
  font-size: 18px;
}
.vote-giveaway .votebtn .btn {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  width: 237px;
  line-height: 28px;
  padding: 24px;
  border-radius: 20px;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.giveaway-header-right {
  width: 72%;
}

.add-plis-icon {
  position: absolute;
  width: 36px;
  left: 0;
  right: 11%;
  margin: auto;
}

.leaderboard-table {
  font-weight: 500;
}
.leaderboard-table .leaderboard-table-items {
  outline: 1px solid #293849;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #707070;
}

.homeowner-design-package {
  background: url("../../img/homeowner-design-package.jpg") no-repeat top center;
  background-size: cover;
}
.homeowner-design-package .homeowner-package-box {
  background: rgba(255, 255, 255, 0.7);
}
.homeowner-design-package .homeowner-package-box .homeowner-package-card.active {
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.3);
}
.homeowner-design-package .design-package-con-top {
  position: relative;
}
.homeowner-design-package .design-package-con-top .iconarrow {
  position: absolute;
  left: -22px;
  top: 50px;
}
.homeowner-design-package .computer-box {
  position: relative;
}
.homeowner-design-package .computer-box .iconarrow-down {
  position: absolute;
  top: 0;
  right: -50px;
}

.mobile-alert {
  width: 80px;
  position: absolute;
  right: 12px;
}
.mobile-alert small {
  text-align: center;
  line-height: 11px;
  font-weight: 400;
  font-size: 10px;
}
.mobile-alert .alert-box {
  position: absolute;
  width: 280px;
  background: #fff;
  right: 0;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  top: 60px;
  display: none;
}
.mobile-alert:hover .alert-box {
  display: block;
}

.hiredbtn {
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 1;
  background: #fff;
  padding: 2px 10px;
  width: 80px;
  border: 3px solid #273445;
  color: #705602;
}

.homeowner-package .tab-header br {
  display: none;
}
.homeowner-package .current-stage-tab-link.active .box {
  box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.3);
}

a.stickynote {
  position: absolute;
  top: -7px;
  left: 43px;
  width: 200px;
}

.pricing-tab-content {
  min-height: 740px;
}

.pricing-sidebar {
  max-height: 740px;
}

.grayscale {
  filter: grayscale(100%);
}

h6.upload-photo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
h6.upload-photo-title span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.upload-photo-box img {
  width: 60%;
}

.ai-step-progress {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ai-step-progress li {
  font-weight: 500;
  color: #6d455a;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  padding-right: 30px;
  color: #293849;
}
.ai-step-progress li span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 1px solid #6d455a;
  border-radius: 50%;
}
.ai-step-progress li::after {
  width: 24px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  background: #293849;
}
.ai-step-progress li:last-child {
  padding-right: 0;
}
.ai-step-progress li:last-child::after {
  display: none;
}
.ai-step-progress li.active span {
  background: #6d455a;
  color: #ffffff;
}

.otp-input {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
}

.or {
  position: absolute;
  right: -16px;
  width: 32px;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  font-size: 22px;
}

.project-box-img.progress-overlay.reviewing-img.ai-design {
  background-color: #f2f2f2 !important;
  border-radius: 6px;
}

.project-box-img.progress-overlay.reviewing-img.ai-design img {
  border-radius: 0 !important;
}

.message-modal-sec .msg-user .message-box-outer {
  max-width: 75%;
}
.message-modal-sec .msg-user .message-box-outer .user-profile-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #6d455a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px;
  font-size: 13px;
}
.message-modal-sec .msg-user .message-box-outer .user-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.message-modal-sec .msg-user .message-box {
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 60px;
}
.message-modal-sec .msg-user.msg-me .message-box {
  background-color: rgba(109, 69, 90, 0.1);
  border-radius: 10px 0 10px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(109, 69, 90, 0.2);
}
.message-modal-sec .modal-footer form {
  width: calc(100% - 50px);
}

.drawing-pdf {
  position: relative;
}
.drawing-pdf iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aiview-wrapper .aiview-imgbox {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aiview-wrapper .aiview-imgbox .add-button {
  position: absolute;
  top: 40px;
  left: 63%;
  height: 120px !important;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aiview-wrapper .aiview-imgbox .add-button .add-circle {
  width: 80px;
  height: 80px;
  min-height: 80px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 5px;
}
.aiview-wrapper .aiview-imgbox .add-button .title {
  background: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  content: "";
  overflow: hidden;
  text-align: center;
}
.aiview-wrapper .aiview-imgbox .add-button input[type=file] {
  display: none;
}
.aiview-wrapper .animate-center-img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.aiview-wrapper .animate-center-img svg {
  width: 250px;
  height: 250px;
}
.aiview-wrapper .center-image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.aiview-wrapper .center-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.aiview-wrapper #inspirationContainer {
  position: absolute;
  top: 50%;
  left: 50%;
}
.aiview-wrapper #inspirationContainer .inspiration {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 5;
  opacity: 0;
}
.aiview-wrapper #inspirationContainer .inspiration .image-box {
  width: 80px;
  height: 80px;
  transition: all 0.2s ease-in-out;
}
.aiview-wrapper #inspirationContainer .inspiration .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.aiview-wrapper #inspirationContainer .inspiration .remove-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #522f3d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 15px;
  cursor: pointer;
  z-index: 2;
  pointer-events: all;
}
.aiview-wrapper #inspirationContainer .inspiration .file-label {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  content: "";
  overflow: hidden;
  text-align: center;
}
.aiview-wrapper #inspirationContainer .inspiration:hover .image-box {
  transform: scale(1.1);
}
.aiview-wrapper .aiview-right-card {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.aiview-wrapper .aiview-right-card .ai-area-list-box {
  height: 400px;
}
.aiview-wrapper .aiview-right-card .ai-area-list-box .ai-area-list-items .design-areabox:hover img {
  border-color: #6d455a;
}
.aiview-wrapper .aiview-right-card .card-header .cardtitle .icon {
  width: 37px;
  height: 37px;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffffff;
}
.aiview-wrapper .aiview-right-card .card-header .cardtitle .icon img {
  width: 20px;
}
.aiview-wrapper .aiview-right-card .promt-input {
  position: relative;
}
.aiview-wrapper .aiview-right-card .promt-input .send {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  background: #6d455a;
  font-size: 18px;
  width: 31px;
  height: 31px;
  border-radius: 4px;
  color: #fff;
}

.insprationDesignviewSwiper .swiper-slide {
  width: auto;
}
.insprationDesignviewSwiper .swiper-slide .designview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  padding: 0 0 0 15px;
  border-radius: 4px;
}

.responsive-ai-right .company-info-con p {
  line-height: 14px;
  display: block;
}
.responsive-ai-right .company-info-con small {
  font-size: 8px;
  text-transform: uppercase;
  display: block;
}
.responsive-ai-right .prompt-area textarea {
  padding-bottom: 46px;
  border: 0;
  background: #fff;
  box-shadow: 0 -4px 11px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  resize: none;
}
.responsive-ai-right .responsive-right-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.responsive-ai-right .responsive-right-box .btn .badge {
  width: 16px;
  height: 16px;
}

.responsive-tabs-nav .nav-link {
  color: #0a0a0a;
  font-weight: 500;
}
.responsive-tabs-nav .nav-link.active {
  color: #6d455a;
  text-decoration: underline;
}

.custom-tooltip-wd.aitooltip-width .tooltip-inner {
  width: 100%;
  max-width: 500px !important;
  padding: 0 !important;
  border: 2px solid #fff;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
}

.aidropdown .dropdown-item {
  font-size: 12px;
}

.ai-scale-box {
  transform: scale(0.98);
}

.ai-item {
  opacity: 0;
  transform: scale(0.98);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
}
.ai-item.show {
  display: flex !important;
  opacity: 1;
  transform: scale(1);
}

.select-the-area .select-area-img {
  aspect-ratio: 1/1;
}
.select-the-area .select-area-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/* common */
.text-loading span {
  display: inline-block;
  margin: 0 -0.05em;
}

/* code #1 */
.loading01 span {
  animation: loading01 1.4s infinite alternate;
}
.loading01 span:nth-child(1) {
  animation-delay: 0s;
}
.loading01 span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading01 span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading01 span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading01 span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading01 span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading01 span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* code #3 */
.loading03 span {
  margin: 0 -0.075em;
  animation: loading03 0.7s infinite alternate;
}
.loading03 span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading03 span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading03 span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading03 span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading03 span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading03 span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading03 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.aiview-box-row {
  aspect-ratio: 1.56/1;
  width: 100%;
}

.ai-list.active {
  background: #6d455a;
  border-color: #6d455a !important;
  color: #fff;
}
.ai-list.active .more-btn {
  color: #fff !important;
}
.ai-list .btn {
  height: 100%;
  font-size: 14px;
}

.morebtn-row .swiper-slide {
  width: auto !important; /* Let content determine width */
  display: inline-block;
  white-space: nowrap; /* Optional: prevent text wrapping */
}

.ai-processing-loader {
  background: rgba(255, 255, 255, 0.9);
}

.dzinly-vs-others {
  background: url("../../img/homeowner-design-package.jpg") no-repeat center center;
  background-size: cover;
}
.dzinly-vs-others .dzinly-vs-others-inner {
  background-color: rgba(109, 69, 90, 0.9);
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .dzinly-vs-others-box-header {
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 24px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .dzinly-vs-others-box-header h5 {
  font-weight: 500;
  color: #fff;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .dzinly-vs-others-box-header p {
  color: #fff;
  margin: 0;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .dzinly-vs-others-box-footer {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 24px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .dzinly-vs-others-box-footer p {
  margin: 0;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .border-custom {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 15px;
  margin: 8px 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li span {
  background: #6d455a;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 50%;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #fff;
  position: absolute;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(1)::after {
  transform: rotate(153deg);
  height: 189px;
  top: 24px;
  right: -43px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(2)::after {
  transform: rotate(140deg);
  height: 131px;
  top: 17px;
  right: -41px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(3)::after {
  transform: rotate(110deg);
  height: 90px;
  top: 0px;
  right: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(4)::after {
  transform: rotate(65deg);
  height: 90px;
  top: -30px;
  right: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(5)::after {
  transform: rotate(40deg);
  height: 132px;
  top: -88px;
  right: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li:nth-child(6)::after {
  transform: rotate(27deg);
  height: 187px;
  top: -142px;
  right: -43px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #fff;
  position: absolute;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(1)::after {
  transform: rotate(-153deg);
  height: 189px;
  top: 24px;
  left: -43px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(2)::after {
  transform: rotate(-140deg);
  height: 131px;
  top: 17px;
  left: -41px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(3)::after {
  transform: rotate(-110deg);
  height: 90px;
  top: 0px;
  left: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(4)::after {
  transform: rotate(-65deg);
  height: 90px;
  top: -30px;
  left: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(5)::after {
  transform: rotate(-40deg);
  height: 132px;
  top: -88px;
  left: -40px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-grup-r ul li:nth-child(6)::after {
  transform: rotate(-27deg);
  height: 187px;
  top: -142px;
  left: -43px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .icons {
  background: rgba(255, 255, 255, 0);
  width: 120px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .icons .icons-inner {
  background: rgba(255, 255, 255, 0.2);
  width: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-radius: 50%;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .icons .icons-inner img {
  width: 54px;
}
.dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-gap {
  gap: 80px;
}
.dzinly-vs-others .opacity-25 {
  opacity: 0.2;
}

.acknowlage-box .number {
  width: 80px;
  height: 80px;
  background: #6d455a;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  margin: 0 auto;
  font-weight: 500;
  padding: 0;
}
.acknowlage-box h6 {
  min-height: 93px;
}
.acknowlage-box p {
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
}

.enterprice-box {
  background: url("../../img/enterprise-bg.jpg") no-repeat center center;
  background-size: cover;
}

.enterprice-list .icon-n {
  background: #fff;
  color: #6d455a;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 34px;
  margin: 0 auto;
  font-weight: 600;
}

.most-popular-arrow {
  position: absolute;
  top: -33px;
  left: -154px;
  width: 209px;
}

.aidesign-banner {
  background-color: #EFECE3;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 12.5%, rgb(239, 236, 227) 12.5%, rgb(239, 236, 227) 100%);
}
.aidesign-banner .caption-box {
  padding: 34px 24px;
  border-radius: 16px;
  box-shadow: 20px -20px 0px rgb(255, 255, 255), 10px 10px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
.aidesign-banner .video-frame {
  width: 100%;
  position: relative;
}
.aidesign-banner .video-frame .videobox {
  width: 79%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 11%;
}
.aidesign-banner .video-frame .videobox video {
  width: 120%;
  margin: 0 auto;
  position: relative;
  right: 9%;
}
.aidesign-banner .video-frame .macbook {
  position: relative;
}

.top-prompts {
  background: #293849;
  border-radius: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

.ai-ideas {
  background-color: #efece3;
}

.instantly-visualize-sec .instantly-visualize-badge {
  background-color: #6d455a;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  color: #fff;
  border-top-right-radius: 20px;
  font-weight: 500;
  margin-left: 16px;
}
.instantly-visualize-sec .card {
  background-color: rgba(109, 69, 90, 0.2);
}

.homeowner-concept h2 {
  font-size: 48px;
}

.ai-testimonials-user {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: inline-flex;
}
.ai-testimonials-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ai-homeowner-concept {
  background: url("/img/market-possibilities-bg.png") no-repeat center center;
  background-size: cover;
}

.ai-testimonials-sec {
  background: url("/img/ai-testimonials-bg.png") no-repeat top center;
  background-size: cover;
}

#profile_banner {
  padding-top: 29%;
}

.responsive-tabs-nav .nav-item {
  position: relative;
}
.responsive-tabs-nav .nav-item::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  width: 1px;
  height: 16px;
  background: #000;
}
.responsive-tabs-nav .nav-item:last-child::after {
  display: none;
}

/*================ Import css ===================*/
.upload-select-file .form-group {
  margin-bottom: 10px;
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.upload-select-file .file-input-new {
  width: 100%;
}
.upload-select-file .file-input {
  width: 100%;
}
.upload-select-file .form-control {
  height: 38px;
  padding-left: 48px;
  border: 1px solid #6d455a;
}
.upload-select-file .add_more_ue, .upload-select-file .remove_ue {
  height: 38px;
  padding: 8px;
  width: 38px;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.upload-select-file .btn-file {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 38px;
}
.upload-select-file {
  /*------------ file input -------------*/
}
.upload-select-file .kv-upload-progress.kv-hidden {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  height: 50px;
  z-index: 9;
  text-align: center;
}
.upload-select-file .kv-upload-progress .progress-bar.bg-success.progress-bar-success {
  width: 100% !important;
  height: 30px !important;
  background-color: #ffffff !important;
  color: #25ec50;
  border-radius: 50%;
}
.upload-select-file .kv-upload-progress .progress-bar.bg-success.progress-bar-success i {
  font-size: 24px;
}
.upload-select-file .kv-upload-progress .progress {
  height: 30px !important;
  background: transparent !important;
  width: 30px;
  margin: 0 auto;
}
.upload-select-file .btn.btn-kv {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.upload-select-file .btn-close.closemodal {
  right: -28px;
  top: 0px;
  background-color: #ffffff !important;
  width: 20px;
  height: 20px;
}
.upload-select-file .file-caption-name {
  background-color: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/*=============== Pro package ===============*/
.pro-package-info-box .box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro-package-info-box .box-list li {
  margin-top: 15px;
  font-size: 16px;
}
.pro-package-info-box .box-list li i {
  margin-right: 8px;
  color: #01adef;
}

.membership-benefits {
  border: 1px solid #ddd;
  border-radius: 20px;
}

.desired-membership-box {
  border: 1px solid #01adef;
  border-radius: 20px;
}
.desired-membership-box .plan-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 70px;
}
.desired-membership-box .plan-list .plan .pro-pkg {
  float: right;
}
.desired-membership-box .plan-list .plan .pro-package-rate .plan-price {
  font-size: 20px;
}
.desired-membership-box .plan-list .plan .pro-price {
  color: #01adef;
  font-size: 20px;
}
.desired-membership-box .plan-list .strike-center {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.desired-membership-box .plan-list:last-child {
  border: none;
}

/*=============== upload photo cad ===============*/
.upload-project-box {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 33px;
  position: relative;
}
.upload-project-box span {
  background: #01adef;
  padding: 10px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
}
.upload-project-box p {
  margin-top: 20px;
  min-height: 76px;
  font-size: 13px;
}

#frmCompanyLogo .krajee-default .file-preview-frame .kv-file-content {
  width: auto;
  height: 170px;
}
#frmCompanyLogo .file-drop-zone {
  min-height: 170px;
}
#frmCompanyLogo .file-drop-zone-title {
  padding: 41px 10px;
}
#frmCompanyLogo .kv-file-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#dots-content {
  width: 100%;
  height: 100%;
}

.disable-area {
  opacity: 0.5;
  pointer-events: none;
}

/*------------- material design -----------------*/
.dot {
  width: 25px;
  height: 25px;
  text-align: center;
  background: #6d455a;
  color: #ffffff;
  line-height: 24px;
  font-size: 9px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
}

.change-item {
  position: absolute;
}

.nadot {
  top: 70px;
  left: 86%;
  z-index: 9;
}

.overview {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  max-width: 300px;
  position: absolute;
  top: 45px;
  left: -140px;
  right: -150px;
  display: none;
  z-index: 9;
  border-radius: 10px;
}

.overview:before {
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -10px;
  z-index: 1;
}

.dots-content-outer .overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  margin-top: -21px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 21px;
  z-index: 1;
}

.outermodal {
  display: inline-flex;
  position: relative;
}
.outermodal img {
  border: 1px solid #01adef;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.outermodal .show-popup {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}

.zoom-material-btn {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  background-size: 10px !important;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.copy-area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  padding: 30px;
  border-radius: 4px;
  left: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  right: 0;
  z-index: 9;
}

.areabox .remove-area {
  position: absolute;
  top: -1px;
  left: -1px;
  color: red;
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: #ffffff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: bolder;
  border: 1px solid #01adef;
}
.areabox .add-area-platte {
  position: absolute;
  top: -1px;
  right: -1px;
  color: #01adef;
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: #ffffff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: bolder;
  border: 1px solid #01adef;
}

.areaSwiper .area-image.view-area-platte {
  cursor: pointer;
  display: flex;
}

#add_user_swatch {
  width: calc(100% - 30px);
  margin-top: 15px;
  padding: 30px;
  border: 1px solid #ddd;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 1;
}
#add_user_swatch .file-drop-zone {
  min-height: 130px;
}
#add_user_swatch .file-drop-zone-title {
  padding: 20px 10px;
}
#add_user_swatch .krajee-default.file-preview-frame {
  width: 100%;
}
#add_user_swatch .kv-file-content {
  width: 100%;
  min-height: 120px;
  height: 120px;
}

.material-library-img .area-platte {
  position: absolute;
  width: 300px;
  background: #ffffff;
  text-align: center;
  padding: 25px;
  height: 150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 999;
}

.svg-loader {
  text-align: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
}
.svg-loader img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.material-library-palette-thumb {
  max-height: 95px;
  height: 95px;
}
.material-library-palette-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-selections {
  position: relative;
}
.area-selections #added_area_list .swiper-slide.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #01adef;
  left: 0;
  top: 0;
}

.selected-area-list {
  position: absolute;
  bottom: 104%;
  min-height: 107px;
  padding: 10px;
  left: 0;
  width: calc(100% - 16px);
  background: #ffffff;
  z-index: 9;
  right: 0;
  margin: auto;
  border-radius: 4px;
}
.selected-area-list .selected-item {
  display: flex;
}
.selected-area-list .swiper-container.selectedareaSwiper {
  width: calc(100% - 0px) !important;
}
.selected-area-list .edit-palette {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  z-index: 1;
}
.selected-area-list .delete-palette {
  position: absolute;
  top: 2px;
  right: 26px;
  background: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  z-index: 1;
}
.selected-area-list .column-box {
  height: auto;
  position: relative;
  min-height: 103px;
}
.selected-area-list .column-box img {
  border: 1px solid #01adef;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mlibtab {
  position: inherit;
}

#view-edit-platte, #palette-info-box, #finish-box {
  display: none;
}

.view-area-platte {
  height: 89px;
}
.view-area-platte img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------- Start the Design Process ----------------*/
.material-library {
  background: #fff;
  height: 100%;
  position: relative;
}
.material-library .material-library-header {
  background: #fff;
}
.material-library .material-library-header.sticky-top {
  top: 68px;
}
.material-library .material-tab-menu {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  background-color: #EFF8FB;
  position: relative;
}
.material-library .material-tab-menu .pd-prev, .material-library .material-tab-menu .pd-next {
  height: 100%;
  border-radius: 0;
  background-color: #e0f3f9;
  color: #000;
}
.material-library .material-tab-menu .swiper-slide {
  width: auto;
}
.material-library .material-tab-menu .swiper-slide a {
  padding: 10px;
  color: #0a0a0a;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.material-library .material-tab-menu .swiper-slide.active a {
  color: #01adef;
  border-color: #01adef;
}

.material-details-body-item {
  padding: 15px;
}
.material-details-body-item .swiper-container.material-library-item-new {
  width: calc(100% - 0px) !important;
}
.material-details-body-item .material-library-item-p {
  left: -11px;
}
.material-details-body-item .material-library-item-n {
  right: -11px;
}
.material-details-body-item .material-library-palette-box {
  border: 1px solid #01adef;
}
.material-details-body-item .material-library-palette-box .material-library-palette-thumb {
  padding: 5px;
  background: #ffffff;
  cursor: pointer;
}
.material-details-body-item .material-library-palette-box span {
  background: #01adef;
  padding: 0 5px;
  display: block;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.material-details-body-item .material-details-header .back-button {
  color: #000;
  font-weight: 600;
}
.material-details-body-item .material-details-header .tabtitle {
  padding: 0 8px;
  margin-left: 8px;
  border-left: 1px solid #000;
}

#palette-info-box .palette-modal .palette-modal-inn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  position: relative;
}
#palette-info-box .palette-modal .palette-modal-inn h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
}
#palette-info-box .palette-modal .palette-modal-inn p {
  font-size: 16px;
}
#palette-info-box .palette-modal .palette-modal-inn span {
  font-size: 14px;
  margin-bottom: 10px;
}

#view-edit-platte {
  background: #ffffff;
  margin: 15px;
  width: calc(100% - 30px);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 20px;
}

#finish-box {
  background: #ffffff;
  margin: 15px;
  width: calc(100% - 30px);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 20px;
}

ul.material-category {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.material-category li {
  width: 100%;
  display: block;
  margin-top: 15px;
}
ul.material-category li a {
  background: url("../../img/folder.svg") top 10px left 10px #ffffff no-repeat;
  padding: 10px 10px 10px 43px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.package-items .package-items-card {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #6d455a;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.package-items .package-items-card .package-head {
  position: relative;
}
.package-items .package-items-card .package-head span {
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.package-items .package-items-card .package-head span img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
}
.package-items .package-items-card .package-items-card-header {
  text-align: center;
  padding: 0 24px;
}
.package-items .package-items-card .package-items-card-header h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.package-items .package-items-card .package-items-card-header p {
  font-weight: 600;
  color: #293849;
  position: relative;
  padding-bottom: 0;
  font-size: 13px;
  margin-bottom: 0;
}
.package-items .package-items-card .package-items-card-header .description {
  min-height: 95px;
}
.package-items .package-items-card .package-items-card-box {
  padding: 0 24px;
}
.package-items .package-items-card .what-included {
  font-weight: 600;
  color: #293849;
  display: block;
  text-align: center;
}
.package-items .package-items-card .what-included i {
  margin-left: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  pointer-events: none;
}
.package-items .package-items-card .what-included.active .bi-chevron-up {
  transform: rotate(180deg);
}
.package-items .package-items-card ul {
  margin: 0;
  padding: 0;
}
.package-items .package-items-card ul li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  font-size: 12px;
}
.package-items .package-items-card ul li i {
  color: #293849;
  margin-right: 5px;
  font-size: 7px;
  line-height: 0;
  margin-top: 5px;
}
.package-items .package-items-card .package-items-price {
  font-size: 20px;
  margin: 0 auto;
  font-weight: 500;
}
.package-items .package-items-card .package-items-price label {
  display: block;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #6d455a;
  margin-bottom: 8px;
}
.package-items .package-items-card .package-items-price h6 {
  display: block;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #293849;
  margin: 0;
  min-height: 22px;
}
.package-items .package-items-card .package-items-price h5 {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #6d455a;
  min-height: 20px;
}
.package-items .package-items-card .package-items-price span {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  padding: 0 0;
  display: block;
  line-height: 27px;
}
.package-items .package-items-card .package-items-price span i {
  font-size: 13px;
  font-style: normal;
  position: absolute;
  top: 0px;
}
.package-items .package-items-card .package-items-price .view {
  font-size: 18px;
  display: inline;
}

/*========== Recommended Designers =============*/
.recomanded-designer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.recomanded-designer-nav li a {
  padding: 2px 8px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  color: #0a0a0a;
}
.recomanded-designer-nav li a.active {
  color: #293849;
  border-color: #293849;
}

.recomanded-designer-box {
  border: 1px solid #455048;
  position: relative;
  min-height: 345px;
}
.recomanded-designer-box .recomanded-designer-image {
  height: 165px;
  overflow: hidden;
}
.recomanded-designer-box .recomanded-designer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recomanded-designer-box .recomanded-designer-content {
  padding: 25px;
  position: absolute;
  top: 82px;
  width: 100%;
}
.recomanded-designer-box .recomanded-designer-content .recomanded-designer-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.recomanded-designer-box .recomanded-designer-content .recomanded-designer-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #ffffff;
}
.recomanded-designer-box .recomanded-designer-content h4 {
  font-family: "Square Peg", cursive;
  margin-bottom: 0;
  font-size: 38px;
}

.designer-detail-banner {
  height: 320px;
  overflow: hidden;
}
.designer-detail-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.designer-portfolio-img {
  height: 400px;
  overflow: hidden;
}
.designer-portfolio-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.premium-designer-wrapper {
  position: relative;
  top: -50px;
  background: #ffffff;
  width: 90%;
  margin: auto;
}
.premium-designer-wrapper .premium-designer {
  border-bottom: 8px solid rgba(0, 0, 0, 0.04);
}
.premium-designer-wrapper .premium-designer .premium-designer-header .premium-designer-pic {
  width: 150px;
  min-width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  top: -95px;
}
.premium-designer-wrapper .premium-designer .premium-designer-header .premium-designer-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail {
  text-align: center;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail h4 {
  font-family: "Square Peg", cursive;
  font-size: 60px;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 15px;
  list-style: none;
  justify-content: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail ul li {
  display: flex;
  align-items: flex-end;
  line-height: 20px;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail ul li span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 5px;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail ul li .style {
  text-decoration: underline;
}
.premium-designer-wrapper .premium-designer .designer-profile-detail .designer-reviews i {
  color: rgba(0, 0, 0, 0.2);
}
.premium-designer-wrapper .premium-designer .designer-profile-detail .designer-reviews i.active {
  color: #6d455a;
}
.premium-designer-wrapper .about-designer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.premium-designer-wrapper .user-reviews-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.premium-designer-wrapper .user-reviews-box ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.premium-designer-wrapper .user-reviews-box ul li h6 {
  color: #6d455a;
}
.premium-designer-wrapper .user-reviews-box ul li .user-reviews {
  margin-right: 8px;
}
.premium-designer-wrapper .user-reviews-box ul li .user-reviews i {
  color: rgba(0, 0, 0, 0.2);
}
.premium-designer-wrapper .user-reviews-box ul li .user-reviews i.active {
  color: #6d455a;
}
.premium-designer-wrapper .user-reviews-box ul li p {
  margin: 0;
}

.signup-content {
  background-color: #eae4e7;
}
.signup-content p {
  font-size: 18px;
}
.signup-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.signup-content ul li {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
.signup-content ul li i {
  color: #6d455a;
  margin-right: 8px;
}
.signup-content ul li span {
  color: #6d455a;
  margin-right: 8px;
  width: 52px;
  min-width: 52px;
  text-align: center;
}
.signup-content ul li span img {
  width: auto;
}
.signup-content ul li p {
  margin: 0;
  font-size: 14px;
}
.signup-content ul li p strong {
  font-weight: 500;
  color: #6d455a;
}
.signup-content span.playicon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  display: inline-flex;
  border: 2px solid #6d455a;
  color: #6d455a;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  padding-left: 4px;
  line-height: 0;
  margin-right: 10px;
}
.signup-content .divider-v {
  background: #ffffff;
  width: 2px;
  height: 100%;
  display: inline-flex;
}

.signup-right-form {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.apply-designer h5 {
  font-weight: 500;
}

.confirm-hire-modal .designer-pic {
  width: 80px;
  height: 80px;
  max-width: 80px;
  display: inline-block;
}
.confirm-hire-modal .designer-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.notification-menu .btn-link {
  font-size: 14px;
  font-weight: 300;
}
.notification-menu .btn-link:hover {
  color: #6d455a;
}
.notification-menu .dropdown-menu {
  top: 42px;
  border: none;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  min-width: 330px;
  max-width: 330px;
}
.notification-menu .dropdown-menu:after {
  top: -21px;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 11px;
}
.notification-menu .dropdown-menu .notification-menu-body {
  max-height: 250px;
  overflow-y: auto;
}
.notification-menu .dropdown-menu .badge {
  font-size: 10px;
  font-weight: 400;
  right: -10px;
}
.notification-menu .dropdown-menu li {
  padding: 10px 20px;
}
.notification-menu .dropdown-menu li a {
  text-decoration: none;
  color: #6d455a;
}
.notification-menu .dropdown-menu li a .icon {
  margin-right: 10px;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.notification-menu .dropdown-menu li a .notification-sec {
  width: calc(100% - 40px);
}
.notification-menu .dropdown-menu li a .notification-sec .header-title {
  width: 100%;
  line-height: 18px;
}
.notification-menu .dropdown-menu li a .notification-sec .header-title a {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.notification-menu .dropdown-menu li a .notification-sec .header-title .date {
  font-size: 12px;
  color: #7e7e7e;
  white-space: nowrap;
}
.notification-menu .dropdown-menu li a .notification-sec .notification-desc {
  font-size: 13px;
  padding-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
.notification-menu .dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.apply-project-img {
  height: 160px;
}
.apply-project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-apply-status {
  padding: 5px 30px 5px 30px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 46px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
}
.project-apply-status i {
  font-size: 24px;
}

.applybox {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
.applybox .applybox-inner {
  padding: 24px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
}
.applybox .applybox-inner .userpic {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
}
.applybox .applybox-inner .userpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.applybox .applybox-inner .applybox-content {
  width: 100%;
  text-align: left;
}
.applybox .applybox-inner .applybox-content .apply-title h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #6d455a;
}
.applybox .applybox-inner .applybox-content .apply-title .date {
  font-size: 13px;
}
.applybox .applybox-inner .applybox-content .quote {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.applybox .applybox-inner .applybox-content .quote li {
  display: flex;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 5px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.applybox .applybox-inner .applybox-content .quote li:last-child {
  border: none;
}
.applybox .applybox-inner .applybox-content .quote li .price {
  color: #6d455a;
  font-size: 16px;
  font-weight: 500;
  padding-left: 6px;
}
.applybox .applybox-inner .applybox-content .apply-status {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.applybox .applybox-inner .applybox-content .apply-status .icon {
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  display: inline-flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 15px;
}
.applybox .apply-form {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 0;
  padding-top: 15px;
}
.applybox .apply-form .form-label {
  font-weight: 500;
}
.applybox .apply-form .form-control {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.applybox .apply-form .vdivider {
  width: 2px;
  min-width: 2px;
  height: 145px;
  background: rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  margin: 15px auto 0 auto;
}
.applybox .message-con-sec .pic {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 12px;
}
.applybox .message-con-sec .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.applybox .message-con-sec .msg-items {
  display: flex;
  margin: 10px 0;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.applybox .message-con-sec .designer-msg {
  background: rgba(25, 135, 84, 0.08);
}
.applybox .message-con-sec .client-msg {
  background: rgba(255, 0, 0, 0.08);
}
.applybox .applybox-footer {
  padding: 10px 10px 10px 97px;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
}
.applybox .applybox-footer a {
  font-weight: 500;
  padding: 0px 8px;
  border-right: 1px solid #ddd;
  display: inline-block;
}
.applybox .applybox-footer a:last-child {
  border: none;
}
.applybox .applybox-footer .cancel {
  color: #ff0000;
}

.portfolio-btn {
  position: absolute;
  top: 150px;
  width: 40px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.portfolio-btn.next {
  right: 0;
}
.portfolio-btn.prev {
  left: 0;
}

/*=============================================================*/
/*==================== RESPONSIVE CSS =========================*/
/*=============================================================*/
@media (max-width: 1199.98px) {
  .get-started-pb {
    padding-bottom: 135px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .request-updates-box .accordion-item-inner .request-updates-item p {
    font-size: 13px;
  }
  .material-spec-text {
    padding: 12px 16px 17px;
  }
  .material-spec-text li {
    font-size: 8px;
    padding-bottom: 8px;
  }
  .realtor-pakage-details {
    overflow: auto;
  }
  .vote-giveaway .title {
    font-size: 35px;
    line-height: 40px;
  }
  .vote-giveaway .title span {
    color: #fff;
    font-size: 40px;
    text-shadow: 4px 4px #2b374a;
  }
}
@media (max-width: 991.98px) {
  .package-card ul li {
    font-size: 13px;
  }
  .new {
    display: inline;
  }
  #account-tabContent .desired-membership-box {
    padding: 15px;
  }
  .designer-tab-action {
    position: inherit;
    width: 100%;
    margin-top: 20px;
  }
  header {
    height: 63px;
  }
  .material-spec-text {
    padding: 12px 16px 17px;
  }
  .material-spec-text li {
    font-size: 8px;
    padding-bottom: 8px;
  }
  .vote-giveaway .title {
    font-size: 35px;
    line-height: 40px;
  }
  .vote-giveaway .title span {
    color: #fff;
    font-size: 40px;
    text-shadow: 4px 4px #2b374a;
  }
  .video img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vote-giveaway {
    height: 450px;
  }
  .vote-giveaway img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .votebtn .btn {
    font-size: 14px !important;
    width: 150px !important;
    line-height: 17px !important;
    padding: 14px !important;
    border-radius: 8px !important;
  }
  .signup-banner-main {
    height: 300px;
  }
  .signup-banner-main img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  h3 {
    font-size: 28px;
  }
  .realtor-pakage-details {
    overflow: auto;
  }
}
@media (max-width: 767.98px) {
  .video .video-inner .our-clients-box .our-clients-box-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .video .video-inner .our-clients-box .our-clients-box-item .client-pic {
    margin-bottom: 15px;
  }
  .video .video-inner {
    position: unset;
    transform: none;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .package-card-box {
    box-shadow: none;
  }
  .is-flipped .what-included-list {
    box-shadow: none;
  }
  .my-portfolio-new .divider-right::after {
    display: none;
  }
  .remove-scroll-mob {
    max-height: 100% !important;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .banner-caption h2 {
    font-size: 20px;
  }
  .banner-caption p {
    font-size: 14px;
  }
  .howitwork-box .howitwork-caption {
    padding: 15px;
  }
  .howitwork-box .howitwork-caption p {
    font-size: 14px;
  }
  .howitworkSwiper .swiper-pagination {
    bottom: -10px !important;
  }
  .package-card-left {
    right: 0;
    border-radius: 36px;
  }
  .package-card-right {
    left: 0;
    border-radius: 36px;
  }
  .why-dzinly .why-dzinly-table td {
    padding: 12px;
  }
  .get-started .get-started-wrapper .get-started-item {
    width: 130px;
    height: 130px;
  }
  .get-started-item span {
    font-size: 11px;
  }
  .recent-projects .recent-projects-wrap {
    flex-direction: column-reverse;
  }
  .recent-projects .swiper-container.recent-projects-small-slider {
    height: auto !important;
  }
  .recent-projects .recent-projects-small {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .pd-nav-style {
    display: none;
  }
  .border-right {
    border: none;
  }
  .upload-drop-box .file-drop-zone {
    min-height: 160px;
  }
  .upload-drop-box .file-drop-zone-title {
    padding: 65px 0;
  }
  .upload-photo-footer {
    justify-content: center;
    align-items: center;
  }
  .page-header {
    padding-bottom: 45px;
    padding-top: 30px;
  }
  .design-cordinator-box p {
    font-size: 14px;
  }
  .save-combination {
    flex-direction: column;
  }
  .save-combination-left {
    flex-direction: column;
  }
  .account-settings-inner {
    flex-direction: column;
  }
  .globle-card-footer .action-button {
    justify-content: center;
    display: flex;
  }
  .globle-card-footer .action-button button {
    margin: 2px;
  }
  .brief-overview .brief-overview-box textarea {
    padding: 15px;
  }
  .package-box-sec .package-box:nth-child(1) .package-card {
    right: 0;
    border-radius: 36px;
  }
  .package-box-sec .package-box:nth-child(2) .package-card {
    left: 0;
    border-radius: 36px;
  }
  .package-box-sec .package-box:nth-child(3) .package-card {
    left: 0;
    border-radius: 36px;
    padding-left: 30px;
  }
  .banner-caption h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .swiper-container.homeBanner {
    width: 100% !important;
  }
  .centermode {
    justify-content: inherit;
  }
  .view-palettes .view-palettes-box .view-palettes-slider h6 {
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .select-the-area .select-area-img {
    border: 2px solid transparent;
    padding: 5px;
  }
  .design-container {
    min-height: 150px !important;
  }
  .color-materials-header {
    flex-direction: column;
    background: #fff;
    padding: 10px;
  }
  .color-materials-header h6 {
    margin-bottom: 10px;
  }
  .additional-design-options .accordion-body {
    padding: 0;
  }
  .additional-design-options .accordion-header {
    flex-direction: column;
  }
  .additional-design-options .accordion-header .selected-area {
    padding-left: 15px;
  }
  .architectureal-box h6 {
    font-size: 11px;
    margin-bottom: 19px;
  }
  .designer-title {
    border-bottom: 1px solid #ddd;
  }
  .toggle-feature-container .toggle-feature-pallets .designer-title {
    border: none;
  }
  .toggle-feature-container .toggle-feature-pallets {
    height: auto;
  }
  .brief-overview .brief-overview-box .version-content {
    padding: 15px;
    height: 120px;
  }
  .prev-next {
    margin-top: 8px;
  }
  .add-colors-box img {
    border: 1px solid #01adef;
    height: calc(100% - 15px);
  }
  .additional-design-tab .designer-link .userimg img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
  }
  .globle-card .globle-card-header .card-header-nav .nav-item .nav-link {
    padding: 0rem 0.7rem;
  }
  .card-header-nav {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
  }
  .mobborder {
    border: none;
    margin: 0;
  }
  .banner-caption.banner-caption2 {
    position: inherit;
    top: 0;
    left: 0;
  }
  .designer-idea .designer-idea-caption {
    position: inherit;
    top: 0;
    left: 0;
  }
  .howitwork-new .step-vertical ul li {
    align-items: inherit;
    flex-direction: column-reverse;
  }
  .howitwork-new .step-vertical ul li .howitwork-left {
    width: 100%;
    padding-right: 0px;
  }
  .howitwork-new .step-vertical ul li .howitwork-right-text {
    width: 100%;
    padding-left: 35px;
    min-height: 100%;
    border-left: none;
    position: relative;
  }
  .howitwork-new .step-vertical ul li .howitwork-right-text p {
    font-size: 16px;
  }
  .howitwork-new .step-vertical ul li .howitwork-right-text .stepcount {
    width: 30px;
    height: 30px;
    padding: 10px;
    font-size: 16px;
    left: 0px;
  }
  .howitwork-new .step-vertical ul .box-active .howitwork-left img {
    transform: scale(1);
    margin: 20px 0;
  }
  .realtors-proceed .realtor-box {
    min-height: auto;
  }
  .add-elevation-box h5 {
    font-size: 13px;
  }
  .partner ul {
    gap: 10px;
  }
  .partner {
    flex-direction: column;
  }
  .partner p {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .video .video-inner .video-link {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
  .video-inner {
    background: #ffffff;
  }
  .video .video-inner .our-clients-box .our-clients-box-item .our-clients-box-containt span {
    color: #0a0a0a;
  }
  .banner-caption.banner-caption3 {
    padding: 10px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
  }
  .banner-caption.banner-caption3 h2 {
    font-size: 16px;
  }
  .banner-caption.banner-caption3 p {
    font-size: 11px;
  }
  .small-arc-arrow1 {
    top: inherit;
    right: 41%;
    bottom: -42px;
    transform: rotate(90deg);
  }
  .small-arc-arrow2 {
    top: inherit;
    right: 41%;
    bottom: -61px;
    transform: rotate(90deg);
  }
  .arc-arrow {
    top: 14px;
    display: none;
  }
  .material-spec-text li {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 15px;
  }
  .signup-banner-main {
    height: 300px;
  }
  .signup-banner-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .signup-banner-main .banner-caption-title h2 {
    font-size: 18px;
    text-align: center;
  }
  .bannerSwiper .swiper-slide h3 {
    text-align: center;
  }
  .quote-box::after {
    display: none;
  }
  .your-design-view .mymaterials .my-area-box-row-header .designer-title {
    border: none;
  }
  #aboutusModal .modal-dialog, #companyLogo .modal-dialog, #profileBackdrop .modal-dialog, #socialShare .modal-dialog {
    margin-right: inherit;
    margin-left: inherit;
    margin-top: inherit;
  }
  .profile-backdrop-banner {
    max-height: 5.5%;
  }
  .share-profile-right {
    justify-content: center;
  }
  .profile-share-box .social-share-box {
    left: 0;
    margin: auto;
  }
  .qrcode-profile canvas {
    width: 80px;
  }
  .no-referral-box .no-referral-caption .no-referral-con {
    padding: 8px;
    font-size: 13px;
    max-width: 200px;
  }
  .refer-client-header .title::after {
    display: none;
  }
  .refer-client-header .logo {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  #qrcode-page canvas {
    max-width: 100%;
  }
  .my-portfolio .portfolio-nav .nav-item .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .progress-strip-view ul {
    gap: 26px;
  }
  .progress-strip-view ul li a {
    flex-direction: column;
  }
  .progress-strip-view ul li::after {
    display: none;
  }
  .skew-stripe-left {
    padding: 10px 6% 10px 16%;
  }
  .skew-stripe-right {
    padding: 10px 16% 10px 6%;
  }
  .rendring-view-doc {
    height: auto;
  }
  .before-after-gallery .caption-slide {
    min-height: 145px;
    font-size: 11px;
  }
  .before-after-gallery .swiper-pagination {
    bottom: 157px !important;
  }
  figure.containerZoom img {
    height: 102px !important;
  }
  .slider-instance-wrapper .swiper-button-next {
    right: 4px !important;
  }
  .slider-instance-wrapper .swiper-button-prev {
    left: 4px !important;
  }
  .builder-service-box {
    height: auto !important;
  }
  .enhanced-box {
    width: 100% !important;
  }
  .realtorPkgthumbSwiper .swiper-slide {
    height: auto !important;
  }
  .realtor-pakage-details {
    overflow: auto;
  }
  #frmDesignOption span.number-icon {
    left: 10px !important;
    z-index: 88;
  }
  .limit-switch p {
    padding-top: 20px;
  }
  form#frmMembership .text-nowrap.ps-1 {
    font-size: 14px !important;
  }
  .not-homeowner .btn-link {
    font-size: 12px;
  }
  .not-homeowner span {
    width: 100%;
  }
  .dzinly-works {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .dzinly-works .video-link {
    position: inherit !important;
  }
  .dzinly-works .video-link p {
    font-size: 17px;
  }
  .dzinly-works .video-link p i {
    font-size: 35px !important;
    height: auto !important;
    width: auto !important;
    line-height: inherit !important;
  }
  .dzinly-works .video-link p span b {
    font-size: 12px !important;
  }
  .sketch-photo {
    height: auto;
  }
  .selected-combination-header h6 {
    font-size: 12px;
  }
  .selected-combination-header a {
    font-size: 12px;
  }
  .mob-my-designer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.1);
    height: 210px;
  }
  .mob-my-designer .toggle-expend-btn {
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background: #fff;
    display: block;
  }
  .mob-my-designer.active {
    height: auto;
  }
  .mob-my-designer.active .toggle-expend-btn {
    transform: rotate(180deg);
  }
  .mob-my-designer.active .mymaterials-toggle {
    max-height: 150px !important;
  }
  .mob-my-designer .card-header-nav {
    padding: 0;
    margin-top: 0;
    border-top: none;
  }
  .mob-my-designer .buynow-btn {
    width: 61px !important;
    min-width: 61px !important;
    max-height: 61px !important;
  }
  .mob-my-designer .mymaterials-toggle {
    max-height: 100px !important;
    min-height: 100px !important;
  }
  .vote-row img {
    display: none;
  }
  .vote-row .vote-row-con {
    width: 100%;
    position: inherit;
    background: #6d455a;
    padding: 30px 20px;
    left: 0;
    right: 0;
  }
  .vote-giveaway {
    height: 265px;
  }
  .vote-giveaway img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vote-giveaway .title {
    font-size: 16px;
    line-height: 25px;
    text-shadow: 1px 1px 0 #fff;
  }
  .vote-giveaway .title span {
    font-size: 18px;
  }
  .vote-giveaway .title small {
    font-size: 14px;
  }
  .vote-giveaway .votebtn .btn {
    font-size: 11px !important;
    width: 110px !important;
    line-height: 17px !important;
    padding: 6px 10px;
    border-radius: 12px;
  }
  .add-plis-icon {
    position: unset;
    padding-top: 11px;
  }
  .video .video-inner .video-link p {
    font-size: 14px !important;
  }
  #tab-heading br {
    display: none;
  }
  .homeowner-design-package .design-package-con-top {
    padding-top: 44px;
  }
  .homeowner-design-package .design-package-con-top .iconarrow {
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    transform: rotate(100deg);
  }
  .homeowner-design-package .computer-box .iconarrow-down {
    right: 10px;
  }
  .pricing-sidebar {
    max-height: inherit;
  }
  a.stickynote {
    position: inherit;
  }
  .package-card-box-title {
    font-size: 13px !important;
    line-height: 20px;
  }
  #primaryJobModal .modal-dialog {
    margin-left: 0 !important;
  }
  .progress-strip-viewnn ul li a {
    font-size: 11px;
  }
  .progress-strip-viewnn ul li span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .progress-strip ul li h6 {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    min-height: 26px;
  }
  .progress-strip ul li span {
    width: 28px;
    height: 28px;
    border: 2px solid #6d455a;
    font-size: 14px;
    outline: 4px solid #fff;
  }
  .refer-client-header .title {
    text-align: center !important;
    justify-content: center !important;
  }
  .progress-strip-viewnn li h6 {
    font-size: 12px;
  }
  .specification-outer .specification-main {
    min-height: 240px;
    height: 240px;
  }
  .specification-outer .specification-main .material-specifications .spec-model img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .specification-outer .specification-main .spec-sheet iframe {
    height: 240px;
  }
  .specification-outer .specification-main .spec-drawing iframe {
    height: 240px;
  }
  .material-specification {
    margin-top: 7px;
  }
  .qualified-contractors .qualified-contractors-body .qualified-contractors-sidebar {
    margin-top: 7px;
  }
  .review-specification-box .swiper-slide {
    height: auto !important;
  }
  .message-link ul li a {
    font-size: 13px;
  }
  .ai-step-progress li {
    padding-right: 15px;
  }
  .ai-step-progress li::after {
    width: 8px;
  }
  .design-view-right .design-view-modal-outer .design-view-action-box ul li a {
    padding: 8px;
    font-size: 13px;
  }
  .add-additional-photo-box .file-drop-zone-title {
    font-size: 8px;
  }
  .dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-gap {
    gap: 0;
    flex-direction: column;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none;
    flex-flow: column-reverse;
  }
  .dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box .list-gap.list-grup-r {
    flex-flow: inherit;
    flex-direction: column;
  }
  .dzinly-vs-others .dzinly-vs-others-inner .dzinly-vs-others-box ul li::after {
    display: none !important;
  }
  .qrcode-profile {
    position: inherit;
    right: 15px;
    top: 0;
    margin: 60px auto 0;
  }
  .aidesign-banner .caption-box {
    padding: 24px;
    box-shadow: 10px -10px 0px rgb(255, 255, 255), 10px 10px 20px rgba(0, 0, 0, 0.25);
    max-width: 82%;
    margin: 0 auto;
  }
  #profile_banner {
    padding-top: 33%;
  }
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rendring-view-doc {
    height: 299px;
  }
  figure.containerZoom img {
    height: 247px;
  }
  .before-after-gallery .swiper-pagination {
    bottom: 130px;
  }
  .before-after-gallery .caption-slide {
    min-height: 116px;
  }
}/*# sourceMappingURL=main.css.map */