@charset "UTF-8";

@import "animate.css";
@import "jquery.fancybox.min.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "../../assets/fonts/style.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Outfit:wght@100..900&amp;display=swap");
@import "bootstrap.css";
/* Header
-------------------------------------------------------------- */
.header-account {
  gap: 30px;
}
.header-account ul li {
  margin-right: 3px;
  font-weight: 400;
  font-size: 16px;
}
.header-account ul li:first-child {
  margin-right: 9px;
  margin-left: 6px;
}
.header-account ul li a:hover {
  color: #5462bd;
}
.header-account .flat-bt-top .sc-button {
  background-color: transparent;
  border: 1px solid #5462bd;
  padding: 14px 27px;
  border-radius: 14px;
}
.header-account .flat-bt-top .sc-button span,
.header-account .flat-bt-top .sc-button svg {
  color: #5462bd;
}
.header-account .flat-bt-top .sc-button svg {
  margin-right: 9px;
}
.header-account .header-search-icon,
.header-account .header-favorite {
  position: relative;
}
.header-account .header-search-icon::after,
.header-account .header-favorite::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #EDEDED;
  left: 37px;
}
.header-account .search-mobie {
  position: relative;
}
.header-account .search-mobie .header-search-icon .icon-autodeal-plus {
  display: none;
  rotate: 45deg;
}
.header-account .search-mobie .header-search-icon.opened .icon-autodeal-search {
  display: none;
}
.header-account .search-mobie .header-search-icon.opened .icon-autodeal-plus {
  display: block;
}
.header-account .search-mobie > .wd-find-select {
  position: absolute;
  width: 500px;
  right: 0;
  margin-top: 39px;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-account .search-mobie > .wd-find-select.opened {
  display: block;
}
.header-account .search-mobie > .wd-find-select i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.main-header {
  z-index: 99;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #FFFFFF;
}
.main-header.style2 {
  position: absolute;
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header.style2 .main-menu .navigation > li > a {
  color: #FFFFFF;
}
.main-header.style2 .header-account {
  color: #FFFFFF;
}
.main-header.style2 .header-account .header-search-icon::after,
.main-header.style2 .header-account .header-favorite::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.main-header.style2 .header-account .flat-bt-top .sc-button {
  border: 1px solid #FFFFFF;
}
.main-header.style2 .header-account .flat-bt-top .sc-button span,
.main-header.style2 .header-account .flat-bt-top .sc-button svg {
  color: #FFFFFF;
}
.main-header.style3 {
  /* margin: 10px 10px 0px 10px;
  border-radius: 16px; */
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
}
.main-header.style3 .mobile-button {
  top: 45%;
  right: 3px;
}

#showlogo {
  display: none;
}

/* Header top */
.tf-top-bar {
  padding: 13px 0px;
}
.tf-top-bar .tf-top-bar-left ul {
  gap: 33px;
}
.tf-top-bar .tf-top-bar-left ul li {
  gap: 8px;
}
.tf-top-bar .tf-top-bar-right {
  gap: 15px;
}
.tf-top-bar .tf-top-bar-right ul {
  gap: 20px;
}
.tf-top-bar .tf-top-bar-right ul li a {
  font-size: 14px;
  display: flex;
}
.tf-top-bar.style-1 {
  background-color: #24272C;
}
.tf-top-bar.style-1 .tf-top-bar-left ul li .icon {
  color: #FFFFFF;
}
.tf-top-bar.style-1 .tf-top-bar-right ul li a {
  color: #FFFFFF;
}
.tf-top-bar.style-2 {
  border-bottom: 1px solid #EDEDED;
}

.header-lower.is-fixed {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  opacity: 0;
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
}

.main-header.style2 .is-fixed.is-small {
  background-color: #24272C !important;
}

.header-lower.is-fixed.is-small {
  top: 0px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #FFFFFF;
}

.main-header .header-upper {
  position: relative;
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
}

.main-header .logo-box {
  position: relative;
  z-index: 10;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .logo-box .logo {
  position: relative;
}

.main-header .header-lower {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .nav-outer {
  position: relative;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 10px 0px 10px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
}

/* Main Menu */
.main-header .main-menu {
  position: relative;
  margin-left: 151px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-header .header-lower .main-menu .navigation {
  position: relative;
}

.main-header .main-menu .navigation > li {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: 27px;
}

.main-header .sticky-header .nav-outer .options-box {
  margin-top: 40px;
}

/*Sticky Header*/
.main-header .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
  display: none;
  cursor: pointer;
}

.main-header .sticky-header .logo {
  position: relative;
  padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-menu .navigation > li > a {
position: relative;
    display: block;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    padding: 14px 0px;
    letter-spacing: 0px;
    color: #24272C;
    font-size: 17px;
    text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li:last-child ul {
  right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
  top: 22px;
}

.main-header .sticky-header .main-menu .navigation > li > a > span {
  top: 10px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #5462bd;
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  width: 280px;
  z-index: 1;
  border-top: 2px solid #5462bd;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px 0px 16px 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  opacity: 0;
  text-align: left;
  transform: translateY(11px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 22.4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #24272C;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 16px 24px;
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
  color: #5462bd;
  background-color: rgba(255, 113, 1, 0.06);
}

.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  color: #24272C;
      font-family: 'Inter';
  content: "\f105";
  position: absolute;
  right: 13px;
  top: 1px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > a:after {
  color: #5462bd;
}

.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  border-top: 2px solid #5462bd;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px 0px 16px 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(-8px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 22.4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #24272C;
  padding: 16px 24px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > .current > a {
  color: #5462bd;
}

.main-header .main-menu .navigation > li > ul > li > ul > .current > a {
  color: #5462bd;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #5462bd;
  background-color: #FFFFFF;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #5462bd;
  background-color: rgba(255, 113, 1, 0.06);
}

.main-header .main-menu .navigation > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation li > ul > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation > li.dropdown2 > a::after {
  content: "\f078";
      font-family: 'Inter';
  font-weight: 900;
  font-size: 11px;
  margin-left: 8px;
  vertical-align: bottom;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  line-height: 28px;
  border: 1px solid var(--white-color-opicity-two);
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/***

====================================================================
	Mobile Menu
====================================================================

***/
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .nav-logo {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
  padding: 24px 20px;
}
.mobile-menu .nav-logo img {
  max-width: 200px;
}
.mobile-menu .bottom-canvas {
  padding: 30px 20px 30px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu .menu-box {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #FFFFFF;
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  right: 16px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}
.close-btn::before {
  content: "\f00d";
      font-family: 'Inter';
  font-size: 33px;
  font-weight: 100;
}

.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  text-align: end;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn::before {
  content: "\f078";
      font-family: 'Inter';
  font-size: 12px;
  font-weight: 600;
  color: #24272C;
}

.mobile-menu .navigation li.dropdown2 > ul li a {
  border-bottom: unset;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn span {
  opacity: 0;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: rgba(255, 113, 1, 0.06);
  padding: 15px 20px;
  border-radius: 10px;
}

.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li {
  margin-bottom: 0;
}

.mobile-menu .navigation li > ul > li > a,
.mobile-menu .navigation li > ul > li > ul > li > a {
  padding: 7px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
}

.mobile-menu .navigation li > ul > li > ul {
  padding-left: 15px;
}

.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0px;
  font-size: 15px;
  color: #24272C;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #5462bd;
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 22px 0px;
}

.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: #5462bd;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button::before {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}
.mobile-button::after {
  -webkit-transform: translate3d(0, 9px, 0);
  -moz-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-button.mobi-style::before, .mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #FFFFFF;
}

.mobile-menu .login-box {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mobile-menu .login-box i {
  margin-right: 5px;
}
.mobile-menu .menu-outer {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mobile-menu .button-mobi-sell {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
}
.mobile-menu .button-mobi-sell a {
  width: 100%;
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
  width: 3px;
}

.dashboard {
  background-color: #f7f7f7;
}
.dashboard .main-header .main-menu {
  margin-left: 780px;
}
.dashboard .avatars-box {
  margin-right: 31px;
}
.dashboard .avatars-box .images {
  margin-right: 11px;
  height: 34px;
  width: 34px;
  overflow: hidden;
  border-radius: 50%;
}
.dashboard .avatars-box .title-avatar a::after {
  content: "\f078";
      font-family: 'Inter';
  font-weight: 900;
  font-size: 11px;
  margin-left: 8px;
  vertical-align: bottom;
}

.box-avatar.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-avatar.dropdown-toggle::after {
  display: none;
}
.box-avatar.dropdown-toggle img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
}
.box-avatar.dropdown-toggle .name {
  color: #24272C;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.box-avatar.dropdown-toggle i {
  margin-left: 4px;
}

.dropdown-menu.dashboard-menu {
  border: none;
  border-top: 2px solid #5462bd;
  min-width: 240px;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(36, 39, 44, 0.1019607843);
  border-radius: 0 0 16px 16px;
}
.dropdown-menu.dashboard-menu a {
  padding: 15.4px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #24272C;
  position: relative;
  display: block;
}
.dropdown-menu.dashboard-menu a:hover {
  color: #5462bd;
}
.dropdown-menu.dashboard-menu a svg {
  margin: 0;
  margin-right: 8px;
  vertical-align: bottom;
}
.dropdown-menu.dashboard-menu a svg * {
  stroke: #24272C;
  opacity: 1;
}

/* button
--------------------------------------------------*/
.sc-button {
  display: inline-block;
  background-color: #5462bd;
  box-sizing: border-box;
  padding: 15px 36.5px;
  border-radius: 14px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button:hover, .sc-button.active {
  border-color: transparent;
  outline: 0 none;
  background-color: #24272C;
}
.sc-button:hover svg, .sc-button.active svg {
  animation: 0.3s link-icon2 linear;
}
.sc-button i {
  color: #FFFFFF;
  margin-left: 10px;
}
.sc-button svg {
  margin-right: 17px;
}
.sc-button svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-button.btn-55 {
  padding: 15px 55.5px !important;
}
.sc-button.btn-svg svg, .sc-button.btn-svg i {
  margin-right: 0;
}
.sc-button.btn-1 {
  background-color: transparent;
  border: 1px solid #5462bd;
  padding: 14px 31.5px;
      font-family: 'Inter';
  color: #5462bd;
}
.sc-button.btn-1 span {
  color: #5462bd;
  font-size: 16px;
}
.sc-button.btn-1 i {
  color: #5462bd;
  margin-left: 10px;
  font-size: 12px;
}
.sc-button.btn-1:hover, .sc-button.btn-1.active {
  background-color: #5462bd;
}
.sc-button.btn-1:hover span, .sc-button.btn-1:hover i, .sc-button.btn-1.active span, .sc-button.btn-1.active i {
  color: #FFFFFF;
}
.sc-button.btn-1:hover svg, .sc-button.btn-1:hover i, .sc-button.btn-1.active svg, .sc-button.btn-1.active i {
  animation: 0.3s link-icon2 linear;
}
.sc-button.btn-1:hover svg,
.sc-button.btn-1:hover path, .sc-button.btn-1.active svg,
.sc-button.btn-1.active path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.view-car {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
      font-family: 'Inter';
  color: #24272C;
  border: 1px solid #24272C;
  border-radius: 14px;
  padding: 9px 15.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-car:hover {
  color: #5462bd;
  border: 1px solid #5462bd;
}

/**
  	* flat title page
	* top filters
  	* flat brand
	* flat featured
    * wg-dream
    * flat search area
    * flat rent
    * flat meet
    * flat contact
    * comments
    * flat blog
    * flat testimonial
    * flat find neighborhood
    * flat estate near
    * flat properties rent
    * curved
    * flat testimonial2
    * flat agents
    * flat search home
    * flat why choose
    * flat your
    * flat testimonial3
    * flat contact2
    * flat explore
    * flat search today
    * flat why choose2
    * flat icon
    * flat testimonial4
    * flat pricing
    * flat property, property grid,list
    * flat map 1 2 3
    * flat agent, agent detail,sidebar
    * flat agencies, agencies detail,sidebar
    * flat about
    * flat service
    * flat contact page
    * flat property detail
    * flat error
    * flat blog grid,list,detail
    * flat video
    * flat count
    * flat faq
    * Modal Popup
*/
/* Page Title Inner
-------------------------------------------------------------- */
.flat-title-page.inner {
  padding: 328px 0 41px 0px;
  position: relative;
  background-image: url(../../assets/images/section/bg-page.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.flat-title-page .page-title-heading .heading {
  color: #FFFFFF;
  margin-bottom: 25px;
  line-height: 45px;
  font-size: 45px;
  font-weight: 700;
}
.flat-title-page .page-title-heading.style-2 {
  margin-right: 12px;
}
.flat-title-page .page-title-heading .icon-boxs {
  color: #FFFFFF;
}
.flat-title-page .page-title-heading .icon-4::before {
  content: "\f279";
      font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
}
.flat-title-page .page-title-heading .icons {
  margin-right: 19px;
}

.flat-title {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 60px;
}
.flat-title .title-inner {
  padding: 19px 0 17px;
}
.flat-title .title-inner .title-group {
  font-family: "Inter", sans-serif;
}
.flat-title .title-inner .title-group > a {
  position: relative;
  display: inline-block;
}
.flat-title .title-inner .title-group > a::after {
  content: "\f054";
      font-family: 'Inter';
  color: #B6B6B6;
  font-size: 8px;
  line-height: normal;
  margin: 0 8.5px 0 8.5px;
}
.flat-title .title-inner .title-group span {
  color: #B6B6B6;
}

.top-filters {
  padding: 30px 0px 30px 0px;
  background-color: #FFFFFF;
  z-index: 10;
  position: relative;
}
.top-filters.style {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.top-filters.style2 {
  padding: 24px 0px 30px 0px;
}
.top-filters .form-sl {
  padding: 0px;
  box-shadow: unset;
}
.top-filters .search-form .search-field {
  padding: 14px 15px 14px 43px;
  width: 217px;
}
.top-filters .search-form i {
  position: absolute;
  color: #8E8E93;
  top: 21px;
  left: 19px;
  cursor: pointer;
}
.top-filters .icon-filter {
  width: 160px;
}
.top-filters .icon-filter span {
  margin-right: 12px;
  font-size: 15px;
  font-weight: 700;
}
.top-filters .button-top {
  background: #FFF5E0;
}
.top-filters .button-top span {
  color: #24272C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-filters .button-top:hover {
  background: #5462bd;
}
.top-filters .button-top:hover span {
  color: #FFFFFF;
}
.top-filters .button-top:hover i {
  color: #FFFFFF;
}
.top-filters .button-top:hover path {
  stroke: #FFFFFF;
}
.top-filters .wd-find-select .group-select .nice-select {
  width: 217px;
}
.top-filters .wd-search-form {
  margin-left: 0;
}

.flat-tabs.style2 {
  position: relative;
}
.flat-tabs.style2 .box-tab {
  padding: 0px;
  margin-right: 13px;
}
.flat-tabs.style2 .tab-title li {
  position: relative;
  cursor: pointer;
  width: 112px;
  height: 54px;
  background-color: #FFF5E0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.flat-tabs.style2 .tab-title li i {
  margin-right: 8px;
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 100;
}
.flat-tabs.style2 .tab-title li h4 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs.style2 .tab-title li:hover, .flat-tabs.style2 .tab-title li.active {
  background-color: #5462bd;
}
.flat-tabs.style2 .tab-title li:hover h4, .flat-tabs.style2 .tab-title li.active h4 {
  color: #FFFFFF;
}
.flat-tabs.style2 .tab-title li:nth-child(1) {
  margin-right: 5px;
}

.overlay {
  background: #000000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.43%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* flat brand
--------------------------------------------------*/
.flat-brand .title-section {
  margin-bottom: 19px;
}
.flat-brand.page-contact {
  padding: 96px 0 241px;
  background-image: url(../../assets/images/section/bg-brand.html);
  background-position: bottom;
  background-repeat: no-repeat;
}
.flat-brand.page-contact .overlay {
  background: #FFFFFF;
  opacity: 0.2;
}
.flat-brand.page {
  background: #FFAD6B;
}
.flat-brand.home2 .swiper-container {
  margin-bottom: 30px;
}
.flat-brand.home2 .swiper-container:last-child {
  margin-bottom: 0;
}
.flat-brand.home3 {
  padding: 49px 0 157px;
}

.flat-tabs .tab-title li {
  position: relative;
  line-height: 24px;
  margin-right: 12.7px;
  padding-bottom: 5px;
  cursor: pointer;
  padding: 8px 14px 8px 14px;
  box-shadow: 0px 4px 18px 0px rgba(66, 71, 76, 0.1019607843);
}
.flat-tabs .tab-title li h5 {
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs .tab-title li:hover h5, .flat-tabs .tab-title li.active h5 {
  font-weight: 600;
  color: #5462bd;
}
.flat-tabs .tab-title li:last-child {
  margin-right: 0;
}

.flat-featured.home {
  padding: 0px 0 71px;
}
.flat-featured.home4 {
  padding-bottom: 100px;
}
.flat-featured.home4 .owl-stage-outer::after,
.flat-featured.home4 .owl-stage-outer::before {
  display: none;
}
.flat-featured.home5 {
  padding: 100px 0 70px;
}
.flat-featured.home5-two .flat-tabs .tab-title li {
  margin-right: 17px;
  padding: 8px 20px;
}
.flat-featured.home5-two .flat-tabs .tab-title li:hover h5,
.flat-featured.home5-two .flat-tabs .tab-title li.active h5 {
  font-weight: 800;
  color: #24272C;
      font-family: 'Inter';
}
.flat-featured.home5-two .flat-tabs .tab-title li h5 {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.flat-featured.home2 .flat-tabs .box-tab {
  margin-bottom: 45px;
}
.flat-featured.home2 .box {
  width: 100%;
  margin-left: 0;
}
.flat-featured.home2 .owl-dots {
  margin-top: 10px;
}
.flat-featured.home2 .owl-stage-outer::after,
.flat-featured.home2 .owl-stage-outer::before {
  content: "";
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.flat-featured.home2 .owl-stage-outer::after {
  right: 0;
  left: unset;
  width: 20%;
}
.flat-featured.home2 .owl-stage-outer::before {
  right: unset;
  left: 0;
  width: 20%;
}
.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::after,
.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::before {
  display: none;
}
.flat-featured.home3 {
  padding: 100px 0 71px;
}
.flat-featured.home3 .flat-tabs .box-tab {
  margin-bottom: 44px;
}
.flat-featured.home3 .box {
  width: calc(33.333% - 30px);
}
.flat-featured .heading-section {
  margin-bottom: 30px;
}
.flat-featured .box {
  width: calc(25% - 30px);
  margin-left: 30px;
}
.flat-featured .box.style-2 {
  width: calc(33.33333% - 30px);
}

.icon-p {
  color: #24272C;
}
.icon-p::before {
  content: "\f279";
      font-family: 'Inter';
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #696665;
}

.star {
  margin-left: -2px;
}
.star svg {
  fill: #FFBB0B;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.flat-search-area .wrap-search-area {
  position: relative;
  flex-wrap: wrap;
}
.flat-search-area .box {
  width: calc(25% - 0px);
  position: relative;
  overflow: hidden;
}
.flat-search-area .box .imgs {
  width: 100%;
}

.wg-search-area .box .images {
  position: relative;
}
.wg-search-area .box .images::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  z-index: 1;
  opacity: 0.7;
}
.wg-search-area .box:hover .images::after {
  height: 200%;
}
.wg-search-area .box .content {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  z-index: 2;
}
.wg-search-area .box .content h3 {
  margin-bottom: 6px;
}

.comments .comment-form label {
  margin-bottom: 6px;
  color: #24272C;
}
.comments .comment-form .nice-select {
  padding: 16px 20px 14px 46px;
  font-size: 14px;
  margin-bottom: 24px;
  border-radius: 10px;
}
.comments .comment-form .icon {
  position: absolute;
  left: 18px;
  top: 43px;
}
.comments .comment-form .toggle-password {
  color: #B6B6B6;
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 47px;
}
.comments .comment-form .text-wrap {
  margin-left: -22px;
}
.comments .comment-form .text-wrap fieldset {
  width: calc(50% - 22px);
  margin-left: 22px;
}
.comments .comment-form .input-item input {
  border: 1px solid #B6B6B6;
  padding: 11px 14px 13px 17px;
  color: #24272C;
  font-weight: 500;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.comments .comment-form .input-item input::placeholder {
  color: #24272C;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-form .input-item input:focus {
  border: 1px solid #5462bd;
}
.comments .comment-form fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.comments .comment-form fieldset.message-wrap {
  margin-bottom: 16px;
}
.comments .comment-form fieldset input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.comments .comment-form fieldset input::placeholder {
  color: #24272C;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-form fieldset input:focus {
  border: 1px solid #5462bd;
}
.comments .comment-form fieldset textarea {
  padding: 13px 15px 37px 17px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  color: #24272C;
  font-weight: 500;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.comments .comment-form fieldset textarea::placeholder {
  color: #24272C;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-form fieldset textarea:focus {
  border: 1px solid #5462bd;
}
.comments .comment-form button {
  padding: 16px 50px 13px 50px;
  border: unset;
}

.flat-blog.home {
  background-color: #F7F7F7;
}
.flat-blog.home2 .content {
  padding: 20px 0px 0;
}
.flat-blog.home2 .sub-box {
  left: 24.5%;
}
.flat-blog.page-detail {
  padding: 41px 0 100px;
}
.flat-blog.page-detail .title-heading {
  margin-bottom: 30px;
}
.flat-blog .sub-box {
  margin-bottom: 29px;
}
.flat-blog .sub-box .title-1 {
  color: #696665;
}
.flat-blog .sub-box .title-2 {
  margin-right: 24px;
  position: relative;
}
.flat-blog .sub-box .title-2::before {
      font-family: 'Inter';
  font-size: 14px;
  font-weight: 100;
  content: "\f07c";
  margin-right: 6px;
  color: #696665;
}
.flat-blog .sub-box .title-2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: -13px;
  top: 2px;
  background-color: #EDEDED;
}
.flat-blog .content {
  padding-top: 28px;
}
.flat-blog .content h3 {
  margin-bottom: 6px;
}
.flat-blog .content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog .content h3 a:hover {
  color: #5462bd;
}

.meta .btn-button span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meta .btn-button i {
  margin-left: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meta .btn-button svg {
  margin-left: 11px;
}
.meta .btn-button svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meta.style .btn-button:hover span {
  color: #5462bd;
}
.meta.style .btn-button:hover i {
  color: #5462bd;
}
.meta.style .btn-button:hover svg path {
  stroke: #5462bd;
}

.curved-group div div:nth-child(1) {
  transform: rotate(12.7deg);
}
.curved-group div div:nth-child(1) span {
  transform: rotate(-180deg);
}

.curved-group div div:nth-child(2) {
  transform: rotate(25.4deg);
}
.curved-group div div:nth-child(2) span {
  transform: rotate(-360deg);
}

.curved-group div div:nth-child(3) {
  transform: rotate(38.1deg);
}
.curved-group div div:nth-child(3) span {
  transform: rotate(-540deg);
}

.curved-group div div:nth-child(4) {
  transform: rotate(50.8deg);
}
.curved-group div div:nth-child(4) span {
  transform: rotate(-720deg);
}

.curved-group div div:nth-child(5) {
  transform: rotate(63.5deg);
}
.curved-group div div:nth-child(5) span {
  transform: rotate(-900deg);
}

.curved-group div div:nth-child(6) {
  transform: rotate(76.2deg);
}
.curved-group div div:nth-child(6) span {
  transform: rotate(-1080deg);
}

.curved-group div div:nth-child(7) {
  transform: rotate(88.9deg);
}
.curved-group div div:nth-child(7) span {
  transform: rotate(-1260deg);
}

.curved-group div div:nth-child(8) {
  transform: rotate(101.6deg);
}
.curved-group div div:nth-child(8) span {
  transform: rotate(-1440deg);
}

.curved-group div div:nth-child(9) {
  transform: rotate(114.3deg);
}
.curved-group div div:nth-child(9) span {
  transform: rotate(-1620deg);
}

.curved-group div div:nth-child(10) {
  transform: rotate(127deg);
}
.curved-group div div:nth-child(10) span {
  transform: rotate(-1800deg);
}

.curved-group div div:nth-child(11) {
  transform: rotate(139.7deg);
}
.curved-group div div:nth-child(11) span {
  transform: rotate(-1980deg);
}

.curved-group div div:nth-child(12) {
  transform: rotate(152.4deg);
}
.curved-group div div:nth-child(12) span {
  transform: rotate(-2160deg);
}

.curved-group div div:nth-child(13) {
  transform: rotate(165.1deg);
}
.curved-group div div:nth-child(13) span {
  transform: rotate(-2340deg);
}

.curved-group div div:nth-child(14) {
  transform: rotate(177.8deg);
}
.curved-group div div:nth-child(14) span {
  transform: rotate(-2520deg);
}

.curved-group div div:nth-child(15) {
  transform: rotate(190.5deg);
}
.curved-group div div:nth-child(15) span {
  transform: rotate(-2700deg);
}

.curved-group div div:nth-child(16) {
  transform: rotate(203.2deg);
}
.curved-group div div:nth-child(16) span {
  transform: rotate(-2880deg);
}

.curved-group div div:nth-child(17) {
  transform: rotate(215.9deg);
}
.curved-group div div:nth-child(17) span {
  transform: rotate(-3060deg);
}

.curved-group div div:nth-child(18) {
  transform: rotate(228.6deg);
}
.curved-group div div:nth-child(18) span {
  transform: rotate(-3240deg);
}

.curved-group div div:nth-child(19) {
  transform: rotate(241.3deg);
}
.curved-group div div:nth-child(19) span {
  transform: rotate(-3420deg);
}

.curved-group div div:nth-child(20) {
  transform: rotate(254deg);
}
.curved-group div div:nth-child(20) span {
  transform: rotate(-3600deg);
}

.curved-group div div:nth-child(21) {
  transform: rotate(266.7deg);
}
.curved-group div div:nth-child(21) span {
  transform: rotate(-3780deg);
}

.curved-group div div:nth-child(22) {
  transform: rotate(279.4deg);
}
.curved-group div div:nth-child(22) span {
  transform: rotate(-3960deg);
}

.curved-group div div:nth-child(23) {
  transform: rotate(292.1deg);
}
.curved-group div div:nth-child(23) span {
  transform: rotate(-4140deg);
}

.curved-group div div:nth-child(24) {
  transform: rotate(304.8deg);
}
.curved-group div div:nth-child(24) span {
  transform: rotate(-4320deg);
}

.curved-group div div:nth-child(25) {
  transform: rotate(317.5deg);
}
.curved-group div div:nth-child(25) span {
  transform: rotate(-4500deg);
}

.curved-group div div:nth-child(26) {
  transform: rotate(330.2deg);
}
.curved-group div div:nth-child(26) span {
  transform: rotate(-4680deg);
}

.curved-group div div:nth-child(27) {
  transform: rotate(342.9deg);
}
.curved-group div div:nth-child(27) span {
  transform: rotate(-4860deg);
}

.curved-group div div:nth-child(28) {
  transform: rotate(355.6deg);
}
.curved-group div div:nth-child(28) span {
  transform: rotate(-5040deg);
}

.curved-group div div:nth-child(22) {
  transform: rotate(279.4deg);
  top: 3px;
}

.curved-group div div:nth-child(23) {
  transform: rotate(292.1deg);
  top: 1px;
  left: 39px;
}

.flat-testimonial2 .heading-tesi {
  padding-top: 37px;
}
.flat-testimonial2 .heading-tesi h2 {
  margin-bottom: 16px;
}
.flat-testimonial2 .heading-tesi .text-1 {
  margin-bottom: 49px;
}
.flat-testimonial2 .heading-tesi .icon-testi {
  margin-bottom: 23px;
}
.flat-testimonial2 .heading-tesi .img-author img {
  margin-right: 13px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.flat-testimonial2 .text-testi {
  border-bottom: 4px solid #5462bd;
  padding-bottom: 21px;
  font-style: italic;
  margin-bottom: 27px;
}
.flat-testimonial2 .text-testi::after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #FFA920;
  position: absolute;
  bottom: -18px;
  left: 23px;
}
.flat-testimonial2 .box.box-1 {
  margin-right: 29px;
}
.flat-testimonial2 .box.box-1 .media:nth-child(1) {
  margin-bottom: 29px;
}
.flat-testimonial2 .box.box-2 .media:nth-child(1) {
  margin-bottom: 30px;
}
.flat-testimonial2 .box.box-2 .media:nth-child(2) {
  margin-bottom: 30px;
}
.flat-testimonial2 .box .button-testi {
  margin-right: -15px;
}
.flat-testimonial2 .box .button-testi i {
  margin-right: 9px;
}
.flat-testimonial2 .box .button-testi a {
  padding: 16px 18px 16px 20px;
}

.flat-are-interested {
  background: #F7F7F7;
}

.flat-agents {
  background-image: url(../../assets/images/section/bg-contact.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF5E0;
  padding: 28px 0 29px;
}
.flat-agents .heading-section {
  margin-bottom: 0;
  padding: 76px 13px 76px 116px;
}
.flat-agents .heading-section .text-1 {
  margin-bottom: 53px;
}
.flat-agents .heading-section .icon-img {
  margin-bottom: 24px;
}
.flat-agents .heading-section .text-2 {
  font-style: italic;
  margin-bottom: 45px;
}
.flat-agents .heading-section .title-content {
  margin-bottom: 29px;
}
.flat-agents .heading-section .signature {
  margin-bottom: 45px;
}
.flat-agents .heading-section .button-one {
  margin-right: 10px;
}
.flat-agents .heading-section .button-two {
  margin-left: 10px;
}
.flat-agents .sc-button {
  width: 170px;
}
.flat-agents .video-box {
  margin-right: 3px;
}
.flat-agents .video-box .post-video a {
  position: absolute;
  left: 56.5%;
}

.flat-search-home {
  background-image: url(../../assets/images/section/bg-search-home.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 101px 0 297px;
  color: #FFFFFF;
}
.flat-search-home p {
  color: rgba(255, 255, 255, 0.8);
}
.flat-search-home .heading-section {
  padding: 0 230px;
}
.flat-search-home .box-icon .icon {
  margin-right: 49px;
  margin-top: 5px;
}
.flat-search-home .box-icon .icon::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0px;
  transform: rotate(21deg);
  position: absolute;
  margin-left: 24px;
}
.flat-search-home .box-icon .content p {
  margin-bottom: 14px;
}

.flat-slider-home3 {
  margin-top: -242px;
  padding-bottom: 118px;
}

.flat-why-choose .wrap-why-choose {
  margin-left: -1px;
  flex-wrap: wrap;
}
.flat-why-choose .wrap-why-choose .box {
  width: calc(33.333% - 1px);
  margin-left: 1px;
  border-right: 1px solid #EFEFEF;
  padding: 0 20px;
}
.flat-why-choose .wrap-why-choose .box:last-child {
  border-right: 0px solid #EFEFEF;
}
.flat-why-choose .wrap-why-choose .box .icon {
  margin-bottom: 23px;
}
.flat-why-choose .wrap-why-choose .box .icon svg {
  transition: all 0.8s ease;
}
.flat-why-choose .wrap-why-choose .box h4 {
  margin-bottom: 17px;
}
.flat-why-choose .wrap-why-choose .box .images {
  margin-bottom: 17px;
  display: inline-flex;
}
.flat-why-choose .wrap-why-choose .box p {
  margin-bottom: 18px;
}
.flat-why-choose .wrap-why-choose .box:hover .icon svg {
  transform: rotateY(180deg);
}

.flat-your .swiper-slide {
  overflow: hidden;
}
.flat-your .box {
  overflow: hidden;
}
.flat-your .box:hover .content {
  bottom: 18px;
  z-index: 99;
}
.flat-your .box:hover .content p {
  margin-bottom: 10px;
}
.flat-your .box .img {
  width: 100%;
  height: 354px;
}
.flat-your .box .images::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  z-index: 1;
  opacity: 0.7;
  border-radius: 10px;
}
.flat-your .box .content {
  margin-top: -75px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 98;
  bottom: -18px;
  left: 21px;
  position: absolute;
}
.flat-your .box .content h3 {
  margin-bottom: 6px;
}
.flat-your .box .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.flat-your .box .btn-button svg {
  margin-left: 7px;
}

.flat-testimonial3 {
  color: #FFFFFF;
}
.flat-testimonial3 .swiper-container {
  margin-bottom: -110px;
  padding-bottom: 110px;
}
.flat-testimonial3 .bg-image {
  margin-top: -301px;
  background-image: url(../../assets/images/section/bg-testimonial.html);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 665px;
}
.flat-testimonial3 .group-testi {
  position: relative;
  z-index: 1;
}
.flat-testimonial3 .wrap-testi {
  width: 65.8%;
  z-index: 1;
}
.flat-testimonial3 .wrap-testi .swiper-container {
  margin: -50px 0 -110PX;
  padding: 50px 0 110PX;
}
.flat-testimonial3 .wrap-testi .box {
  background-color: #5462bd;
  border-radius: 10px 10px 0px 10px;
  padding: 0px 10px 29px;
}
.flat-testimonial3 .wrap-testi .images {
  margin-bottom: 25px;
}
.flat-testimonial3 .wrap-testi .images img {
  margin-top: -56px;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  border: 6px solid #FFF5E0;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2392156863);
}
.flat-testimonial3 .wrap-testi .texts {
  margin-bottom: 19px;
}
.flat-testimonial3 .wrap-testi svg {
  margin-bottom: 21px;
}
.flat-testimonial3 .wrap-heading {
  width: 35.2%;
}
.flat-testimonial3 .wrap-heading .box-heading {
  margin-top: 207px;
  background-color: #FFFFFF;
  padding: 31px 30px;
  border-radius: 0px 0px 10px 10px;
}
.flat-testimonial3 .wrap-heading .box-heading h2 {
  margin-bottom: 14px;
}

.flat-contact2 {
  background-image: url(../../assets/images/section/bg-contact2.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 62px;
  background-color: #FFFFFF;
}
.flat-contact2 .heading-section {
  padding-right: 414px;
  margin-bottom: 0;
}
.flat-contact2 .heading-section p {
  margin-bottom: 82px;
}
.flat-contact2 .heading-section .sc-button {
  width: 212px;
}
.flat-contact2 .mark-img {
  position: absolute;
  top: -158px;
  right: 14px;
}
.flat-contact2.style .mark-img {
  position: absolute;
  top: -72px;
  right: -18px;
}
.flat-contact2.style .mark-img img {
  width: 84.5%;
}

.flat-explore .box {
  text-align: -webkit-center;
}
.flat-explore .box .images {
  margin-bottom: 20px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
}
.flat-explore .box h3 {
  margin-bottom: 6px;
}
.flat-explore .swiper-button-next,
.flat-explore .swiper-button-prev {
  top: 59%;
}
.flat-explore .swiper-button-prev {
  left: -44px;
}

.flat-sale.home3 {
  padding: 95px 0 100px;
}

.flat-discover {
  padding-bottom: 99px;
}

.flat-search-today {
  background-color: #FFF5E0;
}
.flat-search-today .bg-images {
  background-image: url(../../assets/images/section/bg-search-today.html);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.flat-search-today .wrap-search-today {
  padding: 101px 0px 93px 21px;
  overflow: hidden;
}
.flat-search-today .wrap-search-today .heading-section {
  padding-right: 100px;
  margin-bottom: 133px;
}
.flat-search-today .wrap-search-today .box:hover .icon-socials {
  right: 0;
  opacity: 1;
}
.flat-search-today .wrap-search-today .images {
  border-radius: 10px 10px 0 0;
  position: relative;
}
.flat-search-today .wrap-search-today .images .icon-socials {
  background-color: #5462bd;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: -30px;
  display: grid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.flat-search-today .wrap-search-today .images .icon-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-search-today .wrap-search-today .images .icon-socials i {
  font-size: 17px;
  color: #FFFFFF;
}
.flat-search-today .wrap-search-today .content {
  background-color: #FFFFFF;
  padding: 20px;
}
.flat-search-today .wrap-search-today .content h3 {
  margin-bottom: 4px;
}
.flat-search-today .wrap-search-today .content p {
  margin-bottom: 13px;
}

.flat-why-choose2 .images {
  margin-right: -10px;
  margin-top: 2px;
}
.flat-why-choose2 .heading-section {
  margin-top: 90px;
}
.flat-why-choose2 .wrap-icon {
  padding-right: 55px;
}
.flat-why-choose2 .wrap-icon .box {
  margin-bottom: 39px;
}
.flat-why-choose2 .wrap-icon .box .icon {
  margin-right: 25px;
}
.flat-why-choose2 .wrap-icon .box .content {
  padding-top: 1px;
}
.flat-why-choose2 .wrap-icon .box .content h4 {
  margin-bottom: 15px;
}
.flat-why-choose2 .wrap-icon .box .content p {
  margin-bottom: 10px;
}

.flat-icon {
  background-image: url(../../assets/images/section/bg-icon.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 101px 55px 63px 0px;
}
.flat-icon .heading-section {
  padding-left: 58px;
}
.flat-icon .container {
  max-width: 1080px;
}
.flat-icon .box {
  background-color: #FFFFFF;
  padding: 30px 30px 30px 28px;
  border-radius: 10px;
  height: 363px;
}
.flat-icon .box:hover .icon svg {
  transform: rotateY(180deg);
}
.flat-icon .box .icon {
  margin-bottom: 13px;
}
.flat-icon .box .icon svg {
  transition: all 0.8s ease;
}
.flat-icon .box .inner {
  min-height: 190px;
  padding-bottom: 11px;
  margin-bottom: 29px;
  border-bottom: 1px solid #B6B6B6;
}
.flat-icon .box h3 {
  margin-bottom: 12px;
}

.flat-testimonial4 {
  background-image: url(../../assets/images/section/bg-testimonial2.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 111px;
}
.flat-testimonial4 .box {
  padding: 2px 190px;
}
.flat-testimonial4 .box svg {
  margin-bottom: 11px;
}
.flat-testimonial4 .box .texts {
  margin-bottom: 39px;
}
.flat-testimonial4 .box .images {
  margin-bottom: 15px;
}
.flat-testimonial4 .box .images img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.flat-pricing {
  padding-bottom: 100px;
}
.flat-pricing.page {
  padding: 92px 0 0;
}
.flat-pricing .box {
  background: #FFFFFF;
  padding: 41px 30px 30px;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-pricing .box:hover {
  transform: translateY(-5px);
}
.flat-pricing .box .sub-title {
  margin-bottom: 14px;
}
.flat-pricing .box .text-sub {
  margin-bottom: 31px;
  color: #24272C;
}
.flat-pricing .box .title-price {
  margin-bottom: 15px;
}
.flat-pricing .box .title-price h2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-pricing .box .title-price .mo {
  margin-left: 14px;
  margin-top: 26px;
  color: #696665;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-pricing .box .texts {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-pricing .box .check {
  margin-bottom: 24px;
}
.flat-pricing .box .check li {
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
}
.flat-pricing .box .check li::before {
  content: "\f00c";
      font-family: 'Inter';
  font-size: 6px;
  font-weight: 600;
  color: #fff;
  margin-right: 13px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5462bd;
  border-radius: 50%;
  flex: none;
}
.flat-pricing .box .button-pricing a {
  width: 100%;
  text-align: center;
}
.flat-pricing .box.active {
  background-color: #5462bd;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-pricing .box.active .title-price .mo {
  margin-left: 6px;
  color: #FFFFFF;
}
.flat-pricing .box.active .texts {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(239, 239, 239, 0.5);
}
.flat-pricing .box.active .text-sub {
  color: #FFFFFF;
}
.flat-pricing .box.active .check li {
  font-weight: 600;
      font-family: 'Inter';
  margin-bottom: 15.5px;
}
.flat-pricing .box.active .check li::before {
  background-color: #FFFFFF;
  color: #5462bd;
}
.flat-pricing .box.active .button-pricing a {
  background-color: #FFFFFF;
}
.flat-pricing .box.active .button-pricing a span {
  color: #5462bd;
}
.flat-pricing .box.active .button-pricing a:hover {
  background-color: #EDEDED;
}

.flat-property .inner-heading {
  margin-bottom: 60px;
}
.flat-property .inner-heading .social-listing p {
  color: #24272C;
  margin-right: 13px;
}

.flat-property-grid .box {
  margin-left: 0;
}

.flat-property-grid-1 .wrap-property {
  margin-left: -30px;
  flex-wrap: wrap;
}
.flat-property-grid-1 .post {
  width: 78.3%;
  padding-right: 15px;
  padding-left: 15px;
}
.flat-property-grid-1 .side-bar {
  width: 19.95%;
  margin-left: 15px;
  margin-right: 15px;
}
.flat-property-grid-1 .swiper-container {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
}
.flat-property-grid-1 .box-dream .featured {
  left: -21px;
}

.flat-property-grid-2 .post {
  padding-right: 20px;
}
.flat-property-grid-2 .box-dream.style-dream {
  padding: 15px 16px 15px 16px;
}
.flat-property-grid-2 .swiper-container {
  margin-left: -5px;
  margin-right: -5px;
}

.flat-property-list .post {
  padding-right: 20px;
}
.flat-property-list .box {
  padding: 16px 14px 16px 16px;
}
.flat-property-list .box .content {
  width: 60%;
}

.flat-property-list1 .post {
  width: 78.3%;
  padding-right: 15px;
  padding-left: 15px;
}
.flat-property-list1 .side-bar {
  width: 19.95%;
  margin-left: 15px;
  margin-right: 15px;
}

.flat-property-list2 {
  padding-bottom: 95px;
}
.flat-property-list2 .box {
  padding: 16px 14px 16px 16px;
}
.flat-property-list2 .box .image-group {
  flex: none;
  width: 540px;
}
.flat-property-list2 .box .image-group .img-box .img-2,
.flat-property-list2 .box .image-group .img-box .img-3 {
  margin-bottom: 2px;
}
.flat-property-list2 .box .image-group .img-box.img-box1 {
  margin-right: 0px;
  width: 54.2%;
  flex: unset !important;
}
.flat-property-list2 .box .image-group .img-box.img-box2 {
  width: 26.9%;
  margin-left: 2px;
}
.flat-property-list2 .box .image-group .img-box.img-box3 {
  margin-left: 2px;
  width: 26.9%;
}
.flat-property-list2 .box .image-group .img-box .imgs {
  height: 100%;
  width: 100%;
}
.flat-property-list2 .box .image-group .img-box img {
  width: 100%;
  object-fit: cover;
}
.flat-property-list2 .box .image-group .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-property-list2 .box .image-group .icon-inner::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}
.flat-property-list2 .box .image-group .icon-inner .contents {
  position: absolute;
  margin-top: 3px;
}
.flat-property-list2 .box .image-group .icon-inner .contents svg {
  margin-bottom: 3px;
}
.flat-property-list2 .box .content {
  width: 50%;
  padding-left: 17px;
}
.flat-property-list2 .box .content .icon-box {
  padding-bottom: 26px;
}
.flat-property-list2 .themesflat-pagination {
  margin-top: 48px;
}

.wd-feature-map #map,
.wd-feature-map iframe {
  width: 100%;
  height: 600px;
}

.content-right #map,
.content-right iframe {
  width: 100%;
  height: 100%;
}

.wrap-map .content-left {
  width: 51%;
  padding: 40px 38px 35px 93px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
.wrap-map .content-left .category-filter {
  margin-bottom: 21px;
}
.wrap-map .content-left .box {
  margin-bottom: 25px;
}
.wrap-map .content-left .themesflat-pagination {
  margin-top: 1px;
}
.wrap-map .content-right {
  width: 49%;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 100%;
  right: 0;
}

.wrap-map2 .content-left .box {
  width: calc(100% - 0px);
  border: unset;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
  margin-bottom: 19.5px;
}
.wrap-map2 .content-left .box .content {
  width: 61.5%;
}
.wrap-map2 .content-left .box .content .icon-box {
  padding-bottom: 33px;
}
.wrap-map2 .content-left .themesflat-pagination {
  margin-top: 30px;
}

.wrap-map3 {
  padding-bottom: 0;
}
.wrap-map3 .content-left {
  width: 35.3%;
  padding: 40px 30px 35px 92px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
.wrap-map3 .content-left .category-filter {
  margin-bottom: 21px;
}
.wrap-map3 .content-left .box {
  padding: 17px 16px 16px 16px;
  margin-bottom: 19px;
}
.wrap-map3 .content-left .box .image-group {
  width: 100%;
}
.wrap-map3 .content-left .box .content {
  width: 100%;
  padding-left: 0;
}
.wrap-map3 .content-left .box .content .icon-box {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.wrap-map3 .content-left .themesflat-pagination {
  margin-top: 30px;
}
.wrap-map3 .icon-d {
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-map3 .icon-d.icon-repeat {
  top: 40px;
}
.wrap-map3 .icon-d:hover {
  background-color: #FFF5E0;
}
.wrap-map3 .content-right {
  width: 64.7%;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 100%;
  right: 0;
}

.flat-agent-sidebar .post .heading-listing {
  margin-bottom: 0;
}
.flat-agent-sidebar .post .wd-find-select .group-select .nice-select {
  width: 240px;
}
.flat-agent-sidebar .wrap-list {
  position: relative;
}
.flat-agent-sidebar .wrap-list .box .content {
  margin-bottom: 7px;
}

.flat-agent.page .category-filter {
  margin-bottom: 24px;
}
.flat-agent.page .wd-find-select .group-select .nice-select {
  width: 240px;
}
.flat-agent.page .box {
  padding: 0;
}
.flat-agent.page .box .content {
  padding: 20px 20px 16px;
}
.flat-agent.page .images {
  margin-right: 0;
}
.flat-agent.page .images img {
  height: 202px;
}
.flat-agent.page .icon-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.flat-agent.page .themesflat-pagination {
  margin-top: 10px;
}
.flat-agent .images {
  margin-right: 30px;
  border-radius: 10px;
}
.flat-agent .images img {
  height: 100%;
}
.flat-agent .box {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 20px 20px 17px;
  margin-bottom: 30px;
}
.flat-agent .box .content h3 {
  margin-bottom: 2px;
}
.flat-agent .box .content p {
  margin-bottom: 21px;
}
.flat-agent .icon-group {
  margin-bottom: 20px;
  padding-bottom: 39px;
  border-bottom: 1px solid #E4E4E4;
}
.flat-agent .icon-group .icon-phone {
  margin-bottom: 6px;
}
.flat-agent .icon-group .icon-phone::before {
      font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  content: "\f4d2";
  transform: rotate(99deg);
  display: inline-block;
  margin-right: 10px;
  color: #8E8E93;
}
.flat-agent .icon-group .icon-email a {
  text-decoration-line: underline;
}
.flat-agent .icon-group .icon-email::before {
      font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  content: "\f0e0";
  text-decoration-line: unset;
  margin-right: 10px;
  color: #8E8E93;
}

.icon-social-wg {
  padding-left: 5px;
}
.icon-social-wg a i {
  font-size: 17px;
  margin-right: 19px;
  color: #8E8E93;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-social-wg a i:hover {
  color: #5462bd;
}
.icon-social-wg.style a i {
  color: #C8C8CF;
}
.icon-social-wg.style a i:hover {
  color: #5462bd;
}

.flat-agent-detail {
  padding-bottom: 105px;
}
.flat-agent-detail .titles {
  margin-bottom: 2px;
}
.flat-agent-detail .sub-text p {
  margin-right: 4px;
}
.flat-agent-detail .icon-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.flat-agent-detail .icon-group .icon-email {
  margin-bottom: 5px;
}
.flat-agent-detail .icon-group .icon-map::before {
      font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  content: "\f3c5";
  display: inline-block;
  margin-right: 12px;
  margin-left: 2px;
  color: #8E8E93;
}
.flat-agent-detail .box-text {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 20px 20px 19px;
  margin-bottom: 31px;
}
.flat-agent-detail .box-text .text-1,
.flat-agent-detail .box-text h3 {
  margin-bottom: 12px;
}
.flat-agent-detail .wrap-item {
  padding-bottom: 5px;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 30px;
}
.flat-agent-detail .wrap-item .box {
  padding: 20px 17px 17px;
  margin-bottom: 26px;
}
.flat-agent-detail .wrap-item .box .content {
  width: 61.5%;
}
.flat-agent-detail .wrap-item .box .content h3 {
  margin-bottom: 6px;
}

.group-button-view a {
  width: 240px;
}
.group-button-view a span {
  margin-right: 20px;
}
.group-button-view a span::after {
  background-color: rgba(255, 113, 1, 0.2);
}

.wg-tabs .flat-tabs {
  position: relative;
  z-index: 9;
}
.wg-tabs .flat-tabs .tab-title {
  padding-bottom: 16px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E4E4E4;
}
.wg-tabs .flat-tabs .tab-title li {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 13px;
}
.wg-tabs .flat-tabs .tab-title li h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 8px;
}
.wg-tabs .flat-tabs .tab-title li:hover h3, .wg-tabs .flat-tabs .tab-title li.active h3 {
  color: #5462bd;
}
.wg-tabs .flat-tabs .tab-title li:hover::after, .wg-tabs .flat-tabs .tab-title li.active::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  background: #5462bd;
  left: 100%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flat-agencies-sidebar .box-2 {
  margin-top: 2px;
}
.flat-agencies-sidebar .wd-find-select .group-select .nice-select {
  width: 240px;
}
.flat-agencies-sidebar.style .category-filter {
  margin-bottom: 24px;
}

.flat-agencies .images {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.flat-agencies .box-agencies {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.flat-agencies .box-agencies .icon-brand {
  display: inline-flex;
  margin-left: 20px;
  margin-top: -45px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.flat-agencies .box-agencies .icon-brand img {
  border-radius: 10px;
}
.flat-agencies .box-agencies .content {
  padding: 19px 20px 16px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.flat-agencies .box-agencies .content .title-group {
  margin-bottom: 20px;
}
.flat-agencies .box-agencies .content .title-group h3 {
  margin-bottom: 2px;
}
.flat-agencies .box-agencies .content ul {
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 21px;
}
.flat-agencies .box-agencies .content ul li {
  margin-bottom: 12px;
}
.flat-agencies .box-agencies .content ul .one {
  width: 28%;
}
.flat-agencies .box-agencies .content ul .two {
  width: 72%;
}

.flat-agencies-sidebar2 .box-agencies {
  padding: 20px 20px 22px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 30px;
}
.flat-agencies-sidebar2 .box-agencies .images {
  width: 90px;
  height: 90px;
  border: 1px solid #E4E4E4;
  margin-right: 30px;
}
.flat-agencies-sidebar2 .box-agencies .content .title-group {
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #E4E4E4;
}
.flat-agencies-sidebar2 .box-agencies .content h3 {
  margin-bottom: 4px;
}
.flat-agencies-sidebar2 .box-agencies .content p {
  margin-bottom: 17px;
  margin-left: 2px;
}
.flat-agencies-sidebar2 .box-agencies .icon-info a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  line-height: 38px;
  text-align: center;
  margin-right: 4px;
}
.flat-agencies-sidebar2 .box-agencies .icon-info a:hover {
  border: 1px solid #5462bd;
  background-color: #5462bd;
}
.flat-agencies-sidebar2 .box-agencies .icon-info a:hover path {
  fill: #FFFFFF;
}
.flat-agencies-sidebar2 .box-agencies .icon-socials {
  margin-top: 13px;
  margin-right: -18px;
}
.flat-agencies-sidebar2 .themesflat-pagination {
  margin-top: 60px;
}

.flat-agencies-detail {
  padding-bottom: 100px;
}
.flat-agencies-detail .avatar {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  width: 190px;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
}
.flat-agencies-detail .box-avatar {
  align-items: end;
  margin: -96px 30px 30px;
}
.flat-agencies-detail .box-avatar .content {
  padding: 10px 0px 5px 26px;
}
.flat-agencies-detail .box-avatar .content .title-avatar {
  margin-bottom: 4px;
}
.flat-agencies-detail .wrap-description {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 20px 20px 14px 20px;
  margin-bottom: 30px;
}
.flat-agencies-detail .wrap-description .titles {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E4E4E4;
}
.flat-agencies-detail .wrap-description .inner {
  flex-wrap: wrap;
  border-radius: 12px;
  background-color: #FFF5E0;
  padding: 20px 21px 7px;
  margin-bottom: 31px;
}
.flat-agencies-detail .wrap-description .inner li {
  margin-bottom: 12px;
}
.flat-agencies-detail .wrap-description .inner .one {
  width: 13.2%;
}
.flat-agencies-detail .wrap-description .inner .two {
  width: 84%;
}
.flat-agencies-detail .wrap-description .box-text {
  margin-bottom: 31px;
}
.flat-agencies-detail .wrap-description .box-text .text-1 {
  margin-bottom: 12px;
}
.flat-agencies-detail .wrap-description .map-content {
  height: 360px;
  width: 100%;
}
.flat-agencies-detail.wg-tabs .flat-tabs .tab-title {
  margin-bottom: 27px;
}

.flat-about {
  padding: 60px 0 100px;
}
.flat-about .heading-about {
  padding-right: 100px;
}
.flat-about .heading-about h2 {
  padding-right: 50px;
  margin-bottom: 41px;
}
.flat-about .heading-about h4 {
  margin-bottom: 11px;
}
.flat-about .heading-about .text-1 {
  margin-bottom: 25px;
}
.flat-about .heading-about .text-box {
  position: relative;
  margin-bottom: 26px;
}
.flat-about .heading-about .text-box::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #5462bd;
  position: absolute;
  border-radius: 3px;
}
.flat-about .heading-about .text-box p {
  margin-left: 30px;
  padding: 7px 0;
}
.flat-about .heading-about .author-box {
  padding-left: 30px;
}
.flat-about .heading-about .author-box h3 {
  margin-bottom: 3px;
}
.flat-about .heading-about .author-box p {
  margin-bottom: 18px;
}
.flat-about .post-video img {
  border-radius: 10px;
}
.flat-about .post-video a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.flat-about .post-video .ripple::before,
.flat-about .post-video .ripple::after {
  width: 60px;
  height: 60px;
}
.flat-about .icon-box {
  position: absolute;
  padding: 30px 15px 16px;
  background-color: #FFF5E0;
  right: 65px;
  bottom: 1px;
  border-radius: 10px;
  width: 160px;
  height: 160px;
}
.flat-about .icon-box.icon-box2 {
  right: -95px;
  bottom: 160px;
  background-color: #5462bd;
  color: #FFFFFF;
  z-index: 2;
  padding: 27px 15px 16px;
}
.flat-about .icon-box.icon-box2 img {
  margin-bottom: 17px;
}
.flat-about .icon-box.icon-box2 .title-icon {
  margin-bottom: 6px;
}
.flat-about .icon-box.icon-box2 .title-icon::after {
  display: none;
}
.flat-about .icon-box img {
  margin-bottom: 20px;
}
.flat-about .icon-box .title-icon {
  margin-bottom: 1px;
  display: flex;
  align-items: initial;
  justify-content: center;
}
.flat-about .icon-box .title-icon::after {
  content: "+";
  font-size: 16px;
  line-height: 14px;
  font-weight: 900;
}

.flat-service {
  background-image: url(../../assets/images/section/bg-icon.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.flat-service .box {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
}
.flat-service .box:hover .icon svg {
  animation: toBottomFromTop 0.5s forwards;
}
.flat-service .box .icon {
  margin-bottom: 25px;
  overflow: hidden;
}
.flat-service .box h3 {
  margin-bottom: 15px;
  padding-bottom: 16px;
  position: relative;
}
.flat-service .box h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #5462bd;
  bottom: 0;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 1;
  }
}
.flat-why-choose.page {
  padding: 0 0 99px;
}

.flat-search-home.page {
  padding: 65px 0 258px;
}
.flat-search-home.page .heading-section {
  padding: 0 130px;
}
.flat-search-home.page .box-icon .icon::after {
  display: none;
}
.flat-search-home.page .box-icon .content .text-1 {
  margin-bottom: 4px;
}
.flat-search-home.page .box-icon .content .text-3 {
  margin-bottom: 4px;
}

.flat-contact-page {
  margin-top: -209px;
}
.flat-contact-page .comments {
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
}
.flat-contact-page .comments .comment-form .nice-select {
  padding: 16px 18px 14px 17px;
  margin-bottom: 22px;
}
.flat-contact-page .comments .comment-form fieldset input {
  padding: 11px 14px 13px 17px;
}
.flat-contact-page .comments .comment-form fieldset textarea {
  padding: 11px 15px 22px 17px;
}
.flat-contact-page .info-box {
  width: calc(33.333% - 22px) !important;
  margin-left: 22px;
}
.flat-contact-page.page {
  margin-top: -169px;
}
.flat-contact-page.page .heading-box {
  margin-bottom: 30px;
}
.flat-contact-page.page .heading-box .heading-title {
  margin-bottom: 10px;
}

.flat-property-detail {
  padding-top: 12px;
}
.flat-property-detail .wrap-house {
  justify-content: space-between;
  margin-bottom: 40px;
}
.flat-property-detail .wrap-house .title-heading {
  margin-bottom: 14px;
}
.flat-property-detail .wrap-house .inner {
  margin-bottom: 7px;
}
.flat-property-detail .wrap-house .inner .text-address {
  margin-bottom: 0;
  margin-right: 15px;
}
.flat-property-detail .wrap-house .inner .sales {
  padding: 6px, 8px, 6px, 8px;
  background-color: #6E55FF;
  width: 62px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 13px;
}
.flat-property-detail .wrap-house .inner .icon-inner .years-icon {
  margin-right: 10px;
}
.flat-property-detail .wrap-house .inner .icon-inner i {
  margin-right: 6px;
}
.flat-property-detail .wrap-house .icon-box {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.flat-property-detail .wrap-house .icon-box .icons {
  margin-right: 20px;
}
.flat-property-detail .wrap-house .icon-boxs {
  margin-bottom: 6px;
}
.flat-property-detail .wrap-house .icon-boxs a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.flat-property-detail .wrap-house .icon-boxs a path,
.flat-property-detail .wrap-house .icon-boxs a svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-property-detail .wrap-house .icon-boxs a:hover {
  background-color: #5462bd;
  border: 1px solid #5462bd;
}
.flat-property-detail .wrap-house .icon-boxs a:hover path,
.flat-property-detail .wrap-house .icon-boxs a:hover svg {
  stroke: #FFFFFF;
}
.flat-property-detail .wrap-house .moneys {
  margin-right: -5px;
}
.flat-property-detail .wrap-house .text-sq {
  padding-right: 2px;
}
.flat-property-detail .wrap-img {
  margin-bottom: 50px;
}
.flat-property-detail .wrap-img .box-img img {
  width: 100%;
}
.flat-property-detail .wrap-img .box-1 {
  margin-right: 10px;
  width: 49.1%;
}
.flat-property-detail .wrap-img .box-2 {
  width: 50.2%;
}
.flat-property-detail .wrap-img .box-2 .img-box {
  margin-top: 10px;
}
.flat-property-detail .wrap-img .box-2 .img-3 {
  width: 50%;
}
.flat-property-detail .wrap-img .box-2 .image {
  margin-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.flat-property-detail .wrap-img .box-2 .image .img-4 {
  height: 100%;
}
.flat-property-detail .wrap-img .box-2 .image::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
}
.flat-property-detail .wrap-img .box-2 .image .contents {
  position: absolute;
  padding-top: 10px;
  padding-right: 10px;
}
.flat-property-detail .wrap-img .box-2 .image .contents svg {
  margin-bottom: 6px;
}
.flat-property-detail .post .titles {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.flat-property-detail .wrap-style {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.flat-property-detail .wrap-style:last-child {
  margin-bottom: 0;
}
.flat-property-detail .wrap-overview {
  padding: 10px 20px 1px;
}
.flat-property-detail .wrap-overview .box-icon {
  width: 26.1%;
}
.flat-property-detail .wrap-overview .box-icon:last-child {
  width: 20%;
}
.flat-property-detail .wrap-overview .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  margin-bottom: 19px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-property-detail .wrap-text {
  padding: 21px 20px 20px;
}
.flat-property-detail .wrap-text .text-2,
.flat-property-detail .wrap-text .text-1 {
  margin-bottom: 12px;
}
.flat-property-detail .wrap-property {
  padding: 20px 20px 8px;
}
.flat-property-detail .wrap-property ul:nth-child(1) {
  width: 51.5%;
}
.flat-property-detail .wrap-property ul:nth-child(1) .one {
  width: 24.3%;
}
.flat-property-detail .wrap-property ul:nth-child(2) {
  width: 48.5%;
}
.flat-property-detail .wrap-property ul:nth-child(2) .one {
  width: 25.6%;
}
.flat-property-detail .wrap-property ul li {
  margin-bottom: 12px;
}
.flat-property-detail .wrap-featured {
  padding: 20px 20px 18px;
}
.flat-property-detail .wrap-featured .inner-1 {
  width: 25.7%;
}
.flat-property-detail .wrap-featured .inner-2 {
  width: 25.2%;
}
.flat-property-detail .wrap-featured .inner-3 {
  width: 25.7%;
}
.flat-property-detail .wrap-featured .inner-4 {
  margin-top: 42px;
}
.flat-property-detail .wrap-map {
  padding: 20px 20px 12px;
}
.flat-property-detail .wrap-map ul:nth-child(1) .one {
  width: 34%;
}
.flat-property-detail .wrap-map ul:nth-child(2) .one {
  width: 35.6%;
}
.flat-property-detail .wrap-map .box {
  margin-bottom: 20px;
}
.flat-property-detail .wrap-map .map-content {
  width: 100%;
  height: 360px;
}
.flat-property-detail .wrap-floor {
  padding: 20px 20px 6px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons {
  margin-right: 20px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons.icon-money span:nth-child(1) {
  margin-right: 6px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons.icon-money span:nth-child(2) {
  margin-right: 10px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons:last-child {
  margin-right: 0px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons::before {
  margin-right: 8px;
}
.flat-property-detail .wrap-floor .flat-accordion .icons span:nth-child(1) {
  margin-right: 10px;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 14px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #B6B6B6;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-title {
  padding: 0px 0px 13px 22px;
  cursor: pointer;
  color: #24272C;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-title.active .btn-toggle::after {
  content: "\f054";
  rotate: -90deg;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .btn-toggle {
  position: absolute;
  left: 4px;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .btn-toggle::after {
  content: "\f054";
      font-family: 'Inter';
  rotate: 90deg;
  font-weight: 400;
  color: #24272C;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-content {
  padding: 8px 0px 20px 0px;
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  transition: all 0s ease !important;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-content img {
  margin-bottom: 20px;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-content .texts,
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-content .title {
  margin-bottom: 12px;
}
.flat-property-detail .wrap-video {
  padding: 21px 20px 20px;
}
.flat-property-detail .wrap-video .post-video img {
  border-radius: 10px;
}
.flat-property-detail .wrap-video .post-video a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.flat-property-detail .wrap-video .post-video .ripple::before,
.flat-property-detail .wrap-video .post-video .ripple::after {
  width: 60px;
  height: 60px;
}
.flat-property-detail .wrap-virtual {
  padding: 20px 20px 20px;
}
.flat-property-detail .wrap-walksore {
  padding: 20px 20px 20px;
}
.flat-property-detail .wrap-walksore .icon-p {
  margin-left: 2px;
  margin-bottom: 20px;
}
.flat-property-detail .wrap-walksore .progress-box {
  margin-bottom: 20px;
}
.flat-property-detail .wrap-walksore .progress-box .chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-property-detail .wrap-walksore .progress-box canvas {
  background: #FFF5E0;
  border-radius: 50%;
}
.flat-property-detail .wrap-walksore .progress-box .progress-walk {
  margin-right: 20px;
}
.flat-property-detail .wrap-walksore .progress-box .progress-walk svg {
  position: absolute;
}
.flat-property-detail .wrap-walksore .progress-box .content h4 {
  margin-bottom: 5px;
}
.flat-property-detail .wrap-walksore .progress-box:last-child {
  margin-bottom: 0;
}
.flat-property-detail .wrap-nearby {
  padding: 20px 20px 12px;
}
.flat-property-detail .wrap-nearby .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #5462bd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.flat-property-detail .wrap-nearby .content {
  width: 100%;
}
.flat-property-detail .wrap-nearby .content h4 {
  margin-bottom: 5px;
  margin-top: 1px;
}
.flat-property-detail .wrap-nearby .content .title-box {
  margin-bottom: 8px;
}
.flat-property-detail .wrap-nearby .content .title-box .title-item {
  margin-right: 10px;
}
.flat-property-detail .wrap-nearby .content .title-box .star {
  margin-right: 8px;
}
.flat-property-detail .wrap-nearby .content .title-box .star svg {
  margin-right: 2px;
}
.flat-property-detail .wrap-nearby .box-1 {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B6B6B6;
}
.flat-property-detail .wrap-nearby .box-2 .content .title-box .star {
  margin-right: 0;
}
.flat-property-detail .wrap-form {
  padding: 20px 20px 20px;
}
.flat-property-detail .wrap-form .comments .comment-form fieldset {
  margin-bottom: 20px;
}
.flat-property-detail .wrap-form .comments .comment-form label.checkbox-wrap {
  padding-bottom: 13px;
}
.flat-property-detail .wrap-form .comments .comment-form .nice-select {
  padding: 15px 20px 14px 16px;
  margin-bottom: 30px;
}
.flat-property-detail .wrap-form .comments .comment-form .inner-1 .nice-select {
  margin-top: 10px;
}
.flat-property-detail .wrap-form .comments .comment-form .inner-2 {
  margin-bottom: 30px;
}
.flat-property-detail .wrap-form .comments .comment-form button {
  width: auto;
}
.flat-property-detail .wrap-review {
  padding: 20px 20px 18px;
}
.flat-property-detail .wrap-review .box-title {
  margin-bottom: 12px;
}
.flat-property-detail .wrap-review .box-title .star {
  margin-left: 0;
}
.flat-property-detail .wrap-review .box-title .star svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.flat-property-detail .wrap-review .box-title h3 {
  margin-right: 10px;
}
.flat-property-detail .wrap-review .box-title .sort-inner span {
  margin-right: 5px;
}
.flat-property-detail .wrap-review .box-title .sort-inner a::after {
  content: "\f078";
      font-family: 'Inter';
  font-weight: 400;
  color: #120A21;
  font-size: 12px;
  margin-left: 12px;
}
.flat-property-detail .wrap-review .comment-list li {
  margin-bottom: 37px;
  padding-bottom: 33px;
  border-bottom: 1px solid #EDEDED;
}
.flat-property-detail .wrap-review .comment-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.flat-property-detail .wrap-review .comment-list li .comment-list-wrap {
  margin-bottom: 19px;
}
.flat-property-detail .wrap-review .comment-list li .comment-list-wrap .images {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.flat-property-detail .wrap-review .comment-list li .comment-list-wrap .content {
  padding: 0px 0px 0 20px;
}
.flat-property-detail .wrap-review .comment-list li .comment-list-wrap .content h5 {
  margin-bottom: 5px;
}
.flat-property-detail .wrap-review .comment-list li .texts {
  margin-bottom: 16px;
}
.flat-property-detail .wrap-review .comment-list li .helpful {
  margin-left: 12px;
}
.flat-property-detail .wrap-review .comment-list li .helpful a {
  padding: 3.5px 10.5px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
}
.flat-property-detail .wrap-contact h3 {
  margin-bottom: 5px;
}
.flat-property-detail .wrap-contact .titles {
  margin-bottom: 12px;
}
.flat-property-detail .wrap-contact .star svg {
  width: 19px;
  height: 19px;
  margin-right: 7px;
}
.flat-property-detail .wrap-contact .comments .comment-form .message-wrap {
  margin-bottom: 14px;
}
.flat-property-detail .wrap-contact .title-rating {
  margin-right: 24px;
}
.flat-property-detail.style2 {
  padding-top: 0;
}
.flat-property-detail.style2 .wrap-house {
  margin-top: -73px;
  padding: 19px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.flat-property-detail.property-detail2 .wrap-style {
  border-radius: 0px;
  box-shadow: unset;
  padding: 0;
}
.flat-property-detail.property-detail2 .titles h3 {
  position: relative;
  display: initial;
}
.flat-property-detail.property-detail2 .titles h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5462bd;
  position: absolute;
  bottom: -15px;
}
.flat-property-detail.property-detail2 .titles.style h3::before {
  bottom: -30px;
}
.flat-property-detail.property-detail2 .title-style {
  position: relative;
}
.flat-property-detail.property-detail2 .title-style::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5462bd;
  position: absolute;
  bottom: -15px;
}
.flat-property-detail.property-detail2 .title-style h3::before {
  display: none;
}
.flat-property-detail.property-detail2 .wrap-overview {
  margin-bottom: 34px;
}
.flat-property-detail.property-detail2 .wrap-text {
  margin-bottom: 50px;
}
.flat-property-detail.property-detail2 .wrap-featured {
  margin-bottom: 48px;
}
.flat-property-detail.property-detail2 .wrap-map {
  margin-bottom: 37px;
}
.flat-property-detail.property-detail2 .wrap-map .box {
  margin-bottom: 10px;
}
.flat-property-detail.property-detail2 .wrap-floor {
  padding-right: 30px;
  margin-bottom: 38px;
}
.flat-property-detail.property-detail2 .wrap-floor .titles {
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.flat-property-detail.property-detail2 .wrap-floor .titles h3::before {
  bottom: -20px;
}
.flat-property-detail.property-detail2 .wrap-floor .flat-accordion .flat-toggle .toggle-title {
  padding: 0px 10px 13px 22px;
}
.flat-property-detail.property-detail2 .wrap-form,
.flat-property-detail.property-detail2 .wrap-video {
  margin-bottom: 50px;
}
.flat-property-detail.property-detail2 .wrap-walksore,
.flat-property-detail.property-detail2 .wrap-virtual {
  margin-bottom: 51px;
}
.flat-property-detail.property-detail2 .wrap-nearby {
  padding-right: 39px;
  margin-bottom: 44px;
}
.flat-property-detail.property-detail2 .wrap-review {
  margin-bottom: 47px;
}
.flat-property-detail.property-detail2 .wrap-review .box-title {
  margin-bottom: 22px;
}
.flat-property-detail.property-detail2 .wrap-review .comment-list .content {
  padding: 1px 0px 0 21px;
}
.flat-property-detail.property-detail2 .wrap-contact {
  margin-bottom: 0;
}
.flat-property-detail.property-detail2 .wrap-contact .titles {
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.flat-property-detail.property-detail2 .wrap-contact .titles h3::before {
  bottom: -40px;
}

.flat-sale-detail .heading-section {
  margin-bottom: 30px;
}
.flat-sale-detail .heading-section .title-heading {
  margin-bottom: 10px;
}

.flat-error {
  padding: 32px 0 100px;
}
.flat-error .images {
  margin-bottom: 71px;
}
.flat-error .heading-sections h2 {
  margin-bottom: 19px;
}
.flat-error .heading-sections p {
  padding: 0 320px;
  margin-bottom: 40px;
}
.flat-error .heading-sections .sc-button {
  width: 188px;
  height: 54px;
}

.flat-blog-grid .flat-blog {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.flat-blog-grid .box {
  margin-bottom: 31.5px;
}
.flat-blog-grid .box .date {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFFFFF;
  background-color: #5462bd;
  padding: 6px 12px;
  border-radius: 99px;
  font-family: "Inter", sans-serif;
}
.flat-blog-grid .box .content {
  padding-top: 26px;
}
.flat-blog-grid .box .content .sub-box {
  margin-bottom: 9px;
}
.flat-blog-grid .box .content .sub-box a {
  font-family: "Inter", sans-serif;
}
.flat-blog-grid .box .content .sub-box .category {
  position: relative;
  margin-left: 11px;
  padding-left: 8px;
}
.flat-blog-grid .box .content .sub-box .category:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #E4E4E4;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.flat-blog-grid .box .content h3 {
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .box .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .themesflat-pagination {
  margin-top: 27px;
}

.flat-map .map-content {
  width: 100%;
  height: 690px;
}

.flat-blog-list .box-heading {
  margin-bottom: 60px;
}
.flat-blog-list .wrap-blog {
  padding-right: 10px;
}
.flat-blog-list .wrap-blog .box {
  margin-bottom: 36px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 36px;
}
.flat-blog-list .wrap-blog .box:last-child {
  margin-bottom: 25px;
}
.flat-blog-list .wrap-blog p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flat-blog-detail {
  padding: 0;
}
.flat-blog-detail .post {
  padding-right: 10px;
}
.flat-blog-detail .title-heading {
  margin-bottom: 17px;
}
.flat-blog-detail .icon-boxs {
  padding-left: 2px;
  margin-bottom: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EDEDED;
}
.flat-blog-detail .icon-boxs svg {
  margin-right: 4px;
}
.flat-blog-detail .texts-1 {
  margin-bottom: 30px;
}
.flat-blog-detail .image {
  margin-bottom: 29px;
}
.flat-blog-detail .image img {
  border-radius: 16px;
}
.flat-blog-detail h3 {
  margin-bottom: 16px;
}
.flat-blog-detail .content-img {
  margin-bottom: 31px;
}
.flat-blog-detail .content-img .sub-title {
  margin-bottom: 3px;
}
.flat-blog-detail .texts-2 {
  margin-bottom: 22px;
}
.flat-blog-detail .texts-3 {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B6B6B6;
}
.flat-blog-detail .text-box {
  background-color: rgba(255, 113, 1, 0.06);
  border-left: 4px solid #5462bd;
  padding: 32px 34px 28px 26px;
  border-radius: 10px;
  margin-bottom: 21px;
}
.flat-blog-detail .text-box > p {
  margin-bottom: 26px;
}
.flat-blog-detail .box-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.flat-blog-detail .tag-wrap {
  margin-bottom: 34px;
  padding-top: 18px;
  margin-top: 30px;
  border-top: 1px solid #EDEDED;
}
.flat-blog-detail .tags p {
  margin-right: 9px;
  margin-bottom: 10px;
}
.flat-blog-detail .tags a {
  display: inline-block;
  padding: 7px 8px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #EDEDED;
  font-family: "Inter", sans-serif;
  border-radius: 99px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-blog-detail .tags a:hover {
  background-color: #5462bd;
  border: 1px solid #5462bd;
  color: #FFFFFF;
}
.flat-blog-detail .share-box {
  margin-top: -8px;
}
.flat-blog-detail .share-box p {
  margin-right: 9px;
}
.flat-blog-detail .share-box .icon-social a {
  border: 1px solid #B6B6B6;
  background-color: unset;
  color: #24272C;
  margin-left: 1px;
}
.flat-blog-detail .share-box .icon-social a:hover {
  border: 1px solid #5462bd;
  background-color: #5462bd;
  color: #FFFFFF;
}

.wrap-review {
  padding: 0;
  margin-bottom: 49px;
}
.wrap-review .box-title {
  margin-bottom: 20px;
}
.wrap-review .comment-list .content {
  padding: 1px 0px 0 21px;
}
.wrap-review .image-wrap {
  margin-bottom: 17px;
}
.wrap-review .image-wrap img {
  min-width: 141px;
  object-fit: cover;
  height: 79px;
  border-radius: 16px;
}

.wrap-form {
  padding: 0;
}
.wrap-form .title {
  margin-bottom: 30px;
}
.wrap-form .title h2 {
  margin-bottom: 8px;
}

.flat-video {
  padding-top: 144px;
  padding-bottom: 150px;
  background: url(../../assets/images/section/bg-video.html) center center no-repeat;
  background-size: cover;
  position: relative;
}
.flat-video.page {
  background: url(../../assets/images/section/bg-video-page.html) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding-bottom: 151px;
}
.flat-video.page .overlay {
  border-radius: 5px;
}
.flat-video.page .heading-section {
  margin-bottom: 13px;
}

.flat-video-page {
  padding-bottom: 104px;
}

.post-video img {
  border-radius: 30px;
}
.post-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
}
.post-video a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-video a:hover {
  background: #5462bd;
}
.post-video a:hover svg path {
  fill: #FFFFFF;
}

.ripple::before,
.ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.04);
  -o-box-shadow: 0 0px 0 50px rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.ripple::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ripple::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.flat-count {
  background: #24272C;
  color: #FFFFFF;
  padding: 80px 0 90px;
}
.flat-count .themes-count {
  margin-left: -60px;
  border-radius: 12px;
}
.flat-count .counter-box {
  position: relative;
  background-color: #5462bd;
  width: calc(33.333% - 60px);
  margin-left: 60px;
  margin-right: 10px;
  padding: 30px;
  box-shadow: 9px 9px 0 #EDEDED;
}
.flat-count .counter-box .icon {
  margin-right: 31px;
  width: 140px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background: #9664FF;
}
.flat-count .counter-box .number {
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 42px;
  color: #FFFFFF;
}
.flat-count .counter-box .number.number-style::after {
  content: "k";
  font-size: 100px;
  color: #FFFFFF;
      font-family: 'Inter';
}
.flat-count .counter-box .content {
  padding-top: 26px;
}

.flat-faq {
  padding-top: 92px;
  padding-bottom: 102px;
}
.flat-faq.page {
  padding: 100px 0 87px;
}
.flat-faq .text-box span {
  padding-right: 4px;
}
.flat-faq .wrap-author {
  margin-top: 56px;
}
.flat-faq .wrap-author .images {
  margin-bottom: 31px;
}
.flat-faq .wrap-author .content {
  margin-bottom: 31px;
}
.flat-faq .wrap-author .content h4 {
  margin-bottom: 4px;
}
.flat-faq .wrap-author .button-faq a {
  width: 220px;
  margin-left: 4px;
  margin-right: 4px;
}
.flat-faq .wrap-author .button-faq a:nth-child(1) span {
  margin-right: 8px;
}
.flat-faq .wrap-author .button-faq svg {
  margin-right: 0;
}

.loan-calculator .map-content {
  width: 100%;
  height: 403px;
}

.loan-calculator {
  padding: 110px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0px 12px;
  border-radius: 24px;
}
.loan-calculator.inner-1 {
  background-image: url(../../assets/images/section/bg-1.jpg);
}
.loan-calculator.inner-3 {
  background-image: url(../../assets/images/section/bg-3.jpg);
}
.loan-calculator.inner-4 {
  background-image: url(../../assets/images/section/bg-4.jpg);
}
.loan-calculator.inner-8 {
  background-image: url(../../assets/images/section/bg-11.jpg);
}
.loan-calculator.inner-6 {
  background-image: url(../../assets/images/section/bg-7.jpg);
  position: relative;
  overflow: hidden;
  padding: 191px 0px 191px 0px !important;
}
.loan-calculator.inner-7 {
  background-image: url(../../assets/images/section/bg-8.jpg);
  position: relative;
  overflow: hidden;
  padding: 100px 0px 237px 0px !important;
}
.loan-calculator.inner-7 .heading {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.loan-calculator.inner-7 .heading h2 {
  margin-bottom: 17px;
}
.loan-calculator.inner-5 {
  background-image: url(../../assets/images/section/bg-6.jpg);
  position: relative;
  overflow: hidden;
  padding: 100px 0px 298px 0px !important;
}
.loan-calculator.inner-5::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.loan-calculator.inner-5 .heading {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.loan-calculator.inner-5 .heading h2 {
  margin-bottom: 17px;
}
.loan-calculator.inner-5 .heading p {
  margin-bottom: 42px;
}
.loan-calculator.inner-2 {
  background-image: url(../../assets/images/section/bg-2.jpg);
  padding: 100px 0px 188px 0px !important;
  position: relative;
  overflow: hidden;
}
.loan-calculator.inner-2::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.loan-calculator.inner-2 .heading {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.loan-calculator.inner-2 .heading h2 {
  margin-bottom: 17px;
}
.loan-calculator.inner-2 .heading p {
  margin-bottom: 42px;
}

.section-feature-specs .image-feature-specs .image-inner1 {
  max-width: 398px;
  border-radius: 24px;
  overflow: hidden;
  margin-left: 8.7em;
}
.section-feature-specs .image-feature-specs .image-inner2 {
  margin-top: -11em;
  margin-left: 4px;
  margin-bottom: -2px;
}
.section-feature-specs .image-feature-specs .box-specs {
  background-color: #FFAD6B;
  border-radius: 15px;
  position: absolute;
  opacity: 0.1;
}
.section-feature-specs .image-feature-specs .box-specs.small {
  width: 60px;
  height: 60px;
  right: 142px;
  top: 27%;
}
.section-feature-specs .image-feature-specs .box-specs.large {
  width: 114px;
  height: 114px;
  right: 47px;
  top: 0;
}
.section-feature-specs .content-feature-specs {
  margin-top: 73px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content {
  border-radius: 24px;
  padding: 29px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .text-address {
  margin-bottom: 8px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .link-style-1 {
  margin-bottom: 12px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box {
  gap: 9px;
  margin-bottom: 40px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box i {
  margin-right: 4px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .days-box .img-author img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 12px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .bottom-box {
  border-top: 1px solid #EDEDED;
  margin-top: 26px;
  padding-top: 27px;
}

.section-car-list {
  border-radius: 16px;
  background-color: #FFFFFF;
  z-index: 2;
  position: relative;
}
.section-car-list .partner-slide2 {
  padding: 30px 15px 0px 15px;
}

.section-why-choose-us .image-wcs .image-inner1 {
  max-width: 410px;
  border-radius: 24px;
  overflow: hidden;
}
.section-why-choose-us .image-wcs .image-inner2 {
  position: absolute;
  bottom: -21%;
  right: -20%;
}
.section-why-choose-us .image-wcs .icon-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  top: 23.7%;
  right: 10%;
}
.section-why-choose-us .image-wcs .icon-list .tf-icon-list:not(:last-child) {
  margin-bottom: 24px;
}
.section-why-choose-us .content-wcs {
  padding-left: 75px;
}
.section-why-choose-us .tf-icon-box-list .tf-icon-box {
  margin-bottom: 20px;
}

.section-why-choose-us2 .image-wcs .image-inner1 {
  max-width: 410px;
  border-radius: 24px;
  overflow: hidden;
}
.section-why-choose-us2 .image-wcs .image-inner2 {
  float: right;
  margin-top: -24.1em;
}
.section-why-choose-us2 .image-wcs .tf-icon-list {
  position: absolute;
  z-index: 1;
}
.section-why-choose-us2 .image-wcs .tf-icon-list.po-1 {
  right: 11%;
  top: 15.2%;
}
.section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
  left: 10%;
  top: 60.2%;
}
.section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
  left: 15%;
  bottom: -24%;
}
.section-why-choose-us2 .content-wcs {
  padding-top: 112px;
  padding-right: 77px;
}
.section-why-choose-us2 .content-wcs .heading-section {
  margin-bottom: 30px;
}
.section-why-choose-us2 .tf-icon-box-list .tf-icon-box {
  margin-bottom: 20px;
}

.find-car-h10 .image-wcs {
  height: 100%;
}
.find-car-h10 .image-wcs .bg-image-5 {
  background-image: url(../../assets/images/section/bg-9.jpg);
  position: relative;
  overflow: hidden;
  padding: 110px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  height: 100%;
}
.find-car-h10 .content-wcs {
  padding-top: 55px;
  padding-bottom: 56px;
  padding-left: 30px;
}

.why-choose-us-5 .image-wcs {
  height: 100%;
}
.why-choose-us-5 .image-wcs .bg-image-5 {
  background-image: url(../../assets/images/section/bg-5.jpg);
  position: relative;
  overflow: hidden;
  padding: 110px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 24px;
  height: 100%;
}
.why-choose-us-5 .content-wcs {
  padding-top: 66px;
  padding-left: 80px;
  padding-right: 20.3em;
  padding-bottom: 48px;
}
.why-choose-us-5 .content-wcs .heading-section {
  margin-bottom: 26px;
}
.why-choose-us-5 .tf-icon-box-list .tf-icon-box {
  margin-bottom: 20px;
}

.why-choose-us-10 .image-wcs {
  height: 100%;
}
.why-choose-us-10 .image-wcs .bg-image-5 {
  background-image: url(../../assets/images/section/bg-10.jpg);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  height: 100%;
}
.why-choose-us-10 .content-wcs {
  padding-top: 66px;
  padding-left: 20.8em;
  padding-right: 80px;
  padding-bottom: 50px;
}
.why-choose-us-10 .content-wcs .heading-section {
  margin-bottom: 26px;
}
.why-choose-us-10 .tf-icon-box-list .tf-icon-box {
  margin-bottom: 20px;
}

.section-icon-list {
  margin-top: -11.4em;
}

.mask-0-3 .swiper-slide {
  opacity: 0.3;
}
.mask-0-3 .swiper-slide-prev,
.mask-0-3 .swiper-slide-active,
.mask-0-3 .swiper-slide-next {
  opacity: 1;
}

/* listing details  ----------
-------------------------*/
.image-list-details {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.image-list-details:hover .specs-features-wrap {
  opacity: 1;
  visibility: visible;
}
.image-list-details .image {
  width: 100%;
}
.image-list-details .image img {
  width: 100%;
}

.specs-features-wrap {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.specs-features {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  padding: 9px 20px;
  border-radius: 12px;
}
.specs-features:hover {
  background: #5462bd;
}
.specs-features:hover .icon,
.specs-features:hover span {
  color: #FFFFFF !important;
}
.specs-features .icon {
  color: #24272C;
}

.widget-listing {
  padding: 30px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
}
.widget-listing .listing-header h3 {
  margin-bottom: 7px;
}

.listing-recommended .item {
  gap: 20px;
}
.listing-recommended .item:not(:last-child) {
  margin-bottom: 21px;
}
.listing-recommended .item .image {
  max-width: 130px;
  overflow: hidden;
  border-radius: 16px;
}
.listing-recommended .item .content h6 {
  margin-bottom: 10px;
}
.listing-recommended .item .content h6:hover {
  color: #5462bd;
}

.heading-widget .title {
  margin-bottom: 17px;
}
.heading-widget .icon-box {
  gap: 19px;
  margin-bottom: 16px;
}
.heading-widget .money {
  font-size: 30px;
  font-weight: 500;
  line-height: 37.8px;
  margin-bottom: 16px;
}
.heading-widget .price-wrap {
  margin-bottom: 16px;
}
.heading-widget .price-wrap p {
  line-height: 16.8px;
  margin-bottom: 2px;
}
.heading-widget .price-wrap p:first-child {
  margin-right: 10px;
}

.action-icon {
  gap: 8px;
}
.action-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
}
.action-icon .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 37px;
  border-radius: 10px;
  color: #B6B6B6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.action-icon .icon:hover {
  border: 1px solid #5462bd;
  color: #FFFFFF;
  background-color: #5462bd;
}

.prolile-info {
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #EDEDED;
}
.prolile-info .image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
}
.prolile-info .content h4 {
  margin-bottom: 10px;
}
.prolile-info .content .verified {
  background-color: rgba(126, 211, 33, 0.1);
  border: 1px solid rgba(126, 211, 33, 0.14);
  border-radius: 100px;
  color: #7ED321;
  padding: 4px 10px;
  gap: 6px;
}

.profile-map .list-icon-pf {
  margin-bottom: 16px;
}
.profile-map .map #map,
.profile-map .map iframe {
  width: 100%;
  height: 190px;
  border-radius: 16px;
}

.profile-contact h6 {
  margin-bottom: 10px;
}
.profile-contact .btn-contact {
  gap: 10px;
}
.profile-contact .btn-contact .btn-pf {
  padding: 15px 26.5px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 100%;
  gap: 10px;
}
.profile-contact .btn-contact .btn-pf i {
  font-size: 16px;
}
.profile-contact .btn-contact .btn-pf.bg-orange {
  background-color: #5462bd;
}
.profile-contact .btn-contact .btn-pf.bg-orange:hover {
  background-color: #7ED321;
}
.profile-contact .btn-contact .btn-pf.bg-green {
  background-color: #7ED321;
}
.profile-contact .btn-contact .btn-pf.bg-green:hover {
  background-color: #5462bd;
}

.listing-description .tfcl-listing-info > p {
  margin-bottom: 22px;
}
.listing-description .list-file a {
  border-radius: 5px;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #24272C;
  padding: 9px 10px 9px 10px;
}
.listing-description .list-file a svg {
  margin-right: 6px;
}

.listing-infor-box {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.listing-infor-box .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.listing-infor-box .content-listing-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.listing-infor-box .content-listing-info .listing-info-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  flex: 1;
}
.listing-infor-box .content-listing-info .listing-info-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: #24272C;
  flex: 1;
  margin-left: -50px;
}

.listing-line {
  background-color: #EDEDED;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.features-inner {
  margin-bottom: 11px;
}
.features-inner > .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
  gap: 22.5px 25px;
}
.features-inner > .inner .listing-feature-wrap {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  font-family: "Inter", sans-serif;
}
.features-inner > .inner .listing-feature-wrap i {
  color: #7ED321;
  font-size: 18px;
  margin-right: 9px;
}

.listing-calculator.loan-calculator-form fieldset {
  margin-bottom: 19px !important;
}
.listing-calculator.loan-calculator-form .list-total {
  margin-top: 10px;
}
.listing-calculator.loan-calculator-form .button-boxs .sc-button {
  min-width: 420px;
  width: unset !important;
}

.listing-location .box-title {
  margin-bottom: 30px;
}
.listing-location .box-title .title-ct {
  margin-bottom: 12px;
}
.listing-location .map-content {
  height: 520px;
  width: 100%;
  border-radius: 16px;
}

.widget-rating .icon-star {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 113, 1, 0.06);
  border-radius: 100%;
  text-align: center;
  line-height: 68px;
  color: #5462bd;
  font-size: 32px;
  margin-right: 12px;
}
.widget-rating .number {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #5462bd;
  margin-right: 20px;
}
.widget-rating .content > p:not(:last-child) {
  margin-bottom: 6px;
}

.listing-reviews .flat-tabs .box-tab.style5 .tab-title {
  margin-bottom: 49px;
  white-space: nowrap;
}
.listing-reviews .wrap-review .comment-list li {
  margin-bottom: 31px;
  padding-bottom: 30px;
}

.box-sd {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

.listing-detail.style-1 .listing-detail-wrap {
  padding-right: 26px;
}
.listing-detail.style-1 .listing-calculator.loan-calculator-form {
  padding: 0;
  border-radius: unset;
}
.tfcl-listing-info.style-grid {
  display: flex;
  gap: 10px;
}
.tfcl-listing-info.style-grid .image-list-details {
  flex: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
  cursor: pointer;
}
.tfcl-listing-info.style-grid .image-list-details.item-1, .tfcl-listing-info.style-grid .image-list-details.item-2, .tfcl-listing-info.style-grid .image-list-details.item-3, .tfcl-listing-info.style-grid .image-list-details.item-4, .tfcl-listing-info.style-grid .image-list-details.item-5, .tfcl-listing-info.style-grid .image-list-details.item-6 {
  display: block;
}
.tfcl-listing-info.style-grid .image-list-details.active {
  flex: 3.7;
}
.tfcl-listing-info.style-grid .image-list-details.active .specs-features-wrap {
  display: flex;
}
.tfcl-listing-info.style-grid .image-list-details .image {
  height: 467px;
}
.tfcl-listing-info.style-grid .image-list-details .image img {
  height: 100%;
  object-fit: cover;
}
.tfcl-listing-info.style-grid .image-list-details .specs-features-wrap {
  display: none;
}

.sale-agents-detail {
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 16px;
  gap: 30px;
}
.sale-agents-detail .image {
  min-width: 410px;
  border-radius: 16px;
  overflow: hidden;
}
.sale-agents-detail .image img {
  height: 100%;
  object-fit: cover;
}
.sale-agents-detail .content {
  margin-top: 12px;
}
.sale-agents-detail .content h2 {
  margin-bottom: 10px;
}
.sale-agents-detail .content .rating {
  margin-bottom: 30px;
}
.sale-agents-detail .content .rating > p {
  margin-right: 20px;
}
.sale-agents-detail .content .rating .start i {
  color: #5462bd;
  font-size: 13px;
}
.sale-agents-detail .content .rating .start > span {
  margin-left: 10px;
}
.sale-agents-detail .content > p,
.sale-agents-detail .content .icon-social {
  margin-bottom: 30px;
}
.sale-agents-detail .content .contact {
  margin-bottom: 26px;
}
.sale-agents-detail .content .contact li {
  gap: 10px;
}
.sale-agents-detail .content .contact li:not(:last-child) {
  margin-bottom: 7px;
}
.sale-agents-detail .content .sc-button {
  min-width: 235px;
}

.tf-section-map .map,
.tf-section-map .map-content {
  height: 855px;
  width: 100%;
}

.tf-section-contact {
  padding: 60px 0px;
}
.tf-section-contact .contact-left {
  padding-right: 28px;
}
.tf-section-contact .contact-left fieldset {
  margin-bottom: 19px;
}
.tf-section-contact .contact-left fieldset.phone-wrap {
  margin-bottom: 21px !important;
}
.tf-section-contact .contact-right {
  margin-top: 22px;
}

.contact-info {
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 30px;
}
.contact-info .wrap-info .box-info:not(:last-child) {
  margin-bottom: 26px;
}
.contact-info .wrap-info .box-info h5 {
  margin-bottom: 8px;
}

.carousel-1,
.partner-slide {
  padding: 60px 25px;
  margin: -60px -25px;
}

/* Modal Popup  ----------
-------------------------*/
.popup .modal-content {
  border-radius: 30px !important;
  border: none !important;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08) !important;
  background: #fff;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.login-form .comments .comment-form fieldset input {
  padding: 17px 18px 17px 44px;
}

.modal-body {
  padding: 0px !important;
}
.modal-body .images img {
  width: 100%;
  height: 100%;
}
.modal-body .content {
  width: 100%;
  padding: 40px 40px 35px;
}
.modal-body .title-login {
  margin-bottom: 40px;
}
.modal-body .mark-logo {
  position: absolute;
  bottom: 27px;
  left: 20px;
}
.modal-body.style2 .mark-logo {
  bottom: 20px;
}
.modal-body .comments .comment-form fieldset {
  margin-bottom: 22px;
}
.modal-body .comments .comment-form .style-wrap {
  margin-bottom: 20px;
}
.modal-body .comments .comment-form .img-name {
  bottom: 17px;
  left: 20px;
}
.modal-body .title-forgot {
  text-align: end;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  line-height: 19.6px;
  margin-top: -2px;
}
.modal-body .sc-button {
  width: 100%;
  margin-bottom: 17px;
}
.modal-body .text-box {
  margin-bottom: 33px;
  font-family: "Inter", sans-serif;
}
.modal-body .button-box {
  margin-left: -10px;
}
.modal-body .button-box a {
  width: calc(50% - 10px) !important;
  margin-left: 10px;
  border: 1px solid #EDEDED;
  padding: 15px 17.5px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
}
.modal-body .button-box a svg {
  margin-right: 10px;
}
.modal-body .texts.line {
  margin-bottom: 29px;
  position: relative;
}
.modal-body .texts.line:before {
  width: 38%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  background: #EDEDED;
  position: absolute;
}
.modal-body .texts.line:after {
  width: 38%;
  height: 1px;
  top: 50%;
  right: 0;
  content: "";
  background: #EDEDED;
  position: absolute;
}

.modal-body .btn.btn-primary:hover {
  opacity: 0.8;
}

.modal-content .close {
  overflow: hidden;
  position: absolute;
  right: 42px;
  top: 36px;
  border: none;
  outline: none;
  z-index: 10 !important;
  opacity: 1;
  background: transparent;
}

.modal-content .close:hover span {
  color: #5462bd;
}

.modal-content .close span {
  font-size: 34px;
  font-weight: 300;
}

.modal-body h2 {
  text-align: center;
  font-weight: 600;
}

.modal {
  z-index: 999999 !important;
}

.modal-open .modal {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0rem);
  max-width: 920px;
  margin: auto auto;
}

.modal.fade.popup.show {
  padding-right: 0 !important;
}

.list-car-list-1 .inner2 .view-car {
  display: none;
}
.list-car-list-1.list-car-grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 {
  display: flex;
  flex-direction: column;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2:not(:last-child) {
  margin-bottom: 0px;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .image-group {
  width: 100% !important;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content {
  padding: 16px !important;
  display: flex;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
  flex-direction: column;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner1 .view-car {
  display: none;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner1 .money {
  margin-bottom: 0px;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 {
  width: 100%;
  padding-left: 0px;
  border-left: unset;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .days-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #EDEDED;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .view-car {
  display: block;
  color: #24272C;
  border: 1px solid #24272C;
  border-radius: 14px;
  padding: 9px 15.5px;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .view-car:hover {
  color: #FFFFFF;
  border: 1px solid #5462bd;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .img-author {
  margin-bottom: 0;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .chat,
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 p.fs-12.lh-16 {
  display: none;
}

.listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
  grid-template-columns: repeat(4, 1fr);
}

.listing-wrap-map .list-car-1.list-car-list-1 .box-car-list:not(:last-child) {
  margin-bottom: 30px;
}
.listing-wrap-map .list-car-1.list-car-list-1 .box-car-list {
  display: flex;
}
.listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 .image-group {
  width: 100% !important;
}
.listing-wrap-map .list-car-1.list-car-list-1 .content {
  gap: 0px;
  flex-direction: column !important;
  width: 100%;
}
.listing-wrap-map .list-car-1.list-car-list-1 .content .view-car {
  font-size: 14px;
  color: #24272C;
  border: 1px solid #24272C;
  border-radius: 14px;
  padding: 9px 15.5px;
}
.listing-wrap-map .list-car-1.list-car-list-1 .content .view-car:hover {
  color: #FFFFFF;
  border: 1px solid #5462bd;
}
.listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 {
  grid-template-columns: repeat(2, 1fr);
}
.listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 .box-car-list {
  display: flex;
  flex-direction: column;
}
.listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 .box-car-list:not(:last-child) {
  margin-bottom: 0px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  background: #24272C;
  position: relative;
  color: #FFFFFF;
}
#footer h4 {
  margin-bottom: 24px;
  color: #FFFFFF;
}
#footer .footer-top {
  padding: 40px 0px;
}
#footer .footer-top .box-footer-top {
  gap: 30px;
}
#footer .footer-top .box-footer-top .icon {
  color: #FFFFFF;
}
#footer .footer-top .box-footer-top .content .title {
  color: #FFFFFF;
  margin-bottom: 6px;
}
#footer .footer-top .box-footer-top .content p {
  color: #FFFFFF;
  opacity: 0.3;
}
#footer .footer-main {
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Widget
-------------------------------------------------------------- */
/* widget-menu */
.widget-menu .title-widget {
  font-size: 22px;
  margin-bottom: 28px;
}
.widget-menu .box-menu li a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
      font-family: 'Inter';
  font-size: 16px;
  line-height: 22px;
}
.widget-menu .box-menu li:not(:last-child) {
  margin-bottom: 11.5px;
}
.widget-menu .box-menu li:hover a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5462bd;
}

.widget-form p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.widget-form label {
  position: relative;
  cursor: pointer;
}
.widget-form label input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
}
.widget-form .btn-checkbox {
  width: 24px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  justify-content: center;
  margin-right: 12px;
}
.widget-form fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
}
.widget-form fieldset input {
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 14px 15px 17px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
      font-family: 'Inter';
  line-height: 19.5px;
}
.widget-form fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.2);
  line-height: 19.6px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.widget-form fieldset input:focus {
  border: 1px solid #5462bd;
}
.widget-form button {
  width: 100%;
  height: 50px;
  background-color: #5462bd;
  border: 1px solid #5462bd;
  color: #FFFFFF;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-form button:hover {
  background-color: #FFFFFF;
  border: 1px solid #24272C;
  color: #24272C;
}

.footer-bottom {
  position: relative;
  padding: 40px 0;
  color: #FFFFFF;
}
.footer-bottom .footer-bottom-right {
  gap: 40px;
}
.footer-bottom .footer-bottom-right .title-bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  font-family: "Inter", sans-serif;
}

.icon-social a {
  color: #FFFFFF;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-social a:hover {
  background-color: #5462bd;
  color: #FFFFFF;
}
.icon-social a:last-child {
  margin-right: 0;
}
.icon-social.style1 a {
  color: #24272C;
  border: 1px solid #EDEDED;
}
.icon-social.style1 a:hover {
  color: #FFFFFF;
}
.icon-social.style2 a {
  width: 44px;
  height: 44px;
  color: #24272C;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  color: #B6B6B6;
}
.icon-social.style2 a:hover {
  color: #FFFFFF;
}

.hover-img .img-style {
  overflow: hidden;
  border-radius: 16px;
}
.hover-img .img-style img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}
.hover-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
  transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
}
.hover-img .img-style2 {
  overflow: hidden;
  border-radius: 10px;
}
.hover-img .img-style2 .img-hv {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}

.hover-img2 .img-style2 {
  overflow: hidden;
  border-radius: 8px;
}
.hover-img2 .img-style2 .img2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-img2:hover .img2 {
  transform: scale(1.1) rotate(3deg);
}

.hover-img3 .img-style3 {
  border-radius: 12px;
  overflow: hidden;
}
.hover-img3 .img-style3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-img3:hover img {
  transform: scale(1.075);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice,
.hv-one:hover .box-img .icon-practice {
  opacity: 1;
  z-index: 99;
  top: 50%;
  transition-delay: 0.5s;
}
.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before,
.hv-one:hover .img-style::before {
  opacity: 1;
}
.pagi2 .swiper-pagination2:hover .change-heart,
.swiper-button-next2:hover .change-heart,
.swiper-button-prev2:hover .change-heart,
.hv-one:hover .change-heart {
  opacity: 1 !important;
  visibility: visible !important;
}
.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style,
.hv-one .img-style {
  overflow: hidden;
}
.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before,
.hv-one .img-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  opacity: 0;
}
.pagi2 .swiper-pagination2 .img-style.s-one::before,
.swiper-button-next2 .img-style.s-one::before,
.swiper-button-prev2 .img-style.s-one::before,
.hv-one .img-style.s-one::before {
  border-radius: 50%;
}

.hv-one2:hover .img-style2::before {
  opacity: 1;
  visibility: visible;
}
.hv-one2 .img-style2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}

.hv-tool {
  position: relative;
  transition: all 0.3s ease;
}

.hv-tool::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: #24272C;
  padding: 6px 11px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.1215686275);
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease;
}

.hv-tool::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: 6px solid transparent;
  border-top-color: #FFFFFF;
  transition: all 0.3s ease;
}

.hv-tool::after,
.hv-tool::before {
  opacity: 0;
  --arrow-size: 6px;
  position: absolute;
  top: 0px;
  left: 45%;
  transform: translateX(-50%) translateY(var(--translate-y, 0));
  transition: all 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hv-tool:hover::before,
.hv-tool:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: -5px;
}

.hv-tool:hover {
  z-index: 2;
}

.img-style-hover {
  overflow: hidden;
  border-radius: 24px;
}

.hover-img-wrap {
  position: relative;
}
.hover-img-wrap::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  transition: 0.25s;
  z-index: 1;
  opacity: 0.1;
}
.hover-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  transition: 0.25s;
  z-index: 1;
  opacity: 0.1;
}
.hover-img-wrap:hover::after {
  bottom: 0;
  transition-delay: 0.25s;
}
.hover-img-wrap:hover::before {
  top: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "autodeal";
  font-size: 16px;
  font-weight: 400;
}

.swiper-button-next:after {
  content: "\e94d";
}

.swiper-button-prev:after {
  content: "\e947";
}

.swiper-button-next.style-1 {
  right: -10px;
}
.swiper-button-next.style-1:after {
  content: "\f054";
  color: #24272C;
      font-family: 'Inter';
}
.swiper-button-next.style-2 {
  right: -25px;
}
.swiper-button-next.style-2:after {
  content: "\f054";
  color: #24272C;
      font-family: 'Inter';
}
.swiper-button-next.style-3 {
  right: 20px;
}

.swiper-button-prev.style-1 {
  left: -10px;
}
.swiper-button-prev.style-1:after {
  content: "\f053";
  color: #24272C;
      font-family: 'Inter';
}
.swiper-button-prev.style-2 {
  left: -25px;
}
.swiper-button-prev.style-2:after {
  content: "\f053";
  color: #24272C;
      font-family: 'Inter';
}
.swiper-button-prev.style-3 {
  left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  top: 50%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #5462bd;
  opacity: 1;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #FFFFFF;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #FFFFFF;
}
.swiper-button-next.style-1,
.swiper-button-prev.style-1 {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px 0px rgba(36, 39, 44, 0.15);
}
.swiper-button-next.style-1:hover,
.swiper-button-prev.style-1:hover {
  background: #5462bd;
  opacity: 1;
}
.swiper-button-next.style-1:hover::after,
.swiper-button-prev.style-1:hover::after {
  color: #FFFFFF;
}
.swiper-button-next.style-2,
.swiper-button-prev.style-2 {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0px 8px 12px 0px rgba(36, 39, 44, 0.15);
}
.swiper-button-next.style-2:hover,
.swiper-button-prev.style-2:hover {
  background: #5462bd;
  opacity: 1;
}
.swiper-button-next.style-2:hover::after,
.swiper-button-prev.style-2:hover::after {
  color: #FFFFFF;
}
.swiper-button-next.style-3,
.swiper-button-prev.style-3 {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3);
}
.swiper-button-next.style-3:hover,
.swiper-button-prev.style-3:hover {
  background: #5462bd;
  opacity: 1;
}
.swiper-button-next.style-3:hover::after,
.swiper-button-prev.style-3:hover::after {
  color: #FFFFFF;
}

.swiper-button-next {
  right: 50px;
  left: auto;
}
.swiper-button-next.style5-next {
  left: auto;
  right: 90px;
  top: 45%;
}
.swiper-button-next.style7-next {
  right: 102px;
  left: auto;
  top: 77.5%;
}

.swiper-button-prev {
  right: auto;
  left: 50px;
}
.swiper-button-prev.style5-prev {
  left: auto;
  right: 90px;
  top: 53%;
}
.swiper-button-prev.style7-prev {
  right: 180px;
  left: auto;
  top: 77.5%;
}

.slider {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .img-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slider .img-slider:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.slider .slider-item {
  position: relative;
}
.slider .slider-item .content {
  z-index: 2;
  position: relative;
}
.slider .slider-item .content .heading {
  margin-bottom: 60px;
}
.slider .slider-item .content .sub-title {
  font-size: 80px;
  font-weight: 100;
  line-height: 80px;
}
.slider .slider-item .content h1 {
  margin-bottom: 22px;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}
.slider .slider-item .content .category-list-car {
  gap: 30px;
  margin-bottom: 36px;
}
.slider .slider-item .content .category-list-car li {
  gap: 6px;
}
.slider .slider-item .content .category-list-car li .icon {
  color: #FFFFFF;
}
.slider .slider-item .content .chat-wrap {
  gap: 20px;
}
.slider .slider-item .content .chat-wrap .chat {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: #FFFFFF;
  padding: 15px 20px;
  border-radius: 14px;
  max-width: 150px;
  width: 100%;
  text-align: center;
  color: #24272C;
}
.slider .slider-item .content .chat-wrap .image {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100%;
}
.slider .slider-item .content .chat-wrap .content-chat {
  padding-left: 7px;
}
.slider.home .content {
  padding: 194px 0px 502px 19px;
}
.slider.home2 .slider-item .img-slider {
  height: 960px;
}
.slider.home2 .slider-item .img-slider img {
  position: relative;
}
.slider.home2 .slider-item-content .flat-tabs {
  position: absolute;
  bottom: 118px;
  max-width: 410px;
}
.slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
  background: #FFFFFF;
  border-radius: 16px;
  z-index: 10;
  position: relative;
  padding: 30px;
}
.slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap h1 {
  margin-bottom: 26px;
}
.slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap .form-sl {
  background-color: #FFFFFF;
  padding: 0;
  position: relative;
  z-index: 1;
  border-radius: unset;
  box-shadow: unset;
}
.slider.home2 .inner-group-1 {
  margin-top: 29px;
}
.slider.home2 .inner-group-1 .radio-wrap {
  margin-bottom: 20px !important;
  gap: 20px;
}
.slider.home2 .inner-group-1 .form-group-1 {
  margin-bottom: 10px;
}
.slider.home2 .inner-group-1 .form-group-1 .nice-select .current {
  color: #24272C;
}
.slider.home2 .button-search a {
  min-width: 100%;
  margin-bottom: 20px;
}
.slider.home2 .flat-bt-top .sc-button {
  width: 100%;
  background-color: transparent;
  text-align: center;
  border: 1px solid #5462bd;
}
.slider.home2 .flat-bt-top .sc-button span,
.slider.home2 .flat-bt-top .sc-button svg {
  color: #5462bd;
}
.slider.home3 .slider-item .content {
  padding: 136px 0 446px;
}
.slider.home3 .slider-item .content .heading {
  padding: 0;
  max-width: 583px;
}
.slider.home3 .slider-item .content .heading h1 {
  margin-bottom: 0;
}
.slider.home3 .slider-item .content .heading > span {
  margin-bottom: 8px;
  display: inline-block;
}
.slider.home3 .wrap-icon {
  padding-left: 20px;
}
.slider.home4 .content {
  padding: 260px 0px 250px 0px;
}
.slider.home4 .content h1 {
  margin-bottom: 30px;
}
.slider.home4 .heading {
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px !important;
}
.slider.home5 .slider-item .content {
  padding: 173px 0 154px;
}
.slider.home5 .slider-item .content .heading {
  max-width: 530px;
  margin-left: 30px;
  padding-top: 113px;
}
.slider.home5 .slider-item .content .heading p {
  margin-bottom: 40px;
}
.slider.home5 .slider-item .content .heading .chat-wrap .chat {
  max-width: 204px;
}
.slider.home6 .slider-item .content {
  padding: 90px 0 507px;
}
.slider.home7 .slider-item .content {
  padding: 183px 0px 170px 11px;
  gap: 40px;
}
.slider.home7 .slider-item .content .po-content {
  width: 654px;
}
.slider.home7 .slider-item .content .po-content .heading {
  margin-bottom: 60px;
}
.slider.home7 .slider-item .content .po-content .heading .reserve-wrap {
  margin-top: 29px;
}
.slider.home7 .slider-item .content .po-content .heading .reserve-wrap .reserve {
  padding: 15px 63px;
  background-color: #5462bd;
  border-radius: 16px;
  display: inline-block;
}
.slider.home7 .slider-item .content .controller-button {
  margin-top: 10px;
  margin-right: 10px;
}
.slider.home8 {
  background-color: #A9B3BC;
}
.slider.home8 .slider-item .content {
  padding: 159px 0px 177px 11px;
}
.slider.home8 .slider-item .content .heading {
  margin-bottom: 0;
}
.slider.home8 .slider-item .content h1 {
  margin-bottom: 38px;
  font-size: 150px;
  line-height: 150px;
}
.slider.home9 {
  background-image: url(../../assets/images/slider/slide9.jpg);
  background-attachment: fixed;
}
.slider.home9 .content {
  padding: 224px 0px 243px 0px;
}
.slider.home9 .content .heading {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.slider.home9 .content .heading .sub-title2 {
  margin-bottom: 10px;
}
.slider.home9 .content .heading h1 {
  font-size: 70px;
  line-height: 70px;
}
.slider.home10 .content {
  padding: 191px 0px 455px 0px;
}
.slider.home10 .content .heading {
  margin-bottom: 0px;
  max-width: 630px;
}
.slider.home10 .content .heading h1 {
  margin-bottom: 30px;
}
.slider.home10 .content .heading p {
  margin-bottom: 44px;
}
.slider.home10 .content .heading .chat-wrap .chat {
  padding: 15px 61px;
  max-width: fit-content;
  width: 100%;
}

.wrap-icon {
  z-index: 10;
  position: relative;
}
.wrap-icon .icon-box {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.wrap-icon .icon-box:last-child {
  margin-right: 0px;
}
.wrap-icon.link-style-3 {
  gap: 28px;
  margin-top: 33px;
}
.wrap-icon.link-style-3 .icon-box {
  margin-right: 0;
  gap: 6px;
}
.wrap-icon.link-style-3.link-style-4 {
  gap: 10px;
}
.wrap-icon.link-style-3.link-style-4 .icon-box {
  padding: 11px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.wrap-icon.link-style-3.link-style-4 .icon-box a {
  color: #FFFFFF;
}

.flat-filter-search.home .form-sl {
  border-radius: 0px 16px 16px 16px;
}
.flat-filter-search.home .flat-tabs {
  margin-top: -15em;
}
.flat-filter-search.home3 .flat-tabs {
  margin-top: -20.6em;
}
.flat-filter-search.home3 .flat-tabs .form-sl {
  border-radius: 16px 16px 16px 16px;
}
.flat-filter-search.home4 .flat-tabs {
  margin-top: -12.4em;
}
.flat-filter-search.home5 .flat-tabs {
  margin-top: -11.9em;
}
.flat-filter-search.home5 .flat-tabs .form-sl {
  border-radius: 16px 16px 0px 0px;
}
.flat-filter-search.home6 .flat-tabs {
  margin-top: -18.2em;
}
.flat-filter-search.home6 .flat-tabs .form-sl {
  border-radius: 16px;
}
.flat-filter-search.home6 .flat-tabs .wrap-icon.link-style-3 {
  margin-top: 24px;
}
.flat-filter-search.home7 .flat-tabs {
  margin-top: -8.5em;
}
.flat-filter-search.home8 .flat-tabs {
  margin-top: -8.5em;
}
.flat-filter-search.home10 .flat-tabs {
  margin-top: -20.2em;
}

.flat-tabs {
  position: relative;
}
.flat-tabs .tab-title li {
  position: relative;
  cursor: pointer;
  width: 115px;
  height: 40px;
  background-color: #FFF5E0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs .tab-title li:first-child {
  border-top-left-radius: 16px;
}
.flat-tabs .tab-title li:last-child {
  border-top-right-radius: 16px;
}
.flat-tabs .tab-title li h4 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs .tab-title li.style {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 47px;
  line-height: 47px;
  z-index: 2;
  cursor: pointer;
  margin-right: 1px;
}
.flat-tabs .tab-title li.style:hover, .flat-tabs .tab-title li.style.active {
  background-color: #5462bd;
}
.flat-tabs .tab-title.style {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}
.flat-tabs .tab-title.style li {
  width: auto;
  height: auto;
  background-color: transparent !important;
  padding: unset;
  box-shadow: unset;
  margin-right: 25px;
}
.flat-tabs .tab-title.style li h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 22.4px;
  padding-bottom: 17px;
  border-bottom: 2px solid transparent;
}
.flat-tabs .tab-title.style li:hover h5, .flat-tabs .tab-title.style li.active h5 {
  font-weight: 500;
  color: #24272C !important;
  border-bottom: 2px solid #5462bd;
}
.flat-tabs .tab-title.style1 li {
  padding: 9px 18px;
  min-width: 102px;
  background-color: #EDEDED;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 500;
}
.flat-tabs .tab-title.style1 li h5 {
  font-style: 16px;
}
.flat-tabs .tab-title.style1 li:hover, .flat-tabs .tab-title.style1 li.active {
  background-color: #5462bd;
}
.flat-tabs .tab-title.style1 li:hover h5, .flat-tabs .tab-title.style1 li.active h5 {
  color: #FFFFFF;
  font-weight: 500;
}
.flat-tabs .wrap-icon .icon-autodeal-trending {
  font-size: 24px;
  margin-right: 13px;
  margin-left: 4px;
}
.flat-tabs .wrap-icon.trending1 {
  margin-top: 22px;
  z-index: 9;
  position: relative;
}
.flat-tabs .wrap-icon.trending2 {
  margin-top: 29px;
  z-index: 9;
  position: relative;
}
.flat-tabs .box-tab.style1 .tab-title li {
  color: #24272C;
  background-color: transparent;
  width: 110px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: 14px;
  margin-right: 0px;
  border: 1px solid #24272C;
}
.flat-tabs .box-tab.style1 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style1 .tab-title li:hover, .flat-tabs .box-tab.style1 .tab-title li.active {
  color: #FFFFFF;
  background-color: #24272C;
  border: 1px solid #24272C;
  position: relative;
}
.flat-tabs .box-tab.style1 .tab-title li:hover::before, .flat-tabs .box-tab.style1 .tab-title li.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #24272C;
}
.flat-tabs .box-tab.style2 .tab-title {
  margin-bottom: 21px;
}
.flat-tabs .box-tab.style2 .tab-title li {
  color: #FFFFFF;
  background-color: transparent;
  width: 110px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: 14px;
  margin-right: 1px;
  border: 1px solid #FFFFFF;
}
.flat-tabs .box-tab.style2 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style2 .tab-title li:hover, .flat-tabs .box-tab.style2 .tab-title li.active {
  color: #FFFFFF;
  background-color: #5462bd;
  border: 1px solid #5462bd;
  position: relative;
}
.flat-tabs .box-tab.style2 .tab-title li:hover::before, .flat-tabs .box-tab.style2 .tab-title li.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5462bd;
}
.flat-tabs .box-tab.style3 .tab-title {
  margin-bottom: 30px;
}
.flat-tabs .box-tab.style3 .tab-title li {
  color: #FFFFFF;
  background-color: transparent;
  width: 110px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: 14px;
  margin-right: 1px;
  border: 1px solid #FFFFFF;
}
.flat-tabs .box-tab.style3 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style3 .tab-title li:hover, .flat-tabs .box-tab.style3 .tab-title li.active {
  color: #24272C;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: relative;
}
.flat-tabs .box-tab.style3 .tab-title li:hover::before, .flat-tabs .box-tab.style3 .tab-title li.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #FFFFFF;
}
.flat-tabs .box-tab.style4 .tab-title {
  margin-bottom: 60px;
}
.flat-tabs .box-tab.style4 .tab-title li {
  color: #24272C;
  background-color: transparent;
  width: 195px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: 100px;
  margin-right: 1px;
  border: 1px solid #EDEDED;
  box-shadow: unset;
}
.flat-tabs .box-tab.style4 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style4 .tab-title li:hover, .flat-tabs .box-tab.style4 .tab-title li.active {
  background-color: #5462bd;
  border: 1px solid #5462bd;
}
.flat-tabs .box-tab.style4 .tab-title li:hover h5, .flat-tabs .box-tab.style4 .tab-title li.active h5 {
  color: #FFFFFF;
}
.flat-tabs .box-tab.style5 .tab-title {
  margin-bottom: 40px;
}
.flat-tabs .box-tab.style5 .tab-title li {
  color: #24272C;
  background-color: transparent;
  width: 130px;
  height: 40px;
  line-height: 32px;
  z-index: 2;
  border-radius: 10px;
  margin-right: 1px;
  border: 1px solid #EDEDED;
  box-shadow: unset !important;
  margin-bottom: 10px;
}
.flat-tabs .box-tab.style5 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style5 .tab-title li:hover, .flat-tabs .box-tab.style5 .tab-title li.active {
  color: #FFFFFF;
  background-color: #24272C;
  border: 1px solid #24272C;
}
.flat-tabs .content-tab.style2 .form-sl {
  padding: 21px 22px;
}
.flat-tabs .content-tab.style2 .form-sl .wd-find-select .inner-group {
  gap: 10px;
}
.flat-tabs .content-tab.style2 .form-style {
  margin-left: 10px;
}
.flat-tabs .content-tab.style3 .form-sl {
  background-color:rgb(0 0 0 / 55%);
  border-radius: 16px 16px 0px 0px;
  padding: 21px 23px;
}
.flat-tabs .content-tab.style3 .form-sl label {
  color: #FFFFFF !important;
}
.flat-tabs .content-tab.style3 .form-sl .form-group-1:not(:last-child)::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.flat-tabs .content-tab.style3 .form-sl .wd-search-white .group-select .nice-select .current {
  color: #FFFFFF !important;
}
.flat-tabs .content-tab.style3 .form-sl .nice-select:after {
  border-bottom: 1.7px solid #FFFFFF;
  border-right: 1.7px solid #FFFFFF;
}
.flat-tabs .content-tab.style3 .form-sl .icon-filter {
  background-color: rgba(255, 255, 255, 0.1);
}
.flat-tabs .content-tab.style3 .form-sl .icon-filter svg {
  color: #FFFFFF;
}

.tab-listing-scroll .nav-pills {
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
}
.tab-listing-scroll .nav-pills .nav-item {
  flex: 1;
}
.tab-listing-scroll .nav-pills .nav-item .nav-link {
  border: 1px solid #EDEDED;
  color: #24272C;
  border-radius: 100px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
      font-family: 'Inter';
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 8px;
}
.tab-listing-scroll .nav-pills .nav-item .nav-link.active {
  background-color: #5462bd !important;
  border: 1px solid #5462bd;
  color: #FFFFFF;
}

.specifications-wrap .specifications {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  width: 190px;
}
.specifications-wrap .specifications:not(:last-child) {
  margin-bottom: 9px;
}
.specifications-wrap .specifications .specifications-icon {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.specifications-wrap .specifications .specifications-content p {
  margin-bottom: 4px;
}
.specifications-wrap.style2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: fit-content;
}
.specifications-wrap.style2 .specifications {
  width: 152px;
}
.specifications-wrap.style2 .specifications:not(:last-child) {
  margin-bottom: 0px;
}
.specifications-wrap.style2 .specifications .specifications-title .title {
  margin-bottom: 11px;
}
.specifications-wrap.style2 .specifications .specifications-content p {
  margin-bottom: 1px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
.specifications-wrap .load-more .chat {
  margin-top: 14px;
}
.specifications-wrap .load-more .chat i {
  margin-left: 10px;
  font-size: 12px;
}
.specifications-wrap .load-more .chat:hover {
  color: #5462bd !important;
}

.controller-button .controller:not(:last-child) {
  margin-bottom: 20px;
}
.controller-button .icon-controller {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.12);
  text-align: center;
  line-height: 68px;
  border-radius: 100%;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.controller-button .icon-controller:hover {
  background-color: #5462bd;
}
.controller-button .content-controller {
  padding-right: 12px;
}

.hide {
  opacity: 0.5;
}

.counter-box {
  position: relative;
  margin-right: 81px;
}
.counter-box .number {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.counter-box .number.number-style::after {
  content: "+";
  font-size: 30px;
}
.counter-box .content {
  padding-top: 26px;
}

.wd-search-form-2 {
  min-width: 1290px;
  left: -30px !important;
}

.wd-search-form {
  margin-top: 30px;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
  border-radius: 10px;
  padding: 24px 22px 10px;
  margin-left: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wd-search-form.show {
  display: unset;
  opacity: 1;
  margin-top: 40px;
  visibility: visible;
}
.wd-search-form .group-select .nice-select {
  width: 100% !important;
}
.wd-search-form .form-group {
  margin-bottom: 30px;
}
.wd-search-form .tf-amenities {
  padding: 0;
  box-shadow: unset;
  margin-bottom: 0;
}
.wd-search-form .box1 {
  gap: 0px 30px;
}
.wd-search-form .box1 input {
  padding: 15px 44px 15px 18px;
}
.wd-search-form .box1 .nice-select {
  padding: 13px 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696665;
}
.wd-search-form .box2 {
  gap: 44px;
}
.wd-search-form .box2 .title {
  margin-bottom: 20px;
}
.wd-search-form .features-wrap h5 {
  margin-bottom: 32px;
}
.wd-search-form .boder-wg {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
  margin-top: -3px;
}

.form-sl {
  background-color: #FFFFFF;
  padding: 18px 28px;
  position: relative;
  z-index: 90;
  border-radius: 16px 16px 16px 16px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
}
.form-sl .wd-find-select .inner-group {
  display: flex;
  width: 100%;
}
.form-sl .wd-find-select .inner-group .form-group-1 {
  width: 100%;
}
.form-sl .wd-find-select .inner-group .form-group-1 label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.16px;
      font-family: 'Inter';
  color: #24272C;
  margin-bottom: 8px;
}
.form-sl .wd-find-select .inner-group.select-style {
  gap: 50px;
}
.form-sl .wd-find-select .inner-group.select-style .form-group-1 {
  position: relative;
}
.form-sl .wd-find-select .inner-group.select-style .form-group-1:not(:last-child)::before {
  width: 1px;
  height: 48px;
  content: "";
  position: absolute;
  background-color: #EDEDED;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.form-sl .wd-find-select .inner-group.select-style .group-select .nice-select {
  border: unset !important;
  border-radius: 0;
  padding: 0px 15px;
  margin-left: -15px;
  background-color: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696665;
}
.form-sl .wd-find-select .inner-group.select-style .group-select .nice-select::after {
  right: 0;
}

.icon-filter {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 113, 1, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-filter svg {
  color: #5462bd;
}
.icon-filter span,
.icon-filter path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-filter.click, .icon-filter:hover {
  background-color: #5462bd;
}
.icon-filter.click path, .icon-filter:hover path {
  stroke: #FFFFFF;
}
.icon-filter.click span, .icon-filter:hover span {
  color: #FFFFFF;
}

.button-search a {
  padding: 15px 21.5px;
  min-width: 203px;
  text-align: center;
}
.button-search a span {
  margin-right: 8px;
}

.form-style {
  margin-right: 10px;
  margin-left: 60px;
}

.wd-find-select .group-select select {
  padding: 16px;
  border: 1px solid #B6B6B6;
}

.wd-find-select .group-select option {
  padding: 160px;
}
.wd-find-select .group-select option:hover {
  background-color: #5462bd;
}

.tf-select {
  position: relative;
}
.tf-select select {
  appearance: none;
}
.tf-select:focus-within:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.tf-select:after {
  border-bottom: 1.7px solid #3A3A3C;
  border-right: 1.7px solid #3A3A3C;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.wd-find-select .group-select .nice-select.open:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.wd-find-select .group-select .nice-select:not(:last-child) {
  margin-right: 12px;
}

.wd-find-select .group-select .nice-select .current {
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696665;
}

.pagi2 .swiper-pagination2 {
  position: absolute;
  bottom: 4px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.pagi2 .swiper-pagination-bullet {
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  margin: 0 2px !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagi2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #5462bd;
  width: 8px;
  height: 8px;
}

.swiper-pagination,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5 {
  margin-top: 48px;
  margin-bottom: -13px;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet,
.swiper-pagination4 .swiper-pagination-bullet,
.swiper-pagination5 .swiper-pagination-bullet {
  background: #E4E4E4;
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #5462bd;
  margin: 0 7px !important;
  width: 10px;
  height: 10px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 18px;
  height: 18px;
  border: 2px solid #5462bd;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.slider-item .js-letters {
  overflow-y: hidden;
}
.slider-item .js-letters > * {
  display: inline-block;
  min-width: 0.21em;
  backface-visibility: hidden;
  animation: slide-up 0.6s both;
}
.slider-item .js-letters > *:nth-child(1) {
  animation-delay: 0.05s;
}
.slider-item .js-letters > *:nth-child(2) {
  animation-delay: 0.1s;
}
.slider-item .js-letters > *:nth-child(3) {
  animation-delay: 0.15s;
}
.slider-item .js-letters > *:nth-child(4) {
  animation-delay: 0.2s;
}
.slider-item .js-letters > *:nth-child(5) {
  animation-delay: 0.25s;
}
.slider-item .js-letters > *:nth-child(6) {
  animation-delay: 0.3s;
}
.slider-item .js-letters > *:nth-child(7) {
  animation-delay: 0.35s;
}
.slider-item .js-letters > *:nth-child(8) {
  animation-delay: 0.4s;
}
.slider-item .js-letters > *:nth-child(9) {
  animation-delay: 0.45s;
}
.slider-item .js-letters > *:nth-child(10) {
  animation-delay: 0.5s;
}
.slider-item .js-letters > *:nth-child(11) {
  animation-delay: 0.55s;
}
.slider-item .js-letters > *:nth-child(12) {
  animation-delay: 0.6s;
}
.slider-item .js-letters > *:nth-child(13) {
  animation-delay: 0.65s;
}
.slider-item .js-letters > *:nth-child(14) {
  animation-delay: 0.7s;
}
.slider-item .js-letters > *:nth-child(15) {
  animation-delay: 0.75s;
}
.slider-item .js-letters > *:nth-child(16) {
  animation-delay: 0.8s;
}
.slider-item .js-letters > *:nth-child(17) {
  animation-delay: 0.85s;
}
.slider-item .js-letters > *:nth-child(18) {
  animation-delay: 0.9s;
}
.slider-item .js-letters > *:nth-child(19) {
  animation-delay: 0.95s;
}
.slider-item .js-letters > *:nth-child(20) {
  animation-delay: 1s;
}
.slider-item .js-letters > *:nth-child(21) {
  animation-delay: 1.05s;
}
.slider-item .js-letters > *:nth-child(22) {
  animation-delay: 1.1s;
}
.slider-item .js-letters > *:nth-child(23) {
  animation-delay: 1.15s;
}
.slider-item .js-letters > *:nth-child(24) {
  animation-delay: 1.2s;
}
.slider-item .js-letters > *:nth-child(25) {
  animation-delay: 1.25s;
}
.slider-item .js-letters > *:nth-child(26) {
  animation-delay: 1.3s;
}
.slider-item .js-letters > *:nth-child(27) {
  animation-delay: 1.35s;
}
.slider-item .js-letters > *:nth-child(28) {
  animation-delay: 1.4s;
}
.slider-item .js-letters > *:nth-child(29) {
  animation-delay: 1.45s;
}
.slider-item .js-letters > *:nth-child(30) {
  animation-delay: 1.5s;
}
.slider-item .js-letters > *:nth-child(31) {
  animation-delay: 1.55s;
}
.slider-item .js-letters > *:nth-child(32) {
  animation-delay: 1.6s;
}
.slider-item .js-letters > *:nth-child(33) {
  animation-delay: 1.65s;
}
.slider-item .js-letters > *:nth-child(34) {
  animation-delay: 1.7s;
}
.slider-item .js-letters > *:nth-child(35) {
  animation-delay: 1.75s;
}
.slider-item .js-letters > *:nth-child(36) {
  animation-delay: 1.8s;
}
.slider-item .js-letters > *:nth-child(37) {
  animation-delay: 1.85s;
}
.slider-item .js-letters > *:nth-child(38) {
  animation-delay: 1.9s;
}
.slider-item .js-letters > *:nth-child(39) {
  animation-delay: 1.95s;
}
.slider-item .js-letters > *:nth-child(40) {
  animation-delay: 2s;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 1200px) {
  .wd-find-select {
    justify-content: space-between;
  }
  .wd-find-select .group-select .nice-select {
    width: 100%;
  }
  .wd-find-select .inner-group {
    width: 110%;
    margin-right: 0px;
  }
}
/* side bar */
.search-flat {
  margin-right: 6px;
}
.search-flat .search-form .search-field {
  box-shadow: 5px 5px 0 black;
}
.search-flat .search-form .search-field::placeholder {
  color: #FFFFFF !important;
}

.side-bar .widget {
  margin-bottom: 20px;
  padding: 0;
}
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.side-bar .widget-contact {
  margin-bottom: 42px;
}
.side-bar .widget-contact .box-contact {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 19px;
}
.side-bar .widget-contact .box-contact .img-author {
  margin-right: 17px;
}
.side-bar .widget-contact .box-contact:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0;
}
.side-bar .widget-listings {
  margin-bottom: 40px;
}
.side-bar .widget-listings .widget-title {
  margin-bottom: 20px;
}
.side-bar .widget-listings .box-listings {
  padding-top: 21px;
  padding-bottom: 19px;
  border-top: 1px solid #EDEDED;
}
.side-bar .widget-listings .box-listings .img-listings {
  margin-right: 3px;
  width: 112px;
  flex: none;
}
.side-bar .widget-listings .box-listings:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0;
}
.side-bar .widget-listings .box-listings .content {
  padding-left: 8px;
}
.side-bar .widget-listings .box-listings .content a {
  margin-bottom: 6px;
}
.side-bar .widget-listings .box-listings .content span.date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  font-family: "Inter", sans-serif;
}
.side-bar .widget-listings .box-listings .content span.date i {
  font-size: 13px;
  margin-right: 5px;
  margin-left: 2px;
}
.side-bar .newsletter {
  margin-bottom: 40px;
}
.side-bar .newsletter p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  font-family: "Inter", sans-serif;
  margin-top: -4px;
  margin-bottom: 18px;
}
.side-bar .newsletter .form-newsletter .button-submit {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.side-bar .newsletter .form-newsletter .button-submit button {
  background-color: transparent;
  line-height: 50px;
  border: unset;
  padding: 0px 17px;
}
.side-bar .newsletter .form-newsletter .button-submit button .icon {
  color: #5462bd;
}
.side-bar .widget-tags .widget-title {
  margin-bottom: 20px;
}
.side-bar .widget-marketing {
  background-color: #FFE8CE;
  border: 0px;
  padding: 34px 34px 41px;
}
.side-bar .widget-marketing .titles {
  margin-bottom: 23px;
}
.side-bar .widget-marketing .buttons {
  margin-bottom: 35px;
}
.side-bar .widget-title {
  position: relative;
  margin-bottom: 24px;
}
.side-bar .widget-categories {
  margin-bottom: 30px;
}
.side-bar .widget-categories h3 {
  margin-bottom: 20px;
}
.side-bar .widget-categories li {
  position: relative;
  padding: 10px 0px 15.5px 0px;
  margin: 6px 0px 6px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #EDEDED;
}
.side-bar .widget-categories li:first-child {
  margin-top: 0px;
}
.side-bar .widget-categories li:last-child {
  padding-bottom: 20px;
}
.side-bar .widget-categories li a {
  color: #24272C;
  font-weight: 500;
  line-height: 22.4px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
      font-family: 'Inter';
}
.side-bar .widget-categories li.active a, .side-bar .widget-categories li:hover a {
  color: #5462bd;
}
.side-bar .widget-categories li:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.side-bar .widget-tags .tags_cloud_inner a {
  display: inline-block;
  padding: 9px 15px;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 10px;
  border: 1px solid #EDEDED;
  font-family: "Inter", sans-serif;
  border-radius: 99px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar .widget-tags .tags_cloud_inner a.active, .side-bar .widget-tags .tags_cloud_inner a:hover {
  color: #FFFFFF;
  background-color: #5462bd;
}
.side-bar .widget-tags .tags_cloud_inner a:last-child {
  margin-right: 0;
}
.side-bar .flat-tabs .tab-title li {
  box-shadow: none;
}
.side-bar .flat-tabs .box-tab {
  margin-bottom: 0px;
}
.side-bar .author-box {
  margin-bottom: 23px;
}
.side-bar .author-box .image-author {
  margin-right: 17px;
}
.side-bar .author-box .image-author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.side-bar .title-contact {
  margin-bottom: 24px;
}
.side-bar .comments .comment-form fieldset {
  margin-bottom: 12px;
}
.side-bar .comments .comment-form fieldset.message-wrap {
  margin-bottom: 18px;
}
.side-bar .comments .comment-form fieldset input {
  padding: 13px 14px 13px 18px;
}
.side-bar .comments .comment-form fieldset textarea {
  padding: 13px 15px 12px 17px;
}
.side-bar .comments .button-box button {
  margin-right: 10px;
  padding: 16.5px 20px 16.5px 20px;
}
.side-bar .comments .button-box a {
  padding: 16.5px 17px 16.5px 20px;
}
.side-bar .comments .button-box a,
.side-bar .comments .button-box button {
  padding: 16px px 16px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar .comments .button-box a span,
.side-bar .comments .button-box button span {
  margin-right: 10px;
  flex: none;
}
.side-bar .style-tour {
  padding: 30px 29px 28px;
}
.side-bar .widget-tour .title-tour {
  margin-bottom: 2px;
}
.side-bar .widget-tour .p-tour {
  margin-bottom: 24px;
}
.side-bar .widget-tour .days-wrap {
  margin-left: -10px;
  margin-bottom: 24px;
}
.side-bar .widget-tour .days-wrap .day-box {
  width: calc(25% - 10px);
  margin-left: 10px;
  padding: 14px 5px;
  border: 2px solid #B6B6B6;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.side-bar .widget-tour .days-wrap .day-box .number {
  margin: 8px 0 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-bar .widget-tour .days-wrap .day-box:hover {
  border: 2px solid #5462bd;
}
.side-bar .widget-tour .days-wrap .day-box:hover .number {
  color: #5462bd;
}
.side-bar .widget-tour h5 {
  margin-bottom: 12px;
}
.side-bar .widget-tour .flat-tabs .tab-title li svg {
  margin-right: 8px;
}
.side-bar .widget-tour .flat-tabs .box-tab {
  margin-bottom: 11px;
}
.side-bar .widget-tour .comments .comment-form .nice-select {
  padding: 16px 20px 14px 17px;
  margin-bottom: 9px;
}
.side-bar .widget-tour .comments .comment-form button {
  width: 100%;
}
.side-bar .widget-tour .comments .comment-form button span {
  margin-right: 7px;
}
.side-bar .widget-tour .comments .comment-form fieldset.message-wrap {
  margin-bottom: 6px;
}
.side-bar .widget-tour .widget-form {
  margin-bottom: 12px;
}
.side-bar .widget-tour .widget-form .btn-checkbox {
  border: 1px solid #B6B6B6;
  width: 20px;
}
.side-bar .widget-tour .widget-form .sub-title {
  margin-right: 3px;
  margin-top: 1px;
}

.search-group {
  margin-right: 10px;
}
.search-group .search-form .search-field {
  padding: 14px 15px 14px 43px;
  height: 40px;
  width: 280px;
}
.search-group .search-form i {
  position: absolute;
  color: #8E8E93;
  top: 15px;
  left: 19px;
  cursor: pointer;
}

.widget-rent {
  margin-bottom: 40px;
}
.widget-rent .search-form .search-field {
  padding: 14px 15px 14px 43px;
}
.widget-rent .search-form i {
  position: absolute;
  color: #8E8E93;
  top: 21px;
  left: 19px;
  cursor: pointer;
}
.widget-rent .flat-tabs.style2 .tab-title li {
  width: 140px;
}
.widget-rent .flat-tabs.style2 .tab-title li:nth-child(1) {
  margin-right: 10px;
}
.widget-rent .flat-tabs.style2 .box-tab {
  margin-right: 0px;
}
.widget-rent .form-group-1 {
  margin-bottom: 12px;
}
.widget-rent .wd-find-select .group-select .nice-select {
  height: 54px;
  width: 100%;
  padding: 15px 17px;
  margin-bottom: 12px;
}
.widget-rent .wd-find-select .group-select .nice-select::after {
  border-bottom: 1px solid #3A3A3C;
  border-right: 1px solid #3A3A3C;
}
.widget-rent .wd-find-select .form-group-5 .nice-select {
  margin-bottom: 26px;
}
.widget-rent .style-group {
  margin-bottom: 13px;
}
.widget-rent .style-group h4 {
  margin-bottom: 8px;
}
.widget-rent .style-group .inner {
  margin-left: -20px;
}
.widget-rent .style-group .inner .group-select {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.widget-rent .button-search a {
  width: 100%;
}

.widget-menu .recent-news li {
  margin-bottom: 25px;
}
.widget-menu .recent-news li:last-child {
  margin-bottom: 0px !important;
}
.widget-menu .recent-news li .thumb {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 90px;
  flex: none;
  box-shadow: 5px 5px 0 #24272C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-menu .recent-news li .content {
  padding-left: 35px;
  padding-top: 5px;
}
.widget-menu .recent-news li .content .days {
  font-size: 14px;
  margin-bottom: 4.5px;
  color: #5462bd;
}
.widget-menu .recent-news li .content .days::before {
  content: "\f272";
      font-family: 'Inter';
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  color: #5462bd;
}
.widget-menu .recent-news li .content .title {
  line-height: 23px;
}
.widget-menu .recent-news li .content h5 {
  margin-bottom: 0;
}
.widget-menu .recent-news li:hover .thumb {
  box-shadow: 5px 5px 0 #5462bd;
}

.form-filter-siderbar .form-group {
  margin-bottom: 17px;
}
.form-filter-siderbar .wg-box3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.form-filter-siderbar .features-wrap {
  margin-top: 30px;
}
.form-filter-siderbar .features-wrap h4 {
  margin-bottom: 14px;
}
.form-filter-siderbar .tf-amenities label {
  margin-bottom: 16px;
}

.sidebar-right-listing {
  max-width: 400px;
  border: 1px solid #EDEDED;
  padding: 30px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 24px;
}
.sidebar-right-listing.style-2 {
  max-width: 300px;
}
.sidebar-right-listing .sidebar-title {
  margin-bottom: 40px;
}
.sidebar-right-listing .clear i {
  rotate: 45deg;
  margin-right: 6px;
  display: inline-block;
}

.listing-grid .btn-view {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  color: #24272C;
}
.listing-grid .btn-view.grid:hover, .listing-grid .btn-view.grid.active, .listing-grid .btn-view.list:hover, .listing-grid .btn-view.list.active {
  background-color: #5462bd;
  color: #FFFFFF;
}

.sidebar-left-listing {
  width: 100%;
}
.sidebar-left-listing .group-select {
  min-width: 179px;
}
.sidebar-left-listing .nice-select {
  padding: 8px 17px;
  text-align: left;
}
.sidebar-left-listing .nice-select .current {
  color: #24272C !important;
  font-weight: 500;
}

.list-car-list-1 .box-car-list:not(:last-child) {
  margin-bottom: 30px;
}
.list-car-list-1 .box-car-list > .image-group {
  width: 300px !important;
}
.list-car-list-1 .box-car-list .content {
  padding: 30px !important;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.list-car-list-1 .box-car-list .content h5 {
  font-size: 20px;
  line-height: 25px;
}
.list-car-list-1 .box-car-list .content .days-box {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 1px solid transparent;
}
.list-car-list-1 .box-car-list .content .days-box .img-author {
  margin-bottom: 17px;
}
.list-car-list-1 .box-car-list .content .icon-box {
  gap: 10px;
}
.list-car-list-1 .box-car-list .content .money {
  margin-bottom: 30px;
}
.list-car-list-1 .box-car-list .content .view-car {
  font-size: 16px;
  line-height: 20.16px;
  color: #5462bd;
  border: 1px solid #5462bd;
  padding: 13px 38.5px;
  text-align: center;
}
.list-car-list-1 .box-car-list .content .view-car:hover {
  background-color: #5462bd;
  color: #FFFFFF;
}
.list-car-list-1 .box-car-list .content .view-car i {
  font-size: 8px;
  margin-left: 11px;
}
.list-car-list-1 .box-car-list .content .chat {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #24272C;
  border: 1px solid #EDEDED;
  border-radius: 14px;
  padding: 9px 20px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}
.list-car-list-1 .box-car-list .content .chat .icon {
  margin-right: 4px;
  color: #24272C;
}
.list-car-list-1 .box-car-list .content .inner2 {
  width: 209px;
  padding-left: 30px;
  border-left: 1px solid #EDEDED;
}

.filter {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 18px;
  background: #5462bd;
  color: #FFFFFF;
  border-radius: 10px;
}
.filter i {
  margin-left: 10px;
}

.filter-mobie {
  display: none;
}

.btn-siderbar-mobie-filter {
  position: fixed;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  border: 0;
  z-index: 100;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  color: #5462bd;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
  cursor: pointer;
  display: none;
}
.btn-siderbar-mobie-filter:hover {
  background-color: #5462bd;
  color: #FFFFFF;
}

.overlay-siderbar-mobie {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5607843137);
  transition: all 0.3s ease-in-out;
}
.overlay-siderbar-mobie.open {
  opacity: 1;
  visibility: visible;
}

/* DashBoard
-------------------------------------------------------------- */
#wrapper-dashboard #header.header-default {
  padding-left: 8px;
  padding-right: 35px;
  border-bottom: 1px solid #EDEDED;
  box-shadow: unset;
}

#wrapper-dashboard .main-header .main-menu .navigation > li > a {
  padding: 26px 0px;
}

#wrapper-dashboard .main-header .header-lower {
  padding-right: 11px;
}

#wrapper-dashboard #header .header-wrap .header-ct-center {
  justify-content: left;
}

#wrapper-dashboard .content-area {
  border-radius: 0px;
  overflow: hidden;
  padding: 50px 10px 60px 28px;
  margin-right: 0px;
  margin-left: 0px;
}

#wrapper-dashboard .admin-title {
  font-weight: 600;
}

#wrapper-dashboard #themesflat-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#wrapper-dashboard #mainnav > ul > li > a {
  line-height: 75px !important;
}

#wrapper-dashboard #header .tf-btn {
  background: #5462bd;
  color: #fff;
}

#wrapper-dashboard #header .tf-btn:hover {
  background: #24272C;
  border-color: #24272C;
}

#wrapper-dashboard .tfcl-login-form .tf-btn {
  border-radius: 4px;
}

#wrapper-dashboard .tfcl-login-form .tf-btn i.fa-google {
  margin-right: 5px;
}

#wrapper-dashboard .tfcl-login-form .tf-btn:hover {
  color: #fff !important;
}

#wrapper-dashboard #header .logo {
  justify-content: left;
}

#wrapper-dashboard {
  padding-left: 280px;
}

#wrapper-dashboard .container {
  max-width: 100%;
}

.sidebar-dashboard {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0px;
  width: 280px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #24272C;
  left: 0;
  overflow-y: scroll;
}

.sidebar-dashboard::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}

.sidebar-dashboard::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}

.sidebar-dashboard::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1A2435;
}

.sidebar-dashboard .db-content {
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-left: 30px;
}

.sidebar-dashboard .db-content.db-list-menu {
  padding-left: 16px;
  padding-right: 11px;
}

.sidebar-dashboard .db-content.db-list-menu .db-title {
  margin-left: 14px;
}

.sidebar-dashboard .db-content:last-child {
  border-bottom: unset;
}

.sidebar-dashboard .db-author .name {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: -2px;
}

.sidebar-dashboard .db-author .author-position {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: rgba(255, 255, 255, 0.4823529412);
}

.sidebar-dashboard .db-author .author .avatar {
  flex-shrink: 0;
}

.sidebar-dashboard .db-author .author .avatar img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.sidebar-dashboard .db-author .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-dashboard .db-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.4;
  margin-bottom: 8px;
}

.sidebar-dashboard .db-list-menu ul li a {
  color: #fff;
  padding: 12px 14px;
  display: block;
  border-radius: 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  position: relative;
}

.sidebar-dashboard .db-list-menu ul li a .count-page {
  width: 24px;
  height: 24px;
  background: #7ED321;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.64px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-dashboard .db-list-menu ul li a:hover .count-page,
.sidebar-dashboard .db-list-menu ul li a.active .count-page {
  background: #fff;
  color: #24272C !important;
}

.sidebar-dashboard .db-list-menu ul li:not(:last-child) {
  margin-bottom: 3.6px;
}

.sidebar-dashboard .db-list-menu ul li a i {
  color: #4d5153;
  font-size: 20px;
  vertical-align: sub;
  margin-right: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-dashboard .db-list-menu ul li a img,
.sidebar-dashboard .db-list-menu ul li a svg {
  margin-right: 14px;
  vertical-align: bottom;
}

.sidebar-dashboard .db-list-menu ul li a:hover,
.sidebar-dashboard .db-list-menu ul li a.active {
  background: #5462bd;
  color: #fff !important;
}

.sidebar-dashboard .db-list-menu ul li a:hover *,
.sidebar-dashboard .db-list-menu ul li a.active * {
  opacity: 1;
}

.sidebar-dashboard .db-list-menu ul li a:hover i,
.sidebar-dashboard .db-list-menu ul li a.active i {
  color: #fff;
}

.sidebar-dashboard .db-logo img {
  max-width: 216px;
  height: auto;
}

.sidebar-dashboard .db-media-box {
  border-radius: 8px;
  background: #1A2435;
  padding: 38px 20px 38px 20px;
}

.sidebar-dashboard .db-media-box .group-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.sidebar-dashboard .db-media-box .group-title a {
  color: #fff;
  word-break: break-all;
}

.sidebar-dashboard .db-media-box .group-title a:hover {
  color: #5462bd;
}

.sidebar-dashboard .db-media-box .group-title i {
  color: #5462bd;
  margin-right: 16px;
  font-size: 20px;
  vertical-align: text-bottom;
}

.sidebar-dashboard .db-media-box .list-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-dashboard .db-media-box .list-social li {
  background: unset;
  margin-bottom: 10px;
}

.sidebar-dashboard .db-media-box .list-social li:not(:last-child) {
  margin-right: 11px;
}

.sidebar-dashboard .db-media-box .list-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.0901960784);
  border-radius: 50%;
  color: #9497A3;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-dashboard .db-media-box .list-social li a:hover {
  color: #fff;
  background: #5462bd;
  border-color: #5462bd;
}

.sidebar-dashboard .db-media-box .media-social .group-title i {
  font-size: 30px;
  vertical-align: bottom;
}

.db-email-box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.db-email-box .icon {
  font-size: 37px;
  color: #5462bd;
  margin-right: 25px;
}

.db-email-box .content p {
  color: rgba(255, 255, 255, 0.53);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "DM Sans";
  margin-bottom: -6px;
}

.db-email-box .content a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard-overlay {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
}

.dashboard-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: not-allowed;
  z-index: 9999;
}

.sidebar-dashboard.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 9999;
}

.dashboard-toggle {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  color: #24272C;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.dashboard-toggle i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 24px;
  margin-top: -4px;
  display: inline-block;
  color: #5462bd;
}

.dashboard-toggle {
  display: none;
}

#wrapper-dashboard .header .header-ct-left,
#wrapper-dashboard .header-ct-right .show-search {
  display: none !important;
}

.tfcl-submit-property-rating i {
  margin-left: 7px;
}

.group-agency-order .nice-select .list {
  width: max-content;
}

/* title dashboard */
#wrapper-dashboard .themesflat-top,
#wrapper-dashboard .footer_background {
  display: none;
}

/* Reviews */
.tfre-review-list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1630px) {
  #wrapper-dashboard #header.header-default {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1160px) {
  #wrapper-dashboard .header .header-ct-right .tf-btn {
    display: none !important;
  }
  #tabs-header-single-property .tabs-nav {
    top: 20px;
    right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-dashboard {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #wrapper-dashboard {
    padding-left: 0px;
  }
  #wrapper-dashboard .content-area {
    margin-left: 0;
  }
  .dashboard-toggle,
  #wrapper-dashboard .header .header-ct-left {
    display: block !important;
  }
  #wrapper-dashboard #header.header-default {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header-account {
    margin-right: 50px !important;
  }
  .sidebar-dashboard .db-list-menu ul li a {
    padding: 11px 30px;
  }
  .nice-select.filter-my-listing {
    float: left;
    margin: 10px 0;
  }
  .sidebar-dashboard {
    top: 0 !important;
    padding-top: 30px;
  }
  .contact-home,
  .loan-calculator-form {
    padding: 15px;
  }
  .contact-home .group-input {
    flex-wrap: wrap;
  }
  .contact-home .group-input .inner {
    width: calc(100% - 22px);
  }
  .contact-home .icon-autodeal-chat {
    top: 15px;
  }
  .property-info-block-inline .property-year {
    display: block;
  }
  .wrap-checkbox .checkbox-item {
    width: calc(100% - 30px) !important;
  }
}
/* Submenu Admin
-------------------------------------------------------------- */
.widget_login_menu_widget .dropdown-menu {
  border: none;
  border-top: 2px solid #5462bd;
  min-width: 240px;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(36, 39, 44, 0.1019607843);
  top: 62% !important;
  border-radius: 0 0 16px 16px;
}

.widget_login_menu_widget .dropdown-menu ul li {
  border: unset;
  padding: 15.4px 24px;
}

.widget_login_menu_widget .dropdown-menu ul li:last-child {
  border-bottom: unset;
}

.widget_login_menu_widget .dropdown-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #24272C;
  position: relative;
  display: block;
}

.widget_login_menu_widget .dropdown-menu ul li a .count-page {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7ED321;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.widget_login_menu_widget .dropdown-menu ul li a i {
  margin: 0;
  margin-right: 8px;
  vertical-align: bottom;
}

.widget_login_menu_widget .user-dropdown .dropdown-menu .user-dropdown-menu .list-group-item a:hover,
.widget_login_menu_widget .user-dropdown .dropdown-menu .user-dropdown-menu .list-group-item a.active {
  color: #5462bd !important;
}

.table-responsive {
  overflow: unset;
}

/* dashboard shortcode */
.tfcl-dashboard .tfcl-dashboard-overview {
  margin-bottom: 10px;
  margin-top: 30px;
}

.tfcl-dashboard .tfcl-dashboard-overview .row > * {
  padding-right: 10px;
  padding-left: 10px;
}

.tfcl-dashboard .tfcl-dashboard-overview .row {
  margin-right: -10px;
  margin-left: -10px;
}

.tfcl-dashboard-overview .tfcl-card {
  display: block;
}

.tfcl-dashboard-overview .tfcl-card .card-body {
  border-radius: 16px;
  background: rgba(255, 113, 1, 0.06);
  padding: 33px 20px 20px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  box-shadow: 0px 2px 6px 0px rgba(138, 61, 0, 0.0588235294);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5462bd;
  background: #fff;
  font-size: 40px;
  margin-right: 20px;
  margin-top: -13px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-clock {
  font-size: 26px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-heart-2 {
  font-size: 25px;
}

.tfcl-dashboard-overview .card-body .tfcl-icon-overview .icon-autodeal-feedback {
  font-size: 30px;
}

.tfcl-dashboard-overview .content-overview h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #24272C;
  margin-bottom: 2px;
}

.tfcl-dashboard-overview .content-overview .tfcl-dashboard-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.8px;
  color: #1C1C1E;
  border: none;
  padding: 0;
}

.tfcl-dashboard-overview .content-overview .tfcl-dashboard-title .per {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  color: #696665;
}

.tfcl-dashboard-overview .content-overview .tfcl-dashboard-title .listing-text {
  align-items: baseline;
}

.tfcl-dashboard-overview .content-overview {
  margin-top: -9px;
}

.tfcl-dashboard .tfcl-dashboard-listing .nice-select {
  border-radius: 16px;
}

.tfcl-dashboard .tfcl-dashboard-listing {
  border-radius: 16px;
  border: 1px solid #EDEDED;
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
}

.tfcl-dashboard .tfcl-dashboard-listing .title-dashboard-table {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  margin-bottom: 29px;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon {
  position: relative;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon input {
  border-color: #EDEDED;
  padding: 16.5px 17px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin: 0;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon .datepicker-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon .datepicker-icon svg {
  vertical-align: sub;
}

.tfcl-dashboard .tfcl-dashboard-listing .nice-select {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin: 0;
  padding: 16.5px 17px;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon input::placeholder {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon.search .datepicker-icon {
  right: unset;
  left: 18px;
}

.tfcl-dashboard .tfcl-dashboard-listing .group-input-icon.search input {
  padding-left: 44px;
}

.tfcl-dashboard .tfcl-dashboard-listing .result-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  margin-top: 11px;
  display: block;
  margin-bottom: 19px;
}

.tfcl-dashboard .tfcl-dashboard-listing .result-text b {
  color: #5462bd;
}

.tfcl-table-listing .table-responsive thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}

.tfcl-table-listing .table-responsive thead tr th:last-child {
  border-radius: 0px 8px 8px 0px;
}

.tfcl-table-listing .table-responsive thead tr th::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #fff;
  opacity: 0.1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tfcl-table-listing .table-responsive thead tr th {
  background: #161E2D;
  padding: 6.5px 14px;
  border: unset;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  position: relative;
}

.tfcl-table-listing .table-responsive thead tr {
  border: none !important;
}

.tfcl-table-listing .tfcl-listing-product {
  display: flex;
  gap: 20px;
  text-align: left;
}

.tfcl-table-listing .tfcl-listing-product img {
  width: 168px;
  height: 95px;
  border-radius: 16px;
  object-fit: cover;
}

.tfcl-table-listing .tfcl-listing-product > a {
  flex-shrink: 0;
}

.tfcl-table-listing .tfcl-listing-product .tfcl-listing-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #24272C;
  margin-bottom: 2px;
}

.tfcl-table-listing .tfcl-listing-product .features-text {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #696665;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-bottom: 9px;
}

.tfcl-table-listing .tfcl-listing-product .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.tfcl-table-listing .tfcl-listing-product .price .inner:nth-child(2) {
  color: #B6B6B6;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-decoration: line-through;
}

.tfcl-table-listing .tfcl-listing-product .price .inner:nth-child(1) {
  color: #5462bd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}

.tfcl-dashboard .tfcl-page-insight {
  border-radius: 16px;
  border: 1px solid #E9E8E8;
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
}

.tfcl-dashboard .tfcl-page-insight h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  margin: 0;
  margin-bottom: 0px;
}

.tfcl-dashboard .tfcl-insight-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tfcl-dashboard-message,
.tfcl-dashboard-reviews {
  border-radius: 10px;
  background: #FFF;
  padding: 38px 20px 20px 37px;
  margin-bottom: 30px;
}

.tfcl-dashboard-reviews .comment-by-user .group-author {
  display: flex;
  align-items: center;
}

.tfcl-dashboard-reviews .comment-by-user .group-name {
  width: 100%;
}

.tfcl-dashboard-reviews .comment-by-user .group-author img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.tfcl-dashboard-reviews .comment-by-user .group-author {
  margin-bottom: 17px;
}

.tfcl-dashboard-reviews .comment-by-user .content p {
  color: #949392;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.8px;
}

.tfcl-dashboard-reviews .comment-by-user .review-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #161E2D;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tfcl-dashboard-reviews .comment-by-user .review-name span {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #696665;
}

.tfcl-dashboard-reviews .star-rating-review {
  display: flex;
  align-items: center;
}

.tfcl-dashboard-reviews .star-rating-review i {
  color: #949392;
  font-size: 16px;
}

.tfcl-dashboard-reviews .star-rating-review i:not(:last-child) {
  margin-right: 1.5px;
}

.tfcl-dashboard-reviews .star-rating-review i.active {
  color: #5462bd;
}

.tfcl-dashboard-reviews .comment-by-user .content {
  margin-top: -7px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  margin-bottom: 8px;
}

.tfcl-dashboard-reviews .comment-by-user:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tfcl-dashboard-reviews {
  border-radius: 16px;
  border: 1px solid #E9E8E8;
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
}

.tfcl-dashboard-reviews h5 {
  margin-bottom: 41px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  margin: 0;
  margin-bottom: 38px;
}

.tfcl-page-insight-filter-button .nice-select {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin: 0;
  padding: 16.5px 17px;
}

.tfcl-dashboard-reviews .edit-comment {
  font-size: 15px;
  color: #83827F;
  margin-top: 7px;
  display: block;
}

.tfcl-dashboard-reviews .edit-comment i {
  font-weight: 600;
  font-size: 13px;
  margin-right: 7px;
}

/* empty data */
.tfcl-empty-data {
  text-align: left;
  font-size: 16px;
  color: #5462bd;
}

.tfcl-table-listing.tfcl-table-listing-sc {
  min-height: 500px;
}

/* Package */
.payment-invoice .panel-heading,
.payment-method-wrap .heading h2,
.payment-complete-wrap .heading h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.payment-method-wrap .wire-transfer-info {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.07);
  margin: 15px 0;
}

.payment-method-wrap .wire-transfer-info p {
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}

.payment-method-wrap label {
  margin-right: 20px;
}

.payment-method-wrap label input {
  margin-right: 7px;
}

.term-condition {
  margin-bottom: 20px !important;
}

.payment-invoice-wrap .payment-invoice {
  margin-bottom: 40px;
}

.no-listing-found {
  color: #24272C;
  background-color: rgba(255, 113, 1, 0.06);
  border-color: transparent;
  border-radius: 16px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
}

#wrapper-dashboard .logo-box {
  display: none;
}

#wrapper-dashboard .main-header {
  border-bottom: 1px solid #EDEDED;
  box-shadow: unset;
}

#wrapper-dashboard .main-header .main-menu {
  margin-left: 50px;
}

/* my listing shortcode */
.tfcl-my-listing-sc tr,
.tfcl-my-listing-sc td,
.tfcl-table-listing tr,
.tfcl-table-listing td {
  border: unset;
  vertical-align: middle;
  width: 10%;
}

.tfcl-my-listing-sc td,
.tfcl-table-listing td {
  padding: 16px 0px;
}

.tfcl-my-listing-sc tr,
.tfcl-table-listing tr {
  border-bottom: 1px solid #EDEDED;
}

.tfcl-my-listing-sc tr td:first-child,
.tfcl-table-listing tr td:first-child {
  width: 18.6%;
}

.tfcl-my-listing-sc .list-wrapper,
.tfcl-table-listing .list-wrapper {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

.tfcl-my-listing-sc .list-wrapper p,
.tfcl-table-listing .list-wrapper p {
  color: #83827F;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.tfcl-my-listing-sc .list-wrapper b,
.tfcl-table-listing .list-wrapper b {
  color: #0A1426;
  font-weight: 600;
  font-size: 16px;
}

.tfcl-my-listing-sc .tfcl-empty-data {
  border-bottom: 1px solid #E9E8E8;
  padding: 21px 11px;
}

.tfcl-listing-listing .mypt-brand,
.tfcl-table-listing .mypt-brand {
  color: #86898E;
  font-size: 14px;
  font-weight: 500;
}

.tfcl-table-listing .column-status .tfcl-listing-status {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  background: var(--theme-primary-rgba);
  padding: 6px 14px 6px 14px;
  border-radius: 999px;
  border: 1px solid #5462bd;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-pending {
  background: rgba(238, 103, 66, 0.1019607843);
  border-color: rgba(238, 103, 66, 0.1411764706);
  color: #EE6742;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-publish {
  background: rgba(126, 211, 33, 0.1019607843);
  border-color: rgba(126, 211, 33, 0.1411764706);
  color: #7ED321;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-sold {
  background: rgba(110, 85, 255, 0.1019607843);
  border-color: rgba(110, 85, 255, 0.1411764706);
  color: #6E55FF;
}

.tfcl-table-listing .column-status {
  text-align: left;
  vertical-align: baseline;
  padding-left: 30px;
  padding-top: 22px;
}

.tfcl-table-listing .column-date {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  vertical-align: baseline;
  padding-left: 30px;
  padding-top: 22px;
}

.tfcl-table-listing .column-controller {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  vertical-align: baseline;
  padding-left: 30px;
  padding-top: 22px;
  color: #24272C;
}

.tfcl-table-listing .column-listing {
  padding-right: 20px;
}

.tfcl-table-listing .column-controller .inner-controller:not(:last-child),
.tfcl-table-listing .column-controller li:not(:last-child) {
  margin-bottom: 8px;
}

.tfcl-table-listing .column-controller .inner-controller {
  cursor: pointer;
}

.tfcl-table-listing .column-controller .inner-controller .disabled-click {
  cursor: not-allowed;
  opacity: 0.6;
}

.tfcl-table-listing .column-controller li i {
  color: #B6B6B6;
}

.tfcl-table-listing .tfcl-pagination {
  justify-content: left;
  margin-top: 29px;
  gap: 10px;
}

.tfcl-table-listing .column-listing,
.tfcl-table-listing .column-status,
.tfcl-table-listing .column-date {
  position: relative;
}

.tfcl-table-listing .column-listing::after,
.tfcl-table-listing .column-status::after,
.tfcl-table-listing .column-date::after {
  content: "";
  width: 1px;
  height: 75%;
  background: #EDEDED;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tfcl-listing-listing .tfcl-listing-title,
.favorite-listing .tfcl-listing-title {
  color: #26232A;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 1px;
}

.tfcl-listing-listing .mypt-address,
.favorite-listing .mypt-address {
  color: #83827F;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}

.tfcl-listing-listing .mypt-address i,
.favorite-listing .mypt-address i {
  margin-right: 7px;
  color: #5462bd;
  font-size: 14px;
}

.tfcl-listing-listing .tfcl-listing-price:nth-child(1),
.favorite-listing .tfcl-listing-price:nth-child(1) {
  color: #5462bd;
  font-size: 17px;
  font-weight: 700;
}

.tfcl-listing-listing .price,
.favorite-listing .price {
  display: flex;
  align-items: end;
  gap: 20px;
}

.tfcl-listing-listing .tfcl-listing-price.sale-price:nth-child(2),
.favorite-listing .tfcl-listing-price.sale-price:nth-child(2) {
  color: #86898E;
  text-decoration: line-through;
}

.tfcl-listing-listing .features-images,
.favorite-listing .features-images {
  position: relative;
  flex-shrink: 0;
}

.tfcl-listing-listing .features-images img {
  border-radius: 9px;
  object-fit: cover;
  max-width: 203px;
  max-height: 140px;
}

.tfcl-listing-listing .features-images .controller,
.favorite-listing .controller {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.tfcl-listing-listing .features-images .controller li:not(:last-child),
.favorite-listing .controller li:not(:last-child) {
  margin-right: 15px;
}

.tfcl-listing-listing .features-images .controller a,
.favorite-listing .controller a {
  position: relative;
  color: #fff;
  font-size: 15px;
}

.tfcl-listing-listing .features-images .controller a,
.favorite-listing .controller a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.tfcl-listing-listing .features-images .controller a:hover,
.favorite-listing .controller a:hover {
  background: #5462bd;
}

.tfcl-listing-listing .features-images .controller a.tfcl-dashboard-action-delete:hover i::before,
.favorite-listing .controller a.tfcl-favorite-remove:hover i::before {
  content: "\e983";
  font-family: "autodeal";
}

.favorite-listing .controller a.tfcl-favorite-remove i.fa-spinner::before {
  content: "\f110" !important;
}

.tfcl-my-listing-sc .tfcl-listing-listing,
.favorite-listing {
  display: flex;
  align-items: center;
}

.tfcl-listing-listing .tfcl-listing-summary,
.favorite-listing .content {
  text-align: left;
  padding-left: 37px;
}

.tfcl-listing-listing .features-images .controller-2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 6px;
  left: 6px;
}

.tfcl-listing-listing .features-images .controller-2 li:not(:last-child) {
  margin-right: 8px;
}

.tfcl-listing-listing .features-images .controller-2 li a {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.41);
  width: 29px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.tfcl-listing-listing .features-images .controller-2 li a:hover,
.tfcl-listing-listing .features-images .controller-2 li a.active {
  background: #5462bd;
}

.tfcl-listing-listing .features-images .controller-2 .tfcl-compare-listing i.fa-plus::before {
  content: "\e95a";
  font-family: "autodeal";
}

/* pagination */
.tfcl-pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.tfcl-pagination span,
.tfcl-pagination a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  color: #24272C;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  border-radius: 10px;
}

.tfcl-pagination a:hover,
.tfcl-pagination .current {
  background: #5462bd;
  color: #fff;
  border-color: #5462bd;
}

.tfcl-pagination a i::before {
  font-weight: 700;
}

.group-btn-insignt,
.group-insight-controller {
  display: flex;
  align-items: center;
  gap: 14px;
}

.group-insight-controller {
  margin-top: 28px;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.group-input-insight {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.group-input-insight .group-input-icon {
  flex: 1;
}

.group-btn-insignt button {
  background: transparent;
  border: 1px solid #EDEDED;
  border-radius: 12px;
  min-width: 126px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  padding: 17px 20px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.tfcl-dashboard-reviews .tfcl-pagination {
  justify-content: left;
  padding-top: 28px;
  border-top: 1px solid #EFEFEF;
  margin-top: 20px;
  gap: 10px;
}

.wrap-favorite-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.wrap-favorite-listing .box-car-list {
  width: calc(25% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.tfcl-favorite-listing {
  border-radius: 16px;
  border: 1px solid #EDEDED;
  padding: 30px 30px 30px 30px;
  margin-bottom: 40px;
}

.controller-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.controller-sorting .count-list {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
}

.controller-sorting .count-list span {
  color: #5462bd;
}

.controller-sorting .sorting-input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.controller-sorting .sorting-input .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #696665;
  flex-shrink: 0;
}

.controller-sorting .sorting-input .nice-select {
  padding: 0;
  border: none !important;
  padding-right: 30px;
}

.controller-sorting .sorting-input .nice-select .current {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
}

.controller-sorting .sorting-input .nice-select::after {
  right: 0;
}

/* add listing */
.tfcl-add-listing {
  border-radius: 16px;
  border: 1px solid #EDEDED;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
}

.tfcl-add-listing .upload-media {
  width: 100%;
  display: block;
  text-align: center;
  border: 2px dashed #E5E5EA;
  border-radius: 16px;
  padding: 96px 20px;
}

.tfcl-add-listing .upload-media a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #fff;
  background: #5462bd;
  padding: 14px 20px;
  border-radius: 14px;
  margin-bottom: 15px;
}

.tfcl-add-listing .upload-media a:hover {
  background: #24272C;
}

.tfcl-add-listing .upload-media a svg {
  margin-right: 10px;
  font-size: 17px;
}

.tfcl-add-listing .upload-media .desc {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #161E2D;
}

.tfcl-add-listing .upload-media .desc span {
  color: #696665;
}

.tfcl-add-listing .thumbnail-media {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 20px;
  row-gap: 20px;
}

.tfcl-add-listing .thumbnail-media > * {
  width: calc(12.5% - 20px);
  margin-left: 20px;
}

.tfcl-add-listing .thumbnail-media .item {
  position: relative;
}

.tfcl-add-listing .thumbnail-media .item img {
  border-radius: 16px;
  height: 109px;
  object-fit: cover;
  width: 100%;
}

.tfcl-add-listing .thumbnail-media .item a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4470588235);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tfcl-add-listing .thumbnail-media .item a:hover {
  background: #5462bd;
}

.tfcl-add-listing h3 {
  margin-bottom: 20px;
}

.tfcl-add-listing .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #24272C;
}

.tfcl-add-listing .form-group input,
.tfcl-add-listing .form-group textarea {
  border-radius: 14px;
  background: #FFF;
  padding: 16px 16px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

.tfcl-add-listing .form-group textarea {
  height: 130px;
  margin: 0;
}

.tfcl-add-listing .form-group input::placeholder,
.tfcl-add-listing .form-group textarea::placeholder {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
}

.tfcl-add-listing .form-group .nice-select {
  padding: 15.6px 24px;
  border-radius: 14px;
  border: 1px solid #EDEDED;
}

.tfcl-add-listing .form-group .nice-select .current {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

.tfcl-add-listing .form-group-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.tfcl-add-listing .form-group-4 > * {
  width: calc(25% - 30px);
  margin-left: 30px;
}

.tfcl-add-listing .form-group-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.tfcl-add-listing .form-group-2 > * {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.tfcl-add-listing .form-group {
  margin-bottom: 29.5px;
}

.tfcl-add-listing .group-checkbox input {
  visibility: hidden;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  cursor: pointer;
  top: 5px;
  background-image: unset;
  position: relative;
  display: inline-block;
  margin: 0;
}

.tfcl-add-listing .group-checkbox input::before {
  width: 24px;
  height: 24px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  content: "";
  display: block;
  position: relative;
  visibility: visible;
  transform: unset;
  top: -6px;
  left: 0;
}

.tfcl-add-listing .group-checkbox input::after {
  height: 6px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-55deg);
  display: block;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
}

.tfcl-add-listing .group-checkbox input:checked::before {
  background: #5462bd;
  border-color: #5462bd;
}

.tfcl-add-listing .group-checkbox input:checked::after {
  opacity: 1;
  visibility: visible;
}

.tfcl-add-listing .group-checkbox label {
  margin: 0;
  margin-left: 12px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
  cursor: pointer;
}

.tfcl-add-listing .group-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.tfcl-add-listing .group-checkbox:last-child {
  margin-bottom: 0;
}

.tfcl-add-listing .group-features h6 {
  margin-bottom: 21px;
}

.tfcl-add-listing .group-features-5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -44px;
  row-gap: 20px;
}

.tfcl-add-listing .group-features-5 > * {
  width: calc(20% - 44px);
  margin-left: 44px;
}

.tfcl-add-listing .map-single {
  margin-top: -10px;
  height: 520px;
  border-radius: 16px;
}

.map-single .marker-card .face div {
  background-image: url(../../assets/images/dashboard/map-marker.png);
  width: 60px;
  height: 60px;
}

.map-single .marker-card .face::before,
.map-single .marker-card .face::after {
  all: unset;
}

.map-single .marker-card .face {
  all: unset;
}

.tfcl-add-listing.car-video h3 {
  margin-bottom: 11px;
}

.tfcl-add-listing.car-video > p {
  margin-bottom: 20px;
}

.tfcl-add-listing.car-attr .list-attrach {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.tfcl-add-listing.car-attr .list-attrach > * {
  width: calc(16.66666% - 20px);
  margin-left: 20px;
}

.tfcl-add-listing.car-attr .list-attrach .item {
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tfcl-add-listing.car-attr .list-attrach .item a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5568627451);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tfcl-add-listing.car-attr .list-attrach .item a:hover {
  background: #5462bd;
}

.tfcl-add-listing.car-attr .list-attrach .item .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.tfcl-add-listing.car-attr .list-attrach .item .inner a {
  all: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  cursor: pointer;
}

.tfcl-add-listing.car-attr .list-attrach .item .inner a:hover {
  color: #5462bd;
}

.tfcl-add-listing.car-attr .list-attrach .item.upload {
  border: 1px dashed #E5E5EA;
}

.group-button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.group-button-submit.left {
  justify-content: left;
}

.group-button-submit .pre-btn {
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #fff;
  border-radius: 14px;
  background: #5462bd;
  padding: 13px 20px;
  border-color: #5462bd;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.group-button-submit .second-btn {
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #5462bd;
  border-radius: 14px;
  background: transparent;
  padding: 13px 20px;
  border: 1px solid #5462bd;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.group-button-submit .pre-btn:hover {
  background: #24272C;
  color: #fff;
}

.group-button-submit .second-btn:hover {
  background: #5462bd;
  color: #fff;
}

/* Add profile */
.tfcl_choose_avatar {
  margin-bottom: 18px;
}

.tfcl_choose_avatar .avatar {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: -18px;
}

.tfcl_choose_avatar .avatar > .form-group {
  max-width: 158px;
  flex-shrink: 0;
}

.tfcl_choose_avatar #tfcl_avatar_thumbnail {
  border-radius: 50%;
  width: 128px;
  height: 128px;
  object-fit: cover;
}

.tfcl_choose_avatar .choose-box {
  position: relative;
}

.tfcl_choose_avatar .choose-box label {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #24272C;
  margin-bottom: 10px;
}

.tfcl_choose_avatar .choose-box .form-group {
  position: relative;
  margin-bottom: 8px;
}

.tfcl_choose_avatar .choose-box button {
  border-radius: 10px;
  background: #5462bd;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  padding: 10px 18px;
  border: none;
}

.tfcl_choose_avatar .choose-box input {
  border-radius: 14px;
  border: 1px solid #EDEDED;
  background: transparent;
  margin: 0;
  padding-left: 135px;
  padding-top: 14px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

.tfcl_choose_avatar .notify-avatar {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #8E8E93;
}

.list-check-req li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #B6B6B6;
  position: relative;
}

.list-check-req li:not(:last-child) {
  margin-bottom: 3px;
}

.list-check-req li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #B6B6B6;
  margin-right: 6px;
}

.list-check-req li.check span {
  color: #7ED321;
}

.list-check-req li.check span::before {
  background: #7ED321;
}

/* chat */
.tfcl-message {
  border: 1px solid #EDEDED;
  border-radius: 16px;
}

.tfcl-message .message-header {
  padding: 30px;
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}

.tfcl-message .message-header .form-search {
  position: relative;
}

.tfcl-message .message-header .form-search svg {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

.tfcl-message .message-header .form-search input {
  padding: 16px 20px 16px 45px;
}

.tfcl-message .list-user-chat {
  padding: 30px 30px 30px 30px;
  border-right: 1px solid #EDEDED;
}

.tfcl-message .list-user-chat li.active .user-item,
.tfcl-message .list-user-chat li .user-item:hover {
  background: rgba(255, 113, 1, 0.06);
}

.tfcl-message .list-user-chat li:not(:last-child) {
  margin-bottom: 10px;
}

.tfcl-message .list-user-chat .user-item {
  display: flex;
  padding: 16px 16px 16px 16px;
  border-radius: 16px;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tfcl-message .list-user-chat .user-item .avatar {
  flex-shrink: 0;
}

.tfcl-message .list-user-chat .user-item .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tfcl-message .list-user-chat .user-item .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #24272C;
}

.tfcl-message .list-user-chat .user-item .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #B6B6B6;
}

.tfcl-message .list-user-chat .user-item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tfcl-message .list-user-chat .user-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #696665;
}

.tfcl-message {
  display: flex;
  align-items: flex-start;
}

.tfcl-message .header-inner-chat {
  padding: 27px 27px 27px 50px;
  border-bottom: 1px solid #EDEDED;
}

.tfcl-message .content-right {
  flex-shrink: 0;
  width: 100%;
  flex: 1;
}

.tfcl-message .header-inner-chat .user-infor {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tfcl-message .header-inner-chat .user-infor img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tfcl-message .header-inner-chat .user-infor .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #24272C;
}

.tfcl-message .header-inner-chat .user-infor .nofi {
  color: #7ED321;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}

.tfcl-message .header-inner-chat .user-infor .nofi::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #7ED321;
  margin-right: 6px;
}

.tfcl-message .content-inner-chat {
  padding: 50px 30px 30px 50px;
}

.tfcl-message .content-inner-chat .current-user-chat {
  text-align: right;
}

.tfcl-message .content-inner-chat .chat-text p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 60px 14px 14px;
  background: rgba(255, 113, 1, 0.06);
  border-radius: 16px;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}

.tfcl-message .content-inner-chat .date-pushlish {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #B6B6B6;
}

.tfcl-message .content-inner-chat .attrach * {
  margin-left: 7px;
}

.tfcl-message .content-inner-chat .attrach {
  margin-bottom: 6px;
}

.tfcl-message .content-inner-chat .client-inner img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.tfcl-message .content-inner-chat .client-inner {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.tfcl-message .content-inner-chat .client-inner .content p {
  background: #F3F3F3;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  padding: 14px;
  border-radius: 16px 16px 16px 0px;
  min-width: 140px;
  margin-bottom: 6px;
}

.tfcl-message .controller-chat {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tfcl-message .controller-chat .controll {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tfcl-message .controller-chat .controll a {
  width: 52px;
  height: 52px;
  background: #F3F3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tfcl-message .controller-chat .controll a:hover {
  background: #5462bd;
}

.tfcl-message .controller-chat .controll a:hover * {
  stroke: #fff;
}

.tfcl-message .controller-chat .form-message {
  position: relative;
  flex: 1;
}

.tfcl-message .controller-chat .form-message a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #fff;
  padding: 10px 42px;
  background: #5462bd;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.tfcl-message .controller-chat .form-message input {
  padding: 15.5px 20px;
}

.tfcl-message .controller-chat .form-message a:hover {
  background: #24272C;
}

/* Compare
-------------------------------------------------------------- */
#compare_listing_wrap .compare-listing .compare-listing-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  padding: 14px 86px;
  background: #5462bd;
  color: #fff;
  border-radius: 14px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button:hover {
  background: #24272C;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 72px;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb {
  position: relative;
  display: flex;
  align-items: center;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-img {
  height: 79px;
  object-fit: cover;
  border-radius: 12px;
  width: 106px;
  margin-right: 21px;
  flex-shrink: 0;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove {
  border: 1px solid #EDEDED;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24272C;
  font-size: 11px;
  padding: 0;
  background: #fff;
  margin-right: 20px;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove:hover {
  background: #5462bd;
  border-color: #5462bd;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove:hover * {
  stroke: #fff;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .tfcl-listing-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .description {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}

#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .description li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wrap-single-compare .header-compare {
  display: flex;
  margin-left: -30px;
  margin-bottom: 31px;
}

.wrap-single-compare .header-compare .box-car-list {
  width: calc(33.33333% - 30px);
  margin-left: 30px;
}

.wrap-single-compare .filter-compare {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.wrap-single-compare .filter-compare li {
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  border: 1px solid #EDEDED;
  padding: 13px;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.wrap-single-compare .filter-compare li.active, .wrap-single-compare .filter-compare li:hover {
  background: #5462bd;
  border-color: #5462bd;
  color: #fff;
}

.wrap-single-compare .compare-table {
  padding: 30px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  margin-bottom: 30px;
}

.wrap-single-compare .compare-table .title-table {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  color: #24272C;
  margin-bottom: 20px;
}

.wrap-single-compare .compare-table .title-tr {
  background: #F8F8F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: center;
}

.wrap-single-compare .compare-table .group-tr {
  display: flex;
  align-items: center;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 19px;
}

.wrap-single-compare .compare-table .group-tr li {
  flex: 1;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

/* Dealer
-------------------------------------------------------------- */
.search-dealer .row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.tf-banner.style-dealder {
  background-image: url(../../assets/images/dashboard/dealder-pagetitle.jpg);
}

.tf-banner.style-dealder .content {
  padding: 136px 0px 223px 0px;
}

.search-dealer-list {
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -3.6%;
  position: relative;
  z-index: 5;
  background: #fff;
}

.search-dealer-list .filter-search {
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-dealer-list .filter-search a {
  background: rgba(255, 113, 1, 0.06);
  border-radius: 14px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #24272C;
  min-width: 112px;
  text-align: center;
}

.search-dealer-list .filter-search a.active,
.search-dealer-list .filter-search a:hover {
  color: #fff;
  background: #5462bd;
}

.search-dealer-list .filter-search a svg {
  margin-right: 8px;
  vertical-align: bottom;
}

.search-dealer-list .group-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-dealer-list .group-input .inner {
  flex: 1;
}

.search-dealer-list .search-submit {
  min-width: 204px;
  background: #5462bd;
  padding: 14px 20px;
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: center;
}

.search-dealer-list .search-submit:hover {
  background: #24272C;
}

.search-dealer-list .search-submit i {
  margin-left: 6px;
}

.search-dealer-list input {
  padding: 14px 18px 15px 18px !important;
}

.group-dealer-title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 39px;
  flex-wrap: wrap;
}

.group-dealer-title .group-sort-filter {
  display: flex;
  gap: 10px;
}

.group-dealer-title .group-sort-filter .nice-select {
  min-width: 179px;
  padding: 9px 17px;
}

.group-dealer-title .group-sort-filter .nice-select .current {
  color: #24272C;
}

.tf-dealer-list {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}

.tf-dealer-list .infor-dealder .thumbnail {
  border: 1px solid #EDEDED;
  width: 190px;
  height: 130px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tf-dealer-list .infor-dealder .thumbnail img {
  height: 80px;
  object-fit: cover;
}

.tf-dealer-list .infor-dealder {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
}

.tf-dealer-list .infor-dealder .rating {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

.tf-dealer-list .infor-dealder .rating span b {
  color: #5462bd;
}

.tf-dealer-list .infor-dealder h4 {
  margin-bottom: 9px;
}

.tf-dealer-list .infor-dealder .icon-star {
  letter-spacing: 0.8px;
}

.tf-dealer-list .dealer-phone a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #5462bd;
}

.tf-dealer-list .dealer-phone a:hover {
  color: #24272C;
}

.tf-dealer-list .dealer-phone a svg {
  vertical-align: bottom;
  margin-right: 6px;
}

.tf-dealer-list .dealer-phone h4 {
  margin-bottom: 8px;
}

.tf-dealer-list .dealder-button a {
  border: 1px solid #5462bd;
  border-radius: 14px;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #5462bd;
}

.tf-dealer-list .dealder-button a i {
  font-size: 13px;
  margin-left: 10px;
}

.tfcl-pagination.style-dealer {
  gap: 10px;
}

.tfcl-pagination.style-dealer i::before {
  font-weight: 400;
  font-size: 20px;
}

/* single dealer */
.widget-dealer-contact {
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 30px;
  padding-bottom: 27px;
}

.widget-dealer-contact h1 {
  margin-bottom: 11px;
}

.widget-dealer-contact .list-authencation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}

.widget-dealer-contact .list-authencation li {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #696665;
  padding: 5px 0;
}

.widget-dealer-contact .list-authencation li i {
  color: #7ED321;
  margin-right: 3px;
  font-size: 15px;
  vertical-align: middle;
}

.widget-dealer-contact .open-store {
  margin-bottom: 31px;
  padding-bottom: 9px;
  border-bottom: 1px solid #EDEDED;
}

.widget-dealer-contact .open-store h6 {
  margin-bottom: 20px;
}

.widget-dealer-contact .open-store ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20.5px;
}

.widget-dealer-contact .open-store ul li .right {
  font-weight: 500;
}

.widget-dealer-contact .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

.widget-dealer-contact .rating .overall-rating-detail-star span {
  margin-left: 10px;
}

.widget-dealer-contact .rating .overall-rating-detail-star span b {
  color: #5462bd;
  font-weight: 400;
}

.widget-dealer-contact .rating .overall-rating-detail-star i {
  color: #5462bd;
}

.widget-dealer-contact .button-form-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #fff;
  width: 100%;
  display: block;
  padding: 15px 35px;
  border-radius: 14px;
  background: #5462bd;
  text-align: center;
  margin-bottom: 11px;
}

.widget-dealer-contact .button-form-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #fff;
  width: 100%;
  display: block;
  padding: 15px 35px;
  border-radius: 14px;
  background: #7ED321;
  text-align: center;
}

.dealer-sidebar .social-listing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dealer-sidebar #map-single {
  height: 380px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 29px;
}

.dealer-sidebar .widget-dealer-map {
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 30px;
  padding-bottom: 27px;
}

.dealer-sidebar .widget-dealer-map .address-dealer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: 17px;
}

.dealer-sidebar .widget-dealer-map .location-link {
  border: 1px solid #5462bd;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  background: transparent;
  width: 100%;
  text-align: center;
  display: block;
  color: #5462bd;
}

.dealer-sidebar .widget-dealer-map .location-link:hover {
  background: #5462bd;
  color: #fff;
}

.tf-sale-agent-list .list-agent li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tf-sale-agent-list .list-agent li .btn-agent {
  border: 1px solid #5462bd;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  background: transparent;
  text-align: center;
  display: block;
  min-width: 230px;
  color: #5462bd;
  margin-top: 3px;
}

.tf-sale-agent-list .list-agent li .btn-agent:hover {
  background: #5462bd;
  color: #fff;
}

.tf-sale-agent-list .list-agent .author {
  display: flex;
  gap: 20px;
}

.tf-sale-agent-list .list-agent .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tf-sale-agent-list .list-agent .author .overall-rating-detail-star i {
  color: #5462bd;
  font-size: 13px;
}

.tf-sale-agent-list .list-agent .author .content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  margin-top: 7px;
}

.tf-sale-agent-list .list-agent .author .content {
  margin-top: 11px;
}

.tf-sale-agent-list {
  margin-top: 42px;
  padding-top: 41px;
  border-top: 1px solid #EDEDED;
  margin-right: 25px;
  margin-bottom: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #EDEDED;
}

.tf-list-car-agent {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EDEDED;
}

.mb-12 {
  margin-bottom: 12px;
}

.widget-book-apoint {
  background: rgba(255, 113, 1, 0.06);
  padding: 30px;
  border-radius: 16px;
}

.widget-book-apoint h3 {
  margin-bottom: 9px;
}

.widget-book-apoint a {
  background: #5462bd;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #fff;
  padding: 15px 36px;
  border-radius: 14px;
  text-align: center;
}

.widget-book-apoint a:hover {
  background: #24272C;
  color: #fff;
}

.listing-reviews.dealer-review {
  margin-top: 40px;
  padding-top: 41px;
  border-top: 1px solid #EDEDED;
}

.mb-5 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 1400px) {
  .table-responsive {
    overflow-x: scroll !important;
  }
  .table-responsive .table,
  .table-responsive .table-striped {
    width: max-content;
    max-width: max-content;
  }
  .wrap-favorite-listing .box-car-list {
    width: calc(33.33333% - 30px);
  }
  .tfcl-add-listing .thumbnail-media > *,
  .tfcl-add-listing.car-attr .list-attrach > * {
    width: calc(25% - 20px);
    margin-left: 20px;
  }
  .tfcl-add-listing .group-features-5 > * {
    width: calc(25% - 44px);
  }
}
@media only screen and (max-width: 1300px) {
  #compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main {
    column-gap: 20px;
  }
  #compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #wrapper-dashboard .content-area {
    padding: 50px 20px;
  }
  .wrap-favorite-listing .box-car-list {
    width: calc(50% - 30px);
  }
  .tfcl-add-listing .group-features-5 > *,
  .tfcl-add-listing.car-attr .list-attrach > * {
    width: calc(33.33333% - 44px);
  }
  .wrap-scoll-dealer {
    overflow-y: auto;
  }
  .wrap-scoll-dealer .inner-scroll {
    width: 140%;
  }
}
@media only screen and (max-width: 991px) {
  .widget-dealer-contact h1 {
    font-size: 30px;
  }
  .widget-dealer-contact {
    margin-top: 50px;
  }
  .wrap-scoll-dealer .inner-scroll {
    width: 170%;
  }
  .wrap-single-compare {
    overflow-y: auto;
  }
  .wrap-single-compare .inner-respond {
    width: 150%;
  }
  #wrapper-dashboard #header .logo {
    padding: 10px 0;
  }
  #wrapper-dashboard .content-area {
    padding: 30px 0;
  }
  .dashboard-toggle {
    padding: 30px 15px;
  }
  #wrapper-dashboard .logo-box {
    display: block;
  }
  .tfcl-add-listing .form-group-4 > * {
    width: calc(50% - 30px);
  }
  .tfcl-message {
    flex-direction: column;
  }
  .tfcl-message .content-left,
  .search-dealer-list .filter-search,
  .search-dealer-list .group-input,
  .search-dealer-list .search-submit {
    width: 100%;
  }
  .tfcl-message .list-user-chat .user-item .content {
    flex: 1;
  }
  .search-dealer-list .group-input,
  .search-dealer-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-dealer-list .filter-search {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .tf-banner.style-dealder .content {
    padding: 100px 0px 100px 0px;
  }
  .search-dealer-list .group-input .inner {
    flex: unset;
    width: 100%;
  }
  .group-dealer-title .group-sort-filter .nice-select {
    min-width: unset;
    padding-right: 45px;
  }
  .wrap-scoll-dealer .inner-scroll {
    width: max-content;
  }
  #tracking-view-chart {
    width: 700px !important;
    height: 300px !important;
  }
  #tracking-view-chart-container {
    width: max-content;
  }
  .tfcl-dashboard .tfcl-page-insight {
    overflow-x: scroll;
  }
  .tfcl-dashboard .tfcl-insight-header {
    display: block;
  }

  .wrap-favorite-listing .box-car-list,
  .tfcl-add-listing .form-group-4 > *,
  .tfcl-add-listing .group-features-5 > *,
  .tfcl-add-listing .form-group-2 > * {
    width: calc(100% - 30px);
  }
  .tfcl-add-listing .thumbnail-media > * {
    width: calc(33.33333% - 20px);
  }
  .tfcl-message .list-user-chat,
  .tfcl-message .message-header {
    padding: 10px;
    border-right: unset;
  }
  .tfcl-message .header-inner-chat {
    border-top: 1px solid rgb(237, 237, 237);
  }
  .tfcl-message .content-inner-chat {
    padding: 20px;
  }
  .tfcl-message .controller-chat {
    flex-direction: column;
  }
  .tfcl-message .controller-chat .form-message {
    width: 100%;
  }
  .wrap-single-compare .inner-respond {
    width: 220%;
  }
}
.blog-article-right {
  padding-left: 30px;
  padding-bottom: 22px;
  border-left: 1px solid #EDEDED;
}
.blog-article-right .blog-article-item.style3 {
  padding: 20px 0;
}
.blog-article-right .blog-article-item.style3:not(:first-child) {
  border-top: 1px solid #EDEDED;
}
.blog-article-right .blog-article-item.style3:first-child {
  padding-top: 0px;
}

.blog-article-item .images img {
  height: 100%;
}
.blog-article-item .images .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  padding: 5px 13px;
  color: #FFFFFF;
  background-color: #5462bd;
  border-radius: 99px;
  font-family: "Inter", sans-serif;
}
.blog-article-item .content {
  padding-top: 26px;
}
.blog-article-item .content .sub-box {
  margin-bottom: 9px;
}
.blog-article-item .content .sub-box > a {
  position: relative;
  font-size: 14px;
}
.blog-article-item .content .sub-box > a:not(:last-child) {
  margin-right: 9px;
  padding-right: 9px;
}
.blog-article-item .content .sub-box > a:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #E4E4E4;
  right: 0;
  top: 5px;
  bottom: 5px;
}
.blog-article-item .content h3 {
  margin-bottom: 11px;
  font-size: 22px;
  line-height: 28.24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-article-item .content h3:hover {
  color: #5462bd;
}
.blog-article-item .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-article-item .content .read-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #5462bd;
}
.blog-article-item .content .read-more i {
  font-size: 7px;
  margin-left: 10px;
}
.blog-article-item.style1 .images {
  height: 270px;
}
.blog-article-item.style1 .content {
  padding-bottom: 20px;
}
.blog-article-item.style2 {
  display: flex;
  gap: 30px;
}
.blog-article-item.style2 .images {
  height: auto;
  max-width: 300px;
}
.blog-article-item.style2 .content {
  padding-top: 0px;
}
.blog-article-item.style2 .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-article-item.style2 .content .read-more {
  margin-top: 13px;
}
.blog-article-item.style3 {
  display: flex;
  gap: 10px;
}
.blog-article-item.style3 .images {
  height: auto;
  max-width: 190px;
  border-radius: 12px;
}
.blog-article-item.style3 .content {
  padding-top: 0px;
}
.blog-article-item.style3 .content h3 {
  font-size: 16px;
  line-height: 22.4px;
}
.blog-article-item.style4 .images {
  height: 270px;
}
.blog-article-item.style4 .content h3 {
  margin-bottom: 25px;
}
.blog-article-item.style4 .content .read-more {
  padding: 14px 32.5px;
  background-color: rgba(255, 113, 1, 0.06);
  border-radius: 14px;
}
.blog-article-item.style4 .content .read-more:hover {
  background-color: #5462bd;
  color: #FFFFFF;
}

.box-car-list {
  border-radius: 14px;
  border: 1px solid #EDEDED;
  overflow: hidden;
}
.box-car-list .image-group img {
  width: 100%;
}
.box-car-list .image-group .top {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  z-index: 5;
  gap: 8px;
}
.box-car-list .image-group .top .flag-tag {
  padding: 6px 12px;
  border-radius: 99px;
  background-color: #5462bd;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  font-family: "Inter", sans-serif;
}
.box-car-list .image-group .top .flag-tag.style-1 {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}
.box-car-list .image-group .change-heart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-car-list .image-group .change-heart .box-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.box-car-list .image-group .change-heart .box-icon .icon {
  color: #5462bd;
}
.box-car-list .content {
  padding: 19px 16px 15px 16px;
}
.box-car-list .content .text-address,
.box-car-list .content .link-style-1 {
  margin-bottom: 8px;
}
.box-car-list .content .icon-box {
  gap: 16px;
  margin-bottom: 20px;
}
.box-car-list .content .icon-box i {
  margin-right: 4px;
  font-size: 12px;
}
.box-car-list .content .days-box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #EDEDED;
}
.box-car-list .content .days-box .img-author img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-right: 2px;
}
.box-car-list.style-2 {
  display: flex;
}
.box-car-list.style-2 > .image-group {
  width: 252px;
  flex-shrink: 0;
}
.box-car-list.style-2 > .image-group .img-style,
.box-car-list.style-2 > .image-group img {
  height: 100%;
  object-fit: cover;
}
.box-car-list.style-2 .content {
  width: 100%;
  padding: 17px 16px 15px 16px;
}
.box-car-list.style-2.style-dark .content {
  padding: 18px 30px 14px 30px;
  background-color: #24272C;
}
.box-car-list.style-2.style-dark .content .link-style-1 a,
.box-car-list.style-2.style-dark .content .icon-box,
.box-car-list.style-2.style-dark .content .days-box span {
  color: #FFFFFF !important;
}
.box-car-list.style-2.style-dark .content .days-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-2.style-dark .content .view-car {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-3 {
  border: 1px solid transparent !important;
}
.box-car-list.style-3 .content {
  padding: 18px 0px 0px 0px;
}
.box-car-list.style-4 {
  border: 1px solid transparent !important;
}
.box-car-list.style-4 .content {
  padding: 22px 0px 0px 0px;
}
.box-car-list.style-5 {
  padding: 16px;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.08);
}
.box-car-list.style-5 .img-style {
  border-radius: 16px;
}
.box-car-list.style-5 .img-style::before {
  border-radius: 16px;
}
.box-car-list.style-5 .content {
  padding: 21px 0px 0px 0px;
}

.partner-item {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner-item.style-1 {
  padding: 25px 25px 20px 25px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
}
.partner-item.style-1:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.partner-item .image,
.partner-item img {
  object-fit: contain;
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
}
.partner-item .content .title {
  margin-bottom: 5px;
}
.partner-item.style-2 {
  padding: 16px 16px 13px 16px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
}
.partner-item.style-2 .icon {
  height: 46px;
  margin-bottom: 10px;
  color: #24272C;
}
.partner-item.style-2:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.partner-item.style-2:hover .icon,
.partner-item.style-2:hover .content .title {
  color: #5462bd !important;
}
.partner-item.style-3 .image {
  border-radius: 16px;
  background: rgba(255, 113, 1, 0.06);
  height: 107px;
}
.partner-item.style-3 .image img {
  padding: 10px;
  height: 107px;
}
.partner-item.style-4 .image {
  border-radius: 16px;
  border: 1px solid #EDEDED;
  height: 107px;
}
.partner-item.style-4 .image img {
  padding: 10px;
  height: 107px;
}

.tf-icon-box {
  padding: 30px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-icon-box:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.tf-icon-box:hover .btn-button {
  background-color: #5462bd;
}
.tf-icon-box:hover .btn-button span,
.tf-icon-box:hover .btn-button i {
  color: #FFFFFF !important;
}
.tf-icon-box:hover .icon svg {
  transform: rotateY(180deg);
}
.tf-icon-box.style-1 .icon {
  margin-bottom: 20px;
}
.tf-icon-box.style-1 .icon svg {
  font-size: 60px;
}
.tf-icon-box.style-1 h3,
.tf-icon-box.style-1 p {
  margin-bottom: 30px;
}
.tf-icon-box.style-2 {
  display: flex;
  gap: 30px;
}
.tf-icon-box.style-2 .content h5 {
  margin-bottom: 12px;
}
.tf-icon-box.style-3 .inner-wrap {
  margin-bottom: 30px;
  gap: 20px;
}
.tf-icon-box.style-3 .inner-wrap .icon svg {
  width: 40px;
  height: 40px;
}
.tf-icon-box.style-3 .content p {
  margin-bottom: 30px;
}
.tf-icon-box.style-4 {
  display: flex;
  gap: 30px;
  border: unset;
}
.tf-icon-box.style-4 .icon svg {
  width: 60px;
  height: 60px;
}
.tf-icon-box.style-4 .content h5 {
  margin-bottom: 12px;
}
.tf-icon-box .icon {
  color: #5462bd;
}
.tf-icon-box .icon svg {
  transition: all 0.4s ease;
}
.tf-icon-box .btn-button {
  padding: 14px 26.5px;
  border: 1px solid #5462bd;
  border-radius: 14px;
  color: #5462bd;
  display: inline-block;
  font-size: 16px;
  min-width: 204px;
  text-align: center;
}
.tf-icon-box .btn-button i {
  font-size: 12px;
}
.tf-icon-box .btn-button:hover {
  background-color: #5462bd;
}
.tf-icon-box .btn-button:hover span,
.tf-icon-box .btn-button:hover i {
  color: #FFFFFF !important;
}

.tf-image-box {
  border-radius: 16px;
  gap: 30px;
  padding: 30px;
}
.tf-image-box.style1 .image,
.tf-image-box.style1 img {
  max-width: 210px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-image-box.style1 .content p {
  margin-bottom: 20px;
}
.tf-image-box.style1:hover .image img {
  transform: scale(1.1);
}
.tf-image-box.style2 {
  gap: 23px;
}
.tf-image-box.style2 .image {
  margin-bottom: -16px;
  margin-left: -5px;
  margin-top: -15px;
}
.tf-image-box.style2 .image img {
  max-width: 210px;
}
.tf-image-box.style2 .content p {
  margin-bottom: 30px;
}
.tf-image-box.bg-orange {
  background-color: #5462bd;
}
.tf-image-box.bg-orange .find-cars {
  color: #5462bd;
  background: #FFFFFF;
}
.tf-image-box.bg-black {
  background-color: #24272C;
}
.tf-image-box.bg-black .find-cars {
  color: #FFFFFF;
  background: #5462bd;
}
.tf-image-box .content {
  width: 100%;
}
.tf-image-box .content h3,
.tf-image-box .content h2 {
  margin-bottom: 10px;
}
.tf-image-box .content .find-cars {
  padding: 15px 55.5px;
  border-radius: 14px;
  display: inline-block;
  font-size: 16px;
}
.tf-image-box .content .find-cars i {
  font-size: 16px;
  line-height: 16px;
  margin-left: 9px;
}

.review-car .slider-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.review-car .slider-item .img-slider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.review-car .slider-item .img-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-car .slider-item .img-slider::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(85, 86, 68, 0) 0%, rgba(25, 32, 25, 0.4) 40%);
}
.review-car .slider-item .content {
  padding: 93px 76px 70px 76px;
}
.review-car .slider-item .content .heading {
  z-index: 2;
  position: relative;
  max-width: 525px;
}
.review-car .slider-item .content .heading h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.review-car .slider-item .content .heading p {
  margin-bottom: 47px;
}
.review-car .slider-item .content .heading .btn-wrap .sc-button {
  padding: 15px 60.5px;
}

.loan-calculator-form {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
}
.loan-calculator-form .box-title {
  margin-bottom: 30px;
}
.loan-calculator-form .box-title .title-ct {
  margin-bottom: 13px;
}
.loan-calculator-form #loan-calculator .grid-sw-2 {
  gap: 10px;
}
.loan-calculator-form #loan-calculator fieldset {
  margin-bottom: 29px;
}
.loan-calculator-form #loan-calculator fieldset label {
  margin-bottom: 11px;
  line-height: 17.64px;
}
.loan-calculator-form #loan-calculator fieldset input {
  padding: 15px 15px 15px 15px;
}
.loan-calculator-form #loan-calculator fieldset .nice-select {
  padding: 15px 16px;
  margin-bottom: 0px;
  border-radius: 14px;
}
.loan-calculator-form #loan-calculator .list-total {
  margin-bottom: 30px;
}
.loan-calculator-form #loan-calculator .list-total ul li {
  gap: 30px;
}
.loan-calculator-form #loan-calculator .list-total ul li:not(:last-child) {
  margin-bottom: 13px;
}
.loan-calculator-form #loan-calculator .list-total ul li .title-total {
  max-width: 200px;
  width: 100%;
}
.loan-calculator-form #loan-calculator .button-boxs .sc-button {
  width: 100%;
}

.compare-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EDEDED;
}
.compare-item .image-compare {
  width: 100%;
}
.compare-item .image-compare .image {
  width: 50%;
}
.compare-item .image-compare .image img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.compare-item .image-compare .vs {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compare-item .content-compare {
  padding: 16px;
}
.compare-item .content-compare .compare-list-inner {
  margin-bottom: 24px;
}
.compare-item .content-compare .compare-list-inner .compare-list:first-child {
  margin-bottom: 10px !important;
}
.compare-item .content-compare .compare-list-inner .compare-list:not(:last-child) {
  margin-bottom: 23px;
}

.change-heart.style-2 {
  gap: 12px;
}
.change-heart.style-2 .box-icon {
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  text-align: center;
  line-height: 52px;
  background-color: rgba(255, 113, 1, 0.06);
}
.change-heart.style-2 .box-icon:hover {
  background-color: #5462bd;
}
.change-heart.style-2 .box-icon:hover .icon {
  color: #FFFFFF;
}
.change-heart.style-2 .box-icon .icon {
  color: #5462bd;
}

.tf-icon-list {
  display: flex;
  align-items: center;
  padding: 18.5px 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: #5462bd;
}
.tf-icon-list i,
.tf-icon-list span {
  color: #5462bd;
  text-transform: capitalize;
}
.tf-icon-list i {
  margin-right: 10px;
  font-size: 26px;
}

.tf-team.box:hover .icon-socials {
  bottom: 20px;
  opacity: 1;
}
.tf-team.box .content {
  padding: 25px 0;
}
.tf-team.box .content .icon-box a {
  width: 38px;
  height: 38px;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 7px;
  font-size: 13px;
}
.tf-team.box .content .icon-box a i {
  color: #8E8E93;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-team.box .content .icon-box a:hover {
  background-color: #5462bd;
}
.tf-team.box .content .icon-box a:hover i {
  color: #FFFFFF;
}
.tf-team .images {
  border-radius: 10px;
  overflow: hidden;
}
.tf-team .images > a {
  width: 100%;
}
.tf-team .icon-socials {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  position: absolute;
  width: 210px;
  height: 42px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.tf-team .icon-socials i {
  font-size: 16px;
  color: #24272C;
  line-height: 42px;
}
.tf-team .icon-socials i:hover {
  color: #5462bd;
}
.tf-team .box-text {
  padding-top: 1px;
}
.tf-team .box-text a {
  margin-left: 3px;
  text-decoration: underline;
}

.tf-testimonial {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.tf-testimonial.style-2 .author-box {
  padding-top: 24px;
  border-top: 1px solid #EDEDED;
}
.tf-testimonial.style-3 .author-box {
  flex-direction: column;
  align-items: center;
}
.tf-testimonial.box-tes {
  box-shadow: 0px 2px 6px 0px rgba(138, 61, 0, 0.06);
}
.tf-testimonial.bg-4 {
  background-color: rgba(255, 113, 1, 0.06);
}
.tf-testimonial .inner-top {
  margin-bottom: 24px;
}
.tf-testimonial .inner-top .icon {
  color: #5462bd;
}
.tf-testimonial > p {
  margin-bottom: 24px;
}
.tf-testimonial .author-box {
  gap: 12px;
}
.tf-testimonial .author-box .images {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.tf-testimonial .author-box .content h5 {
  margin-bottom: 2px;
}

.listing-slide {
  padding: 74px 0px 32px 0px;
  margin-bottom: -43px;
}
.listing-slide .swiper-slide.swiper-slide-prev .tf-listing-slide, .listing-slide .swiper-slide.swiper-slide-next .tf-listing-slide {
  display: flex;
  align-items: end;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.listing-slide .swiper-slide.swiper-slide-prev .tf-listing-slide {
  float: left;
}
.listing-slide .swiper-slide.swiper-slide-next .tf-listing-slide {
  float: right;
}
.listing-slide .swiper-slide:before {
  width: 410px;
  height: 410px;
  background: rgba(255, 113, 1, 0.06);
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.listing-slide .swiper-slide .img-style {
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
  margin-top: 60px;
}
.listing-slide .swiper-slide.swiper-slide-active .img-style {
  transform: scale(1.4);
  margin-top: 50px;
}
.listing-slide .swiper-slide.swiper-slide-active .content-style {
  margin-top: 52px;
  display: block;
}
.listing-slide .swiper-slide.swiper-slide-active .content-style p {
  margin-top: 2px;
}
.listing-slide .swiper-slide.swiper-slide-active:before {
  visibility: visible;
  opacity: 1;
}

.tf-listing-slide .content-style {
  display: none;
}

.tf-image-list {
  border-radius: 16px;
  border: 1px solid #EDEDED;
  overflow: hidden;
}
.tf-image-list .image img {
  width: 100%;
}
.tf-image-list .content {
  padding: 22px 20px 20px;
}
.tf-image-list .content h5 {
  margin-bottom: 14px;
}
.tf-image-list .content ul li:not(:last-child) {
  margin-bottom: 16px;
}

.tf-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.tf-banner::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tf-banner.style-1 {
  background-image: url(../../assets/images/section/bg-12.jpg);
}
.tf-banner.style-2 {
  background-image: url(../../assets/images/section/bg-13.jpg);
}
.tf-banner.style-2 .content {
  padding: 116px 0px 242px 0px;
}
.tf-banner .content {
  padding: 118px 0px 162px 0px;
}
.tf-banner .content .heading h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tf-banner .content .heading .sc-button {
  margin-top: 30px;
}

.flat-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.flat-toggle.style-1 {
  padding: 0px 0px 19px 0px;
}
.flat-toggle.style-1:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.flat-toggle.style-1 .toggle-title {
  background-color: #FFFFFF;
  cursor: pointer;
  color: #24272C;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-toggle.style-1 .toggle-title.active .btn-toggle::after {
  content: "\e962";
  font-family: "autodeal";
  rotate: -180deg;
  display: inline-block;
}
.flat-toggle.style-1 .btn-toggle {
  position: absolute;
  right: 12px;
  top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-toggle.style-1 .btn-toggle::after {
  content: "\e962";
  font-family: "autodeal";
  color: #24272C;
  font-size: 8px;
  transition: all 0.2s;
}
.flat-toggle.style-1 .toggle-content {
  padding-top: 15px;
}
.flat-toggle.style-2 {
  padding: 24px 30px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
}
.flat-toggle.style-2:not(:last-child) {
  margin-bottom: 12px;
}
.flat-toggle.style-2 .toggle-content {
  padding-top: 18px;
}
.flat-toggle.style-2 .toggle-content p {
  color: #24272C !important;
}
.flat-toggle.style-2 .toggle-title {
  cursor: pointer;
}
.flat-toggle.style-2 .toggle-title.active h5 {
  color: #5462bd;
}
.flat-toggle.style-2 .toggle-title.active .btn-toggle::after {
  content: "\e935";
  font-family: "autodeal";
  font-size: 2.4px;
  color: #5462bd;
}
.flat-toggle.style-2 .btn-toggle {
  position: absolute;
  right: 30px;
  top: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-toggle.style-2 .btn-toggle::after {
  content: "\e944";
  font-family: "autodeal";
  color: #24272C;
  font-size: 17px;
}
.flat-toggle.style-2.activ {
  background-color: rgba(255, 113, 1, 0.06);
  border: 1px solid rgba(255, 113, 1, 0.06);
}
.flat-toggle .toggle-content {
  display: none;
}

.widget-pricing {
  border: 1px solid #EDEDED;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-pricing:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.widget-pricing:hover .pricing-heading .sub-title, .widget-pricing:hover .title-price h2, .widget-pricing:hover .title-price .price {
  color: #5462bd !important;
}
.widget-pricing .badge-table {
  text-align: center;
  position: absolute;
  top: 22px;
  right: -35px;
  transform: rotate(45deg);
  width: 140px;
}
.widget-pricing .badge-table span {
  clip-path: polygon(21% 0%, 78% 0%, 97% 100%, 2% 100%);
  padding: 4px 10px 4px 10px;
  background: #5462bd;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.widget-pricing .badge-table::before {
  content: "";
  width: 5px;
  height: 3px;
  position: absolute;
  right: 3px;
  bottom: -2px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #903F00;
  transform: rotate(45deg);
}
.widget-pricing .badge-table::after {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #903F00;
  transform: rotate(-45deg);
}
.widget-pricing .pricing-heading {
  margin-bottom: 34px;
}
.widget-pricing .pricing-heading .sub-title {
  margin-bottom: 21px;
}
.widget-pricing .title-price {
  font-size: 70px;
  line-height: 70px;
  gap: 8px;
  margin-bottom: 34px;
}
.widget-pricing .check {
  margin-bottom: 36px;
}
.widget-pricing .check li {
  font-family: "Inter", sans-serif;
}
.widget-pricing .check li:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
}
.widget-pricing .check li.check-icon::before {
  content: "\e907";
  color: #7ED321;
}
.widget-pricing .check li.de-check-icon::before {
  content: "\e90d";
  color: #5462bd;
}
.widget-pricing .check li::before {
  font-family: "autodeal" !important;
  font-size: 16px;
  font-weight: 600;
  margin-right: 13px;
  flex: none;
}

#offcanvasBottom {
  width: 1310px;
  bottom: 20px;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
}

#compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  padding: 14px 86px;
  background: #5462bd;
  color: #fff;
  border-radius: 14px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button:hover {
  background: #24272C;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 72px;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb {
  position: relative;
  display: flex;
  align-items: center;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-img {
  height: 79px;
  object-fit: cover;
  border-radius: 12px;
  width: 106px;
  margin-right: 21px;
  flex-shrink: 0;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove {
  border: 1px solid #EDEDED;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24272C;
  font-size: 11px;
  padding: 0;
  background: #fff;
  margin-right: 20px;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove:hover {
  background: #5462bd;
  border-color: #5462bd;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove:hover * {
  stroke: #fff;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .tfcl-listing-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .description {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
#compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .description li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wrap-single-compare .header-compare {
  display: flex;
  margin-left: -30px;
  margin-bottom: 31px;
}
.wrap-single-compare .header-compare .box-car-list {
  width: calc(33.33333% - 30px);
  margin-left: 30px;
}
.wrap-single-compare .filter-compare {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.wrap-single-compare .filter-compare li {
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  border: 1px solid #EDEDED;
  padding: 13px;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.wrap-single-compare .filter-compare li.active, .wrap-single-compare .filter-compare li:hover {
  background: #5462bd;
  border-color: #5462bd;
  color: #fff;
}
.wrap-single-compare .compare-table {
  padding: 30px;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  margin-bottom: 30px;
}
.wrap-single-compare .compare-table .title-table {
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  color: #24272C;
  margin-bottom: 20px;
}
.wrap-single-compare .compare-table .title-tr {
  background: #F8F8F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: center;
}
.wrap-single-compare .compare-table .group-tr {
  display: flex;
  align-items: center;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 19px;
}
.wrap-single-compare .compare-table .group-tr li {
  flex: 1;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #24272C;
}

@media only screen and (max-width: 1300px) {
  #compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main {
    column-gap: 20px;
  }
  #compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap-single-compare {
    overflow-y: auto;
  }
  .wrap-single-compare .inner-respond {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-single-compare .inner-respond {
    width: 220%;
  }
}
/**
  	* Reset Browsers
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * PreLoad
    * heading
    * dropdown
    * progress bar
    * map
    * up load
    * price range
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
      font-family: 'Inter';
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #696665;
  background-color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.container2 {
  max-width: 1750px;
}

.container {
  max-width: 1320px;
}

.container2,
.container {
  width: 100%;
  margin: auto;
}

.container2,
.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid #EDEDED;
  font-family: "Inter", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  border-radius: 14px;
  padding: 17px 44px 17px 18px;
  width: 100%;
  background: #FFFFFF;
  color: #696665;
}

textarea:focus,
input:focus {
  border: 1px solid #5462bd;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-family: "Inter", sans-serif;
  color: #696665;
  line-height: 19.6px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: #24272C;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

.text-p,
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #696665;
  font-family: "Inter", sans-serif;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #24272C;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  line-height: 37.8px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  line-height: 30.24px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 25.2px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 22.68px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.title-16 {
  font-size: 16px;
  line-height: 20px;
}

.title-24 {
  font-size: 24px;
  line-height: 30px;
}

.title-14 {
  font-size: 14px;
  line-height: 18px;
}

.title-30 {
  font-size: 30px;
  line-height: 36px;
}

.title-35 {
  font-size: 35px;
  line-height: 44px;
}

.title-36 {
  font-size: 36px;
  line-height: 40px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.shaw-box {
  padding: 50px;
  margin: -50px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  justify-content: space-between;
  display: flex;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
}

.flex-five {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-six {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-none {
  flex: none !important;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.text-unset {
  text-transform: unset !important;
}

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

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-space {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.text-start {
  align-items: flex-start;
}

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

.font-italic {
  font-style: italic;
}

.show-boder {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #FAF8FF;
}

button {
      font-family: 'Inter';
  cursor: pointer;
}

.font {
      font-family: 'Inter';
}

.font-2 {
  font-family: "Inter", sans-serif;
}

.fw-1 {
  font-weight: 100;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

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

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-22 {
  line-height: 22.4px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25.3px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-33 {
  line-height: 33px;
}

.lh-37 {
  line-height: 37px;
}

.lh-45 {
  line-height: 45px;
}

.lh-48 {
  line-height: 48px;
}

.lh-56 {
  line-height: 56px;
}

.lh-75 {
  line-height: 75px;
}

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

.fs-13 {
  font-size: 13px;
}

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

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.z-2 {
  z-index: 2;
}

.br-10 {
  border-radius: 10px;
}

.br-16 {
  border-radius: 16px;
}

.w-560 {
  max-width: 560px;
  width: 100%;
}

.w-520 {
  max-width: 520px;
  width: 100%;
  max-width: 520px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  float: right;
}
.w-520 .box-car-list {
  border-radius: 0px;
}
.w-520 .box-car-list .content {
  padding-top: 0px;
}
.w-520 .box-car-list .content .link-style-1 {
  margin-bottom: 13px;
}
.w-520 .box-car-list .content .days-box {
  padding-top: 0px;
  margin-top: 40px;
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #EDEDED;
}
.w-520 .box-car-list .content .days-box .img-author img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.w-100 {
  width: 100%;
}

.m0-auto {
  margin: 0 auto;
}

.mg-42 {
  margin: 42px 0;
}

.pd-0 {
  padding: 0px !important;
}

.mt--5 {
  margin-top: -8.5em;
  margin-left: 51px;
  margin-right: 51px;
}

.mt--3 {
  margin-top: -3.3em !important;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-12 {
  margin-top: 12px;
}

.pagination-style1 {
  margin-top: 42px !important;
  margin-bottom: -5px;
}

.tf-section {
  padding: 100px 0;
}

.tf-section2 {
  padding-top: 100px;
}

.tf-section3 {
  padding-bottom: 100px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.bg-1 {
  background-color: rgba(255, 113, 1, 0.06);
}

.bg-2 {
  background-color: #24272C;
}

.bg-white {
  background-color: #FFFFFF;
}

.img-border {
  border-radius: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-15 {
  margin-top: 15px;
}

.pd-100-40 {
  padding: 100px 0px 40px 0px;
}

/* link style
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: unset;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.link-style-1 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.link-style-1 a:focus, .link-style-1 a:hover {
  color: #5462bd;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-2 a:focus, .link-style-2 a:hover {
  color: #24272C;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-3 a:focus, .link-style-3 a:hover {
  color: #5462bd;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-4 a:focus, .link-style-4 a:hover {
  color: #5C6368;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-5 a:focus, .link-style-5 a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-color-1 {
  color: #FFFFFF !important;
}

.text-color-2 {
  color: #24272C !important;
}

.text-color-3 {
  color: #5462bd !important;
}

.text-color-4 {
  color: #696665 !important;
}

path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-wg {
  margin-left: -30px;
}
.form-wg .wg-box {
  width: calc(50% - 30px) !important;
  margin-left: 30px;
}
.form-wg .wg-box2 {
  width: calc(33.333% - 30px) !important;
  margin-left: 30px;
}
.form-wg .wg-box3 {
  width: calc(25% - 30px);
  margin-left: 30px;
}

/* Search */
.search .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
  color: #FFFFFF;
  border: none;
  line-height: 20px;
  padding: 17.5px 21.5px 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .search-submit:hover {
  background: #5462bd;
}
.search .search-submit.search-icon::after {
  content: "\f002";
      font-family: 'Inter';
  color: #FFFFFF;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  background: #FFFFFF;
  color: #696665;
  width: 100%;
  border: 1px solid #EDEDED;
  line-height: 24px;
  padding: 14px 49px 14px 17px;
  border-radius: 14px;
}
.search-form .search-field::placeholder {
  color: #24272C !important;
  line-height: 19px;
  font-size: 14px !important;
  font-weight: 400;
}
.search-form .search-field:focus {
  color: #24272C;
  border: 1px solid #5462bd;
}

/* Header Fixed */
#header.style-absolute.is-fixed,
.header.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #fff;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.style-absolute.is-fixed {
  background: #24272C;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  margin-top: 30px;
}
.themesflat-pagination.style {
  margin-top: 19px;
}
.themesflat-pagination.style2 {
  margin-top: 0px;
}
.themesflat-pagination.style3 {
  margin-top: 40px;
}
.themesflat-pagination ul {
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin: -3px 3.5px;
}
.themesflat-pagination ul li:last-child {
  margin-right: 0;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #24272C;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #EDEDED;
}
.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: #5462bd;
  color: #fff;
  border-color: #5462bd;
}
.themesflat-pagination ul li .page-numbers.style {
  line-height: 42px;
}
.themesflat-pagination ul li .page-numbers.style i {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}

/* Scroll Top
-------------------------------------------------------------- */
.progress-bars .progress-bars-line {
  display: block;
  height: 10px;
  border-radius: 10px;
  background-color: #EDEDED;
}
.progress-bars .progress-bars-line > div {
  position: relative;
  display: block;
  height: 10px;
  border-radius: 10px;
  background-color: #5462bd;
}
.progress-bars .progress-bars-line > div .progress-bars-number {
  position: absolute;
  right: -3px;
  top: -30px;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #5462bd;
}
.progress-wrap::after {
  position: absolute;
  content: "\e939";
  font-family: "autodeal";
  rotate: -90deg;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  color: #FFFFFF;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: #FFFFFF;
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

/* PreLoad
-------------------------------------------------------------- */
/* preload */
/* -------------------------------- */
.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.preload-container .middle {
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: url(../../assets/images/logo/preload.png);
  animation: jackInTheBox 1.2s linear infinite alternate;
}

.preload {
  overflow: hidden;
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
body .dribbble img {
  display: block;
  height: 28px;
}

.grid-sw-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.list-car-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.list-car-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gap-8 {
  gap: 8px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-37 {
  gap: 37px 30px;
}

.mobile-menu .bottom-canvas .tf-top-bar-left {
  display: none;
}

.partner-slide3-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-top: -16.3em;
  margin-left: -30px;
  margin-right: -30px;
  z-index: 3;
  position: relative;
  padding: 30px 30px 0px 30px;
}

.heading-section {
  margin-bottom: 40px;
}

.tf-btn-arrow {
  padding: 9px 22.5px;
  border: 1px solid #EDEDED;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  color: #24272C;
      font-family: 'Inter';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-arrow i {
  font-size: 8px;
  font-weight: 800;
  margin-left: 6px;
}
.tf-btn-arrow:hover {
  border: 1px solid #5462bd;
  background-color: #5462bd;
  color: #FFFFFF;
}

.dropdown > a {
  position: relative;
  display: block;
  padding: 0px 13px 0px 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.dropdown > a::after {
      font-family: 'Inter';
  font-size: 10px;
  font-weight: 500;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown > a ul {
  position: absolute;
}

.seclect-box.style-2 .dropdown > a:after {
  right: 15px;
}

.dropdown ul.show {
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown li {
  border-top: 0.5px solid rgba(122, 121, 138, 0.1);
  background: #FFFFFF;
  color: #000;
  width: 100%;
  padding: 9px 10px 8px 16px;
  list-style: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

/* donat progress */
.progress-bar {
  margin: 16px 0 42px;
}
.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-title-holder {
  padding-bottom: 20px;
  position: relative;
}

.progress-content-outter {
  height: 5px;
  background-color: rgba(8, 4, 34, 0.1);
  border-radius: 5px;
}

.progress-content {
  height: 5px;
  background-color: #5462bd;
  width: 0%;
}

.progress-number-mark {
  margin-bottom: 4px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* MAP */
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  top: 25px;
  left: 10px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-perspective: 1000;
}

.face {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  color: #FFFFFF;
  z-index: 100;
  background: #5462bd;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
  font-size: 24px;
}

.infoBox-opened .face {
  background: #7ED321;
}
.infoBox-opened .face::before, .infoBox-opened .face::after {
  -ms-box-shadow: 0 0 0 50px #7ED321;
  -o-box-shadow: 0 0px 0 50px #7ED321;
  box-shadow: 0px 0px 0px 20px rgba(255, 113, 1, 0.2);
}

.face::before,
.face::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 50px rgba(255, 113, 1, 0.06);
  -o-box-shadow: 0 0px 0 50px rgba(255, 113, 1, 0.06);
  box-shadow: 0px 0px 0px 20px rgba(255, 113, 1, 0.2);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.face::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.face::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.face > div {
  background-image: url(../../assets/images/section/bg-icon.html);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
}

#singleListingMap .marker-container {
  cursor: default;
}

.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

#map .infoBox {
  margin-left: 170px;
  margin-bottom: -100px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #202124;
  line-height: 24px;
  font-size: 20px;
  border-radius: 8px;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.map-listing-item .infoBox-close:hover {
  font-weight: 700;
  color: #5462bd;
}

.map-listing-item .inner-box {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  max-width: 280px;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.map-listing-item .image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.map-listing-item .content {
  position: relative;
  padding: 21px 20px;
}

.map-listing-item .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.map-listing-item h4 {
  position: relative;
      font-family: 'Inter';
  margin-bottom: 5px;
}

.map-listing-item h4 a {
  transition: all 300ms ease;
}

.map-listing-item h4 a:hover {
  color: #5462bd;
}

.map-listing-item h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #5462bd;
}

.map-listing-item {
  font-size: 12px;
  line-height: 18px;
      font-family: 'Inter';
  color: #24272C;
  margin-bottom: 6px;
}
.map-listing-item .location i {
  margin-right: 5px;
  font-size: 12px;
}

.map-listing-item .location .type {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #14a077;
  background: rgba(20, 129, 96, 0.1);
  border-radius: 24px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
}

.map-listing-item .location .type:hover {
  color: #fff;
  background: #14a077;
}

.map-listing-item .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.map-listing-item .job-info li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 20px;
}

.map-listing-item .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}

.map-listing-item .job-info li a {
  color: #696969;
}

.cluster-map-visible {
  text-align: center;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #14a077;
  border: 7px solid rgba(25, 103, 210, 0.2);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
  box-sizing: content-box;
  background-clip: content-box;
}

.btn-upload {
  padding: 16px 47px;
}

#upload-profile {
  margin-bottom: 15px;
}

#tf-upload-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  opacity: 0;
}

/* price-range */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  left: 0px;
  top: -8.5px;
  border-radius: 100%;
  background-color: #5462bd;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.caption {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #24272C;
}

/* Styling; */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #5462bd;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 0px;
}

.noUi-target {
  width: 100%;
  height: 4px;
  border-radius: 0px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -7px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 1px solid #5462bd;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: rgba(255, 113, 1, 0.06);
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

#slider-range-value03::after,
#slider-range-value01::after,
#slider-range-value1::after {
  content: " — ";
  margin: 0 2px;
}

.comment-form label {
  position: relative;
  cursor: pointer;
}

.comment-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
}

.tf-amenities label {
  position: relative;
  margin-bottom: 15px;
}

.tf-amenities label input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
}

.btn-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.btn-checkbox:after {
  content: "\f00c";
      font-family: 'Inter';
  color: #FFFFFF;
  display: none;
}

label input:checked ~ .btn-checkbox {
  background-color: #5462bd;
  border: 1px solid #5462bd;
}

label input:checked ~ .btn-checkbox:after {
  display: block;
}

fieldset {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
fieldset input {
  border: 1px solid #B6B6B6;
  padding: 16px 14px 15px 17px;
  color: #24272C;
  font-weight: 400;
  font-size: 13px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
      font-family: 'Inter';
  line-height: 19.5px;
}
fieldset input::placeholder {
  color: #696665;
  line-height: 19.5px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
fieldset input:focus {
  border: 1px solid #5462bd;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  z-index: -9999999;
  opacity: 0;
  visibility: hidden;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #696665;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #E4E4E4;
  border-radius: 100%;
  background: #FFFFFF;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #5462bd;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fade-item {
  -webkit-transform: translate(0px, 150px);
  -moz-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  -o-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade-item.fade-item-1 {
  transition-delay: 0.1s;
}
.fade-item.fade-item-2 {
  transition-delay: 0.2s;
}
.fade-item.fade-item-3 {
  transition-delay: 0.3s;
}
.fade-item.fade-item-4 {
  transition-delay: 0.4s;
}

/* sib-form */
.sib-form {
  padding: 0;
  font-family: "Outfit", sans-serif !important;
  box-sizing: border-box !important;
}

.sib-form *, .sib-form ::after, .sib-form ::before {
  box-sizing: border-box !important;
}

#sib-container {
  background-color: unset;
  padding: 0;
}

.sib-form .entry__field {
  background-color: unset;
  border: 0;
  box-shadow: none !important;
  margin: 0;
}

.sib-form .sib-form-container .input {
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 14px 15px 17px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 19.5px;
  height: unset !important;
  margin-bottom: 17px;
}

.sib-form .entry__specification,
.sib-form .entry__error,
.entry__specification,
.entry__label {
  margin: 0 !important;
}

.sib-form .entry__error {
  margin-bottom: 5px !important;
  font-size: 14px;
  line-height: 20px;
}

.sib-form-block {
  padding: 0;
}

.sib-optin {
  display: none;
}

#sib-form {
  position: relative;
}

#sib-form .sib-form-block__button {
  position: unset;
  top: 5px;
  right: 5px;
  padding: 12px 32px;
  line-height: 26px;
  min-height: unset;
}

.sib-form .clickable__icon {
  margin: 0 5px 0 0;
  fill: #fff;
}

.sib-form-message-panel {
  border: 0;
  padding: 0;
  border-radius: 0px;
  background: transparent;
}

#success-message .sib-form-message-panel__inner-text {
  color: #6BC044;
}

#success-message svg path {
  fill: #6BC044;
}

.sib-form-message-panel__text {
  padding: 0;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1750px) {
  .wrap-map .content-left {
    padding: 40px 15px 35px 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-header .main-menu {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1470px) {
  .main-header .main-menu .navigation > li {
    margin-right: 25px;
  }
  .header-account {
    gap: 15px;
  }
  .header-account .header-search-icon::after,
  .header-account .header-favorite::after {
    left: 28px;
  }
}
@media only screen and (max-width: 1440px) {
  .why-choose-us-5 .content-wcs {
    padding-left: 40px;
    padding-right: 5em;
  }
  .why-choose-us-10 .content-wcs {
    padding-left: 5em;
    padding-right: 40px;
  }
  .sc-button.btn-55 {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 1320px) {
  .why-choose-us-10 .content-wcs {
    padding-left: 0em;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 30px;
    padding-right: 0em;
  }
  .swiper-button-next.style-1 {
    right: 30px;
  }
  .swiper-button-prev.style-1 {
    left: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .slider.home .content {
    padding: 194px 0px 502px 0px;
  }
}
@media only screen and (min-width: 991px) {
  .blog-article-grid.list-car-grid-blog-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .grid-sw-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  .grid-sw-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .grid-sw-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .filter-mobie {
    display: block;
  }
  .sidebar-right-listing.style-2,
  .sidebar-right-listing {
    display: none;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sidebar-right-listing {
    max-width: 100%;
  }
  .sidebar-right-listing.style-2 {
    max-width: 100%;
  }
  .listing-grid .text-start {
    flex-wrap: wrap;
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-why-choose-us2 .content-wcs {
    padding-top: 0px;
    padding-right: 30px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    bottom: 5%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    left: 30%;
    top: 50%;
  }
  .section-why-choose-us2 .image-wcs .image-inner2 {
    display: none;
  }
  .flat-filter-search.home3 .flat-tabs {
    margin-top: -23.6em;
  }
  .slider.home2 .slider-item .img-slider {
    height: 850px;
  }
  .list-car-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-account ul li:nth-child(2),
  .header-account ul li:nth-child(3) {
    display: none;
  }
  .mobile-button,
  .collapse {
    display: block !important;
  }
  .header-account {
    margin-right: 40px;
    margin-left: 20px;
  }
  .main-header .header-lower .nav-outer,
  .header-account .flat-bt-top {
    display: none;
  }
  .main-header .header-lower {
    padding: 0px 0px;
  }
  .blog-article-item.style2 .images {
    max-width: 230px;
  }
  .blog-article-grid.grid-sw-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .col-xl-3 .tf-icon-box.style-1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-menu .bottom-canvas .tf-top-bar-left {
    display: block;
    padding: 20px 0;
  }
  .mobile-menu .bottom-canvas .tf-top-bar-left ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .home2 .flat-tabs .wrap-icon.trending2 {
    padding: 0px 15px;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    padding: 15px;
  }
  .wd-search-form-2 {
    min-width: 100%;
    left: 0px !important;
    right: 0px !important;
  }
  .slider.home2 .slider-item-content .flat-tabs {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    margin: 0px 15px;
  }
  .slider .slider-item .content .sub-title {
    font-size: 40px;
    line-height: 60px;
  }
  .slider.home8 .slider-item .content h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .flat-filter-search.home6 .flat-tabs {
    margin-top: -22.2em;
  }
  .slider.home5 .slider-item .content {
    padding: 173px 0 300px;
  }
  .flat-filter-search.home5 .flat-tabs {
    margin-top: -16.5em;
  }
  .flat-filter-search.home4 .flat-tabs {
    margin-top: -17em;
  }
  .tf-top-bar .flex-one {
    justify-content: center;
  }
  .tf-top-bar .flex-one .tf-top-bar-left {
    display: none;
  }
  .wd-find-select {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wd-find-select .form-style {
    margin-right: 0px;
    margin-left: 0px;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -20em;
  }
}
@media only screen and (max-width: 991px) {
  .box-car-list.style-2 {
    flex-direction: column;
  }
  .box-car-list.style-2 .image-group {
    width: 100%;
  }
  .flat-tabs .tab-title.style {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .blog-article-item.style2 .images {
    max-width: 100%;
  }
  .blog-article-item.style2 {
    flex-direction: column;
  }
  .listing-sidebar .mb-40 {
    margin-bottom: 20px !important;
  }
  .heading-widget .title {
    font-size: 25px;
    line-height: 35px;
  }
  .listing-recommended .item {
    gap: 10px;
  }
  .listing-recommended .item .image {
    max-width: 100%;
  }
  .profile-contact .btn-contact,
  .listing-recommended .item {
    flex-wrap: wrap;
  }
  .widget-listing {
    padding: 15px;
  }
  .listing-sidebar {
    margin-top: 0px;
    position: fixed;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 99;
    max-width: 320px;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
    overflow: scroll;
    transition: all 0.3s ease-in-out;
  }
  .listing-sidebar.open {
    left: 0%;
  }
  .btn-siderbar-mobie-filter {
    display: flex;
  }
  .tf-team.box .content {
    padding: 25px 0 40px;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-listing-scroll .nav-pills {
    width: 1000px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tfcl-listing-info.style-grid .image-list-details .image {
    height: 300px;
  }
  .listing-detail.style-1 .listing-detail-wrap {
    padding-right: 0px;
  }
  .widget-pricing {
    margin-bottom: 30px;
  }
  .tf-section-map .map,
  .tf-section-map .map-content {
    height: 400px;
  }
  br {
    display: none;
  }
  .logo-footer {
    text-align: center;
  }
  .wd-search-form .box1.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider.home9 .content {
    padding: 150px 0px 80px 0px;
  }
  .loan-calculator.inner-6 {
    padding: 70px 0px 70px 0px !important;
  }
  .blog-article-right {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
    border-left: 1px solid transparent;
  }
  .section-why-choose-us2 .image-wcs img {
    width: 100%;
  }
  .flat-tabs .tab-title.style li h5 {
    margin-bottom: 10px;
  }
  .col-lg-6:not(:last-child) .tf-image-box.style1,
  .col-lg-6:not(:last-child) .tf-image-box.style2,
  .col-md-6:not(:last-child) .tf-icon-box.style-1 {
    margin-bottom: 30px;
  }
  .loan-calculator {
    padding: 70px 0px;
  }
  .tf-section {
    padding: 60px 0;
  }
  .tf-section2 {
    padding-top: 60px;
  }
  .tf-section3 {
    padding-bottom: 60px;
  }
  .list-car-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-dialog-centered {
    margin: 15px;
  }
  .header-account .search-mobie > .wd-find-select {
    margin-top: 26px;
  }
  .flat-blog-list .wrap-blog {
    padding-right: 0px;
  }
  .flat-property .post {
    margin-bottom: 30px;
  }
  .footer-main .widget {
    margin-bottom: 40px;
  }
  .footer-main #logo-footer {
    text-align: center;
  }
  .footer-bottom .footer-bottom-right {
    justify-content: center;
    margin-top: 20px;
  }
  .wd-search-form .box2 {
    gap: 0px;
  }
  .side-blog {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .logo-box .logo img {
    width: 60px;
  }
  .gap-30 {
    gap: 15px;
  }
  .heading-section {
    margin-bottom: 30px;
  }
  .form-sl .wd-find-select .inner-group.select-style .form-group-1 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
  }
  .listing-slide .swiper-slide.swiper-slide-active .content-style {
    margin-top: 10px;
    display: block;
  }
  .form-sl .wd-find-select.wd-search-white .inner-group .form-group-1 {
    width: 100%;
    border-bottom: 1px solid rgba(237, 237, 237, 0.1215686275);
    padding-bottom: 12px;
  }
  .tf-icon-box.style-3 {
    margin-bottom: 20px;
  }
  .listing-wrap-map .list-car-1.list-car-list-1 .box-car-list {
    flex-wrap: wrap;
  }
  .list-car-list-1 .box-car-list > .image-group {
    width: 100% !important;
  }
  .mg-42 {
    margin: 0px 0;
  }
  .why-choose-us-5 .content-wcs {
    padding-top: 30px;
  }
  .heading-section .flex-six {
    justify-content: flex-start;
  }
  .listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  #map .infoBox {
    margin-left: 20px;
    margin-bottom: -40px;
  }
  .listing-calculator.loan-calculator-form .button-boxs .sc-button {
    width: 100% !important;
    min-width: 100% !important;
  }
  .heading-widget .title {
    font-size: 35px;
    line-height: 45px;
  }
  .tfcl-listing-info.style-grid .image-list-details.item-4,
  .tfcl-listing-info.style-grid .image-list-details.item-5 {
    display: none;
  }
  .sale-agents-detail .image,
  .sale-agents-detail .image img {
    min-width: 100%;
  }
  .sale-agents-detail .content {
    margin-top: 0px;
  }
  .sale-agents-detail {
    flex-wrap: wrap;
  }
  .wrap-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wrap-map .content-left {
    width: 100%;
  }
  .wrap-map .content-right {
    width: 100%;
    position: relative;
  }
  .content-right #map,
  .content-right iframe {
    height: 500px;
  }
  .tf-banner .content .heading h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .tf-banner.style-2 .content {
    padding: 80px 0px 130px 0px;
  }
  .box-car-list.style-2 {
    flex-wrap: wrap;
  }
  .box-car-list.style-2 > .image-group {
    width: 100% !important;
  }
  .why-choose-us-10 .image-wcs .bg-image-5 {
    padding: 100px 0;
  }
  .why-choose-us-10 .content-wcs {
    padding-top: 0px;
    padding-left: 0em;
    padding-right: 0px;
  }
  .find-car-h10 .content-wcs {
    padding-top: 55px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .flat-filter-search.home10 .flat-tabs {
    margin-top: -45em;
  }
  .slider.home10 .content {
    padding: 153px 0px 700px 0px;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .listing-slide .swiper-slide.swiper-slide-active .img-style {
    transform: scale(1);
    text-align: center;
  }
  .listing-slide .swiper-slide.swiper-slide-active:before {
    width: 300px;
    height: 300px;
  }
  .flat-filter-search.home6 .flat-tabs {
    margin-top: -38.2em;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 0px;
    padding-right: 0em;
    padding-bottom: 0px;
  }
  .flat-filter-search.home5 .flat-tabs {
    margin-top: -30.8em;
  }
  .slider.home5 .slider-item .content {
    padding: 173px 0 470px;
  }
  .specifications-wrap .specifications {
    width: 135px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    left: 6%;
    top: 50%;
  }
  .section-why-choose-us2 .content-wcs {
    padding-top: 0px;
    padding-right: 0px;
  }
  .slider.home4 .content {
    padding: 200px 0px 520px 0px;
  }
  .flat-filter-search.home4 .flat-tabs {
    margin-top: -35.3em;
  }
  .slider.home4 .content {
    padding: 200px 0px 520px 0px;
  }
  .section-why-choose-us .content-wcs {
    padding-left: 0px;
    padding-top: 50px;
  }
  .section-why-choose-us .image-wcs .image-inner2 {
    bottom: 0%;
    right: 0%;
  }
  .slider.home3 .slider-item .content {
    padding: 70px 0 550px;
  }
  .flat-filter-search.home3 .flat-tabs {
    margin-top: -38.6em;
  }
  .loan-calculator.inner-2 {
    padding: 60px 0px 170px 0px !important;
  }
  .section-feature-specs .content-feature-specs {
    margin-top: 40px;
  }
  .col-md-4:not(:last-child) .box-car-list,
  .col-md-4:not(:last-child) .compare-item {
    margin-bottom: 30px;
  }
  .review-car .slider-item .content {
    padding: 93px 15px 70px 15px;
  }
  .review-car .slider-item .content .heading h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -35em;
  }
  .slider .slider-item .content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .slider.home .content {
    padding: 140px 0px 502px 0px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .form-sl .wd-find-select .inner-group {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .form-sl .wd-find-select .inner-group.select-style .form-group-1:not(:last-child)::before {
    background-color: unset;
  }
  .modal-dialog-centered .images {
    display: none;
  }
  .preload-container .middle {
    left: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .tf-team h3 {
    font-size: 18px;
    line-height: 28.24px;
  }
  .tf-team .icon-socials {
    width: 140px;
    height: 30px;
  }
  .tf-team.box .content {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .listing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-car-list .content .days-box {
    gap: 15px;
    flex-wrap: wrap;
  }
  .box-car-list .content .icon-box {
    gap: 10px;
    margin-bottom: 10px;
  }
  .box-car-list .content .days-box {
    padding-top: 10px;
    margin-top: 10px;
  }
  .box-car-list .image-group .top .flag-tag {
    padding: 4px 6px;
    font-size: 10px;
  }
  .box-car-list .content {
    padding: 15px 10px 15px 10px;
  }
  .loan-calculator-form {
    padding: 15px;
  }
  #footer .footer-top .box-footer-top {
    gap: 10px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .box-car-list .content .days-box .img-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #compare_listing_wrap .compare-listing .compare-listing-body {
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-tab {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .map-listing-item .inner-box {
    max-width: 200px;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-inner > .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider.home7 .slider-item .content {
    padding: 145px 0px 170px 0px;
    gap: 40px;
  }
  .slider.home7 .slider-item .content .controller-button {
    display: none;
  }
  .box-car-list.style-2 {
    flex-wrap: wrap;
  }
  .box-car-list.style-2 > .image-group {
    width: 100%;
  }
  .list-car-grid-4 {
    gap: 15px;
  }
  .blog-article-item.style2 .images {
    max-width: 100%;
  }
  .header-account .search-mobie > .wd-find-select {
            right: -4em;
        width: 250px;
  }
  .header-account .fs-20,
  .header-account .fs-18 {
    font-size: 16px;
  }
  .header-account .header-search-icon::after,
  .header-account .header-favorite::after {
    left: 25px;
  }
}
.footer-heading-mobie {
  display: none;
}

@media only screen and (max-width: 575px) {
  .footer-heading-desktop,
  .tf-collapse-content {
    display: none;
  }
  .footer-heading-mobie {
    display: block;
  }
  .footer-heading-mobie {
    position: relative;
  }
  .footer-col-block.open .footer-heading-mobie::before {
    transform: translate(0%, -50%) rotate(90deg);
  }
  .listing-details-mobie::before, .listing-details-mobie::after {
    background-color: #24272C !important;
  }
  .footer-heading-mobie::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: #FFFFFF;
    transition: 0.25s ease-in-out;
  }
  .footer-heading-mobie::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #FFFFFF;
    transition: 0.25s ease-in-out;
  }
}
@media only screen and (max-width: 560px) {
  .list-car-list-1 .box-car-list .content .inner2 {
    width: auto;
    padding-left: 0px;
    border-left: 0px;
  }
  .box-car-list.style-2 .content {
    flex-wrap: wrap;
    padding: 20px 15px !important;
  }
  .tf-image-box.style1 {
    flex-direction: column;
    text-align: center;
  }
  .tf-image-box.style2 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .tf-image-box.style2 .content .flex.gap-8 {
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .list-car-grid-4 .box-car-list .image-group .top, .list-car-grid-4 .box-car-list .image-group .top ul {
    align-items: flex-start;
    flex-direction: column;
  }
  .tf-btn-arrow {
    padding: 7px 15px;
    font-size: 13px;
  }
  .list-car-grid-2 {
    gap: 15px;
  }
  .tf-section {
    padding: 50px 0;
  }
  .gap-20 {
    gap: 10px;
  }
  .heading-section {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 25px;
    line-height: 33.8px;
  }
  .link-style-3 a {
    font-size: 12px;
  }
  .wrap-icon.link-style-3 {
    gap: 10px 15px;
  }
  .scrollspy-example {
    padding: 0px 5px;
  }
  .widget-listing {
    padding: 20px;
  }
  .profile-contact .btn-contact {
    flex-wrap: wrap;
  }
  .slider.home8 .slider-item .content h1,
  .slider.home9 .content .heading h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    bottom: 15%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    top: 45%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-1,
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2,
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    right: 10%;
    left: 10%;
  }
  .tf-icon-box.style-4 {
    flex-wrap: wrap;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -38em;
  }
  .wd-search-form .box1.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wd-search-form .form-group {
    margin-bottom: 15px;
  }
  .blog-article-item.style3 .images {
    max-width: 100%;
    width: 100%;
  }
  .blog-article-item.style3 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .slider.home5 .slider-item .content .heading {
    margin-left: 0px;
    padding-top: 30px;
  }
  .specifications-wrap .specifications {
    width: calc(50% - 10px);
  }
  .specifications-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .slider.home5 .slider-item .content {
    flex-wrap: wrap;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    padding: 30px 15px;
  }
  .flat-tabs .box-tab.style1 .tab-title li {
    width: auto;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider.home2 .slider-item-content .flat-tabs {
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .wd-find-select .button-search a {
    min-width: auto;
  }
  .loan-calculator-form #loan-calculator .grid-sw-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .loan-calculator-form #loan-calculator fieldset {
    margin-bottom: 20px;
  }
}
#toggle-rtl {
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: 30px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #5462bd;
  color: #FFFFFF;
}
#toggle-rtl:hover {
  background-color: #24272C;
}

.rtl input {
  padding: 17px 18px 17px 44px;
}
.rtl .section-why-choose-us2 .image-wcs .image-inner2 {
  float: left;
}
.rtl .section-why-choose-us2 .content-wcs {
  padding-left: 77px;
}
.rtl .blog-article-item.style1 {
  direction: rtl;
}
.rtl .blog-article-item .images .date {
  right: 10px;
  left: unset;
}
.rtl .box-car-list {
  direction: rtl;
}
.rtl .section-feature-specs .content-feature-specs .feature-specs-box .content .days-box .img-author img {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .section-feature-specs .image-inner1 {
  margin-right: 8.7em;
  margin-left: 0;
}
.rtl .carousel-2 {
  direction: initial;
}
.rtl .slider.home2 .slider-item-content {
  direction: rtl;
}
.rtl .mobile-button {
  left: 15px;
  right: unset;
}
.rtl .icon-social a {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .icon-social a:last-child {
  margin-left: 0;
}
.rtl .flat-blog-grid .box .content .sub-box > a:not(:first-child) {
  margin-right: 9px;
  padding-right: 9px;
  margin-left: 0;
  padding-left: 0;
}
.rtl .flat-blog-grid .box .content .sub-box > a:not(:first-child)::before {
  right: 0;
  left: unset;
}
.rtl .blog-article-item .content .sub-box > a:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 9px;
  padding-left: 9px;
}
.rtl .blog-article-item .content .sub-box > a:not(:last-child)::before {
  left: 0;
  right: unset;
}
.rtl .box-car-list .content .icon-box i {
  margin-right: 0px;
  margin-left: 4px;
}
.rtl .box-car-list .content .days-box .img-author img {
  margin-left: 2px;
  margin-right: 0;
}
.rtl .form-style {
  margin-right: 60px;
  margin-left: 10px;
}
.rtl .nice-select {
  text-align: right;
}
.rtl .nice-select:after,
.rtl .tf-select:after {
  left: 24px;
  right: unset !important;
}
.rtl .flat-filter-search.home .form-sl {
  border-radius: 16px 0px 16px 16px;
}
.rtl .form-sl .wd-find-select .inner-group.select-style .group-select .nice-select {
  margin-left: 0;
  margin-right: -15px;
}
.rtl .form-sl .wd-find-select .inner-group.select-style .form-group-1:not(:last-child)::before {
  left: -25px;
  right: unset;
}
.rtl .flat-tabs .tab-title.style li {
  margin-left: 25px;
  margin-right: 0;
}
.rtl .flat-tabs .tab-title li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  margin-right: 0;
}
.rtl .flat-tabs .tab-title li:last-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
}
.rtl .flat-tabs .box-tab.style3 .tab-title li,
.rtl .flat-tabs .box-tab.style2 .tab-title li,
.rtl .flat-tabs .box-tab.style1 .tab-title li {
  border-radius: 14px;
}
.rtl .flat-tabs .box-tab.style3 .tab-title li:not(:last-child),
.rtl .flat-tabs .box-tab.style2 .tab-title li:not(:last-child),
.rtl .flat-tabs .box-tab.style1 .tab-title li:not(:last-child) {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .flat-tabs .box-tab.style4 .tab-title li {
  border-radius: 100px;
}
.rtl .flat-tabs .box-tab.style4 .tab-title li:not(:last-child) {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .flat-tabs .box-tab.style5 .tab-title li {
  border-radius: 10px;
}
.rtl .flat-tabs .box-tab.style5 .tab-title li:not(:last-child) {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .flat-tabs .tab-title.style1 li {
  border-radius: 10px;
}
.rtl .tf-icon-box .btn-button {
  display: inline-flex;
  align-items: center;
}
.rtl .tf-icon-box .btn-button i {
  margin-left: 0px;
  margin-right: 9px;
  transform: rotateY(180deg);
}
.rtl .tf-btn-arrow {
  display: flex;
  align-items: center;
}
.rtl .tf-btn-arrow i {
  margin-left: 0px;
  margin-right: 6px;
  transform: rotateY(180deg);
}
.rtl .btn-checkbox {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .slider .slider-item .content h1 {
  text-align: end;
}
.rtl .slider .slider-item .content .category-list-car {
  justify-content: end;
  flex-direction: row-reverse;
}
.rtl .slider .slider-item .content .chat-wrap {
  justify-content: end;
  flex-direction: row-reverse;
}
.rtl .slider .slider-item .content .chat-wrap .flex-three {
  flex-direction: row-reverse;
}
.rtl .slider .slider-item .content .chat-wrap .content-chat {
  padding-left: 0px;
  padding-right: 7px;
  text-align: end;
}
.rtl .modal-content .close {
  left: 42px;
  right: unset;
}
.rtl .login-form .comments .comment-form fieldset input {
  padding: 17px 44px 17px 18px;
}
.rtl .comments .comment-form .icon {
  left: unset;
  right: 18px;
}
.rtl .comments .comment-form .toggle-password {
  left: 15px;
  right: unset;
}
.rtl .modal-body .button-box a svg {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .main-header .main-menu .navigation > li {
  margin-left: 27px;
  margin-right: 0;
}
.rtl .main-header .main-menu .navigation > li > ul > li > ul {
  left: unset;
  right: 100%;
}
.rtl .main-header .main-menu .navigation > li a {
  text-align: start;
}
.rtl .main-header .main-menu .navigation > li a::after {
  left: 13px;
  right: unset !important;
  transform: rotateY(180deg);
}
.rtl .header-account .header-search-icon::after,
.rtl .header-account .header-favorite::after {
  right: 37px;
  left: unset;
}
.rtl .header-account .flat-bt-top .sc-button svg {
  margin-right: 0;
  margin-left: 9px;
}
.rtl .sc-button svg {
  margin-right: 0;
  margin-left: 17px;
}
.rtl #goTop {
  left: 20px;
  right: unset;
}
.rtl .mobile-menu .login-box i {
  margin-right: 0px;
  margin-left: 5px;
}
.rtl .button-search a span {
  margin-right: 0px;
  margin-left: 8px;
}
.rtl .sc-button i {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl .sc-button.btn-1 i {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl .sc-button.btn-1 {
  display: inline-flex;
  align-items: center;
}
.rtl .sc-button.btn-1 svg, .rtl .sc-button.btn-1 i {
  transform: rotateY(180deg);
  margin-right: 10px;
  margin-left: 0;
  height: unset;
}
@keyframes link-icon2 {
  0% {
    transform: rotateY(180deg) translateY(0);
    opacity: 1;
  }
  49% {
    transform: rotateY(180deg) translateY(20px);
    opacity: 0;
  }
  50% {
    transform: rotateY(180deg) translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: rotateY(180deg) translateY(0);
    opacity: 1;
  }
}
.rtl .sc-button.btn-svg {
  display: inline-flex;
  align-items: center;
}
.rtl .sc-button.btn-svg svg, .rtl .sc-button.btn-svg i {
  transform: rotateY(180deg);
  margin-right: 10px;
  margin-left: 0;
  height: unset;
}
.rtl .tf-image-box .content .find-cars {
  display: inline-flex;
  align-items: center;
}
.rtl .tf-image-box .content .find-cars i {
  transform: rotateY(180deg);
  margin-right: 9px;
  margin-left: 0;
  height: unset;
}
.rtl .flat-tabs .content-tab.style2 .form-style {
  margin-right: 10px;
}
.rtl .tf-icon-list i {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl .section-why-choose-us .image-wcs .icon-list {
  left: 10%;
  right: unset;
}
.rtl .slider.home3 .slider-item .heading {
  margin-left: auto;
  text-align: end;
}
.rtl .review-car .slider-item {
  direction: rtl;
}
.rtl .section-why-choose-us .content-wcs {
  padding-left: 0px;
  padding-right: 75px;
}
.rtl .main-header.style3 .mobile-button {
  left: 3px;
  right: unset;
}
.rtl .slider.home5 .slider-item .content {
  flex-direction: row-reverse;
}
.rtl .slider.home5 .slider-item .content .heading {
  margin-right: 30px;
  margin-left: 0;
  text-align: end;
}
.rtl .specifications-wrap {
  text-align: end;
}
.rtl .specifications-wrap .load-more .chat {
  flex-direction: row-reverse;
}
.rtl .specifications-wrap .load-more .chat i {
  transform: rotateY(180deg);
  margin-right: 10px;
  margin-left: 0;
}
.rtl .why-choose-us-5 .content-wcs {
  padding-right: 80px;
  padding-left: 20.3em;
}
.rtl .swiper-button-prev.style5-prev {
  right: auto;
  left: 90px;
}
.rtl .swiper-button-next.style5-next {
  right: auto;
  left: 90px;
}
.rtl .nice-select .option {
  text-align: right;
}
.rtl .blog-article-right {
  padding-left: 0px;
  padding-right: 30px;
  border-right: 1px solid #EDEDED;
  border-left: 0;
}
.rtl .slider.home7 .slider-item .content {
  direction: rtl;
}
.rtl .slider.home7 .slider-item .content h1 {
  text-align: right;
}
.rtl .slider.home7 .slider-item .content .controller-button {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .specifications-wrap.style2 .specifications {
  text-align: right;
}
.rtl .controller-button .content-controller {
  padding-left: 12px;
  padding-right: 0;
  flex-grow: 1;
}
.rtl .swiper-button-prev.style7-prev {
  left: 180px;
  right: auto;
}
.rtl .swiper-button-next.style7-next {
  left: 102px;
  right: auto;
}
.rtl .slider.home8 .slider-item .content h1 {
  text-align: center;
}
.rtl .slider.home10 .content {
  direction: rtl;
}
.rtl .slider.home10 .content .heading {
  text-align: right;
}
.rtl .slider.home10 .content .heading h1 {
  text-align: right;
}
.rtl .find-car-h10 .content-wcs {
  padding-left: 0px;
  padding-right: 30px;
}
.rtl .why-choose-us-10 .content-wcs {
  padding-right: 20.8em;
  padding-left: 80px;
}
.rtl .flat-title .title-inner .title-group > a {
  display: inline-flex;
  align-items: center;
}
.rtl .flat-title .title-inner .title-group > a::after {
  transform: rotateY(180deg);
}
.rtl .flat-blog-detail .icon-boxs svg {
  margin-left: 4px;
  margin-right: 0;
}
.rtl .flat-blog-detail .share-box p {
  margin-left: 9px;
  margin-right: 0;
}
.rtl .flat-property-detail .wrap-review .comment-list li .comment-list-wrap .content {
  padding: 0px 20px 0px 0;
}
.rtl .flat-property-detail .wrap-review .comment-list li .helpful {
  margin-right: 12px;
  margin-left: 0;
}
.rtl .widget-rent .search-form .search-field {
  padding: 14px 43px 14px 15px;
}
.rtl .widget-rent .search-form i {
  right: 19px;
  left: unset;
  cursor: pointer;
}
.rtl .side-bar .widget-listings .box-listings .img-listings {
  margin-left: 3px;
  margin-right: 0;
}
.rtl .side-bar .widget-listings .box-listings .content {
  padding-right: 8px;
  padding-left: 0;
}
.rtl .side-bar .newsletter .form-newsletter .button-submit {
  left: 0;
  right: unset;
  transform: rotate(180deg) translateY(50%);
}
.rtl .flat-property .inner-heading .social-listing p {
  margin-left: 13px;
  margin-right: 0;
}
.rtl .flat-blog-grid .box .date {
  right: 10px;
  left: unset;
}
.rtl .tfcl-pagination span i,
.rtl .tfcl-pagination a i,
.rtl .themesflat-pagination ul li .page-numbers.style i {
  transform: rotateY(180deg);
}
.rtl .side-bar .widget-listings .box-listings .content span.date i {
  margin-left: 5px;
  margin-right: 2px;
}
.rtl .flat-blog .sub-box .title-2 {
  margin-left: 24px;
  margin-right: 0;
}
.rtl .flat-blog .sub-box .title-2::after {
  left: -13px;
  right: unset;
}
.rtl .flat-toggle.style-1 .btn-toggle {
  left: 12px;
  right: unset;
}
.rtl #compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-remove {
  margin-left: 20px;
  margin-right: 0;
}
.rtl #compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main .compare-thumb .compare-listing-img {
  margin-left: 21px;
  margin-right: 0;
}
.rtl .search-dealer-list .filter-search a svg {
  margin-left: 8px;
  margin-right: 0;
}
.rtl .search-dealer-list .search-submit i {
  margin-right: 6px;
  margin-left: 0;
}
.rtl .tf-dealer-list .dealer-phone a svg {
  margin-left: 6px;
  margin-right: 0;
}
.rtl .tf-dealer-list .dealder-button a {
  display: inline-flex;
  align-items: center;
}
.rtl .tf-dealer-list .dealder-button a i {
  margin-right: 10px;
  margin-left: 0;
  transform: rotateY(180deg);
}
.rtl .widget-dealer-contact .list-authencation li {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.rtl .widget-dealer-contact .list-authencation li i {
  margin-right: 3px;
  margin-left: 0;
}
.rtl .widget-rating .icon-star {
  margin-left: 12px;
  margin-right: 0;
}
.rtl .widget-rating .number {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .flat-toggle.style-2 .btn-toggle {
  left: 30px;
  right: unset;
}
.rtl .sidebar-right-listing .clear i {
  margin-left: 6px;
  margin-right: 0;
}
.rtl .list-car-list-1 .box-car-list .content .inner1 {
  text-align: right;
}
.rtl .list-car-list-1 .box-car-list .content .inner1 .view-car {
  display: inline-flex;
  align-items: center;
}
.rtl .list-car-list-1 .box-car-list .content .inner1 .view-car i {
  margin-right: 3px;
  margin-left: 0;
  transform: rotateY(180deg);
}
.rtl .list-car-list-1 .box-car-list .content .inner2 {
  border-right: 1px solid #EDEDED;
  border-left: 0;
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
}
.rtl .list-car-list-1 .box-car-list .content .chat .icon {
  margin-left: 4px;
  margin-right: 0;
}
.rtl .list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 {
  padding-right: 0px;
  border-right: unset;
}
.rtl .wrap-map .content-right {
  left: 0;
  right: unset;
}
.rtl .profile-contact .btn-contact .btn-pf.bg-green,
.rtl .profile-contact .btn-contact .btn-pf.bg-orange {
  flex-direction: row-reverse;
}
.rtl .listing-description .list-file a {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.rtl .listing-description .list-file a i {
  margin-right: 6px;
  margin-left: 0;
  transform: rotateY(180deg);
}
.rtl .listing-infor-box .icon {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .features-inner > .inner .listing-feature-wrap i {
  margin-left: 9px;
  margin-right: 0;
}
.rtl .widget-pricing .check li::before {
  margin-left: 13px;
  margin-right: 0;
}
.rtl .widget-pricing .badge-table {
  left: -35px;
  right: unset;
  transform: rotate(-45deg);
}
.rtl .map-listing-item .location {
  display: inline-flex;
  align-items: center;
}
.rtl .map-listing-item .location i {
  margin-left: 5px;
  margin-right: 0;
}

@media (max-width: 1440px) {
  .rtl .header-account .header-search-icon::after,
  .rtl .header-account .header-favorite::after {
    right: 28px;
  }
  .rtl .why-choose-us-5 .content-wcs {
    padding-right: 40px;
    padding-left: 5em;
  }
  .rtl .why-choose-us-10 .content-wcs {
    padding-right: 5em;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .rtl .header-account {
    margin-left: 40px;
    margin-right: 20px;
  }
  .rtl .tf-sw-mobile6,
  .rtl .tf-sw-mobile2,
  .rtl .tf-sw-mobile4 {
    direction: rtl;
  }
  .rtl .section-why-choose-us2 .content-wcs {
    padding-right: 0;
    padding-left: 0;
  }
  .rtl .why-choose-us-5 .content-wcs {
    padding-right: 30px;
    padding-left: 0em;
  }
  .rtl .why-choose-us-10 .content-wcs {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .rtl .wd-find-select .form-style {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .section-why-choose-us .content-wcs {
    padding-right: 0px;
  }
  .rtl .blog-article-right {
    padding-right: 0px;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .find-car-h10 .content-wcs {
    padding-right: 0px;
  }
  .rtl .slider.home4 .content h1 {
    text-align: center;
  }
  .rtl .header-account {
    margin-left: 50px !important;
    margin-right: 20px !important;
  }
  .rtl .why-choose-us-5 .content-wcs {
    padding-left: 0px;
    padding-right: 0em;
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .rtl .why-choose-us-10 .content-wcs {
    padding-left: 0px;
  }
  .rtl .find-car-h10 .content-wcs {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .rtl .header-account .header-search-icon::after,
  .rtl .header-account .header-favorite::after {
    right: 25px;
  }
  .rtl .list-car-list-1 .box-car-list .content .inner2 {
    padding-right: 0px;
    border-right: 1px solid transparent;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .footer-heading-mobie::before {
    right: unset;
    left: 15px;
  }
  .rtl .footer-heading-mobie::after {
    right: unset;
    left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .rtl .specifications-wrap {
    justify-content: flex-end;
  }
}
.dark-theme {
  background-color: #171A21;
}
.dark-theme .theme-light {
  display: block !important;
}
.dark-theme .theme-dark {
  display: none !important;
}
.dark-theme .popup-setting .popup-setting-container {
  background-color: #21252F;
}
.dark-theme .popup-setting .popup-setting-container .title {
  color: #fff;
}
.dark-theme .search-form .search-field {
  background-color: rgb(33, 37, 47) !important;
}
.dark-theme .mobile-menu .nav-logo {
  background-color: rgb(33, 37, 47);
}
.dark-theme .mobile-menu .login-box {
  border-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.dark-theme .mobile-menu .menu-box {
  background-color: rgb(33, 37, 47);
}
.dark-theme .mobile-menu .navigation li.current > a {
  color: #5462bd;
}
.dark-theme .mobile-menu .navigation li > a {
  color: #FFFFFF;
}
.dark-theme .mobile-menu .navigation li ul {
  background-color: rgb(33, 37, 47);
}
.dark-theme .mobile-menu .navigation li.dropdown2 .dropdown2-btn::before {
  color: #FFFFFF;
}
.dark-theme .mobile-menu .menu-outer,
.dark-theme .mobile-menu .button-mobi-sell {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
  color: #FFFFFF;
}
.dark-theme .heading-section p {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .tf-btn-arrow {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.dark-theme .tf-btn-arrow:hover {
  border-color: #5462bd;
}
.dark-theme .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap h1 {
  color: #24272C;
}
.dark-theme .flat-tabs .tab-title.style {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-theme .flat-tabs .tab-title.style li .inner {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .flat-tabs .tab-title.style li:hover .inner, .dark-theme .flat-tabs .tab-title.style li.active .inner {
  color: #5462bd !important;
}
.dark-theme .box-car-list:not(.style-4) {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .box-car-list:not(.style-4) .content .days-box {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .box-car-list:not(.style-4) .content .days-box .img-author span {
  color: #FFFFFF !important;
}
.dark-theme .list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .view-car {
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.dark-theme .list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .view-car:hover {
  color: #FFFFFF;
}
.dark-theme .list-car-list-1 .box-car-list .content .inner2 {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .list-car-list-1 .box-car-list .content .inner2 .days-box {
  border-top: 0;
}
.dark-theme .list-car-list-1 .box-car-list .content .inner2 .chat {
  border-color: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
}
.dark-theme .list-car-list-1 .box-car-list .content .inner2 svg path {
  fill: #FFFFFF;
}
.dark-theme .list-car-list-1 .box-car-list .content .inner2 p {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .icon-box .icons {
  color: rgba(255, 255, 255, 0.3019607843);
}
.dark-theme .link-style-1 a {
  color: #FFFFFF;
}
.dark-theme .link-style-1 a:focus, .dark-theme .link-style-1 a:hover {
  color: #5462bd;
}
.dark-theme .view-car {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.dark-theme .view-car:hover {
  border-color: #5462bd;
  color: #5462bd;
}
.dark-theme .partner-item {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .partner-item .content .title {
  color: #FFFFFF !important;
}
.dark-theme .partner-item .content .sub-title {
  color: rgba(255, 255, 255, 0.3019607843);
}
.dark-theme .partner-item:hover:not(.style-3, .style-4) {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
}
.dark-theme .partner-item:hover:not(.style-3, .style-4) .content .title {
  color: #161E2D !important;
}
.dark-theme .partner-item:hover:not(.style-3, .style-4) .content .sub-title {
  color: #5C6368;
}
.dark-theme .partner-item.style-2 svg path {
  fill: #FFFFFF;
}
.dark-theme .partner-item.style-2:hover svg path {
  fill: #5462bd;
}
.dark-theme .partner-item.style-4, .dark-theme .partner-item.style-3 {
  border: 0;
}
.dark-theme .swiper-pagination .swiper-pagination-bullet,
.dark-theme .swiper-pagination3 .swiper-pagination-bullet,
.dark-theme .swiper-pagination4 .swiper-pagination-bullet,
.dark-theme .swiper-pagination5 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.dark-theme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dark-theme .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dark-theme .swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dark-theme .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5462bd;
}
.dark-theme .tf-icon-box {
  background-color: rgb(33, 37, 47);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .tf-icon-box p {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .tf-icon-box.style-4 h5 a, .dark-theme .tf-icon-box.style-2 h5 a {
  color: #FFFFFF;
}
.dark-theme .tf-icon-box.style-4 h5 a:hover, .dark-theme .tf-icon-box.style-2 h5 a:hover {
  color: #5462bd;
}
.dark-theme .tf-image-box.bg-black {
  background-color: rgb(33, 37, 47) !important;
}
.dark-theme .blog-article-item .content .sub-box a.text-color-2 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .blog-article-item .content h3 a {
  color: #FFFFFF;
}
.dark-theme .blog-article-item .content h3 a:hover {
  color: #5462bd;
}
.dark-theme .blog-article-item .content p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .flat-brand .title-section h2 {
  color: #FFFFFF;
}
.dark-theme .section-feature-specs .content-feature-specs .feature-specs-box .content {
  background-color: #21252F;
}
.dark-theme .img-author .content-author p {
  color: #FFFFFF;
}
.dark-theme .img-author .content-author span {
  color: rgba(255, 255, 255, 0.3019607843) !important;
}
.dark-theme .section-car-list {
  background-color: #21252F;
}
.dark-theme .compare-item {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .compare-item .content-compare p {
  color: rgba(255, 255, 255, 0.3019607843);
}
.dark-theme .compare-item .content-compare p.text-color-2 {
  color: #FFFFFF !important;
}
.dark-theme .tf-team.box .content p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .tf-testimonial {
  background-color: #21252F;
}
.dark-theme .tf-testimonial .author-box p,
.dark-theme .tf-testimonial .inner-top p,
.dark-theme .tf-testimonial > p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .tf-testimonial .author-box h5 {
  color: #FFFFFF;
}
.dark-theme .tf-testimonial.style-3, .dark-theme .tf-testimonial.style-2 {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}
.dark-theme .main-header:not(.style2) .header-lower {
  background-color: #24272C;
}
.dark-theme .main-header:not(.style2) .header-lower .main-menu .navigation > li > a {
  color: #FFFFFF;
}
.dark-theme .main-header:not(.style2) .header-lower .header-account {
  color: #FFFFFF;
}
.dark-theme .main-header:not(.style2) .header-lower .header-account .header-search-icon::after,
.dark-theme .main-header:not(.style2) .header-lower .header-account .header-favorite::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.dark-theme .main-header:not(.style2) .header-lower .header-account .flat-bt-top .sc-button {
  border: 1px solid #FFFFFF;
}
.dark-theme .main-header:not(.style2) .header-lower .header-account .flat-bt-top .sc-button span,
.dark-theme .main-header:not(.style2) .header-lower .header-account .flat-bt-top .sc-button svg {
  color: #FFFFFF;
}
.dark-theme .main-header.style3 {
  background-color: #24272C;
}
.dark-theme .main-header.style3 .header-lower {
  background-color: unset;
}
.dark-theme .main-header .main-menu .navigation > li ul {
  background-color: rgb(33, 37, 47) !important;
}
.dark-theme .main-header .main-menu .navigation > li ul li a {
  color: #FFFFFF !important;
}
.dark-theme .main-header .main-menu .navigation > li ul li a::after {
  color: #FFFFFF !important;
}
.dark-theme .main-header .main-menu .navigation > li ul li.current > a {
  color: #5462bd !important;
}
.dark-theme .main-header .main-menu .navigation > li ul li:hover > a {
  color: #5462bd !important;
  background-color: rgba(255, 113, 1, 0.06) !important;
}
.dark-theme .main-header .main-menu .navigation > li ul li:hover > a::after {
  color: #5462bd !important;
}
.dark-theme .tf-top-bar.style-2 {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .tf-top-bar.style-2 .tf-top-bar-right ul li a,
.dark-theme .tf-top-bar.style-2 .tf-top-bar-left ul li p {
  color: #FFFFFF;
}
.dark-theme .bg-1 {
  background-color: #21252F;
}
.dark-theme .partner-slide3-wrap {
  background-color: #21252F;
}
.dark-theme .blog-article-right {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .blog-article-right .blog-article-item.style3 {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .listing-slide .swiper-slide:before {
  background: #21252F;
}
.dark-theme .w-520 .link-style-1 a {
  color: #24272C;
}
.dark-theme .w-520 .icon-box .icons {
  color: #696665;
}
.dark-theme .w-520 .view-car {
  border-color: #24272C;
  color: #24272C;
}
.dark-theme .w-520 .view-car:hover {
  border-color: #5462bd;
  color: #5462bd;
}
.dark-theme .tf-image-list {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .tf-image-list .content h5 {
  color: #FFFFFF;
}
.dark-theme .tf-image-list p {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .flat-title {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-title .title-inner .title-group span {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .sidebar-right-listing {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .sidebar-right-listing .sidebar-title > * {
  color: #FFFFFF !important;
}
.dark-theme .form-filter-siderbar .features-wrap h4,
.dark-theme .widget-price span {
  color: #FFFFFF !important;
}
.dark-theme .listing-grid .wd-find-select .group-select .nice-select {
  background-color: #171A21;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .listing-grid .wd-find-select .group-select .nice-select .current {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .listing-grid .wd-find-select .group-select .nice-select .list {
  background-color: #21252F;
}
.dark-theme .listing-grid .wd-find-select .group-select .nice-select .list .option {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .listing-grid .wd-find-select .group-select .nice-select .list .option:hover, .dark-theme .listing-grid .wd-find-select .group-select .nice-select .list .option.selected.focus {
  background-color: rgba(255, 113, 1, 0.1019607843);
  color: #5462bd;
}
.dark-theme .listing-grid .tf-amenities {
  background-color: #171A21 !important;
}
.dark-theme .listing-grid .tf-amenities span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .listing-grid .flat-tabs .tab-title.style1 li {
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  background-color: transparent;
}
.dark-theme .listing-grid .flat-tabs .tab-title.style1 li h5 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .listing-grid .flat-tabs .tab-title.style1 li.active, .dark-theme .listing-grid .flat-tabs .tab-title.style1 li:hover {
  border: 1px solid #5462bd;
  background-color: #5462bd;
}
.dark-theme .listing-grid .flat-tabs .tab-title.style1 li.active h5, .dark-theme .listing-grid .flat-tabs .tab-title.style1 li:hover h5 {
  color: #FFFFFF !important;
}
.dark-theme .noUi-background {
  background: #2E3037;
}
.dark-theme .noUi-horizontal .noUi-handle {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .listing-grid .btn-view {
  border-color: rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .tfcl-pagination a,
.dark-theme .themesflat-pagination ul li .page-numbers {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .tfcl-pagination a:hover, .dark-theme .tfcl-pagination a.current,
.dark-theme .themesflat-pagination ul li .page-numbers:hover,
.dark-theme .themesflat-pagination ul li .page-numbers.current {
  color: #FFFFFF !important;
  border-color: #5462bd;
}
.dark-theme .wrap-map .content-left {
  background-color: #171A21;
}
.dark-theme .wrap-map .content-left .category-filter .heading-listing {
  color: #FFFFFF;
}
.dark-theme .wrap-map .content-left .list-car-list-1 .box-car-list .content .days-box {
  padding-top: 0;
  border-top: 0 !important;
}
.dark-theme .wrap-map .content-left .list-car-list-1 .box-car-list .content .days-box a {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.dark-theme .wrap-map .content-left .list-car-list-1 .box-car-list .content .days-box a:hover {
  border-color: #5462bd;
  color: #FFFFFF;
}
.dark-theme .flat-property .inner-heading .heading-listing {
  color: #FFFFFF;
}
.dark-theme .flat-property .inner-heading .social-listing p {
  color: #FFFFFF;
}
.dark-theme .icon-social a,
.dark-theme .icon-social.style1 a {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
  background-color: #171A21 !important;
}
.dark-theme .icon-social a:hover,
.dark-theme .icon-social.style1 a:hover {
  background-color: #5462bd !important;
}
.dark-theme textarea,
.dark-theme input[type=text],
.dark-theme input[type=password],
.dark-theme input[type=datetime],
.dark-theme input[type=datetime-local],
.dark-theme input[type=date],
.dark-theme input[type=month],
.dark-theme input[type=time],
.dark-theme input[type=week],
.dark-theme input[type=number],
.dark-theme input[type=email],
.dark-theme input[type=url],
.dark-theme input[type=search],
.dark-theme input[type=tel],
.dark-theme input[type=color] {
  background-color: rgba(255, 255, 255, 0.0705882353) !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme textarea::placeholder,
.dark-theme input[type=text]::placeholder,
.dark-theme input[type=password]::placeholder,
.dark-theme input[type=datetime]::placeholder,
.dark-theme input[type=datetime-local]::placeholder,
.dark-theme input[type=date]::placeholder,
.dark-theme input[type=month]::placeholder,
.dark-theme input[type=time]::placeholder,
.dark-theme input[type=week]::placeholder,
.dark-theme input[type=number]::placeholder,
.dark-theme input[type=email]::placeholder,
.dark-theme input[type=url]::placeholder,
.dark-theme input[type=search]::placeholder,
.dark-theme input[type=tel]::placeholder,
.dark-theme input[type=color]::placeholder {
  color: rgba(255, 255, 255, 0.2) !important;
}
.dark-theme textarea:focus,
.dark-theme input[type=text]:focus,
.dark-theme input[type=password]:focus,
.dark-theme input[type=datetime]:focus,
.dark-theme input[type=datetime-local]:focus,
.dark-theme input[type=date]:focus,
.dark-theme input[type=month]:focus,
.dark-theme input[type=time]:focus,
.dark-theme input[type=week]:focus,
.dark-theme input[type=number]:focus,
.dark-theme input[type=email]:focus,
.dark-theme input[type=url]:focus,
.dark-theme input[type=search]:focus,
.dark-theme input[type=tel]:focus,
.dark-theme input[type=color]:focus {
  border-color: #5462bd !important;
}
.dark-theme .contact-info {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .contact-info > h2 {
  color: #FFFFFF;
}
.dark-theme .contact-info .wrap-info .box-info h5 {
  color: #FFFFFF;
}
.dark-theme .contact-info .wrap-info .box-info p {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .box {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .box .content .sub-box a.text-color-2 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .box .content h3 {
  color: #FFFFFF;
}
.dark-theme .flat-blog-grid .flat-blog {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .side-bar .widget-titles,
.dark-theme .side-bar .widget-title {
  color: #FFFFFF;
}
.dark-theme .side-bar .widget-categories li {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .side-bar .widget-categories li a {
  color: #FFFFFF;
}
.dark-theme .side-bar .widget-categories li a:hover {
  color: #5462bd;
}
.dark-theme .side-bar .widget-listings .box-listings {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .side-bar .widget-tags .tags_cloud_inner a {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail h3,
.dark-theme .flat-blog-detail .title-heading {
  color: #FFFFFF;
}
.dark-theme .flat-blog-detail .icon-boxs {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail .icon-boxs .icon span {
  color: rgba(255, 255, 255, 0.3);
}
.dark-theme .flat-blog-detail .texts-1,
.dark-theme .flat-blog-detail .texts-2 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .flat-blog-detail .tag-wrap {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail .tags a {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail .tags a:hover {
  color: #FFFFFF;
}
.dark-theme .flat-blog-detail .tags p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .flat-blog-detail .share-box p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .flat-blog-detail .wrap-review .box-title {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail .wrap-review .box-title h2 {
  color: #FFFFFF;
}
.dark-theme .flat-blog-detail .wrap-review .comment-list li {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-blog-detail .wrap-review .comment-list li .comment-list-wrap .content h5 {
  color: #FFFFFF;
}
.dark-theme .flat-blog-detail .wrap-review .comment-list li .comment-list-wrap .content p {
  color: rgba(255, 255, 255, 0.2);
}
.dark-theme .flat-blog-detail .wrap-review .comment-list li .texts {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .flat-blog-detail .wrap-review .comment-list li .helpful a {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .wrap-form .title h2 {
  color: #FFFFFF;
}
.dark-theme .comments .comment-form label {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .flat-toggle {
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .flat-toggle .toggle-title h5 {
  color: #FFFFFF;
}
.dark-theme .flat-toggle .toggle-title.active h5 {
  color: #5462bd;
}
.dark-theme .flat-toggle .btn-toggle::after {
  color: #FFFFFF;
}
.dark-theme .flat-toggle .toggle-content p {
  color: #FFFFFF !important;
}
.dark-theme .flat-toggle.style-2.activ {
  background-color: rgb(33, 37, 47);
}
.dark-theme .flat-toggle.style-1 .toggle-title {
  background-color: transparent;
}
.dark-theme .flat-property h2 {
  color: #FFFFFF;
}
.dark-theme .flat-tabs .box-tab.style4 .tab-title li {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-tabs .box-tab.style4 .tab-title li .inner {
  color: #FFFFFF;
}
.dark-theme .widget-pricing {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .widget-pricing .title-price .price {
  color: #FFFFFF !important;
}
.dark-theme .widget-pricing .check li {
  border-color: rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.3);
}
.dark-theme .widget-pricing:hover .title-price .price {
  color: #5462bd !important;
}
.dark-theme .tab-listing-scroll .nav-pills .nav-item .nav-link {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .wrap-single-compare .compare-table {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .wrap-single-compare .compare-table .title-table {
  color: #FFFFFF;
}
.dark-theme .wrap-single-compare .compare-table .title-tr {
  background-color: rgb(33, 37, 47);
  color: #FFFFFF;
}
.dark-theme .wrap-single-compare .compare-table .group-tr {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .wrap-single-compare .compare-table .group-tr li {
  color: #FFFFFF;
}
.dark-theme .group-dealer-title h2 {
  color: #FFFFFF;
}
.dark-theme .group-dealer-title .group-sort-filter .nice-select {
  background-color: #171A21;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .group-dealer-title .group-sort-filter .nice-select .current {
  color: #FFFFFF !important;
}
.dark-theme .group-dealer-title .group-sort-filter .nice-select .list {
  background-color: #21252F;
}
.dark-theme .group-dealer-title .group-sort-filter .nice-select .list .option {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .group-dealer-title .group-sort-filter .nice-select .list .option:hover, .dark-theme .group-dealer-title .group-sort-filter .nice-select .list .option.selected.focus {
  background-color: rgba(255, 113, 1, 0.1019607843);
  color: #5462bd;
}
.dark-theme .tf-dealer-list {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .tf-dealer-list .infor-dealder .thumbnail {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .tf-dealer-list .infor-dealder h4,
.dark-theme .tf-dealer-list .infor-dealder .rating,
.dark-theme .tf-dealer-list .dealer-phone h4 {
  color: #FFFFFF;
}
.dark-theme .listing-detail .title {
  color: #FFFFFF;
}
.dark-theme .listing-detail p {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .tf-sale-agent-list {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .tf-sale-agent-list .list-agent .author h5 {
  color: #FFFFFF;
}
.dark-theme .tf-list-car-agent {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .widget-book-apoint {
  background-color: rgb(33, 37, 47);
}
.dark-theme .flat-property-detail {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .flat-property-detail .wrap-review .comment-list li {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .widget-dealer-contact {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .widget-dealer-contact .open-store,
.dark-theme .widget-dealer-contact .list-authencation {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .dealer-sidebar .widget-dealer-map {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .widget-listing {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .sale-agents-detail {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .sale-agents-detail .content .contact li p {
  color: #FFFFFF !important;
}
.dark-theme .prolile-info,
.dark-theme .action-icon .icon {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .listing-description .list-file a {
  color: #FFFFFF;
}
.dark-theme .listing-line {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.dark-theme .loan-calculator-form {
  background-color: #171A21;
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select {
  background-color: rgba(255, 255, 255, 0.0705882353) !important;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select::after {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select .current {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select .list {
  background-color: #21252F;
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select .list .option {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select .list .option:hover, .dark-theme .loan-calculator-form #loan-calculator fieldset .nice-select .list .option.selected.focus {
  background-color: rgba(255, 113, 1, 0.1019607843);
  color: #5462bd;
}
.dark-theme .loan-calculator-form #loan-calculator .list-total ul li .text-color-2 {
  color: #FFFFFF !important;
}
.dark-theme .flat-tabs .box-tab.style5 .tab-title li {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-theme .flat-tabs .box-tab.style5 .tab-title li .inner {
  color: rgba(255, 255, 255, 0.5);
}
.dark-theme .flat-tabs .box-tab.style5 .tab-title li:hover, .dark-theme .flat-tabs .box-tab.style5 .tab-title li.active {
  border-color: #24272C;
}
.dark-theme .flat-tabs .box-tab.style5 .tab-title li:hover .inner, .dark-theme .flat-tabs .box-tab.style5 .tab-title li.active .inner {
  color: #5462bd !important;
}
.dark-theme .popup button.close {
  color: #FFFFFF;
}
.dark-theme .popup button.close:hover {
  color: #5462bd;
}
.dark-theme .popup .modal-content {
  background-color: rgb(33, 37, 47);
}
.dark-theme .popup .modal-content .texts.line::before, .dark-theme .popup .modal-content .texts.line::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .popup .modal-content .button-box a {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .popup .modal-content .button-box a span {
  color: #FFFFFF;
}
.dark-theme .offcanvas {
  background-color: #171A21;
}
.dark-theme .offcanvas button.btn-close {
  color: #FFFFFF !important;
  --bs-btn-close-bg: none;
}
.dark-theme .offcanvas button.btn-close::after {
  content: "×";
  font-size: 34px;
}
.dark-theme .offcanvas button.btn-close:hover {
  color: #5462bd !important;
}
.dark-theme .offcanvas .form-filter-siderbar .tf-amenities {
  background-color: #171A21 !important;
}
.dark-theme .offcanvas .form-filter-siderbar .tf-amenities span {
  color: #FFFFFF !important;
}
.dark-theme .offcanvas .wd-find-select .group-select .nice-select {
  background-color: #171A21;
  border-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.dark-theme .offcanvas .wd-find-select .group-select .nice-select .current {
  color: rgba(255, 255, 255, 0.4) !important;
}
.dark-theme .offcanvas .wd-find-select .group-select .nice-select .list {
  background-color: #21252F;
}
.dark-theme .offcanvas .wd-find-select .group-select .nice-select .list .option {
  color: rgba(255, 255, 255, 0.4);
}
.dark-theme .offcanvas .wd-find-select .group-select .nice-select .list .option:hover, .dark-theme .offcanvas .wd-find-select .group-select .nice-select .list .option.selected.focus {
  background-color: rgba(255, 113, 1, 0.1019607843);
  color: #5462bd;
}
.dark-theme .map-listing-item .inner-box {
  background-color: #171A21;
}

.popup-setting {
  position: fixed;
  right: -150px;
  top: 150px;
  width: 150px;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  direction: ltr;
}
.popup-setting.show {
  right: 0;
}
.popup-setting .btn-setting {
  background-color: #5462bd;
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -50px;
  top: 0;
  outline: 0;
}
.popup-setting .btn-setting a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 3s infinite linear;
}
.popup-setting .popup-setting-container {
  padding: 15px 0 15px 15px;
  background-color: rgba(255, 113, 1, 0.1019607843);
}
.popup-setting .popup-setting-container .title {
  display: block;
  margin-bottom: 8px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toggle-switch {
  display: inline-flex;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */




.rental-auth-page,
        .rental-auth-page * {
            box-sizing: border-box;
        }

        .rental-auth-page {
            min-height: calc(100vh - 120px);
            padding: 70px 20px;
            background:
                radial-gradient(circle at 10% 20%, rgba(69, 111, 231, 0.10), transparent 28%),
                radial-gradient(circle at 90% 80%, rgba(0, 180, 216, 0.10), transparent 30%),
                #f6f8fc;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .auth-container {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .auth-card {
            width: 100%;
            min-height: 690px;
            display: grid;
            grid-template-columns: 48% 52%;
            overflow: hidden;
            background: #ffffff;
            border: 1px solid #e8ecf3;
            border-radius: 24px;
            box-shadow: 0 24px 70px rgba(30, 46, 88, 0.13);
        }

        /* Left side */

        .auth-visual {
            position: relative;
            min-height: 690px;
            padding: 55px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #ffffff;
            background:
               #5462bd;
        }

        .auth-visual::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(145deg,
                    rgba(60, 92, 210, 0.32),
                    transparent 55%);
        }

        .auth-visual-content {
            position: relative;
            z-index: 2;
            max-width: 460px;
        }

        .auth-visual-badge {
            width: max-content;
            margin-bottom: 24px;
            padding: 9px 15px;
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.13);
            backdrop-filter: blur(10px);
            font-size: 13px;
            font-weight: 600;
        }

        .auth-visual h2 {
            margin: 0 0 18px;
            color: #ffffff;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.15;
        }

        .auth-visual-description {
            margin: 0 0 32px;
            color: rgba(255, 255, 255, 0.83);
            font-size: 16px;
            line-height: 1.7;
        }

        .auth-feature-list {
            display: grid;
            gap: 15px;
        }

        .auth-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

        .auth-feature-icon {
            width: 34px;
            height: 34px;
            flex: none;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.16);
            backdrop-filter: blur(8px);
        }

        /* Right side */

        .auth-form-area {
            padding: 52px 64px;
            display: flex;
            align-items: center;
        }

        .auth-form-wrapper {
            width: 100%;
            max-width: 470px;
            margin: 0 auto;
        }

        .auth-heading {
            margin-bottom: 30px;
        }

        .auth-heading h1 {
            margin: 0 0 9px;
            color: #17213c;
            font-size: 34px;
            font-weight: 700;
            line-height: 1.2;
        }

        .auth-heading p {
            margin: 0;
            color: #788199;
            font-size: 15px;
            line-height: 1.6;
        }

        .auth-login-tabs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px;
            margin-bottom: 28px;
            padding: 5px;
            border-radius: 12px;
            background: #f1f4f9;
        }

        .auth-tab-button {
            min-height: 48px;
            padding: 10px 14px;
            border: 0;
            border-radius: 9px;
            background: transparent;
            color: #697189;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.25s ease;
        }

        .auth-tab-button.active {
            color: #3157ca;
            background: #ffffff;
            box-shadow: 0 5px 18px rgba(37, 65, 130, 0.10);
        }

        .auth-panel {
            display: none;
        }

        .auth-panel.active {
            display: block;
            animation: authFadeIn 0.25s ease;
        }

        @keyframes authFadeIn {
            from {
                opacity: 0;
                transform: translateY(5px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .auth-field {
            margin-bottom: 20px;
        }

        .auth-field-header {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

        .auth-field label {
            margin: 0;
            color: #26304a;
            font-size: 14px;
            font-weight: 600;
        }

        .auth-input-wrapper {
            position: relative;
        }

        .auth-input {
            width: 100%;
            height: 54px;
            padding: 0 48px 0 16px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            outline: none;
            background: #ffffff;
            color: #17213c;
            font-size: 15px;
            transition: 0.2s ease;
        }

        .auth-input:focus {
            border-color: #4168dc;
            box-shadow: 0 0 0 4px rgba(65, 104, 220, 0.10);
        }

        .auth-input::placeholder {
            color: #a4aabd;
        }

        .phone-input-row {
            display: grid;
            grid-template-columns: 92px 1fr;
            gap: 10px;
        }

        .country-code {
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            background: #ffffff;
            color: #26304a;
            font-size: 15px;
            font-weight: 600;
        }

        .country-code img {
            width: 24px;
            height: 17px;
            object-fit: cover;
            border-radius: 2px;
        }

        .auth-field-icon {
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            display: flex;
            color: #949caf;
            pointer-events: none;
        }

        .password-toggle {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            border: 0;
            padding: 3px;
            background: transparent;
            color: #8a93a8;
            cursor: pointer;
        }

        .auth-error {
            min-height: 18px;
            margin: 6px 0 0;
            color: #dc3545;
            font-size: 12px;
        }

        .auth-row {
            margin: -3px 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }

        .remember-label {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6f778c;
            font-size: 13px;
            cursor: pointer;
        }

        .remember-label input {
            width: 16px;
            height: 16px;
            accent-color: #4168dc;
        }

        .auth-text-button {
            padding: 0;
            border: 0;
            background: transparent;
            color: #365ed0;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
        }

        .auth-primary-button {
            width: 100%;
            min-height: 54px;
            border: 0;
            border-radius: 11px;
            background: linear-gradient(135deg, #4269dd, #3153bf);
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 10px 24px rgba(54, 91, 205, 0.24);
            transition: 0.25s ease;
        }

        .auth-primary-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(54, 91, 205, 0.30);
        }

        .auth-primary-button:disabled {
            opacity: 0.65;
            cursor: not-allowed;
            transform: none;
        }

        .auth-divider {
            margin: 25px 0;
            display: flex;
            align-items: center;
            gap: 13px;
            color: #9aa2b5;
            font-size: 12px;
        }

        .auth-divider::before,
        .auth-divider::after {
            content: "";
            height: 1px;
            flex: 1;
            background: #e4e8f0;
        }

        .google-login-button {
            width: 100%;
            min-height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            background: #ffffff;
            color: #26304a;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.25s ease;
        }

        .google-login-button:hover {
            color: #26304a;
            border-color: #bfc8d8;
            background: #f9fafc;
            text-decoration: none;
            transform: translateY(-1px);
        }

        .register-text {
            margin: 25px 0 0;
            color: #747d92;
            font-size: 14px;
            text-align: center;
        }

        .register-text a {
            color: #365ed0;
            font-weight: 700;
            text-decoration: none;
        }

        /* OTP area */

        .otp-section {
            display: none;
        }

        .otp-section.active {
            display: block;
            animation: authFadeIn 0.25s ease;
        }

        .otp-info-box {
            margin-bottom: 22px;
            padding: 13px 15px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            border: 1px solid #dce6ff;
            border-radius: 10px;
            background: #f4f7ff;
            color: #52617d;
            font-size: 13px;
            line-height: 1.5;
        }

        .otp-info-box strong {
            color: #263c79;
        }

        .otp-boxes {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 10px;
            margin: 14px 0 20px;
        }

        .otp-box {
               width: 100% !important;
    height: 56px;
    padding: 0 !important;
    border: 1px solid #d7deea !important;
    border-radius: 10px !important;
    outline: none !important;
    color: #1d2945 !important;
    background: #ffffff !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    text-align: center;
    transition: 0.2s ease;
        }

        .otp-box:focus {
            border-color: #4168dc;
            box-shadow: 0 0 0 4px rgba(65, 104, 220, 0.10);
        }

        .otp-actions {
            margin: 16px 0 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            color: #80889c;
            font-size: 13px;
        }

        .resend-button:disabled {
            color: #9aa2b5;
            cursor: not-allowed;
        }

        /* Forgot password */

        .forgot-password-view {
            display: none;
        }

        .forgot-password-view.active {
            display: block;
            animation: authFadeIn 0.25s ease;
        }

        .forgot-icon {
            width: 58px;
            height: 58px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            background: #edf2ff;
            color: #3f65d4;
        }

        .back-login-button {
            margin-top: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            color: #526078;
            font-size: 14px;
        }

        /* Alert messages */

        .auth-alert {
            margin-bottom: 20px;
            padding: 12px 15px;
            border-radius: 10px;
            font-size: 13px;
        }

        .auth-alert-success {
            color: #176c3a;
            border: 1px solid #bde7ce;
            background: #ebfff3;
        }

        .auth-alert-danger {
            color: #a52b36;
            border: 1px solid #f1c2c7;
            background: #fff1f2;
        }

        /* Responsive */

        @media (max-width: 1100px) {
            .auth-form-area {
                padding: 48px 42px;
            }

            .auth-visual {
                padding: 45px;
            }

            .auth-visual h2 {
                font-size: 36px;
            }
        }

        @media (max-width: 900px) {
            .rental-auth-page {
                padding: 45px 18px;
            }

            .auth-card {
                min-height: auto;
                grid-template-columns: 1fr;
                max-width: 650px;
                margin: 0 auto;
            }

            .auth-visual {
                display: none;
            }

            .auth-form-area {
                padding: 50px;
            }
        }

        @media (max-width: 575px) {
            .rental-auth-page {
                padding: 25px 12px;
                align-items: flex-start;
            }

            .auth-card {
                border-radius: 16px;
                box-shadow: 0 14px 40px rgba(30, 46, 88, 0.11);
            }

            .auth-form-area {
                padding: 32px 20px;
            }

            .auth-heading {
                margin-bottom: 24px;
            }

            .auth-heading h1 {
                font-size: 27px;
            }

            .auth-heading p {
                font-size: 14px;
            }

            .auth-tab-button {
                padding: 9px 8px;
                font-size: 13px;
            }

            .otp-boxes {
                gap: 6px;
            }

            .otp-box {
                height: 49px;
                border-radius: 8px;
                font-size: 18px;
            }

            .auth-row {
                align-items: flex-start;
            }
        }

        @media (max-width: 390px) {
            .auth-form-area {
                padding: 28px 15px;
            }

            .phone-input-row {
                grid-template-columns: 82px 1fr;
                gap: 7px;
            }

            .otp-boxes {
                gap: 4px;
            }

            .otp-box {
                height: 45px;
            }
        }


           .rental-register-page,
        .rental-register-page * {
            box-sizing: border-box;
        }

        .rental-register-page {
            min-height: calc(100vh - 120px);
            padding: 70px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background:
                radial-gradient(circle at 10% 20%, rgba(69, 111, 231, 0.10), transparent 28%),
                radial-gradient(circle at 90% 80%, rgba(0, 180, 216, 0.10), transparent 30%),
                #f6f8fc;
        }

        .register-auth-container {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .register-auth-card {
            width: 100%;
            min-height: 760px;
            display: grid;
            grid-template-columns: 48% 52%;
            overflow: hidden;
            border: 1px solid #e8ecf3;
            border-radius: 24px;
            background: #ffffff;
            box-shadow: 0 24px 70px rgba(30, 46, 88, 0.13);
        }

        /* Left visual section */

        .register-auth-visual::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(145deg, rgba(60, 92, 210, 0.32), transparent 55%);
        }

        .register-visual-content {
            position: relative;
            z-index: 2;
            max-width: 460px;
        }

        .register-visual-badge {
            width: max-content;
            margin-bottom: 24px;
            padding: 9px 15px;
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.13);
            backdrop-filter: blur(10px);
            font-size: 13px;
            font-weight: 600;
        }

        .register-auth-visual h2 {
            margin: 0 0 18px;
            color: #ffffff;
            font-size: 42px;
            font-weight: 700;
            line-height: 1.15;
        }

        .register-visual-description {
            margin: 0 0 32px;
            color: rgba(255, 255, 255, 0.83);
            font-size: 16px;
            line-height: 1.7;
        }

        .register-feature-list {
            display: grid;
            gap: 15px;
        }

        .register-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

        .register-feature-icon {
            width: 34px;
            height: 34px;
            flex: none;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.16);
            backdrop-filter: blur(8px);
        }

        /* Right form section */

        .register-form-area {
            padding: 48px 64px;
            display: flex;
            align-items: center;
        }

        .register-form-wrapper {
            width: 100%;
            max-width: 470px;
            margin: 0 auto;
        }

        .register-heading {
            margin-bottom: 27px;
        }

        .register-heading h1 {
            margin: 0 0 9px;
            color: #17213c;
            font-size: 34px;
            font-weight: 700;
            line-height: 1.2;
        }

        .register-heading p {
            margin: 0;
            color: #788199;
            font-size: 15px;
            line-height: 1.6;
        }

        .register-tabs {
            margin-bottom: 25px;
            padding: 5px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px;
            border-radius: 12px;
            background: #f1f4f9;
        }

        .register-tab-button {
            min-height: 48px;
            padding: 10px 14px;
            border: 0;
            border-radius: 9px;
            background: transparent;
            color: #697189;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.25s ease;
        }

        .register-tab-button.active {
            color: #3157ca;
            background: #ffffff;
            box-shadow: 0 5px 18px rgba(37, 65, 130, 0.10);
        }

        .register-panel {
            display: none;
        }

        .register-panel.active {
            display: block;
            animation: registerFadeIn 0.25s ease;
        }

        @keyframes registerFadeIn {
            from {
                opacity: 0;
                transform: translateY(5px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .register-field {
            margin-bottom: 18px;
        }

        .register-field-header {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

        .register-field label,
        .register-field-header label {
            margin: 0;
            color: #26304a;
            font-size: 14px;
            font-weight: 600;
        }

        .register-input-wrapper {
            position: relative;
        }

        .register-input {
            width: 100%;
            height: 54px;
            padding: 0 48px 0 16px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            outline: none;
            background: #ffffff;
            color: #17213c;
            font-size: 15px;
            transition: 0.2s ease;
        }

        .register-input:focus {
            border-color: #4168dc;
            box-shadow: 0 0 0 4px rgba(65, 104, 220, 0.10);
        }

        .register-input::placeholder {
            color: #a4aabd;
        }

        .register-input.is-invalid {
            border-color: #dc3545;
        }

        .register-field-icon {
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            display: flex;
            color: #949caf;
            pointer-events: none;
        }

        .register-password-toggle {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            padding: 3px;
            display: flex;
            border: 0;
            background: transparent;
            color: #8a93a8;
            cursor: pointer;
        }

        .register-phone-row {
            display: grid;
            grid-template-columns: 92px 1fr;
            gap: 10px;
        }

        .register-country-code {
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            background: #ffffff;
            color: #26304a;
            font-size: 15px;
            font-weight: 600;
        }

        .register-country-code img {
            width: 24px;
            height: 17px;
            object-fit: cover;
            border-radius: 2px;
        }

        .register-error {
            min-height: 17px;
            margin: 6px 0 0;
            color: #dc3545;
            font-size: 12px;
        }

        .register-help-text {
            margin: 6px 0 0;
            color: #969db0;
            font-size: 12px;
        }

        .register-primary-button {
            width: 100%;
            min-height: 54px;
            border: 0;
            border-radius: 11px;
            background: linear-gradient(135deg, #4269dd, #3153bf);
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 10px 24px rgba(54, 91, 205, 0.24);
            transition: 0.25s ease;
        }

        .register-primary-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(54, 91, 205, 0.30);
        }

        .register-primary-button:disabled {
            opacity: 0.65;
            cursor: not-allowed;
            transform: none;
        }

        .register-terms {
            margin: 3px 0 20px;
            display: flex;
            align-items: flex-start;
            gap: 9px;
            color: #747d92;
            font-size: 13px;
            line-height: 1.55;
            cursor: pointer;
        }

        .register-terms input {
            width: 16px;
            height: 16px;
            flex: none;
            margin-top: 2px;
            accent-color: #4168dc;
        }

        .register-terms a {
            color: #365ed0;
            font-weight: 600;
            text-decoration: none;
        }

        .register-divider {
            margin: 23px 0;
            display: flex;
            align-items: center;
            gap: 13px;
            color: #9aa2b5;
            font-size: 12px;
        }

        .register-divider::before,
        .register-divider::after {
            content: "";
            height: 1px;
            flex: 1;
            background: #e4e8f0;
        }

        .register-google-button {
            width: 100%;
            min-height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            border: 1px solid #dce2ec;
            border-radius: 11px;
            background: #ffffff;
            color: #26304a;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.25s ease;
        }

        .register-google-button:hover {
            color: #26304a;
            border-color: #bfc8d8;
            background: #f9fafc;
            text-decoration: none;
            transform: translateY(-1px);
        }

        .register-login-text {
            margin: 23px 0 0;
            color: #747d92;
            font-size: 14px;
            text-align: center;
        }

        .register-login-text a {
            color: #365ed0;
            font-weight: 700;
            text-decoration: none;
        }

        /* OTP section */

        .register-otp-step {
            display: none;
        }

        .register-otp-step.active {
            display: block;
            animation: registerFadeIn 0.25s ease;
        }

        .register-otp-info {
            margin-bottom: 22px;
            padding: 13px 15px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            border: 1px solid #dce6ff;
            border-radius: 10px;
            background: #f4f7ff;
            color: #52617d;
            font-size: 13px;
            line-height: 1.5;
        }

        .register-otp-info svg {
            flex: none;
            margin-top: 1px;
        }

        .register-otp-info strong {
            color: #263c79;
        }

        .register-text-button {
            padding: 0;
            border: 0;
            background: transparent;
            color: #365ed0;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
        }

        .register-otp-boxes {
            margin: 14px 0 20px;
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 10px;
        }

        .register-otp-box {
            width: 100% !important;
            height: 56px !important;
            padding: 0 !important;
            border: 1px solid #d7deea !important;
            border-radius: 10px !important;
            outline: none !important;
            color: #1d2945 !important;
            background: #ffffff !important;
            font-size: 21px !important;
            font-weight: 700 !important;
            text-align: center !important;
            transition: 0.2s ease !important;
        }

        .register-otp-box:focus {
            border-color: #4168dc;
            box-shadow: 0 0 0 4px rgba(65, 104, 220, 0.10);
        }

        .register-otp-actions {
            margin: 16px 0 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            color: #80889c;
            font-size: 13px;
        }

        .register-resend-button:disabled {
            color: #9aa2b5;
            cursor: not-allowed;
        }

        /* Alerts */

        .register-alert {
            margin-bottom: 20px;
            padding: 12px 15px;
            border-radius: 10px;
            font-size: 13px;
        }

        .register-alert-success {
            color: #176c3a;
            border: 1px solid #bde7ce;
            background: #ebfff3;
        }

        .register-alert-danger {
            color: #a52b36;
            border: 1px solid #f1c2c7;
            background: #fff1f2;
        }

        /* Responsive */

        @media (max-width: 1100px) {
            .register-form-area {
                padding: 45px 42px;
            }

            .register-auth-visual {
                padding: 45px;
            }

            .register-auth-visual h2 {
                font-size: 36px;
            }
        }

        @media (max-width: 900px) {
            .rental-register-page {
                padding: 45px 18px;
            }

            .register-auth-card {
                max-width: 650px;
                min-height: auto;
                grid-template-columns: 1fr;
                margin: 0 auto;
            }

            .register-auth-visual {
                display: none;
            }

            .register-form-area {
                padding: 50px;
            }
        }

        @media (max-width: 575px) {
            .rental-register-page {
                padding: 25px 12px;
                align-items: flex-start;
            }

            .register-auth-card {
                border-radius: 16px;
                box-shadow: 0 14px 40px rgba(30, 46, 88, 0.11);
            }

            .register-form-area {
                padding: 32px 20px;
            }

            .register-heading {
                margin-bottom: 23px;
            }

            .register-heading h1 {
                font-size: 27px;
            }

            .register-heading p {
                font-size: 14px;
            }

            .register-tab-button {
                padding: 9px 7px;
                font-size: 13px;
            }

            .register-otp-boxes {
                gap: 6px;
            }

            .register-otp-box {
                height: 49px;
                border-radius: 8px;
                font-size: 18px;
            }

            .register-otp-actions {
                align-items: flex-start;
            }
        }

        @media (max-width: 390px) {
            .register-form-area {
                padding: 28px 15px;
            }

            .register-phone-row {
                grid-template-columns: 82px 1fr;
                gap: 7px;
            }

            .register-otp-boxes {
                gap: 4px;
            }

            .register-otp-box {
                height: 45px;
            }
        }


          .main-header.style3 {
            position: relative;
            /* box-shadow: none; */
        }


          .guest-auth-menu {
                                                gap: 2px;
                                                margin: 0;
                                                padding: 0;
                                                list-style: none;
                                                font-family: 'Inter';
                                            }

                                            .guest-auth-menu a {
                                                color: #555;
                                                font-size: 15px;
                                                text-decoration: none;
                                                transition: color 0.25s ease;
                                            }

                                            .guest-auth-menu a:hover {
                                                color: #4d5ee5;
                                            }

                                            .header-user-button {
                                                display: flex;
                                                align-items: center;
                                                gap: 10px;
                                                padding: 4px 8px;
                                                border: 0;
                                                border-radius: 10px;
                                                background: transparent;
                                                color: #202124;
                                                cursor: pointer;
                                                transition: background 0.25s ease;
                                            }

                                            .header-user-button:hover {
                                                background: #f3f5ff;
                                            }

                                            .header-user-avatar {
                                                position: relative;
                                                width: 40px;
                                                height: 40px;
                                                flex: 0 0 40px;
                                            }

                                            .header-user-avatar img,
                                            .header-user-avatar .avatar-fallback {
                                                width: 100%;
                                                height: 100%;
                                                border-radius: 50%;
                                                object-fit: cover;
                                                border: 2px solid #e8eaff;
                                            }

                                            .avatar-fallback {
                                                place-items: center;
                                                background: linear-gradient(135deg, #4776e6, #7357d9);
                                                color: #fff;
                                                font-size: 14px;
                                                font-weight: 700;
                                            }

                                            .header-user-info {
                                                display: flex;
                                                flex-direction: column;
                                                align-items: flex-start;
                                                line-height: 1.25;
                                            }

                                            .header-user-info small {
                                                color: #8a8a8a;
                                                font-size: 11px;
                                            }

                                            .header-user-info strong {
                                                max-width: 145px;
                                                overflow: hidden;
                                                color: #252525;
                                                font-size: 14px;
                                                font-weight: 600;
                                                text-overflow: ellipsis;
                                                white-space: nowrap;
                                            }

                                            .header-user-arrow {
                                                width: 17px;
                                                height: 17px;
                                                color: #777;
                                            }

                                            .user-account-offcanvas {
                                                width: 390px !important;
                                                max-width: 94vw;
                                                border-left: 0;
                                                box-shadow: -12px 0 35px rgba(22, 31, 70, 0.13);
                                            }

                                            .account-offcanvas-header {
                                                padding: 20px 22px;
                                                background: linear-gradient(135deg, #4776e6, #7357d9);
                                                color: #fff;
                                            }

                                            .account-offcanvas-header h5 {
                                                margin: 0;
                                                color: #fff;
                                                font-size: 19px;
                                                font-weight: 700;
                                            }

                                            .offcanvas-user-profile {
                                                display: flex;
                                                align-items: center;
                                                gap: 16px;
                                                padding: 25px 22px;
                                                background: linear-gradient(180deg, #f3f5ff 0%, #fff 100%);
                                                border-bottom: 1px solid #eef0f5;
                                            }

                                            .offcanvas-profile-avatar {
                                                position: relative;
                                                width: 70px;
                                                height: 70px;
                                                flex: 0 0 70px;
                                            }

                                            .offcanvas-profile-avatar img,
                                            .offcanvas-profile-avatar .avatar-fallback {
                                                width: 100%;
                                                height: 100%;
                                                border: 3px solid #fff;
                                                border-radius: 50%;
                                                object-fit: cover;
                                                box-shadow: 0 7px 20px rgba(75, 89, 220, 0.18);
                                            }

                                            .offcanvas-profile-avatar .avatar-fallback {
                                                font-size: 22px;
                                            }

                                            .offcanvas-profile-content {
                                                min-width: 0;
                                            }

                                            .offcanvas-profile-content h5 {
                                                margin: 0 0 5px;
                                                overflow: hidden;
                                                color: #202124;
                                                font-size: 18px;
                                                font-weight: 700;
                                                text-overflow: ellipsis;
                                                white-space: nowrap;
                                            }

                                            .offcanvas-profile-content p {
                                                margin: 5px 0 0;
                                                overflow: hidden;
                                                color: #757575;
                                                font-size: 12px;
                                                text-overflow: ellipsis;
                                                white-space: nowrap;
                                            }

                                            .user-role-badge {
                                                display: inline-flex;
                                                padding: 3px 10px;
                                                border-radius: 50px;
                                                background: #e6eaff;
                                                color: #4b5cdb;
                                                font-size: 10px;
                                                font-weight: 700;
                                                text-transform: uppercase;
                                            }

                                            .account-navigation {
                                                padding: 20px 15px 10px;
                                            }

                                            .account-navigation-title {
                                                margin: 0 8px 10px;
                                                color: #a0a0a0;
                                                font-size: 11px;
                                                font-weight: 700;
                                                letter-spacing: 0.8px;
                                                text-transform: uppercase;
                                            }

                                            .account-navigation-link {
                                                display: flex;
                                                align-items: center;
                                                gap: 13px;
                                                margin-bottom: 5px;
                                                padding: 11px 10px;
                                                border-radius: 11px;
                                                color: #292929;
                                                text-decoration: none;
                                                transition: all 0.25s ease;
                                            }

                                            .account-navigation-link:hover {
                                                background: #f3f5ff;
                                                color: #4d5ee5;
                                                transform: translateX(3px);
                                            }

                                            .account-navigation-icon {
                                                display: grid;
                                                width: 40px;
                                                height: 40px;
                                                flex: 0 0 40px;
                                                place-items: center;
                                                border-radius: 10px;
                                                background: #eef0ff;
                                                color: #5262df;
                                            }

                                            .account-navigation-icon svg {
                                                width: 20px;
                                                height: 20px;
                                            }

                                            .account-navigation-text {
                                                display: flex;
                                                min-width: 0;
                                                flex: 1;
                                                flex-direction: column;
                                            }

                                            .account-navigation-text strong {
                                                color: inherit;
                                                font-size: 14px;
                                                font-weight: 600;
                                            }

                                            .account-navigation-text small {
                                                margin-top: 2px;
                                                color: #999;
                                                font-size: 11px;
                                            }

                                            .navigation-arrow {
                                                color: #a5a5a5;
                                                font-size: 24px;
                                                line-height: 1;
                                            }

                                            .account-logout-section {
                                                padding: 15px 22px 25px;
                                            }

                                            .account-logout-button {
                                                display: flex;
                                                width: 100%;
                                                align-items: center;
                                                justify-content: center;
                                                gap: 9px;
                                                padding: 12px 20px;
                                                border: 1px solid #ffd9d9;
                                                border-radius: 10px;
                                                background: #fff4f4;
                                                color: #dc3545;
                                                font-size: 14px;
                                                font-weight: 600;
                                                cursor: pointer;
                                                transition: all 0.25s ease;
                                            }

                                            .account-logout-button:hover {
                                                border-color: #dc3545;
                                                background: #dc3545;
                                                color: #fff;
                                            }

                                            .account-logout-button svg {
                                                width: 19px;
                                                height: 19px;
                                            }

                                            @media (max-width: 767px) {

                                                .header-user-info,
                                                .header-user-arrow {
                                                    display: none;
                                                }

                                                .header-user-button {
                                                    padding: 2px;
                                                }

                                                .header-user-avatar {
                                                    width: 38px;
                                                    height: 38px;
                                                    flex-basis: 38px;
                                                }

                                                .user-account-offcanvas {
                                                    width: 360px !important;
                                                }
                                            }



    .vendor-pricing-page {
            --vp-primary: #5569df;
            --vp-primary-dark: #3f51c3;
            --vp-primary-soft: #eef1ff;
            --vp-cyan: #24b8df;
            --vp-heading: #151a2d;
            --vp-text: #60677b;
            --vp-border: #e6e9f2;
            --vp-surface: #ffffff;
            --vp-bg: #f7f8fc;
            --vp-success: #14996f;
            color: var(--vp-heading);
            background: var(--vp-bg);
            overflow: hidden;
        }

        .vendor-pricing-page *,
        .vendor-pricing-page *::before,
        .vendor-pricing-page *::after {
            box-sizing: border-box;
        }

        .vp-container {
            width: min(1220px, calc(100% - 40px));
            margin-inline: auto;
        }

        .vp-hero {
            position: relative;
            padding: 78px 0 125px;
            isolation: isolate;
            background:
                radial-gradient(circle at 8% 12%, rgba(36, 184, 223, 0.16), transparent 29%),
                radial-gradient(circle at 88% 8%, rgba(85, 105, 223, 0.19), transparent 32%),
                linear-gradient(135deg, #fbfdff 0%, #f2f4ff 48%, #fbfcff 100%);
        }

        .vp-hero::before,
        .vp-hero::after {
            position: absolute;
            z-index: -1;
            content: "";
            border-radius: 50%;
            border: 1px solid rgba(85, 105, 223, 0.11);
        }

        .vp-hero::before {
            width: 380px;
            height: 380px;
            top: -220px;
            right: -90px;
        }

        .vp-hero::after {
            width: 260px;
            height: 260px;
            left: -150px;
            bottom: -105px;
        }

        .vp-breadcrumb {
            display: flex;
            align-items: center;
            gap: 9px;
            margin: 0 0 42px;
            padding: 0;
            list-style: none;
            color: #7a8092;
            font-size: 14px;
            font-weight: 500;
        }

        .vp-breadcrumb a {
            color: var(--vp-heading);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .vp-breadcrumb a:hover {
            color: var(--vp-primary);
        }

        .vp-breadcrumb-separator {
            color: #b4b9c8;
        }

        .vp-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
            gap: 75px;
            align-items: center;
        }

        .vp-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 8px 13px;
            margin-bottom: 20px;
            border: 1px solid rgba(85, 105, 223, 0.16);
            border-radius: 999px;
            color: var(--vp-primary-dark);
            background: rgba(255, 255, 255, 0.8);
            box-shadow: 0 8px 25px rgba(63, 81, 195, 0.07);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.09em;
            text-transform: uppercase;
        }

        .vp-eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--vp-primary), var(--vp-cyan));
            box-shadow: 0 0 0 5px rgba(85, 105, 223, 0.1);
        }

        .vp-hero h1 {
            max-width: 720px;
            margin: 0;
            color: var(--vp-heading);
            font-size: clamp(38px, 5vw, 66px);
            font-weight: 750;
            letter-spacing: -0.045em;
            line-height: 1.06;
        }

        .vp-gradient-text {
            color: var(--vp-primary);
            background: linear-gradient(100deg, var(--vp-primary-dark), var(--vp-cyan));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .vp-hero-copy {
            max-width: 650px;
            margin: 23px 0 0;
            color: var(--vp-text);
            font-size: 17px;
            line-height: 1.75;
        }

        .vp-hero-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 14px;
            margin-top: 32px;
        }

        .vp-btn {
            min-height: 52px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 13px 21px;
            border: 1px solid transparent;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-decoration: none;
            transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease,
                color 0.22s ease, border-color 0.22s ease;
        }

        .vp-btn:hover {
            transform: translateY(-2px);
        }

        .vp-btn-primary {
            color: #ffffff;
            background: linear-gradient(135deg, var(--vp-primary), var(--vp-primary-dark));
            box-shadow: 0 13px 30px rgba(85, 105, 223, 0.25);
        }

        .vp-btn-primary:hover {
            color: #ffffff;
            box-shadow: 0 16px 34px rgba(85, 105, 223, 0.32);
        }

        .vp-btn-outline {
            color: var(--vp-heading);
            border-color: #dce0eb;
            background: rgba(255, 255, 255, 0.83);
        }

        .vp-btn-outline:hover {
            color: var(--vp-primary-dark);
            border-color: rgba(85, 105, 223, 0.38);
            background: #ffffff;
        }

        .vp-arrow {
            display: inline-block;
            font-size: 19px;
            line-height: 0;
        }

        .vp-hero-panel {
            position: relative;
            padding: 29px;
            border: 1px solid rgba(255, 255, 255, 0.88);
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.86);
            box-shadow: 0 25px 65px rgba(47, 58, 117, 0.14);
            backdrop-filter: blur(16px);
        }

        .vp-hero-panel::before {
            position: absolute;
            inset: -1px;
            z-index: -1;
            content: "";
            border-radius: inherit;
            background: linear-gradient(135deg, rgba(85, 105, 223, 0.25), transparent 42%, rgba(36, 184, 223, 0.18));
        }

        .vp-panel-top {
            display: flex;
            align-items: center;
            gap: 14px;
            padding-bottom: 22px;
            border-bottom: 1px solid var(--vp-border);
        }

        .vp-panel-icon {
            width: 52px;
            height: 52px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            border-radius: 15px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--vp-primary), var(--vp-cyan));
            box-shadow: 0 12px 25px rgba(85, 105, 223, 0.22);
        }

        .vp-panel-icon svg {
            width: 26px;
            height: 26px;
        }

        .vp-panel-top h2 {
            margin: 0 0 5px;
            font-size: 18px;
            font-weight: 750;
            letter-spacing: -0.02em;
        }

        .vp-panel-top p {
            margin: 0;
            color: var(--vp-text);
            font-size: 13px;
        }

        .vp-stat-list {
            display: grid;
            gap: 12px;
            margin-top: 20px;
        }

        .vp-stat-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 12px 14px;
            border-radius: 12px;
            background: #f7f8fc;
        }

        .vp-stat-label {
            color: var(--vp-text);
            font-size: 13px;
        }

        .vp-stat-value {
            color: var(--vp-heading);
            font-size: 15px;
            font-weight: 750;
            text-align: right;
        }

        .vp-trust-row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin-top: 21px;
        }

        .vp-trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #555d72;
            font-size: 12px;
            font-weight: 650;
        }

        .vp-trust-check {
            width: 20px;
            height: 20px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            border-radius: 50%;
            color: var(--vp-success);
            background: rgba(20, 153, 111, 0.1);
            font-size: 11px;
            font-weight: 900;
        }

        .vp-plans-section {
            position: relative;
            z-index: 2;
            padding: 0 0 100px;
        }

        .vp-plans-wrap {
            margin-top: -65px;
            padding: 38px;
            border: 1px solid rgba(230, 233, 242, 0.9);
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 25px 70px rgba(30, 40, 85, 0.09);
        }

        .vp-section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 31px;
        }

        .vp-section-kicker {
            margin: 0 0 9px;
            color: var(--vp-primary);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .vp-section-head h2 {
            margin: 0;
            color: var(--vp-heading);
            font-size: clamp(28px, 3vw, 40px);
            font-weight: 750;
            letter-spacing: -0.035em;
            line-height: 1.2;
        }

        .vp-section-head-copy {
            max-width: 460px;
            margin: 0;
            color: var(--vp-text);
            font-size: 14px;
            line-height: 1.7;
            text-align: right;
        }

        .vp-plan-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .vp-plan-card {
            position: relative;
            min-width: 0;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            padding: 27px;
            border: 1px solid var(--vp-border);
            border-radius: 20px;
            background: var(--vp-surface);
            box-shadow: 0 9px 30px rgba(33, 42, 85, 0.055);
            overflow: hidden;
            transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .vp-plan-card:hover {
            transform: translateY(-6px);
            border-color: rgba(85, 105, 223, 0.34);
            box-shadow: 0 20px 42px rgba(33, 42, 85, 0.11);
        }

        .vp-plan-card.is-popular {
            border: 1.5px solid var(--vp-primary);
            background:
                linear-gradient(180deg, rgba(238, 241, 255, 0.72), rgba(255, 255, 255, 0) 180px),
                #ffffff;
            box-shadow: 0 16px 40px rgba(85, 105, 223, 0.15);
        }

        .vp-plan-card.is-popular::after {
            position: absolute;
            width: 110px;
            height: 110px;
            top: -55px;
            right: -55px;
            content: "";
            border-radius: 50%;
            background: rgba(85, 105, 223, 0.08);
        }

        .vp-popular-badge {
            position: absolute;
            z-index: 1;
            top: 18px;
            right: 18px;
            padding: 7px 10px;
            border-radius: 999px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--vp-primary), var(--vp-primary-dark));
            box-shadow: 0 8px 18px rgba(85, 105, 223, 0.23);
            font-size: 10px;
            font-weight: 850;
            letter-spacing: 0.07em;
            text-transform: uppercase;
        }

        .vp-plan-duration {
            width: max-content;
            max-width: 64%;
            margin-bottom: 18px;
            padding: 7px 10px;
            border-radius: 8px;
            color: var(--vp-primary-dark);
            background: var(--vp-primary-soft);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .vp-plan-name {
            margin: 0;
            color: var(--vp-heading);
            font-size: 22px;
            font-weight: 750;
            letter-spacing: -0.025em;
            line-height: 1.25;
        }

        .vp-plan-description {
            min-height: 50px;
            margin: 10px 0 22px;
            color: var(--vp-text);
            font-size: 13px;
            line-height: 1.65;
        }

        .vp-plan-price-wrap {
            padding-bottom: 21px;
            border-bottom: 1px solid var(--vp-border);
        }

        .vp-plan-price {
            display: flex;
            align-items: flex-end;
            gap: 7px;
            color: var(--vp-heading);
        }

        .vp-plan-price strong {
            font-size: 39px;
            font-weight: 780;
            letter-spacing: -0.045em;
            line-height: 1;
        }

        .vp-plan-price span {
            padding-bottom: 4px;
            color: var(--vp-text);
            font-size: 12px;
            font-weight: 600;
        }

        .vp-price-note {
            margin: 8px 0 0;
            color: #858b9d;
            font-size: 11px;
        }

        .vp-capacity {
            display: flex;
            align-items: center;
            gap: 13px;
            margin: 20px 0;
            padding: 14px;
            border: 1px solid #e9ebf4;
            border-radius: 13px;
            background: #fafbfe;
        }

        .vp-capacity-icon {
            width: 40px;
            height: 40px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            border-radius: 11px;
            color: var(--vp-primary);
            background: var(--vp-primary-soft);
        }

        .vp-capacity-icon svg {
            width: 21px;
            height: 21px;
        }

        .vp-capacity-label {
            display: block;
            margin-bottom: 2px;
            color: #848a9c;
            font-size: 10px;
            font-weight: 750;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .vp-capacity strong {
            color: var(--vp-heading);
            font-size: 14px;
            font-weight: 750;
        }

        .vp-feature-title {
            margin: 0 0 13px;
            color: var(--vp-heading);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .vp-feature-list {
            display: grid;
            gap: 11px;
            margin: 0 0 26px;
            padding: 0;
            list-style: none;
        }

        .vp-feature-list li {
            position: relative;
            padding-left: 27px;
            color: #555d72;
            font-size: 13px;
            line-height: 1.5;
        }

        .vp-feature-list li::before {
            position: absolute;
            width: 18px;
            height: 18px;
            top: 1px;
            left: 0;
            display: grid;
            place-items: center;
            content: "✓";
            border-radius: 50%;
            color: var(--vp-success);
            background: rgba(20, 153, 111, 0.1);
            font-size: 10px;
            font-weight: 900;
        }

        .vp-card-footer {
            margin-top: auto;
        }

        .vp-card-footer .vp-btn {
            width: 100%;
        }

        .vp-plan-card:not(.is-popular) .vp-card-footer .vp-btn {
            color: var(--vp-primary-dark);
            border-color: rgba(85, 105, 223, 0.24);
            background: var(--vp-primary-soft);
            box-shadow: none;
        }

        .vp-plan-card:not(.is-popular) .vp-card-footer .vp-btn:hover {
            color: #ffffff;
            border-color: var(--vp-primary);
            background: var(--vp-primary);
        }

        .vp-selection-note {
            margin: 11px 0 0;
            color: #969bad;
            font-size: 10px;
            line-height: 1.5;
            text-align: center;
        }

        .vp-empty-state {
            grid-column: 1 / -1;
            padding: 65px 30px;
            border: 1px dashed #d8dce8;
            border-radius: 18px;
            text-align: center;
            background: #fafbfe;
        }

        .vp-empty-icon {
            width: 64px;
            height: 64px;
            display: grid;
            place-items: center;
            margin: 0 auto 18px;
            border-radius: 18px;
            color: var(--vp-primary);
            background: var(--vp-primary-soft);
        }

        .vp-empty-icon svg {
            width: 30px;
            height: 30px;
        }

        .vp-empty-state h3 {
            margin: 0 0 8px;
            font-size: 20px;
        }

        .vp-empty-state p {
            margin: 0;
            color: var(--vp-text);
            font-size: 14px;
        }

        .vp-process {
            padding: 0 0 100px;
        }

        .vp-process-box {
            display: grid;
            grid-template-columns: 0.86fr 1.64fr;
            gap: 55px;
            align-items: center;
            padding: 44px;
            border-radius: 26px;
            color: #ffffff;
            background:
                radial-gradient(circle at 90% 5%, rgba(36, 184, 223, 0.18), transparent 31%),
                linear-gradient(135deg, #151a35 0%, #202b58 100%);
            box-shadow: 0 24px 55px rgba(20, 27, 59, 0.18);
        }

        .vp-process-copy .vp-section-kicker {
            color: #8fdff0;
        }

        .vp-process-copy h2 {
            margin: 0 0 13px;
            color: #ffffff;
            font-size: clamp(27px, 3vw, 38px);
            font-weight: 750;
            letter-spacing: -0.035em;
            line-height: 1.2;
        }

        .vp-process-copy p {
            margin: 0;
            color: rgba(255, 255, 255, 0.65);
            font-size: 14px;
            line-height: 1.7;
        }

        .vp-step-list {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
        }

        .vp-step {
            min-height: 160px;
            padding: 20px;
            border: 1px solid rgba(255, 255, 255, 0.11);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.065);
        }

        .vp-step-number {
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            margin-bottom: 20px;
            border-radius: 10px;
            color: #ffffff;
            background: linear-gradient(135deg, var(--vp-primary), var(--vp-cyan));
            font-size: 12px;
            font-weight: 850;
        }

        .vp-step h3 {
            margin: 0 0 7px;
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
        }

        .vp-step p {
            margin: 0;
            color: rgba(255, 255, 255, 0.58);
            font-size: 12px;
            line-height: 1.6;
        }

        .vp-help-strip {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            margin-top: 24px;
            padding: 23px 26px;
            border: 1px solid var(--vp-border);
            border-radius: 16px;
            background: #ffffff;
        }

        .vp-help-strip h3 {
            margin: 0 0 4px;
            color: var(--vp-heading);
            font-size: 16px;
            font-weight: 750;
        }

        .vp-help-strip p {
            margin: 0;
            color: var(--vp-text);
            font-size: 12px;
        }

        .vp-help-strip .vp-btn {
            min-height: 46px;
            flex: 0 0 auto;
        }

        @media (max-width: 1199.98px) {
            .vp-hero-grid {
                gap: 45px;
            }

            .vp-plan-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .vp-process-box {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 991.98px) {
            .vp-hero {
                padding: 60px 0 110px;
            }

            .vp-breadcrumb {
                margin-bottom: 31px;
            }

            .vp-hero-grid {
                grid-template-columns: 1fr;
                gap: 38px;
            }

            .vp-hero-copy {
                max-width: 730px;
            }

            .vp-hero-panel {
                max-width: 640px;
            }

            .vp-section-head {
                display: block;
            }

            .vp-section-head-copy {
                max-width: 650px;
                margin-top: 12px;
                text-align: left;
            }
        }

        @media (max-width: 767.98px) {
            .vp-container {
                width: min(100% - 28px, 1220px);
            }

            .vp-hero {
                padding: 45px 0 93px;
            }

            .vp-breadcrumb {
                margin-bottom: 27px;
                font-size: 12px;
            }

            .vp-hero h1 {
                font-size: clamp(36px, 11vw, 49px);
            }

            .vp-hero-copy {
                margin-top: 18px;
                font-size: 15px;
                line-height: 1.7;
            }

            .vp-hero-actions {
                margin-top: 26px;
            }

            .vp-hero-actions .vp-btn {
                flex: 1 1 190px;
            }

            .vp-hero-panel {
                padding: 22px;
                border-radius: 19px;
            }

            .vp-trust-row {
                grid-template-columns: 1fr;
            }

            .vp-plans-section {
                padding-bottom: 75px;
            }

            .vp-plans-wrap {
                margin-top: -48px;
                padding: 24px 18px;
                border-radius: 21px;
            }

            .vp-section-head {
                margin-bottom: 23px;
            }

            .vp-plan-grid {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .vp-plan-card {
                padding: 23px;
                border-radius: 17px;
            }

            .vp-plan-description {
                min-height: 0;
            }

            .vp-process {
                padding-bottom: 75px;
            }

            .vp-process-box {
                padding: 30px 22px;
                border-radius: 21px;
            }

            .vp-step-list {
                grid-template-columns: 1fr;
            }

            .vp-step {
                min-height: auto;
            }

            .vp-help-strip {
                align-items: stretch;
                flex-direction: column;
                gap: 17px;
                padding: 21px;
            }
        }

        @media (max-width: 420px) {
            .vp-hero-actions {
                display: grid;
                grid-template-columns: 1fr;
            }

            .vp-hero-actions .vp-btn {
                width: 100%;
            }

            .vp-panel-top {
                align-items: flex-start;
            }

            .vp-stat-item {
                align-items: flex-start;
                flex-direction: column;
                gap: 5px;
            }

            .vp-stat-value {
                text-align: left;
            }

            .vp-popular-badge {
                top: 16px;
                right: 15px;
            }

            .vp-plan-duration {
                max-width: 56%;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .vendor-pricing-page *,
            .vendor-pricing-page *::before,
            .vendor-pricing-page *::after {
                scroll-behavior: auto !important;
                transition: none !important;
            }
        }



          .vendor-profile-page {
            --vcp-primary: #5569df;
            --vcp-primary-dark: #3f51c3;
            --vcp-primary-soft: #eef1ff;
            --vcp-cyan: #24b8df;
            --vcp-heading: #171b2e;
            --vcp-text: #636b7f;
            --vcp-muted: #8a91a3;
            --vcp-border: #e5e8f1;
            --vcp-surface: #ffffff;
            --vcp-background: #f7f8fc;
            --vcp-success: #14996f;
            --vcp-success-soft: #eaf9f3;
            --vcp-danger: #dc4b5f;
            color: var(--vcp-heading);
            background: var(--vcp-background);
            overflow: hidden;
        }

        .vendor-profile-page *,
        .vendor-profile-page *::before,
        .vendor-profile-page *::after {
            box-sizing: border-box;
        }

        .vcp-container {
            width: min(1200px, calc(100% - 40px));
            margin-inline: auto;
        }

        .vcp-hero {
            position: relative;
            padding: 58px 0 112px;
            isolation: isolate;
            background:
                radial-gradient(circle at 4% 15%, rgba(36, 184, 223, 0.14), transparent 30%),
                radial-gradient(circle at 92% 8%, rgba(85, 105, 223, 0.18), transparent 34%),
                linear-gradient(135deg, #fbfdff 0%, #f1f4ff 52%, #fbfcff 100%);
        }

        .vcp-hero::before,
        .vcp-hero::after {
            position: absolute;
            z-index: -1;
            content: "";
            border: 1px solid rgba(85, 105, 223, 0.11);
            border-radius: 50%;
        }

        .vcp-hero::before {
            width: 330px;
            height: 330px;
            top: -215px;
            right: -70px;
        }

        .vcp-hero::after {
            width: 230px;
            height: 230px;
            left: -145px;
            bottom: -115px;
        }

        .vcp-breadcrumb {
            display: flex;
            align-items: center;
            gap: 9px;
            margin: 0 0 34px;
            padding: 0;
            color: #7b8294;
            font-size: 14px;
            font-weight: 600;
            list-style: none;
        }

        .vcp-breadcrumb a {
            color: var(--vcp-heading);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .vcp-breadcrumb a:hover {
            color: var(--vcp-primary);
        }

        .vcp-breadcrumb-separator {
            color: #b3b8c6;
        }

        .vcp-hero-content {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 45px;
        }

        .vcp-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 16px;
            padding: 8px 13px;
            color: var(--vcp-primary-dark);
            border: 1px solid rgba(85, 105, 223, 0.16);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.82);
            box-shadow: 0 8px 25px rgba(63, 81, 195, 0.07);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .vcp-eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--vcp-primary), var(--vcp-cyan));
            box-shadow: 0 0 0 5px rgba(85, 105, 223, 0.1);
        }

        .vcp-hero h1 {
            max-width: 720px;
            margin: 0;
            color: var(--vcp-heading);
            font-size: clamp(34px, 4.4vw, 54px);
            font-weight: 760;
            letter-spacing: -0.04em;
            line-height: 1.08;
        }

        .vcp-gradient-text {
            color: var(--vcp-primary);
            background: linear-gradient(100deg, var(--vcp-primary-dark), var(--vcp-cyan));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .vcp-hero-copy {
            max-width: 650px;
            margin: 18px 0 0;
            color: var(--vcp-text);
            font-size: 16px;
            line-height: 1.72;
        }

        .vcp-secure-note {
            min-width: 250px;
            display: flex;
            align-items: center;
            gap: 13px;
            padding: 16px 18px;
            border: 1px solid rgba(85, 105, 223, 0.13);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.76);
            box-shadow: 0 14px 34px rgba(48, 59, 119, 0.08);
            backdrop-filter: blur(12px);
        }

        .vcp-secure-icon {
            width: 42px;
            height: 42px;
            display: grid !important;
            place-items: center;
            flex: 0 0 auto;
            color: var(--vcp-primary);
            border-radius: 12px;
            background: var(--vcp-primary-soft);
        }

        .vcp-secure-icon svg {
            width: 21px;
            height: 21px;
        }

        .vcp-secure-note strong {
            display: block;
            margin-bottom: 3px;
            font-size: 14px;
        }

        .vcp-secure-note span {
            display: block;
            color: var(--vcp-text);
            font-size: 12px;
            line-height: 1.45;
        }

        .vcp-progress-shell {
            position: relative;
            z-index: 2;
            margin-top: -61px;
        }

        .vcp-stepper {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            padding: 22px 25px;
            border: 1px solid rgba(229, 232, 241, 0.9);
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 18px 50px rgba(42, 50, 92, 0.11);
            backdrop-filter: blur(15px);
        }

        .vcp-step {
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            padding-right: 28px;
        }

        .vcp-step:not(:last-child)::after {
            position: absolute;
            top: 50%;
            right: 12px;
            width: calc(100% - 185px);
            min-width: 22px;
            height: 2px;
            content: "";
            background: var(--vcp-border);
            transform: translateY(-50%);
        }

        .vcp-step.is-complete:not(:last-child)::after {
            background: linear-gradient(90deg, var(--vcp-success), rgba(20, 153, 111, 0.2));
        }

        .vcp-step-number {
            width: 38px;
            height: 38px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            color: #858ca0;
            border: 1px solid var(--vcp-border);
            border-radius: 50%;
            background: #f8f9fc;
            font-size: 13px;
            font-weight: 800;
        }

        .vcp-step.is-complete .vcp-step-number {
            color: #ffffff;
            border-color: var(--vcp-success);
            background: var(--vcp-success);
        }

        .vcp-step.is-active .vcp-step-number {
            color: #ffffff;
            border-color: var(--vcp-primary);
            background: linear-gradient(135deg, var(--vcp-primary), var(--vcp-primary-dark));
            box-shadow: 0 7px 18px rgba(85, 105, 223, 0.3);
        }

        .vcp-step-copy {
            min-width: 0;
            background: #ffffff;
            position: relative;
            z-index: 1;
            padding-right: 7px;
        }

        .vcp-step-copy small {
            display: block;
            margin-bottom: 2px;
            color: var(--vcp-muted);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.07em;
            text-transform: uppercase;
        }

        .vcp-step-copy strong {
            display: block;
            overflow: hidden;
            color: var(--vcp-heading);
            font-size: 13px;
            font-weight: 750;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .vcp-main {
            padding: 38px 0 86px;
        }

        .vcp-alert {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 22px;
            padding: 16px 18px;
            border-radius: 14px;
            font-size: 14px;
            line-height: 1.55;
        }

        .vcp-alert svg {
            width: 21px;
            height: 21px;
            flex: 0 0 auto;
            margin-top: 1px;
        }

        .vcp-alert-success {
            color: #117553;
            border: 1px solid #cbeedf;
            background: #eefaf5;
        }

        .vcp-alert-danger {
            color: #a62e40;
            border: 1px solid #f2ccd2;
            background: #fff2f4;
        }

        .vcp-alert ul {
            margin: 6px 0 0;
            padding-left: 18px;
        }

        .vcp-form-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 340px;
            gap: 26px;
            align-items: start;
        }

        .vcp-form-column {
            display: grid;
            gap: 22px;
            min-width: 0;
        }

        .vcp-card {
            overflow: hidden;
            border: 1px solid var(--vcp-border);
            border-radius: 20px;
            background: var(--vcp-surface);
            box-shadow: 0 10px 35px rgba(40, 48, 88, 0.055);
        }

        .vcp-card-header {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 23px 25px 20px;
            border-bottom: 1px solid var(--vcp-border);
        }

        .vcp-section-icon {
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            color: var(--vcp-primary);
            border-radius: 13px;
            background: var(--vcp-primary-soft);
        }

        .vcp-section-icon svg {
            width: 22px;
            height: 22px;
        }

        .vcp-card-header h2 {
            margin: 0 0 4px;
            color: var(--vcp-heading);
            font-size: 19px;
            font-weight: 760;
            letter-spacing: -0.02em;
        }

        .vcp-card-header p {
            margin: 0;
            color: var(--vcp-text);
            font-size: 13px;
            line-height: 1.55;
        }

        .vcp-card-body {
            padding: 25px;
        }

        .vcp-profile-upload {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
            padding: 18px;
            border: 1px solid var(--vcp-border);
            border-radius: 16px;
            background: #fafbfe;
        }

        .vcp-avatar-preview {
            position: relative;
            width: 94px;
            height: 94px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            overflow: hidden;
            color: var(--vcp-primary);
            border: 3px solid #ffffff;
            border-radius: 50%;
            background: var(--vcp-primary-soft);
            box-shadow: 0 8px 24px rgba(55, 65, 118, 0.14);
        }

        .vcp-avatar-preview img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .vcp-avatar-placeholder {
            display: grid;
            place-items: center;
        }

        .vcp-avatar-placeholder svg {
            width: 34px;
            height: 34px;
        }

        .vcp-profile-upload-copy {
            min-width: 0;
            flex: 1;
        }

        .vcp-profile-upload-copy h3 {
            margin: 0 0 5px;
            font-size: 15px;
            font-weight: 750;
        }

        .vcp-profile-upload-copy p {
            margin: 0 0 13px;
            color: var(--vcp-text);
            font-size: 12px;
            line-height: 1.5;
        }

        .vcp-upload-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
        }

        .vcp-file-input {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            clip-path: inset(50%) !important;
        }

        .vcp-small-button {
            min-height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            margin: 0;
            padding: 8px 12px;
            border: 1px solid transparent;
            border-radius: 9px;
            font-family: inherit;
            font-size: 12px;
            font-weight: 750;
            line-height: 1;
            cursor: pointer;
            transition: 0.2s ease;
        }

        .vcp-small-button svg {
            width: 16px;
            height: 16px;
        }

        .vcp-small-button-primary {
            color: #ffffff;
            background: var(--vcp-primary);
        }

        .vcp-small-button-primary:hover {
            color: #ffffff;
            background: var(--vcp-primary-dark);
        }

        .vcp-small-button-danger {
            color: var(--vcp-danger);
            border-color: #f0d6db;
            background: #fff5f6;
        }

        .vcp-small-button-danger:hover {
            color: #ffffff;
            border-color: var(--vcp-danger);
            background: var(--vcp-danger);
        }

        .vcp-small-button[hidden] {
            display: none !important;
        }

        .vcp-fields {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .vcp-field {
            min-width: 0;
        }

        .vcp-field-full {
            grid-column: 1 / -1;
        }

        .vcp-label {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 8px;
            color: var(--vcp-heading);
            font-size: 13px;
            font-weight: 700;
        }

        .vcp-required {
            color: var(--vcp-danger);
        }

        .vcp-optional {
            margin-left: auto;
            color: var(--vcp-muted);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .vcp-control,
        .vcp-select,
        .vcp-textarea {
            width: 100%;
            color: var(--vcp-heading);
            border: 1px solid #dfe3ed;
            border-radius: 11px;
            outline: none;
            background: #ffffff;
            font-family: inherit;
            font-size: 14px;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

        .vcp-control,
        .vcp-select {
            min-height: 49px;
            padding: 11px 13px;
        }

        .vcp-textarea {
            min-height: 104px;
            padding: 13px;
            resize: vertical;
        }

        .vcp-control::placeholder,
        .vcp-textarea::placeholder {
            color: #a6acbb;
        }

        .vcp-control:focus,
        .vcp-select:focus,
        .vcp-textarea:focus {
            border-color: var(--vcp-primary);
            box-shadow: 0 0 0 4px rgba(85, 105, 223, 0.1);
        }

        .vcp-control[readonly] {
            color: #6b7282;
            background: #f5f6f9;
            cursor: not-allowed;
        }

        .vcp-input-group {
            position: relative;
        }

        .vcp-input-group .vcp-control {
            padding-left: 45px;
        }

        .vcp-input-prefix {
            position: absolute;
            top: 50%;
            left: 13px;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: #70778a;
            font-size: 13px;
            font-weight: 700;
            transform: translateY(-50%);
        }

        .vcp-input-prefix::after {
            width: 1px;
            height: 20px;
            margin-left: 2px;
            content: "";
            background: var(--vcp-border);
        }

        .vcp-help {
            display: block;
            margin-top: 6px;
            color: var(--vcp-muted);
            font-size: 11px;
            line-height: 1.45;
        }

        .vcp-field-error,
        .vcp-upload-error {
            display: block;
            margin-top: 6px;
            color: var(--vcp-danger);
            font-size: 11px;
            font-weight: 650;
        }

        .vcp-kyc-info {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 22px;
            padding: 14px 15px;
            color: #4d5873;
            border: 1px solid #dfe5fb;
            border-radius: 13px;
            background: #f4f6ff;
            font-size: 12px;
            line-height: 1.6;
        }

        .vcp-kyc-info svg {
            width: 20px;
            height: 20px;
            flex: 0 0 auto;
            color: var(--vcp-primary);
            margin-top: 1px;
        }

        .vcp-document-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            margin-top: 22px;
        }

        .vcp-document-card {
            position: relative;
            min-width: 0;
            min-height: 210px;
            overflow: hidden;
            border: 1.5px dashed #cfd5e4;
            border-radius: 15px;
            background: #fbfcff;
            transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
        }

        .vcp-document-card:hover,
        .vcp-document-card.is-dragging {
            border-color: var(--vcp-primary);
            background: #f6f7ff;
            box-shadow: 0 8px 24px rgba(85, 105, 223, 0.08);
        }

        .vcp-document-card.has-file {
            border-style: solid;
            border-color: #dce1ec;
            background: #ffffff;
        }

        .vcp-document-empty {
            min-height: 210px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 22px 18px;
            text-align: center;
            cursor: pointer;
        }

        .vcp-document-empty[hidden],
        .vcp-document-preview[hidden] {
            display: none !important;
        }

        .vcp-upload-icon {
            width: 49px;
            height: 49px;
            display: grid !important;
            place-items: center;
            margin-bottom: 12px;
            color: var(--vcp-primary);
            border-radius: 14px;
            background: var(--vcp-primary-soft);
        }

        .vcp-upload-icon svg {
            width: 24px;
            height: 24px;
        }

        .vcp-document-empty strong {
            display: block;
            margin-bottom: 5px;
            color: var(--vcp-heading);
            font-size: 14px;
            font-weight: 750;
        }

        .vcp-document-empty span {
            display: block;
            color: var(--vcp-text);
            font-size: 11px;
            line-height: 1.45;
        }

        .vcp-document-empty small {
            display: block;
            margin-top: 9px;
            color: var(--vcp-primary);
            font-size: 11px;
            font-weight: 750;
        }

        .vcp-document-preview {
            min-height: 210px;
            display: flex;
            flex-direction: column;
            padding: 13px;
        }

        .vcp-preview-media {
            position: relative;
            height: 118px;
            display: grid;
            place-items: center;
            overflow: hidden;
            border-radius: 10px;
            background: #f2f4f8;
        }

        .vcp-document-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .vcp-document-image[hidden],
        .vcp-pdf-preview[hidden] {
            display: none !important;
        }

        .vcp-pdf-preview {
            display: grid;
            place-items: center;
            gap: 4px;
            color: #d74457;
            font-size: 10px;
            font-weight: 800;
        }

        .vcp-pdf-preview svg {
            width: 40px;
            height: 40px;
        }

        .vcp-preview-details {
            min-width: 0;
            padding: 10px 2px 0;
        }

        .vcp-preview-name {
            display: block;
            overflow: hidden;
            color: var(--vcp-heading);
            font-size: 12px;
            font-weight: 750;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .vcp-preview-size {
            display: block;
            margin-top: 2px;
            color: var(--vcp-muted);
            font-size: 10px;
        }

        .vcp-preview-actions {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 9px;
        }

        .vcp-preview-action {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            margin: 0;
            padding: 0;
            color: var(--vcp-primary);
            border: 0;
            background: transparent;
            font-family: inherit;
            font-size: 11px;
            font-weight: 750;
            cursor: pointer;
        }

        .vcp-preview-action svg {
            width: 14px;
            height: 14px;
        }

        .vcp-preview-action-danger {
            color: var(--vcp-danger);
        }

        .vcp-consent {
            display: flex;
            align-items: flex-start;
            gap: 11px;
            margin-top: 22px;
            padding: 15px;
            border: 1px solid var(--vcp-border);
            border-radius: 13px;
            background: #fafbfe;
        }

        .vcp-consent input {
            width: 18px;
            height: 18px;
            flex: 0 0 auto;
            margin: 1px 0 0;
            accent-color: var(--vcp-primary);
        }

        .vcp-consent label {
            margin: 0;
            color: #535b70;
            font-size: 12px;
            line-height: 1.55;
            cursor: pointer;
        }

        .vcp-sidebar {
            position: sticky;
            top: 24px;
            display: grid;
            gap: 18px;
        }

        .vcp-plan-card {
            overflow: hidden;
            border: 1px solid rgba(85, 105, 223, 0.2);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 16px 42px rgba(48, 57, 108, 0.1);
        }

        .vcp-plan-top {
            position: relative;
            padding: 23px;
            color: #ffffff;
            background:
                radial-gradient(circle at 95% 10%, rgba(255, 255, 255, 0.2), transparent 34%),
                linear-gradient(135deg, var(--vcp-primary), var(--vcp-primary-dark));
        }

        .vcp-plan-top::after {
            position: absolute;
            right: -28px;
            bottom: -65px;
            width: 145px;
            height: 145px;
            content: "";
            border: 1px solid rgba(255, 255, 255, 0.17);
            border-radius: 50%;
        }

        .vcp-plan-label {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 16px;
        }

        .vcp-plan-label span {
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: 0.86;
        }

        .vcp-plan-label svg {
            width: 21px;
            height: 21px;
        }

        .vcp-plan-top h3 {
            position: relative;
            z-index: 1;
            margin: 0 0 12px;
            color: #ffffff;
            font-size: 21px;
            font-weight: 780;
        }

        .vcp-plan-price {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: baseline;
            gap: 7px;
        }

        .vcp-plan-price strong {
            color: #ffffff;
            font-size: 32px;
            font-weight: 800;
            letter-spacing: -0.035em;
        }

        .vcp-plan-price span {
            color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
        }

        .vcp-plan-body {
            padding: 21px 23px 23px;
        }

        .vcp-plan-detail {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 11px 0;
            border-bottom: 1px solid var(--vcp-border);
            font-size: 13px;
        }

        .vcp-plan-detail:first-child {
            padding-top: 0;
        }

        .vcp-plan-detail span {
            color: var(--vcp-text);
        }

        .vcp-plan-detail strong {
            color: var(--vcp-heading);
            font-weight: 750;
            text-align: right;
        }

        .vcp-change-plan {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            width: 100%;
            min-height: 42px;
            margin-top: 17px;
            color: var(--vcp-primary);
            border: 1px solid #dce1f6;
            border-radius: 10px;
            background: var(--vcp-primary-soft);
            font-size: 12px;
            font-weight: 750;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .vcp-change-plan:hover {
            color: #ffffff;
            border-color: var(--vcp-primary);
            background: var(--vcp-primary);
        }

        .vcp-change-plan svg {
            width: 16px;
            height: 16px;
        }

        .vcp-no-plan {
            padding: 26px 23px;
            text-align: center;
        }

        .vcp-no-plan-icon {
            width: 55px;
            height: 55px;
            display: grid;
            place-items: center;
            margin: 0 auto 13px;
            color: var(--vcp-primary);
            border-radius: 16px;
            background: var(--vcp-primary-soft);
        }

        .vcp-no-plan-icon svg {
            width: 26px;
            height: 26px;
        }

        .vcp-no-plan h3 {
            margin: 0 0 6px;
            font-size: 17px;
            font-weight: 760;
        }

        .vcp-no-plan p {
            margin: 0;
            color: var(--vcp-text);
            font-size: 12px;
            line-height: 1.55;
        }

        .vcp-completion-card {
            padding: 20px;
            border: 1px solid var(--vcp-border);
            border-radius: 17px;
            background: #ffffff;
        }

        .vcp-completion-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            margin-bottom: 10px;
        }

        .vcp-completion-top strong {
            font-size: 13px;
            font-weight: 750;
        }

        .vcp-completion-top span {
            color: var(--vcp-primary);
            font-size: 13px;
            font-weight: 800;
        }

        .vcp-progress-track {
            height: 8px;
            overflow: hidden;
            border-radius: 999px;
            background: #eceff5;
        }

        .vcp-progress-bar {
            width: 0;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, var(--vcp-primary), var(--vcp-cyan));
            transition: width 0.25s ease;
        }

        .vcp-completion-card p {
            margin: 10px 0 0;
            color: var(--vcp-muted);
            font-size: 11px;
            line-height: 1.5;
        }

        .vcp-submit-card {
            padding: 20px;
            border: 1px solid var(--vcp-border);
            border-radius: 17px;
            background: #ffffff;
        }

        .vcp-submit-button {
            width: 100%;
            min-height: 52px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 13px 18px;
            color: #ffffff;
            border: 0;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--vcp-primary), var(--vcp-primary-dark));
            box-shadow: 0 13px 28px rgba(85, 105, 223, 0.24);
            font-family: inherit;
            font-size: 14px;
            font-weight: 760;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
        }

        .vcp-submit-button:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 16px 32px rgba(85, 105, 223, 0.3);
        }

        .vcp-submit-button:disabled {
            opacity: 0.55;
            cursor: not-allowed;
            box-shadow: none;
        }

        .vcp-submit-button svg {
            width: 18px;
            height: 18px;
        }

        .vcp-submit-note {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 6px;
            margin: 11px 0 0;
            color: var(--vcp-muted);
            font-size: 10px;
            line-height: 1.45;
            text-align: center;
        }

        .vcp-submit-note svg {
            width: 13px;
            height: 13px;
            flex: 0 0 auto;
            margin-top: 1px;
        }

        .vcp-review-note {
            display: flex;
            align-items: flex-start;
            gap: 11px;
            padding: 16px;
            color: #546078;
            border: 1px solid #dcebe5;
            border-radius: 15px;
            background: #f1faf6;
            font-size: 11px;
            line-height: 1.55;
        }

        .vcp-review-note svg {
            width: 19px;
            height: 19px;
            flex: 0 0 auto;
            color: var(--vcp-success);
            margin-top: 1px;
        }

        @media (max-width: 1100px) {
            .vcp-step:not(:last-child)::after {
                width: calc(100% - 155px);
            }

            .vcp-form-layout {
                grid-template-columns: minmax(0, 1fr) 310px;
            }
        }

        @media (max-width: 991.98px) {
            .vcp-hero {
                padding-bottom: 92px;
            }

            .vcp-hero-content {
                align-items: flex-start;
                flex-direction: column;
                gap: 24px;
            }

            .vcp-secure-note {
                width: min(100%, 390px);
            }

            .vcp-stepper {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 16px 20px;
            }

            .vcp-step:not(:last-child)::after {
                display: none;
            }

            .vcp-form-layout {
                grid-template-columns: 1fr;
            }

            .vcp-sidebar {
                position: static;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                align-items: start;
            }

            .vcp-submit-card {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 767.98px) {
            .vcp-container {
                width: min(100% - 28px, 1200px);
            }

            .vcp-hero {
                padding: 38px 0 83px;
            }

            .vcp-breadcrumb {
                margin-bottom: 26px;
                font-size: 12px;
            }

            .vcp-hero h1 {
                font-size: clamp(31px, 10vw, 42px);
            }

            .vcp-hero-copy {
                font-size: 14px;
            }

            .vcp-progress-shell {
                margin-top: -51px;
            }

            .vcp-stepper {
                padding: 17px;
                border-radius: 16px;
            }

            .vcp-step {
                gap: 9px;
                padding: 0;
            }

            .vcp-step-number {
                width: 34px;
                height: 34px;
            }

            .vcp-step-copy strong {
                font-size: 12px;
            }

            .vcp-main {
                padding: 28px 0 62px;
            }

            .vcp-card {
                border-radius: 17px;
            }

            .vcp-card-header,
            .vcp-card-body {
                padding-left: 18px;
                padding-right: 18px;
            }

            .vcp-fields,
            .vcp-document-grid,
            .vcp-sidebar {
                grid-template-columns: 1fr;
            }

            .vcp-profile-upload {
                align-items: flex-start;
                padding: 15px;
            }

            .vcp-submit-card {
                grid-column: auto;
            }
        }

        @media (max-width: 479.98px) {
            .vcp-container {
                width: min(100% - 20px, 1200px);
            }

            .vcp-secure-note {
                min-width: 0;
            }

            .vcp-stepper {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .vcp-step-copy strong {
                white-space: normal;
            }

            .vcp-profile-upload {
                align-items: center;
                flex-direction: column;
                text-align: center;
            }

            .vcp-upload-actions {
                justify-content: center;
            }

            .vcp-avatar-preview {
                width: 88px;
                height: 88px;
            }
        }


          .vsub-page{--orange:#6462de;--ink:#172032;--muted:#697184;--line:#e7eaf0;background:#f7f8fb;color:var(--ink);min-height:75vh}
        .vsub-container{width:min(1180px,calc(100% - 30px));margin:auto}.vsub-hero{padding:58px 0 86px;background:linear-gradient(130deg,#fff7ef,#fff 55%,#f2f7ff);border-bottom:1px solid #edf0f5}
        .vsub-hero span,.vsub-section-head span{color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.vsub-hero h1{font-size:clamp(32px,4.5vw,50px);margin:9px 0 10px}.vsub-hero p{color:var(--muted);font-size:16px;margin:0}
        .vsub-content{padding-bottom:70px}.vsub-alert{padding:14px 17px;border-radius:11px;margin:18px 0;background:#eef7ff;color:#225f8d}.vsub-alert.is-error{background:#fff0f0;color:#a52828}
        .vsub-current,.vsub-empty-current{margin-top:-48px;background:#182235;color:#fff;border-radius:19px;padding:27px 29px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:28px;align-items:center;box-shadow:0 18px 44px rgba(23,32,50,.2)}
        .vsub-current h2,.vsub-empty-current h2{font-size:27px;margin:8px 0 5px}.vsub-current p,.vsub-empty-current p{color:#c9d1de;margin:0}.vsub-current-price{display:grid;text-align:right}.vsub-current-price strong{font-size:27px}.vsub-current-price span{font-size:12px;color:#aeb8c7}.vsub-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
        .vsub-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border-radius:10px;background:var(--orange);color:#fff;text-decoration:none;font-weight:800;font-size:14px}.vsub-btn:hover{color:#fff;background:#2b29a5}.vsub-btn.is-light{background:#fff;color:#172032}.vsub-btn.is-light:hover{background:#f2f4f7;color:#172032}
        .vsub-status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;background:#eef1f5;color:#596273}.vsub-status.is-active,.vsub-status.is-captured{background:#e7f8ef;color:#167348}.vsub-current .vsub-status.is-active{background:rgba(50,205,130,.16);color:#7ee6b3}.vsub-status.is-scheduled,.vsub-status.is-authorized{background:#e9f3ff;color:#2467a5}.vsub-status.is-failed,.vsub-status.is-cancelled,.vsub-status.is-rejected{background:#ffeded;color:#a92d2d}.vsub-status.is-expired,.vsub-status.is-superseded,.vsub-status.is-refunded{background:#fff2e2;color:#975514}
        .vsub-section{margin-top:27px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px;box-shadow:0 10px 30px rgba(23,32,50,.05)}.vsub-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.vsub-section-head h2{margin:5px 0 0;font-size:23px}
        .vsub-scheduled-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vsub-scheduled-grid article{border:1px solid var(--line);border-radius:13px;padding:17px}.vsub-scheduled-grid h3{margin:12px 0 5px}.vsub-scheduled-grid p{color:var(--muted);margin:0 0 12px}
        .vsub-table-wrap{overflow:auto}.vsub-table{width:100%;border-collapse:collapse;min-width:850px}.vsub-table th{text-align:left;color:#808797;font-size:11px;text-transform:uppercase;letter-spacing:.07em;padding:12px;border-bottom:1px solid var(--line)}.vsub-table td{padding:15px 12px;border-bottom:1px solid #f0f2f5;vertical-align:middle;font-size:14px}.vsub-table tbody tr:last-child td{border-bottom:0}.vsub-table td strong,.vsub-table td small{display:block}.vsub-table td small{color:var(--muted);margin-top:4px}.vsub-empty{text-align:center!important;color:var(--muted);padding:35px!important}.vsub-pagination{margin-top:18px}
        @media(max-width:920px){.vsub-current,.vsub-empty-current{grid-template-columns:1fr auto}.vsub-actions{grid-column:1/-1;justify-content:flex-start}.vsub-scheduled-grid{grid-template-columns:1fr 1fr}}
        @media(max-width:680px){.vsub-container{width:min(100% - 20px,1180px)}.vsub-hero{padding:40px 0 74px}.vsub-current,.vsub-empty-current{grid-template-columns:1fr;padding:21px;margin-top:-38px}.vsub-current-price{text-align:left}.vsub-actions{grid-column:auto}.vsub-actions .vsub-btn{flex:1}.vsub-scheduled-grid{grid-template-columns:1fr}.vsub-section{padding:17px}.vsub-table{min-width:0}.vsub-table thead{display:none}.vsub-table,.vsub-table tbody,.vsub-table tr,.vsub-table td{display:block;width:100%}.vsub-table tr{padding:10px 0;border-bottom:1px solid var(--line)}.vsub-table tr:last-child{border-bottom:0}.vsub-table td{border:0;padding:7px 4px;display:grid;grid-template-columns:112px 1fr;gap:12px}.vsub-table td::before{content:attr(data-label);color:#858c9a;font-size:11px;font-weight:800;text-transform:uppercase}.vsub-empty{display:block!important}}



        @media(max-width:767px){
            .register-auth-visual{
                display: none;
            }
        }
