@charset "UTF-8";
/**
  * Name: DreamHome - Real Estate HTML Template
  * Version: 1.0.7
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "../dist/font-awesome.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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "bootstrap.css";


/* Header
-------------------------------------------------------------- */

.wrap-overview .description {
    max-height: 150px; /* Adjust as needed */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* When expanded, allow the content to grow */
.wrap-overview .description.expanded {
    max-height: 1000px; /* A high value to accommodate full content */
}

.dlrlogo-spinner {
    width: 150px; /* Adjust size as needed */
    height: auto;
    animation: cnc 5s linear infinite; /* 5 seconds per rotation */
}

@keyframes cnc {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cnc-logo-width {
    width: 100px;
}

.mission {
    line-height: 30px !important;
}

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

.header-account ul li {
    margin-right: 4px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.header-account ul li a:hover {
    color: #58b7b3;
}

.main-header {
    z-index: 99;
    width: 100%;
    height: 78px;
    position: relative;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    background-color: #fff;
}

.main-header.style-header {
    box-shadow: 0px -1px 0px 0px #EFEFEF inset;
}

.main-header.home3 {
    position: absolute;
    color: #fff;
    box-shadow: unset;
    background-color: unset;
}

.main-header.home3 .main-menu .navigation > li > a {
    color: #fff;
}

.main-header.home2 {
    position: absolute;
    box-shadow: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: unset;
}

.main-header.home2 .main-menu {
    margin-left: 0;
}

.main-header.home2 .main-menu .navigation > li > a {
    color: #fff;
}

.main-header.home2 .search-form .search-field {
    width: 284px;
    height: 41px;
    background-color: rgba(255, 255, 255, 0.1019607843);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: #fff;
    margin-top: -2px;
    padding: 10px 17px 14px 15px;
}

.main-header.home2 .search-form .search-field::placeholder {
    color: #fff !important;
}

.main-header.home2 .icon-socials {
    margin-right: 41px;
}

.main-header.home2 .icon-socials a i {
    color: #fff;
    font-size: 18px;
    margin-right: 22px;
}

.main-header.home2 .icon-socials a i:hover {
    color: #fff;
}

.main-header.home2 .icon-socials a:last-child i {
    margin-right: 0;
}

.wrap-top {
    width: 100%;
    height: 78px;
    position: relative;
    padding: 12px 0px 0 0px;
}

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

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

.header-top_nav {
    position: relative;
}

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

#showlogo {
    display: none;
}

/* Header Email */
.header-top_email {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

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

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

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

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

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

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

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

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

.main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    padding: 28px 0px;
    letter-spacing: 0px;
    color: #120A21;
    font-size: 16px;
    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: #58b7b3 !important;
}

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

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

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

.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:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 630ms;
    -moz-transition-delay: 630ms;
    -ms-transition-delay: 630ms;
    -o-transition-delay: 630ms;
    transition-delay: 630ms;
}

.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: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #120A21;
    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 > a:before {
    position: absolute;
    content: "\f178";
    left: 0px;
    top: 5px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    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: "Font Awesome 5 Pro";
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
    color: #58b7b3;
    padding-left: 20px;
}

.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: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 1px;
    width: 10px;
    height: 20px;
    display: block;
    color: #120A21;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

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

.main-header .main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 16rem;
    padding: 25px 25px 30px 25px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 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;
    margin-bottom: 15px;
    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);
    -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.dropdown2:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.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: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #120A21;
    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:before {
    position: absolute;
    content: "\f178";
    left: 0px;
    top: 5px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: rotate(45deg);
    font-family: "Font Awesome 5 Pro";
}

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

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

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #58b7b3;
    background-color: #fff;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #58b7b3;
    padding-left: 20px;
}

.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-weight: 900;
    font-size: 11px;
    margin-left: 8px;
    vertical-align: bottom;
}

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

/***

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

***/
.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    background: #fff;
    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 30px;
}

.mobile-menu-visible {
    overflow: hidden;
}

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

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

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

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

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

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

.close-btn::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 33px;
    font-weight: 100;
}

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

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

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

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

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

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

.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    text-align: end;
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 600;
    color: #120A21;
}

.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: #3ee9e2;
    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: #120A21;
    text-transform: capitalize;
}

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

.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: #58b7b3;
    -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-menu .login-box {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

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

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

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

.mobile-menu .mobi-icon-box h3 {
    margin-bottom: 13px;
}

.mobile-menu .mobi-icon-box .box {
    margin-bottom: 19px;
    border-bottom: 1px solid #EFEFEF;
    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: #8E8E93;
}

.mobile-menu .mobi-icon-box .box .content h5 {
    color: #120A21;
}

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

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

/* button
--------------------------------------------------*/
.sc-button {
    display: inline-block;
    background-color: #58b7b3;
    box-sizing: border-box;
    padding: 15px 18.5px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sc-button span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sc-button i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sc-button:hover, .sc-button.active {
    border-color: transparent;
    outline: 0 none;
    background-color: #63b1ae;
}

.sc-button:hover svg, .sc-button.active svg {
    animation: 0.3s link-icon2 linear;
}

.sc-button svg {
    margin-right: 17px;
}

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

.sc-button.btn-svg svg {
    margin-right: 0;
}

.sc-button.btn-1 {
    background-color: #FFF5E0;
}

.sc-button.btn-1 span {
    color: #000;
}

.sc-button.btn-1:hover, .sc-button.btn-1.active {
    background-color: #58b7b3;
}

.sc-button.btn-1:hover span, .sc-button.btn-1.active span {
    color: #fff;
}

.sc-button.btn-1:hover svg, .sc-button.btn-1.active svg {
    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: #fff;
    stroke: #fff;
}

.sc-button.btn-1.one span {
    color: #58b7b3;
}

.sc-button.btn-1.one:hover span {
    color: #fff;
}

.sc-button.btn-2 svg {
    margin-left: 10px;
    margin-right: 0;
}

.sc-button.btn-2:hover {
    background-color: #58b7b3;
}

.sc-button.btn-2:hover span {
    color: #fff;
}

.sc-button.btn-2:hover svg path {
    stroke: #fff;
}

.sc-button.btn-icon span::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: -11px;
    position: absolute;
}

.sc-button.btn-icon2 span::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
}

