@charset "UTF-8";
/* ---------------------------------------------------------
    * Name: Autriva - Car Dealer, Rental & Listing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://www.themesflat.com

	* Abstracts variable

    * Reset css styles

    * Components

        * Header
        * Button
        * Section
        * Footer
        * Hover
        * Slider
        * Sidebar
        * Dashboard
        * Widget
        * Compare

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*--------- Reset css styles ---------- */
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "../../assets/fonts/style.css";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
@import "bootstrap.css";
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: "Figtree", sans-serif;
  font-size: 16px;
  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;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.container3 {
  max-width: 1594px;
}

.container2 {
  max-width: 1864px;
}

.container.full {
  max-width: 100%;
}

.container {
  max-width: 1465px;
}

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

.container2,
.container3,
.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-bottom: 1px solid #EDEDED !important;
  outline: 0;
  padding-bottom: 15px;
  border: unset;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  width: 100%;
  background: #FFFFFF;
  color: #696665;
}

textarea:focus,
input:focus {
  border-bottom: 1px solid #405FF2;
}

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 {
  color: #696665;
  line-height: 19.6px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 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: 16px;
  line-height: 22px;
  color: #696665;
}

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

h1 {
  font-size: 70px;
  line-height: 1.3;
}

h2 {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

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

.box-shadow-us {
  box-shadow: unset;
}

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

.align-end {
  align-items: flex-end;
}

.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 {
  cursor: pointer;
  border: unset;
}

.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-24 {
  font-size: 24px;
}

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

.br-100 {
  border-radius: 100%;
}

.w-560 {
  max-width: 560px;
  width: 100%;
}

.fl-right {
  float: right;
}

.w-520 {
  max-width: 520px;
  width: 100%;
  max-width: 520px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  float: right;
}
.w-520 .box-car-list {
  border-radius: 0px;
}
.w-520 .box-car-list .content {
  padding-top: 0px;
}
.w-520 .box-car-list .content .link-style-1 {
  margin-bottom: 13px;
}
.w-520 .box-car-list .content .days-box {
  padding-top: 0px;
  margin-top: 40px;
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #EDEDED;
}
.w-520 .box-car-list .content .days-box .img-author img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.w-100 {
  width: 100%;
}

.m0-auto {
  margin: 0 auto;
}

.mg-42 {
  margin: 42px 0;
}

.pd-0 {
  padding: 0px !important;
}

.mt--5 {
  margin-top: -8.5em;
  margin-left: 51px;
  margin-right: 51px;
}

.mt--3 {
  margin-top: -3.3em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-40 {
  margin-top: 40px !important;
}

.mt-32 {
  margin-top: 32px;
}

.mt-12 {
  margin-top: 12px;
}

.pagination-style1 {
  margin-top: 42px !important;
  margin-bottom: -5px;
}

.tf-section {
  padding: 102px 0;
}

.tf-section2 {
  padding-top: 101px;
}

.tf-section3 {
  padding-bottom: 101px;
}

.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-3 {
  background-color: #F5F7FE;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #111215;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
  color: #405FF2;
}

@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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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: #405FF2;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-style-2 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.link-style-2 a:focus, .link-style-2 a:hover {
  color: #405FF2;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-style-3 a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-style-3 a:focus, .link-style-3 a:hover {
  color: #405FF2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-style-4 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-style-4 a:focus, .link-style-4 a:hover {
  color: #5C6368;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-style-5 a {
  text-decoration: none;
  color: #24272C;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-style-5 a:focus, .link-style-5 a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-color-1 {
  color: #FFFFFF !important;
}

.text-color-2 {
  color: #24272C !important;
}

.text-color-3 {
  color: #405FF2 !important;
}

.text-color-4 {
  color: #696665 !important;
}

.text-color-star {
  color: #F26740 !important;
}

path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .search-submit:hover {
  background: #405FF2;
}
.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 5 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 #405FF2;
}

/* 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.style {
  margin-top: 19px;
}
.themesflat-pagination.style2 {
  margin-top: 0px;
}
.themesflat-pagination.style3 {
  margin-top: 40px;
}
.themesflat-pagination ul {
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin: -2.8px 2.8px;
}
.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;
  object-fit: cover;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #EDEDED;
}
.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: #405FF2;
  color: #fff;
  border-color: #405FF2;
}
.themesflat-pagination ul li .page-numbers.style {
  line-height: 42px;
}
.themesflat-pagination ul li .page-numbers.style i {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}

/* Scroll Top
-------------------------------------------------------------- */
#goTop {
  position: fixed;
  padding: 0;
  bottom: 90px;
  right: 40px;
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  color: #24272C;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 50;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 3px;
  border: 1px solid #405FF2;
  mask-image: conic-gradient(#405FF2 var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(#405FF2 var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop span.icon-carus-up {
  font-size: 12px;
  color: #405FF2;
  rotate: 180deg;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* PreLoad
-------------------------------------------------------------- */
/* preload */
/* -------------------------------- */
.preload-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  border-top: 3px solid #405FF2;
  border-right: 3px solid #405FF2;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 0.8s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
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;
}

.tf-grid-layout {
  display: grid;
}
.tf-grid-layout.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tf-grid-layout.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.md-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.md-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.md-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

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

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.list-car-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

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

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-48 {
  gap: 48px;
}

.gap-36 {
  gap: 30px 36px;
}

.gap-48-36 {
  gap: 48px 36px;
}

.row-64 {
  row-gap: 64px;
}

.mobile-menu .bottom-canvas .tf-top-bar-left {
  display: none;
}

.partner-slide3-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-top: -16.3em;
  margin-left: -30px;
  margin-right: -30px;
  z-index: 3;
  position: relative;
  padding: 30px 30px 0px 30px;
}

.heading-section {
  margin-bottom: 40px;
}
.heading-section .heading-tittle {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.heading-section p {
  margin-top: 10px;
}
.heading-section .description-test {
  margin-top: 10px;
}
.heading-section .description-test p {
  margin-top: 4px;
  text-transform: unset;
}
.heading-section .description-test .star-wrap {
  color: #f9b808;
  margin-right: 13px;
  font-size: 14px;
}

.tf-btn-arrow {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-btn-arrow i {
  font-size: 24px;
  margin-left: 9px;
  vertical-align: middle;
}
.tf-btn-arrow:hover {
  color: #405FF2;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.dropdown > a::after {
  font-family: "Font Awesome 5 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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

/* donat progress */
.progress-bar {
  margin: 16px 0 42px;
}
.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-title-holder {
  padding-bottom: 20px;
  position: relative;
}

.progress-content-outter {
  height: 5px;
  background-color: rgba(8, 4, 34, 0.1);
  border-radius: 5px;
}

.progress-content {
  height: 5px;
  background-color: #405FF2;
  width: 0%;
}

.progress-number-mark {
  margin-bottom: 4px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

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

.marker-card .face {
  position: absolute;
  width: 26px;
  height: 26px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  z-index: 100;
  background: #405ff2;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
  font-size: 24px;
}

.marker-card .face::before,
.marker-card .face::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 9999px;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(64, 95, 242, 0.35);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(64, 95, 242, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(64, 95, 242, 0);
  }
}
.marker-card .face::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

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

#singleListingMap .marker-container {
  cursor: default;
}

.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

#map .infoBox {
  margin-left: 170px;
  margin-bottom: -100px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #202124;
  line-height: 24px;
  font-size: 12px;
  border-radius: 100px;
  z-index: 20;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3411764706);
}

.map-listing-item .infoBox-close:hover {
  color: #405FF2;
}

.map-listing-item .box-car-list {
  background: #fff;
}

.map-listing-item .inner-box {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  max-width: 280px;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.map-listing-item .image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.map-listing-item .content {
  position: relative;
  padding: 21px 20px;
}

.map-listing-item .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.map-listing-item h4 {
  position: relative;
  margin-bottom: 5px;
}

.map-listing-item h4 a {
  transition: all 300ms ease;
}

.map-listing-item h4 a:hover {
  color: #405FF2;
}

.map-listing-item h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #405FF2;
}

.map-listing-item {
  font-size: 12px;
  line-height: 18px;
  color: #24272C;
  margin-bottom: 6px;
}
.map-listing-item .location i {
  margin-right: 5px;
  font-size: 12px;
}

.map-listing-item .location .type {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #405ff2;
  background: rgba(20, 129, 96, 0.1);
  border-radius: 24px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
}

.map-listing-item .location .type:hover {
  color: #fff;
  background: #405ff2;
}

.map-listing-item .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.map-listing-item .job-info li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 20px;
}

.map-listing-item .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}

.map-listing-item .job-info li a {
  color: #696969;
}

.cluster-map-visible {
  text-align: center;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #405ff2;
  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: #405FF2;
  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: #405FF2;
  -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 #405FF2;
}

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

#slider-range-value03::after,
#slider-range-value01::after,
#slider-range-value1::after {
  content: " — ";
  font-size: 8px;
  vertical-align: bottom;
}

.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;
  cursor: pointer;
}

.tf-amenities label {
  position: relative;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 16px;
}

.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: 24px;
  height: 24px;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin-right: 8px;
}

.btn-checkbox:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 24px;
  display: none;
}

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

label input:checked ~ .btn-checkbox:after {
  display: block;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[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: #405FF2;
  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);
}

/*--------- Components ---------- */
/*------------ Header ---------------- */
/* Header
-------------------------------------------------------------- */
.header-account {
  gap: 20px;
}
.header-account ul li {
  margin-right: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #24272C;
}
.header-account ul li:first-child {
  margin-right: 9px;
  margin-left: 6px;
}
.header-account ul li a {
  color: #24272C;
}
.header-account ul li a:hover {
  color: #405FF2 !important;
}
.header-account ul:hover i {
  color: #405FF2 !important;
}
.header-account .header-search-icon,
.header-account .header-favorite {
  position: relative;
  padding-right: 10px;
  color: #24272C;
}
.header-account .header-search-icon::after,
.header-account .header-favorite::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #EDEDED;
  left: 36px;
}
.header-account .header-search-icon:hover,
.header-account .header-favorite:hover {
  color: #405FF2 !important;
}
.header-account .search-mobie {
  position: relative;
}
.header-account .siderbar-icon {
  font-size: 64px;
  color: #FFFFFF;
}
.header-account .siderbar-icon:hover {
  color: #405FF2;
}

