/* common.css — :root · base elements · header · footer · modals · buttons · forms · shared widgets
 * Generated by css-refactor/classify.js from source files.
 * Bunny CDN handles minification. Do not edit the minified version. */

:root {
  --color-primary: #1563df;
  --color-primary-dark: #0e49a6;
  --color-primary-light: #E7F0FF;
  --color-primary-rgb: 21,99,223;
  --color-accent: #00C4B3;
  --color-accent-dark: #009e90;
  --color-accent-light: #e0faf8;
  --color-accent-rgb: 0,196,179;
  --color-white: #ffffff;
  --color-black: #161e2d;
  --color-gray-50: #f8f9fb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e4e4e4;
  --color-gray-300: #d9d9d9;
  --color-gray-500: #a3abb0;
  --color-gray-600: #8a8aa0;
  --color-gray-700: #5c6368;
  --color-gray-800: #3a3a3c;
  --color-text-primary: #161e2d;
  --color-text-secondary: #5c6368;
  --color-text-muted: #8a8aa0;
  --color-bg-surface: #f8f9fb;
  --color-border: #e8eaf0;
  --color-border-focus: #1563df;
  --color-success: #25c55b;
  --color-error: #c72929;
  --color-warning: #ffa800;
  --font-family: 'Manrope',sans-serif;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(22,30,45,.06);
  --shadow-md: 0 4px 16px rgba(22,30,45,.10);
  --shadow-lg: 0 8px 32px rgba(22,30,45,.12);
  --transition: all .2s ease;
  --bs-blue: #0047AB;
  --bs-primary: #0047AB;
  --bs-link-color: #0047AB;
  --bs-btn-bg: #0047AB;
  --bs-btn-border-color: #0047AB;
  --bs-btn-disabled-bg: #0047AB;
  --bs-btn-disabled-border-color: #0047AB;
  --bs-btn-color: #0047AB;
  --bs-btn-hover-bg: #0047AB;
  --bs-btn-hover-border-color: #0047AB;
  --bs-btn-active-bg: #0047AB;
  --bs-btn-active-border-color: #0047AB;
  --bs-btn-disabled-color: #0047AB;
  --bs-dropdown-link-active-bg: #0047AB;
  --bs-nav-pills-link-active-bg: #0047AB;
  --bs-pagination-active-bg: #0047AB;
  --bs-pagination-active-border-color: #0047AB;
  --bs-progress-bar-bg: #0047AB;
  --bs-list-group-active-bg: #0047AB;
  --bs-list-group-active-border-color: #0047AB;
}

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

html {
  margin-right: 0 !important;
}

body {
  font-family: "Manrope",sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #161e2d;
  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;
}

.container {
  max-width: 1320px;
}

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

.container3, .container2, .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] {
  font-family: "Manrope",sans-serif;
  border: 1px solid #e4e4e4;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  border-radius: 99px;
  padding: 15px 18px;
  width: 100%;
  background: #ffffff;
  color: #161e2d;
  font-weight: 400;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #1563df;
}

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: #a3abb0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 19.6px;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  color: #161e2d;
}

a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.caption-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

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

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

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.text-white {
  color: #ffffff !important;
}

.text-variant-2 {
  color: #a3abb0;
}

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

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

.gap-8 {
  gap: 8px;
}

.list-default li {
  list-style: disc;
}

.header-account {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-account .tf-btn {
  min-width: 206px;
}

.header-account .btn-login {
  min-width: 140px;
}

.header-style-2 .header-account ul li {
  color: #ffffff;
}

.header-style-2 .header-account ul li a {
  color: #ffffff;
}

.header-style-2 .header-account ul li a:hover {
  color: #1563df;
}

.header-style-2:not(.is-fixed) .btn-line {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.header-style-2:not(.is-fixed) .btn-line svg path {
  stroke: #ffffff;
}

.header-style-2:not(.is-fixed) .btn-line:hover {
  border-color: transparent;
  background-color: #ffffff;
  color: #1563df;
}

.header-style-2:not(.is-fixed) .btn-line:hover svg path {
  stroke: #1563df;
}

.header-style-2:not(.is-fixed) .tf-btn.primary {
  background-color: #ffffff;
  color: #1563df;
  border-color: transparent;
}

.header-style-2:not(.is-fixed) .tf-btn.primary svg path {
  stroke: #1563df;
}

.header-style-2:not(.is-fixed) .tf-btn.primary:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.header-style-2:not(.is-fixed) .tf-btn.primary:hover svg path {
  stroke: #ffffff;
}

.main-header {
  z-index: 999;
  width: 100%;
  height: 78px;
  position: relative;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.0784313725);
}

.main-header.header-style-2 {
  margin-bottom: -80px;
  border: 0;
  background-color: transparent;
  -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;
  box-shadow: none;
}

.main-header.header-style-2.is-fixed .navigation>li>a {
  color: #161e2d !important;
}

.main-header.header-style-2.is-fixed .header-account ul li a {
  color: #161e2d !important;
}

.main-header .inner-header-left {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.main-header.is-fixed {
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.0784313725);
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}

.wrap-top .icon-tell-box .icon {
  margin-right: 29px;
}

.wrap-top .icon-tell-box .icon::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 14px;
  position: absolute;
  margin-left: 14px;
}

.wrap-top .logo-box {
  margin-left: 152px;
}

.header-top_nav a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  color: rgba(255,255,255,0.7);
}

.header-top_nav a::before {
  position: absolute;
  content: "/";
  right: -4px;
  top: 0px;
}

.header-top_nav a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-top_nav a:last-child::before {
  display: none;
}

.header-top_nav a:hover {
  color: white;
}

.header-top_email span {
  position: relative;
  color: white;
}

.header-top_social a {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 5px;
  color: rgba(255,255,255,0.7);
}

.header-top_social a:hover {
  color: white;
}

.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 {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

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

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

.main-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;
  padding-right: 65px;
}

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

.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;
  font-weight: 600;
  padding: 27px 0px;
  letter-spacing: 0px;
  color: #161e2d;
  font-size: 16px;
  line-height: 21.86px;
  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>a::before {
  content: "";
  width: 0;
  height: 2px;
  bottom: 25px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  background: #1563df;
}

.main-header.header-style-2 .main-menu .navigation>li>a {
  color: #ffffff;
}

.main-header .main-menu .navigation>li:last-child {
  padding-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;
}

.main-header .main-menu .navigation>li:hover>a::before,
.main-header .main-menu .navigation>li.current>a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-header.header-style-2 .main-menu .navigation>li:hover>a,
.main-header.header-style-2 .main-menu .navigation>li.current>a {
  color: #ffffff;
}

.main-header .main-menu .navigation>li>ul {
  margin-top: 17px;
  position: absolute;
  left: -35px;
  width: 280px;
  z-index: 1;
  opacity: 0;
  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;
  border-radius: 16px;
  pointer-events: none;
  box-shadow: 0px 10px 25px 0px rgba(54,95,104,0.1019607843);
}

.main-header .main-menu .navigation>li>ul::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  height: 35px;
  top: -25px;
}

.main-header .main-menu .navigation>li>ul::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 14px);
  left: 45px;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-header .main-menu .navigation>li>ul li:first-child {
  padding-top: 8px;
}

