@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 "bootstrap.css";
/* Header
-------------------------------------------------------------- */
.header-account .register {
  margin-right: 3px;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  padding: 0 30px;
}

.main-header {
  z-index: 99;
  width: 100%;
  position: absolute;
  background-color: rgb(45 46 53);
  box-shadow: unset;
  border-bottom: 1px solid rgb(45 46 53);
}
.home-page .main-header {
  background-color: transparent;
  box-shadow: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header .main-menu .navigation > li > a {
  color: #ffffff;
}

.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: #2c2e35;
}

.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: 24px;
  font-weight: 500;
  padding: 37px 0px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  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: #FF7101;
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  width: 280px;
  z-index: 1;
  border-top: 2px solid #FF7101;
  -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: #FF7101;
  background-color: rgba(255, 113, 1, 0.06);
}

.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  color: #24272C;
  font-family: "Font Awesome 6 Pro";
  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: #FF7101;
}

.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  border-top: 2px solid #FF7101;
  -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: #FF7101;
}

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

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

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #FF7101;
  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: "Font Awesome 6 Pro";
  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: "Font Awesome 6 Pro";
  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: "Font Awesome 6 Pro";
  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: #FF7101;
}

.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: #FF7101;
  -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;
}

.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;
}

/* button 
--------------------------------------------------*/
.sc-button {
  display: flex;
  background-color: #FF7101;
  box-sizing: border-box;
  padding: 15px 25px;
  border-radius: 14px;
  text-align: 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;
}
.sc-button span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  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: #FF7101;
}
.sc-button:hover i, .sc-button.active i {
  animation: 0.3s link-icon2 linear;
}
.sc-button i {
  color: #FFFFFF;
  margin-right: 7px;
  font-size: 20px;
}
.sc-button.btn-55 {
  padding: 15px 55.5px !important;
}
.sc-button.btn-1 {
  background-color: transparent;
  border: 1px solid #FF7101;
  padding: 14px 31.5px;
  font-family: "Outfit", sans-serif;
  color: #FF7101;
}
.sc-button.btn-1 span {
  color: #FF7101;
  font-size: 16px;
}
.sc-button.btn-1 i {
  color: #FF7101;
  margin-left: 10px;
  font-size: 12px;
}
.sc-button.btn-1:hover, .sc-button.btn-1.active {
  background-color: #FF7101;
}
.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 i, .sc-button.btn-1.active i {
  animation: 0.3s link-icon2 linear;
}
.view-car {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  font-family: "Outfit", sans-serif;
  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: #FF7101;
  border: 1px solid #FF7101;
}

/* Page Title Inner
-------------------------------------------------------------- */
.flat-title-page.inner {
  padding: 328px 0 41px 0px;
  position: relative;
  background-image: url("/assets/frontend/theme_default/images/section/bg-page.jpg.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: "Font Awesome 6 Pro";
  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: 20px;
    padding-top: 100px;
}
.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: "Font Awesome 6 Pro";
  color: #B6B6B6;
  font-size: 8px;
  line-height: normal;
  margin: 0 8.5px 0 8.5px;
}
.flat-title .title-inner .title-group span {
  color: #B6B6B6;
}

.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: #FF7101;
}
.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-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: #FF7101;
}
.flat-tabs .tab-title li:last-child {
  margin-right: 0;
}

.flat-featured.home {
  padding: 0px 0 71px;
}
.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: "Font Awesome 6 Pro";
  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;
}

.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: #FF7101;
}
.meta.style .btn-button:hover i {
  color: #FF7101;
}
.meta.style .btn-button:hover svg path {
  stroke: #FF7101;
}

.flat-are-interested {
  background: #F7F7F7;
}
.flat-slider-home3 {
  margin-top: -242px;
  padding-bottom: 118px;
}
.flat-discover {
  padding-bottom: 99px;
}

.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.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: "Font Awesome 6 Pro";
  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: "Font Awesome 6 Pro";
  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: #FF7101;
}
.icon-social-wg.style a i {
  color: #C8C8CF;
}
.icon-social-wg.style a i:hover {
  color: #FF7101;
}

.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: "Font Awesome 6 Pro";
  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: #FF7101;
}
.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: #FF7101;
  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-service {
  background-image: url("/assets/frontend/theme_default/images/section/bg-icon.jpg.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: #FF7101;
  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-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-map .map-content {
  width: 100%;
  height: 690px;
}

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

.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: #FF7101;
  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: "Outfit", sans-serif;
}
.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;
}

.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 .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-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: -11%;
  right: -6%;
}
.section-why-choose-us .image-wcs .icon-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 2;
  top: 8.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;
}