/**
  	* flat title page
	* top filters
  	* flat brand
	* flat featured
    * wg-dream
    * flat search area
    * flat rent
    * flat meet
    * flat contact
    * comments
    * flat blog
    * flat testimonial
    * flat find neighborhood
    * flat estate near
    * flat properties rent
    * curved
    * flat testimonial2
    * flat agents
    * flat search home
    * flat why choose
    * flat your
    * flat testimonial3
    * flat contact2
    * flat explore
    * flat search today
    * flat why choose2
    * flat icon
    * flat testimonial4
    * flat pricing
    * flat property, property grid,list
    * flat map 1 2 3
    * flat agent, agent detail,sidebar
    * flat agencies, agencies detail,sidebar
    * flat about
    * flat service
    * flat contact page
    * flat property detail
    * flat error
    * flat blog grid,list,detail
    * flat video
    * flat count
    * flat faq
    * Modal Popup
*/
/* Page Title Inner
-------------------------------------------------------------- */
.flat-title-page.inner {
    padding: 328px 0 41px 0px;
    position: relative;
    background-image: url(./../../assets/images/section/bg-page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.flat-title-page.inner.style {
    background-image: url(./../../assets/images/section/bg-page2.jpg);
}

.flat-title-page.inner.style2 {
    background-image: url(./../../assets/images/section/bg-page3.jpg);
}

.flat-title-page.inner.style3 {
    background-image: url(./../../assets/images/section/bg-page4.jpg);
}

.flat-title-page .page-title-heading .heading {
    color: #fff;
    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: #fff;
}

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

.title-inner {
    padding: 28px 0 19px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 28px;
}

.title-inner .title-group > a {
    position: relative;
    display: inline-block;
}

.title-inner .title-group > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: #120A21;
    font-size: 8px;
    line-height: normal;
    top: 5px;
    margin: 0 12.5px 0 11.5px;
}

.title-inner.style {
    margin-bottom: 40px;
}

.title-inner.style-detail {
    padding: 28px 0 29px;
    border-bottom: 0;
    margin-bottom: 0px;
}

.top-filters {
    padding: 30px 0px 30px 0px;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.top-filters.style {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.top-filters.style2 {
    padding: 24px 0px 30px 0px;
}

.top-filters .form-sl {
    padding: 0px;
    box-shadow: unset;
    display: block;
    margin-bottom: 0;
}

.top-filters .search-form .search-field {
    padding: 14px 15px 14px 43px;
    width: 217px;
}

.top-filters .search-form i {
    position: absolute;
    color: #8E8E93;
    top: 21px;
    left: 19px;
    cursor: pointer;
}

.top-filters .icon-filter {
    width: 160px;
}

.top-filters .icon-filter span {
    margin-right: 12px;
    font-size: 15px;
    font-weight: 700;
}

.top-filters .button-top {
    background: #FFF5E0;
}

.top-filters .button-top span {
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-filters .button-top:hover {
    background: #58b7b3;
}

.top-filters .button-top:hover span {
    color: #fff;
}

.top-filters .button-top:hover i {
    color: #fff;
}

.top-filters .button-top:hover path {
    stroke: #fff;
}

.top-filters .wd-find-select .group-select .nice-select {
    width: 217px;
}

.top-filters .wd-search-form {
    margin-left: 0;
}

.top-filters .content-tab {
    width: 100%;
}

.top-filters .content-tab .wd-find-select > * {
    flex-grow: 1;
}

.top-filters .content-tab .wd-find-select .group-select {
    width: 100%;
}

.top-filters .content-tab .wd-find-select .group-select .nice-select {
    width: 100%;
    min-width: 217px;
}

.top-filters .content-tab .wd-find-select .search-form input {
    width: 100%;
}

.top-filters .content-tab .wd-find-select .form-group-4,
.top-filters .content-tab .wd-find-select .button-search {
    flex-grow: unset;
    width: 160px;
    flex-shrink: 0;
}

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

.wd-find-select .inner-group .group-select .nice-select {
    width: 100%;
    min-width: 266px;
}

.tf-select {
    position: relative;
}

.tf-select select {
    appearance: none;
}

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

.tf-select:focus-within:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.flat-tabs.style2 {
    position: relative;
}

.flat-tabs.style2 .box-tab {
    padding: 0px;
    margin-right: 13px;
}

.flat-tabs.style2 .tab-title li {
    position: relative;
    cursor: pointer;
    width: 112px;
    height: 54px;
    background-color: #FFF5E0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.flat-tabs.style2 .tab-title li i {
    margin-right: 8px;
    font-size: 19px;
    color: #fff;
    font-weight: 100;
}

.flat-tabs.style2 .tab-title li h4 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-tabs.style2 .tab-title li:hover, .flat-tabs.style2 .tab-title li.active {
    background-color: #58b7b3;
}

.flat-tabs.style2 .tab-title li:hover h4, .flat-tabs.style2 .tab-title li.active h4 {
    color: #fff;
}

.flat-tabs.style2 .tab-title li:nth-child(1) {
    margin-right: 5px;
}

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

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

/* flat brand
--------------------------------------------------*/
.flat-brand .title-section {
    margin-bottom: 19px;
}

.flat-brand.page-contact {
    padding: 96px 0 241px;
    background-image: url(./../../assets/images/section/bg-brand.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.flat-brand.page-contact .overlay {
    background: #fff;
    opacity: 0.2;
}

.flat-brand.page {
    background: #FFF4E7;
}

.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.home {
    padding: 0px 0 71px;
}

.flat-featured.home4 {
    padding-bottom: 100px;
}

.flat-featured.home4 .owl-stage-outer::after,
.flat-featured.home4 .owl-stage-outer::before {
    display: none;
}

.flat-featured.home5 {
    padding: 100px 0 70px;
}

.flat-featured.home5-two .flat-tabs .tab-title li {
    margin-right: 17px;
    padding: 8px 20px;
}

.flat-featured.home5-two .flat-tabs .tab-title li:hover h5,
.flat-featured.home5-two .flat-tabs .tab-title li.active h5 {
    font-weight: 800;
    color: #120A21;
    font-family: "Poppins", sans-serif;
}

.flat-featured.home5-two .flat-tabs .tab-title li h5 {
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.flat-featured.home2 .flat-tabs .box-tab {
    margin-bottom: 45px;
}

.flat-featured.home2 .box {
    width: 100%;
    margin-left: 0;
}

.flat-featured.home2 .owl-dots {
    margin-top: 10px;
}

.flat-featured.home2 .owl-stage-outer::after,
.flat-featured.home2 .owl-stage-outer::before {
    content: "";
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.flat-featured.home2 .owl-stage-outer::after {
    right: 0;
    left: unset;
    width: 20%;
}

.flat-featured.home2 .owl-stage-outer::before {
    right: unset;
    left: 0;
    width: 20%;
}

.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::after,
.flat-featured.home2 .flat-tabs:hover .owl-stage-outer::before {
    display: none;
}

.flat-featured.home3 {
    padding: 100px 0 71px;
}

.flat-featured.home3 .flat-tabs .box-tab {
    margin-bottom: 44px;
}

.flat-featured.home3 .box {
    width: calc(33.333% - 30px);
}

.flat-featured .heading-section {
    margin-bottom: 30px;
}

.flat-featured .box {
    width: calc(25% - 30px);
    margin-left: 30px;
}

.flat-featured .flat-tabs .box-tab {
    margin-bottom: 48px;
}

.flat-featured .flat-tabs .tab-title li {
    position: relative;
    line-height: 24px;
    margin-right: 12.7px;
    padding-bottom: 5px;
    cursor: pointer;
    padding: 8px 14px 8px 14px;
    box-shadow: 0px 4px 18px 0px rgba(66, 71, 76, 0.1019607843);
}

.flat-featured .flat-tabs .tab-title li h5 {
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-featured .flat-tabs .tab-title li:hover h5, .flat-featured .flat-tabs .tab-title li.active h5 {
    font-weight: 600;
    color: #58b7b3;
}

.flat-featured .flat-tabs .tab-title li:last-child {
    margin-right: 0;
}

.wg-dream .wrap-item {
    position: relative;
    margin-left: -30px;
    flex-wrap: wrap;
}

.wg-dream .owl-carousel .owl-stage-outer {
    margin: -5px;
    padding: 5px;
}

.wg-dream .box-dream {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    padding: 17px 17px 16px 17px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.wg-dream .box-dream:hover .image-group .pagi2 .swiper-pagination2,
.wg-dream .box-dream:hover .image-group .swiper-button-next2,
.wg-dream .box-dream:hover .image-group .swiper-button-prev2 {
    opacity: 1;
}

.wg-dream .box-dream:hover .image-group .icon-plus {
    opacity: 1;
    z-index: 99;
    transition-delay: 0.3s;
    top: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wg-dream .box-dream:hover .image-group .swiper-button-next2 {
    right: 34.5%;
}

.wg-dream .box-dream:hover .image-group .swiper-button-prev2 {
    left: 34.5%;
}

.wg-dream .box-dream:hover .image-group .swiper-slide img {
    transform: scale(1.05);
}

.wg-dream .box-dream.style-dream {
    border: 1px solid #E5E5EA;
    padding: 16px 16px 15px 16px;
    box-shadow: none;
}

.wg-dream .box-dream:not(.flex) .image-group img {
    aspect-ratio: 1.393482383;
}

.wg-dream .image-group {
    margin-bottom: 16px;
}

.wg-dream .image-group .swiper-slide {
    overflow: hidden;
}

.wg-dream .image-group .swiper-slide 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%;
    height: 100%;
    object-fit: cover;
}

.wg-dream h3 {
    margin-bottom: 6px;
    margin-left: -1px;
}

.wg-dream .text-address {
    margin-bottom: 21px;
}

.wg-dream .text-address p {
    color: #120A21;
}

.wg-dream .text-address p::before {
    content: "\f279";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    color: #8E8E93;
}

.wg-dream .money {
    margin-bottom: 21px;
}

.wg-dream .icon-box {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.wg-dream .icons {
    margin-right: 18px;
}

.wg-dream .icons::before {
    font-family: "icomoon";
    font-size: 16px;
    font-weight: 500;
    margin-right: 4px;
}

.wg-dream .icons.icon-1::before {
    content: "\e902";
}

.wg-dream .icons.icon-2::before {
    content: "\e901";
}

.wg-dream .icons.icon-3::before {
    content: "\e900";
}

.wg-dream .icons span:nth-child(1) {
    margin-right: 4px;
}

.wg-dream .days-box .compare::before {
    content: "+";
    color: #58b7b3;
    margin-right: 3px;
}

.wg-dream .icon-bookmark {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    border-top: 38px solid #FFF5E0;
    border-left: 38px solid transparent;
    border-radius: 0 10px;
}

.wg-dream .icon-bookmark i {
    z-index: 999;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: -32px;
    margin-right: 5px;
    color: #58b7b3;
    font-size: 12px;
}

.wg-dream .icon-plus {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wg-dream .icon-plus img {
    top: 40%;
    position: relative;
}

.wg-dream .featured {
    line-height: normal;
    position: absolute;
    top: 13px;
    left: -6px;
    padding: 1px 1px 1px 8px;
    text-transform: capitalize;
    color: #fff;
    z-index: 9;
    background-color: #58b7b3;
    height: 20px;
}

.wg-dream .featured::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-top: 6px solid #58b7b3;
    border-left: 6px solid transparent;
}

.wg-dream .featured::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    right: -10px;
    width: 50%;
    height: 101%;
    background: #58b7b3;
    clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
    z-index: -1;
}

.wg-dream .featured.style {
    background-color: #6E55FF;
    top: 38px;
}

.wg-dream .featured.style::before {
    border-top: 6px solid #6E55FF;
    border-left: 6px solid transparent;
}

.wg-dream .featured.style::after {
    background: #6E55FF;
}

.icon-p {
    color: #120A21;
}

.icon-p::before {
    content: "\f279";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    color: #8E8E93;
}

.star {
    margin-left: -2px;
}

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

.flat-search-area .wrap-search-area {
    position: relative;
    flex-wrap: wrap;
}

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

.flat-search-area .box .imgs {
    width: 100%;
}

.wg-search-area .box .images {
    position: relative;
}

.wg-search-area .box .images::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    z-index: 1;
    opacity: 0.7;
}

.wg-search-area .box .icon-plus {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 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;
    opacity: 0;
}

.wg-search-area .box .icon-plus img {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    position: relative;
}

.wg-search-area .box:hover .images::after {
    height: 200%;
}

.wg-search-area .box:hover .icon-plus {
    opacity: 1;
    transition-delay: 0.3s;
}

.wg-search-area .box .content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.wg-search-area .box .content h3 {
    margin-bottom: 6px;
}

.flat-rent {
    background-image: url(./../../assets/images/section/bg-rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.flat-rent .heading-section {
    margin-bottom: 45px;
}

.flat-meet.page-about {
    padding: 105px 0 100px;
}

.flat-meet .box:hover .icon-socials {
    right: 0;
    opacity: 1;
}

.flat-meet .box .content {
    padding: 21px 0;
}

.flat-meet .box .content h3 {
    margin-bottom: 4px;
}

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

.flat-meet .box .content .icon-box a i {
    color: #8E8E93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-meet .box .content .icon-box a:hover {
    background-color: #58b7b3;
}

.flat-meet .box .content .icon-box a:hover i {
    color: #fff;
}

.flat-meet .images {
    border-radius: 10px;
    overflow: hidden;
}

.flat-meet .icon-socials {
    background-color: #58b7b3;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: -30px;
    display: grid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.flat-meet .icon-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-meet .icon-socials i {
    font-size: 17px;
    color: #fff;
}

.flat-meet .box-text {
    padding-top: 1px;
}

.flat-meet .box-text a {
    margin-left: 3px;
    text-decoration: underline;
}

.flat-contact {
    padding: 0px 0 101px;
    background-image: url(./../../assets/images/section/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.flat-contact.home5 {
    background-image: url(./../../assets/images/section/bg-contact3.png);
    background-color: #1c1c1e;
}

.flat-contact.home5 .heading-section {
    margin-bottom: 50px;
    padding-top: 63px;
    padding-right: 0;
}

.flat-contact.home5 .box-info {
    padding-right: 180px;
}

.flat-contact.home5 .box-info .icon-info {
    margin-right: 48px;
}

.flat-contact.home5 .box-info .icon-info::after {
    margin-left: 21px;
}

.flat-contact.page-contact {
    padding: 92px 0 0;
    background-image: none;
}

.flat-contact.page-contact .images {
}

.flat-contact.page-contact .box-info .icon-info::after {
    background-color: #D9D9D9;
    margin-left: 30px;
}

.flat-contact.page-contact .mark-img {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.flat-contact .heading-section {
    margin-bottom: 54px;
    padding-right: 10px;
}

.flat-contact .heading-section h2 {
    line-height: 56px;
}

.flat-contact .box-info {
    margin-bottom: 31px;
}

.flat-contact .box-info .icon-info {
    margin-right: 61px;
    position: relative;
}

.flat-contact .box-info .icon-info::after {
    content: "";
    width: 1px;
    height: 55px;
    background-color: #D9D9D9;
    top: 0px;
    transform: rotate(21deg);
    position: absolute;
    margin-left: 29px;
}

.flat-contact .box-info .content h5 {
    margin-bottom: 3px;
}

.flat-contact .mark-contact {
    position: absolute;
    bottom: 0;
    right: -61px;
}

.flat-contact .wrap-contact {
    padding: 42px 29px 30px 30px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.flat-contact .wrap-contact .box-title {
    margin-bottom: 24px;
}

.flat-contact .wrap-contact .box-title .title-ct {
    margin-bottom: 14px;
}

.comments .comment-form label {
    margin-bottom: 11px;
}

.comments .comment-form .nice-select {
    padding: 16px 20px 14px 46px;
    font-size: 14px;
    margin-bottom: 24px;
    border-radius: 10px;
}

.comments .comment-form .img-icon {
    position: absolute;
    left: 18px;
    top: 51px;
}

.comments .comment-form .img-icon.icon-style {
    bottom: 17px;
    top: unset;
}

.comments .comment-form .img-email {
    bottom: 19px;
}

.comments .comment-form .text-wrap {
    margin-left: -22px;
}

.comments .comment-form .text-wrap fieldset {
    width: calc(50% - 22px);
    margin-left: 22px;
}

.comments .comment-form .input-item input {
    border: 1px solid #E5E5EA;
    padding: 11px 14px 13px 17px;
    color: #120A21;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.comments .comment-form .input-item input::placeholder {
    color: #120A21;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-form .input-item input:focus {
    border: 1px solid #58b7b3;
}

.comments .comment-form fieldset {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.comments .comment-form fieldset.message-wrap {
    margin-bottom: 16px;
}

.comments .comment-form fieldset input {
    border: 1px solid #E5E5EA;
    padding: 11px 14px 13px 46px;
    color: #120A21;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.comments .comment-form fieldset input::placeholder {
    color: #120A21;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-form fieldset input:focus {
    border: 1px solid #58b7b3;
}

.comments .comment-form fieldset textarea {
    padding: 13px 15px 22px 17px;
    background-color: #fff;
    border: 1px solid #E5E5EA;
    color: #120A21;
    font-weight: 500;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.comments .comment-form fieldset textarea::placeholder {
    color: #120A21;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments .comment-form fieldset textarea:focus {
    border: 1px solid #58b7b3;
}

.comments .comment-form button {
    padding: 16px 29px 16px 29px;
    border: unset;
}

.flat-blog.home {
    background-color: #F7F7F7;
}

.flat-blog.home2 .content {
    padding: 20px 0px 0;
}

.flat-blog.home2 .sub-box {
    left: 24.5%;
}

.flat-blog.page-detail {
    padding: 41px 0 100px;
}

.flat-blog.page-detail .title-heading {
    margin-bottom: 30px;
}

.flat-blog .sub-box {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 152px;
    height: 32px;
    background-color: #fff;
    border-radius: 6px;
    transform: translateX(-50%);
    padding: 0px 15px;
}

.flat-blog .sub-box .title-1 {
    margin-right: 17px;
}

.flat-blog .sub-box .title-2::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 100;
    content: "\f07c";
    margin-right: 6px;
    color: #8E8E93;
}

.flat-blog .content {
    padding: 20px 5px 0;
}

.flat-blog .content h3 {
    margin-bottom: 16px;
}

.meta .btn-button:hover i,
.meta .btn-button:hover svg {
    animation: 0.3s link-icon linear;
}

.meta .btn-button span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.meta .btn-button i {
    margin-left: 9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.meta .btn-button svg {
    margin-left: 11px;
}

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

.meta.style .btn-button:hover span {
    color: #58b7b3;
}

.meta.style .btn-button:hover i {
    color: #58b7b3;
}

.meta.style .btn-button:hover svg path {
    stroke: #58b7b3;
}

.flat-testimonial .swiper-container {
    margin: -5px;
    padding: 5px;
}

.flat-testimonial .box .inner {
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    padding: 30px 30px;
}

.flat-testimonial .box .inner svg {
    margin-bottom: 20px;
    transition: all 0.8s ease;
}

.flat-testimonial .box .inner .texts {
    font-style: italic;
}

.flat-testimonial .box .author-box {
    padding: 30px 5px;
}

.flat-testimonial .box .author-box .images {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto 15px auto;
}

.flat-testimonial .box:hover .inner svg {
    transform: rotateY(360deg);
}

.flat-testimonial .box-title {
    padding-top: 19px;
}

.flat-testimonial .box-title .inner-title {
    border: 1px solid #EFEFEF;
    padding: 8px 18px;
    border-radius: 999px;
}

.flat-testimonial .box-title .title-1 {
    margin-right: 10px;
}

.flat-find-neighborhood .box .images {
    border-radius: 10px;
    overflow: hidden;
}

.flat-find-neighborhood.home2 .heading-section {
    margin-bottom: 64px;
}

.flat-find-neighborhood.home5 {
    padding: 100px 0 0;
}

.flat-find-neighborhood.home5 .wrap-find {
    position: relative;
    flex-wrap: wrap;
    margin-left: -10px;
}

.flat-find-neighborhood.home5 .wrap-find.find-1 .box {
    width: calc(50% - 10px);
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.flat-find-neighborhood.home5 .wrap-find.find-2 .box {
    width: calc(25% - 10px);
    position: relative;
    margin-left: 10px;
}

.flat-find-neighborhood.home5-two {
    padding: 100px 0 95px;
}

.flat-estate-near {
    padding: 95px 0 70px;
}

.flat-estate-near .box {
    margin-bottom: 30px;
}

.flat-estate-near .box .images {
    margin-right: 20px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.flat-estate-near .box .content h3 {
    margin-bottom: 6px;
}

.flat-estate-near .box .content p {
    margin-bottom: 12px;
}

.flat-properties-rent.home2 .heading-section {
    margin-bottom: 46px;
}

.flat-properties-rent.home2 .heading-section h2 {
    margin: 0 20px;
}

.flat-properties-rent .box {
    padding: 17px 14px 16px 17px;
}

.flat-properties-rent .box .image-group {
    width: 269px;
    flex: none;
    margin-bottom: 0;
}

.flat-properties-rent .box .content {
    width: 46.8%;
    padding-left: 17px;
}

.flat-properties-rent .box .content .money,
.flat-properties-rent .box .content .text-address {
    margin-bottom: 20px;
}

.flat-properties-rent .box .content .icon-box {
    padding-bottom: 8px;
}

.flat-properties-rent .box .content .icon-box .icons {
    margin-right: 0px;
    margin-bottom: 8px;
}

.flat-properties-rent .box .content p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.flat-properties-rent .box .content .img-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.flat-properties-rent .box .content .icon-repeat {
    width: 30px;
    height: 30px;
    background-color: #F3F3F3;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.flat-properties-rent .box .content .icon-repeat svg {
    transition: all 0.8s ease;
}

.flat-properties-rent .box .content .icon-repeat:hover svg {
    transform: rotateY(180deg);
}

.curved-text {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
}

.curved-text span {
    min-width: 0.5em;
    text-align: center;
    padding: 30px;
    margin: 0px;
}

.curved-group {
    position: absolute;
    top: 47%;
    left: 55.5%;
    border-radius: 50%;
    width: 146px;
    align-items: center;
    transform: translate(-50%, -50%);
    height: 146px;
    background-color: #FFF5E0;
}

.curved-group .curved-text {
    transform: rotate(-87deg);
    -moz-transform: rotate(-87deg);
    -webkit-transform: rotate(-87deg);
    height: 146px;
    width: 146px;
    position: relative;
}

.curved-group .curved-text::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 42px;
    font-weight: 1;
    content: "\f178";
    position: absolute;
    color: #58b7b3;
    right: 38%;
    top: 44%;
    transform: rotate(40deg);
}

.curved-group.home {
    top: 19%;
    left: 54.2%;
}

.curved-group.home .curved-text::before {
    color: #120A21;
}

.curved-group.home4 {
    top: 17%;
    left: 44.2%;
    background-color: unset;
}

.curved-group.home4 span,
.curved-group.home4 .curved-text::before {
    color: #fff;
}

.curved-group div div {
    font-size: 16px;
    font-weight: 700;
    height: 68px;
    position: absolute;
    width: unset;
    left: 37px;
    top: 5px;
    transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flat-testimonial2 .heading-tesi {
    padding-top: 37px;
}

.flat-testimonial2 .heading-tesi h2 {
    margin-bottom: 16px;
}

.flat-testimonial2 .heading-tesi .text-1 {
    margin-bottom: 49px;
}

.flat-testimonial2 .heading-tesi .icon-testi {
    margin-bottom: 23px;
}

.flat-testimonial2 .heading-tesi .img-author img {
    margin-right: 13px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.flat-testimonial2 .text-testi {
    border-bottom: 4px solid #58b7b3;
    padding-bottom: 21px;
    font-style: italic;
    margin-bottom: 27px;
}

.flat-testimonial2 .text-testi::after {
    content: "";
    border: 7px solid transparent;
    border-top-color: #58b7b3;
    position: absolute;
    bottom: -18px;
    left: 23px;
}

.flat-testimonial2 .box.box-1 {
    margin-right: 29px;
}

.flat-testimonial2 .box.box-1 .media:nth-child(1) {
    margin-bottom: 29px;
}

.flat-testimonial2 .box.box-2 .media:nth-child(1) {
    margin-bottom: 30px;
}

.flat-testimonial2 .box.box-2 .media:nth-child(2) {
    margin-bottom: 30px;
}

.flat-testimonial2 .box .button-testi {
    margin-right: -15px;
}

.flat-testimonial2 .box .button-testi i {
    margin-right: 9px;
}

.flat-testimonial2 .box .button-testi a {
    padding: 16px 18px 16px 20px;
}

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

.flat-agents {
    background-image: url(./../../assets/images/section/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF5E0;
    padding: 28px 0 29px;
}

.flat-agents .heading-section {
    margin-bottom: 0;
    padding: 76px 13px 76px 116px;
}

.flat-agents .heading-section .text-1 {
    margin-bottom: 53px;
}

.flat-agents .heading-section .icon-img {
    margin-bottom: 24px;
}

.flat-agents .heading-section .text-2 {
    font-style: italic;
    margin-bottom: 45px;
}

.flat-agents .heading-section .title-content {
    margin-bottom: 29px;
}

.flat-agents .heading-section .signature {
    margin-bottom: 45px;
}

.flat-agents .heading-section .button-one {
    margin-right: 10px;
}

.flat-agents .heading-section .button-two {
    margin-left: 10px;
}

.flat-agents .sc-button {
    width: 170px;
}

.flat-agents .video-box {
    margin-right: 3px;
}

.flat-agents .video-box .post-video a {
    position: absolute;
    left: 56.5%;
}

.flat-search-home {
    background-image: url(./../../assets/images/section/bg-search-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 101px 0 297px;
    color: #fff;
}

.flat-search-home p {
    color: rgba(255, 255, 255, 0.8);
}

.flat-search-home .heading-section {
    padding: 0 230px;
}

.flat-search-home .box-icon .icon {
    margin-right: 49px;
    margin-top: 5px;
}

.flat-search-home .box-icon .icon::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0px;
    transform: rotate(21deg);
    position: absolute;
    margin-left: 24px;
}

.flat-search-home .box-icon .content p {
    margin-bottom: 14px;
}

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

.flat-why-choose .wrap-why-choose {
    margin-left: -1px;
    flex-wrap: wrap;
}

.flat-why-choose .wrap-why-choose .box {
    width: calc(33.333% - 1px);
    margin-left: 1px;
    border-right: 1px solid #EFEFEF;
    padding: 0 20px;
}

.flat-why-choose .wrap-why-choose .box:last-child {
    border-right: 0px solid #EFEFEF;
}

.flat-why-choose .wrap-why-choose .box .icon {
    margin-bottom: 23px;
}

.flat-why-choose .wrap-why-choose .box .icon svg {
    transition: all 0.8s ease;
}

.flat-why-choose .wrap-why-choose .box h4 {
    margin-bottom: 17px;
}

.flat-why-choose .wrap-why-choose .box .images {
    margin-bottom: 17px;
    display: inline-flex;
}

.flat-why-choose .wrap-why-choose .box p {
    margin-bottom: 18px;
}

.flat-why-choose .wrap-why-choose .box:hover .icon svg {
    transform: rotateY(180deg);
}

.flat-your .swiper-slide {
    overflow: hidden;
}

.flat-your .box {
    overflow: hidden;
}

.flat-your .box:hover .icon-plus {
    opacity: 1;
    z-index: 99;
}

.flat-your .box:hover .content {
    bottom: 18px;
    z-index: 99;
}

.flat-your .box:hover .content p {
    margin-bottom: 10px;
}

.flat-your .box .img {
    width: 100%;
    height: 354px;
}

.flat-your .box .images::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    z-index: 1;
    opacity: 0.7;
    border-radius: 10px;
}

.flat-your .box .icon-plus {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flat-your .box .icon-plus img {
    left: 50%;
    top: 41%;
    position: relative;
    transform: translate(-50%, -50%);
}

.flat-your .box .content {
    margin-top: -75px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 98;
    bottom: -18px;
    left: 21px;
    position: absolute;
}

.flat-your .box .content h3 {
    margin-bottom: 6px;
}

.flat-your .box .content p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.flat-your .box .btn-button svg {
    margin-left: 7px;
}

.flat-testimonial3 {
    color: #fff;
}

.flat-testimonial3 .swiper-container {
    margin-bottom: -110px;
    padding-bottom: 110px;
}

.flat-testimonial3 .bg-image {
    margin-top: -301px;
    background-image: url(./../../assets/images/section/bg-testimonial.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 665px;
}

.flat-testimonial3 .group-testi {
    position: relative;
    z-index: 1;
}

.flat-testimonial3 .wrap-testi {
    width: 65.8%;
    z-index: 1;
}

.flat-testimonial3 .wrap-testi .swiper-container {
    margin: -50px 0 -110PX;
    padding: 50px 0 110PX;
}

.flat-testimonial3 .wrap-testi .box {
    background-color: #58b7b3;
    border-radius: 10px 10px 0px 10px;
    padding: 0px 10px 29px;
}

.flat-testimonial3 .wrap-testi .images {
    margin-bottom: 25px;
}

.flat-testimonial3 .wrap-testi .images img {
    margin-top: -56px;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    border: 6px solid #FFF5E0;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2392156863);
}

.flat-testimonial3 .wrap-testi .texts {
    margin-bottom: 19px;
}

.flat-testimonial3 .wrap-testi svg {
    margin-bottom: 21px;
}

.flat-testimonial3 .wrap-heading {
    width: 35.2%;
}

.flat-testimonial3 .wrap-heading .box-heading {
    margin-top: 207px;
    background-color: #fff;
    padding: 31px 30px;
    border-radius: 0px 0px 10px 10px;
}

.flat-testimonial3 .wrap-heading .box-heading h2 {
    margin-bottom: 14px;
}

.flat-contact2 {
    background-image: url(./../../assets/images/section/bg-contact2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 62px;
    background-color: #fff;
}

.flat-contact2 .heading-section {
    padding-right: 414px;
    margin-bottom: 0;
}

.flat-contact2 .heading-section p {
    margin-bottom: 82px;
}

.flat-contact2 .heading-section .sc-button {
    width: 212px;
}

.flat-contact2 .mark-img {
    position: absolute;
    top: -158px;
    right: 14px;
}

.flat-contact2.style .mark-img {
    position: absolute;
    top: -72px;
    right: -18px;
}

.flat-contact2.style .mark-img img {
    width: 84.5%;
}

.flat-explore .box {
    text-align: -webkit-center;
}

.flat-explore .box .images {
    margin-bottom: 20px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.flat-explore .box h3 {
    margin-bottom: 6px;
}

.flat-explore .swiper-button-next, .flat-explore .swiper-button-prev {
    top: 59%;
}

.flat-explore .swiper-button-prev {
    left: -44px;
}

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

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

.flat-search-today {
    background-color: #FFF5E0;
}

.flat-search-today .bg-images {
    background-image: url(./../../assets/images/section/bg-search-today.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.flat-search-today .wrap-search-today {
    padding: 101px 0px 93px 21px;
    overflow: hidden;
}

.flat-search-today .wrap-search-today .heading-section {
    padding-right: 100px;
    margin-bottom: 133px;
}

.flat-search-today .wrap-search-today .box:hover .icon-socials {
    right: 0;
    opacity: 1;
}

.flat-search-today .wrap-search-today .images {
    border-radius: 10px 10px 0 0;
    position: relative;
}

.flat-search-today .wrap-search-today .images .icon-socials {
    background-color: #58b7b3;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: -30px;
    display: grid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.flat-search-today .wrap-search-today .images .icon-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-search-today .wrap-search-today .images .icon-socials i {
    font-size: 17px;
    color: #fff;
}

.flat-search-today .wrap-search-today .content {
    background-color: #fff;
    padding: 20px;
}

.flat-search-today .wrap-search-today .content h3 {
    margin-bottom: 4px;
}

.flat-search-today .wrap-search-today .content p {
    margin-bottom: 13px;
}

.flat-why-choose2 .images {
    margin-right: -10px;
    margin-top: 2px;
}

.flat-why-choose2 .heading-section {
    margin-top: 90px;
}

.flat-why-choose2 .wrap-icon {
    padding-right: 55px;
}

.flat-why-choose2 .wrap-icon .box {
    margin-bottom: 39px;
}

.flat-why-choose2 .wrap-icon .box .icon {
    margin-right: 25px;
}

.flat-why-choose2 .wrap-icon .box .content {
    padding-top: 1px;
}

.flat-why-choose2 .wrap-icon .box .content h4 {
    margin-bottom: 15px;
}

.flat-why-choose2 .wrap-icon .box .content p {
    margin-bottom: 10px;
}

.flat-icon {
    background-image: url(./../../assets/images/section/bg-icon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 101px 55px 63px 0px;
}

.flat-icon .heading-section {
    padding-left: 58px;
}

.flat-icon .container {
    max-width: 1080px;
}

.flat-icon .box {
    background-color: #fff;
    padding: 30px 30px 30px 28px;
    border-radius: 10px;
    height: 363px;
}

.flat-icon .box:hover .icon svg {
    transform: rotateY(180deg);
}

.flat-icon .box .icon {
    margin-bottom: 13px;
}

.flat-icon .box .icon svg {
    transition: all 0.8s ease;
}

.flat-icon .box .inner {
    min-height: 190px;
    padding-bottom: 11px;
    margin-bottom: 29px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-icon .box h3 {
    margin-bottom: 12px;
}

.flat-testimonial4 {
    background-image: url(./../../assets/images/section/bg-testimonial2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 111px;
}

.flat-testimonial4 .box {
    padding: 2px 190px;
}

.flat-testimonial4 .box svg {
    margin-bottom: 11px;
}

.flat-testimonial4 .box .texts {
    margin-bottom: 39px;
}

.flat-testimonial4 .box .images {
    margin-bottom: 15px;
}

.flat-testimonial4 .box .images img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.flat-pricing {
    padding-bottom: 100px;
}

.flat-pricing.page {
    padding: 92px 0 0;
}

.flat-pricing .box {
    background: #fff;
    padding: 41px 30px 30px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-pricing .box:hover {
    transform: translateY(-5px);
}

.flat-pricing .box .sub-title {
    margin-bottom: 14px;
}

.flat-pricing .box .text-sub {
    margin-bottom: 31px;
    color: #120A21;
}

.flat-pricing .box .title-price {
    margin-bottom: 15px;
}

.flat-pricing .box .title-price h2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-pricing .box .title-price .mo {
    margin-left: 14px;
    margin-top: 26px;
    color: #8E8E93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-pricing .box .texts {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-pricing .box .check {
    margin-bottom: 24px;
}

.flat-pricing .box .check li {
    margin-bottom: 14px;
    font-family: "Mulish", sans-serif;
}

.flat-pricing .box .check li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 6px;
    font-weight: 600;
    color: #fff;
    margin-right: 13px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58b7b3;
    border-radius: 50%;
    flex: none;
}

.flat-pricing .box .button-pricing a {
    width: 100%;
    text-align: center;
}

.flat-pricing .box.active {
    background-color: #58b7b3;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-pricing .box.active .title-price .mo {
    margin-left: 6px;
    color: #fff;
}

.flat-pricing .box.active .texts {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(239, 239, 239, 0.5);
}

.flat-pricing .box.active .text-sub {
    color: #fff;
}

.flat-pricing .box.active .check li {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15.5px;
}

.flat-pricing .box.active .check li::before {
    background-color: #fff;
    color: #58b7b3;
}

.flat-pricing .box.active .button-pricing a {
    background-color: #fff;
}

.flat-pricing .box.active .button-pricing a span {
    color: #58b7b3;
}

.flat-pricing .box.active .button-pricing a:hover {
    background-color: #FFF5E0;
}

.flat-property .category-filter {
    margin: 0 -9px 40px;
}

.flat-property .heading-listing {
    margin-right: 21px;
}

.flat-property .btn-view {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5EA;
    border-radius: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-property .btn-view:hover {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

.flat-property .btn-view:hover path {
    stroke: #fff;
    fill: #fff;
}

.flat-property .wd-find-select .group-select:nth-child(1) .nice-select {
    margin-right: 10px;
}

.flat-property .wd-find-select .group-select .nice-select {
    width: 179px;
    height: 40px;
    padding: 8px 17px;
}

.flat-property .nice-select {
    font-size: 14px;
}

.flat-property.style .wd-find-select .group-select:nth-child(1) .nice-select {
    margin-right: 0px;
}

.flat-property.style .category-filter {
    margin: 0 0px 30px;
}

.flat-property.style .heading-listing {
    margin-bottom: 6px;
}

.flat-property.style2 .wd-find-select .group-select:nth-child(1) .nice-select {
    margin-right: 0px;
}

.flat-property.style2 .category-filter {
    margin: 0 0 30px;
}

.flat-property.style2 .wd-find-select .group-select .nice-select {
    width: 240px;
}

.flat-property.style2 .heading-listing {
    margin-bottom: 0px;
}

.flat-property.style3 .category-filter {
    margin: 0 0 40px;
}

.flat-property.style3 .btn-view:nth-child(2) {
    margin-right: 0px;
}

.flat-property.style4 .category-filter {
    margin: 0 0 30px;
}

.flat-property.style4 .btn-view:nth-child(2) {
    margin-right: 0px;
}

.flat-property.style5 .category-filter {
    margin: 0 0 30px;
}

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

.flat-property-grid-1 .wrap-property {
    margin-left: -30px;
    flex-wrap: wrap;
}

.flat-property-grid-1 .post {
    width: 78.3%;
    padding-right: 15px;
    padding-left: 15px;
}

.flat-property-grid-1 .side-bar {
    width: 19.95%;
    margin-left: 15px;
    margin-right: 15px;
}

.flat-property-grid-1 .swiper-container {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
}

.flat-property-grid-1 .box-dream .featured {
    left: -21px;
}

.flat-property-grid-1 .box-dream .icon-bookmark {
    right: -17px;
    top: -1px;
}

.flat-property-grid-2 .post {
    padding-right: 20px;
}

.flat-property-grid-2 .box-dream.style-dream {
    padding: 15px 16px 15px 16px;
}

.flat-property-grid-2 .swiper-container {
    margin-left: -5px;
    margin-right: -5px;
}

.flat-property-list .post {
    padding-right: 20px;
}

.flat-property-list .box {
    padding: 16px 14px 16px 16px;
}

.flat-property-list .box .content {
    width: 60%;
}

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

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

.flat-property-list2 {
    padding-bottom: 95px;
}

.flat-property-list2 .box {
    padding: 16px 14px 16px 16px;
}

.flat-property-list2 .box .image-group {
    flex: none;
    width: 540px;
}

.flat-property-list2 .box .image-group .img-box .img-2,
.flat-property-list2 .box .image-group .img-box .img-3 {
    margin-bottom: 2px;
}

.flat-property-list2 .box .image-group .img-box.img-box1 {
    margin-right: 0px;
    width: 54.2%;
    flex: unset !important;
}

.flat-property-list2 .box .image-group .img-box.img-box2 {
    width: 26.9%;
    margin-left: 2px;
}

.flat-property-list2 .box .image-group .img-box.img-box3 {
    margin-left: 2px;
    width: 26.9%;
}

.flat-property-list2 .box .image-group .img-box .imgs {
    height: 100%;
    width: 100%;
}

.flat-property-list2 .box .image-group .img-box img {
    width: 100%;
    object-fit: cover;
}

.flat-property-list2 .box .image-group .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-property-list2 .box .image-group .icon-inner::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
}

.flat-property-list2 .box .image-group .icon-inner .contents {
    position: absolute;
    margin-top: 3px;
}

.flat-property-list2 .box .image-group .icon-inner .contents svg {
    margin-bottom: 3px;
}

.flat-property-list2 .box .content {
    width: 50%;
    padding-left: 17px;
}

.flat-property-list2 .box .content .icon-box {
    padding-bottom: 26px;
}

.flat-property-list2 .themesflat-pagination {
    margin-top: 48px;
}

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

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

.wrap-map .content-left {
    width: 44.7%;
    padding: 40px 30px 35px 93px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.wrap-map .content-left .category-filter {
    margin-bottom: 21px;
}

.wrap-map .content-left .box {
    margin-bottom: 25px;
}

.wrap-map .content-left .themesflat-pagination {
    margin-top: 1px;
}

.wrap-map .content-right {
    width: 55.3%;
    position: fixed;
    z-index: 0;
    top: 0;
    height: 100%;
    right: 0;
}

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

.wrap-map2 .content-left .box .content {
    width: 61.5%;
}

.wrap-map2 .content-left .box .content .icon-box {
    padding-bottom: 33px;
}

.wrap-map2 .content-left .themesflat-pagination {
    margin-top: 30px;
}

.wrap-map3 {
    padding-bottom: 0;
}

.wrap-map3 .content-left {
    width: 35.3%;
    padding: 40px 30px 35px 92px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.wrap-map3 .content-left .category-filter {
    margin-bottom: 21px;
}

.wrap-map3 .content-left .box {
    padding: 17px 16px 16px 16px;
    margin-bottom: 19px;
}

.wrap-map3 .content-left .box .image-group {
    width: 100%;
}

.wrap-map3 .content-left .box .content {
    width: 100%;
    padding-left: 0;
}

.wrap-map3 .content-left .box .content .icon-box {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.wrap-map3 .content-left .themesflat-pagination {
    margin-top: 30px;
}

.wrap-map3 .icon-d {
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-map3 .icon-d.icon-repeat {
    top: 40px;
}

.wrap-map3 .icon-d:hover {
    background-color: #FFF5E0;
}

.wrap-map3 .content-right {
    width: 64.7%;
    position: fixed;
    z-index: 0;
    top: 0;
    height: 100%;
    right: 0;
}

.flat-agent-sidebar .post .heading-listing {
    margin-bottom: 0;
}

.flat-agent-sidebar .post .wd-find-select .group-select .nice-select {
    width: 240px;
}

.flat-agent-sidebar .wrap-list {
    position: relative;
}

.flat-agent-sidebar .wrap-list .box .content {
    margin-bottom: 7px;
}

.flat-agent.page .category-filter {
    margin-bottom: 24px;
}

.flat-agent.page .wd-find-select .group-select .nice-select {
    width: 240px;
}

.flat-agent.page .box {
    padding: 0;
}

.flat-agent.page .box .content {
    padding: 20px 20px 16px;
}

.flat-agent.page .images {
    margin-right: 0;
}

.flat-agent.page .images img {
    height: 202px;
}

.flat-agent.page .icon-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.flat-agent.page .themesflat-pagination {
    margin-top: 10px;
}

.flat-agent .images {
    margin-right: 30px;
    border-radius: 10px;
}

.flat-agent .images img {
    height: 100%;
}

.flat-agent .box {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 20px 20px 17px;
    margin-bottom: 30px;
}

.flat-agent .box .content h3 {
    margin-bottom: 2px;
}

.flat-agent .box .content p {
    margin-bottom: 21px;
}

.flat-agent .icon-group {
    margin-bottom: 20px;
    padding-bottom: 39px;
    border-bottom: 1px solid #EFEFEF;
}

.flat-agent .icon-group .icon-phone {
    margin-bottom: 6px;
}

.flat-agent .icon-group .icon-phone::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 500;
    content: "\f4d2";
    transform: rotate(99deg);
    display: inline-block;
    margin-right: 10px;
    color: #8E8E93;
}

.flat-agent .icon-group .icon-email a {
    text-decoration-line: underline;
}

.flat-agent .icon-group .icon-email::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 500;
    content: "\f0e0";
    text-decoration-line: unset;
    margin-right: 10px;
    color: #8E8E93;
}

.icon-social-wg {
    padding-left: 5px;
}

.icon-social-wg a i {
    font-size: 17px;
    margin-right: 19px;
    color: #8E8E93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-social-wg a i:hover {
    color: #58b7b3;
}

.icon-social-wg.style a i {
    color: #C8C8CF;
}

.icon-social-wg.style a i:hover {
    color: #58b7b3;
}

.flat-agent-detail {
    padding-bottom: 105px;
}

.flat-agent-detail .titles {
    margin-bottom: 2px;
}

.flat-agent-detail .sub-text p {
    margin-right: 4px;
}

.flat-agent-detail .icon-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.flat-agent-detail .icon-group .icon-email {
    margin-bottom: 5px;
}

.flat-agent-detail .icon-group .icon-map::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 500;
    content: "\f3c5";
    display: inline-block;
    margin-right: 12px;
    margin-left: 2px;
    color: #8E8E93;
}

.flat-agent-detail .box-text {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 20px 20px 19px;
    margin-bottom: 31px;
}

.flat-agent-detail .box-text .text-1,
.flat-agent-detail .box-text h3 {
    margin-bottom: 12px;
}

.flat-agent-detail .wrap-item {
    padding-bottom: 5px;
    border-bottom: 1px solid #E5E5EA;
    margin-bottom: 30px;
}

.flat-agent-detail .wrap-item .box {
    padding: 20px 17px 17px;
    margin-bottom: 26px;
}

.flat-agent-detail .wrap-item .box .content {
    width: 61.5%;
}

.flat-agent-detail .wrap-item .box .content h3 {
    margin-bottom: 6px;
}

.group-button-view a {
    width: 240px;
}

.group-button-view a span {
    margin-right: 20px;
}

.group-button-view a span::after {
    background-color: rgba(255, 169, 32, 0.2);
}

.wg-tabs .flat-tabs {
    position: relative;
    z-index: 9;
}

.wg-tabs .flat-tabs .tab-title {
    padding-bottom: 16px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.wg-tabs .flat-tabs .tab-title li {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 13px;
}

.wg-tabs .flat-tabs .tab-title li h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 8px;
}

.wg-tabs .flat-tabs .tab-title li:hover h3, .wg-tabs .flat-tabs .tab-title li.active h3 {
    color: #58b7b3;
}

.wg-tabs .flat-tabs .tab-title li:hover::after, .wg-tabs .flat-tabs .tab-title li.active::after {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    background: #58b7b3;
    left: 100%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-agencies-sidebar .box-2 {
    margin-top: 2px;
}

.flat-agencies-sidebar .wd-find-select .group-select .nice-select {
    width: 240px;
}

.flat-agencies-sidebar.style .category-filter {
    margin-bottom: 24px;
}

.flat-agencies .images {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.flat-agencies .box-agencies {
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.flat-agencies .box-agencies .icon-brand {
    display: inline-flex;
    margin-left: 20px;
    margin-top: -45px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}

.flat-agencies .box-agencies .icon-brand img {
    border-radius: 10px;
}

.flat-agencies .box-agencies .content {
    padding: 19px 20px 16px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.flat-agencies .box-agencies .content .title-group {
    margin-bottom: 20px;
}

.flat-agencies .box-agencies .content .title-group h3 {
    margin-bottom: 2px;
}

.flat-agencies .box-agencies .content ul {
    flex-wrap: wrap;
    padding-bottom: 8px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 21px;
}

.flat-agencies .box-agencies .content ul li {
    margin-bottom: 12px;
}

.flat-agencies .box-agencies .content ul .one {
    width: 28%;
}

.flat-agencies .box-agencies .content ul .two {
    width: 72%;
}

.flat-agencies-sidebar2 .box-agencies {
    padding: 20px 20px 22px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    margin-bottom: 30px;
}

.flat-agencies-sidebar2 .box-agencies .images {
    width: 90px;
    height: 90px;
    border: 1px solid #EFEFEF;
    margin-right: 30px;
}

.flat-agencies-sidebar2 .box-agencies .content .title-group {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EFEFEF;
}

.flat-agencies-sidebar2 .box-agencies .content h3 {
    margin-bottom: 4px;
}

.flat-agencies-sidebar2 .box-agencies .content p {
    margin-bottom: 17px;
    margin-left: 2px;
}

.flat-agencies-sidebar2 .box-agencies .icon-info a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    line-height: 38px;
    text-align: center;
    margin-right: 4px;
}

.flat-agencies-sidebar2 .box-agencies .icon-info a:hover {
    border: 1px solid #58b7b3;
    background-color: #58b7b3;
}

.flat-agencies-sidebar2 .box-agencies .icon-info a:hover path {
    fill: #fff;
}

.flat-agencies-sidebar2 .box-agencies .icon-socials {
    margin-top: 13px;
    margin-right: -18px;
}

.flat-agencies-sidebar2 .themesflat-pagination {
    margin-top: 60px;
}

.flat-agencies-detail {
    padding-bottom: 100px;
}

.flat-agencies-detail .avatar {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    width: 190px;
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
}

.flat-agencies-detail .box-avatar {
    align-items: end;
    margin: -96px 30px 30px;
}

.flat-agencies-detail .box-avatar .content {
    padding: 10px 0px 5px 26px;
}

.flat-agencies-detail .box-avatar .content .title-avatar {
    margin-bottom: 4px;
}

.flat-agencies-detail .wrap-description {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 20px 20px 14px 20px;
    margin-bottom: 30px;
}

.flat-agencies-detail .wrap-description .titles {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EFEFEF;
}

.flat-agencies-detail .wrap-description .inner {
    flex-wrap: wrap;
    border-radius: 12px;
    background-color: #FFF5E0;
    padding: 20px 21px 7px;
    margin-bottom: 31px;
}

.flat-agencies-detail .wrap-description .inner li {
    margin-bottom: 12px;
}

.flat-agencies-detail .wrap-description .inner .one {
    width: 13.2%;
}

.flat-agencies-detail .wrap-description .inner .two {
    width: 84%;
}

.flat-agencies-detail .wrap-description .box-text {
    margin-bottom: 31px;
}

.flat-agencies-detail .wrap-description .box-text .text-1 {
    margin-bottom: 12px;
}

.flat-agencies-detail .wrap-description .map-content {
    height: 360px;
    width: 100%;
}

.flat-agencies-detail.wg-tabs .flat-tabs .tab-title {
    margin-bottom: 27px;
}

.flat-about {
    padding: 60px 0 100px;
}

.flat-about .heading-about {
    padding-right: 100px;
}

.flat-about .heading-about h2 {
    padding-right: 50px;
    margin-bottom: 41px;
}

.flat-about .heading-about h4 {
    margin-bottom: 11px;
}

.flat-about .heading-about .text-1 {
    margin-bottom: 25px;
}

.flat-about .heading-about .text-box {
    position: relative;
    margin-bottom: 26px;
}

.flat-about .heading-about .text-box::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #58b7b3;
    position: absolute;
    border-radius: 3px;
}

.flat-about .heading-about .text-box p {
    margin-left: 30px;
    padding: 7px 0;
}

.flat-about .heading-about .author-box {
    padding-left: 30px;
}

.flat-about .heading-about .author-box h3 {
    margin-bottom: 3px;
}

.flat-about .heading-about .author-box p {
    margin-bottom: 18px;
}

.flat-about .post-video img {
    border-radius: 10px;
}

.flat-about .post-video a {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.flat-about .post-video .ripple::before,
.flat-about .post-video .ripple::after {
    width: 60px;
    height: 60px;
}

.flat-about .icon-box {
    position: absolute;
    padding: 30px 15px 16px;
    background-color: #FFF5E0;
    right: 65px;
    bottom: 1px;
    border-radius: 10px;
    width: 160px;
    height: 160px;
}

.flat-about .icon-box.icon-box2 {
    right: -95px;
    bottom: 160px;
    background-color: #58b7b3;
    color: #fff;
    z-index: 2;
    padding: 27px 15px 16px;
}

.flat-about .icon-box.icon-box2 img {
    margin-bottom: 17px;
}

.flat-about .icon-box.icon-box2 .title-icon {
    margin-bottom: 6px;
}

.flat-about .icon-box.icon-box2 .title-icon::after {
    display: none;
}

.flat-about .icon-box img {
    margin-bottom: 20px;
}

.flat-about .icon-box .title-icon {
    margin-bottom: 1px;
    display: flex;
    align-items: initial;
    justify-content: center;
}

.flat-about .icon-box .title-icon::after {
    content: "+";
    font-size: 16px;
    line-height: 14px;
    font-weight: 900;
}

.flat-service {
    background-image: url(./../../assets/images/section/bg-icon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.flat-service .box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.flat-service .box:hover .icon svg {
    animation: toBottomFromTop 0.5s forwards;
}

.flat-service .box .icon {
    margin-bottom: 25px;
    overflow: hidden;
}

.flat-service .box h3 {
    margin-bottom: 15px;
    padding-bottom: 16px;
    position: relative;
}

.flat-service .box h3::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #58b7b3;
    bottom: 0;
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-20%);
    }
    50% {
        opacity: 0;
        transform: translateY(20%);
    }
    51% {
        opacity: 1;
    }
}

.flat-why-choose.page {
    padding: 0 0 99px;
}

.flat-search-home.page {
    padding: 65px 0 258px;
}

.flat-search-home.page .heading-section {
    padding: 0 130px;
}

.flat-search-home.page .box-icon .icon::after {
    display: none;
}

.flat-search-home.page .box-icon .content .text-1 {
    margin-bottom: 4px;
}

.flat-search-home.page .box-icon .content .text-3 {
    margin-bottom: 4px;
}

.flat-contact-page {
    margin-top: -209px;
}

.flat-contact-page .comments {
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
}

.flat-contact-page .comments .comment-form .nice-select {
    padding: 16px 18px 14px 17px;
    margin-bottom: 22px;
}

.flat-contact-page .comments .comment-form fieldset input {
    padding: 11px 14px 13px 17px;
}

.flat-contact-page .comments .comment-form fieldset textarea {
    padding: 11px 15px 22px 17px;
}

.flat-contact-page .info-box {
    width: calc(33.333% - 22px) !important;
    margin-left: 22px;
}

.flat-contact-page.page {
    margin-top: -169px;
}

.flat-contact-page.page .heading-box {
    margin-bottom: 30px;
}

.flat-contact-page.page .heading-box .heading-title {
    margin-bottom: 10px;
}

.flat-property-detail {
    padding-top: 12px;
}

.flat-property-detail .wrap-house {
    justify-content: space-between;
    margin-bottom: 40px;
}

.flat-property-detail .wrap-house .title-heading {
    margin-bottom: 14px;
}

.flat-property-detail .wrap-house .inner {
    margin-bottom: 7px;
}

.flat-property-detail .wrap-house .inner .text-address {
    margin-bottom: 0;
    margin-right: 15px;
}

.flat-property-detail .wrap-house .inner .sales {
    padding: 6px, 8px, 6px, 8px;
    background-color: #6E55FF;
    width: 62px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 13px;
}

.flat-property-detail .wrap-house .inner .icon-inner .years-icon {
    margin-right: 10px;
}

.flat-property-detail .wrap-house .inner .icon-inner i {
    margin-right: 6px;
}

.flat-property-detail .wrap-house .icon-box {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.flat-property-detail .wrap-house .icon-box .icons {
    margin-right: 20px;
}

.flat-property-detail .wrap-house .icon-boxs {
    margin-bottom: 6px;
}

.flat-property-detail .wrap-house .icon-boxs a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5EA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.flat-property-detail .wrap-house .icon-boxs a path,
.flat-property-detail .wrap-house .icon-boxs a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-property-detail .wrap-house .icon-boxs a:hover {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

.flat-property-detail .wrap-house .icon-boxs a:hover path,
.flat-property-detail .wrap-house .icon-boxs a:hover svg {
    stroke: #fff;
}

.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%;
    height: 100%;
    object-fit: cover;
}

.flat-property-detail .wrap-img .box-1 {
    margin-right: 10px;
    width: 49.1%;
}

.flat-property-detail .wrap-img .box-2 {
    width: 50.2%;
    display: flex;
    flex-direction: column;
}

.flat-property-detail .wrap-img .box-2 .img-box {
    margin-top: 10px;
}

.flat-property-detail .wrap-img .box-2 .img-3 {
    width: 50%;
}

.flat-property-detail .wrap-img .box-2 .image {
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.flat-property-detail .wrap-img .box-2 .image .img-4 {
    height: 100%;
}

.flat-property-detail .wrap-img .box-2 .image::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
}

.flat-property-detail .wrap-img .box-2 .image .contents {
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
}

.flat-property-detail .wrap-img .box-2 .image .contents svg {
    margin-bottom: 6px;
}

.flat-property-detail .post .titles {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.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 #E5E5EA;
    margin-bottom: 19px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-property-detail .wrap-text {
    padding: 21px 20px 20px;
}

.flat-property-detail .wrap-text .text-2,
.flat-property-detail .wrap-text .text-1 {
    margin-bottom: 12px;
}

.flat-property-detail .wrap-property {
    padding: 20px 20px 8px;
}

.flat-property-detail .wrap-property ul:nth-child(1) {
    width: 51.5%;
}

.flat-property-detail .wrap-property ul:nth-child(1) .one {
    width: 24.3%;
}

.flat-property-detail .wrap-property ul:nth-child(2) {
    width: 48.5%;
}

.flat-property-detail .wrap-property ul:nth-child(2) .one {
    width: 25.6%;
}

.flat-property-detail .wrap-property ul li {
    margin-bottom: 12px;
}

.flat-property-detail .wrap-featured {
    padding: 20px 20px 18px;
}

.flat-property-detail .wrap-featured .inner-1 {
    width: 25.7%;
}

.flat-property-detail .wrap-featured .inner-2 {
    width: 25.2%;
}

.flat-property-detail .wrap-featured .inner-3 {
    width: 25.7%;
}

.flat-property-detail .wrap-featured .inner-4 {
    margin-top: 42px;
}

.flat-property-detail .wrap-map {
    padding: 20px 20px 12px;
}

.flat-property-detail .wrap-map ul:nth-child(1) .one {
    width: 34%;
}

.flat-property-detail .wrap-map ul:nth-child(2) .one {
    width: 35.6%;
}

.flat-property-detail .wrap-map .box {
    margin-bottom: 20px;
}

.flat-property-detail .wrap-map .map-content {
    width: 100%;
    height: 360px;
}

.flat-property-detail .wrap-floor {
    padding: 20px 20px 6px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons {
    margin-right: 20px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons.icon-money span:nth-child(1) {
    margin-right: 6px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons.icon-money span:nth-child(2) {
    margin-right: 10px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons:last-child {
    margin-right: 0px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons::before {
    margin-right: 8px;
}

.flat-property-detail .wrap-floor .flat-accordion .icons span:nth-child(1) {
    margin-right: 10px;
}

.flat-property-detail .wrap-floor .flat-accordion .flat-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 14px;
    background-color: #fff;
    border-bottom: 1px solid #E5E5EA;
}

.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: #120A21;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-title.active .btn-toggle::after {
    content: "\f054";
    rotate: -90deg;
}

.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .btn-toggle {
    position: absolute;
    left: 4px;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .btn-toggle::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    rotate: 90deg;
    font-weight: 400;
    color: #120A21;
    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: #fff;
    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: #58b7b3;
    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 #E5E5EA;
}

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

.flat-property-detail .wrap-form .comments .comment-form fieldset input {
    padding: 11px 14px 13px 17px;
}

.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-review .comment-list li {
    margin-bottom: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-property-detail .wrap-review .comment-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.flat-property-detail .wrap-review .comment-list .content {
    padding: 1px 6px 0 21px;
}

.flat-property-detail .wrap-review .comment-list .content .title-item {
    margin-bottom: 5px;
}

.flat-property-detail .wrap-review .comment-list .content .star {
    margin-bottom: 16px;
    margin-left: 0;
}

.flat-property-detail .wrap-review .comment-list .content .star svg {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.flat-property-detail .wrap-review .comment-list .content .texts {
    margin-bottom: 16px;
}

.flat-property-detail .wrap-review .comment-list .content .img-box {
    margin-bottom: 14px;
}

.flat-property-detail .wrap-review .comment-list .content .img-box img {
    margin-right: 6px;
    border-radius: 10px;
}

.flat-property-detail .wrap-review .comment-list .content .icon-box a {
    margin-right: 17px;
}

.flat-property-detail .wrap-review .comment-list .content .icon-box a svg {
    margin-right: 8px;
}

.flat-property-detail .wrap-review .comment-list .content .icon-box a:hover path,
.flat-property-detail .wrap-review .comment-list .content .icon-box a:hover svg {
    stroke: #58b7b3;
}

.flat-property-detail .wrap-review .comment-list .content .icon-box a:hover p {
    color: #58b7b3;
}

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

.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: #58b7b3;
    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: #58b7b3;
    position: absolute;
    bottom: -15px;
}

.flat-property-detail.property-detail2 .title-style h3::before {
    display: none;
}

.flat-property-detail.property-detail2 .wrap-overview {
    margin-bottom: 34px;
}

.flat-property-detail.property-detail2 .wrap-text {
    margin-bottom: 50px;
}

.flat-property-detail.property-detail2 .wrap-featured {
    margin-bottom: 48px;
}

.flat-property-detail.property-detail2 .wrap-map {
    margin-bottom: 37px;
}

.flat-property-detail.property-detail2 .wrap-map .box {
    margin-bottom: 10px;
}

.flat-property-detail.property-detail2 .wrap-floor {
    padding-right: 30px;
    margin-bottom: 38px;
}

.flat-property-detail.property-detail2 .wrap-floor .titles {
    padding-bottom: 21px;
    margin-bottom: 20px;
}

.flat-property-detail.property-detail2 .wrap-floor .titles h3::before {
    bottom: -20px;
}

.flat-property-detail.property-detail2 .wrap-floor .flat-accordion .flat-toggle .toggle-title {
    padding: 0px 10px 13px 22px;
}

.flat-property-detail.property-detail2 .wrap-form,
.flat-property-detail.property-detail2 .wrap-video {
    margin-bottom: 50px;
}

.flat-property-detail.property-detail2 .wrap-walksore,
.flat-property-detail.property-detail2 .wrap-virtual {
    margin-bottom: 51px;
}

.flat-property-detail.property-detail2 .wrap-nearby {
    padding-right: 39px;
    margin-bottom: 44px;
}

.flat-property-detail.property-detail2 .wrap-review {
    margin-bottom: 47px;
}

.flat-property-detail.property-detail2 .wrap-review .box-title {
    margin-bottom: 22px;
}

.flat-property-detail.property-detail2 .wrap-review .comment-list .content {
    padding: 1px 0px 0 21px;
}

.flat-property-detail.property-detail2 .wrap-contact {
    margin-bottom: 0;
}

.flat-property-detail.property-detail2 .wrap-contact .titles {
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.flat-property-detail.property-detail2 .wrap-contact .titles h3::before {
    bottom: -40px;
}

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

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

.flat-error {
    padding: 32px 0 100px;
}

.flat-error .images {
    margin-bottom: 71px;
}

.flat-error .heading-sections h2 {
    margin-bottom: 19px;
}

.flat-error .heading-sections p {
    padding: 0 320px;
    margin-bottom: 40px;
}

.flat-error .heading-sections .sc-button {
    width: 188px;
    height: 54px;
}

.flat-blog-grid .box-heading {
    margin-bottom: 39px;
}

.flat-blog-grid .box-heading .image {
    margin-bottom: 28px;
}

.flat-blog-grid .box-heading .title-heading {
    margin-bottom: 12px;
}

.flat-blog-grid .box {
    margin-bottom: 39.5px;
}

.flat-blog-grid .themesflat-pagination {
    margin-top: 27px;
}

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

.flat-blog-list .box-heading {
    margin-bottom: 60px;
}

.flat-blog-list .wrap-blog .box {
    margin-bottom: 30.5px;
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 29.5px;
}

.flat-blog-list .wrap-blog .box:last-child {
    margin-bottom: 25px;
}

.flat-blog-list .wrap-blog .sub-box {
    width: 196px;
    padding: 0px 14px;
    left: 108px;
}

.flat-blog-list .wrap-blog .content {
    padding: 0px 0px 0 29px;
}

.flat-blog-list .wrap-blog p {
    margin-bottom: 16px;
}

.flat-blog-detail {
    padding: 0;
}

.flat-blog-detail .title-heading {
    margin-bottom: 15px;
}

.flat-blog-detail .icon-boxs {
    padding-left: 2px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-blog-detail .icon-boxs svg {
    margin-right: 9px;
}

.flat-blog-detail .icon-boxs .icon {
    margin-right: 15px;
}

.flat-blog-detail .texts-1 {
    margin-bottom: 30px;
}

.flat-blog-detail .image {
    margin-bottom: 12px;
}

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

.flat-blog-detail .texts-3 {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-blog-detail .text-box {
    background-color: #FFF5E0;
    border-left: 4px solid #58b7b3;
    padding: 40px 40px 40px 36px;
    border-radius: 10px;
    margin-bottom: 19.5px;
}

.flat-blog-detail .tag-wrap {
    margin-bottom: 41px;
}

.flat-blog-detail .tags p {
    margin-right: 9px;
}

.flat-blog-detail .tags a {
    width: 78px;
    height: 32px;
    border: 1px solid #E5E5EA;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-blog-detail .tags a:hover {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
    color: #fff;
}

.flat-blog-detail .share-box p {
    margin-right: 7px;
}

.flat-blog-detail .share-box .icon-social a i {
    border: 1px solid #E5E5EA;
    background-color: unset;
    color: #8E8E93;
    margin-left: 4px;
}

.flat-blog-detail .share-box .icon-social a i:hover {
    border: 1px solid #58b7b3;
    background-color: #58b7b3;
    color: #fff;
}

.flat-blog-detail .wrap-review {
    padding: 0;
    margin-bottom: 37px;
}

.flat-blog-detail .wrap-review .box-title {
    margin-bottom: 20px;
}

.flat-blog-detail .wrap-review .comment-list .content {
    padding: 1px 0px 0 21px;
}

.flat-blog-detail .wrap-form {
    padding: 0;
}

.flat-blog-detail .wrap-form .titles {
    margin-bottom: 21px;
}

.flat-video {
    padding-top: 144px;
    padding-bottom: 150px;
    background: url(./../../assets/images/section/bg-video.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.flat-video.page {
    background: url(./../../assets/images/section/bg-video-page.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding-bottom: 151px;
}

.flat-video.page .overlay {
    border-radius: 5px;
}

.flat-video.page .heading-section {
    margin-bottom: 13px;
}

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

.post-video img {
    border-radius: 30px;
}

.post-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
}

.post-video a svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-video a:hover {
    background: #58b7b3;
}

.post-video a:hover svg path {
    fill: #fff;
}

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

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

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

.flat-count {
    background: #120A21;
    color: #fff;
    padding: 80px 0 90px;
}

.flat-count .themes-count {
    margin-left: -60px;
    border-radius: 12px;
}

.flat-count .counter-box {
    position: relative;
    background-color: #58b7b3;
    width: calc(33.333% - 60px);
    margin-left: 60px;
    margin-right: 10px;
    padding: 30px;
    box-shadow: 9px 9px 0 #FFF5E0;
}

.flat-count .counter-box .icon {
    margin-right: 31px;
    width: 140px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 12px;
    background: #9664FF;
}

.flat-count .counter-box .number {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 42px;
    color: #fff;
}

.flat-count .counter-box .number.number-style::after {
    content: "k";
    font-size: 100px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.flat-count .counter-box .content {
    padding-top: 26px;
}

.flat-faq {
    padding-top: 92px;
    padding-bottom: 102px;
}

.flat-faq.page {
    padding: 100px 0 87px;
}

.flat-faq .flat-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 11px;
    background-color: #fff;
}

.flat-faq .flat-toggle .toggle-title {
    padding: 20px 40px 24px 21px;
    background-color: #fff;
    cursor: pointer;
    color: #120A21;
    font-weight: 600;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.0509803922);
    border: 1px solid #E5E5EA;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-faq .flat-toggle .toggle-title i {
    font-size: 20px;
    margin-right: 13px;
}

.flat-faq .flat-toggle .toggle-title.active .btn-toggle::after {
    content: "\f068";
}

.flat-faq .flat-toggle .btn-toggle {
    position: absolute;
    right: 23px;
    top: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-faq .flat-toggle .btn-toggle::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: #120A21;
    font-size: 22px;
}

.flat-faq .flat-toggle .toggle-content {
    padding: 24px 24px 24px 23px;
    display: none;
    background-color: #fff;
    transition: all 0s ease !important;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.0509803922);
}

.flat-faq .text-box span {
    padding-right: 4px;
}

.flat-faq .wrap-author {
    margin-top: 56px;
}

.flat-faq .wrap-author .images {
    margin-bottom: 31px;
}

.flat-faq .wrap-author .content {
    margin-bottom: 31px;
}

.flat-faq .wrap-author .content h4 {
    margin-bottom: 4px;
}

.flat-faq .wrap-author .button-faq a {
    width: 220px;
    margin-left: 4px;
    margin-right: 4px;
}

.flat-faq .wrap-author .button-faq a:nth-child(1) span {
    margin-right: 8px;
}

.flat-faq .wrap-author .button-faq svg {
    margin-right: 0;
}

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

/* Modal Popup  ----------
-------------------------*/
.popup .modal-content {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12) !important;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-body {
    padding: 0px !important;
}

.modal-body .images img {
    width: 100%;
    height: 100%;
}

.modal-body .content {
    width: 100%;
    padding: 40px 40px 35px;
}

.modal-body .title-login {
    margin-bottom: 40px;
}

.modal-body .mark-logo {
    position: absolute;
    bottom: 27px;
    left: 20px;
}

.modal-body.style2 .mark-logo {
    bottom: 20px;
}

.modal-body .comments .comment-form fieldset {
    margin-bottom: 32px;
}

.modal-body .comments .comment-form .style-wrap {
    margin-bottom: 20px;
}

.modal-body .comments .comment-form .img-name {
    bottom: 17px;
    left: 20px;
}

.modal-body .title-forgot {
    text-align: end;
    margin-bottom: 30px;
}

.modal-body .sc-button {
    width: 100%;
    margin-bottom: 17px;
}

.modal-body .text-box {
    margin-bottom: 29px;
}

.modal-body .button-box {
    margin-left: -10px;
}

.modal-body .button-box a {
    width: calc(50% - 10px) !important;
    margin-left: 10px;
    border: 1px solid #E5E5EA;
    padding: 16px 17.5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.modal-body .button-box a svg {
    margin-right: 10px;
}

.modal-body .texts {
    margin-bottom: 29px;
}

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

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

.modal-content .close:hover span {
    color: #58b7b3;
}

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

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

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

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

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

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

/* Footer
-------------------------------------------------------------- */
#footer {
    padding: 100px 0 43px;
    background: #1C1C1E;
    position: relative;
    color: #fff;
}

#footer .group-icon {
    margin-bottom: 113px;
}

#footer .group-icon .box-icons {
    background-color: #FFF5E0;
    border-radius: 12px;
    padding: 30px 31px 45px 30px;
}

#footer .group-icon .box-icons .images {
    flex: none;
    margin-right: 30px;
}

#footer .group-icon .box-icons .images img {
    transition: all 0.8s ease;
}

#footer .group-icon .box-icons .title-icon {
    margin-bottom: 13px;
}

#footer .group-icon .box-icons:hover .images img {
    transform: rotateY(180deg);
}

#footer .group-icon .button-footer {
    margin-top: -26px;
}

#footer .group-icon .button-footer .sc-button {
    width: 212px;
    margin-right: 8px;
}

#footer .group-icon .button-footer .sc-button span {
    position: relative;
}

#footer .group-icon .button-footer .sc-button span::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: -11px;
    position: absolute;
}

#footer h3 {
    margin-bottom: 24px;
}

#footer.home2 {
    background: #fff;
    color: #120A21;
    padding: 0 0 43px;
}

#footer.home2 .widget-menu .box-menu li a {
    color: #120A21;
}

#footer.home2 .widget-menu .box-menu li a:hover {
    color: #58b7b3;
}

#footer.home2 .widget-form button {
    color: #58b7b3;
    background: linear-gradient(0deg, #FFF5E0, #FFF5E0), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

#footer.home2 .widget-form button::after {
    color: #58b7b3;
}

#footer.home2 .widget-form button:hover {
    background: #58b7b3;
    color: #fff;
}

#footer.home2 .widget-form button:hover::after {
    color: #fff;
}

#footer.home2 .widget-form .btn-checkbox {
    border: 1px solid #E5E5EA;
}

.widget-info .sub-title {
    margin-bottom: 6px;
}

.widget-info h5 {
    margin-bottom: 16px;
}

.widget-info .text-1 {
    margin-bottom: 13px;
}

/* Widget
-------------------------------------------------------------- */
/* widget-menu */
.widget-menu .title-widget {
    font-size: 22px;
    margin-bottom: 28px;
}

.widget-menu .box-menu li a {
    margin-bottom: 12px;
    position: relative;
    padding-left: 4px;
    color: rgba(255, 255, 255, 0.5);
}

.widget-menu .box-menu li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #58b7b3;
    font-size: 14px;
    margin-right: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-menu .box-menu li:hover a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #58b7b3;
}

.widget-menu .box-menu li:hover a::before {
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
}

.widget-menu .images {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.widget-menu .button-author {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 10px;
}

.widget-menu .button-author:hover {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

.widget-menu .box-icon {
    margin-bottom: 27px;
}

.widget-menu .box-icon .icon {
    margin-right: 17px;
}

.widget-menu .box-icon .content a p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-menu .box-icon .content a p:hover {
    color: #58b7b3 !important;
}

.widget-form p {
    padding-top: 1px;
    margin-bottom: 15px;
}

.widget-form label {
    position: relative;
    cursor: pointer;
}

.widget-form label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0px;
    margin-bottom: 0px;
}

.widget-form .btn-checkbox {
    width: 24px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    justify-content: center;
    margin-right: 12px;
}

.widget-form .btn-checkbox:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    display: none;
}

.widget-form label input:checked ~ .btn-checkbox {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

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

.widget-form fieldset {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.widget-form fieldset input {
    border: 1px solid #E5E5EA;
    padding: 16px 14px 15px 17px;
    color: #120A21;
    font-weight: 400;
    font-size: 13px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 19.5px;
}

.widget-form fieldset input::placeholder {
    color: #8E8E93;
    line-height: 19.5px;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-form fieldset input:focus {
    border: 1px solid #58b7b3;
}

.widget-form button {
    width: 100%;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-form button::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 16px;
    margin-left: 9px;
    font-weight: 400;
}

.widget-form button:hover {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

.widget-logo-footer {
    position: relative;
    padding: 28px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    background: #1C1C1E;
}

.widget-logo-footer.home2 {
    border-top: 1px solid rgba(18, 10, 33, 0.1);
    color: #120A21;
    background: #fff;
}

.widget-logo-footer.home2 .icon-social a i {
    color: #120A21;
    background-color: #fff;
    border: 1px solid #E5E5EA;
}

.widget-logo-footer.home2 .icon-social a i:hover {
    background-color: #58b7b3;
    color: #fff;
    border: 1px solid #58b7b3;
}

.widget-logo-footer .box-menu {
    margin-left: 144px;
}

.widget-logo-footer .box-menu ul li {
    margin-right: 40.5px;
}

.widget-logo-footer .box-menu ul li:last-child {
    margin-right: 0;
}

.widget-logo-footer .box-menu ul li:hover {
    color: #58b7b3;
}

.icon-social a i {
    color: #fff;
    font-size: 16px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-social a i:hover {
    background-color: #58b7b3;
    color: #fff;
}

.icon-social a:last-child i {
    margin-right: 0;
}

/* widget bottom footer */
.widget-bottom-footer {
    padding: 30px 0 30px;
    background: #1C1C1E;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.widget-bottom-footer .title-bottom {
    color: rgba(241, 250, 238, 0.5);
}

.widget-bottom-footer.home2 {
    background: #fff;
    border-top: 1px solid #E5E5EA;
}

.widget-bottom-footer.home2 .title-bottom {
    color: #120A21;
}

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

.hover-img .img-style img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 500ms ease;
}

.hover-img:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
    transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
}

.hover-img .img-style2 {
    overflow: hidden;
    border-radius: 10px;
}

.hover-img .img-style2 .img-hv {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 500ms ease;
}

.hover-img2 .img-style2 {
    overflow: hidden;
    border-radius: 8px;
}

.hover-img2 .img-style2 .img2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-img2:hover .img2 {
    transform: scale(1.1) rotate(3deg);
}

.hover-img3 .img-style3 {
    border-radius: 8px;
    overflow: hidden;
}

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

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

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice,
.hv-one:hover .box-img .icon-practice {
    opacity: 1;
    z-index: 99;
    top: 50%;
    transition-delay: 0.5s;
}

.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before,
.hv-one:hover .img-style::before {
    opacity: 1;
}

.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style,
.hv-one .img-style {
    border-radius: 10px;
    overflow: hidden;
}

.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before,
.hv-one .img-style::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    opacity: 0;
    border-radius: 10px;
}

.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: #120A21;
    padding: 6px 11px;
    background: #fff;
    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: #fff;
    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;
}

.swiper-button-prev3:after,
.swiper-button-next3:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
}

.swiper-button-next3:after,
.swiper-button-next:after {
    content: "\f061";
}

.swiper-button-prev3:after,
.swiper-button-prev:after {
    content: "\f060";
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 60%;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #E5E5EA;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:hover, .swiper-button-next.swiper-button-disabled,
.swiper-button-prev:hover,
.swiper-button-prev.swiper-button-disabled {
    background: #58b7b3;
    border: 1px solid #58b7b3;
    opacity: 1;
}

.swiper-button-next:hover::after, .swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev:hover::after,
.swiper-button-prev.swiper-button-disabled::after {
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #120A21;
}

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

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

.swiper-button-next3,
.swiper-button-prev3 {
    width: 54px;
    height: 54px;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFF5E0;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-next3:hover, .swiper-button-next3.swiper-button-disabled,
.swiper-button-prev3:hover,
.swiper-button-prev3.swiper-button-disabled {
    background: #58b7b3;
    border: 1px solid #58b7b3;
}

.swiper-button-next3:hover::after, .swiper-button-next3.swiper-button-disabled::after,
.swiper-button-prev3:hover::after,
.swiper-button-prev3.swiper-button-disabled::after {
    color: #fff;
}

.swiper-button-next3::after,
.swiper-button-prev3::after {
    color: #58b7b3;
    font-size: 20px;
    font-weight: 100;
}

.swiper-button-next3 {
    margin-top: 54px;
}

.swiper-button-next4 {
    right: 45px;
    left: auto;
}

.swiper-button-prev4 {
    right: 99px;
    left: auto;
}

.flat-products .swiper-button-next4 {
    right: 35px;
    left: auto;
}

.flat-products .swiper-button-prev4 {
    right: 89px;
    left: auto;
}

.swiper-button-next4,
.swiper-button-prev4 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 14px;
    position: absolute;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    color: #FFF5E0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next4:hover, .swiper-button-next4.swiper-button-disabled,
.swiper-button-prev4:hover,
.swiper-button-prev4.swiper-button-disabled {
    background: #58b7b3;
    color: #fff;
    opacity: 1;
}

.swiper-button-next4 i,
.swiper-button-prev4 i {
    font-size: 22px;
    font-weight: 500;
}

.swiper-button-next2 {
    right: 37.5%;
    left: auto;
}

.swiper-button-prev2 {
    right: auto;
    left: 37.5%;
}

.swiper-button-next2,
.swiper-button-prev2 {
    width: 0px;
    height: 0px;
    bottom: 20px;
    position: absolute;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.swiper-button-next2 i,
.swiper-button-prev2 i {
    font-size: 14px;
    font-weight: 100;
}

.sld-style .swiper-button-next3,
.sld-style .swiper-button-prev3 {
    color: #58b7b3;
}

.sld-style .swiper-button-next3:hover, .sld-style .swiper-button-next3.swiper-button-disabled,
.sld-style .swiper-button-prev3:hover,
.sld-style .swiper-button-prev3.swiper-button-disabled {
    background: #58b7b3;
    color: #fff;
}

.slider.home3 .swiper-button-next3,
.slider.home3 .swiper-button-prev3 {
    top: 40.2%;
    color: #FFF5E0;
}

.slider.home3 .swiper-button-next3:hover, .slider.home3 .swiper-button-next3.swiper-button-disabled,
.slider.home3 .swiper-button-prev3:hover,
.slider.home3 .swiper-button-prev3.swiper-button-disabled {
    background: #FFF5E0;
    color: #fff;
    opacity: 1;
}

.slider:hover .swiper-button-next3,
.slider:hover .swiper-button-prev3 {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider:hover .swiper-button-next3.swiper-button-disabled,
.slider:hover .swiper-button-prev3.swiper-button-disabled {
    opacity: 1;
}

.slider .swiper-button-next2,
.slider .swiper-button-prev2 {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 43px;
    z-index: 100;
    color: #fff;
}

.slider .swiper-button-next2:hover,
.slider .swiper-button-prev2:hover {
    color: #58b7b3;
}

.slider .swiper-button-next2.swiper-button-disabled,
.slider .swiper-button-prev2.swiper-button-disabled {
    color: #58b7b3;
}

.slider .swiper-button-next2 {
    right: 20%;
    left: auto;
}

.slider .swiper-button-next2 i {
    margin-left: 1px;
    font-size: 16px;
    font-weight: 400;
}

.slider .swiper-button-prev2 {
    right: unset;
    left: 73.8%;
}

.slider {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .img-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.slider .slider-item {
    position: relative;
}

.slider .slider-item .content {
    padding: 210px 0px 163px 6px;
}

.slider .slider-item .content .heading {
    margin-bottom: 60px;
    width: 44.1%;
}

.slider .slider-item .content .sub-title {
    background: #5C28CA;
    color: #fff;
    margin-bottom: 31px;
    display: inline-block;
    padding: 11px 21px 9px;
    border-radius: 5px;
}

.slider .slider-item .content h1 {
    cursor: text;
    margin-bottom: 22px;
}

.slider .slider-item .images {
    position: absolute;
    top: 83px;
    right: -100px;
}

.slider .flat-tabs {
    position: relative;
    z-index: 9;
}

.slider .flat-tabs .tab-title li {
    border-top-left-radius: 10px;
    position: relative;
    cursor: pointer;
    width: 115px;
    height: 40px;
    background-color: #FFF5E0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider .flat-tabs .tab-title li h4 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider .flat-tabs .tab-title li:hover, .slider .flat-tabs .tab-title li.active {
    background-color: #58b7b3;
}

.slider .flat-tabs .tab-title li:hover h4, .slider .flat-tabs .tab-title li.active h4 {
    color: #fff;
}

.slider .flat-tabs .tab-title li.style {
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
}

.slider .themesflat-tabs {
    margin-bottom: 56px;
}

.slider .wrap-icon {
    color: #fff;
    padding-left: 10px;
}

.slider .wrap-icon .icon-box {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.slider .wrap-icon .icon-box:last-child {
    margin-right: 0px;
}

.slider .wrap-icon span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-right: 6px;
}

.slider.home .themesflat-tabs {
    width: 100%;
    max-width: 1103px;
}

.slider.home .themesflat-tabs .tab-content {
    display: flex;
    width: 100%;
}

.slider.home .themesflat-tabs .form-sl {
    width: 100%;
}

.slider.home .themesflat-tabs .inner-group {
    flex-grow: 1;
    flex-wrap: nowrap;
}

.slider.home .themesflat-tabs .inner-group .form-style {
    width: 100%;
}

.slider.home2 {
    background-image: url(./../../assets/images/slider/bg-slider-2.jpg);
    background-attachment: fixed;
}

.slider.home2 .slider-item {
    position: relative;
}

.slider.home2 .slider-item .content {
    padding: 245px 0 373px;
}

.slider.home2 .slider-item .content .heading {
    padding: 0 8px 0 0;
    margin-bottom: 75px;
    width: unset;
}

.slider.home2 .slider-item .content .heading h1 {
    padding: 0 80px;
}

.slider.home2 .flat-tabs {
    margin-bottom: 34px;
}

.slider.home2 .flat-tabs .tab-title li.style {
    margin-right: 4px;
}

.slider.home2 .form-sl {
    width: 100%;
}

.slider.home2 .form-sl .wd-find-select .inner-group {
    flex-grow: 1;
    flex-wrap: nowrap;
}

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

.slider.home3 {
    background-image: unset;
    overflow: hidden;
}

.slider.home3 .img-slider svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider.home3 .slider-item .content {
    padding: 245px 0 308px;
}

.slider.home3 .slider-item .content .heading {
    padding: 0;
    margin-bottom: 48px;
}

.slider.home3 .flat-tabs {
    margin-bottom: 43px;
}

.slider.home3 .wrap-icon {
    padding-left: 20px;
}

.slider.home4 {
    background-image: url(./../../assets/images/slider/bg-slider-4.jpg);
    background-attachment: fixed;
}

.slider.home4 .heading {
    padding: 201px 0 0;
}

.slider.home4 .heading h1 {
    margin-bottom: 20px;
    padding-right: 30px;
}

.slider.home4 .flat-tabs {
    padding-left: 5px;
}

.slider.home4 .form-sl {
    display: block;
    border-radius: 0px 10px 10px 10px;
    margin-bottom: 25px;
}

.slider.home4 .wd-find-select .group-select .nice-select {
    width: 100%;
}

.slider.home4 .form-group {
    margin-bottom: 13px;
}

.slider.home4 .form-group:last-child {
    margin-bottom: 0;
}

.slider.home4 .sc-button {
    width: 192.5px;
}

.slider.home4 .sc-button svg {
    margin-right: 0;
    margin-left: 10px;
}

.slider.home4 .slider-item .content {
    padding: 168px 0px 192px 0;
}

.slider.home4 .wd-search-form {
    width: 1110px;
    left: -650px;
}

.slider.home5 {
    background-image: url(./../../assets/images/slider/bg-slider-5.jpg);
    background-attachment: fixed;
}

.slider.home5 .slider-item .content {
    padding: 257px 0 243px;
}

.slider.home5 .flat-tabs {
    padding-left: 5px;
}

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

.flat-themes .swiper-pagination,
.flat-practice .swiper-pagination {
    width: 100%;
    margin-top: 50px;
    position: relative;
    bottom: 0 !important;
}

.pagi .swiper-pagination1 {
    position: relative;
    z-index: 2;
    margin-top: 29px;
}

.pagi .swiper-pagination-bullet {
    background: #FFF5E0;
    width: 50px;
    height: 4px;
    margin: 0 4px !important;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    margin: 0 4px !important;
    background: #58b7b3;
}

.pagi.style .swiper-pagination-bullet {
    background: rgba(255, 169, 32, 0.2);
}

.pagi.style .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #58b7b3;
}

.pagi3 .swiper-pagination1 {
    position: relative;
    z-index: 2;
    margin-top: 35px;
}

.pagi3 .swiper-pagination-bullet1 {
    background: #FFF5E0;
    width: 50px;
    height: 4px;
    margin: 0 4px !important;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagi3 .swiper-pagination-bullet1.swiper-pagination-bullet-active {
    position: relative;
    margin: 0 4px !important;
    background: #58b7b3;
}

.pagi2 .swiper-pagination2 {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

.pagi2 .swiper-pagination-bullet {
    background: #fff;
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagi2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    margin: 0px 2px -1px 2px !important;
    background: transparent;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
}

.wg-dream .owl-nav {
    display: none;
}

.wg-dream .owl-dots {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.wg-dream .owl-dots .owl-dot {
    background: #FFF5E0;
    width: 50px;
    height: 4px;
    margin: 0 4px !important;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wg-dream .owl-dots .owl-dot.active {
    position: relative;
    margin: 0 4px !important;
    background: #58b7b3;
}

.wg-dream.wg-dots .owl-dots {
    margin-top: 10px;
}

.wg-dream.dots-style .owl-dots .owl-dot {
    background: #fff;
}

.wg-dream.dots-style .owl-dots .owl-dot.active {
    background: #58b7b3;
}

.wg-dream.dots-style2 .owl-dots .owl-dot {
    background: rgba(255, 169, 32, 0.2);
}

.wg-dream.dots-style2 .owl-dots .owl-dot.active {
    background: #58b7b3;
}

.flat-slider01 .swiper-wrapper,
.flat-slider01 .swiper-container {
    z-index: unset;
}

.flat-slider01.style {
    padding: 50px 0 45px;
    background-color: #F7F7F7;
    margin-bottom: 50px;
}

.flat-slider01 .thumbs-swiper-column1 {
    position: absolute;
    right: 116px;
    bottom: 177px;
    z-index: 10;
    width: 120px;
    height: 400px;
    overflow: hidden;
}

.flat-slider01 .thumbs-swiper-column1 .swiper-wrapper {
    width: 120px;
    flex-direction: column;
}

.flat-slider01 .thumbs-swiper-column1 .swiper-wrapper .swiper-slide {
    width: 120px !important;
    display: grid;
    height: 120px !important;
    margin-bottom: 18px;
}

.flat-slider01 .thumbs-swiper-column1 .swiper-wrapper .swiper-slide-thumb-active .image-detail {
    border: 5px solid #58b7b3;
}

.flat-slider01 .thumbs-swiper-column1 .swiper-wrapper .image-detail {
    border-radius: 0px;
    overflow: hidden;
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
    cursor: pointer;
}

.button-custom-slider .swiper-button-next5,
.button-custom-slider .swiper-button-prev5 {
    position: absolute;
    right: 146px;
    z-index: 2;
}

.button-custom-slider .swiper-button-next5 i,
.button-custom-slider .swiper-button-prev5 i {
    font-size: 34px;
    font-weight: 100;
    color: #fff;
}

.button-custom-slider .swiper-button-next5.swiper-button-disabled i,
.button-custom-slider .swiper-button-prev5.swiper-button-disabled i {
    opacity: 0.5;
}

.button-custom-slider .swiper-button-next5 {
    bottom: 16%;
}

.button-custom-slider .swiper-button-prev5 {
    top: 15%;
}

.thumbs-swiper-row .image-detail {
    border-radius: 10px;
    overflow: hidden;
}

.thumbs-swiper-row .image-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.7788461538;
}

.thumbs-swiper-row1 {
    max-width: 648px;
    margin: auto;
    margin-top: -42px;
}

.thumbs-swiper-row1 .swiper-slide {
    width: auto;
}

.thumbs-swiper-row1 .swiper-slide-thumb-active .image-detail {
    border: 5px solid #58b7b3;
}

.thumbs-swiper-row1 .image-detail {
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #fff;
    width: 150px;
    height: 84px;
    cursor: pointer;
}

.thumbs-swiper-row1 .image-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wd-search-form {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    border-radius: 10px;
    padding: 24px 22px 10px;
    margin-left: -22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

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

.wd-search-form .group-select .nice-select {
    width: 100% !important;
}

.wd-search-form .form-group {
    margin-bottom: 20px;
}

.wd-search-form .tf-amenities {
    padding: 0;
    box-shadow: unset;
    margin-bottom: 0;
}

.wd-search-form .box1 {
    padding: 0 10px 10px 0;
}

.wd-search-form .boder-wg {
    border-bottom: 1px solid #E5E5EA;
    margin-bottom: 30px;
}

.form-sl {
    background-color: #fff;
    padding: 22px;
    position: relative;
    z-index: 90;
    margin-bottom: 30px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    border-radius: 10px;
    display: table-cell;
}

.icon-filter {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF5E0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-filter span,
.icon-filter path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-filter.click, .icon-filter:hover {
    background-color: #58b7b3;
}

.icon-filter.click path, .icon-filter:hover path {
    stroke: #fff;
}

.icon-filter.click span, .icon-filter:hover span {
    color: #fff;
}

.button-search a {
    padding: 16px 21.5px;
}

.button-search a span {
    margin-right: 8px;
}

.form-style {
    margin-right: 12px;
}

.wd-find-select .group-select .nice-select {
    padding: 14px 17px;
    border-radius: 10px;
    width: 266px;
}

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

.wd-find-select .group-select option {
    padding: 160px;
}

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

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

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

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

.wd-find-select .inner-group {
    flex-wrap: wrap;
    display: flex;
    margin-left: -12px;
    margin-right: 12px;
}

.wd-find-select .inner-group .form-style {
    width: calc(33.33333% - 12px);
    margin-left: 12px;
    margin-right: unset;
}

.flex-center {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
    .wd-find-select {
        justify-content: space-between;
    }

    .wd-find-select .group-select .nice-select {
        width: 100%;
    }

    .wd-find-select .inner-group {
        width: 110%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slider.home .form-sl .wd-find-select .inner-group,
    .slider.home2 .form-sl .wd-find-select .inner-group {
        flex-wrap: wrap;
    }

    .slider .form-sl {
        display: block;
    }

    .slider .form-sl .wd-find-select {
        justify-content: space-between !important;
    }

    .wd-find-select .inner-group .form-style {
        width: calc(100% - 12px);
    }

    .main-header.home2 .mobile-button {
        top: 90% !important;
        transform: translateY(40%) !important;
    }

    .main-header.home2 {
        top: 0;
    }

    #header.style-absolute.is-fixed.home2 .mobile-button {
        top: 0% !important;
    }

    .header-lower .search-form {
        display: none;
    }

    .slider .form-sl {
        padding: 20px 15px 10px 15px !important;
    }
}

/* 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: #fff !important;
}

.side-bar .widget {
    margin-bottom: 20px;
    padding: 0;
}

.side-bar .widget:last-child {
    margin-bottom: 0px;
}

.side-bar .widget-contact {
    margin-bottom: 42px;
}

.side-bar .widget-contact .box-contact {
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 19px;
}

.side-bar .widget-contact .box-contact .img-author {
    margin-right: 17px;
}

.side-bar .widget-contact .box-contact:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}

.side-bar .widget-listings {
    margin-bottom: 39px;
}

.side-bar .widget-listings .box-listings {
    margin-bottom: 21px;
    padding-bottom: 19px;
    border-bottom: 1px solid #EFEFEF;
}

.side-bar .widget-listings .box-listings .img-listings {
    margin-right: 5px;
    flex: none;
}

.side-bar .widget-listings .box-listings:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0;
}

.side-bar .widget-listings .box-listings .content {
    padding-left: 8px;
}

.side-bar .widget-listings .box-listings .content a {
    margin-bottom: 6px;
}

.side-bar .widget-estate {
    margin-bottom: 29px;
}

.side-bar .widget-estate .group-estate {
    flex-wrap: wrap;
    margin-left: -10px;
}

.side-bar .widget-estate .group-estate .box-estate {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 21px;
}

.side-bar .widget-estate .group-estate .box-estate .thumb {
    position: relative;
}

.side-bar .widget-estate .group-estate .box-estate .thumb::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;
}

.side-bar .widget-estate .group-estate .box-estate .thumb img {
    border-radius: 8px;
}

.side-bar .widget-estate .group-estate .box-estate .content {
    margin-top: -45px;
    padding-left: 10px;
    z-index: 2;
    position: relative;
}

.side-bar .box-ads {
    background: url(./../../assets/images/section/sidebar-ads.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 336px 50px 27px 31px;
    position: relative;
}

.side-bar .box-ads::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: linear-gradient(180deg, rgba(107, 144, 128, 0) 36.38%, #24332C 100%);
}

.side-bar .box-ads .icon-p::before {
    color: #fff;
}

.side-bar .box-ads h3 {
    margin-bottom: 10px;
}

.side-bar .box-ads p {
    margin-bottom: 10px;
}

.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;
    padding-left: 1px;
    margin-bottom: 21px;
}

.side-bar .widget-categories {
    margin-bottom: 30px;
}

.side-bar .widget-categories h3 {
    margin-bottom: 7px;
}

.side-bar .widget-categories li {
    position: relative;
    padding: 12px 0px 9px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #E5E5EA;
}

.side-bar .widget-categories li a {
    color: #120A21;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.side-bar .widget-categories li a::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 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;
}

.side-bar .widget-categories li.active a, .side-bar .widget-categories li:hover a {
    color: #58b7b3;
}

.side-bar .widget-categories li.active a::after, .side-bar .widget-categories li:hover a::after {
    animation: 0.3s link-icon linear;
    color: #58b7b3;
}

.side-bar .widget-categories li:last-child {
    margin-bottom: 0;
    border-bottom: unset;
}

.side-bar .widget-tags .tags_cloud_inner a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 15px;
    border: 1px solid #E5E5EA;
    font-family: "Mulish", sans-serif;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-bar .widget-tags .tags_cloud_inner a.active, .side-bar .widget-tags .tags_cloud_inner a:hover {
    color: #fff;
    background-color: #58b7b3;
}

.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 #E5E5EA;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.side-bar .widget-tour .days-wrap .day-box .number {
    margin: 8px 0 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-bar .widget-tour .days-wrap .day-box:hover {
    border: 2px solid #58b7b3;
}

.side-bar .widget-tour .days-wrap .day-box:hover .number {
    color: #58b7b3;
}

.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 #E5E5EA;
    width: 20px;
}

.side-bar .widget-tour .widget-form .sub-title {
    margin-right: 3px;
    margin-top: 1px;
}

.side-bar.side-bar-1 .widget-rent {
    padding: 19px 29px 28px;
    margin-bottom: 42px;
}

.side-bar.side-bar-1 .widget-rent.style {
    padding: 29px 29px 28px;
}

.side-bar.side-bar-1 .wd-find-select .form-group-3 .group-select .nice-select {
    margin-bottom: 26px;
}

.side-bar.side-bar-1 .title-list {
    margin-bottom: 21px;
    padding-bottom: 19px;
    border-bottom: 1px solid #EFEFEF;
}

.side-bar.side-blog .widget-rent {
    padding: 19px 29px 19px;
    margin-bottom: 40px;
}

.side-bar.side-blog .widget-ads {
    margin-bottom: 41px;
}

.search-group {
    margin-right: 10px;
}

.search-group .search-form .search-field {
    padding: 14px 15px 14px 43px;
    height: 40px;
    width: 280px;
}

.search-group .search-form i {
    position: absolute;
    color: #8E8E93;
    top: 15px;
    left: 19px;
    cursor: pointer;
}

.widget-rent {
    border: 1px solid #F0F0F0;
    padding: 29px 29px 28px;
    background: #FAFAFA;
    margin-bottom: 40px;
}

.widget-rent .search-form .search-field {
    padding: 14px 15px 14px 43px;
}

.widget-rent .search-form i {
    position: absolute;
    color: #8E8E93;
    top: 21px;
    left: 19px;
    cursor: pointer;
}

.widget-rent .flat-tabs.style2 .tab-title li {
    width: 140px;
}

.widget-rent .flat-tabs.style2 .tab-title li:nth-child(1) {
    margin-right: 10px;
}

.widget-rent .flat-tabs.style2 .box-tab {
    margin-right: 0px;
}

.widget-rent .form-s2 {
    padding-top: 11px;
}

.widget-rent .form-group-1 {
    margin-bottom: 12px;
}

.widget-rent .wd-find-select .group-select .nice-select {
    height: 54px;
    width: 100%;
    padding: 15px 17px;
    margin-bottom: 12px;
}

.widget-rent .wd-find-select .group-select .nice-select::after {
    border-bottom: 1px solid #3A3A3C;
    border-right: 1px solid #3A3A3C;
}

.widget-rent .wd-find-select .form-group-5 .nice-select {
    margin-bottom: 26px;
}

.widget-rent .style-group {
    margin-bottom: 13px;
}

.widget-rent .style-group h4 {
    margin-bottom: 8px;
}

.widget-rent .style-group .inner {
    margin-left: -20px;
}

.widget-rent .style-group .inner .group-select {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.widget-rent .button-search a {
    width: 100%;
}

.widget-menu .recent-news li {
    margin-bottom: 25px;
}

.widget-menu .recent-news li:last-child {
    margin-bottom: 0px !important;
}

.widget-menu .recent-news li .thumb {
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 90px;
    flex: none;
    box-shadow: 5px 5px 0 #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-menu .recent-news li .content {
    padding-left: 35px;
    padding-top: 5px;
}

.widget-menu .recent-news li .content .days {
    font-size: 14px;
    margin-bottom: 4.5px;
    color: #58b7b3;
}

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

.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 #58b7b3;
}

/* dashboard menu */
/**
  	* Menu
	* flat upload photo
	* flat counter dash
	* flat dashboard
    * flat profile
    * flat all review
*/
.dashboard .main-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 1;
    background-color: #fff;
}

.header-item {
    position: fixed;
    z-index: 11;
}

.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 305px;
}

.hamburger-icon span {
    background-color: #878a99;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 2px;
    display: block;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
    width: 80%;
}

.hamburger-icon span:nth-child(2) {
    top: 6px;
}

.hamburger-icon span:nth-child(3) {
    bottom: 0;
    width: 60%;
}

.dashboard .dashboard__sidebar .sidebar__menu::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.dashboard .dashboard__sidebar .sidebar__menu::-webkit-scrollbar-thumb {
    background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
}

.dashboard.show .dashboard__content {
    margin-left: 289px;
    transition: all 0.2s ease-out;
}

.dashboard.show-job .dashboard__content {
    margin-left: 70px;
    transition: all 0.2s ease-out;
}

.downmenu .ff-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.left-menu {
    width: 280px;
    z-index: 10;
    background: #1C1C1E;
    bottom: 0;
    position: fixed;
    top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
    box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
    color: #fff;
}

.left-menu .logo-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
    margin-bottom: 34px;
    padding: 37px 30px 30px;
}

.left-menu .title-1 {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.4);
}

.left-menu .profile-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
    margin-bottom: 30px;
    padding: 0px 41px 30px 30px;
}

.left-menu .profile-box .avatar {
    margin-right: 10px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.left-menu .profile-box .titles a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.left-menu .sub-title {
    color: rgba(255, 255, 255, 0.5);
}

.left-menu .title-2 {
    padding: 0px 30px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.4);
}

.toggle-logo {
    display: none;
}

.left-menu::-webkit-scrollbar {
    width: 5px;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.left-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#sidebar-menu .ff-active > .has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar-menu .has-arrow:after {
    content: "\e9a2";
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    font-size: 1rem;
}

#sidebar-menu ul li .dash-icon {
    margin-right: 12px;
    font-size: 24px;
}

#sidebar-menu ul li .dash-icon ellipse,
#sidebar-menu ul li .dash-icon circle,
#sidebar-menu ul li .dash-icon path {
    stroke: rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
}

#sidebar-menu ul li a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 12.3px 30px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    justify-content: flex-start;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 6px;
}

#sidebar-menu ul .ff-active a,
#sidebar-menu ul li a:hover {
    color: #0b0d0e;
}

#sidebar-menu ul .ff-active a ellipse,
#sidebar-menu ul .ff-active a circle,
#sidebar-menu ul .ff-active a path,
#sidebar-menu ul li a:hover ellipse,
#sidebar-menu ul li a:hover circle,
#sidebar-menu ul li a:hover path {
    stroke: #fff;
    transition: all 0.4s;
}

#sidebar-menu ul li .badge {
    margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu2 {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu2 li a {
    padding: 0.4rem 1.5rem 0.4rem 2rem;
    font-size: 15px;
    color: #64666c;
}

#sidebar-menu ul li ul.sub-menu2 li a::before {
    content: "";
    width: 7px;
    height: 2px;
    margin-right: 4px;
    background-color: #64666c;
}

#sidebar-menu ul li ul.sub-menu2 li ul.sub-menu2 {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu2 li ul.sub-menu2 li a {
    padding: 0.4rem 1.5rem 0.4rem 4.5rem;
    font-size: 14px;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 10px;
    text-transform: uppercase;
    color: #464b50 !important;
    font-weight: 500;
}

#sidebar-menu ul li ul.sub-menu2 li a.acti {
    color: #14a077;
    background-color: #fff;
}

#sidebar-menu ul li a.active,
#sidebar-menu ul li a:hover {
    color: #fff;
    background-color: #58b7b3;
}

.show-job #sidebar-menu ul li a.active,
.show-job #sidebar-menu ul li a:hover {
    background-color: unset;
}

.show-job #sidebar-menu ul li a.active ellipse,
.show-job #sidebar-menu ul li a.active circle,
.show-job #sidebar-menu ul li a.active path,
.show-job #sidebar-menu ul li a:hover ellipse,
.show-job #sidebar-menu ul li a:hover circle,
.show-job #sidebar-menu ul li a:hover path {
    stroke: white;
    transition: all 0.4s;
}

#sidebar-menu ul li ul.sub-menu2 li a:hover {
    background-color: #f5f5f2;
    color: #14a077 !important;
}

#sidebar-menu ul li ul.sub-menu2 li a:hover::before {
    background-color: #14a077;
}

.show-job #sidebar-menu ul li a:hover {
    background: #fff;
}

.show-job .img-logo {
    display: none;
}

.show-job .toggle-logo {
    display: unset;
}

.show-job .left-menu .logo-box {
    padding: 37px 0px 30px;
}

.show-job #sidebar-menu ul li a {
    padding: 12.3px 9px;
}

.show-job .profile-box {
    padding: 0px 0px 30px;
}

.show-job .profile-box .content {
    opacity: 0;
}

.show-job .profile-box .content a {
    transition: all 0s ease;
}

.show-job .title-2 {
    padding: 0;
}

.show-job .avatar-box:hover .content {
    opacity: 1;
    color: #120A21;
}

.show-job .avatar-box:hover .content .sub-title {
    color: #120A21;
}

.show-job .hamburger-icon {
    left: 100px;
}

.show-job .left-menu {
    overflow: unset;
}

.show-job #sidebar-menu {
    padding: 0px 8px 17px 8px;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > a span {
    color: #fff;
}

.show-job .left-menu {
    width: 70px;
    z-index: 10;
}

.show-job .left-menu .simplebar-content-wrapper,
.show-job .left-menu .simplebar-mask {
    overflow: visible !important;
}

.show-job .left-menu .simplebar-scrollbar {
    display: none !important;
}

.show-job .left-menu .simplebar-offset {
    bottom: 0 !important;
}

.show-job .left-menu #sidebar-menu .badge,
.show-job .left-menu #sidebar-menu .collapse.in,
.show-job .left-menu #sidebar-menu .menu-title {
    display: none !important;
}

.show-job .left-menu #sidebar-menu .nav.collapse {
    height: inherit !important;
}

.show-job .left-menu #sidebar-menu .has-arrow:after {
    display: none;
}

.show-job .left-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.show-job .left-menu #sidebar-menu > ul > li > a {
    -webkit-transition: none;
    transition: none;
}

.show-job .left-menu #sidebar-menu > ul > li > a i {
    font-size: 1.1rem;
    margin-left: 6px;
}

.show-job .left-menu #sidebar-menu > ul > li > a .dash-titles {
    display: none;
    padding-left: 25px;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: 250px;
    -webkit-transition: none;
    transition: none;
    background-color: #58b7b3;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > a span {
    display: inline;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > ul {
    display: block;
    left: 60px;
    position: absolute;
    width: 200px;
    height: auto !important;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > ul ul {
    -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.show-job .left-menu #sidebar-menu > ul > li:hover > ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 195px;
    z-index: 6;
    color: #464b50;
}

.show-job .left-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: #0b0d0e;
}

.show-job .left-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9990;
    display: none;
    background-color: #fff;
}

.show-job .left-menu #sidebar-menu > ul ul li:hover > ul {
    display: block;
    left: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

.show-job .left-menu #sidebar-menu > ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

#sidebar-menu ul li ul.sub-menu2 li.ff-active a {
    background: #f5f5f2;
    color: #14a077;
}

#sidebar-menu ul li ul.sub-menu2 li.ff-active a::before {
    background-color: #14a077;
}

#sidebar-menu ul .ff-active a .dash-icon::before,
#sidebar-menu ul .ff-active a .dash-icon,
#sidebar-menu ul li a:hover .dash-icon::before,
#sidebar-menu ul li a:hover .dash-icon {
    color: #14a077;
}

#sidebar-menu ul li a .dash-icon::before,
#sidebar-menu ul li a .dash-icon {
    color: #64666c;
}

.down-menu {
    margin: 0;
}

.downmenu li {
    display: block;
    width: 100%;
}

.downmenu .ff-collapse {
    display: none;
}

.downmenu .ff-collapse:not(.ff-show) {
    display: none;
}

.downmenu .ff-collapse.ff-show {
    display: block;
}

.downmenu .ff-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.flat-title2 {
    padding: 125px 0px 17px;
}

.info-wg label {
    margin-bottom: 10px;
}

.info-wg .nice-select {
    padding: 15px 16px;
    font-size: 14px;
}

.info-wg .nice-select::after {
    border-bottom: 1px solid #191919;
    border-right: 1px solid #191919;
    right: 21px;
    top: 48%;
}

.flat-upload-photo .titles {
    margin-bottom: 20px;
}

.flat-upload-photo .tf-upload {
    background-color: #fff;
    padding: 29px 31px 31px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    margin-bottom: 20px;
}

.flat-upload-photo .tf-upload .box-upload {
    border: 2px solid #E5E5EA;
    padding: 60px 30px;
    margin-bottom: 14px;
}

.flat-upload-photo .tf-upload .box-upload .img-up {
    margin-bottom: 15px;
}

.flat-upload-photo .tf-upload .box-photo ul li {
    position: relative;
    margin-right: 20px;
}

.flat-upload-photo .tf-upload .box-photo ul li a {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 10, 33, 0.5);
    border-radius: 50%;
    color: #fff;
}

.flat-upload-photo .tf-infomation {
    padding: 29px 31px 31px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    margin-bottom: 20px;
}

.flat-upload-photo .tf-infomation .inner-1 {
    margin-bottom: 31px;
}

.flat-upload-photo .tf-infomation fieldset input {
    border: 1px solid #E5E5EA;
    padding: 12px 15px 12px 16px;
    color: #120A21;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.flat-upload-photo .tf-infomation fieldset input::placeholder {
    color: #120A21;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-upload-photo .tf-infomation fieldset input:focus {
    border: 1px solid #58b7b3;
}

.flat-upload-photo .tf-infomation .rent-box a {
    width: 231.6px;
}

.flat-upload-photo .tf-infomation .rent-box a svg {
    margin-right: 6px;
}

.flat-upload-photo .tf-infomation .rent-box a:nth-child(1) {
    margin-right: 10px;
}

.flat-upload-photo .tf-infomation .rent-box a:nth-child(2) {
    background-color: #fff;
    border: 1px solid #E5E5EA;
}

.flat-upload-photo .tf-infomation .rent-box a:nth-child(2) span {
    color: #120A21;
}

.flat-upload-photo .tf-infomation .rent-box a:nth-child(2):hover {
    border: 1px solid #58b7b3;
    background-color: #58b7b3;
}

.flat-upload-photo .tf-infomation .rent-box a:nth-child(2):hover span {
    color: #fff;
}

.flat-upload-photo .tf-rent {
    padding: 29px 31px 34px;
}

.flat-upload-photo .tf-price {
    padding: 30px 31px 31px;
}

.flat-upload-photo .tf-price .month {
    position: absolute;
    right: 43px;
}

.flat-upload-photo .tf-price .inner-1 {
    margin-bottom: 32px;
}

.flat-upload-photo .tf-price .title-sub {
    margin-right: 20px;
}

.flat-upload-photo .tf-price .quantity {
    border: 1px solid #E5E5EA;
    padding: 16px 18px 16px 18px;
    border-radius: 10px;
}

.flat-upload-photo .tf-price .quantity input[type=text]:focus {
    border: 1px solid #58b7b3;
}

.flat-upload-photo .tf-price .quantity input[type=text] {
    background: transparent;
    color: #120A21;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 4px 0 0 0;
}

.flat-upload-photo .tf-price .quantity .btn-quantity {
    width: 16px;
    height: 16px;
    line-height: 0;
    border-radius: 3px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.flat-upload-photo .tf-price .quantity .btn-quantity i {
    font-size: 14px;
    color: #58b7b3;
}

.flat-upload-photo .tf-price .quantity .minus-btn {
    margin-left: 28px;
}

.flat-upload-photo .tf-price .quantity .plus-btn {
    margin-right: 28px;
}

.tf-amenities {
    padding: 29px 31px 29px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    margin-bottom: 20px;
}

.tf-amenities label {
    position: relative;
    margin-bottom: 15px;
}

.tf-amenities label:last-child {
    margin-bottom: 0;
}

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

.tf-amenities label input:checked ~ .btn-checkbox {
    background-color: #58b7b3;
    border: 1px solid #58b7b3;
}

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

.tf-amenities .btn-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5EA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tf-amenities .btn-checkbox::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 200;
}

.tf-amenities .subtitle {
    margin-bottom: 21px;
}

.tf-amenities .inner-1 {
    width: 50.2%;
    padding-right: 15px;
}

.tf-amenities .inner-2 {
    margin-top: 42px;
}

.tf-amenities .box:nth-child(1) {
    width: 33.5%;
}

.tf-amenities .box:nth-child(2) {
    width: 33.7%;
}

.tf-amenities .box:nth-child(3) {
    width: 32.8%;
}

.tf-amenities .box:nth-child(3) .inner-1 {
    width: 52%;
}

.tf-save .sc-button {
    width: 180px;
    text-align: center;
    padding: 16px 15px;
    border: unset;
}

.tf-save .sc-button:nth-child(1) {
    margin-right: 5px;
}

.tf-save .sc-button:nth-child(2) {
    margin-left: 5px;
}

.tf-bottom {
    padding: 20px 0 25px;
}

.tf-bottom.style {
    padding: 20px 385px 25px 0;
}

.flat-counter {
    margin-bottom: 20px;
}

.flat-counter .icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-counter .counter-box {
    position: relative;
    margin-right: 0px;
    padding: 7px 10px 0;
}

.flat-counter .counter-box .count-number {
    align-items: baseline;
}

.flat-counter .counter-box .title-count {
    margin-bottom: 15px;
}

.flat-counter .counter-box .number {
    margin-bottom: 0;
}

.flat-counter .counter-box .sub-title {
    margin-left: 5px;
}

.flat-counter .wrap-count {
    margin-left: -20px;
}

.flat-counter .wrap-count .box {
    width: calc(25% - 20px);
    margin-left: 20px;
    padding: 19px 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 10px;
}

.date-wgs .date-wg {
    background: #fff;
    color: #120A21;
    width: 262px;
    height: 40px;
    border: 1px solid #E5E5EA;
    line-height: 24px;
    padding: 14px 15px 14px 17px;
    border-radius: 10px;
}

.date-wgs .date-wg:focus {
    border: 1px solid #58b7b3;
}

.flat-dashboard .new-listing {
    padding: 30px 30px 24px 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    margin-bottom: 20px;
}

.flat-dashboard .titles {
    margin-bottom: 13px;
}

.flat-dashboard .p-date {
    position: absolute;
    right: 38px;
    top: 10px;
}

.flat-dashboard .tf-new-listing {
    width: 74.7%;
    margin-right: 20px;
}

.flat-dashboard .tf-new-listing .wrap-form {
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-dashboard .tf-new-listing .sub-text {
    margin-bottom: 10px;
}

.flat-dashboard .tf-new-listing .sub-text .one {
    color: #6E55FF;
}

.flat-dashboard .tf-new-listing .group-select .nice-select {
    padding: 8px 17px;
    border-radius: 4px;
    width: 262px;
}

.flat-dashboard .tf-new-listing .titles {
    margin-bottom: 14px;
}

.flat-dashboard .tf-new-listing .form-style {
    margin-right: 13px;
}

.flat-dashboard .tf-new-listing .search-form input {
    padding: 13px 15px 15px 44px;
}

.flat-dashboard .tf-new-listing .search-form i {
    position: absolute;
    color: #8E8E93;
    top: 14px;
    left: 19px;
    cursor: pointer;
}

.flat-dashboard .tf-new-listing input {
    width: 262px;
    height: 40px;
}

.flat-dashboard .tf-new-listing .wrap-listing tbody tr td {
    padding: 16px 30px 16px 0px;
}

.flat-dashboard .tf-new-listing .wrap-listing .images {
    width: 168px;
}

.flat-dashboard .tf-new-listing .wrap-listing .content {
    padding: 1px 0px 0 20px;
}

.flat-dashboard .tf-new-listing .wrap-listing .content p {
    margin-bottom: 10px;
}

.flat-dashboard .tf-new-listing .wrap-listing .button-status {
    width: 78px;
    height: 23px;
    border-radius: 6px;
    background-color: #25C55B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.flat-dashboard .tf-new-listing .wrap-listing .button-status.style-1 {
    background-color: #58b7b3;
}

.flat-dashboard .tf-new-listing .wrap-listing .button-status.style-2 {
    background-color: #6E55FF;
}

.flat-dashboard .tf-new-listing .wrap-listing .icon-wrap li {
    margin-bottom: 8px;
}

.flat-dashboard .tf-new-listing .wrap-listing .icon-wrap li i {
    margin-right: 9px;
    color: #8E8E93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-dashboard .tf-new-listing .wrap-listing .icon-wrap li:hover i,
.flat-dashboard .tf-new-listing .wrap-listing .icon-wrap li:hover a {
    color: #58b7b3;
}

.flat-dashboard .tf-new-listing .themesflat-pagination {
    margin-top: 16px;
}

.flat-dashboard .charts {
    padding: 30px 30px 24px 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
}

.flat-dashboard .charts .box-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5EA;
    margin-bottom: 5px;
}

.flat-dashboard .charts .box-content .dates {
    width: 86px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5EA;
    margin-right: 14px;
    border-radius: 10px;
}

.flat-dashboard .charts .box-content .date-wg {
    width: 338px;
}

.flat-dashboard .tf-sidebar {
    width: 25%;
}

.flat-dashboard .messages-sidebar {
    padding: 30px 31px 30px 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.flat-dashboard .messages-sidebar .titles {
    margin-bottom: 14px;
}

.flat-dashboard .messages-sidebar li {
    padding-bottom: 21px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E5E5EA;
}

.flat-dashboard .messages-sidebar li .image-box {
    margin-bottom: 12px;
}

.flat-dashboard .messages-sidebar li .image-box .images img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 12px;
}

.flat-dashboard .messages-sidebar li .image-box .title-flat {
    margin-right: 12px;
}

.flat-dashboard .messages-sidebar li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.flat-dashboard .reviews-sidebar .content p {
    margin-bottom: 12px;
}

.flat-dashboard .reviews-sidebar .star {
    margin-left: 1px;
}

.flat-dashboard .reviews-sidebar .star svg {
    margin-right: 2px;
}

table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    white-space: nowrap !important;
    transition: all 0.3s ease;
}

thead tr {
    background-color: #3A3A3C;
    color: #fff;
    border-radius: 8px;
}

thead tr th {
    padding: 8px 0;
}

thead tr th:nth-child(1) {
    width: 54%;
    padding-left: 14px;
}

thead tr th:nth-child(2) {
    width: 25.2%;
}

thead tr th:nth-child(3) {
    width: 30%;
}

tbody tr td {
    padding: 16px 0;
    vertical-align: top;
    border-bottom: 1px solid #E5E5EA;
}

table.table-save-search tr th {
    width: 15%;
}

table.table-save-search tr th:nth-child(1) {
    width: 15%;
    padding-left: 14px;
}

table.table-save-search tr th:nth-child(2) {
    width: 40%;
}

.flat-profile .tf-uploads {
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
}

.flat-profile .box-upload .img-up {
    margin-right: 30px;
}

.flat-profile .box-upload .img-up img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

.flat-profile .box-upload .button-box {
    padding: 5px;
    border: 1px solid #E5E5EA;
}

.flat-profile .box-upload .subtitle {
    margin-bottom: 9px;
}

.flat-profile .box-upload #upload-profile {
    padding: 10px 9px;
}

.flat-profile .box-upload .btn-upload {
    padding: 5.5px 20px;
}

.flat-profile .box-upload .sc-button {
    margin-right: 10px;
}

.flat-profile .box-upload .sc-button span {
    font-size: 14px;
    font-weight: 600;
}

.flat-profile .tf-infomation {
    padding: 0px 30px 31px;
}

.flat-profile .tf-infomation textarea {
    border: 1px solid #E5E5EA;
    padding: 12px 15px 12px 16px;
    color: #120A21;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
}

.flat-profile .tf-infomation .inner {
    margin-bottom: 30px;
}

.flat-profile .tf-infomation .inner-2 {
    margin-bottom: 25px;
}

.flat-profile .tf-infomation .inner-5 {
    margin-bottom: 26px;
}

.flat-profile .tf-infomation .inner-5 iframe {
    height: 360px;
    width: 100%;
}

.flat-profile .tf-infomation .sc-button {
    width: 224px;
}

.flat-all-review .messages-sidebar li {
    padding-bottom: 14px;
    margin-bottom: 13.5px;
    border-bottom: 1px solid #E5E5EA;
}

/**
  	* Reset Browsers
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * PreLoad
    * heading
    * dropdown
    * progress bar
    * map
    * up load
    * price range
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

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

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

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

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #120A21;
    background-color: #fff;
}

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

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

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

.center {
    text-align: center;
}

.container7 {
    max-width: 1570px;
}

.container6 {
    max-width: 1750px;
}

.container5 {
    max-width: 1890px;
}

.container4 {
    max-width: 1710px;
}

.container3 {
    max-width: 1520px;
}

.container2 {
    max-width: 1750px;
}

.container {
    max-width: 1140px;
}

.container7,
.container6,
.container5,
.container4,
.container3,
.container2,
.container {
    width: 100%;
    margin: auto;
}

.container7,
.container6,
.container5,
.container4,
.container3,
.container2,
.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Mulish", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 26px;
    border-radius: 4px;
    padding: 13px 15px 13px 27px;
    width: 100%;
    background: #F6F6F6;
    color: #fff;
}

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

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

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

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

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

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

.text-p,
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8E8E93;
}

.p-12 {
    font-size: 12px;
    line-height: 18px;
}

.p-16 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #8E8E93;
}

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

h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    white-space: normal; /* Allow wrapping */
    word-break: normal; /* Wrap by words, not letters */
    overflow-wrap: break-word; /* Break long words if needed */
}

h2 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

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

h5 {
    font-size: 14px;
    line-height: 21px;
}

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

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

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

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

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

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

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

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

label.error {
    color: red;
}

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

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

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

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

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

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

.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-end {
    text-align: end;
}

.font-italic {
    font-style: italic;
}

.show-boder {
    margin-top: -140px !important;
    padding-top: 140px !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.wrapper-style {
    background: #FAF8FF;
}

button {
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

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

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

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

.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-24 {
    line-height: 24px;
}

.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-56 {
    line-height: 56px;
}

.lh-75 {
    line-height: 75px;
}

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

.z-2 {
    z-index: 2;
}

.br-10 {
    border-radius: 10px;
}

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

.tf-section2 {
    padding-bottom: 95px;
}

.bg-1 {
    background-color: #F7F7F7;
}

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

.img-border {
    border-radius: 10px;
}

/* link style
-------------------------------------------------------------- */
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: unset;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer !important;
    display: inline-block;
}

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

@keyframes rainbow {
    0% {
        background-position: left;
    }
    50% {
        background-position: right;
    }
    100% {
        background-position: left;
    }
}

.link-style-1 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-1 a:focus, .link-style-1 a:hover {
    color: #58b7b3;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-2 a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-2 a:focus, .link-style-2 a:hover {
    color: #120A21;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-3 a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-3 a:focus, .link-style-3 a:hover {
    color: #58b7b3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-4 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-4 a:focus, .link-style-4 a:hover {
    color: #3A3A3C;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-5 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

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

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

.text-color-3 {
    color: #58b7b3 !important;
}

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

.text-color-5 {
    color: #F6F6F6 !important;
}

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

.text-color-7 {
    color: #3A3A3C !important;
}

.text-color-8 {
    color: #F1FAEE;
}

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

.form-wg {
    margin-left: -30px;
}

.form-wg .wg-box {
    width: calc(50% - 30px) !important;
    margin-left: 30px;
}

.form-wg .wg-box2 {
    width: calc(33.333% - 30px) !important;
    margin-left: 30px;
}

.form-wg .wg-box3 {
    width: calc(25% - 30px);
    margin-left: 30px;
}

/* Search */
.search .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
    color: #fff;
    border: none;
    line-height: 20px;
    padding: 17.5px 21.5px 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search .search-submit:hover {
    background: #58b7b3;
}

.search .search-submit.search-icon::after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    background: #fff;
    color: #120A21;
    width: 100%;
    border: 1px solid #E5E5EA;
    line-height: 24px;
    padding: 14px 49px 14px 17px;
    border-radius: 10px;
}

.search-form .search-field::placeholder {
    color: #120A21 !important;
    line-height: 19px;
    font-size: 14px !important;
    font-weight: 400;
}

.search-form .search-field:focus {
    color: #120A21;
    border: 1px solid #58b7b3;
}

/* 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.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

header.style-absolute.is-fixed.is-small,
header.is-fixed.is-small {
    top: 0px;
}

header.style-absolute.is-fixed .register {
    color: #292b2c;
}

header.style-absolute.is-fixed .register svg path {
    fill: #292b2c;
}

header.style-absolute.is-fixed .icon-socials a i,
header.style-absolute.is-fixed .main-menu .navigation > li > a {
    color: #120A21;
}

header.style-absolute.is-fixed .search-form .search-field {
    color: #120A21;
    border-color: #120A21;
}

header.style-absolute.is-fixed .search-form .search-field::placeholder {
    color: #120A21 !important;
}

header.style-absolute.is-fixed .image-logo-fixed {
    display: block !important;
}

header.style-absolute.is-fixed .image-logo {
    display: none;
}

.image-logo-fixed,
#theImg {
    width: 197px;
    height: 48px;
}

.image-logo-fixed {
    display: none !important;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
    margin-top: 30px;
}

.themesflat-pagination.style {
    margin-top: 19px;
}

.themesflat-pagination.style2 {
    margin-top: 0px;
}

.themesflat-pagination.style3 {
    margin-top: 40px;
}

.themesflat-pagination ul {
    position: relative;
}

.themesflat-pagination ul li {
    display: inline-block;
    margin-right: 6px;
}

.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: #120A21;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}

.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
    background-color: #58b7b3;
    color: #fff;
    border-color: #58b7b3;
}

.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
-------------------------------------------------------------- */
.button-go {
    position: fixed;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 6px;
    text-align: center;
    z-index: 999;
    right: 25px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

.button-go.show {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

.button-go::before, .button-go::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
}

.button-go::before {
    z-index: -1;
    background-color: #58b7b3;
}

.button-go::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

.button-go:hover {
    transform: translateY(-3px);
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
    overflow: hidden;
}

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

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.boxes {
    --size: 32px;
    --duration: 800ms;
    height: calc(var(--size) * 2);
    width: calc(var(--size) * 3);
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    margin-top: calc(var(--size) * 1.5 * -1);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.boxes .box {
    width: var(--size);
    height: var(--size);
    top: 0;
    left: 0;
    position: absolute;
    transform-style: preserve-3d;
}

.boxes .box:nth-child(1) {
    transform: translate(100%, 0);
    animation: box1 var(--duration) linear infinite;
}

.boxes .box:nth-child(2) {
    transform: translate(0, 100%);
    animation: box2 var(--duration) linear infinite;
}

.boxes .box:nth-child(3) {
    transform: translate(100%, 100%);
    animation: box3 var(--duration) linear infinite;
}

.boxes .box:nth-child(4) {
    transform: translate(200%, 0);
    animation: box4 var(--duration) linear infinite;
}

.boxes .box > div {
    --background: #58b7b3;
    --top: auto;
    --right: auto;
    --bottom: auto;
    --left: auto;
    --translateZ: calc(var(--size) / 2);
    --rotateY: 0deg;
    --rotateX: 0deg;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background);
    top: var(--top);
    right: var(--right);
    bottom: var(--bottom);
    left: var(--left);
    transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.boxes .box > div:nth-child(1) {
    --top: 0;
    --left: 0;
}

.boxes .box > div:nth-child(2) {
    --background: #d38100;
    --right: 0;
    --rotateY: 90deg;
}

.boxes .box > div:nth-child(3) {
    --background: #ff9f07;
    --rotateX: -90deg;
}

.boxes .box > div:nth-child(4) {
    --background: #DBE3F4;
    --top: 0;
    --left: 0;
    --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }
    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }
    50% {
        transform: translate(200%, 100%);
    }
    100% {
        transform: translate(100%, 100%);
    }
}

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

.heading-section {
    margin-bottom: 50px;
}

.heading-section h2 {
    margin-bottom: 14px;
}

.heading-section.style {
    margin-bottom: 24px;
}

.heading-section.style2 {
    margin-bottom: 45px;
}

.dropdown > a {
    position: relative;
    display: block;
    padding: 0px 13px 0px 0px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

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

.dropdown li {
    border-top: 0.5px solid rgba(122, 121, 138, 0.1);
    background: #fff;
    color: #000;
    width: 100%;
    padding: 9px 10px 8px 16px;
    list-style: none;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.dropdown .country {
    position: absolute;
    z-index: 99;
    margin-left: 13px;
    margin-top: 5px;
    color: #818089;
}

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

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

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

.progress-bar:last-child {
    margin-bottom: 0;
}

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

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

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

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

/* MAP */
.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    top: 25px;
    left: 10px;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000;
}

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

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

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

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

.face > div {
    background-image: url(../../assets/images/section/bg-icon.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
}

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

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

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

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

.map-listing-item .infoBox-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #202124;
    line-height: 24px;
    font-size: 20px;
    border-radius: 8px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.map-listing-item .infoBox-close:hover {
    font-weight: 700;
    color: #58b7b3;
}

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

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

.map-listing-item .content {
    position: relative;
    padding: 16px 15px;
}

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

.map-listing-item h4 {
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

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

.map-listing-item h4 a:hover {
    color: #58b7b3;
}

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

.map-listing-item .icon-box {
    margin-top: 5px;
}

.map-listing-item .icons {
    margin-right: 10px;
    align-items: center;
}

.map-listing-item .icons::before {
    font-family: "icomoon";
    font-size: 16px;
    font-weight: 500;
    margin-right: 4px;
}

.map-listing-item .icons.icon-1::before {
    content: "\e902";
}

.map-listing-item .icons.icon-2::before {
    content: "\e901";
}

.map-listing-item .icons.icon-3::before {
    content: "\e900";
}

.map-listing-item .icons span:nth-child(1) {
    margin-right: 4px;
}

.map-listing-item .location {
    font-size: 12px;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    color: #120A21;
    margin-bottom: 6px;
}

.map-listing-item .location::before {
    content: "\f279";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    color: #8E8E93;
}

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

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

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

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

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

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

.cluster-map-visible {
    text-align: center;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #14a077;
    border: 7px solid rgba(25, 103, 210, 0.2);
    box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
    box-sizing: content-box;
    background-clip: content-box;
}

.btn-upload {
    padding: 16px 47px;
}

#upload-profile {
    margin-bottom: 15px;
}

#tf-upload-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    opacity: 0;
}

/* price-range */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    left: 0px;
    top: -6.5px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.caption {
    margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #58b7b3;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    width: 100%;
    height: 7px;
    border-radius: 2px;
}

.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 #58b7b3;
}

/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

.slider-labels .caption {
    font-weight: 500;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
}

#slider-range-value01::after,
#slider-range-value1::after {
    content: " — ";
    margin: 0 2px;
}

@media (max-width: 767px) {
    .map-listing-item .inner-box {
        min-width: 200px;
        width: 200px;
    }
}

/*# sourceMappingURL=app.css.map */