.main-header .main-menu .navigation>li>ul li:last-child {
  padding-bottom: 8px;
}

.main-header .main-menu .navigation>.home>ul {
  width: 204px;
}

.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%;
  text-align: left;
  transform: translateY(10px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

.main-header .main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}

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

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

.main-header .main-menu .navigation>li>ul>li>a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 10px;
  opacity: 0;
  font-size: 12px;
  left: 24px;
  top: 16px;
  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;
  font-family: "icomoon";
  color: #1563df;
}

.main-header .main-menu .navigation>li>ul>li:hover>a {
  color: #1563df;
  padding-left: 45px;
}

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

.main-header .main-menu .navigation>li>ul>li.dropdown2>a:after {
  font-family: "icomoon";
  content: "";
  position: absolute;
  right: 24px;
  top: 16px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}

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

.main-header .main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  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;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}

.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>ul>li:last-child a {
  border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  padding: 16px 24px;
  display: block;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #5c6368;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #e4e4e4;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 10px;
  opacity: 0;
  font-size: 12px;
  left: 24px;
  top: 16px;
  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;
  font-family: "icomoon";
  color: #1563df;
}

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

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

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
  color: #1563df;
  background-color: #ffffff;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
  color: #1563df;
  padding-left: 45px;
}

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

.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);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation>li.dropdown2>a::after {
  content: "";
  font-family: "icomoon";
  font-weight: 600;
  font-size: 16px;
  vertical-align: bottom;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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 {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.08);
  padding: 12px 20px;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu .bottom-canvas {
  padding: 30px 20px 100px;
  height: 100vh;
  overflow-y: auto;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.6);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu .menu-box {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  right: 16px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}

.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: "";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: 600;
  color: #161e2d;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}

.mobile-menu .navigation li.open .dropdown2-btn::before {
  transform: unset;
}

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

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

.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: rgba(21,99,223,0.1);
  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 {
  padding: 7px 0px !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: 26px;
  padding: 10px 0px;
  font-size: 16px;
  color: #161e2d;
  text-transform: capitalize;
}

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

.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: 0px;
  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: #1563df;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0,-9px,0);
  -moz-transform: translate3d(0,-9px,0);
  transform: translate3d(0,-9px,0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0,9px,0);
  -moz-transform: translate3d(0,9px,0);
  transform: translate3d(0,9px,0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0,0,1,45deg);
  -moz-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0,0,1,-45deg);
  -moz-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
}

.mobile-button.mobi-style::before,
.mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #ffffff;
}

.mobile-menu .login-box {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu .login-box svg {
  margin-right: 5px;
}

.mobile-menu .login-box a, .mobile-menu .login-box span {
  font-weight: 600;
}

.mobile-menu .menu-outer {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu .button-mobi-sell {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.mobile-menu .button-mobi-sell a {
  width: 100%;
}

.mobile-menu .mobi-icon-box .box {
  margin-bottom: 19px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
}

.mobile-menu .mobi-icon-box .box:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.mobile-menu .mobi-icon-box .box .content {
  color: #a3abb0;
}

.mobile-menu .mobi-icon-box .box .content h5 {
  color: #5c6368;
}

.mobile-menu .mobi-icon-box .icon {
  margin-right: 10px;
  font-size: 20px;
}

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

.dashboard .main-header .main-menu {
  margin-left: 780px;
}

.dashboard .avatars-box .title-avatar a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 11px;
  margin-left: 8px;
  vertical-align: bottom;
}

.header-style-3 .header-lower {
  width: 100%;
}

.header-style-3 .nav-outer {
  padding-left: 190px;
}

.header-style-3 .outer-search input {
  padding: 0px 16px;
  font-size: 18px;
  line-height: 28px;
  color: #a3abb0;
  border: 0;
  border-radius: 0;
}

.header-style-3 .outer-search input::placeholder {
  color: #a3abb0;
}

.header-style-3 .btn-search {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: #1563df;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style-3 .btn-search:hover {
  background-color: #0e49a6;
}

.header-style-3 .btn-search .icon {
  font-size: 20px;
  color: #ffffff;
}

.canvas-menu .menu-outer {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.canvas-menu .menu-outer .nav-link {
  padding: 10px 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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;
}

.canvas-menu .menu-outer .nav-link .icon {
  font-size: 16px;
  font-weight: 700;
  transform: rotate(-90deg);
  -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;
}

.canvas-menu .menu-outer .nav-link:not(.collapsed) .icon {
  transform: unset;
}

.canvas-menu .menu-outer .nav-link:focus-visible {
  box-shadow: none;
}

.canvas-menu .menu-outer .nav-link.current,
.canvas-menu .menu-outer .nav-link:hover {
  color: #1563df;
}

.canvas-menu .menu-outer .nav-link.current .icon,
.canvas-menu .menu-outer .nav-link:hover .icon {
  color: #1563df;
}

.canvas-menu .menu-outer .sub-nav-menu {
  background: rgba(237,32,39,0.1);
  padding: 15px 20px;
  border-radius: 10px;
}

.canvas-menu .menu-outer .sub-nav-menu .sub-nav-link {
  padding: 7px 0px;
  display: block;
  font-weight: 500;
  color: #5c6368;
}

.canvas-menu .menu-outer .sub-nav-menu .sub-nav-link.current,
.canvas-menu .menu-outer .sub-nav-menu .sub-nav-link:hover {
  color: #1563df;
}

.canvas-menu .box-btn .tf-btn {
  width: 100%;
}

.canvas-menu .menu-icon-box .box .icon {
  margin-right: 10px;
  font-size: 20px;
}

.canvas-menu .menu-icon-box .box:not(:last-child) {
  margin-bottom: 19px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
}

.footer {
  background-color: #161e2d;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .top-footer {
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer .top-footer .content-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer .inner-footer {
  padding: 50px 0px 50px;
}

.footer .inner-footer .navigation-menu-footer li {
  margin-top: 4px;
}

.footer .content-footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .content-footer-bottom .copyright {
  color: #a3abb0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.footer .content-footer-bottom .menu-bottom {
  display: flex;
  align-items: center;
  gap: 19px;
}

.footer .content-footer-bottom .menu-bottom a {
  color: #a3abb0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.footer .content-footer-bottom .menu-bottom a:hover {
  color: #1563df;
}

.footer-cl-1 {
  margin-right: 20.4%;
}

.footer-cl-2 {
  margin-left: 15.4%;
}

.footer-cl-3 {
  margin-left: 20%;
}

.footer-cl-4 {
  margin-left: 17.3%;
}

.list-social {
  flex-wrap: wrap;
  gap: 12px;
}

.footer .wd-social {
  display: flex;
  align-items: center;
}

.footer .wd-social span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}

#subscribe-form {
  position: relative;
  margin-top: 24px;
}

#subscribe-form .icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a3abb0;
}

#subscribe-form input {
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 12px 16px;
  border-color: transparent;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}

#subscribe-form input::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}

#subscribe-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 0;
}

#subscribe-form button .icon {
  font-size: 20px;
  color: #a3abb0;
}