.find-car-h10 .image-wcs {
  height: 100%;
}
.find-car-h10 .image-wcs .bg-image-5 {
  background-image: url("/assets/frontend/theme_default/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/frontend/theme_default/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 {
  padding: 0 0 100px 0;
}
.why-choose-us-10 .image-wcs {
  height: 100%;
}
.why-choose-us-10 .image-wcs .bg-image-5 {
  background-image: url("/assets/frontend/theme_default/images/sobre-a-mineira-bus.jpeg");
  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%;
  height: 400px;
}
.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: #FF7101;
}
.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: #FF7101;
}

.heading-widget .title {
  margin-bottom: 17px;
}
.heading-widget .icon-box {
  gap: 19px;
  margin-bottom: 16px;
}
.heading-widget .money {
  font-size: 30px;
  font-weight: bold;
  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 #FF7101;
  color: #FFFFFF;
  background-color: #FF7101;
}

.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: #dcad67;
  padding: 4px 10px;
  gap: 6px;
}

.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: #dcad67;
  font-size: 18px;
  margin-right: 9px;
}

.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: #FF7101;
  font-size: 32px;
  margin-right: 12px;
}
.widget-rating .number {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #FF7101;
  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;
}
.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;
}

.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 {
  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: #FF7101;
}

.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 #FF7101;
}
.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-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 #FF7101;
}
.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: #2c2e35;
  position: relative;
  color: #FFFFFF;
}
#footer h4 {
  margin-bottom: 24px;
  color: #FFFFFF;
}

#footer .footer-main {
  padding: 70px 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: "Outfit", sans-serif;
  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: #FF7101;
}

.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: "Outfit", sans-serif;
  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 #FF7101;
}
.widget-form button {
  width: 100%;
  height: 50px;
  background-color: #FF7101;
  border: 1px solid #FF7101;
  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: #FF7101;
  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: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: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 400;
}

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

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

.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: #FF7101;
  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: #FF7101;
  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: #FF7101;
  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: #FF7101;
  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 .sub-title {
  font-size: 60px;
  font-weight: 100;
  line-height: 80px;
}
.slider .slider-item .content h1 {
  margin-bottom: 22px;
  font-size: 35px;
  font-weight: 600;
}
.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.home .content {
  padding: 194px 0px 502px 19px;
}
.slider.home3 .slider-item .content {
  padding: 256px 0 386px;
}
.slider.home3 .slider-item .content .heading {
  padding: 0;
  text-align: center;
}
.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;
}

.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: -25.6em;
}
.flat-filter-search.home3 .flat-tabs .form-sl {
  border-radius: 16px 16px 16px 16px;
}

.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: #FF7101;
}
.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 #FF7101;
}
.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: #FF7101;
}
.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: #FF7101;
  border: 1px solid #FF7101;
  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 #FF7101;
}
.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: #FF7101;
  border: 1px solid #FF7101;
}
.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;
}

.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: "Outfit", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 8px;
}
.tab-listing-scroll .nav-pills .nav-item .nav-link.active {
  background-color: #FF7101 !important;
  border: 1px solid #FF7101;
  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: #FF7101 !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: #FF7101;
}
.controller-button .content-controller {
  padding-right: 12px;
}

.hide {
  opacity: 0.5;
}

.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: "Outfit", sans-serif;
  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;
}

.button-search a {
  text-align: center;
  padding: 18px 41px;
}
.button-search a span {
}

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

.wd-find-select .group-select select {
  padding: 3px;
  font-size: 13px;
  border: 1px solid #B6B6B6;
}

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

.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: #FF7101;
  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: #FF7101;
  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 #FF7101;
  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;
}

.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: #FF7101;
}
.widget-menu .recent-news li .content .days::before {
  content: "\f272";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  color: #FF7101;
}
.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 #FF7101;
}

.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;
}

.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: #FF7101;
  color: #FFFFFF;
}

.filter {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 18px;
  background: #FF7101;
  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: #FF7101;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
  cursor: pointer;
  display: none;
}
.btn-siderbar-mobie-filter:hover {
  background-color: #FF7101;
  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;
}

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

.db-email-box .icon {
  font-size: 37px;
  color: #FF7101;
  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;
}

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

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

@media only screen and (max-width: 767px) {
  .header-account {
    margin-right: 50px !important;
  }
   .nice-select.filter-my-listing {
    float: left;
    margin: 10px 0;
  }
  .contact-home {
    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;
  }
  .wrap-checkbox .checkbox-item {
    width: calc(100% - 30px) !important;
  }
}

.table-responsive {
  overflow: unset;
}

.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;
}

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

.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;
}

.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;
}

.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 #FF7101;
  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: #FF7101;
  margin-top: 3px;
}

.tf-sale-agent-list .list-agent li .btn-agent:hover {
  background: #FF7101;
  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: #FF7101;
  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;
}

.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;
  }
}