.wd-find-selects {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wd-find-selects form {
  width: 100%;
  max-width: 100px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
  top: 50%;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0;
}
.wd-find-selects form .search-field {
  background: transparent;
  color: #FFFFFF !important;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  line-height: 24px;
  padding: 25px 49px 25px 17px;
  border-radius: unset;
  font-size: 20px !important;
}
.wd-find-selects form .search-field::placeholder {
  color: #FFFFFF !important;
  font-size: 20px !important;
}
.wd-find-selects form .search-field:focus {
  border: 0;
  border-bottom: 1px solid #405FF2;
}
.wd-find-selects form .btn-search {
  width: 50px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
}
.wd-find-selects form .btn-search:hover i {
  color: #405FF2;
}
.wd-find-selects form .btn-search i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
  color: #FFFFFF;
}
.wd-find-selects.opened {
  top: 0;
  visibility: visible;
}
.wd-find-selects.opened form {
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  max-width: 1200px;
  opacity: 1;
}
.wd-find-selects > i {
  position: absolute;
  cursor: pointer;
  top: 40px;
  right: 30px;
  color: #FFFFFF;
  width: 40px;
  font-size: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.wd-find-selects > i:hover {
  background-color: #405FF2;
  color: #FFFFFF;
}

.main-header {
  z-index: 99;
  width: 100%;
  position: relative;
}
.main-header .sc-button {
  padding: 15px 38.5px;
}
.main-header.style1 {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.main-header.style2 {
  position: absolute;
  padding: 0px 32px;
}
.main-header.style2 .logo-box {
  padding-right: 56px;
  padding-left: 13px;
  border-right: 1px solid #EDEDED;
}
.main-header.style2 .main-menu .navigation > li > a {
  padding: 24px 0px;
}
.main-header.style2 .header-account {
  gap: 22px;
}
.main-header.style2 .flat-bt-top {
  margin-left: 23px;
}
.main-header.style2 .header-lower {
  background: #FFFFFF;
}
.main-header.style3 {
  top: 23px;
}
.main-header.style3 .logo-box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.main-header.style3 .header-lower {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.main-header.style4 {
  position: absolute;
  top: 20px;
}
.main-header.style4 .main-menu .navigation > li {
  margin-right: 24px;
}
.main-header.style5 {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px 20px;
}
.main-header.style5 .nav-outer.justify-end .main-menu .navigation > li.dropdown2:hover > ul {
  right: 0;
}
.main-header.style5 .flat-bt-top {
  margin-left: 23px;
}
.main-header.style6 {
  position: absolute;
  left: 0;
  right: 0;
}
.main-header.style6 .inner-top {
  background: #000000;
  padding: 10px 36px;
}
.main-header.style6 .inner-top .header-account .header-search-icon::after {
  height: 13px;
  left: 32px;
}
.main-header.style6 .inner-top .header-account .fs-20 {
  font-size: 14px;
}
.main-header.style6 .inner-top .header-account ul li {
  font-weight: 400;
  font-size: 14px;
}
.main-header.style6 .inner-top .header-account.account-right {
  min-width: 179px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header.style6 .main-menu .navigation > li > a {
  font-weight: 400 !important;
  padding: 14px 0px !important;
  font-size: 14px !important;
}
.main-header.style6 .inner-container {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
}
.main-header.style6 .header-lower .nav-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.main-header.style6 .header-lower.is-fixed.is-small {
  background-color: transparent;
}
.main-header.style6 .header-lower.is-fixed.is-small .navigation > li > a {
  color: #FFFFFF !important;
}
.main-header.style6 .header-lower.is-fixed.is-small .header-search-icon,
.main-header.style6 .header-lower.is-fixed.is-small .header-account ul li,
.main-header.style6 .header-lower.is-fixed.is-small .header-account ul li a {
  color: #FFFFFF !important;
}
.main-header.style6 .header-lower.is-fixed.is-small .header-search-icon::after,
.main-header.style6 .header-lower.is-fixed.is-small .sidebar-icon .line,
.main-header.style6 .header-lower.is-fixed.is-small .sidebar-icon .line::before {
  background-color: #FFFFFF;
}
.main-header.style7 .inner-top {
  background: transparent;
  padding: 24px 21px 24px 37px;
}
.main-header.style7 .header-lower.is-fixed.is-small {
  background-color: #000000;
}
.main-header.style7 .sidebar-icon {
  width: 35px;
  height: 15px;
  margin-left: 160px;
}
.main-header.style7 .mobile-button {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  float: right;
  top: unset;
  transform: unset;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
}
.main-header.style-white .navigation > li > a {
  color: #FFFFFF;
}
.main-header.style-white .header-search-icon,
.main-header.style-white .header-account ul li,
.main-header.style-white .header-account ul li a {
  color: #FFFFFF;
}
.main-header.style-white .header-search-icon::after {
  background-color: #FFFFFF;
}

.sidebar-icon {
  width: 63px;
  height: 13px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sidebar-icon .line,
.sidebar-icon .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transition: 0.3s ease;
}

/* Gạch 1 */
.sidebar-icon .line {
  top: 0;
}

/* Gạch 2 */
.sidebar-icon .line::before {
  top: 14px;
}

.main-header .header-lower.is-fixed .header-search-icon,
.main-header .header-lower.is-fixed .header-account ul li,
.main-header .header-lower.is-fixed .siderbar-icon {
  color: #24272C;
}

.header-lower.is-fixed .sidebar-icon .line,
.header-lower.is-fixed .sidebar-icon .line::before {
  background: #24272C;
}

.main-header.style3 .header-lower.is-fixed .logo-box {
  border-right: 1px solid #EDEDED;
}

.main-header .header-lower.is-fixed .header-search-icon::after {
  background-color: #EDEDED;
}

#showlogo {
  display: none;
}

/* Header top */
.tf-top-bar {
  padding: 15px 13px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.08);
}
.tf-top-bar .tf-top-bar-left ul {
  gap: 24px;
}
.tf-top-bar .tf-top-bar-left ul li {
  gap: 8px;
}
.tf-top-bar .tf-top-bar-left ul li .icon {
  vertical-align: middle;
  display: inline-flex;
  color: #FFFFFF;
  font-size: 20px;
}
.tf-top-bar .tf-top-bar-left ul li p > a {
  color: #FFFFFF;
}
.tf-top-bar .tf-top-bar-left ul li a:hover {
  color: #405FF2 !important;
}
.tf-top-bar .tf-top-bar-right {
  gap: 10px;
}
.tf-top-bar .tf-top-bar-right ul {
  gap: 20px;
}
.tf-top-bar .tf-top-bar-right ul li a {
  font-size: 14px;
  display: flex;
  color: #FFFFFF;
}
.tf-top-bar .tf-top-bar-right ul li a:hover {
  color: #405FF2;
}

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

.main-header .logo-box .logo .img-is-fixed {
  display: none;
}

.main-header .is-fixed.is-small .logo-box .logo .img-is-fixed {
  display: block;
}

.main-header .is-fixed.is-small .logo-box .logo .img-none {
  display: none;
}

.main-header .is-fixed.is-small .main-menu .navigation > li > a,
.main-header .is-fixed.is-small .header-account ul li a {
  color: #24272C;
}

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

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

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

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

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

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

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

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

.main-header .header-lower .nav-outer {
  position: relative;
  flex: 1;
  padding-left: 56px;
  padding-right: 56px;
}

.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;
  -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: 32px;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul {
  display: flex;
  min-width: 400px;
  overflow: hidden;
  padding: 30px;
  gap: 20px;
  justify-content: space-between;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul li {
  width: 50%;
}

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

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li.dropdown2 > a:after {
  content: unset;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li:hover a {
  background-color: transparent;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > ul > li {
  width: 100%;
  opacity: 1 !important;
  transform: translateY(0px);
  margin-bottom: 15px;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > ul > li > a {
  font-weight: 400;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > ul {
  position: relative;
  width: 100%;
  left: 0;
  border-top: 2px solid transparent;
  opacity: 1;
  border-radius: unset;
  box-shadow: unset;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > ul > li > a,
.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > a {
  padding: 0px;
}

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

.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: 600;
  padding: 29px 0px;
  letter-spacing: 0px;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

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

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

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

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

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

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

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #405FF2 !important;
}

.main-header .main-menu .navigation > li.tfcl-mega-menu > ul > li > a {
  color: #24272C !important;
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  width: 280px;
  z-index: 1;
  border-top: 2px solid #405FF2;
  -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;
  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 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms 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 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  padding: 12px 24px;
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
  color: #405FF2;
  background-color: #F5F7FE;
}

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

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

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

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

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #405FF2;
  background-color: #F5F7FE;
}

.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 5 Pro";
  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: -100%;
  top: 0;
  width: 400px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-menu .header-account-menu {
  padding: 40px 0px 32px 0px;
  border-bottom: 1px solid #EDEDED;
  margin: 0px 32px;
}
.mobile-menu .header-account-menu img {
  width: 48px !important;
  height: 48px !important;
  border: unset !important;
  box-shadow: unset !important;
}
.mobile-menu .bottom-canvas {
  padding: 0px 32px 40px;
}
.mobile-menu .bottom-canvas .content .sub a {
  color: #24272C;
}
.mobile-menu.style-2 {
  right: -100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile-menu-visible .style-2 {
  left: auto !important;
  right: 0 !important;
}

.style7 .close-btn {
  right: auto;
  left: 26px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  visibility: visible;
  left: 0;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #FFFFFF;
  z-index: 5;
  border-radius: 0px;
}

.close-btn {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  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 span {
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 5 Pro";
  font-size: 10px;
  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: #F5F7FE;
  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 !important;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #405FF2 !important;
}

.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: #405FF2;
  -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 .menu-outer {
  padding-bottom: 20px;
  padding-top: 20px;
}
.mobile-menu .button-mobi-sell {
  margin-bottom: 40px;
}
.mobile-menu .button-mobi-sell a {
  width: 100%;
}
.mobile-menu .conatct-us {
  margin-bottom: 48px;
}
.mobile-menu .conatct-us .title {
  color: #24272C;
  margin-bottom: 16px;
}
.mobile-menu .conatct-us .icon-box-footer:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu .conatct-us .icon-box-footer .icon {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid rgba(36, 39, 44, 0.1);
}
.mobile-menu .conatct-us .icon-box-footer p,
.mobile-menu .conatct-us .icon-box-footer .sub {
  color: #24272C;
  margin-bottom: 4px;
}
.mobile-menu .social .title {
  color: #24272C;
  margin-bottom: 16px;
}
.mobile-menu .social .icon-social a {
  color: #24272C;
  background-color: rgba(36, 39, 44, 0.1);
}
.mobile-menu .social .icon-social a:hover {
  color: #FFFFFF;
  background-color: #405FF2;
}

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

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

.box-avatar.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-avatar.dropdown-toggle::after {
  display: none;
}
.box-avatar.dropdown-toggle img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.box-avatar.dropdown-toggle .name {
  color: #24272c;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.box-avatar.dropdown-toggle i {
  margin-left: 10px;
  font-size: 26px;
  font-weight: 100;
}

#wrapper-dashboard .header-search-icon {
  margin-left: 24px;
}

.dropdown-menu.dashboard-menu {
  border-radius: 0px;
  border-top: 2px solid #405FF2;
  min-width: 240px;
  background: #fff;
  margin-top: 5px !important;
  box-shadow: 0px 30px 60px 0px rgba(36, 39, 44, 0.1019607843);
}
.dropdown-menu.dashboard-menu a {
  padding: 11px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #24272c;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dropdown-menu.dashboard-menu a:hover {
  color: #405FF2;
  background: #F5F7FE;
}
.dropdown-menu.dashboard-menu a.active {
  background: #F5F7FE;
}
.dropdown-menu.dashboard-menu a i {
  font-size: 20px;
}
.dropdown-menu.dashboard-menu a svg {
  margin: 0;
  margin-right: 5px;
  vertical-align: bottom;
  width: 18px;
}
.dropdown-menu.dashboard-menu a svg * {
  stroke: #24272c;
  opacity: 1;
}

/*------------ Button ---------------- */
/* button 
--------------------------------------------------*/
.sc-button {
  display: inline-block;
  box-sizing: border-box;
  background-color: #405FF2;
  padding: 15px 25px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sc-button span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.sc-button i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 7px;
  z-index: 2;
  position: relative;
}
.sc-button.style-2 {
  border: 1px solid #EDEDED;
  background-color: transparent;
}
.sc-button.style-2 span,
.sc-button.style-2 i {
  color: #24272C;
}
.sc-button.style-2:hover span,
.sc-button.style-2:hover i {
  color: #FFFFFF;
}
.sc-button:hover::after, .sc-button.active::after {
  width: 115%;
  background-color: #24272C;
  z-index: 1;
}
.sc-button::after {
  content: "";
  position: absolute;
  background-color: #405FF2;
  -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;
  width: 0;
  height: 100%;
  top: 0;
  left: -5%;
  z-index: -1;
}
.sc-button.btn-55 {
  padding: 15px 55.5px !important;
}
.sc-button.btn-svg svg,
.sc-button.btn-svg i {
  margin-right: 0;
}
.sc-button.btn-1 {
  color: #24272C;
  background-color: transparent;
  border: 1px solid #EDEDED;
  padding: 14px 54.5px;
}
.sc-button.btn-1 span {
  color: #24272C;
  font-size: 16px;
  font-weight: 600;
}
.sc-button.btn-1 i {
  margin-left: 10px;
  font-size: 15px;
}
.sc-button.btn-1:hover, .sc-button.btn-1.active {
  background-color: #405FF2;
}
.sc-button.btn-1:hover span,
.sc-button.btn-1:hover i, .sc-button.btn-1.active span,
.sc-button.btn-1.active i {
  color: #FFFFFF;
}
.sc-button.btn-1:hover svg,
.sc-button.btn-1:hover i, .sc-button.btn-1.active svg,
.sc-button.btn-1.active i {
  animation: 0.3s link-icon2 linear;
}
.sc-button.btn-1:hover svg,
.sc-button.btn-1:hover path, .sc-button.btn-1.active svg,
.sc-button.btn-1.active path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.view-car {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #24272C;
  border: 1px solid #EDEDED;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.view-car i {
  font-size: 20px;
  margin-left: 6px;
}
.view-car:hover {
  color: #405FF2;
  border: 1px solid #405FF2;
}

.link-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.64px;
  color: #405FF2;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link-btn i,
.link-btn svg {
  font-size: 20px;
  margin-left: 6px;
}
.link-btn:hover span,
.link-btn:hover i, .link-btn.active span,
.link-btn.active i {
  color: #24272C;
}
.link-btn:hover svg,
.link-btn:hover path, .link-btn.active svg,
.link-btn.active path {
  fill: #24272C;
  stroke: #24272C;
}

.btn-join {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  padding: 8px 22.5px;
  border: 1px solid #EDEDED;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/*------------ Section ---------------- */
/**
  	* flat title page
	  * top filters
  	* flat brand
	  * flat featured
    * wg-dream
    * flat search area 
    * flat contact
    * comments
    * flat blog
    * flat testimonial
    * flat properties rent
    * curved
    * flat testimonial
    * flat agents
    * flat search
    * flat why choose
    * flat contact
    * flat icon
    * flat pricing 
    * flat property, property grid,list
    * flat map 1 2 3
    * flat agent, agent detail,sidebar
    * flat agencies, agencies detail,sidebar 
    * flat about
    * flat service
    * flat contact page
    * flat blog grid,list,detail
    * flat video
    * flat count
    * flat faq
    * Modal Popup
*/
/* Page Title Inner
-------------------------------------------------------------- */
.flat-title-page.inner {
  padding: 328px 0 41px 0px;
  position: relative;
  background-image: url(./../../assets/images/section/bg-page.jpg);
  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 5 Pro";
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #fff;
}
.flat-title-page .page-title-heading .icons {
  margin-right: 19px;
}

.flat-title.style1 {
  padding: 70px 0px 79px 0px;
}
.flat-title.style3 {
  padding: 70px 0px 185px 0px;
}
.flat-title.style2 .title-inner {
  padding: 24px 0px;
  border-bottom: 1px solid #EDEDED;
}
.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 5 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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-tabs.style2 .tab-title li:hover, .flat-tabs.style2 .tab-title li.active {
  background-color: #405FF2;
}
.flat-tabs.style2 .tab-title li:hover h4, .flat-tabs.style2 .tab-title li.active h4 {
  color: #FFFFFF;
}
.flat-tabs.style2 .tab-title li:nth-child(1) {
  margin-right: 5px;
}

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

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

/* flat brand
--------------------------------------------------*/
.flat-brand .title-section {
  margin-bottom: 19px;
}
.flat-brand.page {
  background: #F5F7FE;
}
.flat-brand.home2 .swiper-container {
  margin-bottom: 30px;
}
.flat-brand.home2 .swiper-container:last-child {
  margin-bottom: 0;
}
.flat-brand.home3 {
  padding: 49px 0 157px;
}

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

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

.comments .comment-form label {
  color: #24272C;
  margin-bottom: 16px;
  font-size: 18px;
}
.comments .comment-form .nice-select {
  padding: 16px 20px 14px 46px;
  font-size: 14px;
  margin-bottom: 24px;
  border-radius: 10px;
}
.comments .comment-form .icon {
  position: absolute;
  left: 18px;
  top: 43px;
}
.comments .comment-form .toggle-password {
  color: #B6B6B6;
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 47px;
}
.comments .comment-form .text-wrap {
  margin-left: -22px;
}
.comments .comment-form .text-wrap fieldset {
  width: calc(50% - 22px);
  margin-left: 22px;
}

.flat-blog .sub-box {
  color: #24272C;
}
.flat-blog .sub-box .title-2 {
  position: relative;
}
.flat-blog .sub-box .title-2::before {
  font-family: "carus";
  font-size: 18px;
  content: "\e90e";
  margin-right: 9px;
  color: #24272C;
}
.flat-blog .sub-box .meta:not(:last-child) {
  margin-right: 18px;
}
.flat-blog .content h3 {
  margin-bottom: 15px;
}
.flat-blog .content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog .content h3 a:hover {
  color: #405FF2;
}

.flat-blog-list .content {
  padding: 40px 40px;
  border-top: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flat-property .inner-heading {
  margin-bottom: 46px;
}

.inner-heading .heading-listing {
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
}

.social-listing {
  gap: 10px;
}
.social-listing p {
  color: #24272C;
}

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

.wrap-map .content-left {
  width: 40%;
  padding: 63px 40px 35px 33px;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
.wrap-map .content-left .heading-listing {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
}
.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-left .image-group {
  min-width: 324px;
  width: 100%;
}
.wrap-map .content-right {
  width: 60%;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 100%;
  right: 0;
}

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

.comment-list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}
.comment-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}
.comment-list li .comment-list-wrap {
  margin-bottom: 21px;
}
.comment-list li .comment-list-wrap .images {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.comment-list li .comment-list-wrap .content {
  padding: 6px 0px 0 20px;
  width: 100%;
}
.comment-list li .comment-list-wrap .content h5 {
  margin-bottom: 1px;
}
.comment-list li .comment-list-wrap .content .icon-star {
  color: #F26740;
  font-size: 13px;
  gap: 1px;
}
.comment-list li .texts {
  margin-bottom: 16px;
}
.comment-list li .helpful {
  margin-left: 12px;
}
.comment-list li .helpful a {
  padding: 3px 12px;
  border: 1px solid #EDEDED;
}

.flat-blog-grid .flat-blog {
  padding-bottom: 47px;
  border-bottom: 1px solid #EDEDED;
}
.flat-blog-grid .box .content {
  padding-top: 34px;
}
.flat-blog-grid .box .content .sub-box .category {
  position: relative;
  margin-left: 11px;
  padding-left: 8px;
}
.flat-blog-grid .box .content .sub-box .category:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #E4E4E4;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.flat-blog-grid .box .content h3 {
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .box .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flat-blog-grid .themesflat-pagination {
  margin-top: 50px;
}

.flat-blog-list .box-heading {
  margin-bottom: 60px;
}
.flat-blog-list .wrap-blog {
  padding-right: 8px;
}
.flat-blog-list .wrap-blog p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flat-blog-list .box {
  margin-bottom: 47px;
  border: 1px solid #ededed;
}

.box .date {
  padding: 5px 12px;
  background: #405FF2;
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.flat-blog-detail .post {
  padding-right: 10px;
}
.flat-blog-detail .title-heading {
  margin-bottom: 16px;
  margin-top: 2px;
  line-height: 48px;
}
.flat-blog-detail .icon-boxs {
  margin-bottom: 41px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.flat-blog-detail .icon-boxs .infor {
  padding-right: 16px;
  border-right: 1px solid #EDEDED;
}
.flat-blog-detail .icon-boxs i {
  font-size: 20px;
  color: #07060C;
  margin-right: 9px;
}
.flat-blog-detail > .image {
  margin-bottom: 29px;
}
.flat-blog-detail h3 {
  margin-bottom: 16px;
}
.flat-blog-detail .content-img {
  margin-bottom: 31px;
}
.flat-blog-detail .content-img .sub-title {
  margin-bottom: 3px;
}
.flat-blog-detail .texts-2 {
  margin-bottom: 22px;
}
.flat-blog-detail .texts-3 {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B6B6B6;
}
.flat-blog-detail .text-box {
  border: 1px solid #24272C;
  border-bottom: 4px solid #24272C;
  padding: 0px 30px 28px 30px;
  margin-top: 66px;
  margin-bottom: 40px;
}
.flat-blog-detail .text-box > p {
  margin-bottom: 23px;
}
.flat-blog-detail .text-box .icon {
  width: 56px;
  height: 56px;
  border: 1px solid #24272C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #405FF2;
  background: #FFFFFF;
  margin-top: -28px;
  margin-bottom: 28px;
}
.flat-blog-detail .box-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.flat-blog-detail .tag-wrap {
  margin-bottom: 30px;
  padding-top: 17px;
  border-top: 1px solid #EDEDED;
}
.flat-blog-detail .tags p {
  margin-right: 11px;
  margin-bottom: 10px;
}
.flat-blog-detail .tags a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #EDEDED;
  font-weight: 400;
}
.flat-blog-detail .tags a:hover {
  background-color: #405FF2;
  border: 1px solid #405FF2;
  color: #FFFFFF;
}
.flat-blog-detail .share-box {
  margin-top: -8px;
}
.flat-blog-detail .share-box p {
  margin-right: 9px;
}
.flat-blog-detail .share-box .icon-social a {
  border: 1px solid #B6B6B6;
  background-color: unset;
  color: #24272C;
  margin-left: 0px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flat-blog-detail .share-box .icon-social a:hover {
  border: 1px solid #405FF2;
  background-color: #405FF2;
  color: #FFFFFF;
}

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

.wrap-form {
  padding: 0;
}
.wrap-form .title {
  margin-bottom: 30px;
}
.wrap-form .title h2 {
  margin-bottom: 8px;
}
.wrap-form .reating-comment {
  margin-bottom: 33px;
}
.wrap-form .reating-comment h6 {
  margin-bottom: 14px;
}
.wrap-form .reating-comment .rating-container.icon {
  color: rgba(64, 95, 242, 0.2);
  font-size: 32px;
  cursor: pointer;
}
.wrap-form .reating-comment .rating-container.icon i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.loan-calculator {
  padding: 104px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.loan-calculator.inner-1 {
  background-image: url(./../../assets/images/section/bg-1.webp);
}
.loan-calculator.inner-2 {
  background-image: url(./../../assets/images/section/bg-3.webp);
}
.loan-calculator.inner-4 {
  background-image: url(./../../assets/images/section/bg-4.webp);
}

.section-feature-specs .image-feature-specs {
  padding-top: 31px;
}
.section-feature-specs .image-feature-specs .text-specs {
  font-weight: 900;
  font-size: 106px;
  line-height: 0.8;
  text-transform: uppercase;
  color: #E9EDFB;
  text-align: center;
}
.section-feature-specs .image-feature-specs .text-specs:first-child {
  margin-left: 18%;
}
.section-feature-specs .image-feature-specs .text-specs:last-child {
  margin-left: -22%;
}
.section-feature-specs .content-feature-specs {
  margin-top: 69px;
  padding-left: 25px;
}
.section-feature-specs .content-feature-specs .heading-section {
  margin-bottom: 48px;
}
.section-feature-specs .content-feature-specs .heading-section p {
  text-transform: capitalize;
  margin-top: 10px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content {
  padding: 40px;
  background-color: #F5F7FE;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .link-style-1 {
  margin-bottom: 6px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box {
  gap: 18px;
  margin-bottom: 30px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box .icons {
  font-size: 14px;
  font-weight: 400;
  color: #24272C;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box i, .section-feature-specs .content-feature-specs .feature-specs-box .content .icon-box svg {
  margin-right: 8px;
  font-size: 20px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .days-box .img-author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 12px;
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .days-box .view-car {
  border: 1px solid rgba(64, 95, 242, 0.15);
}
.section-feature-specs .content-feature-specs .feature-specs-box .content .top-box {
  margin-bottom: 29px;
}

.section-reputable .reputable-image {
  border: 24px solid #405FF2;
  margin-left: 52px;
  margin-bottom: 55px;
  margin-right: 13px;
  padding-top: 118px;
}
.section-reputable .reputable-image .tf-counter {
  margin-bottom: 36px;
}
.section-reputable .reputable-image .tf-counter .number-counter {
  font-weight: 700;
  font-size: 130px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  display: inline-flex;
  color: #FFFFFF;
}
.section-reputable .reputable-image .tf-counter p {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 16px;
}
.section-reputable .reputable-image .image {
  margin-left: -5em;
  margin-right: -9em;
  margin-bottom: -8em;
}
.section-reputable .reputable-content {
  padding-top: 69px;
  padding-left: 86px;
}
.section-reputable .reputable-content .image-logo {
  margin-bottom: 40px;
}
.section-reputable .reputable-content .image-logo img {
  max-width: 164px;
}
.section-reputable .reputable-content .heading-section {
  margin-bottom: 51px;
}
.section-reputable .reputable-content .heading-section h2 {
  line-height: 1.2;
}
.section-reputable .reputable-content .heading-section p {
  margin-top: 25px;
  text-transform: none;
}
.section-reputable .reputable-content .tf-counter {
  margin-bottom: 54px;
}
.section-reputable .reputable-content .tf-counter .number-counter {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  display: inline-flex;
  color: #405FF2;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.section-reputable .reputable-content .tf-counter > p {
  text-transform: capitalize;
}
.section-reputable .reputable-content .btn-wrap {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.section-reputable .reputable-content .btn-wrap .sc-button {
  border: 1px solid #405FF2;
}
.section-reputable .reputable-content .btn-wrap .sc-button:last-child {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #405FF2;
}
.section-reputable .reputable-content .btn-wrap .sc-button:hover::after {
  background-color: #FFFFFF;
}
.section-reputable .reputable-content .btn-wrap .sc-button:hover span,
.section-reputable .reputable-content .btn-wrap .sc-button:hover i {
  color: #24272C;
}
.section-reputable.style-2 .reputable-background {
  margin-left: 70px;
  margin-bottom: 0px;
  margin-right: -4px;
  padding-top: 1px;
  position: relative;
}
.section-reputable.style-2 .reputable-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-reputable.style-2 .reputable-image {
  background: #fff;
  border: none;
  margin: 24px;
  padding: 0;
  padding-top: 118px;
}
.section-reputable.style-2 .reputable-image .tf-counter {
  margin-bottom: 113px;
}
.section-reputable.style-2 .reputable-image .tf-counter .number-counter {
  font-weight: 700;
  font-size: 130px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  display: inline-flex;
  color: #405ff2;
}
.section-reputable.style-2 .reputable-image .tf-counter p {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #24272c;
  margin-top: 16px;
}
.section-reputable.style-2 .reputable-image .image {
  margin-left: -3em;
  margin-right: -7em;
  margin-bottom: 0em;
}
.section-reputable.style-2 .reputable-image .image img {
  margin-bottom: -9em;
}

.grid-counter-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 97px;
}
.grid-counter-4 .tf-counter {
  position: relative;
}
.grid-counter-4 .tf-counter::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #EDEDED;
  position: absolute;
  right: -48px;
  top: 0;
}
.grid-counter-4 .tf-counter:last-child::after {
  content: unset;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #EDEDED;
}

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

.listing-black .swiper-pagination3 {
  display: block;
}

.section-why-choose-us .image-wcs {
  padding-right: 11px;
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.section-why-choose-us .content-wcs {
  padding-left: 12px;
  padding-top: 79px;
}
.section-why-choose-us .content-wcs .heading-section {
  margin-bottom: 31px;
}
.section-why-choose-us .content-wcs .heading-section p {
  margin-top: 47px;
  text-transform: none;
}
.section-why-choose-us .content-wcs .sc-button {
  margin-top: 46px;
}
.section-why-choose-us.style-2 .content-wcs {
  padding-left: 0px;
}
.section-why-choose-us.style-2 .image-wcs {
  padding-left: 11px;
  padding-right: 0;
}

.carousel-testi-thumb2 {
  margin-right: 14px;
}

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

.section-testimonial .image-wcs {
  height: 100%;
}
.section-testimonial .image-wcs .bg-image-1 {
  background-image: url(./../../assets/images/section/bg-2.jpg);
  position: relative;
  overflow: hidden;
  padding: 110px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.section-testimonial .content-wcs {
  padding-top: 138px;
  padding-bottom: 110px;
  padding-left: 80px;
  max-width: 700px;
}
.section-testimonial .content-wcs .heading-section {
  margin-bottom: 22px;
}

.image-about-us .image {
  max-width: 496px;
  margin-left: 7.8em;
}
.image-about-us .counter-wrap {
  min-width: 248px;
  background: rgba(64, 95, 242, 0.9);
  padding: 32px;
  position: absolute;
  top: 22.5%;
  left: 0;
  text-align: center;
  backdrop-filter: blur(20px);
}
.image-about-us .counter-wrap .logo-counter {
  width: 144px;
  text-align: center;
  margin-bottom: 32px;
}
.image-about-us .counter-wrap .tf-counter:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.image-about-us .counter-wrap .number-counter {
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #FFFFFF !important;
  margin-bottom: 17px !important;
}
.image-about-us .counter-wrap .tf-counter.style-1 p {
  color: rgba(255, 255, 255, 0.4) !important;
}

.content-about-us {
  padding-left: 12px;
  padding-top: 47px;
}
.content-about-us .heading-section p {
  margin-top: 23px;
  text-transform: unset;
}
.content-about-us .tf-icon-list {
  margin-bottom: 31px;
  padding-bottom: 31px;
  border-bottom: 1px solid #EDEDED;
}
.content-about-us .hotline-wrap {
  margin-bottom: 40px;
}
.content-about-us .btn-wrap .sc-button:last-child {
  border: 1px solid #EDEDED;
  background-color: transparent;
  padding: 14px 25px;
}
.content-about-us .btn-wrap .sc-button:last-child span,
.content-about-us .btn-wrap .sc-button:last-child i {
  color: #24272C;
}
.content-about-us .btn-wrap .sc-button:last-child:hover span,
.content-about-us .btn-wrap .sc-button:last-child:hover i {
  color: #FFFFFF;
}

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

.specs-features {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  padding: 9px 18px;
}
.specs-features:hover {
  background: #405FF2;
}
.specs-features:hover i,
.specs-features:hover span {
  color: #FFFFFF !important;
}
.specs-features i {
  color: #24272C;
  font-size: 19px;
}

.sale-agent-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.widget-listing .listing-header {
  margin-bottom: 21px;
}
.widget-listing .listing-header h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.widget-overview .tfcl-listing-header {
  margin-bottom: 28px;
}
.widget-overview .tfcl-listing-header h3 {
  font-weight: 600;
  font-size: 24px;
}
.widget-overview .listing-infor-box {
  margin-bottom: 26px;
}
.widget-overview .listing-infor-box:last-child {
  margin-bottom: 0;
}
.widget-overview .listing-infor-box .icon {
  margin-left: 0px;
}

.listing-recommended {
  margin-bottom: 24px;
}
.listing-recommended .item {
  gap: 20px;
}
.listing-recommended .item:not(:last-child) {
  margin-bottom: 20px;
}
.listing-recommended .item .image {
  max-width: 130px;
  overflow: hidden;
  flex-shrink: 0;
}
.listing-recommended .item .content h6 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.listing-recommended .item .content h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.listing-recommended .item .content h6:hover {
  color: #405FF2;
}

.headings-widget {
  margin-bottom: 39px;
}
.headings-widget .title {
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.headings-widget .icon-box {
  gap: 16px;
}
.headings-widget .icon-box .icons {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  gap: 8px;
  color: #24272c;
}
.headings-widget .icon-box .icons i {
  font-size: 20px;
}

.heading-widget {
  margin-bottom: 0px;
}
.heading-widget .money {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}
.heading-widget .price-wrap {
  margin-bottom: 16px;
}
.heading-widget .price-wrap p {
  line-height: 16.8px;
  margin-bottom: 6px;
}
.heading-widget .price-wrap p:last-child {
  margin-bottom: 24px;
}

.action-icon {
  gap: 8px;
}
.action-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
}
.action-icon .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #EDEDED;
  text-align: center;
  line-height: 37px;
  color: #B6B6B6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.action-icon .icon:hover {
  border: 1px solid #405FF2;
  color: #FFFFFF;
  background-color: #405FF2;
}
.action-icon .icon:hover svg path {
  fill: #FFFFFF;
}

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

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

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

.listing-description .tfcl-listing-info > p {
  margin-bottom: 20px;
}
.listing-description .list-file a {
  border: 1px solid #EDEDED;
  font-size: 16px;
  font-weight: 600;
  line-height: 17.64px;
  color: #24272C;
  padding: 9px 15px 9px 16px;
}
.listing-description .list-file a svg {
  margin-right: 6px;
}

.listing-infor-box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.listing-infor-box .icon {
  margin-right: 8px;
  margin-left: 3px;
  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: 16px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
  flex: 1;
}
.listing-infor-box .content-listing-info .listing-info-value {
  font-size: 16px;
  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: 24px 35px;
}
.features-inner > .inner .listing-feature-wrap {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
}
.features-inner > .inner .listing-feature-wrap svg {
  margin-right: 9px;
}

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

.listing-location .box-title {
  margin-bottom: 30px;
}
.listing-location .box-title .title-ct {
  margin-bottom: 16px;
  font-family: Outfit;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
}
.listing-location .map-content {
  height: 520px;
  width: 100%;
}

.widget-rating .icon-star {
  width: 68px;
  height: 68px;
  background-color: #F5F7FE;
  border-radius: 100%;
  text-align: center;
  line-height: 68px;
  color: #405FF2;
  font-size: 32px;
  margin-right: 12px;
}
.widget-rating .numbers {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #405FF2;
  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 .dealer-content-wrap {
  padding-right: 9px;
}
.listing-detail .dealer-content-wrap h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.listing-detail .dealer-content-wrap .heading-section {
  margin-bottom: 26px;
}
.listing-detail .dealer-content-wrap .carousel-agent-slide3 {
  margin-bottom: 0px !important;
  text-align: center;
  margin-top: 25px;
}
.listing-detail .dealer-sidebar {
  margin-left: 15px;
}
.listing-detail .dealer-sidebar .icon-close-listing {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}
.listing-detail .dealer-sidebar .icon-close-listing i {
  font-size: 25px;
  color: #24272C;
}
.listing-detail .widget {
  padding: 32px 30px;
  border: 1px solid #EDEDED;
}
.listing-detail .widget:not(:last-child) {
  margin-bottom: 40px;
}
.listing-detail.style-1 .listing-detail-wrap {
  padding-right: 9px;
}
.listing-detail.style-2 .headings-wrap {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.listing-detail.style-2 .headings-wrap .headings-widget {
  margin-bottom: 0px;
}
.listing-detail.style-2 .heading-widget {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}
.listing-detail.style-2 .heading-widget .money {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #ededed;
  margin-bottom: 0;
}
.listing-detail.style-2 .heading-widget .price-wrap {
  margin-bottom: 0px;
  margin-top: 5px;
}
.listing-detail.style-2 .heading-widget .price-wrap p:last-child {
  margin-bottom: 0px;
}
.listing-detail.style-3 .heading-widget {
  padding-bottom: 32px;
  border-bottom: 1px solid #ededed;
}

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

.sale-agent-sidebar .widget-title-siderbar .title {
  margin-bottom: 0px;
}
.sale-agent-sidebar .widget-title-siderbar .icon-list {
  padding-top: 13px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
}

.sale-agents-detail .sale-agent-sidebar {
  width: 42%;
}
.sale-agents-detail .listing-list-car-wrap {
  width: 100%;
}
.sale-agents-detail .list-car-list-1 .box-car-list:not(:last-child) {
  margin-bottom: 30px;
}
.sale-agents-detail .list-car-list-1 .box-car-list.style-2 .content .days-box {
  padding-top: 0px;
  margin-top: 0px;
  border-top: unset;
}

.box-2 a {
  width: 40px;
  height: 40px;
  border: 1px solid #ededed;
  color: #b6b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.box-2 a.active, .box-2 a:hover {
  background-color: #405ff2;
  color: #fff;
}

.box-2 .currently {
  margin-right: 30px;
}

.box-2 .nice-select {
  padding: 8px 44px 8px 19px;
}
.box-2 .nice-select .current {
  font-weight: 600 !important;
  font-size: 16px !important;
}

.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;
  padding: 30px;
}
.contact-info .wrap-info .box-info:not(:last-child) {
  margin-bottom: 26px;
}
.contact-info .wrap-info .box-info h5 {
  margin-bottom: 8px;
}

.section-blog.visible-item .swiper {
  margin-right: -334px;
}
.section-blog.visible-item .blog-article-item.style1 .images {
  height: 322px;
}

/* Modal Popup  ----------
-------------------------*/
.popup .modal-content {
  border-radius: 0px;
  border: none !important;
  background: #FFFFFF;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 16px;
}

.register .remember-me {
  margin-top: -4px !important;
}

.password .sc-button {
  margin-bottom: 12px !important;
}

.login-form .modal-body .modal-content {
  overflow-y: auto !important;
  max-height: calc(100vh - 20px) !important;
}
.login-form .modal-body .wrap-modal {
  display: flex !important;
  flex-wrap: wrap;
  overflow-y: auto;
}
.login-form .modal-body .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-form .modal-body .content {
  width: 43.7%;
  padding: 31px 136px 36px 88px;
}
.login-form .modal-body .content .logo-image {
  margin-bottom: 154px;
}
.login-form .modal-body .images {
  width: 56.3%;
  position: relative;
}
.login-form .modal-body .images .title-section {
  position: absolute;
  z-index: 1;
  max-width: 712px;
  text-align: left;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.login-form .modal-body .images .title-section h2 {
  font-size: 64px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.login-form .modal-body .header-form {
  margin-bottom: 32px;
}
.login-form .modal-body .header-form .title-login {
  font-size: 40px;
  margin-bottom: 10px;
}
.login-form .modal-body .mark-logo {
  position: absolute;
  bottom: 27px;
  left: 20px;
}
.login-form .modal-body.style2 .mark-logo {
  bottom: 20px;
}
.login-form .modal-body .comments .comment-form fieldset {
  margin-bottom: 33px;
}
.login-form .modal-body .comments .comment-form .style-wrap {
  margin-bottom: 20px;
}
.login-form .modal-body .comments .comment-form .img-name {
  bottom: 17px;
  left: 20px;
}
.login-form .modal-body .remember-me {
  margin-top: 30px;
  margin-bottom: 29px;
}
.login-form .modal-body .sc-button {
  width: 100%;
  margin-bottom: 33px;
}
.login-form .modal-body .sc-button.back-to {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.login-form .modal-body .sc-button.back-to:hover {
  background-color: #24272C;
}
.login-form .modal-body .sc-button.back-to:hover span,
.login-form .modal-body .sc-button.back-to:hover i {
  color: #FFFFFF;
}
.login-form .modal-body .sc-button.back-to span,
.login-form .modal-body .sc-button.back-to i {
  color: #24272C;
}
.login-form .modal-body .text-box {
  margin-bottom: 28px;
}
.login-form .modal-body .button-box {
  margin-left: -10px;
}
.login-form .modal-body .button-box a {
  width: calc(50% - 10px) !important;
  margin-left: 10px;
  border: 1px solid #EDEDED;
  padding: 15px 17.5px;
  display: flex;
  justify-content: center;
}
.login-form .modal-body .button-box a svg {
  margin-right: 10px;
}
.login-form .modal-body .texts.lines {
  margin-bottom: 29px;
  position: relative;
}
.login-form .modal-body .texts.lines:before {
  width: 38%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  background: #EDEDED;
  position: absolute;
}
.login-form .modal-body .texts.lines: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: 40px;
  top: 40px;
  border: none;
  outline: none;
  z-index: 10 !important;
  opacity: 1;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  border: 1px solid transparent;
}

.modal-content .close:hover {
  background-color: #FFFFFF;
  border: 1px solid #405FF2;
}
.modal-content .close:hover span {
  color: #405FF2;
}

.modal-content .close span {
  font-size: 35px;
}

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0rem);
  max-width: 100%;
  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: 24px 16px 13px 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 #405FF2;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .img-author {
  margin-bottom: 0;
}
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 .chat,
.list-car-list-1.list-car-grid-1 .box-car-list.style-2 .content .inner2 p.fs-12.lh-16 {
  display: none;
}

.listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
  grid-template-columns: repeat(4, 1fr);
}
.listing-grid-car-wrap .box-car-list.style-2 > .image-group {
  width: 22.5%;
}

.listing-list-section .box-car-list.style-2 .content {
  padding: 24px 31px 13px 33px;
}

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

.tf-section-faq {
  padding: 78px 0 102px 0 !important;
}

.form-contact-us {
  padding: 32px;
  border: 1px solid #EDEDED;
}
.form-contact-us .image {
  max-width: 542px;
  flex-shrink: 0;
}
.form-contact-us .form {
  width: 100%;
}
.form-contact-us .form-group {
  margin-bottom: 30px;
}
.form-contact-us label {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 19px;
  color: #24272c;
}
.form-contact-us input.form-control {
  border-radius: 0;
  padding: 0px 0px 15px 0px;
}
.form-contact-us .sc-button {
  min-width: 226px;
  border: unset;
  color: #fff;
}
.form-contact-us .sc-button:hover {
  background-color: #24272C;
}

.tf-section-about-us .image-logo {
  width: 145px;
}
.tf-section-about-us .heading {
  margin-left: 13px;
}
.tf-section-about-us .heading h2 {
  margin-bottom: 23px;
}
.tf-section-about-us .about-box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 24px;
}
.tf-section-about-us .about-text {
  padding-left: 12px;
}
.tf-section-about-us .about-text p:not(:last-child) {
  margin-bottom: 32px;
}

.flat-filter-search.tf-section-listing {
  margin-top: -7.6em;
}

/* Layout tổng */
.listing-gallery {
  /* THUMB SLIDER */
}
.listing-gallery.style-1 {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 8px;
  height: 467px;
  margin-bottom: 32px;
}
.listing-gallery.style-2 {
  display: grid;
  grid-template-columns: 1fr 490px;
  height: 598px;
  gap: 8px;
  margin-bottom: 48px;
}
.listing-gallery.style-2 .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.listing-gallery.style-2 .slider-listing-details1 .swiper-slide {
  height: 295px !important;
}
.listing-gallery.style-2 .slider-listing-details1 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 8px;
}
.listing-gallery.style-3 {
  display: grid;
  grid-template-columns: 1fr 490px;
  height: 598px;
  margin-bottom: 48px;
  gap: 8px;
  /* Các slide dưới */
}
.listing-gallery.style-3 .slider-listing-details1 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 0px 8px;
}
.listing-gallery.style-3 .slider-listing-details1 .swiper-slide {
  height: 295px !important;
}
.listing-gallery.style-3 .slider-listing-details1 .swiper-slide:first-child {
  grid-column: 1/3;
  aspect-ratio: 16/9;
}
.listing-gallery.style-3 .slider-listing-details1 .swiper-slide:not(:first-child) {
  aspect-ratio: 1/1;
}
.listing-gallery.style-4 {
  margin-bottom: 48px;
}
.listing-gallery.style-4 .slider-listing-details4 .swiper-slide:hover .specs-features-wrap {
  opacity: 1;
  visibility: visible;
}
.listing-gallery.style-4 .swiper-button-next,
.listing-gallery.style-4 .swiper-button-prev {
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.listing-gallery.style-4 .swiper-button-next::after,
.listing-gallery.style-4 .swiper-button-prev::after {
  color: #24272c;
}
.listing-gallery.style-4 .swiper-button-next {
  right: 23.8%;
}
.listing-gallery.style-4 .swiper-button-prev {
  left: 23.8%;
}
.listing-gallery.style-5 {
  margin-bottom: 48px;
}
.listing-gallery.style-5 .slider-listing-details2 {
  height: 700px;
}
.listing-gallery.style-5 .slider-listing-details5 {
  margin-top: -80px !important;
  width: 708px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  background: #fff;
  padding: 8px;
  z-index: 2;
}
.listing-gallery.style-5 .slider-listing-details5 .swiper-slide {
  width: 176px !important;
}
.listing-gallery.style-5 .specs-features-wrap {
  top: 8px;
  bottom: unset;
}
.listing-gallery.style-6 {
  display: grid;
  grid-template-columns: 1fr 440px;
  height: 482px;
  margin-bottom: 48px;
  gap: 8px;
}
.listing-gallery .slider-listing-details2,
.listing-gallery .slider-listing-details6 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.listing-gallery .slider-listing-details2 .listing-details6-right,
.listing-gallery .slider-listing-details6 .listing-details6-right {
  display: none;
}
.listing-gallery .slider-listing-details2 img,
.listing-gallery .slider-listing-details2 .image,
.listing-gallery .slider-listing-details6 img,
.listing-gallery .slider-listing-details6 .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-gallery .slider-listing-details2:hover .specs-features-wrap,
.listing-gallery .slider-listing-details6:hover .specs-features-wrap {
  opacity: 1;
  visibility: visible;
}
.listing-gallery .slider-listing-details2 .swiper-button-prev,
.listing-gallery .slider-listing-details6 .swiper-button-prev {
  left: 16px;
}
.listing-gallery .slider-listing-details2 .swiper-button-next,
.listing-gallery .slider-listing-details6 .swiper-button-next {
  right: 16px;
}
.listing-gallery .slider-listing-details1 {
  height: 100%;
  overflow: hidden;
}
.listing-gallery .slider-listing-details1 .swiper-slide {
  height: 127px !important;
  cursor: pointer;
  overflow: hidden;
}
.listing-gallery .slider-listing-details1 .swiper-slide-thumb-active {
  opacity: 1;
}
.listing-gallery .slider-listing-details1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tfcl-listing-header h2,
.listing-calculator .title-ct {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
}

.tfcl-listing-header {
  margin-bottom: 33px;
}

.tab-listing-scroll {
  margin-bottom: 34px;
  padding: 0;
}

.listing-calculator.loan-calculator-form {
  padding: 0;
}
.listing-calculator .title-ct {
  margin-bottom: 14px !important;
}
.listing-calculator .list-total {
  margin-top: 14px !important;
}
.listing-calculator .sc-button {
  width: 100% !important;
  min-width: 100% !important;
}

#ModalTogglemess .modal-content {
  border-radius: 0;
  border: unset;
  padding: 32px 30px;
  width: 448px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#ModalTogglemess .modal-content .modal-header {
  padding: 0;
  border-bottom: unset;
  margin-bottom: 30px;
}
#ModalTogglemess .modal-content .modal-header h1.modal-title {
  font-weight: 600;
  font-size: 24px !important;
  line-height: 1.3;
  letter-spacing: 0;
}
#ModalTogglemess .modal-content .modal-header .btn-close {
  opacity: 1;
  font-size: 13px;
}
#ModalTogglemess .modal-content .form-send-mess .form-group {
  margin-bottom: 30px;
}
#ModalTogglemess .modal-content .form-send-mess .form-group label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #24272c;
  margin-bottom: 15px;
}
#ModalTogglemess .modal-content .form-send-mess .form-group input {
  border-radius: 0;
  padding: 0;
  padding-bottom: 15px;
}
#ModalTogglemess .modal-content .form-send-mess .form-group p.fs-12 {
  line-height: 1.4;
}
#ModalTogglemess .modal-content .form-send-mess .form-group.tf-amenities label {
  font-weight: 400;
  font-size: 16px;
  color: #696665;
  margin-bottom: 0px;
}
#ModalTogglemess .modal-content .sc-button {
  margin-bottom: 0;
  width: 100%;
}
#ModalTogglemess .modal-body {
  padding: 0px;
}

.bg-testimonial {
  position: relative;
}
.bg-testimonial .image-bg-testimonial {
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  z-index: 0;
}
.bg-testimonial .tf-testimonial-widget,
.bg-testimonial .heading-section {
  position: relative;
  z-index: 2;
}

.bg-black .box-car-list.style-4 {
  border: 1px solid transparent;
}

.circle-rotate {
  width: 252px;
  height: 252px;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  left: auto;
  right: 51px;
  top: 0;
  z-index: 2;
}
.circle-rotate i {
  rotate: -45deg;
}
.circle-rotate.style-left {
  left: 51px;
  right: unset;
}
.circle-rotate.style-left .circle-center {
  color: #24272C;
}
.circle-rotate svg {
  width: 100%;
  height: 100%;
  padding: 10px;
  animation: spin 12s linear infinite;
}
.circle-rotate text {
  text-transform: capitalize;
  font-family: Figtree;
  font-weight: 700;
  font-size: 35.5px;
  line-height: 100%;
  letter-spacing: 5px;
  vertical-align: middle;
}
.circle-rotate .circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #3b5cff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#cars-comparison .modal-dialog {
  max-width: 1192px;
}
#cars-comparison .modal-dialog .modal-content {
  border-radius: 0 !important;
  padding: 32px;
  overflow: visible;
}
#cars-comparison .modal-dialog .modal-body {
  padding: 0 !important;
}
#cars-comparison .modal-dialog .modal-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
#cars-comparison .modal-dialog .modal-header {
  display: inline-block;
  border-bottom: unset;
  padding: 0px;
  margin-bottom: 40px;
}
#cars-comparison .modal-dialog .modal-header .btn-close {
  position: absolute;
  right: -92px;
  top: 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1;
  border-radius: 100%;
  font-size: 20px;
  color: #ffffff;
}