.navigation-menu-footer li a {
  position: relative;
}

.navigation-menu-footer li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  transition: width 0.6s cubic-bezier(0.25,0.8,0.25,1) 0s;
  background: #1563df;
}

.navigation-menu-footer li a:hover {
  color: #1563df;
}

.navigation-menu-footer li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.ft-download li:not(:last-child) {
  margin-bottom: 10px;
}

.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover {
  background-color: #1563df;
  border-color: #1563df;
}

.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active::after,
.flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover::after {
  display: block;
}

.flat-tab-form .nav-tab-form.style-2 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-2 .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}

.flat-tab-form .nav-tab-form.style-4 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-4 .nav-link-item:hover {
  color: #161e2d;
  border-color: #161e2d;
}

.nav-tab-recommended .nav-link-item.active,
.nav-tab-recommended .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}

.nav-tab-privacy .nav-link-item.active::before,
.nav-tab-privacy .nav-link-item:hover::before {
  opacity: 1;
}

.nav-tab-filter .nav-link-item .icon {
  width: 24px;
}

.nav-tab-filter .nav-link-item .icon path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-tab-filter .nav-link-item.active svg path {
  fill: #161e2d;
}

.nav-tab-filter .nav-link-item:hover svg path {
  fill: #161e2d;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.flat-slider.home-2 .wrap-search-link .categories-list .icon {
  color: #1563df;
  border-radius: 50%;
  background-color: none;
}

.flat-slider.home-2 .wrap-search-link a {
  color: #161e2d;
}

.flat-slider .slider-home2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-slider.home-5 .box-img img {
  width: 100%;
  object-fit: cover;
}

.wrap-search-link .categories-list .icon {
  font-size: 14px;
  color: #ffffff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
}

.wrap-search-link .categories-list.style-2 .icon {
  width: auto;
  height: auto;
  background-color: none;
}

.wrap-search-link .categories-list.style-2 a {
  padding: 8px 16px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 99px;
}

.wrap-search-link a {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.tf-btn {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  min-width: 162px;
  min-height: 54px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #161e2d;
  border: 1px solid #161e2d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-btn svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-btn svg {
  width: 20px;
  flex-shrink: 0;
}

.tf-btn .icon {
  font-size: 20px;
  flex-shrink: 0;
}

.tf-btn:hover {
  background-color: #1563df;
  color: #ffffff;
  border-color: #1563df;
}

.tf-btn.primary {
  background-color: #1563df;
  color: #ffffff;
  border-color: #1563df;
}

.tf-btn.primary:hover {
  background-color: #0e49a6;
}

.tf-btn.primary .icon {
  color: #ffffff;
}

.tf-btn.size-1 {
  padding: 11px 36px;
  min-width: 244px;
}

.tf-btn.size-2 {
  padding: 11px 40px;
}

.hover-btn-view:hover .btn-view.style-1 .icon {
  animation: 0.3s link-icon linear;
}

.btn-view .icon {
  color: #1563df;
  font-size: 16px;
}

.btn-view:hover .icon {
  animation: 0.3s link-icon linear;
}

.btn-line {
  gap: 8px;
  border: 1px solid #1563df;
  background-color: #ffffff;
}

.btn-line:hover {
  background-color: #1563df;
  color: #ffffff;
}

.btn-line:hover svg path {
  stroke: #ffffff;
}

.btn-line:hover .icon {
  color: #ffffff;
}

.btn-line .icon {
  color: #161e2d;
  font-size: 20px;
}

.form-control {
  border: 1px solid #e4e4e4;
  font-family: "Manrope",sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  background: #ffffff;
  color: #161e2d;
  font-weight: 400;
}

.form-control:focus {
  box-shadow: unset;
  border-color: #1563df !important;
}

.form-control.style-1 {
  padding: 10px 16px;
}

.tf-checkbox.primary {
  border-color: #a3abb0;
}

.tf-checkbox.primary:checked {
  border-color: #1563df;
  background-color: #1563df;
}

.search-box .icon {
  position: absolute;
  font-size: 16px;
  color: #161e2d;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}

.wd-find-select .tf-btn {
  min-height: 52px;
}

.wd-find-select .box-btn-advanced {
  display: flex;
  gap: 10px;
}

.wd-find-select .inner-group {
  padding-right: 20px;
  flex-wrap: nowrap;
  display: flex;
  gap: 20px;
  flex-grow: 1;
}

.wd-find-select .inner-group .form-style {
  width: 100%;
}

.wd-find-select .inner-group .form-style .form-control,
.wd-find-select .inner-group .form-style .nice-select {
  border: 0;
  padding: 0;
  padding-top: 6px;
}

.wd-find-select .inner-group .form-style .form-control {
  color: #161e2d;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.86px;
  padding-right: 45px;
  border-radius: 0;
}

.wd-find-select .inner-group .form-style .form-control::placeholder {
  color: #161e2d;
}

.wd-find-select .inner-group .form-style .nice-select {
  color: #161e2d;
  font-weight: 600;
  font-size: 16px;
  line-height: 21.86px;
}

.wd-find-select .inner-group .form-style .nice-select::after {
  right: 20px;
}

.wd-find-select .inner-group .form-style label {
  font-weight: 600;
  color: #a3abb0;
}

.wd-find-select .inner-group .form-style:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}

.wd-find-select .inner-group .group-ip {
  position: relative;
}

.wd-find-select .inner-group .group-ip .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
}

.wd-find-select .inner-group .box-filter {
  width: max-content;
  flex-shrink: 0;
}

.wd-find-select .inner-group .box-filter .filter-advanced {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #161e2d;
  font-weight: 600;
}

.wd-find-select .inner-group .box-filter .icon {
  font-size: 28px;
}

.wd-find-select.style-3 .nice-select,
.wd-find-select.style-3 .form-control {
  background-color: #f7f7f7;
}