.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: #FF7101;
  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: 21px;
  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: #FF7101;
}
.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: #FF7101;
}
.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.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: #FF7101;
  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: #FF7101;
  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: #FF7101;
}
.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.style-2 {
  display: flex;
  height: 249px;
}
.box-car-list.style-2 > .image-group {
  width: 332px;
  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: #FF7101 !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: #FF7101;
}
.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: #FF7101;
}
.tf-icon-box .icon svg {
  transition: all 0.4s ease;
}
.tf-icon-box .btn-button {
  padding: 14px 26.5px;
  border: 1px solid #FF7101;
  border-radius: 14px;
  color: #FF7101;
  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: #FF7101;
}
.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: #FF7101;
}
.tf-image-box.bg-orange .find-cars {
  color: #FF7101;
  background: #FFFFFF;
}
.tf-image-box.bg-black {
  background-color: #24272C;
}
.tf-image-box.bg-black .find-cars {
  color: #FFFFFF;
  background: #FF7101;
}
.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;
}

.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: #FF7101;
}
.change-heart.style-2 .box-icon:hover .icon {
  color: #FFFFFF;
}
.change-heart.style-2 .box-icon .icon {
  color: #FF7101;
}

.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: #FF7101;
}
.tf-icon-list i,
.tf-icon-list span {
  color: #FF7101;
  text-transform: capitalize;
}
.tf-icon-list i {
  margin-right: 10px;
  font-size: 26px;
}

.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: #FF7101;
}
.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/frontend/theme_default/images/section/bg-12.jpg");
}
.tf-banner.style-2 {
  background-image: url("/assets/frontend/theme_default/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: #FF7101;
}
.flat-toggle.style-2 .toggle-title.active .btn-toggle::after {
  content: "\e935";
  font-family: "autodeal";
  font-size: 2.4px;
  color: #FF7101;
}
.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;
}