.create-comparison {
  border: 1px solid #ededed;
  padding: 32px;
}
.create-comparison .icon-create {
  width: 128px;
  height: 128px;
  border: 1px dashed #405ff2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #405ff2;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 54px;
  cursor: pointer;
}
.create-comparison .brand .form-group:not(:last-child) {
  margin-bottom: 32px;
}
.create-comparison .brand .form-group label {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #24272c;
  margin-bottom: 16px;
}
.create-comparison .brand .form-group .nice-select {
  padding: 7px 20px 15px 0px;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.create-comparison .brand .form-group .nice-select:after {
  right: 4px;
}

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

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

.group-dealer-title .group-sort-filter .nice-select {
  padding: 10px 44px 10px 17px;
}

.group-dealer-title .group-sort-filter .nice-select .current {
  color: #24272C;
  font-weight: 600;
  font-size: 16px;
}

.wrap-scoll-dealer {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
}

.tf-dealer-list .infor-dealder .thumbnail {
  margin-bottom: 24px;
}

.tf-dealer-list .infor-dealder .thumbnail > img {
  width: 100%;
}

.tf-dealer-list .infor-dealder .thumbnail .car {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -38px;
  margin-left: 24px;
  z-index: 1;
  position: relative;
}

.tf-dealer-list .dealer-phone {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

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

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

.tf-dealer-list .infor-dealder .icon-star {
  letter-spacing: 0.8px;
  color: #f26740;
  display: flex;
  align-items: center;
  gap: 1px;
}

.tf-dealer-list .dealer-phone a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #405FF2;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tf-dealer-list .dealer-phone a i {
  font-size: 16px;
}

.tf-dealer-list .dealer-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 33px;
}

.tf-dealer-list .dealer-address i {
  font-size: 19px;
}

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

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

.tf-dealer-list .dealer-phone h4 {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 20px;
}

.tf-dealer-list .dealder-button a {
  border: 1px solid #405FF2;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #405FF2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-dealer-list .dealder-button a:hover {
  border: 1px solid #405FF2;
  background-color: #405FF2;
  color: #FFFFFF;
}

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

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

.login-form .modal-body {
  padding: 0;
}
.login-form .modal-body .content,
.login-form .modal-body .images {
  height: 100%;
}
.login-form .close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form .close .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}

/*------------ Footer ---------------- */
/* Footer
-------------------------------------------------------------- */
#footer {
  position: relative;
  color: #FFFFFF;
  background-color: #07060C;
}
#footer h3 {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 24px;
}
#footer .footer-information {
  padding: 43px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-information .information {
  gap: 56px;
}
#footer .footer-main {
  padding: 80px 0px 40px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
#footer .tf-collapse-content {
  margin-top: 24px;
}

.footer-heading-mobie {
  display: none;
}

.icon-box-footer .icon {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.icon-box-footer .content .sub a {
  color: #FFFFFF;
}

/* 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-size: 16px;
  line-height: 22px;
}
.widget-menu .box-menu li a::before {
  height: 1px;
  background: #405FF2;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.3s ease;
}
.widget-menu .box-menu li a:hover:before {
  width: 100%;
  left: 0;
}
.widget-menu .box-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-menu .box-menu li:hover a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #405FF2;
}

.grid-brand-car {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.grid-brand-car .box-brand {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 14px 7px 14px;
  text-align: center;
}
.grid-brand-car .box-brand img {
  margin-bottom: -4px;
}
.grid-brand-car .box-brand .text {
  color: rgba(255, 255, 255, 0.5);
}

.widget-menu .link-btn {
  margin-top: 26px;
}
.widget-menu .link-btn:hover span,
.widget-menu .link-btn:hover i, .widget-menu .link-btn.active span,
.widget-menu .link-btn.active i {
  color: #FFFFFF;
}
.widget-menu .link-btn:hover svg,
.widget-menu .link-btn:hover path, .widget-menu .link-btn.active svg,
.widget-menu .link-btn.active path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.footer-bottom {
  position: relative;
  padding: 42px 0;
}
.footer-bottom .menu-footer-bottom li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .menu-footer-bottom li a:hover {
  color: #405FF2;
}
.footer-bottom .menu-footer-bottom li:not(:last-child) {
  padding-right: 9px;
  margin-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-bottom .coppyright {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .back-top-bottom {
  float: right;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom .back-top-bottom i {
  color: #FFFFFF;
  margin-left: 11px;
}
.footer-bottom .back-top-bottom:hover {
  color: #405FF2;
}

.icon-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.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%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-social a:hover {
  background-color: #405FF2;
  color: #FFFFFF;
}
.icon-social a:last-child {
  margin-right: 0;
}
.icon-social.style1 a {
  color: #24272C;
  border: 1px solid #EDEDED;
  border-radius: 0;
  line-height: 42px;
}
.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 ---------------- */
.hover-img .img-style {
  overflow: hidden;
}
.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-img2:hover .img2 {
  transform: scale(1.1) rotate(3deg);
}

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

.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;
  top: 0%;
  bottom: 0;
}
.pagi2 .swiper-pagination2:hover .img-style img,
.swiper-button-next2:hover .img-style img,
.swiper-button-prev2:hover .img-style img,
.hv-one:hover .img-style img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.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:hover .box-icon,
.swiper-button-next2:hover .box-icon,
.swiper-button-prev2:hover .box-icon,
.hv-one:hover .box-icon {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0px) !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: -100%;
  right: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
}

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

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

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

.tf-swiper.b-shawdow {
  padding: 30px 60px;
  margin: -30px -60px;
  overflow: visible !important;
}

.button-swiper {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  z-index: 10;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.button-swiper.style1 {
  display: flex;
  flex-direction: row;
  top: unset;
  bottom: 0px;
  right: unset;
  left: 0;
  gap: 13px;
  position: relative;
  padding-top: 113px;
  transform: unset;
}
.button-swiper.style1 .swiper-button-next {
  right: auto;
  left: auto;
  position: relative;
}
.button-swiper.style1 .swiper-button-prev {
  right: auto;
  left: 0px;
  position: relative;
}
.button-swiper.style2 {
  display: flex;
  flex-direction: row;
  top: unset;
  bottom: 135px;
  right: 64px;
  gap: 10px;
}

.swiper-button-next-2,
.swiper-button-prev-2,
.swiper-button-next,
.swiper-button-prev {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  top: 50%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
}
.swiper-button-next-2:hover,
.swiper-button-prev-2:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #405FF2;
  opacity: 1;
}
.swiper-button-next-2:hover::after,
.swiper-button-prev-2:hover::after,
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #FFFFFF;
}
.swiper-button-next-2::after,
.swiper-button-prev-2::after,
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
}
.swiper-button-next-2.style-1,
.swiper-button-prev-2.style-1,
.swiper-button-next.style-1,
.swiper-button-prev.style-1 {
  background: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  position: relative;
  right: 0;
  left: 0;
}
.swiper-button-next-2.style-1:hover,
.swiper-button-prev-2.style-1:hover,
.swiper-button-next.style-1:hover,
.swiper-button-prev.style-1:hover {
  background: #405FF2;
}
.swiper-button-next-2.style-1:hover::after,
.swiper-button-prev-2.style-1:hover::after,
.swiper-button-next.style-1:hover::after,
.swiper-button-prev.style-1:hover::after {
  color: #FFFFFF;
}
.swiper-button-next-2.style-2,
.swiper-button-prev-2.style-2,
.swiper-button-next.style-2,
.swiper-button-prev.style-2 {
  background: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  position: relative;
  right: 0;
  left: 0;
}
.swiper-button-next-2.style-2:hover,
.swiper-button-prev-2.style-2:hover,
.swiper-button-next.style-2:hover,
.swiper-button-prev.style-2:hover {
  background: #405FF2;
}
.swiper-button-next-2.style-2:hover::after,
.swiper-button-prev-2.style-2:hover::after,
.swiper-button-next.style-2:hover::after,
.swiper-button-prev.style-2:hover::after {
  color: #FFFFFF;
}
.swiper-button-next-2.style-3,
.swiper-button-prev-2.style-3,
.swiper-button-next.style-3,
.swiper-button-prev.style-3 {
  width: auto;
  height: auto;
  border-radius: 0px;
  font-size: 24px;
  background: transparent;
}
.swiper-button-next-2.style-3:hover,
.swiper-button-prev-2.style-3:hover,
.swiper-button-next.style-3:hover,
.swiper-button-prev.style-3:hover {
  background: #405FF2;
  opacity: 1;
}
.swiper-button-next-2.style-3:hover::after,
.swiper-button-prev-2.style-3:hover::after,
.swiper-button-next.style-3:hover::after,
.swiper-button-prev.style-3:hover::after {
  color: #FFFFFF;
}
.swiper-button-next-2.style-4,
.swiper-button-prev-2.style-4,
.swiper-button-next.style-4,
.swiper-button-prev.style-4 {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 24px;
  background: transparent;
  backdrop-filter: unset;
}
.swiper-button-next-2.style-4:hover,
.swiper-button-prev-2.style-4:hover,
.swiper-button-next.style-4:hover,
.swiper-button-prev.style-4:hover {
  background: #405FF2;
  opacity: 1;
}
.swiper-button-next-2.style-4:hover::after,
.swiper-button-prev-2.style-4:hover::after,
.swiper-button-next.style-4:hover::after,
.swiper-button-prev.style-4:hover::after {
  color: #FFFFFF;
}
.swiper-button-next-2.style-5,
.swiper-button-prev-2.style-5,
.swiper-button-next.style-5,
.swiper-button-prev.style-5 {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: 1px solid #EDEDED;
  font-size: 24px;
  background: transparent;
  backdrop-filter: unset;
  top: 31%;
}
.swiper-button-next-2.style-5::after,
.swiper-button-prev-2.style-5::after,
.swiper-button-next.style-5::after,
.swiper-button-prev.style-5::after {
  color: #24272C;
}
.swiper-button-next-2.style-5:hover,
.swiper-button-prev-2.style-5:hover,
.swiper-button-next.style-5:hover,
.swiper-button-prev.style-5:hover {
  background: #405FF2;
  opacity: 1;
}
.swiper-button-next-2.style-5:hover::after,
.swiper-button-prev-2.style-5:hover::after,
.swiper-button-next.style-5:hover::after,
.swiper-button-prev.style-5:hover::after {
  color: #FFFFFF;
}

.swiper-button-next.swiper-button-next-2,
.swiper-button-prev.swiper-button-prev-2 {
  border: 1px solid #ededed;
  background: transparent;
  color: rgba(0, 0, 0, 0.2);
}
.swiper-button-next.swiper-button-next-2::after,
.swiper-button-prev.swiper-button-prev-2::after {
  color: #24272c;
}
.swiper-button-next.swiper-button-next-2:hover,
.swiper-button-prev.swiper-button-prev-2:hover {
  background: #405ff2;
}
.swiper-button-next.swiper-button-next-2:hover::after,
.swiper-button-prev.swiper-button-prev-2:hover::after {
  color: #fff;
}

.swiper-button-next.swiper-button-next-2 {
  right: -86px;
  width: 56px;
  height: 56px;
}

.swiper-button-prev.swiper-button-prev-2 {
  left: -86px;
  width: 56px;
  height: 56px;
}

.col-lg-12 {
  position: relative;
}

.swiper-button-next.style-5 {
  right: -75px;
}

.swiper-button-prev.style-5 {
  left: -78px;
}

.swiper-button-next {
  right: 50px;
  left: auto;
}

.swiper-button-prev {
  right: auto;
  left: 50px;
}