.wd-find-select.style-3 .inner-group {
  border: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.wd-search-form.show {
  display: unset;
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

.wd-search-form.style-2 .box {
  margin-bottom: 30px;
}

.wd-search-form.style-2 .box .title-select {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}

.wd-search-form.style-2 .box .box-select:not(:first-child) {
  margin-top: 20px;
}

.wd-search-form.style-2 .box .box-select .nice-select {
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.wd-search-form .tf-btn {
  width: 100%;
}

.wd-filter-select .form-style .form-control,
.wd-filter-select .form-style .nice-select {
  font-size: 14px;
  line-height: 22px;
  padding: 15px 18px;
  padding-right: 40px;
}

.wd-filter-select .filter-advanced .icon {
  font-size: 28px;
  color: #161e2d;
}

.wd-filter-select .tf-btn {
  width: 100%;
}

.widget-filter-search .wd-filter-select .form-style input {
  color: #5c6368;
}

.widget-filter-search .wd-filter-select .form-style input::placeholder {
  color: #5c6368;
}

.widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item:hover,
.widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item.active {
  background-color: #1563df;
  color: #ffffff;
}

.widget-filter-search .box:not(:last-child) {
  margin-bottom: 30px;
}

.offcanvas.canvas-filter-mb .wd-find-select .inner-group {
  border: 0;
  border-radius: 0;
  display: block;
  padding: 0;
}

.offcanvas.canvas-filter-mb .wd-find-select .btn-show-advanced-mb .icon {
  font-size: 20px;
}

.close-btn {
  color: white;
  border: none;
  cursor: pointer;
}

.search-popup-wrapper .wrap-search-link .categories-list .icon {
  color: #1563df;
  border-radius: 50%;
  background-color: none;
}

.search-popup-wrapper .wrap-search-link a {
  color: #161e2d;
}

.search-popup-wrapper .wd-search-form.show {
  display: block;
}

.box-pagi-nav .nav .icon {
  font-size: 18px;
}

.box-navigation .navigation {
  width: 67px;
  height: 67px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-navigation .navigation .icon {
  color: #ffffff;
  font-size: 20px;
}

.box-navigation .navigation.swiper-button-disabled,
.box-navigation .navigation:hover {
  background-color: rgba(0,0,0,0.8);
}

.flat-slider-wrap .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.avt-status img {
  border-radius: 50% !important;
}

.offcanvas.canvas-menu .off-canvas-body .login-box {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.offcanvas.canvas-menu .off-canvas-body .login-box a,
.offcanvas.canvas-menu .off-canvas-body .login-box span {
  font-weight: 600;
}

.offcanvas.canvas-filter .main-header {
  border: 0;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.box-icon .icon {
  font-size: 18px;
}

.box-icon.line {
  border: 1px solid #e4e4e4;
  color: #a3abb0;
}

.box-icon.line:hover {
  background-color: transparent;
  color: #1563df;
}

.box-icon.w-28 {
  width: 28px;
  height: 28px;
}

.box-icon.w-28 .icon {
  font-size: 14px;
}

.box-icon.w-32 {
  width: 32px;
  height: 32px;
}

.box-icon.w-40 {
  width: 40px;
  height: 40px;
}

.box-icon.w-44 {
  width: 44px;
  height: 44px;
}

.box-icon.w-52 {
  width: 52px;
  height: 52px;
}

.box-icon.w-60 {
  width: 60px;
  height: 60px;
}

.box-icon.w-68 {
  width: 68px;
  height: 68px;
}

.box-icon.w-80 {
  width: 80px;
  height: 80px;
}

.box-icon.w-80 .icon {
  font-size: 44px;
}

.box-icon.round {
  border-radius: 50%;
}

.box-icon.social {
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.box-icon.social .icon {
  color: #ffffff;
  font-size: 18px;
}

.box-icon.social .icon.icon-youtube {
  font-size: 12px;
}

.box-icon.social.square {
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}

.box-icon.social.square .icon {
  color: #161e2d;
  font-size: 18px;
}

.box-icon.social.square .icon.icon-youtube {
  font-size: 12px;
}

.box-icon.social.square:hover .icon {
  color: #ffffff;
}

.box-icon.social:hover {
  background-color: #1563df;
  color: #ffffff;
  border-color: #1563df;
}

.hover-img .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 2s cubic-bezier(0,0,0.44,1.18);
  transition: transform 1.5s cubic-bezier(0,0,0.44,1.18);
}

.hover-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hover-img3 .img-style3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-img3:hover img {
  transform: scale(1.075);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.preload-container .icon {
  font-size: 32px;
  color: #1563df;
}

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

.flat-blog-item.style-1 .content-box .post-author span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

.post-author .icon {
  margin-right: 4px;
}

.post-author span:not(:first-child) {
  margin-left: 7px;
  padding-left: 8px;
  position: relative;
}

.post-author span:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e4e4e4;
  left: 0;
  top: 5px;
  bottom: 5px;
}

.post-author.style-1 span {
  color: #161e2d;
}

.sidebar-blog .recent ul {
  margin-top: 20px;
}

.sidebar-blog .recent ul li:last-child .recent-post-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-blog .recent .recent-post-item .content .subtitle span {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.8px;
  color: #a3abb0;
}

.sidebar-blog .categories ul li:last-child .categories-item {
  padding-bottom: 10px;
  border: none;
}

.sidebar-blog .categories ul li:first-child .categories-item {
  padding-top: 10px;
}

.sidebar-blog .categories ul .categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  color: #5c6368;
  padding: 16px 0px;
  border-bottom: 1px solid #e4e4e4;
  color: #1c1c1e;
}

.sidebar-blog .categories ul .categories-item span:first-child {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
}

.sidebar-blog .categories ul .categories-item span:last-child {
  color: #a3abb0;
}

.sidebar-blog .tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar-blog .newsletter .search-box .icon {
  left: unset;
  right: 18px;
}

.flat-banner-blog img {
  width: 100%;
}

.blog-tag.primary {
  background-color: #1563df;
  color: #ffffff;
  padding: 6px 10px;
}

.list-review-item .action span {
  color: #7c818b;
  font-size: 12px;
  line-height: 16.8px;
}

.flag-tag.primary {
  background-color: #1563df;
}

.info-box .meta-list .item .icon {
  font-size: 28px;
  color: #5c6368;
}

.info-box .meta-list .item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item.active,
.flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}

.flat-filter-search-v2 .flat-tab-form .wd-find-select .inner-group {
  padding: 0px;
  gap: 12px;
}

.flat-filter-search-v2 .flat-tab-form .form-style .nice-select,
.flat-filter-search-v2 .flat-tab-form .form-style .form-control {
  padding: 16px 18px;
  border: 1px solid #e4e4e4;
  color: #5c6368;
  font-weight: 400;
  border-radius: 999px;
  padding-right: 48px;
  font-size: 14px;
  line-height: 19.6px;
}

.flat-filter-search-v2 .flat-tab-form .search-form .icon {
  font-size: 16px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.flat-filter-search-v2 .flat-tab-form .search-form .form-control {
  padding-left: 44px !important;
}

.homelengo-box .images-style img {
  -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;
  width: 100%;
}

.homelengo-box .content-top .meta-list .item .icon {
  font-size: 16px;
  color: #a3abb0;
}

.homelengo-box:hover:not(.list-style-1,.list-style-2) .images-style img {
  transform: scale(1.05);
}

.homelengo-box.list-style-1 .images-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-recommended .tf-btn {
  margin-top: 10px;
}

.flat-property-box .meta-list .item .icon {
  font-size: 16px;
  color: #a3abb0;
}

.flat-property-box .item-icon .icon {
  color: #1563df;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}

.flat-property-box .item-icon:hover .icon {
  color: #ffffff;
}

.box-location .content .box-icon {
  background-color: #ffffff;
  flex-shrink: 0;
}

.box-location .content .box-icon .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #161e2d;
}

.box-location .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-location.active .content {
  background-color: #ffffff;
}

.box-location.active .content .sub-title {
  color: #a3abb0;
}

.box-location.active .content .title {
  color: #161e2d;
}

.box-location:hover .content .box-icon {
  background-color: #1563df;
  border-color: #1563df;
}

.box-location:hover .content .box-icon .icon {
  color: #ffffff;
}

.flat-location .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 123;
}

.flat-location .navigation.swiper-nav-next {
  left: 60px;
}

.flat-location .navigation.swiper-nav-prev {
  right: 60px;
}

.flat-location-v2 .navigation {
  top: 60%;
  transform: translateY(-50%);
}

.box-service .tf-btn {
  padding-left: 45px;
  padding-right: 45px;
}

.box-service:hover .tf-btn {
  background-color: #1563df;
  color: #ffffff;
}

.box-service:hover .tf-btn .icon {
  color: #ffffff;
}

.flat-img-with-text .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-img-with-text.style-2 .content-left img {
  border-radius: 15px;
}

.flat-testimonial-v2 .content-left .content-text p {
  margin-top: 20px;
}

.tf-marquee .marquee-item svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-marquee .marquee-item:hover svg path {
  fill: #1563df;
}

.tf-image-wrap .tag-item .icon {
  font-size: 20px;
  color: #1563df;
}

.tf-image-wrap .tag-item span {
  font-weight: 600;
}

.box-benefit .icon-box .icon {
  font-size: 40px;
  transition: all 0.8s ease;
  display: inline-block;
  color: #1563df;
}

.box-benefit:hover .icon-box .icon {
  transform: rotateY(360deg);
}

.list-star .icon {
  font-size: 24px;
  color: #ffa800;
}

.box-tes-item .list-star .icon {
  font-size: 14px;
}

.box-agent .box-img .agent-social .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-agent .box-img .agent-social li:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}

.box-agent .box-img .agent-social li:hover .icon {
  color: #1563df;
}

.box-agent .content p {
  font-size: 16px;
  line-height: 26px;
}

.box-agent .content .box-icon {
  gap: 8px;
}

.box-agent .content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 1000px;
  font-size: 14px;
  color: #a3abb0;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-agent .content .list-info li {
  display: flex;
  gap: 8px;
}

.box-agent .content .list-info li .icon {
  font-size: 20px;
}

.box-agent .content .list-info li:not(:last-child) {
  margin-bottom: 8px;
}

.box-agent .content .tf-btn {
  margin-top: 16px;
}

.box-agent.style-list .list-info .item .icon {
  color: #a3abb0;
  font-size: 20px;
}

.box-agent:hover .content .icon {
  background-color: #1563df;
  color: #ffffff;
}

.partner-item svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner-item:hover svg path {
  fill: #1563df;
}

.homelengo-categories .icon-box .icon {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 80px;
  color: #5c6368;
}

.homelengo-categories .icon-box svg path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.homelengo-categories .content h6, .homelengo-categories .content p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.homelengo-categories.active .icon-box .icon,
.homelengo-categories:hover .icon-box .icon {
  color: #1563df;
}

.homelengo-categories.active .icon-box svg path,
.homelengo-categories:hover .icon-box svg path {
  fill: #1563df;
}

.homelengo-categories.style-02.active,
.homelengo-categories.style-02:hover {
  box-shadow: none;
}

.homelengo-categories.style-02.active .icon-box .icon,
.homelengo-categories.style-02:hover .icon-box .icon {
  color: #ffffff;
}

.homelengo-categories.style-02.active .icon-box svg path,
.homelengo-categories.style-02:hover .icon-box svg path {
  fill: #ffffff;
}

.homelengo-categories.style-02.active .content h6,
.homelengo-categories.style-02.active .content p,
.homelengo-categories.style-02:hover .content h6,
.homelengo-categories.style-02:hover .content p {
  color: #ffffff;
}

.homelengo-categories.style-02.active::before,
.homelengo-categories.style-02:hover::before {
  transform: scale(1,1);
  transform-origin: top center;
}

.homelengo-categories-v2 .icon-box path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homelengo-categories-v2.active, .homelengo-categories-v2:hover {
  border-color: #1563df;
  background-color: #1563df;
}

.homelengo-categories-v2.active .icon-box svg path,
.homelengo-categories-v2:hover .icon-box svg path {
  fill: #ffffff;
}

.homelengo-categories-v2.active .content,
.homelengo-categories-v2:hover .content {
  color: #ffffff;
}

.wrap-categories-v3 .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 123;
  border-radius: 8px;
}

.wrap-categories-v3 .navigation .icon {
  font-size: 16px;
}

.map-listing-item .inner-box .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}