/**
  	* 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: "Outfit", sans-serif;
  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 #FF7101;
}

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: "Outfit", sans-serif;
  cursor: pointer;
}

.font {
  font-family: "Outfit", sans-serif;
}

.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-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: #FF7101;
  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: #FF7101;
  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: #FF7101 !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: #FF7101;
}
.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  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 #FF7101;
}

/* 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 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: #FF7101;
  color: #fff;
  border-color: #FF7101;
}
.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;
}

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;
}

.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: "Outfit", sans-serif;
  -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 #FF7101;
  background-color: #FF7101;
  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: "Font Awesome 6 Pro";
  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;
}

/* 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: #FF7101;
  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: #dcad67;
}
.infoBox-opened .face::before, .infoBox-opened .face::after {
  -ms-box-shadow: 0 0 0 50px #dcad67;
  -o-box-shadow: 0 0px 0 50px #dcad67;
  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/frontend/theme_default/images/section/bg-icon.jpg.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;
}

.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: #FF7101;
  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: #FF7101;
  -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 #FF7101;
}

/* 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: "Font Awesome 6 Pro";
  color: #FFFFFF;
  display: none;
}

label input:checked ~ .btn-checkbox {
  background-color: #FF7101;
  border: 1px solid #FF7101;
}

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: "Outfit", sans-serif;
  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 #FF7101;
}

[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: #FF7101;
  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;
}

.flat-brand {
  padding: 50px 0 0 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: 10px;
  }
  .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;
  }
  .listing-grid .text-start {
    flex-wrap: wrap;
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .flat-filter-search.home3 .flat-tabs {
    margin-top: -23.6em;
  }
  .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: 20px 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) {
  .wd-search-form-2 {
    min-width: 100%;
    left: 0px !important;
    right: 0px !important;
  }
  .slider .slider-item .content .sub-title {
    font-size: 40px;
    line-height: 60px;
  }
  .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;
    height: auto;
  }
  .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;
  }
  .heading-widget .title {
    font-size: 25px;
    line-height: 35px;
  }
  .listing-recommended .item {
    gap: 10px;
  }
  .listing-recommended .item .image {
    max-width: 100%;
  }
  .listing-recommended .item {
    flex-wrap: wrap;
  }
  .widget-listing {
    padding: 15px;
  }
  .btn-siderbar-mobie-filter {
    display: flex;
  }
  .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);
  }
  .blog-article-right {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
    border-left: 1px solid transparent;
  }
  .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;
  }
  .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;
  }
  .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: 180px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 0px;
    padding-right: 0em;
    padding-bottom: 0px;
  }
  .specifications-wrap .specifications {
    width: 135px;
  }
  .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: -15.6em;
  }
  .section-feature-specs .content-feature-specs {
    margin-top: 40px;
  }
  .col-md-4:not(:last-child) .box-car-list {
    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: 30px;
    line-height: 34px;
  }
  .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) {
  .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;
  }
  #footer .footer-top .box-footer-top {
    gap: 10px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .box-tab {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .map-listing-item .inner-box {
    max-width: 200px;
  }
  .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-inner > .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .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: -6em;
  }
  .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) {
  .slider .slider-item {
      height: 490px;
  }
  .register {
    display: none;
  }
  .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;
    grid-template-columns: repeat(1, 1fr);
  }
  .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;
  }
  .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;
  }
  .specifications-wrap .specifications {
    width: calc(50% - 10px);
  }
  .specifications-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .flat-tabs .box-tab.style1 .tab-title li {
    width: auto;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .wd-find-select .button-search a {
    min-width: auto;
  }
}
.toggle-switch {
  display: inline-flex;
  cursor: pointer;
}


.carregando {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  display: none;
}

.carregando .loading-seminovos {
  width: 154px;
  height: 154px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  margin-left: -77px;
  margin-top: -77px;
  position: absolute;
  z-index: 9999999999;
}

.link-whatsapp{
  z-index:2;
  position:fixed;
  bottom:7px;
  right:7px
}
.link-whatsapp a{
  float:left;
  display:block
}
.link-whatsapp i{
  cursor:pointer;
  font-size:49px
}
.footer-fixed{
  display:none
}
.lgpd-notifier{
  width:420px;
  height:66px;
  background-color:#fff;
  position:fixed;
  left:17px;
  bottom:28px;
  border-radius:10px;
  padding:10px;
  z-index:9999999999999;
  box-shadow:1px 2px 7px #999
}
.lgpd-notifier .lgpd-notifier-block{
  float:left;
  width:73%
}
.lgpd-notifier .lgpd-notifier-block p{
  color:#1D2D35;
  line-height:1.2em;
  font-size:13px;
  padding:8px
}
.lgpd-notifier .lgpd-notifier-block p a{
  color:#201e1f;
  font-weight:700
}
.lgpd-notifier .accept{
  background-color:#e60028;
  color:#fff;
  border-radius:32px;
  margin-top:8px;
  padding:3px 23px;
  font-size:15px;
  float:right;
  border:none
}
.lgpd-notifier .accept:hover{
  background-color:#201e1f
}
#whatsappWidget{
  padding:15px;
  position:fixed;
  bottom:30px;
  right:35px;
  width:70px;
  height:70px;
  border-radius:50%;
  background:#25d366;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-align-content:center;
  -ms-flex-line-pack:center;
  align-content:center;
  color:#fff;
  font-size:2.5rem;
  cursor:pointer;
  z-index:5;
  -webkit-box-shadow:0 0 0 rgb(37 211 102 / .4);
  box-shadow:0 0 0 rgb(37 211 102 / .4);
  -webkit-animation:pulse 2s infinite;
  animation:pulse 2s infinite
}
@-webkit-keyframes pulse{
  0%{
      -webkit-box-shadow:0 0 0 0 rgb(37 211 102 / .4);
      box-shadow:0 0 0 0 rgb(37 211 102 / .4)
  }
  70%{
      -webkit-box-shadow:0 0 0 20px #fff0;
      box-shadow:0 0 0 20px #fff0
  }
  100%{
      -webkit-box-shadow:0 0 0 0 #fff0;
      box-shadow:0 0 0 0 #fff0
  }
}
@keyframes pulse{
  0%{
      -webkit-box-shadow:0 0 0 0 rgb(37 211 102 / .4);
      box-shadow:0 0 0 0 rgb(37 211 102 / .4)
  }
  70%{
      -webkit-box-shadow:0 0 0 20px #fff0;
      box-shadow:0 0 0 20px #fff0
  }
  100%{
      -webkit-box-shadow:0 0 0 0 #fff0;
      box-shadow:0 0 0 0 #fff0
  }
}
#whatsappWidget:hover{
  text-decoration:none
}


@media (max-width:992px){
  .filter-search-section {
      margin-top: -150px;
  }
  .form-group .input-custom {
    margin-bottom: 13px;
}
  .footer-fixed{
      display:block;
      position:fixed;
      z-index:99;
      width:100%;
      bottom:0;
      background-color:#fff;
      box-shadow:0 3px 9px #000
  }
  .footer-fixed a{
      display:table;
      width:50%;
      float:left;
      color:#fff;
      font-weight:500;
      padding:10px;
      text-align:center;
      display:flex;
      align-items:center;
      justify-content:center
  }
  .footer-fixed a.bt-call{
      background-color:#e60028
  }
  .footer-fixed a.bt-call i{
      font-size:21px;
      margin-right:5px
  }
  .footer-fixed a.bt-whats{
      background-color:#0b9444
  }
  .footer-fixed a.bt-whats i{
      font-size:26px;
      margin-right:5px
  }
  .lgpd-notifier{
      width:100%;
      left:0;
      bottom:58px
  }
}