.slider {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* SLIDE ACTIVE */
}
.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-weight: 300;
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.slider .slider-item .content h1 {
  margin-bottom: 16px;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2;
}
.slider .slider-item .content .category-list-car {
  gap: 13px;
}
.slider .slider-item .content .category-list-car li a {
  gap: 6px;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 24px;
  backdrop-filter: blur(20px);
  font-size: 14px;
  font-weight: 600;
}
.slider .slider-item .content .category-list-car li a .icon {
  color: #FFFFFF;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .slider-item .content .chat-wrap {
  gap: 25px;
}
.slider .slider-item .content .chat-wrap .chat {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: #FFFFFF;
  padding: 15px 20px;
  border-radius: 14px;
  max-width: 150px;
  width: 100%;
  text-align: center;
  color: #24272C;
}
.slider .slider-item .content .chat-wrap .image {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 100%;
}
.slider .slider-item .content .chat-wrap .content-chat {
  padding-left: 7px;
}
.slider.style1 .content {
  padding: 230px 36px 504px 36px;
  max-width: 1060px;
}
.slider.style2 .content {
  padding: 194px 20px 532px 20px;
}
.slider.style2 .content .chat-wrap {
  margin-top: 67px;
}
.slider.style2 .button-swiper {
  top: 43.5%;
}
.slider.style2.home-4 .content {
  padding: 207px 20px 465px 20px;
  max-width: 610px;
}
.slider.style2.home-4 .content .chat-wrap {
  margin-top: 48px;
  gap: 20px;
}
.slider.style2.home-4 .slider-vertical-counter {
  margin-bottom: 30px;
}
.slider.style2.home-4 .button-swiper {
  top: 46%;
}
.slider.style2.home-4 .slider-vertical-counter .number {
  font-size: 20px;
  font-weight: 400;
}
.slider.style2.home-4 .lines .line {
  height: 60px;
}
.slider .slider-vertical-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
  z-index: 10;
}
.slider .slider-vertical-counter .number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
.slider .slider-vertical-counter .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 22px 0;
}
.slider .slider-vertical-counter .lines .line {
  width: 1px;
  height: 54px;
  background: rgba(255, 255, 255, 0.5);
  margin: 2px 0;
  transition: background 0.3s;
}
.slider .slider-vertical-counter .lines .line.active {
  background: #FFFFFF;
}
.slider.style3 .content {
  padding: 198px 0 521px;
}
.slider.style3 .content .heading {
  max-width: 712px;
}
.slider.style3 .content .heading h1 {
  margin-bottom: 33px;
}
.slider.style3 .content .heading .chat-wrap {
  margin-top: 32px;
}
.slider.style3 .content .heading .sc-button {
  background-color: #FFFFFF;
}
.slider.style3 .content .heading .sc-button span,
.slider.style3 .content .heading .sc-button i {
  color: #24272C;
}
.slider.style3 .content .heading .sc-button:hover span,
.slider.style3 .content .heading .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style4 .content {
  padding: 245px 0 561px;
}
.slider.style4 .content .heading {
  max-width: 712px;
}
.slider.style4 .content .heading h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 11px;
  color: #000000;
}
.slider.style4 .content .heading p {
  color: #000000;
}
.slider.style4 .content .heading .chat-wrap {
  margin-top: 31px;
}
.slider.style4 .content .heading .sc-button {
  background-color: #24272C;
}
.slider.style4 .content .heading .sc-button span,
.slider.style4 .content .heading .sc-button i {
  color: #FFFFFF;
}
.slider.style4 .img-slider:before {
  content: unset;
}
.slider.style5 .content {
  padding: 275px 20px 273px 130px;
}
.slider.style5 .content .heading {
  max-width: 579px;
}
.slider.style5 .content .heading .sub-title {
  margin-top: 5px;
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
}
.slider.style5 .content .heading .sub-title::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  right: -77px;
  top: 12px;
  background-color: #FFFFFF;
}
.slider.style5 .content .heading h1 {
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 64px;
}
.slider.style5 .content .heading p {
  margin-bottom: 53px;
}
.slider.style5 .content .heading .sc-button {
  background-color: #FFFFFF;
  padding: 22px 40px;
}
.slider.style5 .content .heading .sc-button span,
.slider.style5 .content .heading .sc-button i {
  color: #24272C;
}
.slider.style5 .content .heading .sc-button:hover span,
.slider.style5 .content .heading .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style6 .content {
  padding: 205px 15px 640px 15px;
}
.slider.style6 .content .heading {
  max-width: 712px;
  margin: 0 auto;
  text-align: center;
}
.slider.style6 .content .chat-wrap {
  margin-top: 48px;
  gap: 20px;
}
.slider.style7 .slider-item .content {
  padding: 272px 20px 310px 20px;
}
.slider.style7 .slider-item .content .heading {
  max-width: 635px;
}
.slider.style7 .slider-item .content .heading .luxury {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.slider.style7 .slider-item .content .heading h1 {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 64px;
}
.slider.style7 .slider-item .content .heading p {
  margin-bottom: 25px;
}
.slider.style7 .slider-item .content .heading .chat-wrap {
  margin-top: 57px;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button {
  background-color: #FFFFFF;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button span,
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button i {
  color: #24272C;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:hover span,
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:not(:last-child) {
  margin-right: 17px;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:first-child {
  background-color: #405FF2;
}
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:first-child span,
.slider.style7 .slider-item .content .heading .chat-wrap .sc-button:first-child i {
  color: #FFFFFF;
}
.slider.style7 .slider-item .content .po-content-two {
  padding-top: 112px;
}
.slider.style8 .slider-item .content {
  padding: 196px 20px 201px 20px;
}
.slider.style8 .slider-item .content .heading {
  max-width: 579px;
}
.slider.style8 .slider-item .content .heading .luxury {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.slider.style8 .slider-item .content .heading h1 {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 64px;
}
.slider.style8 .slider-item .content .heading p {
  margin-bottom: 25px;
}
.slider.style8 .slider-item .content .heading .chat-wrap {
  margin-top: 57px;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button {
  background-color: #FFFFFF;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button span,
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button i {
  color: #24272C;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:hover span,
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:not(:last-child) {
  margin-right: 17px;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:first-child {
  background-color: #405FF2;
}
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:first-child span,
.slider.style8 .slider-item .content .heading .chat-wrap .sc-button:first-child i {
  color: #FFFFFF;
}
.slider.style9 {
  background-image: url(../../assets/images/slider/slider9.webp);
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
.slider.style9 .carSwiper {
  overflow: hidden;
  padding: 140px 0 235px 0;
  margin: auto;
}
.slider.style9 .swiper-slide {
  min-height: 625px;
}
.slider.style9 .swiper-slide .car-text {
  text-align: center;
}
.slider.style9 .swiper-slide .car-text .brand {
  letter-spacing: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.slider.style9 .swiper-slide .car-text .title {
  margin: 18px 0;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.slider.style9 .swiper-slide .car-text .desc {
  color: #FFFFFF;
}
.slider.style9 .swiper-slide .car-text .chat-wrap {
  margin-top: 49px;
}
.slider.style9 .swiper-slide .car-text .chat-wrap .sc-button {
  background-color: #FFFFFF;
}
.slider.style9 .swiper-slide .car-text .chat-wrap .sc-button span,
.slider.style9 .swiper-slide .car-text .chat-wrap .sc-button i {
  color: #24272C;
}
.slider.style9 .swiper-slide .car-text .chat-wrap .sc-button:hover span,
.slider.style9 .swiper-slide .car-text .chat-wrap .sc-button:hover i {
  color: #fff;
}
.slider.style9 .car-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.slider.style9 .car-img {
  display: block;
  width: 100%;
  max-width: 745px;
  margin-top: 87px;
}
.slider .car-slide {
  position: relative;
  transition: all 0.7s ease;
  z-index: 1;
}
.slider .swiper-slide .car-text {
  opacity: 0;
}
.slider .swiper-slide.swiper-slide-active .car-text {
  opacity: 1;
  z-index: 3;
}
.slider.style10 .content {
  padding: 149px 66px 236px 20px;
}
.slider.style10 .content .heading {
  max-width: 278px;
}
.slider.style10 .content .heading h1 {
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 48px;
}
.slider.style10 .content .heading .chat-wrap {
  margin-top: 46px;
}
.slider.style10 .content .heading .chat-wrap .sc-button {
  background-color: #FFFFFF;
}
.slider.style10 .content .heading .chat-wrap .sc-button span,
.slider.style10 .content .heading .chat-wrap .sc-button i {
  color: #24272C;
}
.slider.style10 .content .heading .chat-wrap .sc-button:hover span,
.slider.style10 .content .heading .chat-wrap .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style10 .slider-bottom {
  position: absolute;
  bottom: 0px;
  padding: 27px 0px;
  margin: 0px 83px 0px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  right: 0px;
  z-index: 10;
}
.slider.style10 .slider-bottom .swiper-pagination {
  margin-top: 0;
  bottom: 0;
}
.slider.style10 .slider-bottom .swiper-button-next:after,
.slider.style10 .slider-bottom .swiper-button-prev:after {
  font-size: 22px;
}
.slider.style10 .slider-bottom .swiper-button-next {
  right: 25px;
  left: auto;
}
.slider.style10 .slider-bottom .swiper-button-prev {
  right: auto;
  left: -96px;
}
.slider.style10 .slider-bottom .slider-vertical-counter {
  align-items: flex-end;
}
.slider.style10 .slider-bottom .number,
.slider.style10 .slider-bottom .lines1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}
.slider.style10 .slider-bottom .number.bottom {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 100%;
}
.slider.style10 .slider-bottom .lines1 {
  font-weight: 300;
  color: #FFFFFF;
}
.slider.style11 .content {
  padding: 235px 20px 391px 22px;
}
.slider.style11 .content .category-list-car {
  margin-top: 45px;
  margin-bottom: 32px;
}
.slider.style11 .content .category-list-car li {
  background: rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
  border-radius: 0px;
  font-weight: 400;
}
.slider.style11 .content .category-list-car li .icon {
  font-size: 21px;
}
.slider.style11 .content .luxury {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.slider.style11 .content .heading {
  max-width: 712px;
}
.slider.style11 .content .heading h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 14px;
}
.slider.style11 .content .heading .chat-wrap {
  margin-top: 55px;
}
.slider.style11 .content .heading .chat-wrap .sc-button {
  background-color: #FFFFFF;
}
.slider.style11 .content .heading .chat-wrap .sc-button span,
.slider.style11 .content .heading .chat-wrap .sc-button i {
  color: #24272C;
}
.slider.style11 .content .heading .chat-wrap .sc-button:hover span,
.slider.style11 .content .heading .chat-wrap .sc-button:hover i {
  color: #FFFFFF;
}
.slider.style11 .content .heading .chat-wrap .sc-button:not(:last-child) {
  margin-right: 17px;
}
.slider.style11 .content .heading .chat-wrap .sc-button:first-child {
  background-color: #405FF2;
}
.slider.style11 .content .heading .chat-wrap .sc-button:first-child span,
.slider.style11 .content .heading .chat-wrap .sc-button:first-child i {
  color: #FFFFFF;
}
.slider.style11 .slider-bottom {
  bottom: 80px;
}
.slider.style11 .slider-bottom .slider-vertical-counter {
  right: unset;
  top: unset;
  transform: unset;
}
.slider.style11 .slider-bottom .line {
  width: 120px !important;
}

.side-navigation-bar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 78px;
  color: #FFFFFF;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 7px 26px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.side-navigation-bar .line {
  height: 71px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 34px 0;
}
.side-navigation-bar .side-nav-links {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  flex-grow: 1;
  color: #FFFFFF;
  letter-spacing: 9px;
  transition: color 0.3s;
  font-weight: 700;
  font-size: 12px;
}
.side-navigation-bar .social-icons-vertical {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.side-navigation-bar .social-icons-vertical .icon-links {
  color: #FFFFFF;
  font-size: 16px;
  margin: 4px 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.side-navigation-bar .social-icons-vertical .icon-links:hover {
  background-color: #405FF2;
}

.slider-bottom {
  position: absolute;
  bottom: 43px;
  left: 32px;
  right: 32px;
  z-index: 10;
}
.slider-bottom .button-swiper {
  position: relative;
  top: 11px;
  transform: translateY(0%);
  z-index: 10;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 11px;
}
.slider-bottom .slider-vertical-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-bottom .slider-vertical-counter .number {
  font-size: 18px;
  font-weight: 400;
}
.slider-bottom .slider-vertical-counter .lines {
  flex-direction: row;
  margin: 0px 10px;
}
.slider-bottom .slider-vertical-counter .lines .line {
  width: 31px;
  height: 1px;
  margin: 0px 2px;
  cursor: pointer;
  position: relative;
}
.slider-bottom .slider-vertical-counter .lines .line:before {
  position: absolute;
  width: 100%;
  height: 8px;
  background: transparent;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.video-wrap {
  position: relative;
  margin-top: 10px;
}
.video-wrap .video-image img {
  height: 214px;
  object-fit: cover;
}
.video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-btn {
  height: 84px;
  width: 84px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-btn:hover {
  background-color: #405FF2;
}

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

.flat-filter-search.home .flat-tabs {
  margin-top: -13.6em;
  margin-bottom: 2.5em;
}
.flat-filter-search.home3 .flat-tabs {
  margin-top: -14.2em;
  margin-bottom: 1em;
}
.flat-filter-search.home6 .flat-tabs {
  margin-top: -6.8em;
}
.flat-filter-search.home7 {
  background: #F5F7FE;
  padding: 48px 0px;
}
.flat-filter-search.home8 .flat-tabs {
  margin-top: -12.1em;
  margin-bottom: 1em;
}
.flat-filter-search.home12 .flat-tabs {
  margin-top: -15.4em;
  margin-bottom: 1.5em;
}

.style-black .tab-title li:hover, .style-black .tab-title li.active {
  background-color: #000000 !important;
}
.style-black .form-sl {
  background-color: #000000;
}
.style-black .form-sl label,
.style-black .form-sl .current,
.style-black .form-sl .icon-filter i {
  color: #FFFFFF !important;
}
.style-black .form-sl .nice-select,
.style-black .form-sl .icon-filter {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.style-black .form-sl .nice-select:after,
.style-black .form-sl .icon-filter:after {
  border-bottom: 1.7px solid #FFFFFF;
  border-right: 1.7px solid #FFFFFF;
}
.style-black .wd-search-form {
  background-color: #000000;
}
.style-black .wd-search-form .nice-select {
  background-color: transparent;
}
.style-black .wd-search-form .caption,
.style-black .wd-search-form .features-wrap h2,
.style-black .wd-search-form .box2 .title,
.style-black .wd-search-form .text-color-2 {
  color: #FFFFFF !important;
}

.flat-filter-search {
  position: relative;
  z-index: 12;
}

.box-tab {
  overflow-x: auto;
}

.magin-auto {
  margin: 0 auto;
}

.flat-tabs {
  margin-bottom: 48px;
  gap: 10px;
}
.flat-tabs .tab-title li {
  max-width: 100%;
  position: relative;
  width: max-content;
  cursor: pointer;
  min-width: 162px;
  padding: 15px;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-tabs .tab-title li .inner {
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}
.flat-tabs .tab-title li h4 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-tabs .tab-title li:hover, .flat-tabs .tab-title li.active {
  background-color: #405FF2;
}
.flat-tabs .tab-title li:hover .inner, .flat-tabs .tab-title li.active .inner {
  color: #FFFFFF;
}
.flat-tabs .tab-title li.style {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  min-width: 164px;
  z-index: 2;
  cursor: pointer;
  margin-right: 1px;
}
.flat-tabs .tab-title li.style .inner {
  color: #FFFFFF;
}
.flat-tabs .tab-title li.style:hover, .flat-tabs .tab-title li.style.active {
  background-color: #405FF2;
}
.flat-tabs .tab-title li.style:hover .inner, .flat-tabs .tab-title li.style.active .inner {
  color: #FFFFFF;
}
.flat-tabs .tab-title.style {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}
.flat-tabs .tab-title.style li {
  background-color: transparent !important;
  padding: unset;
  box-shadow: unset;
  margin-right: 26px;
  min-width: auto;
}
.flat-tabs .tab-title.style li span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: #24272C;
  padding-bottom: 17px;
  border-bottom: 2px solid transparent;
}
.flat-tabs .tab-title.style li:hover span, .flat-tabs .tab-title.style li.active span {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-bottom: 2px solid #405FF2;
}
.flat-tabs .tab-title.style.style-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 32px;
}
.flat-tabs .tab-title.style.style-white li span {
  color: #ffffff;
}
.flat-tabs .tab-title.style.style-white li:hover span, .flat-tabs .tab-title.style.style-white li.active span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff !important;
  border-bottom: 2px solid #405FF2;
}
.flat-tabs .tab-title.style1 {
  margin-bottom: 48px;
  gap: 10px;
}
.flat-tabs .tab-title.style1 li {
  padding: 13px 16px;
  min-width: unset;
  background-color: transparent;
  border: 1px solid #EDEDED;
}
.flat-tabs .tab-title.style1 li h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-tabs .tab-title.style1 li:hover, .flat-tabs .tab-title.style1 li.active {
  background-color: #405FF2;
}
.flat-tabs .tab-title.style1 li:hover h5,
.flat-tabs .tab-title.style1 li:hover a, .flat-tabs .tab-title.style1 li.active h5,
.flat-tabs .tab-title.style1 li.active a {
  color: #FFFFFF;
}
.flat-tabs .tab-title.style3 {
  margin-bottom: 48px;
  gap: 10px;
}
.flat-tabs .tab-title.style3 li {
  padding: 13px 16px;
  min-width: unset;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.flat-tabs .tab-title.style3 li h5,
.flat-tabs .tab-title.style3 li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}
.flat-tabs .tab-title.style3 li:hover, .flat-tabs .tab-title.style3 li.active {
  background-color: #405FF2;
}
.flat-tabs .tab-title.style3 li:hover h5,
.flat-tabs .tab-title.style3 li:hover a, .flat-tabs .tab-title.style3 li.active h5,
.flat-tabs .tab-title.style3 li.active a {
  color: #FFFFFF;
}
.flat-tabs .wrap-icon {
  margin-top: 14px;
}
.flat-tabs .wrap-icon span {
  font-size: 24px;
  margin-right: 8px;
}
.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: #405FF2;
  border: 1px solid #405FF2;
  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 #405FF2;
}
.flat-tabs .box-tab.style3 .tab-title {
  margin-bottom: 30px;
}
.flat-tabs .box-tab.style3 .tab-title li {
  color: #FFFFFF;
  background-color: transparent;
  width: 110px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  border-radius: 14px;
  margin-right: 1px;
  border: 1px solid #FFFFFF;
}
.flat-tabs .box-tab.style3 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style3 .tab-title li:hover, .flat-tabs .box-tab.style3 .tab-title li.active {
  color: #24272C;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: relative;
}
.flat-tabs .box-tab.style3 .tab-title li:hover::before, .flat-tabs .box-tab.style3 .tab-title li.active::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #FFFFFF;
}
.flat-tabs .box-tab.style4 .tab-title {
  margin-bottom: 48px;
}
.flat-tabs .box-tab.style4 .tab-title li {
  color: #24272C;
  background-color: transparent;
  width: 160px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  margin-right: 1px;
  border: 1px solid #EDEDED;
  box-shadow: unset;
}
.flat-tabs .box-tab.style4 .tab-title li .inner {
  font-size: 16px;
}
.flat-tabs .box-tab.style4 .tab-title li:not(:last-child) {
  margin-right: 12px;
}
.flat-tabs .box-tab.style4 .tab-title li:hover, .flat-tabs .box-tab.style4 .tab-title li.active {
  background-color: #405FF2;
  border: 1px solid #405FF2;
}
.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;
  margin-right: 1px;
  border: 1px solid #EDEDED;
  box-shadow: unset !important;
  margin-bottom: 10px;
}
.flat-tabs .box-tab.style5 .tab-title li span {
  color: #24272C;
}
.flat-tabs .box-tab.style5 .tab-title li:not(:last-child) {
  margin-right: 10px;
}
.flat-tabs .box-tab.style5 .tab-title li:hover, .flat-tabs .box-tab.style5 .tab-title li.active {
  color: #FFFFFF;
  background-color: #24272C;
  border: 1px solid #24272C;
}
.flat-tabs .content-tab.style2 .form-sl {
  padding: 21px 22px;
}
.flat-tabs .content-tab.style2 .form-sl .wd-find-select .inner-group {
  gap: 10px;
}
.flat-tabs .content-tab.style2 .form-style {
  margin-left: 10px;
}
.flat-tabs .content-tab.style3 .form-sl {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px 16px 0px 0px;
  padding: 21px 23px;
}
.flat-tabs .content-tab.style3 .form-sl label {
  color: #FFFFFF !important;
}
.flat-tabs .content-tab.style3 .form-sl .form-group-1:not(:last-child)::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.flat-tabs .content-tab.style3 .form-sl .wd-search-white .group-select .nice-select .current {
  color: #FFFFFF !important;
}
.flat-tabs .content-tab.style3 .form-sl .nice-select:after {
  border-bottom: 1.7px solid #FFFFFF;
  border-right: 1.7px solid #FFFFFF;
}
.flat-tabs .content-tab.style3 .form-sl .icon-filter {
  background-color: rgba(255, 255, 255, 0.1);
}
.flat-tabs .content-tab.style3 .form-sl .icon-filter svg {
  color: #FFFFFF;
}

.bg-black .flat-tabs .tab-title li .inner {
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.tab-listing-scroll .nav-pills {
  gap: 12px;
  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;
  border-radius: 0;
  color: #24272C;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 8px;
}
.tab-listing-scroll .nav-pills .nav-item .nav-link.active, .tab-listing-scroll .nav-pills .nav-item .nav-link:hover {
  background-color: #405FF2 !important;
  border: 1px solid #405FF2;
  color: #FFFFFF;
}

.box-brand {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 32px;
  max-width: 279px;
}
.box-brand h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-brand .contact {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.box-brand .contact a {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  gap: 10px;
  align-items: center;
}
.box-brand .contact a i {
  font-size: 20px;
}

.specifications-wrap.style1 .specifications-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  flex-shrink: 0;
}
.specifications-wrap.style1 .specifications {
  width: 211px;
}
.specifications-wrap .specifications {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 31px 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}
.specifications-wrap .specifications:not(:last-child) {
  margin-bottom: 10px;
}
.specifications-wrap .specifications .specifications-icon {
  color: #FFFFFF;
}
.specifications-wrap .specifications .specifications-content p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.specifications-wrap.style2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: fit-content;
}
.specifications-wrap.style2 .specifications {
  width: 185px;
  padding: 20px 20px;
}
.specifications-wrap.style2 .specifications:not(:last-child) {
  margin-bottom: 0px;
}
.specifications-wrap.style2 .specifications .specifications-icon {
  font-size: 39px;
  margin-bottom: 21px;
}
.specifications-wrap.style2 .specifications .specifications-title .title {
  margin-bottom: 11px;
}
.specifications-wrap.style2 .specifications .specifications-content p {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 140%;
}
.specifications-wrap.style3 .specifications {
  min-width: 140px;
  min-height: 140px;
  border-radius: 100%;
  text-align: center;
  padding: 26px 15px;
}
.specifications-wrap.style3 .specifications:not(:last-child) {
  margin-bottom: 12px;
}
.specifications-wrap.style3 .specifications .specifications-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.specifications-wrap.style4 .specifications {
  min-width: 198px;
  background-color: transparent;
  padding: 0px;
  border: unset;
  backdrop-filter: unset;
  gap: 24px;
}
.specifications-wrap.style4 .specifications:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.specifications-wrap.style4 .specifications .specifications-icon {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}
.specifications-wrap.style5 {
  margin-bottom: 16px;
}
.specifications-wrap.style5 .specifications {
  background-color: transparent;
  padding: 0px;
  border: unset;
  backdrop-filter: unset;
  display: flex;
  gap: 24px;
  align-items: center;
}
.specifications-wrap.style5 .specifications:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.specifications-wrap.style5 .specifications .specifications-icon {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}

.hide {
  opacity: 0.5;
}

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

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

.wd-search-form {
  margin-top: 30px;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
  padding: 24px 22px 10px;
  margin-left: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wd-search-form label {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 16px;
  color: #24272C;
}
.wd-search-form.show {
  display: unset;
  opacity: 1;
  margin-top: 40px;
  visibility: visible;
}
.wd-search-form .group-select .nice-select {
  width: 100% !important;
}
.wd-search-form .box1 .form-group {
  margin-bottom: 30px;
}
.wd-search-form .tf-amenities {
  padding: 0;
  box-shadow: unset;
  margin-bottom: 0;
}
.wd-search-form .box1 {
  gap: 0px 40px;
}
.wd-search-form .box1 input {
  padding: 0px 0px 14px 0px;
}
.wd-search-form .box1 .nice-select {
  padding: 0px 40px 13px 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696665;
}
.wd-search-form .box1 .nice-select:after {
  right: 5px;
}
.wd-search-form .features-wrap .box2 {
  gap: 40px;
  display: none;
}
.wd-search-form .features-wrap .box2.content-hidden {
  display: grid;
}
.wd-search-form .features-wrap .box2 .title {
  margin-bottom: 20px;
}
.wd-search-form .features-wrap h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.wd-search-form .features-wrap h2::before {
  content: "\e95d";
  font-family: "carus";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wd-search-form .features-wrap h2.active::before {
  rotate: 180deg;
}

.form-sl {
  background-color: #FFFFFF;
  padding: 22px 24px 24px 24px;
  position: relative;
  z-index: 90;
  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%;
  gap: 24px;
}
.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;
  color: #24272C;
  margin-bottom: 6px;
}
.form-sl .wd-find-select .inner-group.select-style {
  gap: 50px;
}
.form-sl .wd-find-select .inner-group.select-style .form-group-1 {
  position: relative;
}
.form-sl .wd-find-select .inner-group.select-style .form-group-1:not(:last-child)::before {
  width: 1px;
  height: 48px;
  content: "";
  position: absolute;
  background-color: #EDEDED;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.form-sl .wd-find-select .inner-group.select-style .group-select .nice-select {
  border: unset !important;
  border-radius: 0;
  padding: 0px 15px;
  margin-left: -15px;
  background-color: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696665;
}
.form-sl .wd-find-select .inner-group.select-style .group-select .nice-select::after {
  right: 0;
}

.icon-filter {
  width: 54px;
  height: 54px;
  font-size: 26px;
  background-color: #F5F7FE;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-filter i {
  color: #405FF2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-filter i:last-child {
  display: none;
}
.icon-filter.active i:last-child {
  display: block;
  font-size: 20px;
}
.icon-filter.active i:first-child {
  display: none;
}
.icon-filter span,
.icon-filter path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-filter.active, .icon-filter:hover {
  background-color: #405FF2;
}
.icon-filter.active span,
.icon-filter.active i, .icon-filter:hover span,
.icon-filter:hover i {
  color: #FFFFFF;
}

.button-search a {
  padding: 17px 21.5px;
  min-width: 160px;
  text-align: center;
  display: block;
}
.button-search a span {
  margin-left: 7px;
}
.button-search a i {
  margin-left: 0;
}

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

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

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

.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;
  color: #24272C;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagi2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #405FF2;
  width: 8px;
  height: 8px;
}

.swiper-pagination {
  margin-top: 48px;
  margin-bottom: -13px;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #E4E4E4;
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #FFFFFF;
  margin: 0 16px !important;
  width: 8px;
  height: 8px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5 {
  margin-top: 56px;
  bottom: 0 !important;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  position: relative;
}

.partner-slide5 .swiper-pagination5 {
  margin-top: 38px;
}

.swiper-pagination-bullet {
  background: #e4e4e4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #405ff2;
  margin: 0 5px !important;
}
.swiper-pagination-bullet:hover::before, .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid #405ff2;
}

.swiper-slide-active .fade-item {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-slide-active .fade-item1 {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-item {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-item1 {
  transform: translate3d(40px, 0px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fade-item1.fade-item-1,
.fade-item1.fade-item-1 {
  transition-delay: 0.1s;
}

.fade-item1.fade-item-2,
.fade-item1.fade-item-2 {
  transition-delay: 0.3s;
}

.fade-item1.fade-item-3,
.fade-item1.fade-item-3 {
  transition-delay: 0.5s;
}

.fade-item1.fade-item-4,
.fade-item1.fade-item-4 {
  transition-delay: 0.7s;
}

.fade-item1.fade-item-5,
.fade-item1.fade-item-5 {
  transition-delay: 0.9s;
}

.swiper-pagination-black {
  text-align: center;
  margin-top: 33px;
}
.swiper-pagination-black .swiper-pagination-bullet {
  width: 31px;
  height: 1px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet::before {
  content: unset;
}

@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: 1440px) {
  .slider.style5 .content {
    padding: 275px 20px 273px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-pagination1,
  .swiper-pagination2,
  .swiper-pagination3,
  .swiper-pagination4,
  .swiper-pagination5 {
    display: block;
  }
  .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;
  }
}
@media only screen and (max-width: 1024px) {
  .slider.style11 .content {
    padding: 120px 0px 200px 0px;
  }
  .slider.style8 .slider-item .content {
    padding: 170px 0px 250px 0px;
  }
  .slider.style5 .content {
    padding: 170px 20px 380px 20px;
  }
  .slider.style2.home-4 .content {
    padding: 190px 0px 380px 0px;
  }
  .slider.style1 .content {
    padding: 230px 15px 400px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .slider.style11 .slider-bottom .slider-vertical-counter .lines {
    margin: 0px 10px !important;
  }
  .slider.style11 .slider-bottom .slider-vertical-counter .lines .line {
    width: 31px !important;
    height: 1px !important;
  }
  .slider.style11 .content .heading {
    max-width: 550px;
  }
  .slider.style10 .slider-vertical-counter {
    margin-bottom: 0px;
  }
  .slider.style10 .content {
    padding: 149px 71px 241px 0px;
  }
  .slider.style7 .slider-bottom .slider-vertical-counter .lines .line {
    height: 1px !important;
    margin: 0px 2px !important;
  }
  .slider.style7 .slider-item .content {
    padding: 154px 0px 170px 0px;
  }
  .slider.style5 .content .heading .sub-title {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .slider.style5 .content {
    padding: 140px 0px 380px 0px;
  }
  .slider.style5 .button-swiper.style2 {
    bottom: 31%;
  }
  .slider .content .heading {
    max-width: 600px;
  }
  .slider.style3 .button-swiper {
    top: 30%;
  }
  .slider .slider-item .content h1,
  .slider.style7 .slider-item .content .heading h1,
  .slider.style5 .content .heading h1,
  .slider.style8 .slider-item .content .heading h1,
  .slider.style10 .content .heading h1,
  .slider.style11 .content .heading h1 {
    font-size: 50px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .slider .slider-vertical-counter {
    margin-bottom: 25px;
  }
  .slider .slider-vertical-counter .number {
    font-size: 20px !important;
  }
  .slider .slider-vertical-counter .lines .line {
    height: 20px;
  }
  .slider .slider-vertical-counter .lines {
    margin: 5px 0;
  }
  .slider.style7 .slider-bottom .slider-vertical-counter .lines {
    flex-direction: row;
    margin: 0px 10px !important;
  }
  .slider.style7 .slider-vertical-counter {
    margin-bottom: 0px;
  }
  .slider.style1 .content {
    max-width: 100%;
  }
  .slider .slider-item .content .category-list-car li {
    padding: 5px 15px;
    font-size: 12px;
  }
  .slider.style1 .slider-item .content .category-list-car li {
    padding: 0px 0px;
  }
  .slider.style10 .slider-bottom {
    margin: 0px 83px 0px 15px;
    padding: 20px 0px;
  }
  .flat-tabs .tab-title li {
    min-width: max-content !important;
  }
  .menu-tab.tab-title.justify-center {
    justify-content: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .flat-tabs .tab-title {
    margin-bottom: 25px !important;
  }
  .slider.style5 .button-swiper.style2 {
    display: none;
  }
  .slider.style11 .slider-bottom .slider-vertical-counter {
    justify-content: flex-end;
  }
  .slider.style11 .content .heading .chat-wrap {
    margin-top: 30px;
  }
  .slider.style11 .box-brand {
    max-width: 100%;
    width: 100%;
  }
  .slider.style11 .po-content-two {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }
  .slider.style7 .po-content-two,
  .slider.style7 .specifications-wrap.style2,
  .slider.style7 .specifications-wrap.style2 .specifications,
  .slider.style7 .video-wrap .video-image img,
  .slider.style11 .po-content-two {
    width: 100%;
  }
  .slider.style7 .slider-item .content,
  .slider.style11 .content {
    flex-direction: column;
  }
  .slider.style5 .content {
    padding: 140px 0px 660px 0px;
  }
  .slider.style4 .content {
    padding: 160px 0 680px;
  }
  .slider.style2.home-4 .button-swiper {
    top: 30%;
  }
  .slider.style2.home-4 .content {
    padding: 100px 0px 680px 0px;
  }
  .slider.style3 .content {
    padding: 120px 0 700px;
  }
  .slider.style1 .content {
    padding: 200px 15px 600px 15px !important;
  }
  .slider.style2 .content {
    padding: 145px 0px 645px 0px;
  }
  .slider.style1 .content {
    max-width: 100%;
  }
  .heading p.fs-18 {
    font-size: 16px;
  }
  .slider.style2 .content .chat-wrap {
    margin-top: 45px;
  }
  .slider.style2 .button-swiper {
    top: 30%;
  }
  .heading .sc-button {
    padding: 13px 20px !important;
  }
  .heading .sc-button span {
    font-size: 14px !important;
  }
  .slider.style11 .content .category-list-car {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .slider.style11 .slider-bottom .slider-vertical-counter {
    justify-content: center;
  }
  .slider.style11 .slider-bottom {
    bottom: 60px;
  }
  .slider.style11 .slider-vertical-counter {
    margin-bottom: 0px;
  }
  .slider.style11 .content {
    padding: 120px 0px 100px 0px;
  }
  .slider.style10 .slider-bottom {
    margin: 0px 60px 0px 15px;
  }
  .slider.style10 .content {
    padding: 110px 48px 100px 0px;
  }
  .side-navigation-bar {
    width: 60px;
    padding: 70px 5px 26px 5px;
  }
  .side-navigation-bar .social-icons-vertical .icon-links {
    font-size: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .slider.style10 .slider-bottom .number,
  .slider.style10 .slider-bottom .lines1 {
    font-size: 16px;
  }
  .slider.style8 .slider-item .content {
    padding: 120px 0px 250px 0px;
  }
  .slider.style7 .slider-item .content {
    padding: 154px 0px 110px 0px;
  }
  .slider.style7 .slider-bottom {
    display: none;
  }
  .slider.style5 .content .heading p {
    margin-bottom: 30px;
  }
  .slider.style5 .specifications-wrap.style1,
  .slider.style8 .specifications-wrap.style3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
  }
  .slider.style5 .specifications-wrap .specifications:not(:last-child),
  .slider.style8 .specifications-wrap.style3 .specifications:not(:last-child) {
    margin-bottom: 0px;
  }
  .slider.style5 .specifications-wrap.style1 .specifications {
    width: 100%;
    padding: 20px 15px;
  }
  .slider.style5 .content,
  .slider.style8 .slider-item .content,
  .slider.style10 .content,
  .slider.style11 .po-content-two {
    flex-direction: column;
  }
  .specifications-wrap.style5 {
    margin-bottom: 0px;
  }
  .slider.style11 .box-brand {
    padding: 20px;
    padding: 20px;
  }
  .slider.style11 .specifications-wrap .specifications {
    width: 100%;
  }
  .specifications-wrap.style5 .specifications:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .slider .slider-item .content .chat-wrap {
    gap: 15px;
  }
  .slider.style2 .heading,
  .slider.style10 .content .heading,
  .slider.style10 .content > .flex {
    width: 100%;
  }
  .slider.style10 .content .heading {
    max-width: 100%;
  }
  .button-swiper {
    display: none !important;
  }
  .slider .slider-item .content h1,
  .slider.style5 .content .heading h1,
  .slider.style8 .slider-item .content .heading h1,
  .slider.style10 .content .heading h1,
  .slider.style11 .content .heading h1 {
    font-size: 42px;
  }
  .slider .slider-item .content .category-list-car {
    gap: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .specifications-wrap.style4 .specifications:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .specifications-wrap.style4 .specifications {
    min-width: 100%;
  }
}
.sw-dot-default {
  display: flex;
  gap: 4px;
  margin-top: 52px;
  bottom: 4px !important;
  position: relative;
}

.listing-reviews .flat-tabs .box-tab.style5 .tab-title {
  flex-wrap: wrap;
}

.themesflat-pagination ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.themesflat-pagination ul li {
  margin: 0;
}

/*------------ Sidebar ---------------- */
/* side bar */
.search-flat {
  margin-right: 6px;
}
.search-flat .search-form .search-field {
  box-shadow: 5px 5px 0 black;
}
.search-flat .search-form .search-field::placeholder {
  color: #FFFFFF !important;
}

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

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

.input-form label {
  color: #24272C;
  margin-bottom: 16px;
}
.input-form .input-field {
  padding: 0;
  border: unset;
  border-radius: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #696665;
}
.input-form .input-field::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696665;
}
.input-form .submit-field {
  display: inline-block;
  background-color: #405FF2;
  box-sizing: border-box;
  padding: 15px 38.5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  -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;
  outline: none;
  border: unset;
  width: 100%;
}
.input-form .submit-field:hover {
  background-color: #24272C;
}

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

.title-news {
  margin-bottom: 29px !important;
}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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: #405FF2;
}
.widget-menu .recent-news li .content .days::before {
  content: "\f272";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  color: #405FF2;
}
.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 #405FF2;
}

.form-filter-siderbar .form-group.content-hidden {
  display: none;
}
.form-filter-siderbar .form-group {
  margin-bottom: 32px;
}
.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;
  position: relative;
}
.form-filter-siderbar .features-wrap h4::before {
  content: "\e942";
  font-family: "carus";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-filter-siderbar .features-wrap h4.active::before {
  content: "\e949";
}
.form-filter-siderbar .tf-amenities label {
  margin-bottom: 16px;
}

.sale-agents-detail {
  width: 100%;
}

.sidebar-right-listing {
  border: 1px solid #EDEDED;
  padding: 28px 30px;
  width: 324px;
  flex-shrink: 0;
}
.sidebar-right-listing .sidebar-title {
  margin-bottom: 25px;
}
.sidebar-right-listing .claer i {
  margin-right: 6px;
  display: inline-block;
}

.form-filter-siderbar .wd-find-select label {
  margin-bottom: 17px;
}
.form-filter-siderbar .nice-select {
  border-left: unset !important;
  border-right: unset !important;
  border-top: unset !important;
  padding: 0px 20px 14px 0px;
}
.form-filter-siderbar .nice-select:after {
  margin-top: -15px;
  right: 5px;
}
.form-filter-siderbar .widget-price {
  margin-top: -4px;
  margin-bottom: 43px;
}
.form-filter-siderbar .tf-amenities label {
  margin-bottom: 12.2px !important;
}

.listing-grid .btn-view {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  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: #405FF2;
  color: #FFFFFF;
}

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

.filter {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 18px;
  width: auto !important;
  color: #24272C !important;
}
.filter i {
  margin-left: 10px;
}
.filter:hover {
  color: #ffffff !important;
}

.filter-mobie {
  display: none;
}

.btn-siderbar-mobie-filter {
  position: fixed;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  border: 0;
  z-index: 50;
  justify-content: center;
  align-items: center;
  background-color: #405FF2;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
  cursor: pointer;
  display: none;
}
.btn-siderbar-mobie-filter i {
  rotate: 180deg;
}
.btn-siderbar-mobie-filter:hover {
  background-color: #405FF2;
  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;
}

.offcanvas-body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 5px;
}
.offcanvas-body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background-color: #EDEDED;
}
.offcanvas-body::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #B6B6B6;
  border-radius: 4px;
}

.offcanvas-siderbar-map {
  width: 500px !important;
  border-left: unset !important;
}

/*------------ Dashboard ---------------- */
/* DashBoard
-------------------------------------------------------------- */
#wrapper-dashboard .main-header .header-lower .nav-outer {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

#wrapper-dashboard .main-header .header-lower {
  padding-right: 23px;
  margin-left: 38px;
}

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

#wrapper-dashboard .content-area {
  border-radius: 0px;
  overflow: hidden;
  padding: 55px 27px 30px 36px;
  margin-right: 0px;
  margin-left: 0px;
}

#wrapper-dashboard .admin-title {
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
}

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

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

#wrapper-dashboard #header .tf-btn {
  background: #405FF2;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-dashboard::-webkit-scrollbar-thumb {
  background: #1A2435;
}

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

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

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

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

.sidebar-dashboard .db-author .name {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: -2px;
  opacity: 0.5;
}

.sidebar-dashboard .db-author .author-email {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

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

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

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

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

.sidebar-dashboard .db-title {
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.sidebar-dashboard .db-list-menu ul li a {
  color: #FFFFFF;
  padding: 11.5px 30px 12px 30px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  position: relative;
}

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

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

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

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

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

.sidebar-dashboard .db-list-menu ul li a:hover,
.sidebar-dashboard .db-list-menu ul li a.active {
  background: #405FF2;
  color: #FFFFFF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-dashboard .db-media-box .list-social li a:hover {
  color: #FFFFFF;
  background: #405FF2;
  border-color: #405FF2;
}

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

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

.db-email-box .icon {
  font-size: 37px;
  color: #405FF2;
  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: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

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

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

.dashboard-toggle {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow: unset;
}

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

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

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

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

.tfcl-dashboard-overview .tfcl-card .card-body {
  background: #F5F7FE;
  padding: 33px 20px 20px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfcl-dashboard .nice-select {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin: 0;
  padding: 16.5px 20px 16.5px 0px !important;
  border-radius: 0 !important;
  border-right: unset !important;
  border-top: unset !important;
  border-left: unset !important;
}

.tfcl-dashboard .nice-select:after {
  right: 3px;
}

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

.form-control:focus {
  box-shadow: unset !important;
}

.tfcl-dashboard .tfcl-dashboard-listing .result-text {
  font-size: 16px;
  line-height: 22.4px;
  display: block;
}

.tfcl-dashboard .result-text b {
  color: #405FF2;
  margin-right: 4px;
}

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

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

.tfcl-table-listing .table-responsive thead tr th:first-child {
  padding: 6.5px 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfcl-dashboard-reviews .comment-by-user .review-name {
  color: #24272C;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

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

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

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

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

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

.tfcl-dashboard-reviews .comment-by-user .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.6px;
  color: #696665;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#wrapper-dashboard .header-account {
  gap: 27px;
}

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

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

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

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

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

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

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

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

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

.tfcl-table-listing .column-status .tfcl-listing-status {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  max-width: 90px;
  display: block;
  text-align: center;
  background: var(--theme-primary-rgba);
  padding: 6px 14px 6px 14px;
  border: 1px solid #405FF2;
}

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

.tfcl-table-listing .column-status .tfcl-listing-status.status-publish {
  background: rgba(61, 146, 58, 0.1);
  border-color: rgba(61, 146, 58, 0.14);
  color: #7ED321;
}

.tfcl-table-listing .column-status .tfcl-listing-status.status-sold {
  background: rgba(64, 95, 242, 0.1);
  border-color: rgba(64, 95, 242, 0.14);
  color: #405FF2;
}

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

.tfcl-table-listing .column-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding-left: 30px;
  padding-top: 13px;
  color: #696665;
  vertical-align: baseline;
}

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

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

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

.tfcl-table-listing .column-controller .inner-controller {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.tfcl-table-listing .column-controller .inner-controller .icon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfcl-pagination a:hover,
.tfcl-pagination .current {
  background: #405FF2;
  color: #FFFFFF;
  border-color: #405FF2;
}

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

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

.group-insight-controller {
  margin-top: 13px;
  margin-bottom: 40px;
}

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

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

.group-btn-insignt button {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.group-btn-insignt span {
  color: #EDEDED;
}

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

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

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

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

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

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

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

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

.wrap-favorite-listing .change-heart {
  left: unset !important;
  right: 8px !important;
  top: 8px !important;
  transform: unset !important;
}

.wrap-favorite-listing .change-heart .box-icon {
  background-color: rgba(36, 39, 44, 0.6) !important;
  border-radius: 100%;
  backdrop-filter: blur(4px);
}

.wrap-favorite-listing .change-heart .box-icon .icon {
  color: #FFFFFF !important;
}

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

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

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

.controller-sorting .count-list span {
  color: #405FF2;
}

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

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

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

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

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

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

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

.tfcl-add-listing .upload-media a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #FFFFFF;
  background: #405FF2;
  padding: 14px 20px;
  margin-bottom: 15px;
}

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

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

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

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

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

.tfcl-add-listing .thumbnail-media > * {
  width: 14%;
}

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

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

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

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

.tfcl-add-listing h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

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

.add-list .tfcl-add-listing .form-group label {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 4px;
}

.tfcl-add-listing.car-additional .form-group label {
  margin-bottom: 2px;
  margin-top: 5px;
}

.tfcl-add-listing.car-additional .sc-button {
  min-width: 160px;
}

.tfcl-add-listing.car-details > .group-checkbox {
  margin-bottom: 37px;
}

.tfcl-dashboard .car-details input {
  padding: 15px 20px 15px 0px;
}

.tfcl-add-listing.car-details .form-group .nice-select {
  padding: 16px 20px 16px 0px !important;
}

.group-additional {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.group-additional .btn-keyword {
  width: 54px;
  height: 54px;
  line-height: 57px;
  text-align: center;
  background: #F5F7FE;
  flex-shrink: 0;
  margin-bottom: 29.5px;
  color: #405FF2;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.group-additional .btn-keyword:hover {
  background: #405FF2;
  color: #FFFFFF;
}

.tfcl-add-listing .group-additional .form-group {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfcl-add-listing .group-checkbox label {
  margin: 0;
  margin-left: 12px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  color: #696665;
  cursor: pointer;
}

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

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

.tfcl-add-listing .group-features h6 {
  margin-bottom: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group-button-submit .second-btn {
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #24272C;
  background: transparent;
  padding: 13px 20px;
  border: 1px solid rgba(36, 39, 44, 0.1);
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.group-button-submit .second-btn:hover {
  background: #405FF2;
  color: #FFFFFF;
}

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

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

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

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

.dealer-poster .tfcl_choose_avatar .avatar > .form-group {
  max-width: 246px;
}

.dealer-poster .tfcl_choose_avatar #tfcl_avatar_thumbnail {
  border-radius: 0;
  width: 246px;
  height: unset;
  object-fit: cover;
}

.profile-inner .dealer-tex {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding: 24px;
  background: #F5F7FE;
  margin-bottom: 20px;
  color: #24272C;
}

.social-profile input {
  padding: 16.5px 0px 16.5px 25px !important;
}

.social-profile .group-button-submit {
  justify-content: flex-start;
}

.social-profile .form-group {
  position: relative;
}

.social-profile .icon-social {
  position: absolute;
  top: 70%;
  color: #24272C;
  font-size: 18px;
  transform: translateY(-50%);
  left: 0;
}

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

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

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

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

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

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

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

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

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

.list-check-req li.check span {
  color: #405FF2;
}

.list-check-req li.check span::before {
  background: #405FF2;
}

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

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

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

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

.tfcl-message .message-header .form-search input {
  padding: 16px 27px 16px 0px;
}

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

.tfcl-message .list-user-chat li.active .user-item,
.tfcl-message .list-user-chat li .user-item:hover {
  background: #F5F7FE;
}

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

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

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

.tfcl-message .list-user-chat .user-item .content {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tfcl-message .content-inner-chat .chat-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 60px 14px 14px;
  background: #F5F7FE;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
  color: #24272C;
}

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

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

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

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

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

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

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

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

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

.tfcl-message .controller-chat .controll a:hover {
  background: #405FF2;
}

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

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

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

.tfcl-message .controller-chat .form-message input {
  padding: 15.5px 20px;
  border: 1px solid #EDEDED;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tf-banner.style-dealder {
  background-image: url(./../../assets/images/section/dealer-pagetitle.webp);
}

.tf-banner.style-faq {
  background-image: url(./../../assets/images/section/faq-pagetitle.webp);
}

.tf-banner.style-dealder .content {
  padding: 189px 0px 379px 0px;
}

.tf-banner.style-faq .content {
  padding: 189px 0px 455px 0px;
}

.tf-banner.style-dealder .content .heading,
.tf-banner.style-faq .content .heading {
  max-width: 821px;
}

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

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

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

.search-dealer-list .filter-search a.active,
.search-dealer-list .filter-search a:hover {
  color: #FFFFFF;
  background: #405FF2;
}

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

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

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

.search-dealer-list .search-submit {
  min-width: 204px;
  background: #405FF2;
  padding: 14px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: center;
}

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

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

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

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

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

/* single dealer */
.widget-title-siderbar .avata-agent {
  margin-bottom: 24px;
}
.widget-title-siderbar .contact-agent {
  margin-bottom: 24px;
}
.widget-title-siderbar .contact-agent li {
  font-weight: 400;
  font-size: 16px;
  color: #24272C;
  gap: 12px;
}
.widget-title-siderbar .contact-agent li i {
  font-size: 20px;
}
.widget-title-siderbar .contact-agent li:not(:last-child) {
  margin-bottom: 15px;
}
.widget-title-siderbar .reating {
  font-weight: 700;
  font-size: 12px;
  gap: 4px;
  padding: 10px 6px;
  border: 1px solid #EDEDED;
  border-radius: 100px;
  color: #24272C;
  line-height: 1em;
}
.widget-title-siderbar .reating i {
  color: #F26740;
}
.widget-title-siderbar .des {
  margin-bottom: 24px;
}
.widget-title-siderbar .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
.widget-title-siderbar .icon-list {
  margin-bottom: 24px;
  gap: 8px;
}
.widget-title-siderbar .icon-list li {
  gap: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
}

.widget-dealer-contact h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.widget-dealer-contact .infor {
  margin-bottom: 30px;
}
.widget-dealer-contact .infor .image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.widget-dealer-contact .infor .content h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.widget-dealer-contact .infor .content .verified {
  font-weight: 400;
  font-size: 14px;
  color: #7ED321;
  gap: 6px;
}
.widget-dealer-contact .infor .content .verified i {
  font-size: 17px;
}
.widget-dealer-contact .button-contact {
  margin-bottom: 30px;
}
.widget-dealer-contact .button-contact a:not(last-child) {
  margin-bottom: 10px;
}
.widget-dealer-contact .map-contact .address-dealer {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #696665;
}
.widget-dealer-contact .map-contact .address-dealer i {
  font-size: 18px;
  margin-right: 9px;
}
.widget-dealer-contact .map-contact .map-content {
  height: 190px;
  margin-bottom: 17px;
  width: 100%;
}

.widget-categori-car .listing-header {
  margin-bottom: 21px;
}
.widget-categori-car .listing-header h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}
.widget-categori-car ul li:not(:last-child) {
  margin-bottom: 12px;
}
.widget-categori-car ul li a {
  color: #696665;
}
.widget-categori-car ul li a:hover {
  color: #405FF2;
}

.widget-dealer-contact .button-form-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  padding: 15px 35px;
  background: #405FF2;
  text-align: center;
}

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

.widget-dealer-contact .button-form-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  color: #24272C;
  width: 100%;
  display: block;
  padding: 15px 35px;
  border: 1px solid #EDEDED;
  text-align: center;
}

.widget-questions .title-heading {
  margin-bottom: 30px;
}
.widget-questions .title-heading .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.widget-questions .title-heading p {
  line-height: 20px;
}
.widget-questions .form-sidebar-faq .form-group label {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #24272C;
  margin-bottom: 20px;
}
.widget-questions .form-sidebar-faq .form-group .form-control {
  padding: 0px 0px 15px 0px;
  border-radius: 0px;
}
.widget-questions .form-sidebar-faq .form-group:not(:last-child) {
  margin-bottom: 30px;
}
.widget-questions .form-sidebar-faq .form-group .sc-button {
  width: 100%;
  outline: none;
  border: unset;
  color: #FFFFFF;
}
.widget-questions .form-sidebar-faq .form-group .sc-button:hover {
  background-color: #24272C;
}

.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 #405FF2;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  background: transparent;
  text-align: center;
  display: block;
  min-width: 230px;
  color: #405FF2;
  margin-top: 3px;
}

.tf-sale-agent-list .list-agent li .btn-agent:hover {
  background: #405FF2;
  color: #FFFFFF;
}

.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: #405FF2;
  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: 40px;
  padding-top: 40px;
  border-top: 1px solid #EDEDED;
  margin-bottom: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #EDEDED;
}

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

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

.widget-book-apoint {
  background: #F5F7FE;
  padding: 30px 32px;
  max-width: 850px;
}

.widget-book-apoint h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
}

.widget-book-apoint a {
  background: #405FF2;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 15px 36px;
  text-align: center;
  width: 100%;
}

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

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

.wrap-review h4 {
  font-family: Outfit;
  font-weight: 600;
  font-size: 20px;
}

.wrap-review .titles {
  margin-bottom: 27px;
}

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

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

.blog-article-left {
  max-width: 744px;
}
.blog-article-left .date {
  top: 8px !important;
  left: 7px !important;
}
.blog-article-left h3 {
  font-weight: 600;
  font-size: 24px !important;
  margin-bottom: 25px !important;
  line-height: 100%;
}
.blog-article-left .sub-box {
  padding-top: 25px;
  margin-top: 42px;
  border-top: 1px solid #EDEDED;
}

.blog-wrap {
  display: flex;
  gap: 24px;
}

.trending-list {
  display: flex;
  gap: 11px 10px;
  flex-wrap: wrap;
}
.trending-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding: 10px 16px;
  border: 1px solid #EDEDED;
  color: #696665;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trending-list a:hover {
  background-color: #405FF2;
  border: 1px solid #405FF2;
  color: #FFFFFF;
}
.trending-list.style-2 a {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.4);
  background: rgba(36, 39, 44, 0.6980392157);
}
.trending-list.style-2 a:hover {
  background-color: #405FF2;
  border: 1px solid #405FF2;
  color: #FFFFFF;
}

.blog-article-item .images img {
  height: 100%;
}
.blog-article-item .images .date {
  padding: 5px 12px;
  background: #405FF2;
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.blog-article-item .content {
  padding-top: 26px;
}
.blog-article-item .content .sub-box {
  gap: 18px;
}
.blog-article-item .content .sub-box > a {
  position: relative;
  font-size: 14px;
}
.blog-article-item .content .sub-box .title-2::before {
  font-family: "carus";
  font-size: 18px;
  content: "\e90e";
  margin-right: 9px;
}
.blog-article-item .content h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28.24px;
}
.blog-article-item .content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-article-item .content h3:hover {
  color: #405FF2;
}
.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: #405FF2;
}
.blog-article-item .content .read-more i {
  font-size: 7px;
  margin-left: 10px;
}
.blog-article-item.style1 .images {
  height: 296px;
}
.blog-article-item.style1 .content {
  padding-top: 32px;
}
.blog-article-item.style2 {
  display: flex;
  gap: 30px;
}
.blog-article-item.style2 .images {
  height: auto;
  max-width: 300px;
}
.blog-article-item.style2 .content {
  padding-top: 0px;
}
.blog-article-item.style2 .content > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-article-item.style2 .content .read-more {
  margin-top: 13px;
}
.blog-article-item.style3 {
  display: flex;
  gap: 24px;
}
.blog-article-item.style3 .images {
  height: auto;
  max-width: 324px;
}
.blog-article-item.style3 .content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog-article-item.style3 .content h3 {
  margin-bottom: 25px;
}
.blog-article-item.style3 .content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-article-item.style3 .content .sub-box {
  margin-top: 76px;
  padding-top: 25px;
  border-top: 1px solid #EDEDED;
}
.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: #405FF2;
  color: #FFFFFF;
}
.blog-article-item.style5 {
  display: flex;
  padding: 24px;
  gap: 48px;
  border: 1px solid #EDEDED;
}
.blog-article-item.style5 .images {
  height: 296px;
  width: 50%;
}
.blog-article-item.style5 .date {
  padding: 5px 12px;
  background: #405FF2;
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  align-self: flex-start;
}
.blog-article-item.style5 .content {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blog-article-item.style5 .content h3 {
  margin-bottom: 25px;
}
.blog-article-item.style5 .content .sub-box {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #EDEDED;
}
.blog-article-item.style6 .content {
  background: #F8F9FF;
  padding: 24px 16px 17px 16px;
}
.blog-article-item.style6 .content .sub-box {
  margin-bottom: 16px;
}
.blog-article-item.style6 .content .tf-btn-arrow {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.blog-article-item.style6 .content .tf-btn-arrow i {
  font-size: 20px;
}

.box-car-list {
  border: 1px solid #EDEDED;
  overflow: hidden;
}
.box-car-list .image-group img {
  width: 100%;
  transform: scale(1.01);
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.box-car-list .image-group .top {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 5;
}
.box-car-list .image-group .top .flag-tag {
  padding: 6px 12px;
  background-color: #405FF2;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
}
.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-car-list .image-group .change-heart .box-icon {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-car-list .image-group .change-heart .box-icon:first-child {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(-20px);
}
.box-car-list .image-group .change-heart .box-icon:last-child {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(20px);
}
.box-car-list .image-group .change-heart .box-icon .icon {
  color: #24272C;
}
.box-car-list .image-group .change-heart .box-icon:hover {
  background-color: #405FF2;
}
.box-car-list .image-group .change-heart .box-icon:hover .icon {
  color: #FFFFFF;
}
.box-car-list .content {
  padding: 19px 14px 22px 16px;
  flex-direction: column !important;
  display: flex;
  justify-content: space-between;
}
.box-car-list .content .link-style-1 {
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 18px;
  text-transform: capitalize;
}
.box-car-list .content .icon-box {
  padding: 12px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 12px;
  gap: 5px 0px;
}
.box-car-list .content .icon-box .icons {
  font-size: 14px;
  font-weight: 400;
  color: #24272C;
}
.box-car-list .content .icon-box .icons:not(:last-child) {
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid #EDEDED;
}
.box-car-list .content .icon-box i,
.box-car-list .content .icon-box svg {
  margin-right: 8px;
  font-size: 19px;
}
.box-car-list .content .logo-car {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.box-car-list .content .days-box {
  flex-wrap: wrap;
  gap: 15px;
}
.box-car-list .content .days-box .img-author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 12px;
}
.box-car-list.style-2 {
  display: flex;
}
.box-car-list.style-2 > .image-group {
  width: 322px;
  flex-shrink: 0;
}
.box-car-list.style-2 > .image-group .top {
  left: 9px;
  top: 9px;
}
.box-car-list.style-2 > .image-group .img-style,
.box-car-list.style-2 > .image-group img {
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}
.box-car-list.style-2 .content {
  width: 100%;
  padding: 24px 16px 16px 16px;
}
.box-car-list.style-2 .content .link-style-1 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.box-car-list.style-2 .content .des {
  margin-bottom: 12px;
}
.box-car-list.style-2.style-dark > .image-group .img-style,
.box-car-list.style-2.style-dark > .image-group img {
  min-height: 224px;
}
.box-car-list.style-2.style-dark .content {
  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,
.box-car-list.style-2.style-dark .content .text-color-2,
.box-car-list.style-2.style-dark .content .icon-box .icons,
.box-car-list.style-2.style-dark .content .des {
  color: #FFFFFF !important;
}
.box-car-list.style-2.style-dark .content .icon-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-2.style-dark .content .icon-box .icons:not(:last-child) {
  border-right: 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-2.style-dark:hover .link-style-1 a {
  color: #405FF2 !important;
}
.box-car-list.style-2.style-dark:hover .view-car {
  color: #405FF2;
  border: 1px solid #405FF2;
}
.box-car-list.style-3 {
  border: unset !important;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}
.box-car-list.style-3 .content {
  padding: 24px 16px;
}
.box-car-list.style-3 .change-heart {
  right: 8px;
  transform: unset !important;
  left: unset !important;
  flex-direction: column;
  top: 8px !important;
}
.box-car-list.style-4 {
  background-color: #24272C;
}
.box-car-list.style-4:hover .view-car,
.box-car-list.style-4:hover .link-style-1 a {
  color: #405FF2 !important;
}
.box-car-list.style-4 .content {
  padding: 18px 16px 22px 16px;
}
.box-car-list.style-4 .icon-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-4 .icon-box .icons:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-4 .text-color-2,
.box-car-list.style-4 .link-style-1 a,
.box-car-list.style-4 .icons,
.box-car-list.style-4 .view-car {
  color: #FFFFFF !important;
}
.box-car-list.style-4 .view-car {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.box-car-list.style-5 .content {
  padding: 19px 16px 22px 16px;
}
.box-car-list.style-5 .change-heart {
  right: 8px;
  bottom: 16px;
  transform: unset !important;
  left: unset !important;
  flex-direction: column;
  top: unset !important;
}

.listing-black .box-car-list.style-4 {
  border: 1px solid transparent;
}

.partner-item {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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 {
  width: 100%;
  margin-bottom: 24px;
}
.partner-item img {
  object-fit: contain;
}
.partner-item .content .title {
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item .content p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-2 {
  padding: 22px 37.5px 21px 37.5px;
  border: 1px solid #EDEDED;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-2:hover img {
  transform: scale(1.1);
}
.partner-item.style-2 .image img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-2 .icon {
  height: 46px;
  margin-bottom: 10px;
  color: #24272C;
}
.partner-item.style-2:hover {
  border: 1px solid #405FF2;
}
.partner-item.style-2:hover .icon,
.partner-item.style-2:hover .content .title {
  color: #405FF2 !important;
}
.partner-item.style-3 .image {
  border-radius: 100%;
  background: #FFFFFF;
  margin: 0 auto;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0509803922), 0px 1px 2px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  aspect-ratio: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-3 .image img {
  margin-bottom: 0px;
  transition: all 1s cubic-bezier(0.5, 1, 0.5, 1) 0s;
}
.partner-item.style-3 .title {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-3:hover .title {
  color: #405FF2 !important;
}
.partner-item.style-3:hover .image {
  border: 1px solid #405FF2;
}
.partner-item.style-3:hover img {
  transform: scale(1.05);
}
.partner-item.style-3.square .image {
  border-radius: 0;
}
.partner-item.style-4:hover img {
  transform: scale(1.1);
}
.partner-item.style-4:hover .content .title {
  color: #405FF2 !important;
}
.partner-item.style-4 .image {
  margin-bottom: 7px;
}
.partner-item.style-4 .image img {
  padding: 0px 6px;
  object-fit: cover;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-5 .image {
  margin-bottom: 11px;
}
.partner-item.style-5 .image img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-5:hover img {
  transform: scale(1.05);
}
.partner-item.style-5:hover .content .title {
  color: #405FF2 !important;
}
.partner-item.style-6 .image,
.partner-item.style-6 img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.5s;
  overflow: hidden;
}
.partner-item.style-6 .content {
  background: #000000;
  padding: 24px;
  transition: all 0.5s;
}
.partner-item.style-6:hover img {
  scale: 1.1;
}
.partner-item.style-6:hover .content {
  background: #405FF2;
}
.partner-item.style-6:hover .content .sub-title {
  color: #fff;
}
.partner-item.style-7 .image,
.partner-item.style-7 img {
  object-fit: contain;
  height: 206px;
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.5s;
}
.partner-item.style-7 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 16px 163px 0px;
  margin-bottom: -102px;
  background: rgba(64, 95, 242, 0.1);
}
.partner-item.style-7 .content .inner {
  border-left: 4px solid rgb(64, 95, 242);
  padding-left: 21px;
}
.partner-item.style-7 .content.bgc-2 {
  background: rgba(168, 170, 164, 0.1);
}
.partner-item.style-7 .content.bgc-2 .inner {
  border-color: rgb(168, 170, 164);
}
.partner-item.style-7 .content.bgc-3 {
  background: rgba(45, 79, 106, 0.1);
}
.partner-item.style-7 .content.bgc-3 .inner {
  border-color: rgb(45, 79, 106);
}
.partner-item.style-7 .content.bgc-4 {
  background: rgba(99, 105, 103, 0.1);
}
.partner-item.style-7 .content.bgc-4 .inner {
  border-color: rgb(99, 105, 103);
}
.partner-item.style-7 .content .icon {
  border: 1px solid rgb(212, 212, 212);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partner-item.style-7:hover img {
  scale: 1.05;
}
.partner-item.style-7:hover .icon {
  color: #fff;
  background: rgb(64, 95, 242);
}
.partner-item.style-8 .image,
.partner-item.style-8 img {
  object-fit: contain;
  height: 206px;
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.5s;
  overflow: hidden;
}
.partner-item.style-8 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 24px 0px 163px 0px;
  margin-bottom: -103px;
  background: rgba(64, 95, 242, 0.1);
}
.partner-item.style-8 .content .title {
  margin-bottom: 1px;
  margin-top: 8px;
}
.partner-item.style-8 .content .inner {
  border-left: 4px solid rgb(64, 95, 242);
  padding-left: 20px;
}
.partner-item.style-8 .content.bgc-2 {
  background: rgba(168, 170, 164, 0.1);
}
.partner-item.style-8 .content.bgc-2 .inner {
  border-color: rgb(168, 170, 164);
}
.partner-item.style-8 .content.bgc-3 {
  background: rgba(45, 79, 106, 0.1);
}
.partner-item.style-8 .content.bgc-3 .inner {
  border-color: rgb(45, 79, 106);
}
.partner-item.style-8 .content.bgc-4 {
  background: rgba(99, 105, 103, 0.1);
}
.partner-item.style-8 .content.bgc-4 .inner {
  border-color: rgb(99, 105, 103);
}
.partner-item.style-8 .content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  background: #405FF2;
  padding: 14px 24px;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.partner-item.style-8 .content .icon i {
  font-size: 20px;
}
.partner-item.style-8:hover img {
  scale: 1.1;
}
.partner-item.style-8:hover .icon {
  color: #fff;
  background: rgb(64, 95, 242);
}

.tf-icon-box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-icon-box:hover .icon svg {
  transform: rotateY(360deg);
}
.tf-icon-box.style-1 .icon {
  margin-bottom: 42px;
}
.tf-icon-box.style-1 .icon svg {
  font-size: 60px;
}
.tf-icon-box.style-1 h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.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: #405FF2;
}
.tf-icon-box .icon svg {
  transition: all 0.4s ease;
}

.tf-image-box {
  gap: 30px;
  padding: 59px 31px 40px 30px;
}
.tf-image-box .image,
.tf-image-box img {
  width: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-image-box:hover .image img {
  transform: scale(1.05);
}
.tf-image-box.bg-primary .title, .tf-image-box.bg-black .title {
  color: #FFFFFF;
}
.tf-image-box.bg-primary .sub, .tf-image-box.bg-black .sub {
  color: rgba(255, 255, 255, 0.5);
}
.tf-image-box.bg-one {
  background-color: rgba(17, 18, 21, 0.03);
}
.tf-image-box.bg-two {
  background-color: rgba(64, 95, 242, 0.05);
}
.tf-image-box.bg-primary {
  background-color: #405FF2;
}
.tf-image-box.bg-primary .find-cars {
  color: #405FF2 !important;
  background: #FFFFFF !important;
}
.tf-image-box.bg-black {
  background-color: #07060C;
}
.tf-image-box .content {
  width: 100%;
  max-width: 411px;
  margin-bottom: 15px;
}
.tf-image-box .content h3,
.tf-image-box .content h2 {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
}
.tf-image-box .content p {
  margin-bottom: 40px;
}
.tf-image-box .content .find-cars {
  padding: 16px 30.5px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background: #405FF2;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-image-box .content .find-cars i {
  font-size: 18px;
  margin-left: 9px;
}
.tf-image-box .content .find-cars:hover {
  background-color: #24272C;
}
.tf-image-box.border-line {
  border: 1px solid #EDEDED;
}

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

.tf-counter.style-1 .number-counter {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  color: #24272C;
  margin-top: 5px;
  margin-bottom: 22px;
}
.tf-counter.style-1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #24272C;
}

.loan-calculator-form {
  background-color: #FFFFFF;
  padding: 38px 39px 39px 39px;
}
.loan-calculator-form.style-right {
  margin-left: auto;
}
.loan-calculator-form .box-title {
  margin-bottom: 26px;
}
.loan-calculator-form .box-title .title-ct {
  margin-bottom: 5px;
}
.loan-calculator-form #loan-calculator .grid-sw-2 {
  gap: 24px;
}
.loan-calculator-form #loan-calculator fieldset {
  margin-bottom: 29px;
}
.loan-calculator-form #loan-calculator fieldset label {
  margin-bottom: 0px;
  line-height: 17.64px;
  font-size: 14px;
}
.loan-calculator-form #loan-calculator fieldset input,
.loan-calculator-form #loan-calculator fieldset .nice-select {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #EDEDED !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.loan-calculator-form #loan-calculator fieldset .nice-select:after {
  right: 7px;
}
.loan-calculator-form #loan-calculator .list-total {
  margin-bottom: 30px;
  margin-top: 4px;
}
.loan-calculator-form #loan-calculator .list-total ul li {
  gap: 30px;
}
.loan-calculator-form #loan-calculator .list-total ul li:not(:last-child) {
  margin-bottom: 13px;
}
.loan-calculator-form #loan-calculator .list-total ul li .title-total {
  max-width: 200px;
  width: 100%;
}
.loan-calculator-form #loan-calculator .button-boxs .sc-button {
  width: 100%;
}

.compare-item {
  overflow: hidden;
  border: 1px solid #EDEDED;
}
.compare-item .image-compare {
  width: 100%;
  gap: 12px;
}
.compare-item .image-compare .image {
  width: 50%;
}
.compare-item .image-compare .image img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.compare-item .image-compare .vs {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: #405FF2;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compare-item .image-compare .vs::before {
  content: "";
  height: 163px;
  width: 1px;
  background-color: #405FF2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -160px;
}
.compare-item .image-compare .vs::after {
  content: "";
  height: 1px;
  width: 22px;
  background-color: #405FF2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -160px;
}
.compare-item .content-compare {
  padding: 16px;
}
.compare-item .content-compare .compare-list-inner {
  margin-bottom: 24px;
}
.compare-item .content-compare .compare-list-inner .compare-list .fs-14.fw-4 {
  width: 50%;
}
.compare-item .content-compare .compare-list-inner .compare-list .fs-14.fw-4 .car a {
  color: #696665;
}
.compare-item .content-compare .compare-list-inner .compare-list .fs-14.fw-4:last-child {
  text-align: right;
}
.compare-item .content-compare .compare-list-inner .compare-list:first-child {
  margin-bottom: 6px !important;
}
.compare-item .content-compare .compare-list-inner .compare-list:not(:last-child) {
  margin-bottom: 22px;
}

.change-heart.style-2 {
  gap: 12px;
}
.change-heart.style-2 .box-icon {
  cursor: pointer;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid rgba(64, 95, 242, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.change-heart.style-2 .box-icon:hover {
  background-color: #405FF2;
}
.change-heart.style-2 .box-icon:hover .icon {
  color: #FFFFFF;
}
.change-heart.style-2 .box-icon .icon {
  color: #24272C;
}

.tf-icon-list li:not(:last-child) {
  margin-bottom: 14px;
}
.tf-icon-list li i,
.tf-icon-list li span {
  color: #405FF2;
}
.tf-icon-list li i {
  margin-right: 10px;
  font-size: 26px;
}
.tf-icon-list.style-1 li:not(:last-child) {
  margin-bottom: 19px;
}
.tf-icon-list.style-1 i {
  font-size: 22px;
}
.tf-icon-list.style-1 span {
  line-height: 1.3;
}

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

.tf-testimonial.style-1 .description {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.tf-testimonial.style-1 h3 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.tf-testimonial.style-1 .content p {
  color: rgba(255, 255, 255, 0.4);
}
.tf-testimonial.style-1 .inner-top {
  margin-bottom: 48px;
}
.tf-testimonial.style-2 {
  padding: 30px;
  background-color: #F5F5F5;
}
.tf-testimonial.style-2 .author-box {
  margin-top: 98px;
}
.tf-testimonial.style-2 .author-box .images {
  width: 48px;
  height: 48px;
}
.tf-testimonial.style-2 .author-box h3 {
  margin-bottom: 5px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.tf-testimonial.style-2.bg-primary .description,
.tf-testimonial.style-2.bg-primary .content h3,
.tf-testimonial.style-2.bg-primary .content p, .tf-testimonial.style-2.bg-black .description,
.tf-testimonial.style-2.bg-black .content h3,
.tf-testimonial.style-2.bg-black .content p {
  color: #FFFFFF;
}
.tf-testimonial.style-2.bg-primary {
  background-color: #405FF2;
}
.tf-testimonial.style-2.bg-black {
  background-color: #24272C;
}
.tf-testimonial.style-3 {
  text-align: center;
}
.tf-testimonial.style-3 .content-testimonial {
  background: #F8F9FF;
  padding: 30px 31px;
}
.tf-testimonial.style-3 .content-testimonial .icon {
  font-size: 36px;
  color: #405FF2;
}
.tf-testimonial.style-3 .content-testimonial .description {
  margin-top: 25px;
  margin-bottom: 22px;
  color: #24272C;
}
.tf-testimonial.style-3 .inner-top {
  margin-bottom: 0px;
}
.tf-testimonial.style-3 .author-box {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.tf-testimonial.style-3 .author-box .content h3 {
  font-size: 18px;
}
.tf-testimonial.style-4 .title {
  margin-bottom: 24px;
  text-transform: capitalize;
}
.tf-testimonial.style-4 .description {
  font-size: 24px;
  line-height: 1.22;
  color: #24272C;
  margin-bottom: 37px;
}
.tf-testimonial.style-4 .star {
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}
.tf-testimonial.style-4 .star i {
  color: #F9B808;
}
.tf-testimonial.style-4 .name {
  font-size: 20px;
  font-weight: 500;
  color: #24272C;
  margin-bottom: 4px;
}
.tf-testimonial.style-5 {
  padding-left: 85px;
  padding-top: 75px;
}
.tf-testimonial.style-5 .title {
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
}
.tf-testimonial.style-5 .desc {
  margin-bottom: 37px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.tf-testimonial.style-5 .name {
  font-size: 20px;
  font-weight: 500;
  color: #24272C;
  margin-bottom: 4px;
}
.tf-testimonial.style-6 {
  padding: 30px 37px 30px 30px;
  background: #F5F7FE;
  position: relative;
}
.tf-testimonial.style-6 svg {
  position: absolute;
  bottom: 0;
  right: 45px;
}
.tf-testimonial.style-6 .star-li {
  margin-bottom: 21px;
}
.tf-testimonial.style-6 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 139px;
  color: #24272C;
}
.tf-testimonial.style-7 {
  background-color: #F5F5F5;
  padding: 30px;
  display: flex;
  gap: 24px;
}
.tf-testimonial.style-7 .images {
  width: 72px;
  flex-shrink: 0;
}
.tf-testimonial.style-7 .content .inner-top {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tf-testimonial.style-7 .content .inner-top p {
  color: unset;
  margin-left: 0px;
  font-size: 14px;
}
.tf-testimonial.style-7 .content .title {
  margin-bottom: 24px;
}
.tf-testimonial.style-7 .content .description {
  margin-bottom: 21px;
}
.tf-testimonial.style-7 .content .content h3 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
}
.tf-testimonial.style-7 .content .icon {
  font-size: 37px;
  color: #405FF2;
}
.tf-testimonial.bg-4 {
  background-color: rgba(255, 113, 1, 0.06);
}
.tf-testimonial .inner-top {
  margin-bottom: 24px;
}
.tf-testimonial .inner-top .star-wrap {
  color: #F9B808;
  font-size: 14px;
  gap: 2px;
}
.tf-testimonial .inner-top p {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 12px;
}
.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 h3 {
  margin-bottom: 2px;
}

.carousel-testi-thumb-2 {
  margin-top: 76px;
}

.wrap-infor {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrap-infor .image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.wrap-infor .name {
  font-weight: 500;
  font-size: 18px;
}

.carousel-testi-thumb-2 .wrap-infor {
  cursor: pointer;
  border-bottom: 2px solid #EDEDED;
  padding-bottom: 24px;
}
.carousel-testi-thumb-2 .swiper-slide-thumb-active .wrap-infor {
  border-bottom: 2px solid #405FF2;
}

.testimonial9 .content-left {
  margin-top: 5px;
  max-width: 84%;
}
.testimonial9 .content-left .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 20px;
}
.testimonial9 .content-left .star {
  gap: 12px;
  color: #696665;
  margin-bottom: 48px;
}
.testimonial9 .carousel-testi-2 {
  margin-left: 12px;
}

.star-li i {
  color: #F9B808;
  font-size: 13px;
}

.card-car {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px;
  position: absolute;
  margin: 16px;
  bottom: 0;
  background: #fff;
  width: 94.5%;
}
.card-car img {
  max-width: 118px;
}
.card-car .link-style-1 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}
.card-car .icon-box {
  font-size: 14px;
  gap: 16px;
}
.card-car .icon-box .icons {
  gap: 8px;
}

.group-thumb {
  margin-top: 90px;
  padding-left: 86px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-thumb .list-img {
  display: flex;
  gap: 12px;
}
.group-thumb .list-img img {
  max-width: 56px;
  cursor: pointer;
}
.group-thumb .group-navi {
  position: relative;
  top: auto;
  left: auto;
  bottom: 0;
  z-index: 2;
  margin-top: 20px;
  margin-left: 0px;
}
.group-thumb .group-navi .swiper-button-prev,
.group-thumb .group-navi .swiper-button-next {
  border: 1px solid #EDEDED;
  width: 56px;
  height: 56px;
}
.group-thumb .group-navi .swiper-button-prev::after,
.group-thumb .group-navi .swiper-button-next::after {
  color: #24272C;
}
.group-thumb .group-navi .swiper-button-prev:hover::after,
.group-thumb .group-navi .swiper-button-next:hover::after {
  color: #fff;
}

.carousel-testi-thumb {
  margin-right: 15px;
}

.carousel-testi {
  margin-left: 84px;
  padding-top: 31px;
}

.col-lg-8 {
  position: relative;
}

.group-navi {
  position: relative;
  margin-top: 108px;
  margin-left: 84px;
  width: 124px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group-navi * {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.group-navi .swiper-button-prev,
.group-navi .swiper-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid #EDEDED;
}
.group-navi .swiper-button-prev:hover:after,
.group-navi .swiper-button-next:hover:after {
  color: #fff;
}
.group-navi .swiper-button-prev:after,
.group-navi .swiper-button-next:after {
  color: #000;
}

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

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

.flat-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.flat-toggle.style-1 {
  padding: 0px 0px 17.5px 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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-toggle.style-1 .toggle-title h4 {
  font-size: 18px;
}
.flat-toggle.style-1 .toggle-title.active h5 {
  color: #405FF2;
}
.flat-toggle.style-1 .toggle-title.active .btn-toggle::after {
  content: "\e95d";
  font-family: "carus";
  rotate: -180deg;
  display: inline-block;
  color: #405FF2;
}
.flat-toggle.style-1 .btn-toggle {
  position: absolute;
  right: 12px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flat-toggle.style-1 .btn-toggle::after {
  content: "\e95d";
  font-family: "carus";
  color: #24272C;
  font-size: 12px;
  transition: all 0.2s;
}
.flat-toggle.style-1 .toggle-content {
  padding-top: 15px;
}
.flat-toggle .toggle-content {
  display: none;
}

.widget-pricing {
  border: 1px solid #EDEDED;
  padding: 33px 30px 25px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-pricing:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.widget-pricing:hover .pricing-heading .sub-title,
.widget-pricing:hover .title-price h2,
.widget-pricing:hover .title-price .price {
  color: #405FF2 !important;
}
.widget-pricing .badge-table {
  text-align: center;
  position: absolute;
  top: 22px;
  right: -35px;
  transform: rotate(45deg);
  width: 140px;
}
.widget-pricing .badge-table span {
  clip-path: polygon(21% 0%, 78% 0%, 97% 100%, 2% 100%);
  padding: 4px 10px 4px 10px;
  background: #3D923A;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.widget-pricing .badge-table::before {
  content: "";
  width: 5px;
  height: 3px;
  position: absolute;
  right: 3px;
  bottom: -2px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #035A00;
  transform: rotate(45deg);
}
.widget-pricing .badge-table::after {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #035A00;
  transform: rotate(-45deg);
}
.widget-pricing .pricing-heading {
  margin-bottom: 35px;
  padding-bottom: 33px;
  border-bottom: 1px solid #EDEDED;
}
.widget-pricing .pricing-heading .sub-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 11px;
}
.widget-pricing .title-price {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2em;
  gap: 8px;
  margin-bottom: 34px;
}
.widget-pricing .title-price h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
}
.widget-pricing .check {
  margin-bottom: 33px;
}
.widget-pricing .check li:not(:last-child) {
  margin-bottom: 16.5px;
}
.widget-pricing .check li .icon-check {
  color: #3D923A;
  margin-right: 10px;
}

.hotline-wrap .icon {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid rgba(36, 39, 44, 0.1);
}
.hotline-wrap .number-phone {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4px;
}

.widget-banner-car .row {
  align-items: center;
}
.widget-banner-car .content-left .heading-section {
  margin-bottom: 0;
}
.widget-banner-car .content-left h2 {
  margin-bottom: 16px;
  line-height: 1.2em;
}
.widget-banner-car .content-left .group-icon {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.widget-banner-car .image-right {
  text-align: right;
  padding-top: 40px;
}

.agent-item {
  display: grid;
  gap: 24px;
  text-align: center;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  padding: 32px 32px 29px;
  transition: box-shadow 0.3s ease;
}
.agent-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}
.agent-item .image {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.agent-item .icon-box {
  justify-content: center;
  gap: 12px;
}
.agent-item .icon-box a {
  border: 1px solid #EDEDED;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #24272C;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agent-item .icon-box a:hover {
  background-color: #405FF2;
  color: #FFFFFF;
}
.agent-item.style2 {
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: left;
  background: transparent;
  border: none;
  box-shadow: none;
}
.agent-item.style2 .image {
  all: unset;
  overflow: hidden;
}
.agent-item.style2 .social {
  position: absolute;
  right: 15.5px;
  top: 16px;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.agent-item.style2 .social li {
  transform: translateX(40px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.agent-item.style2 .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.agent-item.style2 .social a:hover {
  background: #405FF2;
  transform: scale(1.05);
}
.agent-item.style2:hover .social li {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.tf-about-team .heading-section {
  margin-bottom: 0;
  display: grid;
  gap: 32px;
}
.tf-about-team .heading-section h2 {
  line-height: 1.2em;
}
.tf-about-team .heading-section p {
  margin-top: 0;
}
.tf-about-team .row {
  align-items: center;
}
.tf-about-team .grid-2.gap-48 {
  row-gap: 56px;
}
.tf-about-team .team-wrap-sec {
  padding-left: 12px;
}
.tf-about-team .team-wrap-sec .btn-join {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  padding: 22.5px 8px;
  border: 1px solid #EDEDED;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  transform: rotate(0deg);
  flex-grow: 1;
  margin-left: 58px;
}
.tf-about-team .team-wrap-sec .btn-join i {
  transform: rotate(90deg);
}

.section-reputable .reputable-content .btn-wrap .sc-button:hover {
  border: 1px solid #EDEDED;
}
.section-reputable .reputable-content .btn-wrap .sc-button.style-2 {
  color: #24272C;
  border: 1px solid #EDEDED;
}

.partners-orbit {
  position: relative;
  width: 777px;
  height: 777px;
  margin: auto;
  margin-top: 11px !important;
  margin-right: 21px !important;
  --scale: 1;
  transform: scale(var(--scale));
  transform-origin: center;
  /* ICON */
  /* Center logo */
}
.partners-orbit.style-1 {
  margin-right: auto !important;
  margin-top: 0px !important;
}
@media (max-width: 1400px) {
  .partners-orbit {
    --scale: 0.9;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .partners-orbit {
    --scale: 0.8;
  }
}
@media (max-width: 992px) {
  .partners-orbit {
    --scale: 0.7;
  }
}
@media (max-width: 768px) {
  .partners-orbit {
    --scale: 0.55;
  }
}
@media (max-width: 576px) {
  .partners-orbit {
    --scale: 0.35;
  }
}
.partners-orbit .orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.partners-orbit .orbit-1 {
  width: 393px;
  height: 393px;
}
.partners-orbit .orbit-2 {
  width: 585px;
  height: 585px;
}
.partners-orbit .orbit-3 {
  width: 777px;
  height: 777px;
}
.partners-orbit .orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133px;
  height: 133px;
  margin: -67.5px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-orbit .orbit-item.w75 {
  width: 75px;
  height: 75px;
  margin: -37.5px;
}
.partners-orbit .orbit-item.dot {
  background: #D9DFFC;
  width: 16px;
  height: 16px;
  margin: -8px;
}
.partners-orbit .orbit-item.dot.w8 {
  background: #D9DFFC;
  width: 8px;
  height: 8px;
  margin: -4px;
}
.partners-orbit .orbit-item img {
  animation: counter-rotate 1s linear infinite;
  animation-duration: inherit;
}
.partners-orbit .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners-orbit .center .center-logo {
  width: 201px;
  height: 201px;
  background: #4164f6;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-orbit .center .center-logo img {
  max-width: 145px;
}

.tf-parner-ani {
  position: relative;
  padding-bottom: 122px !important;
}

.orbit-item-2 {
  position: absolute;
  width: 133px;
  height: 133px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 57%;
  left: 13%;
}
.orbit-item-2.w75 {
  width: 75px;
  height: 75px;
}
.orbit-item-2.dot {
  background: #D9DFFC;
  width: 16px;
  height: 16px;
}
.orbit-item-2.dot.w8 {
  background: #D9DFFC;
  width: 8px;
  height: 8px;
}
.orbit-item-2 img {
  animation: counter-rotate 1s linear infinite;
  animation-duration: inherit;
}
.orbit-item-2.item-1 {
  top: 78%;
  left: 73.5%;
}
.orbit-item-2.item-2 {
  top: 23.9%;
  left: 84.3%;
}
.orbit-item-2.item-3 {
  top: 31.5%;
  left: 4.3%;
}
.orbit-item-2.item-4 {
  top: 51%;
  left: 87%;
}
.orbit-item-2.item-5 {
  top: 79.5%;
  left: 88.7%;
}
.orbit-item-2.item-6 {
  top: 44%;
  left: 79.2%;
}
.orbit-item-2.item-7 {
  top: 79%;
  left: 18.6%;
}

/* ===== ANIMATION ===== */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes counter-rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
/* Speed */
.spin-slow {
  animation: rotate 60s linear infinite;
}

.spin-medium {
  animation: rotate 40s linear infinite;
}

.spin-fast {
  animation: rotate 20s linear infinite;
}

/* ===== ANGLES ===== */
.angle-45 {
  transform: rotate(59deg) translateX(188px);
}

.angle-135 {
  transform: rotate(179deg) translateX(293px);
}

.angle-315 {
  transform: rotate(250deg) translateX(293px);
}

.angle-160 {
  transform: rotate(352deg) translateX(293px);
}

.angle-210 {
  transform: rotate(220deg) translateX(293px);
}

.angle-250 {
  transform: rotate(88deg) translateX(293px);
}

.angle-330 {
  transform: rotate(301deg) translateX(385px);
}

.angle-360 {
  transform: rotate(301deg) translateX(385px);
}

.angle-350 {
  transform: rotate(355deg) translateX(385px);
}

.angle-150 {
  transform: rotate(138deg) translateX(385px);
}

.angle-240 {
  transform: rotate(218deg) translateX(385px);
}

.angle-30 {
  transform: rotate(60deg) translateX(385px);
}

.tf-parner-ani .col-lg-5 {
  padding-right: 45px;
  padding-top: 93px;
}
.tf-parner-ani .heading-section {
  margin-bottom: 48px;
}
.tf-parner-ani .heading-section img {
  margin-bottom: 29px;
}
.tf-parner-ani .wrap-icon-box .tf-icon-box:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EDEDED;
}
.tf-parner-ani .wrap-icon-box .tf-icon-box {
  display: flex;
  gap: 48px;
}
.tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 h3 {
  margin-bottom: 16px;
}
.tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon {
  margin-bottom: 0px;
}

.slogan-logo {
  max-width: 200px;
  margin-right: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slogan-logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-brand:hover .slogan-logo {
  opacity: 0.4;
}
.tf-brand .slogan-logo:hover {
  opacity: 1;
}

.fade-edge .infiniteslide_wrap {
  position: relative;
}
.fade-edge .infiniteslide_wrap::before, .fade-edge .infiniteslide_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 5;
  pointer-events: none;
}
.fade-edge .infiniteslide_wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.fade-edge .infiniteslide_wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/*------------ Compare ---------------- */
#offcanvasBottom {
  width: 1440px;
  bottom: 20px;
  height: auto;
  margin: 0 auto;
}

.popup-compary {
  background-color: transparent;
}
.popup-compary .offcanvas-body {
  background-color: #FFFFFF;
}
.popup-compary .offcanvas-header {
  padding: 0;
}
.popup-compary .offcanvas-header .btn-close {
  background-image: unset;
  text-align: center;
  width: 132px;
  background: #405FF2;
  border-radius: unset;
  padding: 5px;
  color: #FFFFFF !important;
  font-size: 9px;
  line-height: 13px;
  opacity: 1;
  margin: 0 auto;
}

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

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

@media only screen and (max-width: 1300px) {
  #compare_listing_wrap .compare-listing .compare-listing-body .compare-thumb-main {
    column-gap: 20px;
  }
  #compare_listing_wrap .compare-listing .compare-listing-body .tfcl-compare-listing-button {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap-single-compare {
    overflow-y: auto;
  }
  .wrap-single-compare .inner-respond {
    width: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-single-compare .inner-respond {
    width: 220%;
  }
}
/*--------- Responsive ---------- */
@media (min-width: 1025px) {
  .login-form .modal-body .wrap-modal {
    height: calc(100vh - 30px);
  }
  .login-form .modal-body .content {
    overflow: auto;
  }
  .login-form .modal-content {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .slider.style9 {
    z-index: 1;
  }
  .slider.style9 .car-img {
    height: auto;
    transform-origin: 50% 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: scale(0.7);
  }
  .slider.style9 .swiper-slide:not(.swiper-slide-active) .car-inner {
    margin-bottom: 41px;
  }
  .slider.style9 .car-inner {
    position: relative;
    height: 100%;
    transform-origin: 50% 100%;
    transition: transform 500ms ease, opacity 400ms ease;
    transform: scale(0.6);
  }
  .slider.style9 .swiper-slide-active .car-inner,
  .slider.style9 .swiper-slide-active .car-img {
    transform: scale(1.1);
  }
}
/* Media Queries
-------------------------------------------------------------- */
@media (max-width: 1470px) {
  .main-header .main-menu .navigation > li {
    margin-right: 10px;
  }
  .wrap-map .content-left {
    padding: 40px 15px 35px 15px;
  }
  .header-account {
    gap: 15px;
  }
  .header-account .header-search-icon::after,
  .header-account .header-favorite::after {
    left: 28px;
  }
  .login-form .modal-body .content {
    padding: 0 20px 0px 0px;
  }
  .login-form .modal-body .content .logo-image {
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .wrap-map .content-left .image-group {
    min-width: unset;
  }
  .wrap-map .content-left {
    width: 50%;
  }
  .box-car-list.style-2 > .image-group {
    width: 50%;
  }
  .list-car-grid-2.gap-48 {
    gap: 30px;
  }
  .section-blog.visible-item .swiper {
    margin-right: 0px;
  }
  .blog-article-left {
    max-width: 50%;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 40px;
    padding-right: 5em;
  }
  .why-choose-us-10 .content-wcs {
    padding-left: 5em;
    padding-right: 40px;
  }
}
@media (max-width: 1320px) {
  .partner-item.style-2 {
    padding: 22px 15px 21px 15px;
  }
  .sale-agents-detail.gap-48 {
    gap: 30px;
  }
  #cars-comparison .modal-dialog .modal-header .btn-close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
  #cars-comparison .modal-dialog {
    padding: 40px 30px;
  }
  .tab-listing-scroll .nav-pills {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .why-choose-us-10 .content-wcs {
    padding-left: 0em;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 30px;
    padding-right: 0em;
  }
}
@media (max-width: 1260px) {
  .group-thumb {
    margin-top: 50px;
    padding-left: 0px;
  }
  .tf-testimonial.style-5 {
    padding-left: 0px;
    padding-top: 30px;
  }
  .section-reputable.style-2 .reputable-image .tf-counter .number-counter {
    font-size: 70px;
  }
  .section-reputable.style-2 .reputable-image .tf-counter p {
    font-size: 22px;
    margin-top: 10px;
  }
  .tf-top-bar {
    padding: 15px 0px;
  }
  .main-header.style2 .inner-container {
    position: relative;
  }
  .main-header.style2 .mobile-button {
    right: 0px;
  }
  .main-header.style2 .logo-box {
    padding-right: 30px;
    padding-left: 0px;
  }
  .main-header .header-lower .nav-outer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider.home .content {
    padding: 194px 0px 502px 0px;
  }
  .modal-body .images .title-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .main-header.style6 .inner-top .header-account .header-search-icon::after {
    height: 13px;
    left: 23px;
  }
  .header-account .header-search-icon,
  .header-account .header-favorite {
    padding-right: 5px;
  }
  .header-account ul li:first-child {
    display: none;
  }
  .flat-blog-list .wrap-blog {
    padding-right: 0px;
  }
  .side-bar.side-blog {
    padding-left: 0px;
  }
  .main-header.style2 {
    padding: 0px 0px;
  }
  .carSwiper .swiper-button-next {
    right: 0;
  }
  .carSwiper .swiper-button-prev {
    left: 0;
  }
  .blog-article-left h3 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .blog-article-left h3 {
    margin-bottom: 10px !important;
  }
  .blog-article-item.style3 .content h3 {
    margin-bottom: 10px;
  }
  .blog-article-item.style3 .content .sub-box {
    margin-top: 20px;
  }
  .blog-article-item.style3 .images {
    max-width: 50%;
  }
  .button-swiper.style1 {
    padding-top: 50px;
  }
  .section-testimonial .button-swiper.style1 {
    display: none;
  }
  .section-testimonial .content-wcs {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 15px;
    max-width: 100%;
  }
  .main-header.style2 .logo-box {
    border-right: 1px solid transparent !important;
  }
  #footer .footer-information .information {
    gap: 30px;
  }
  .filter-mobie {
    display: block;
  }
  .sidebar-right-listing.style-2,
  .sidebar-right-listing {
    display: none;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sidebar-right-listing {
    max-width: 100%;
  }
  .sidebar-right-listing.style-2 {
    max-width: 100%;
  }
  .listing-grid .text-start {
    flex-wrap: wrap;
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-why-choose-us2 .content-wcs {
    padding-top: 0px;
    padding-right: 30px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    bottom: 5%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    left: 30%;
    top: 50%;
  }
  .section-why-choose-us2 .image-wcs .image-inner2 {
    display: none;
  }
  .flat-filter-search.home3 .flat-tabs {
    margin-top: -23.6em;
  }
  .slider.home2 .slider-item .img-slider {
    height: 850px;
  }
  .list-car-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .header-account ul li:last-child,
  .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 !important;
  }
  #wrapper-dashboard .main-header .header-lower {
    margin-left: 0px;
  }
  .blog-article-item.style2 .images {
    max-width: 230px;
  }
  .main-header.style6 .header-lower {
    padding: 0px 0px;
  }
  .main-header.style6 .inner-top {
    padding: 15px 15px;
  }
  .main-header.style6.style7 .inner-top {
    padding: 0px 15px;
  }
  .main-header.style6 .header-account {
    margin-right: 20px;
    margin-left: 0px;
  }
  .main-header.style6 .sidebar-icon {
    display: none;
  }
  .main-header.style7 .sidebar-icon {
    display: block;
  }
  .blog-article-grid.grid-sw-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1080px) {
  .slider.style1 .content {
    padding: 180px 36px 300px 36px;
  }
  .section-why-choose-us .content-wcs {
    padding-top: 0px;
  }
  .section-why-choose-us .content-wcs .heading-section p {
    margin-top: 20px;
  }
  .listing-gallery.style-6 {
    grid-template-columns: 1fr 160px;
  }
  .listing-gallery.style-5 .slider-listing-details5 .swiper-slide {
    width: 132px !important;
  }
  .listing-gallery.style-5 .slider-listing-details2 {
    height: 500px;
  }
  .listing-gallery.style-3 {
    grid-template-columns: 1fr 300px;
    height: 400px;
  }
  .listing-gallery.style-2 {
    grid-template-columns: 1fr 300px;
    height: 400px;
  }
  .list-car-grid-2.gap-48 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .section-reputable .reputable-image .tf-counter p {
    font-size: 20px;
    margin-top: 10px;
  }
  .section-reputable .reputable-image .tf-counter .number-counter {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .login-form .modal-body .content,
  .login-form .modal-body .images {
    width: 100%;
  }
  .login-form .modal-body .content {
    padding: 0 0px 0px 0px;
  }
  .login-form .modal-body .images {
    display: none;
  }
  .content-right #map,
  .content-right iframe {
    height: 500px;
  }
  .login-form .close {
    background: #24272C;
    top: 15px;
    right: 15px;
  }
  .wrap-map .content-right {
    width: 100%;
    position: relative;
  }
  .wrap-map .content-left {
    width: 100% !important;
  }
  .wrap-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .gap-48-36 {
    gap: 15px;
  }
  .main-header.style5 {
    padding: 0px 0px;
  }
  .slider.home2 video {
    height: 850px;
  }
  .mobile-menu .bottom-canvas .tf-top-bar-left {
    display: block;
    padding: 20px 0;
  }
  .mobile-menu .bottom-canvas .tf-top-bar-left ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .home2 .flat-tabs .wrap-icon.trending2 {
    padding: 0px 15px;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    padding: 15px;
  }
  .wd-search-form-2 {
    min-width: 100%;
    left: 0px !important;
    right: 0px !important;
  }
  .slider.home2 .slider-item-content .flat-tabs {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    margin: 0px 15px;
  }
  .flat-filter-search.home6 .flat-tabs {
    margin-top: -22.2em;
    margin-bottom: 6em;
  }
  .flat-filter-search.home5 .flat-tabs {
    margin-top: -16.5em;
  }
  .flat-filter-search.home4 .flat-tabs {
    margin-top: -17em;
  }
  .tf-top-bar .flex-one {
    justify-content: center;
  }
  .tf-top-bar .flex-one .tf-top-bar-left {
    display: none;
  }
  .wd-find-select {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wd-find-select .form-style {
    margin-right: 0px;
    margin-left: 0px;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -20em;
  }
}
@media (max-width: 991px) {
  .modal-content .close {
    background: #24272C;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .login-form .close .icon {
    font-size: 15px;
  }
  #goTop {
    bottom: 40px;
    right: 30px;
  }
  .sale-agents-detail .sale-agent-sidebar {
    width: 100%;
  }
  .listing-detail .dealer-sidebar .icon-close-listing {
    display: block;
  }
  .listing-grid-car-wrap .box-car-list.style-2 > .image-group {
    width: 50%;
  }
  .card-car {
    width: auto;
  }
  .circle-rotate {
    width: 152px;
    height: 152px;
  }
  .circle-center {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .slider.style6 .content {
    padding: 150px 15px 370px 15px;
  }
  .tf-testimonial.style-5 .title {
    margin-bottom: 15px;
  }
  .tf-testimonial.style-5 .desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .tf-grid-layout.md-col-2.gap-48 {
    gap: 20px;
  }
  .category-filter .box-2 {
    row-gap: 15px;
  }
  .category-filter .box-2 .currently {
    order: 1;
  }
  .form-contact-us .image {
    max-width: 400px;
  }
  .listing-detail .dealer-content-wrap {
    padding-right: 0px;
  }
  .tf-banner.style-faq .content {
    padding: 189px 0px 200px 0px;
  }
  .tf-section-about-us .about-text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .tf-section-about-us .about-text {
    padding-left: 0px;
  }
  .tf-section-about-us .heading {
    margin-left: 0px;
    margin-top: 10px;
  }
  .listing-infor-box .content-listing-info .listing-info-value {
    margin-left: 0px;
  }
  .carousel-testi {
    margin-left: 40px;
    padding-top: 0px;
  }
  .tf-about-team .team-wrap-sec .btn-join {
    margin-left: 30px;
  }
  .tf-about-team .team-wrap-sec {
    padding-left: 0px;
  }
  .section-reputable.style-2 .reputable-image .image {
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
  }
  .section-reputable.style-2 .reputable-background {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .tf-parner-ani .wrap-icon-box .tf-icon-box {
    gap: 30px;
  }
  .main-header.style7 .sidebar-icon {
    margin-left: 30px;
  }
  .section-why-choose-us .image-wcs1 {
    max-width: 150px;
  }
  .widget-banner-car .content-left {
    padding: 40px 0 17px;
  }
  .carousel-testi-thumb-2 {
    margin-top: 40px;
  }
  .testimonial9 .content-left {
    margin-top: 0px;
    max-width: 100%;
  }
  .tf-testimonial.style-6 svg {
    width: 100px;
    height: 100px;
  }
  .tf-testimonial.style-6 .description {
    margin-bottom: 70px;
  }
  .testimonial9 .content-left .star {
    margin-bottom: 10px;
  }
  .testimonial9 .carousel-testi-2 {
    margin-left: 0px;
    margin-top: 30px;
  }
  .blog-article-item.style5 {
    gap: 20px;
  }
  .tf-parner-ani .col-lg-5 {
    padding-right: 15px;
    padding-top: 0px;
  }
  .tf-parner-ani {
    padding-bottom: 0px !important;
  }
  .section-reputable .reputable-content {
    padding-top: 90px;
    padding-left: 0px;
  }
  .section-reputable .reputable-image .image {
    margin-left: 0em;
    margin-right: 0em;
  }
  .section-reputable .reputable-image {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .section-why-choose-us .content-wcs {
    padding-left: 0px;
    padding-top: 50px;
  }
  .section-why-choose-us.style-2 .content-wcs {
    padding-top: 0;
  }
  .partner-item .image,
  .partner-item img {
    width: auto;
    text-align: center;
  }
  .section-feature-specs .content-feature-specs {
    margin-top: 45px;
    padding-left: 0px;
  }
  .tfcl-dashboard-listing .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .modal-body .content {
    padding: 31px 30px 36px 15px;
  }
  .blog-article-grid.list-car-grid-blog-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .grid-4.gap-48.pricing-wrap {
    gap: 0px 30px !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tb-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tb-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tb-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-about-team .heading-section {
    gap: 20px;
    margin-bottom: 20px;
  }
  .tf-about-team .grid-2.gap-48 {
    gap: 15px;
    row-gap: 15px;
  }
  .list-car-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-footer-bottom {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-bottom .back-top-bottom {
    display: none !important;
  }
  #footer .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .flat-tabs .tab-title {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .blog-article-item.style2 .images {
    max-width: 100%;
  }
  .blog-article-item.style2 {
    flex-direction: column;
  }
  .listing-sidebar .mb-40 {
    margin-bottom: 20px !important;
  }
  .heading-widget .title {
    font-size: 25px;
    line-height: 35px;
  }
  .listing-recommended .item {
    gap: 10px;
  }
  .listing-recommended .item .image {
    max-width: 90px;
  }
  .listing-recommended .item .image img {
    width: 100%;
  }
  .profile-contact .btn-contact {
    flex-wrap: wrap;
  }
  .widget-listing {
    padding: 15px;
  }
  .listing-detail .widget {
    padding: 32px 20px;
  }
  .listing-detail .widget-dealer-contact {
    margin-top: 20px;
  }
  .listing-detail .widget:not(:last-child) {
    margin-bottom: 20px;
  }
  .listing-sidebar,
  .dealer-sidebar {
    margin-top: 0px;
    position: fixed;
    height: 100%;
    right: -350px;
    top: 0;
    z-index: 999;
    max-width: 350px;
    padding: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
    overflow: scroll;
    transition: all 0.3s ease-in-out;
    margin-left: 0px !important;
  }
  .listing-sidebar.open,
  .dealer-sidebar.open {
    right: 0%;
  }
  .btn-siderbar-mobie-filter {
    display: flex;
  }
  .tf-team.box .content {
    padding: 25px 0 40px;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-listing-scroll .nav-pills {
    width: 1000px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tfcl-listing-info.style-grid .image-list-details .image {
    height: 300px;
  }
  .listing-detail.style-1 .listing-detail-wrap {
    padding-right: 0px;
  }
  .widget-pricing {
    margin-bottom: 30px;
  }
  .tf-section-map .map,
  .tf-section-map .map-content {
    height: 400px;
  }
  br {
    display: none;
  }
  .logo-footer {
    text-align: center;
  }
  .wd-search-form .box1.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider.home9 .content {
    padding: 150px 0px 80px 0px;
  }
  .loan-calculator.inner-6 {
    padding: 70px 0px 70px 0px !important;
  }
  .blog-article-right {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
    border-left: 1px solid transparent;
  }
  .blog-wrap .blog-article-right {
    padding-top: 0px;
  }
  .section-why-choose-us2 .image-wcs img {
    width: 100%;
  }
  .flat-tabs .tab-title.style li h5 {
    margin-bottom: 10px;
  }
  .col-lg-6:not(:last-child) .tf-image-box.style1,
  .col-lg-6:not(:last-child) .tf-image-box.style2,
  .col-md-6:not(:last-child) .tf-icon-box.style-1 {
    margin-bottom: 30px;
  }
  .loan-calculator {
    padding: 70px 0px;
  }
  .tf-section {
    padding: 60px 0;
  }
  .tf-section2 {
    padding-top: 60px;
  }
  .tf-section3 {
    padding-bottom: 60px;
  }
  .list-car-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .modal-dialog-centered {
    margin: 15px;
  }
  .header-account .search-mobie > .wd-find-select {
    margin-top: 26px;
  }
  .flat-blog-list .wrap-blog {
    padding-right: 0px;
  }
  .flat-property .post {
    margin-bottom: 30px;
  }
  .footer-main .widget {
    margin-bottom: 40px;
  }
  .footer-main #logo-footer {
    text-align: center;
  }
  .footer-bottom .footer-bottom-right {
    justify-content: center;
    margin-top: 20px;
  }
  .wd-search-form .box2 {
    gap: 0px;
  }
  .side-blog {
    padding-top: 40px;
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .specifications-wrap.style3 .specifications {
    min-width: 90px !important;
    min-height: 90px !important;
    padding: 13px 10px;
    width: 100%;
  }
  .specifications-wrap.style3 .specifications .specifications-icon {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .specifications-wrap .specifications .specifications-content p {
    margin-bottom: 0px;
    font-size: 10px;
  }
  .specifications-wrap .specifications .specifications-content .fs-18 {
    font-size: 14px;
  }
  .tf-testimonial.style-7 {
    flex-direction: column;
  }
  .tf-testimonial.style-7 .content .inner-top {
    margin-bottom: 5px;
  }
  .tf-testimonial.style-7 .content .title {
    margin-bottom: 10px;
  }
  .form-sl {
    padding: 30px 15px;
  }
  .blog-article-item.style5 {
    padding: 15px;
  }
  .sw-dot-default {
    margin-top: 30px;
  }
  .listing-gallery.style-1,
  .listing-gallery.style-2,
  .listing-gallery.style-3 {
    grid-template-columns: 1fr;
    height: auto;
  }
  .listing-gallery .slider-listing-details1 {
    width: 100%;
  }
  .listing-gallery.style-3 .slider-listing-details1 .swiper-wrapper,
  .listing-gallery.style-2 .slider-listing-details1 .swiper-wrapper {
    display: flex;
    gap: 0px;
    width: 100%;
  }
  .listing-gallery.style-2 .slider-listing-details1 .swiper-slide,
  .listing-gallery.style-3 .slider-listing-details1 .swiper-slide,
  .listing-gallery .slider-listing-details1 .swiper-slide {
    height: auto !important;
  }
  .blog-article-left {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .blog-wrap {
    flex-direction: column;
  }
  .bg-testimonial .image-bg-testimonial {
    width: 100%;
  }
  .mobile-menu .conatct-us .icon-box-footer .icon {
    padding-right: 12px;
    margin-right: 12px;
  }
  .mobile-menu .header-account-menu {
    margin: 0px 20px;
  }
  .mobile-menu {
    width: 320px;
  }
  .mobile-menu .bottom-canvas {
    padding: 0px 20px 40px;
  }
  .tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pd-t0-mb {
    padding-top: 0;
  }
  .themesflat-pagination ul li .page-numbers {
    width: 35px;
    height: 35px;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-view {
    display: none;
  }
  .category-filter .box-2 .currently {
    order: 2;
    margin: 0;
  }
  .content-right #map,
  .content-right iframe {
    height: 350px;
  }
  .form-contact-us .image {
    display: none;
  }
  .listing-gallery.style-6 {
    height: 350px;
    grid-template-columns: 1fr;
  }
  .listing-location .map-content {
    height: 300px;
  }
  .listing-gallery.style-5 .slider-listing-details2 {
    height: 350px;
  }
  .listing-gallery.style-5 .slider-listing-details5 {
    margin-top: 0px !important;
    width: 100%;
    padding: 8px 0 0;
  }
  .carousel-testi {
    margin-left: 0px;
    padding-top: 40px;
  }
  .carousel-testi-thumb {
    margin-right: 0px;
  }
  .orbit-item-2.w75,
  .orbit-item-2.item-3,
  .orbit-item-2.item-4 {
    display: none;
  }
  .section-reputable.style-2 .reputable-image .tf-counter {
    margin-bottom: 60px;
  }
  .section-reputable.style-2 .reputable-image {
    padding-top: 60px;
  }
  .partners-orbit {
    height: 600px;
  }
  .heading-section p {
    font-size: 16px;
  }
  .tf-testimonial.style-5 .title {
    margin-bottom: 20px;
  }
  .group-thumb {
    display: none;
  }
  .tf-testimonial.style-5 {
    padding-left: 0px;
    padding-top: 40px;
  }
  .carousel-testi-thumb2 {
    margin-right: 0px;
  }
  .content-about-us {
    padding-left: 0px;
    padding-top: 40px;
  }
  .section-why-choose-us .image-wcs1 {
    max-width: 157px;
  }
  .section-why-choose-us.style-2 .image-wcs {
    padding-left: 0px !important;
  }
  .section-why-choose-us.style-2 .image-wcs .image,
  .section-why-choose-us.style-2 .image-wcs img {
    width: 100%;
  }
  .tf-counter.style-1 p {
    font-size: 16px;
  }
  .tf-counter.style-1 .number-counter {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .grid-counter-4 .tf-counter::after {
    right: -15px;
  }
  .grid-counter-4 {
    gap: 30px;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px !important;
  }
  .tf-icon-list li i {
    font-size: 20px;
  }
  .section-why-choose-us .content-wcs .heading-section p {
    margin-top: 15px;
  }
  .section-testimonial .image-wcs .bg-image-1 {
    padding: 200px 0px;
  }
  .section-testimonial .content-wcs {
    padding-left: 15px;
  }
  .group-additional {
    flex-direction: column;
    gap: 0px !important;
  }
  .tfcl-add-listing .form-group {
    margin-bottom: 20px;
  }
  .sidebar-icon {
    width: 25px;
  }
  .main-header.style6 .logo-box .logo img {
    width: auto;
  }
  .main-header.style6 .inner-top .header-account.account-right {
    min-width: auto;
  }
  .modal-body .content,
  .modal-body .images {
    width: 100%;
  }
  .flat-blog-detail .text-box {
    padding: 0px 20px 20px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .flat-blog-detail .mb-40 {
    margin-bottom: 30px;
  }
  .flat-title.style2.mb-78 {
    margin-bottom: 50px;
  }
  .flat-blog-detail h2.fs-30 {
    font-size: 22px;
  }
  .flat-blog-detail .title-heading {
    line-height: 33px;
    font-size: 25px;
  }
  #footer .footer-main {
    padding: 50px 0px 40px 0px;
  }
  #footer .footer-information .information {
    gap: 15px;
  }
  .side-bar .widget {
    padding: 30px 20px;
  }
  .sc-button.btn-1 {
    padding: 10px 30px;
  }
  .flat-blog-list .flat-blog .content {
    padding: 30px 20px;
  }
  .inner-heading .heading-listing {
    font-size: 30px;
  }
  .title-inner h1 {
    font-size: 35px;
  }
  .flat-title.style1 {
    padding: 40px 0px 40px 0px;
    margin-bottom: 50px;
  }
  .main-header .logo-box .logo img {
    width: 110px;
  }
  .gap-30 {
    gap: 15px;
  }
  .row-64 {
    gap: 30px;
  }
  .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;
  }
  .list-car-list-1 .box-car-list > .image-group {
    width: 100% !important;
  }
  .mg-42 {
    margin: 0px 0;
  }
  .why-choose-us-5 .content-wcs {
    padding-top: 30px;
  }
  .heading-section .flex-six {
    justify-content: flex-start;
  }
  .listing-wrap-map .list-car-1.list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  #map .infoBox {
    margin-left: 20px;
    margin-bottom: -40px;
  }
  .listing-calculator.loan-calculator-form .button-boxs .sc-button {
    width: 100% !important;
    min-width: 100% !important;
  }
  .heading-widget .title {
    font-size: 35px;
    line-height: 45px;
  }
  .tfcl-listing-info.style-grid .image-list-details.item-4,
  .tfcl-listing-info.style-grid .image-list-details.item-5 {
    display: none;
  }
  .sale-agents-detail .content {
    margin-top: 0px;
  }
  .sale-agents-detail {
    flex-wrap: wrap;
  }
  .content-right #map,
  .content-right iframe {
    height: 500px;
  }
  .tf-banner .content .heading h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .tf-banner.style-2 .content {
    padding: 80px 0px 130px 0px;
  }
  .box-car-list.style-2 {
    flex-wrap: wrap;
  }
  .box-car-list.style-2 > .image-group {
    width: 100% !important;
  }
  .why-choose-us-10 .image-wcs .bg-image-5 {
    padding: 100px 0;
  }
  .why-choose-us-10 .content-wcs {
    padding-top: 0px;
    padding-left: 0em;
    padding-right: 0px;
  }
  .find-car-h10 .content-wcs {
    padding-top: 55px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .flat-filter-search.home10 .flat-tabs {
    margin-top: -45em;
  }
  .slider.home10 .content {
    padding: 153px 0px 700px 0px;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .listing-slide .swiper-slide.swiper-slide-active .img-style {
    transform: scale(1);
    text-align: center;
  }
  .listing-slide .swiper-slide.swiper-slide-active:before {
    width: 300px;
    height: 300px;
  }
  .flat-filter-search.home6 .flat-tabs {
    margin-top: -38.2em;
  }
  .why-choose-us-5 .content-wcs {
    padding-left: 0px;
    padding-right: 0em;
    padding-bottom: 0px;
  }
  .flat-filter-search.home5 .flat-tabs {
    margin-top: -30.8em;
  }
  .slider.home5 .slider-item .content {
    padding: 173px 0 470px;
  }
  .specifications-wrap .specifications {
    width: 135px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    left: 6%;
    top: 50%;
  }
  .section-why-choose-us2 .content-wcs {
    padding-top: 0px;
    padding-right: 0px;
  }
  .slider.home4 .content {
    padding: 200px 0px 540px 0px;
  }
  .flat-filter-search.home4 .flat-tabs {
    margin-top: -35.3em;
  }
  .slider.home4 .content {
    padding: 200px 0px 700px 0px;
  }
  .section-why-choose-us .content-wcs {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .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: -41em;
  }
  .loan-calculator.inner-2 {
    padding: 60px 0px 60px 0px !important;
  }
  .section-feature-specs .content-feature-specs {
    margin-top: 40px;
  }
  .col-md-4:not(:last-child) .box-car-list,
  .col-md-4:not(:last-child) .compare-item {
    margin-bottom: 30px;
  }
  .review-car .slider-item .content {
    padding: 93px 15px 70px 15px;
  }
  .review-car .slider-item .content .heading h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -35em;
  }
  .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;
  }
  .preload-container .middle {
    left: 45%;
  }
  .widget-banner-car .content-left {
    padding-top: 40px;
  }
  .widget-banner-car .image-right {
    text-align: center;
  }
  .flat-tabs .tab-title.style1 {
    margin-bottom: 30px;
  }
  .main-header.style2 {
    padding: 0px 15px;
  }
  .listing-wrap-map .list-car-1.list-car-list-1 .box-car-list {
    flex-direction: column;
  }
  .offcanvas-siderbar-map {
    width: 320px !important;
    border-left: unset !important;
  }
  .partners-orbit {
    height: 480px;
  }
  .tf-testimonial.style-2 {
    padding: 30px 20px;
  }
  .tf-testimonial.style-2 .author-box {
    margin-top: 30px;
  }
  .blog-article-item.style3 .content {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .partner-item.style-2 {
    padding: 22px 20px 21px 20px;
  }
  .login-form .flex.gap-30 {
    flex-direction: column;
    gap: 0 !important;
  }
  .modal-body .comments .comment-form fieldset {
    width: 100% !important;
  }
  .agent-item.style2 .image img {
    width: 100%;
  }
  .tf-about-team .team-wrap-sec .btn-join i {
    transform: rotate(0deg);
  }
  .tf-about-team .team-wrap-sec .btn-join {
    margin-top: 20px;
    margin-left: 0px;
    writing-mode: unset;
    padding: 8px 22.5px;
  }
  .tf-about-team .team-wrap-sec {
    flex-direction: column;
  }
  .widget-pricing:last-child {
    margin-bottom: 0px;
  }
  .grid-4.gap-48.pricing-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .mb-50 {
    margin-bottom: 30px !important;
  }
  .grid-2.gap-48 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .listing-gallery.style-3 .slider-listing-details1 .swiper-slide:first-child {
    grid-column: 1;
  }
  .listing-gallery.style-3 .slider-listing-details1 .swiper-slide {
    height: 94px !important;
  }
  .listing-gallery.style-3 .slider-listing-details1 {
    width: 100%;
  }
  .listing-gallery.style-3 {
    grid-template-columns: 1fr;
  }
  .listing-gallery.style-2 .slider-listing-details1 .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .listing-reviews .flat-tabs .box-tab.style5 .tab-title {
    margin-bottom: 30px;
  }
  .tfcl-listing-header {
    margin-bottom: 20px;
  }
  .tfcl-listing-header h2,
  .listing-calculator .title-ct {
    font-size: 24px;
  }
  .list-car-grid-2.gap-30 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-reputable .reputable-content {
    padding-top: 130px;
  }
  .section-reputable .reputable-image {
    padding-top: 60px;
  }
  .grid-counter-4 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-icon-box.style-1 .icon svg {
    width: 50px;
    height: 50px;
  }
  .tf-icon-box.style-1 h3 {
    margin-bottom: 10px;
  }
  .tf-icon-box.style-1 .icon {
    margin-bottom: 15px;
  }
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-article-left .sub-box,
  .blog-article-item.style3 .content .sub-box {
    padding-top: 20px;
    margin-top: 25px;
  }
  .blog-article-item.style3,
  .blog-wrap {
    flex-direction: column;
    gap: 0;
  }
  .blog-article-item.style3 .images {
    max-width: 100%;
  }
  .list-car-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-why-choose-us .image-wcs1 {
    max-width: 150px;
  }
  .section-why-choose-us .image-wcs {
    padding-right: 0px;
  }
  .grid-mb-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mb-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mb-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mb-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .flat-blog-grid .box .content h3 {
    margin-bottom: 10px;
  }
  .flat-blog-grid .box .content {
    padding-top: 20px;
  }
  .list-car-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tf-team h3 {
    font-size: 18px;
    line-height: 28.24px;
  }
  .tf-team .icon-socials {
    width: 140px;
    height: 30px;
  }
  .tf-team.box .content {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .listing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-car-list .content .icon-box {
    gap: 10px 0px;
    margin-bottom: 10px;
  }
  .box-car-list .content .days-box {
    padding-top: 10px;
    margin-top: 10px;
  }
  .box-car-list .content {
    padding: 15px 10px 15px 10px;
  }
  .loan-calculator-form {
    padding: 15px;
  }
  #footer .footer-top .box-footer-top {
    gap: 10px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .box-car-list .content .days-box .img-author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #compare_listing_wrap .compare-listing .compare-listing-body {
    justify-content: center;
    flex-wrap: wrap;
  }
  .map-listing-item .inner-box {
    max-width: 200px;
  }
  .listing-grid-car-wrap .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-car-list-1.list-car-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-inner > .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider.home7 .slider-item .content {
    padding: 145px 0px 170px 0px;
    gap: 40px;
  }
  .slider.home7 .slider-item .content .controller-button {
    display: none;
  }
  .box-car-list.style-2 {
    flex-wrap: wrap;
  }
  .box-car-list.style-2 > .image-group {
    width: 100%;
  }
  .list-car-grid-4 {
    gap: 15px;
  }
  .blog-article-item.style2 .images {
    max-width: 100%;
  }
  .header-account .fs-20,
  .header-account .fs-18 {
    font-size: 16px;
  }
  .header-account .header-search-icon::after,
  .header-account .header-favorite::after {
    left: 25px;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .partners-orbit {
    margin-top: 40px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .flat-property .inner-heading {
    margin-bottom: 30px;
  }
  .wrap-single-compare .header-compare,
  .wrap-single-compare .compare-table {
    margin-bottom: 15px;
  }
  .wrap-single-compare .compare-table {
    padding: 30px 15px;
  }
  .wrap-single-compare .header-compare {
    margin-left: -15px;
  }
  .wrap-single-compare .header-compare .box-car-list {
    width: calc(33.33333% - 15px);
    margin-left: 15px;
  }
  .trending-list a {
    padding: 7px 12px;
  }
  .profile-group .grid-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .dealer-poster .tfcl_choose_avatar .avatar {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .tfcl-add-listing.car-attr .list-attrach .item {
    height: 100px;
    width: 80px;
  }
  .tfcl-add-listing.car-attr .list-attrach .item .inner a {
    font-size: 12px;
  }
  .car-price .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tfcl-dashboard-listing .grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .list-car-list-1 .box-car-list .content .inner2 {
    width: auto;
    padding-left: 0px;
    border-left: 1px solid transparent;
  }
  .box-car-list.style-2 .content {
    flex-wrap: wrap;
    padding: 20px !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;
  }
  .blog-article-item.style5 {
    flex-direction: column-reverse;
  }
  .blog-article-item.style5 .images {
    width: 100%;
  }
  #footer h3 {
    font-size: 20px;
  }
  #footer .footer-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer-main .widget {
    margin-bottom: 0px;
  }
  .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 (max-width: 480px) {
  .slider.style11 .slider-item {
    height: 600px;
  }
  .image-about-us .counter-wrap {
    position: relative;
    top: 0%;
  }
  .image-about-us .image {
    max-width: 100%;
    margin-left: 0em;
  }
  .tf-image-box .image,
  .tf-image-box img {
    width: 80px;
  }
  .tf-image-box .content .find-cars {
    padding: 13px 28px;
  }
  .tf-image-box .content h3,
  .tf-image-box .content h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .tf-image-box .content p {
    margin-bottom: 25px;
  }
  .tf-image-box {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    padding: 40px 20px 40px 20px;
  }
  .section-feature-specs .content-feature-specs .feature-specs-box .content .top-box {
    margin-bottom: 20px;
  }
  .section-feature-specs .content-feature-specs .feature-specs-box .content {
    padding: 40px 20px;
  }
  .section-feature-specs .content-feature-specs .heading-section {
    margin-bottom: 30px;
  }
  .section-feature-specs .image-feature-specs .text-specs {
    font-size: 50px;
  }
  .tf-banner .content .heading h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .flat-blog-detail .icon-boxs .infor {
    width: 100%;
  }
  .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;
  }
  .list-car-grid-2 {
    gap: 15px;
  }
  .tf-section {
    padding: 50px 0;
  }
  .gap-20 {
    gap: 10px;
  }
  .heading-section {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 25px;
    line-height: 33.8px;
  }
  .link-style-3 a {
    font-size: 12px;
  }
  .wrap-icon.link-style-3 {
    gap: 10px 15px;
  }
  .widget-listing {
    padding: 20px;
  }
  .profile-contact .btn-contact {
    flex-wrap: wrap;
  }
  .slider.home8 .slider-item .content h1,
  .slider.home9 .content .heading h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    bottom: 15%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2 {
    top: 45%;
  }
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-1,
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-2,
  .section-why-choose-us2 .image-wcs .tf-icon-list.po-3 {
    right: 10%;
    left: 10%;
  }
  .tf-icon-box.style-4 {
    flex-wrap: wrap;
  }
  .flat-filter-search.home .flat-tabs {
    margin-top: -38em;
    margin-bottom: 5em;
  }
  .wd-search-form .box1.grid-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px !important;
  }
  .wd-search-form .form-group {
    margin-bottom: 15px;
  }
  .blog-article-item.style3 .images {
    max-width: 100%;
    width: 100%;
  }
  .blog-article-item.style3 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .slider.home5 .slider-item .content .heading {
    margin-left: 0px;
    padding-top: 30px;
  }
  .specifications-wrap .specifications {
    width: calc(50% - 10px);
  }
  .specifications-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .slider.home5 .slider-item .content {
    flex-wrap: wrap;
  }
  .slider.home2 .slider-item-content .flat-tabs .flat-tabs-wrap {
    padding: 30px 15px;
  }
  .flat-tabs .box-tab.style1 .tab-title li {
    width: auto;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider.home2 .slider-item-content .flat-tabs {
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .wd-find-select .button-search a {
    min-width: auto;
  }
  .loan-calculator-form #loan-calculator .grid-sw-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .loan-calculator-form #loan-calculator fieldset {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