.map-listing-item .inner-box .box-bottom .avt-box img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.map-listing-item .content .location .icon {
  font-size: 16px;
  color: #a3abb0;
}

.map-listing-item .content .title a {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.map-listing-item .content .list-info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 19.6px;
  font-family: "Manrope",sans-serif;
}

.map-listing-item .content .list-info li .icon {
  font-size: 16px;
  color: #a3abb0;
}

.contact-map-item .content .list-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 19.6px;
  color: #5c6368;
  font-family: "Manrope",sans-serif;
}

.contact-map-item .content .list-info li .icon {
  font-size: 16px;
  color: #a3abb0;
}

.contact-map-item .content .list-info li:not(:last-child) {
  margin-bottom: 6px;
}

.wrap-banner .box-right img {
  margin-top: -60px;
}

.wd-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wd-navigation .nav-item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 21.86px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.wd-navigation .nav-item:not(.sep):hover, .wd-navigation .nav-item.active {
  background-color: #1563df;
  color: #ffffff;
}

.wd-navigation .nav-item.sep {
  border: none;
  width: 10px;
  padding-top: 10px;
}

.wd-navigation .icon {
  font-size: 14px;
  color: #161e2d;
}

.latest-property-item .images-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -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;
}

.latest-property-item .meta-list .item .icon {
  font-size: 16px;
  color: #a3abb0;
}

.latest-property-item:hover .images-style img {
  transform: scale(1.05);
}

.fixed-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.flat-slider-detail-v1 .navigation.swiper-nav-next {
  left: 40px;
}

.flat-slider-detail-v1 .navigation.swiper-nav-prev {
  right: 40px;
}

.flat-slider-detail-v1 .box-img-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .box-img-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-property-detail .content-bottom .info-box .meta-item .icon {
  font-size: 16px;
  color: #a3abb0;
}

.header-property-detail .content-bottom .icon-box .item .icon {
  font-size: 18px;
  color: #5c6368;
}

.header-property-detail .content-bottom .icon-box .item svg {
  width: 18px;
}

.header-property-detail .content-bottom .icon-box .item:hover .icon {
  animation: 0.3s link-icon2 linear;
}

.header-property-detail .content-bottom .icon-box .item:hover .icon path {
  stroke: #ffffff;
}

.single-property-overview .info-box .item span {
  font-weight: 600;
}

.single-property-overview .info-box .item .box-icon {
  border-radius: 8px;
  border: 1px solid #e4e4e4;
}

.single-property-overview .info-box .item .box-icon .icon {
  font-size: 24px;
}

.single-property-overview .info-box .item:hover .box-icon {
  background-color: #1563df;
}

.single-property-overview .info-box .item:hover .box-icon .icon {
  color: #ffffff;
  animation: 0.3s link-icon2 linear;
}

.single-property-video .img-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-property-video .img-video .btn-video .icon {
  color: #1563df;
  font-size: 14px;
  margin-left: 4px;
}

.single-property-feature .wrap-feature .box-feature ul {
  padding-left: 15px;
  list-style: disc;
}

.single-property-feature .wrap-feature .box-feature ul li {
  list-style: disc;
}

.single-property-feature .wrap-feature .box-feature ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-property-map .info-map li {
  display: flex;
  gap: 10px;
}

.single-property-map .info-map li:not(:last-child) {
  margin-bottom: 12px;
}

.single-property-map .info-map li .label {
  width: 40%;
}

.single-property-floor .floor-item .floor-header .inner-left .icon {
  flex-shrink: 0;
  margin-right: 16px;
  margin-top: -2px;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 18px;
  -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;
}

.single-property-floor .floor-item .floor-header .inner-right .icon {
  font-size: 20px;
  color: #a3abb0;
}

.single-property-floor .floor-item .floor-header:not(.collapsed) .inner-left .icon {
  transform: rotate(-90deg);
}

.single-property-attachments .attachments-item .box-icon {
  border-radius: 8px;
  background-color: #f7f7f7;
}

.single-property-attachments .attachments-item .icon {
  font-size: 24px;
}

.single-property-explore .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-property-explore .box-img .box-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.single-property-explore .box-img .box-icon .icon {
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
  -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;
  -webkit-animation: rotate1 5s infinite ease-in-out;
  animation: rotate1 5s infinite ease-in-out;
}

.single-property-loan .box-loan-calc .form-control {
  padding: 15px 18px;
}

.single-property-loan .box-loan-calc .tf-btn {
  min-width: 220px;
}

.single-wrapper-review .wrap-review .tf-btn {
  min-width: 210px;
}

.single-wrapper-review .list-review-item .box-head p {
  margin-top: 4px;
}

.single-wrapper-review .list-review-item .list-star .icon {
  font-size: 14px;
}

.single-property-contact .box-avatar .list li .icon {
  font-size: 14px;
  color: #a3abb0;
}

.single-property-contact .box-avatar .list li:not(:last-child) {
  margin-bottom: 6px;
}

.single-property-contact .contact-form .ip-group .tf-btn {
  margin-top: 30px;
}

.single-property-contact input, .single-property-contact textarea {
  padding: 16px 18px;
}

.single-property-contact input::placeholder,
.single-property-contact textarea::placeholder {
  color: #5c6368;
}

.single-property-whychoose .box-whychoose .item-why .icon {
  font-size: 24px;
}

.flat-categories-single .cate-single-tab li:hover .cate-single-item,
.flat-categories-single .cate-single-tab li.active .cate-single-item {
  border-color: #1563df;
}

.single-property-loan-v2 .item-calc input {
  padding: 10px 16px;
}

.single-property-loan-v2 .box-bottom .tf-btn {
  width: 100%;
  margin-bottom: 16px;
}

.flat-gallery-single .box-img>a {
  width: 100%;
  height: 100%;
}

.flat-gallery-single .item1 .box-btn .box-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background-color: #ffffff;
  font-size: 28px;
}

.flat-gallery-single .item1 .box-btn .tf-btn {
  padding: 16px 30px;
}

.flat-gallery-single .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-property-2 img {
  width: 100%;
  object-fit: cover;
}

.single-property-gallery .box-navigation .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 123;
}

.single-property-gallery .box-navigation .navigation.swiper-nav-next {
  left: 30px;
}

.single-property-gallery .box-navigation .navigation.swiper-nav-prev {
  right: 30px;
}

.content-box-privacy p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #5c6368;
}

.content-box-privacy .box-list li {
  margin-top: 12px;
  display: flex;
  font-size: 18px;
  line-height: 28px;
}

.content-box-privacy .box-list li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64666c;
  content: "";
  display: block;
  margin-left: 9px;
  margin-right: 10px;
  margin-top: 12px;
  flex-shrink: 0;
}

.box-faq .faq-item.active {
  box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1019607843);
}

.box-faq .faq-item.active .faq-header {
  color: #1563df;
}

.box-pricing .box-title-price .title h4,
.box-pricing .box-title-price .title span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-pricing .box:not(:last-child) {
  margin-bottom: 20px;
}

.box-pricing .tf-btn {
  width: 100%;
}

.box-pricing.active, .box-pricing:hover {
  background-color: #1563df;
}

.box-pricing.active .tf-btn, .box-pricing:hover .tf-btn {
  background-color: #ffffff;
  color: #161e2d;
  border-color: #ffffff;
}

.box-pricing.active .tf-btn .icon, .box-pricing:hover .tf-btn .icon {
  color: #161e2d;
}

.box-pricing.active h5,
.box-pricing.active span,
.box-pricing.active h3,
.box-pricing.active .desc,
.box-pricing.active li,
.box-pricing:hover h5,
.box-pricing:hover span,
.box-pricing:hover h3,
.box-pricing:hover .desc,
.box-pricing:hover li {
  color: #ffffff;
}

.box-pricing.active .check-icon, .box-pricing:hover .check-icon {
  border-color: #ffffff;
  color: #ffffff;
}

.flat-banner-about .banner-video .btn-video .icon {
  color: #1563df;
  font-size: 100px;
}

.box-contact-v2 .box .label {
  color: #5c6368;
  margin-bottom: 8px;
}

.box-contact-v2 .box .form-control:focus {
  border: 2px solid #161e2d !important;
}

.box-contact-v2 .box:not(:last-child) {
  margin-bottom: 20px;
}

.flat-contact .contact-content p {
  margin-bottom: 6px;
}

.flat-contact .contact-content .form-contact .box {
  gap: 30px;
}

.flat-contact .contact-content .form-contact .box:not(:last-child) {
  margin-bottom: 20px;
}

.flat-contact .contact-content .form-contact .tf-btn {
  margin-top: 8px;
  width: 100%;
}

.contact-info .box .title {
  margin-bottom: 8px;
}

.contact-info .box:not(:last-child) {
  margin-bottom: 24px;
}

.contact-info .box .box-social {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-info .box .box-social .item {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info .box .box-social .item svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-info .box .box-social .item:hover {
  background-color: #1563df;
  border-color: #1563df;
}

.contact-info .box .box-social .item:hover svg path {
  fill: #ffffff;
}

.box-password .form-control {
  padding-right: 40px;
}

.box-password .show-pass.active .icon-eye,
.box-password .show-pass2.active .icon-eye,
.box-password .show-pass3.active .icon-eye {
  display: inline-block;
}

.box-password .show-pass.active .icon-eye-off,
.box-password .show-pass2.active .icon-eye-off,
.box-password .show-pass3.active .icon-eye-off {
  display: none;
}

.flat-account .banner-account img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-account .form-account .box:not(:last-child) {
  margin-bottom: 30px;
}

.flat-account .form-account .title-box .icon {
  font-size: 24px;
  cursor: pointer;
}

.flat-account .form-account .ip-field .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.flat-account .form-account .ip-field input {
  padding-left: 46px;
}

.flat-account .group-btn .btn-social img {
  width: 20px;
  height: 20px;
}

.modal-backdrop {
  background-color: rgba(0,0,0,0.6);
}

.modal-backdrop.show {
  opacity: 1;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(54,95,104,0.1019607843);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #ffffff;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  font-weight: 900;
  color: #1563df;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: #ffffff;
  box-sizing: border-box;
  stroke: #1563df;
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

#subscribe-msg .notification_ok {
  color: #198754;
}

.flat-header-wrapper-about .tf-btn {
  max-width: 350px;
  width: 100%;
}

.flat-header-wrapper-about .signature-box p {
  margin-top: 2px;
}

.flat-header-wrapper-about .signature-box img {
  width: 210px;
}

.sidebar-privacy .list-cate-privacy li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.sidebar-privacy .list-cate-privacy li a:hover {
  color: #1563df;
}

.sidebar-privacy .list-cate-privacy li:not(:last-child) a {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar-privacy .contact-box .tf-btn {
  width: 100%;
  margin: 24px 0px;
}

.header-dashboard .logo-box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-dashboard .logo-box .button-show-hide {
  margin-top: 4px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-dashboard .logo-box .button-show-hide .icon {
  font-size: 30px;
  color: #161e2d;
}

.header-dashboard .header-account {
  gap: 30px;
}

.header-dashboard .header-account .box-avatar {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.header-dashboard .header-account .box-avatar .name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-dashboard .header-account .box-avatar .name .icon {
  font-size: 16px;
  color: #161e2d;
  font-weight: 700;
}

.show-mb span {
  color: #1563df;
  font-weight: 600;
}

.header-account .dropdown-toggle::after {
  content: none;
}

.header-account .dropdown-menu {
  max-width: 204px;
  width: 100%;
  margin-top: 23px !important;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 0;
}

.header-account .dropdown-menu .dropdown-item {
  padding: 16px 24px;
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #5c6368;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-account .dropdown-menu .dropdown-item:hover {
  color: #1563df;
  background-color: #ffffff;
}

.header-account .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.sidebar-menu-dashboard .menu-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sidebar-menu-dashboard .menu-box .title {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 9px;
  color: rgba(255,255,255,0.4);
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link {
  background-color: #1563df;
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link .icon,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link .icon {
  color: #161e2d;
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg g,
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg g {
  opacity: 1;
}

.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-menu-dashboard .logo-box {
  display: block;
  padding: 34px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sidebar-menu-dashboard .logo-box img {
  width: 166px;
}

.sidebar-menu-dashboard .user-box p {
  margin-bottom: 9px;
  color: rgba(255,255,255,0.4);
}

.layout-wrap .main-content .footer-dashboard p {
  color: #3a3a3c;
  font-weight: 600;
  opacity: 0.5;
}

.layout-wrap .wd-listing .wd-filter input,
.layout-wrap .wd-listing .wd-filter .nice-select {
  padding: 8px 18px;
  color: #a3abb0;
}

.layout-wrap .wd-listing .wd-filter input:focus,
.layout-wrap .wd-listing .wd-filter .nice-select:focus {
  border-color: #e4e4e4;
}

.layout-wrap .wd-listing .wd-filter .ip-group.icon-left input {
  padding-left: 46px;
}

.layout-wrap .wd-listing .wd-filter .ip-group.icon-left .icon {
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #a3abb0;
}

.layout-wrap .flat-counter-v2 .counter-box .box-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}

.layout-wrap .flat-counter-v2 .counter-box .box-icon .icon {
  font-size: 36px;
  color: #1563df;
}

.layout-wrap .wrap-table .list-action li:not(:last-child) {
  margin-bottom: 8px;
}

.layout-wrap .wrap-table .list-action .item .icon {
  font-size: 20px;
}

.layout-wrap .wd-chart .wd-filter-date input {
  color: #5c6368;
  font-weight: 600;
}

.layout-wrap .wd-chart .wd-filter-date input::placeholder {
  color: #5c6368;
  font-weight: 600;
}

.layout-wrap .wd-chart .wd-filter-date .dates.active,
.layout-wrap .wd-chart .wd-filter-date .dates:hover {
  background-color: #161e2d;
  color: #ffffff;
}

.layout-wrap .wd-chart .wd-filter-date .ip-group input {
  padding: 10px 16px;
}

.layout-wrap .wd-chart .wd-filter-date .ip-group input:focus {
  border-color: #e4e4e4;
}

.layout-wrap .box-agent-avt p {
  margin-bottom: 15px;
}

.layout-wrap .box-agent-avt .box-ip input {
  width: 100%;
}

.mess-box .list-star .icon {
  font-size: 14px;
}

.uploadfile .icon {
  margin-bottom: 8px;
  font-size: 80px;
  color: #1563df;
}

.uploadfile.style-1 .icon {
  color: #e4e4e4;
}

.box-img-upload .item-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-img-upload .item-upload .icon {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0,0,0,0.5);
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

.box-fieldset .box-ip .btn-location .icon {
  font-size: 20px;
}

.widget-box-2 .title span {
  color: #1563df;
}

.widget-box-2 .box:not(:last-child) {
  margin-bottom: 30px;
}

.widget-box-2 .fieldset-radio input {
  border-radius: 50%;
}

.box-amenities-property .amenities-item input {
  flex-shrink: 0;
}

.box-floor-property .top .icon {
  font-size: 20px;
}

.wrap-dashboard-content .box-action-print .icon {
  font-size: 20px;
}

.ip-group.icon {
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
}

.ip-group.icon::after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #a3abb0;
}

.header-top {
  position: relative;
  padding: 18px 0px;
  background-color: #161e2d;
}

.header-top_nav {
  position: relative;
}

.header-top_social {
  position: relative;
  margin-left: 60px;
}

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

.header-style-3 .outer-search {
  width: 504px;
  height: 48px;
  padding: 10px 6px;
  padding-left: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.header-style-3 .outer-search .form-box {
  position: relative;
}

.header-style-3 .outer-search .form-box::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #e4e4e4;
}

.header-style-3 .outer-search .form-box.box-1 {
  width: 152px;
}

.header-style-3 .outer-search .form-box.box-2 {
  width: 166px;
}

.header-style-3 .outer-search .form-box.box-3 {
  width: 142px;
}

.header-style-3 .outer-search .form-box.box-3::after {
  content: none;
}

.header-style-3 .btn-search-mb {
  display: none;
}

.header-style-3 .btn-menu-nav {
  font-size: 28px;
  margin-left: 20px;
  cursor: pointer;
}

@media only screen and (min-width:1441px) {
  .main-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-header .inner-header-left {
    gap: 50px;
  }

  .header-dashboard .logo-box {
    gap: 75px;
  }

  .header-dashboard .inner-header .inner-header-left {
    gap: 20px;
  }

  .footer-dashboard {
    margin-left: -300px;
  }
}

@media only screen and (min-width:1520px) {
  .main-header {
    padding-left: 100px;
    padding-right: 100px;
  }

  .main-header .inner-header-left {
    gap: 100px;
  }

  .header-dashboard .logo-box {
    gap: 15px;
  }
}

@media only screen and (max-width:1519px) {
  .main-header .main-menu {
    position: relative;
    margin-left: 1px;
  }
}

@media only screen and (max-width:1440px) {
  .header-dashboard .logo-box .button-show-hide {
    display: none;
  }
}

@media only screen and (max-width:1350px) {
  .header-dashboard .logo-box {
    gap: 20px;
  }

  .header-dashboard .header-account .box-avatar .name {
    display: none;
  }
}

@media only screen and (max-width:1300px) {
  .main-header .main-menu .navigation>li {
    padding-right: 40px;
  }

  .header-style-3 .nav-outer {
    padding-left: 20px;
  }
}

@media only screen and (max-width:1199px) {
  .header-account {
    gap: 10px;
  }

  .header-account .tf-btn {
    min-width: 150px;
  }

  .header-account .btn-login {
    min-width: 100px;
  }

  .main-header .main-menu .navigation>li {
    padding-right: 30px;
  }

  .header-account ul {
    margin-right: 6px;
  }

  .main-header .main-menu .navigation>li.dropdown2>a::after {
    font-size: 12px;
  }
}

@media only screen and (max-width:1099px) {
  .header-search .nav-outer .outer-search {
    width: auto;
    border: 0;
  }

  .header-search .nav-outer .outer-search .form-box {
    display: none;
  }

  .header-search .header-account {
    flex-grow: 1;
    justify-content: flex-end;
  }

  .main-header .main-menu {
    display: none;
  }

  .main-header {
    padding: 15px;
  }

  .mobile-button {
    display: block !important;
  }

  .header-account ul {
    margin-right: 20px;
  }

  .header-account {
    margin-right: 50px;
  }

  .header-account .dropdown-menu {
    margin-top: 19px !important;
  }

  #navbarSupportedContent {
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .footer .top-footer, .footer .inner-footer {
    padding: 40px 0px;
  }

  .footer .wd-social span {
    display: none;
  }

  .footer-cl-1, .footer-cl-2 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cl-3, .footer-cl-4 {
    margin-left: 0px;
  }
}

@media only screen and (max-width:767px) {
  .footer .footer-cl-1, .footer .footer-cl-2, .footer .footer-cl-3 {
    margin-bottom: 20px;
  }

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

  .footer .footer-heading-mobile {
    display: block;
    position: relative;
  }

  .footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #ffffff;
    transition: 0.25s ease-in-out;
  }

  .footer .footer-heading-mobile::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 .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }

  .footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%,-50%) rotate(180deg);
  }

  .footer .tf-collapse-content {
    display: none;
  }

  .header-account .flat-bt-top {
    display: none;
  }

  .header-account ul {
    margin-right: 0px;
  }

  .header-dashboard .header-account .box-avatar {
    margin-right: 0;
  }

  .header-account .dropdown-menu {
    margin-top: 21px !important;
  }
}

@media only screen and (max-width:575px) {
  .header-account .tf-btn {
    display: none;
  }

  .header-style-3 .register {
    display: none;
  }
}

.inner-header-center {
  display: flex;
  min-width: 0;
  flex: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  width: 0;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: flex 300ms ease,opacity 300ms ease,max-width 300ms ease,width 300ms ease;
}

.main-header.header--search-mode .inner-header-center {
  flex: 1;
  opacity: 1;
  max-width: 870px;
  width: auto;
  overflow: visible;
}

.main-header.header--search-mode #header-menu {
  width: 0px;
  height: 75px;
  overflow: hidden;
}

.main-header.header--search-mode .logo-text,
.main-header.header--search-mode .login-text {
  display: none;
}

.main-header.header--search-mode .inner-header-left {
  gap: 0 !important;
}

.main-header.header--search-mode .logo a {
  align-items: center;
}

.inner-header-center .inner-group {
  padding: 5px;
  margin: 0 auto;
  flex-wrap: nowrap;
  display: flex;
  gap: 20px;
  flex-grow: 1;
  border: 1px solid #161e2d;
  border-radius: 999px;
  width: 100%;
  max-width: 870px;
  transition: border 500ms ease;
}

#header-search-form:has(input:focus) .inner-group {
  border-color: transparent;
}

.hd-find-select {
  display: flex;
  background-color: #fff;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  border-radius: 999px;
}

.hd-find-select .form-style, .hd-find-select .form-control {
  border: none !important;
  line-height: 16px !important;
  width: 100%;
}

.hd-find-select .box-btn-advanced {
  display: flex;
  gap: 10px;
}

.hd-find-select .box-btn-advanced .tf-btn {
  min-height: 0;
  min-width: 0;
  padding: 10px 15px !important;
}

@media only screen and (max-width:1099px) {
  .inner-header-center .inner-group {
    margin: 0 auto;
  }
}

@media only screen and (max-width:575px) {
  .main-header.header--search-mode .inner-header-left {
    display: none !important;
  }
}

.title-large, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #161e2d;
}

.title-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 800;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 62px;
}

h3 {
  font-size: 36px;
  line-height: 44px;
}

h4 {
  font-size: 30px;
  line-height: 42px;
}

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

h6 {
  font-size: 18px;
  line-height: 25.2px;
}

.flat-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flat-section-v2 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.flat-section-v3 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.flat-section-v4 {
  padding-top: 0;
  padding-bottom: 100px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px 18px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  outline: none;
  position: relative;
  transition: all linear .2s;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 99px;
  color: #161e2d;
  text-align: start;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #e4e4e4;
}

.nice-select .current:after {
  border-bottom: 1.7px solid #161e2d;
  border-right: 1.7px solid #161e2d;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
}

.nice-select.open .current:after {
  transform: rotate(-135deg);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0!important;
  right: 0!important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(.75) translateY(-21px);
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 14px;
  max-height: 155px;
  overflow: auto;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 5px;
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  font-size: 14px;
  text-align: start;
  transition: all .2s;
  color: #161e2d;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #fff;
  color: #1563df;
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.disabled {
  color: #161e2d;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select.open .list {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  width: 100%;
}

.nice-select.open .nice-select-dropdown .list {
  min-width: calc(100%+30px);
  word-break: break-word!important;
  width: max-content;
  margin-left: -15px;
  margin-top: 10px;
}

.nice-select.open .nice-select-dropdown .list .option.focus,
.nice-select.open .nice-select-dropdown .list .option:hover {
  background-color: #f0f0f0;
  color: #161e2d;
}

.nice-select.open .nice-select-dropdown .list .option.focus:after,
.nice-select.open .nice-select-dropdown .list .option.selected:after {
  position: absolute;
  right: 10px;
  opacity: .7;
}

.nice-select.open .nice-select-dropdown .list .option.disabled {
  background-color: #fff!important;
  color: #a3abb0;
}

.nice-select.open .nice-select-dropdown .list .option.selected {
  color: #0a53be;
  font-weight: 600;
}

.nice-select .nice-select-dropdown .nice-select-search-box {
  display: none;
  position: absolute;
  top: 0;
  width: calc(100%+20px);
  margin-left: -20px;
}

.nice-select.open .nice-select-dropdown .nice-select-search-box {
  display: block;
}

.nice-select.open:has(.nice-select-search-box) .current,
.nice-select.open:has(.nice-select-search-box) .multiple-options {
  opacity: 0;
}

.nice-select.open .nice-select-dropdown .nice-select-search-box input {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0 15px 0 20px;
  font-size: 13px;
  font-weight: 600;
  margin-top: -2px;
  background: 0 0;
}

.nice-select.disabled span {
  opacity: .6;
}
