/*-----------------------------------------------------------------------------------

Item Name: Blueberry - eCommerce html template.
Author: Maraviya Infotech
Version: 1
Copyright 2024

-----------------------------------------------------------------------------------*/

.bb-loader{
    display:none !important;
}
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - Mixing
    - Variables

03. components
    - Header
    - Footer
    - Common
    - Cart sidebar
    - Category popup
    - Quick view
    - Breadcrumb
    - Newsletter popup

04. Layout 
    - Hero
    - Category
    - Product
    - Deal
    - Banner one
    - Banner two
    - New product
    - Services
    - Vendors
    - Testimonials
    - Blog 2
    - Instagram

05. Pages
    - About
    - Shop page
    - Single product page
    - Contact
    - Cart page
    - Checkout page
    - Faq
    - Login
    - Register
    - Blog
    - Wishlist
    - Compare
    - Terms
    - Track

-----------------------------------------------------------------------------------*/


/* Typography ( Import Typography ) */


/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/


/*--  Poppins font  --*/

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Poppins, sans-serif";
    src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}


/*--  Quicksand font  --*/

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


/* Utilities ( Import Utilities ) */


/* mixing */


/* variables */


/* components ( Import components ) */


/* common */

body {
    font-family: "Poppins, sans-serif";
    font-size: 15px;
    font-weight: 400;
    color: #686e7d;
    line-height: 26px;
    letter-spacing: 0.02rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

::-moz-selection {
    color: #d4b170;
    background-color: rgba(0, 0, 0, 0.04);
}

::selection {
    color: #d4b170;
    background-color: rgba(0, 0, 0, 0.04);
}

p,
li,
a {
    margin-bottom: 0;
    font-family: "Poppins, sans-serif";
    font-size: 15px;
    color: #686e7d;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.03rem;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "quicksand";
    margin-bottom: 0;
    color: #3d4750;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

[type=radio]:checked {
    position: relative;
    opacity: 0;
    display: none;
}

[type=radio]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #686e7d;
    letter-spacing: 0;
}

[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #d4b170;
}

[type=radio]:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d4b170;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type=radio]:not(:checked) {
    position: relative;
    opacity: 0;
    display: none;
}

[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #686e7d;
    letter-spacing: 0;
}

[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 100%;
    background: #fff;
}

[type=radio]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d4b170;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.bb-bg {
    background-color: #f8f8fb;
}


/* Loader */

.bb-loader {
    min-width: 100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 45;
}

.bb-loader img {
    position: absolute;
}

.bb-loader .loader {
    width: 60px;
    height: 60px;
    position: relative;
}

.bb-loader .loader:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #3d4750;
    border-radius: 50%;
    -webkit-animation: animloader 5s linear infinite;
    animation: animloader 5s linear infinite;
}

@-webkit-keyframes animloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input,
textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.custom-dropdown {
    position: relative;
    z-index: 5;
}

.custom-dropdown:hover ul.dropdown {
    opacity: 1;
    display: block;
    visibility: visible;
    margin: 6px 0 0 0;
}

.custom-dropdown .bb-dropdown-toggle {
    position: relative;
    padding-right: 15px;
}

.custom-dropdown .bb-dropdown-toggle:after {
    content: "\ea4e";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: 12px;
    font-size: 15px;
    font-family: "remixicon";
}

.custom-dropdown ul.dropdown {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 150px;
    padding: 10px 5px;
    margin: 25px 0 0 0;
    position: absolute;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: block;
    border-radius: 10px;
}

.custom-dropdown ul.dropdown li a {
    padding: 0px 12px;
    font-size: 13px;
    display: block;
    color: #686e7d;
}

.section-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 5;
}

.section-title .section-detail h2 {
    margin-bottom: 0;
    padding: 0;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    color: #3d4750;
    position: relative;
    display: inline;
    text-transform: capitalize;
    line-height: 1;
}

.section-title .section-detail h2 span {
    color: #d4b170;
}

.section-title .section-detail p {
    max-width: 400px;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #686e7d;
    line-height: 18px;
}

.section-title .title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-title .title-link a {
    color: #686e7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title .title-link a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 18px;
    margin-left: 10px;
    color: #686e7d;
}

.section-title .title-link a:hover {
    color: #d4b170;
}

.section-title .title-link a:hover i {
    color: #d4b170;
}

.bb-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Back to top button */

a.back-to-top {
    width: 38px;
    height: 38px;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #d4b170;
    border: 1px solid #d4b170;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
}

a.back-to-top i {
    font-size: 20px;
}

a.back-to-top:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.back-to-top svg {
    width: 36px;
    height: 36px;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

a.back-to-top svg path {
    fill: transparent;
    stroke: #d4b170;
    stroke-width: 5px;
}


/* Custom select */

.select {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
}

select {
    display: none;
}

.custom-select {
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 14px;
    position: relative;
}

.custom-select svg {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

.custom-select svg path {
    fill: #d4b170;
}

.custom-select .custom-select {
    position: relative;
}

.custom-select .custom-select:after {
    content: "\ea4e";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 20px;
    font-family: "remixicon";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-select .custom-select:active,
.custom-select .custom-select .active {
    background-color: #fff;
}

.custom-select:focus {
    outline: 2px;
}

.select-options {
    min-width: 190px;
    max-height: 200px;
    margin: 0;
    padding: 10px 0;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
    z-index: 20;
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
}

.select-options li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 5px 20px !important;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-radius: 5px;
    font-size: 14px;
    color: #777;
}

.select-options li:hover {
    color: #d4b170;
}

.select-options li[rel=hide] {
    display: none;
}

.select-options::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 0;
}

.select-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9e9e9e;
}

.bb-btn-1 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #3d4750;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #3d4750;
}

.bb-btn-1:hover {
    background: #d4b170;
    border-color: #d4b170;
    color: #fff;
}

.bb-btn-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 20px;
    font-size: 12px !important;
    font-weight: 400;
    background: #d4b170;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #d4b170;
}

.bb-btn-2:hover {
    background: transparent;
    border-color: #3d4750;
    color: #3d4750;
}

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

.m-minus-12 {
    margin: -12px;
}

.mb-minus-24 {
    margin-bottom: -24px;
}

.padding-t-100 {
    padding: 100px 0 0 0;
}

.padding-b-100 {
    padding-bottom: 100px !important;
}

.padding-tb-100 {
    padding: 100px 0;
}

.padding-tb-50 {
    padding: 50px 0;
}

.padding-t-50 {
    padding: 50px 0 0 0;
}

.padding-b-50 {
    padding-bottom: 50px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-tb-100 {
    margin: 100px 0;
}

.margin-tb-50 {
    margin: 50px 0;
}

.margin-b-50 {
    margin-bottom: 50px;
}


/* Responsive */

@media screen and (min-width: 1400px) {
    .bb-col-6 {
        width: 16.6666%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
    }
}

@media screen and (min-width: 1200px) {
    .bb-col-5 {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media screen and (max-width: 1199px) {
    .bb-btn-1 {
        padding: 3px 15px;
    }
    .padding-tb-100 {
        padding: 70px 0;
    }
    .padding-t-100 {
        padding-top: 70px;
    }
    .padding-b-100 {
        padding-bottom: 70px !important;
    }
    .padding-tb-50 {
        padding: 35px 0;
    }
    .padding-t-50 {
        padding-top: 35px;
    }
    .padding-b-50 {
        padding-bottom: 35px;
    }
    .margin-tb-50 {
        margin: 35px 0;
    }
    .margin-t-50 {
        margin-top: 35px;
    }
    .margin-b-50 {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991px) {
    .section-title {
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }
    .section-title .section-detail {
        margin-bottom: 12px;
    }
    .section-title .section-detail p {
        margin-left: auto;
        margin-right: auto;
    }
    .p-0-991 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .d-none-767 {
        display: none;
    }
    .section-title .section-detail h2 {
        font-size: 23px;
    }
    .bb-deal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-deal #dealend {
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    section {
        overflow: hidden;
    }
}


/* header */

.bb-header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #eee;
}

.top-header {
    background-color: #3d4750;
    padding: 6px 0;
}

.top-header .inner-top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-header .inner-top-header .col-left-bar a {
    font-size: 14px;
    color: #fff;
}

.top-header .inner-top-header .col-right-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-header .inner-top-header .col-right-bar .cols {
    padding: 0 12px;
}

.top-header .inner-top-header .col-right-bar .cols span,
.top-header .inner-top-header .col-right-bar .cols a {
    font-family: "Poppins, sans-serif";
    font-size: 14px;
    color: #fff;
}

.top-header .inner-top-header .col-right-bar .cols>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    color: #fff;
}

.top-header .inner-top-header .col-right-bar .cols .dropdown a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    color: #686e7d;
    font-weight: 400;
}

.top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
    color: #d4b170;
}

.bb-header-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-header-btn:after {
    display: none;
}

.bb-header-btn:not(:last-child) {
    margin-left: 30px;
}

.bb-header-btn .header-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-header-btn .header-icon svg {
    width: 30px;
    height: 30px;
}

.bb-header-btn .header-icon svg path {
    fill: #d4b170;
}

.bb-header-btn .bb-btn-stitle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.bb-toggle-menu {
    display: none;
}

.bb-toggle-menu .header-icon i {
    font-size: 22px;
    color: #d4b170;
}

.header-search {
    width: 600px;
}

.header-search .bb-btn-group-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header-search .bb-btn-group-form .inner-select {
    border-right: 1px solid #eee;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.header-search .bb-btn-group-form .inner-select .custom-select {
    width: 100px;
    text-transform: capitalize;
}

.header-search .bb-btn-group-form .inner-select .custom-select .select-options {
    left: -20px;
}

.header-search .bb-btn-group-form input {
    background-color: #fff;
    display: block;
    width: 100%;
    min-height: 45px;
    height: 48px;
    padding: 10px 10px 10px 160px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #777;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #eee;
    letter-spacing: 0.5px;
}

.header-search .bb-btn-group-form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.header-search .bb-btn-group-form input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.header-search .bb-btn-group-form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.header-search .bb-btn-group-form input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.header-search .bb-btn-group-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.header-search .bb-btn-group-form button {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 100%;
    background: transparent;
    color: #555;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 0;
}

.header-search .bb-btn-group-form button i {
    font-size: 18px;
    line-height: 12px;
    color: #555;
}

.bottom-header {
    padding: 20px 0;
}

.bottom-header .inner-bottom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom-header .inner-bottom-header .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
    height: 30px;
    width: 30px;
}

.bottom-header .inner-bottom-header .bb-sidebar-toggle svg path {
    fill: #d4b170;
}

.bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: none;
}

.bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-header .inner-bottom-header .header-logo img {
    width: 125px;
}

.bottom-header .inner-bottom-header .header-logo .dark {
    display: none;
}

.bottom-header .inner-bottom-header .header-logo .light {
    display: block;
}

.bottom-header .inner-bottom-header .bb-header-buttons {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop {
    position: relative;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop:hover .bb-dropdown-menu {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu {
    min-width: 150px;
    padding: 10px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: block;
    border-radius: 10px;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li {
    padding: 4px 15px;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 22px;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a:hover {
    color: #d4b170;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    line-height: 1;
    color: #3d4750;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-weight: 500;
}

.bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-stitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #3d4750;
}

.bb-main-menu-desk {
    background-color: #fff;
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.bb-main-menu-desk .bb-inner-menu-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-main-menu-desk .bb-inner-menu-desk .header-search {
    display: none;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
    height: 45px;
    width: 45px;
    margin: 0 30px 0 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg {
    height: 25px;
    width: 25px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg path {
    fill: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .navbar-toggler {
    display: none;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a {
    padding: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    color: #3d4750;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg {
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg path {
    fill: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:not(:last-child) {
    margin-right: 35px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link {
    color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link:after {
    border-color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover span {
    color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown {
    margin-right: 45px !important;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu {
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    padding: 0 0 0 30px;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title a {
    height: auto;
    color: #d4b170;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li {
    margin: 0;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a:hover {
    color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li ul {
    width: calc(25% - 30px);
    margin-right: 30px;
    padding: 15px 0;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item {
    position: relative;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown:hover .mega-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown {
    margin-right: 45px !important;
    position: relative;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item {
    position: relative;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu {
    min-width: 205px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li {
    margin: 0;
    padding: 5px 15px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li:hover>a {
    color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown:hover .bb-dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown {
    cursor: pointer;
    position: relative;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-item:after {
    content: "\ea6e";
    font-family: "remixicon";
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 0;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 220px;
    padding: 10px;
    margin: 25px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    left: 193px;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li {
    margin: 0;
    padding: 5px 15px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a:hover {
    color: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown:hover .bb-mega-menu {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select {
    width: 180px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select svg {
    margin: 0 10px;
    width: 25px;
    height: 25px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select svg path {
    fill: #d4b170;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select {
    width: 100%;
    height: 100%;
    padding-right: 15px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select-options {
    min-width: 175px;
    margin: 15px auto 0 auto;
    padding: 10px 0;
    left: auto;
    right: -15px;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .select-options li {
    padding: 5px 20px !important;
}

.bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu .inner-select .custom-select .custom-select:after {
    top: 22%;
}


/*===== Mobile menus =====*/

.bb-mobile-menu-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 16;
}

.bb-mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 340px;
    height: 100%;
    padding: 15px 20px 20px 20px;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 17;
    overflow: auto;
}

.bb-mobile-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-mobile-menu::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-mobile-menu .bb-menu-title {
    width: 100%;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-mobile-menu .bb-menu-title .menu_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #3d4750;
    font-weight: 600;
}

.bb-mobile-menu .bb-menu-title .bb-close-menu {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: #ff0000;
    background-color: transparent;
    border: 0;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
    position: relative;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
    margin-bottom: 12px;
    padding: 12px 12px;
    display: block;
    text-transform: capitalize;
    color: #686e7d;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a:last-child() {
    margin-bottom: 0;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
    width: 100%;
    height: 54px;
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle::before {
    content: "+";
    margin-left: auto;
    font-weight: 500;
    color: #686e7d;
    font-size: 19px;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
    width: 100%;
    min-width: auto;
    padding: 0;
    margin-bottom: 10px;
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li a {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li .sub-menu li a {
    font-weight: 400;
    padding-left: 30px;
    font-size: 14px;
    color: #777;
}

.bb-mobile-menu .bb-menu-inner .header-res-social {
    margin-top: 30px;
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul li {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3d4750;
    border-radius: 10px;
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
    color: #fff;
}

.bb-mobile-menu.bb-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


/* Responsive */

@media only screen and (max-width: 1399px) {
    .bottom-header .inner-bottom-header .header-search {
        width: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .bb-main-menu-desk .bb-inner-menu-desk {
        position: relative;
    }
    .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
        position: unset;
    }
    .bottom-header .inner-bottom-header .header-search {
        width: 400px;
    }
    .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
        display: none;
    }
    .bb-header-btn .header-icon svg {
        width: 25px;
        height: 25px;
    }
    .bb-header-btn:not(:last-child) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search .bb-btn-group-form {
        margin-left: 20px;
    }
    .header-search .bb-btn-group-form .inner-select {
        display: none;
    }
    .header-search .bb-btn-group-form input {
        min-height: 40px;
        height: 40px;
        padding: 10px;
    }
    .bb-category-toggle {
        margin-left: 20px;
        border: 1px solid #eee;
        width: 40px;
        height: 40px;
        border-radius: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bb-category-toggle svg {
        width: 22px;
        height: 22px;
    }
    .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
        width: 22px;
        height: 22px;
    }
    .bb-main-menu-desk {
        display: none;
    }
    .bb-main-menu-desk .bb-inner-menu-desk {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
        display: none;
    }
    .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 500px;
        display: inline;
    }
    .bb-header-btn .header-icon svg {
        width: 22px;
        height: 22px;
    }
    .bottom-header {
        padding: 15px 0;
    }
    .bottom-header .inner-bottom-header .bb-sidebar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-header .inner-bottom-header .header-logo img {
        width: 115px;
    }
    .bottom-header .inner-bottom-header .header-search {
        width: 100%;
        min-width: 300px;
    }
    .top-header {
        display: none;
    }
    .bb-toggle-menu {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bb-main-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .bb-header-btn:first-child {
        margin: 0 !important;
    }
    .inner-bottom-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inner-bottom-header .header-search {
        padding: 15px 0;
    }
    .bb-logo-detail {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .header-search .bb-btn-group-form {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-search .bb-btn-group-form .custom-dropdown {
        padding: 0 10px;
    }
    .bb-flex-justify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
        display: none;
    }
    .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 100%;
    }
    .bottom-header .inner-bottom-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bottom-header .inner-bottom-header .bb-sidebar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bottom-header .inner-bottom-header .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .bb-mobile-menu {
        width: 300px;
    }
    .header-search .bb-btn-group-form .inner-select {
        display: none;
    }
    .header-search .bb-btn-group-form input {
        padding: 10px;
    }
    .bottom-header .inner-bottom-header .header-search {
        min-width: auto;
    }
}


/* Footer */

.bb-footer {
    color: #fff;
    background: #f8f8fb;
}

.bb-footer .footer-directory {
    border: 1px solid #eee;
}

.bb-footer .footer-directory .directory-title {
    margin-bottom: 24px;
    text-align: center;
}

.bb-footer .footer-directory .directory-title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #3d4750;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bb-footer .footer-directory .directory-contact {
    margin-bottom: -24px;
}

.bb-footer .footer-directory .directory-contact .inner-contact {
    margin-bottom: 24px;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul span {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #686e7d;
    text-transform: capitalize;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li a:hover {
    color: #d4b170;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li:first-child::after {
    display: none;
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li:not(:last-child)::after {
    content: "|";
    padding: 0 10px;
    font-size: 14px;
    color: #686e7d;
}

.bb-footer .footer-container {
    border-top: 1px solid #eee;
}

.bb-footer .footer-top .bb-footer-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bb-footer .footer-top .bb-footer-company .bb-app-store {
    margin: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-logo {
    max-width: 144px;
    margin-bottom: 30px;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
    max-width: 144px;
    margin-bottom: 30px;
    display: none;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    max-width: 400px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #686e7d;
    display: inline-block;
    position: relative;
}

.bb-footer .footer-top .bb-footer-widget .app-img img {
    max-width: 140px;
    margin: 7px;
    border-radius: 5px;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3d4750;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.bb-footer .footer-top .bb-footer-widget .s-head {
    display: none;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
    margin-bottom: 0;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links i {
    line-height: 0;
    font-size: 18px;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link {
    display: block;
    margin: 0;
    line-height: 1.5;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #d4b170;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
    margin-bottom: 16px;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #686e7d;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    word-break: break-all;
    letter-spacing: 0;
    font-weight: 400;
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
    color: #d4b170;
    opacity: 1;
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li:first-child {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links a {
    text-transform: unset;
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link span {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link .mt-15px {
    margin-top: 15px;
}

.bb-footer .footer-top .bb-footer-social {
    margin-bottom: 0;
}

.bb-footer .footer-top .bb-footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link {
    padding-right: 5px;
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
    margin-bottom: 0;
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #3d4750;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
    background-color: #d4b170;
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a i {
    font-size: 16px;
    color: #fff;
}

.bb-footer-contact {
    margin-bottom: 30px;
}

.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.footer-bottom .bb-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .bb-copy {
    color: #686e7d;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400;
}

.footer-bottom .bb-copy a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    color: #d4b170;
}

.footer-bottom .bb-copy .site-name:hover {
    color: #3d4750;
}

.bb-heading-res {
    display: none;
}


/* Responsive footer css */

@media only screen and (max-width: 1399px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
        font-size: 15px;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
        font-size: 15px;
    }
    .bb-footer .footer-top .bb-footer-widget .app-img img {
        max-width: 120px;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
        font-size: 14px;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
        font-size: 14px;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .bb-footer .footer-top .bb-footer-company {
        margin-bottom: 24px;
    }
    .bb-footer .footer-top .container>.row {
        padding: 0;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
        margin-bottom: 15px;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
        margin-bottom: 15px;
    }
    .bb-footer .footer-top .col-sm-12.col-lg-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-heading {
        margin-bottom: 15px;
    }
    .bb-footer-contact {
        margin-bottom: 0;
    }
    .footer-news-title {
        font-size: 20px;
    }
    .bb-subscribe-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    }
    .bb-heading-res {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        display: block;
        text-align: right;
    }
    .bb-footer-links.bb-footer-dropdown {
        display: none;
        padding: 0 0 20px 0;
    }
    .footer-bottom-copy {
        text-align: center;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .footer-bottom .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .footer-bottom .bb-bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom .bb-bottom-info .footer-copy {
        margin-bottom: 15px;
    }
    .col.footer-bottom-right {
        margin: 15px auto;
    }
    .footer-bottom-payment.d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .bb-footer .footer-top .bb-footer-widget .s-head {
        display: block;
    }
    .bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .m-minus-991 {
        margin-bottom: -15px;
    }
}

@media (max-width: 767px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-logo,
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
        max-width: 130px;
    }
}

@media (max-width: 360px) {
    .footer-bottom .bb-bottom-info .footer-bottom-right img {
        width: 100%;
    }
}


/* Cart Sidebar */

.bb-side-cart-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 17;
}

.bb-open-cart {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.bb-side-cart {
    width: 770px;
    height: calc(100% - 30px);
    margin: 15px 0 15px 15px;
    padding: 15px 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 17;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 0;
    border-radius: 20px 0 0 20px;
}

.bb-side-cart::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-side-cart::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-side-cart::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-side-cart:hover .bb-cart-close {
    height: 25px !important;
}

.bb-side-cart .h-full {
    height: 100%;
}

.bb-side-cart .bb-inner-cart {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total {
    margin: 20px 0 0 0px;
    padding-top: 0;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table {
    margin: 10px 0 0 0;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td {
    border: 0;
    color: #777;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td.price {
    text-align: right;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table .title {
    font-weight: 500;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn a {
    padding: 5px 15px;
}

.bb-side-cart .bb-top-contact .bb-cart-title {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-side-cart .bb-top-contact .bb-cart-title h4 {
    font-size: 18px;
    font-weight: 800;
    color: #3d4750;
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    border: 0;
    background-color: rgba(224, 78, 78, 0.7);
    border-radius: 10px;
    cursor: pointer;
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:hover {
    background-color: rgb(224, 78, 78);
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.bb-side-cart .cart-related {
    overflow: auto;
}

.bb-side-cart .cart-related::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-side-cart .cart-related::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-side-cart .cart-related::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-side-cart .bb-border-right {
    padding-right: 24px;
    border-right: 1px solid #eee;
}

.bb-side-cart .bb-cart-box.item {
    height: 100%;
}

.bb-side-cart .bb-cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items {
    margin-bottom: -24px;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li {
    margin-bottom: 24px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8fb;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li:hover .cart-remove-item {
    opacity: 1;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .cart-remove-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3d4750;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
    width: 85px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact {
    padding-left: 15px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    overflow: hidden;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .bb-cart-sub-title {
    width: 100%;
    margin-bottom: 8px;
    text-decoration: none;
    color: #3d4750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price span {
    font-size: 15px;
    font-weight: 600;
    color: #777;
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .qty-plus-minus {
    height: 28px;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner:hover img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail {
    width: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4,
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
    color: #fff;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4 {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Poppins, sans-serif";
    font-weight: 300;
    line-height: 22px;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
    font-size: 22px;
    line-height: 30px;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a {
    width: 100px;
    margin-top: 15px;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a:hover {
    background-color: #fff;
    color: #3d4750;
}


/* Responsive */

@media screen and (max-width: 991px) {
    .bb-side-cart {
        width: 740px;
    }
}

@media screen and (max-width: 767px) {
    .bb-side-cart {
        width: 350px;
    }
    .bb-side-cart .bb-inner-cart .bb-cart-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .bb-side-cart {
        width: 300px;
    }
    .bb-side-cart .bb-cart-box ul.bb-cart-items li {
        padding: 10px;
    }
    .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
        width: 50px;
    }
}


/* Category */

.bb-category-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 17;
}

.bb-open-category {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-category-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 17;
    display: none;
}

.category-sidebar {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 15px auto;
    padding: 30px 15px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    border-radius: 30px;
    z-index: 18;
    position: relative;
}

.category-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.category-sidebar::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.category-sidebar::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.category-sidebar:hover button.bb-category-close {
    height: 25px;
}

.category-sidebar .sub-title {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.category-sidebar .sub-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
    text-transform: capitalize;
}

.category-sidebar button.bb-category-close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: 27px;
    border: 0;
    background-color: rgba(224, 78, 78, 0.7);
    border-radius: 10px;
    cursor: pointer;
}

.category-sidebar button.bb-category-close:hover {
    background-color: rgb(224, 78, 78);
}

.category-sidebar button.bb-category-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.category-sidebar .bb-category-tags {
    margin-bottom: 24px;
}

.category-sidebar .bb-category-cart {
    padding: 15px;
    overflow: hidden;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category-sidebar .bb-category-cart .pro-img {
    margin-right: 12px;
}

.category-sidebar .bb-category-cart .pro-img img {
    width: 80px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.category-sidebar .bb-category-cart .side-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-sidebar .bb-category-cart .side-contact h4 {
    font-size: 15px;
}

.category-sidebar .bb-category-cart .side-contact h4 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    color: #3d4750;
}

.category-sidebar .bb-category-cart .side-contact .inner-price {
    margin: 0 -3px;
}

.category-sidebar .bb-category-cart .side-contact .inner-price .new-price {
    padding: 0 3px;
    font-size: 15px;
    color: #686e7d;
    font-weight: 600;
}

.category-sidebar .bb-category-cart .side-contact .inner-price .old-price {
    padding: 0 3px;
    font-size: 14px;
    color: #686e7d;
    text-decoration: line-through;
}


/* Responsive */

@media screen and (max-width: 1199px) {
    .category-sidebar {
        height: calc(100vh - 60px);
    }
}

@media screen and (max-width: 767px) {
    .category-sidebar .bb-category-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .category-sidebar .bb-category-cart .pro-img {
        margin: 0 0 15px 0;
    }
    .category-sidebar .bb-category-cart .pro-img img {
        width: 100%;
    }
}


/* quickview */

.modal-dialog {
    margin: 0% auto;
    max-width: 960px;
    width: 800px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quickview-modal .modal-body {
    padding: 24px;
}

.quickview-modal .qty-close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: 24px;
    border: 0;
    background-color: rgba(224, 78, 78, 0.7);
    border-radius: 10px;
    cursor: pointer;
    z-index: 5;
}

.quickview-modal .qty-close:hover {
    background-color: rgb(224, 78, 78);
}

.quickview-modal .qty-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.quickview-modal .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.quickview-modal .modal-content:hover .qty-close {
    height: 25px !important;
}

.quickview-modal .modal-content .single-pro-img {
    height: 100%;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 20px;
}

.quickview-modal .modal-content .single-pro-img .single-product-scroll {
    height: 100%;
}

.quickview-modal .modal-content .single-pro-img .single-slide {
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button.btn-close.qty_close {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.quickview-pro-content .bb-quick-title a {
    margin: 0 0 10px 0;
    display: block;
    color: #3d4750;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
    font-weight: 500;
}

.quickview-pro-content .bb-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.quickview-pro-content .bb-quickview-desc {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    font-weight: 300;
}

.quickview-pro-content .bb-quickview-price {
    padding: 5px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.quickview-pro-content .bb-quickview-price span.new-price {
    color: #3d4750;
    font-weight: 700;
    font-size: 22px;
}

.quickview-pro-content .bb-quickview-price span.old-price {
    font-size: 18px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #777;
}

.bb-quickview-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-quickview-qty .bb-quickview-cart {
    margin-left: 4px;
}

.bb-quickview-qty .bb-quickview-cart button {
    height: 40px;
    padding: 3px 20px;
}

.bb-quickview-qty .bb-quickview-cart button i {
    padding-right: 8px;
}

.bb-pro-variation {
    margin: 15px 0 25px 0;
}

.bb-pro-variation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.bb-pro-variation ul li {
    height: 22px;
    margin: 2px;
    padding: 2px 8px;
    cursor: pointer;
    border: 1px solid #eee;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 20px;
    font-weight: 400;
}

.bb-pro-variation ul li a {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
}

.bb-pro-variation ul li.active {
    background-color: #d4b170 !important;
    color: #fff !important;
    border-color: #d4b170 !important;
}

.bb-pro-variation ul li.active a {
    color: #fff;
}


/* Responsive footer css */

@media only screen and (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 80%;
        height: auto;
        max-width: 100%;
        padding: 35px 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        width: 90%;
    }
}

@media only screen and (max-width: 360px) {
    .bb-quickview-qty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bb-quickview-qty .qty-plus-minus {
        margin: auto;
    }
    .bb-quickview-qty .bb-quickview-cart {
        margin-top: 15px;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* Breadcrumb */

.section-breadcrumb {
    border-bottom: 1px solid #eee;
    background-color: #f8f8fb;
}

.bb-breadcrumb-inner {
    margin: 0;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-breadcrumb-inner h2.bb-breadcrumb-title {
    font-size: 16px;
    font-weight: 700;
    color: #3d4750;
}

.bb-breadcrumb-inner .bb-breadcrumb-list {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bb-breadcrumb-inner .bb-breadcrumb-list li {
    padding: 0 5px;
}

.bb-breadcrumb-inner .bb-breadcrumb-list li i {
    font-size: 14px;
    font-weight: 600;
}

.bb-breadcrumb-inner .bb-breadcrumb-list li a {
    font-size: 14px;
    font-weight: 600;
    color: #686e7d;
}

.bb-breadcrumb-inner .bb-breadcrumb-list li {
    font-size: 14px;
    font-weight: 400;
}


/* Responsive */

@media screen and (max-width: 767px) {
    .bb-breadcrumb-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .bb-breadcrumb-inner .bb-breadcrumb-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* newsletter-popup */

.bb-popnews-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 25;
}

.bb-popnews-box {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    z-index: 25;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.bb-popnews-box:hover .bb-popnews-close {
    height: 25px !important;
}

.bb-popnews-box .bb-popnews-box-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-popnews-box img {
    width: 100%;
    border-radius: 15px;
}

.bb-popnews-box h2 {
    text-decoration: none;
    color: #3d4750;
    display: block;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin: 0 auto 10px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.bb-popnews-box p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #686e7d;
}

.bb-popnews-box form {
    margin-bottom: 0px;
}

.bb-popnews-box input {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #eee;
    color: #3d4750;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    border-radius: 10px;
}

.bb-popnews-box button {
    padding: 4px 15px;
}

.bb-popnews-close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: 15px;
    border: 0;
    background-color: rgba(224, 78, 78, 0.7);
    border-radius: 10px;
    cursor: pointer;
}

.bb-popnews-close:hover {
    background-color: rgb(224, 78, 78);
}

.bb-popnews-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}


/* Responsive */

@media screen and (max-width: 767px) {
    .bb-popnews-box {
        width: 90%;
    }
    .bb-popnews-box img {
        display: none;
    }
}


/* tools-sidebar */

.bb-tools-sidebar-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 16;
}

.bb-tools-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 16;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.bb-tools-sidebar .bb-tools-sidebar-toggle {
    position: absolute;
    top: 45%;
    right: 302px;
    width: 40px;
    height: 40px;
    background-color: #3d4750;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    z-index: -1;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
    border-radius: 5px;
}

.bb-tools-sidebar .bb-tools-sidebar-toggle i {
    font-size: 20px;
    color: #fff;
}

.bb-tools-sidebar .bb-bar-title {
    margin-bottom: 15px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.bb-tools-sidebar .bb-bar-title h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #3d4750;
}

.bb-tools-sidebar .bb-bar-title .close-tools {
    color: #ff0000;
    font-size: 17px;
    font-weight: 600;
}

.bb-tools-sidebar .bb-tools-detail {
    height: calc(100vh - 72px);
    padding: 0 15px 15px 15px;
    overflow: auto;
}

.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-tools-sidebar .bb-tools-detail::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block h3 {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #3d4750;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-color {
    margin: 0;
    padding: 0;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-color li {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    margin: 6px;
    position: relative;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item {
    width: 125px;
    margin-bottom: 10px;
    text-align: center;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item img {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .bb-dark-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .bb-dark-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-tools-item img:hover,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .bb-dark-item img:hover {
    border: 1px solid #d4b170;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl {
    position: relative;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box img,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl img {
    border-color: #d4b170;
}

.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-dark .active-rtl:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-box .active-rtl:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-dark:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-box:after,
.bb-tools-sidebar .bb-tools-detail .bb-tools-block .bb-tools-rtl .active-rtl:after {
    content: "\eb79";
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-family: "remixicon";
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    background-color: #d4b170;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.active-variant {
    position: relative;
}

.active-variant:after {
    font-family: "remixicon";
    content: "\eb79";
    height: 35px;
    width: 35px;
    font-size: 20px;
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.color-primary {
    background: #d4b170;
}

.color-1 {
    background: #8118d5;
}

.color-2 {
    background: #5f6af5;
}

.color-3 {
    background: #f5885f;
}

.color-4 {
    background: #32dbe2;
}

.color-5 {
    background: #3f51b5;
}

.color-6 {
    background: #f44336;
}

.color-7 {
    background: #e91e63;
}

.color-8 {
    background: #607d8b;
}

.color-9 {
    background: #5eb595;
}

.open-tools {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Layouts ( Import Layouts ) */


/* Hero */

.section-hero {
    padding: 50px 0;
    position: relative;
    background-color: #f8f8fb;
    overflow: hidden;
}

.section-hero:after {
    content: "";
    width: 800px;
    height: 1000px;
    top: 0;
    right: 0;
}

.section-hero .back-text-1,
.section-hero .back-text-2 {
    position: absolute;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    color: #f1f1f7;
}

.section-hero .back-text-1 {
    top: 0;
}

.section-hero .back-text-2 {
    right: 0;
    bottom: 0;
}

.section-hero .bb-social-follow {
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.section-hero .bb-social-follow ul.inner-links li {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 6px;
}

.section-hero .bb-social-follow ul.inner-links li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
}

.section-hero .bb-social-follow ul.inner-links li a:hover {
    color: #d4b170;
}

.section-hero .bb-scroll-Page {
    position: absolute;
    right: -15px;
    bottom: 75px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.section-hero .bb-scroll-Page .scroll-bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.section-hero .bb-scroll-Page .scroll-bar:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
    right: -50px;
    bottom: -33px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section-hero .bb-scroll-Page .scroll-bar a {
    font-size: 16px;
    font-weight: 500;
}




.section-hero .bb-scroll-Page2 {
    position: absolute;
    right: -15px;
    bottom: 75px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.section-hero .bb-scroll-Page2 .scroll-bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.section-hero .bb-scroll-Page2 .scroll-bar:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
    right: -50px;
    bottom: -33px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section-hero .bb-scroll-Page2 .scroll-bar a {
    font-size: 16px;
    font-weight: 500;
}

.swiper-slide-active .hero-contact>*:nth-child(1) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .hero-contact>*:nth-child(2) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .hero-contact>*:nth-child(3) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-contact>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.bb-category-box {
    height: 200px;
    /* Adjust the height to your needs */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.bb-category-box .category-image img {
    max-height: 150px;
    /* Limit image height */
    object-fit: contain;
}

.category-sub-contact {
    height: auto;
}

.category-sub-contact h5,
.category-sub-contact p {
    margin: 5px 0;
}

.hero-contact:nth-child(1) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.hero-contact:nth-child(2) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero-contact:nth-child(3) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.hero-contact p {
    margin-bottom: 20px;
    font-family: "Poppins, sans-serif";
    font-size: 18px;
    color: #777;
}

.hero-contact h1,
.hero-contact h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #3d4750;
    font-weight: 700;
}

.hero-contact h1 span,
.hero-contact h2 span {
    color: #d4b170;
    position: relative;
}

.hero-contact h1 span:after,
.hero-contact h2 span:after {
    content: "";
    width: 48px;
    height: 60px;
    position: absolute;
    top: -40px;
    right: -40px;
    /* background-image: url("../img/hero/shape-1.png"); */
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-slider .swiper-buttons {
    display: none;
}

.hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    bottom: -20px;
    z-index: 1;
}

.hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
    transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #4b5966;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d4b170;
    width: 30px;
}

.swiper-slide-active .hero-image img {
    opacity: 1;
}

.hero-image {
    padding-right: 50px;
    position: relative;
}

.hero-image img {
    width: 100%;
    padding: 0 0 50px 0;
    opacity: 0;
}

.hero-image svg {
    width: 120%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}

.hero-image svg path {
    fill: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
}


/* Responsive footer css */

@media only screen and (max-width: 1399px) {
    .hero-image svg {
        right: -30px;
    }
}

@media only screen and (max-width: 1250px) {
    .bb-social-follow,
    .scroll-bar {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-image svg {
        width: 125%;
    }
    .hero-image img {
        padding-right: 30px;
    }
    .hero-contact p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .hero-contact h1,
    .hero-contact h2 {
        margin-bottom: 10px;
        font-size: 38px;
    }
    .hero-contact h1 span:after,
    .hero-contact h2 span:after {
        height: 60px;
        width: 40px;
        top: -35px;
        right: -35px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-image {
        padding: 0 50px;
    }
    .hero-image img {
        padding-right: 0;
    }
    .hero-image svg {
        width: 100%;
        top: 0;
    }
    .hero-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-contact h1,
    .hero-contact h2 {
        font-size: 45px;
        text-align: center;
    }
    .hero-contact h1 span:after,
    .hero-contact h2 span:after {
        height: 40px;
        width: 28px;
        top: -25px;
        right: -25px;
    }
    .hero-slider .swiper-pagination {
        display: none;
        margin: 0 0 0 -1px;
        bottom: -8px;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .hero-contact h1,
    .hero-contact h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .section-hero .bb-social-follow {
        display: none;
    }
    .section-hero .bb-scroll-Page {
        display: none;
    }
    .hero-image {
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-image img {
        padding: 0 0 30px 0;
    }
    .hero-image svg {
        right: 0;
    }
    .hero-contact {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-contact h1,
    .hero-contact h2 {
        font-size: 35px;
    }
    .hero-slider .swiper-pagination {
        bottom: 0;
    }
}

@media only screen and (max-width: 420px) {
    .hero-contact h1,
    .hero-contact h2 {
        font-size: 30px;
    }
    .hero-image {
        padding: 0;
    }
    .hero-image svg {
        width: 110%;
        right: -30px;
    }
    .hero-image img {
        padding: 0 0 15px 0;
    }
}

@media only screen and (max-width: 360px) {
    .hero-contact h1,
    .hero-contact h2 {
        font-size: 28px;
    }
}


/* category */

.bb-category-img {
    position: relative;
}

.bb-category-img img {
    width: 100%;
    border-radius: 30px;
}

.bb-category-img .bb-offers {
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000;
    opacity: 0.8;
    border-radius: 15px;
}

.bb-category-img .bb-offers span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.bb-category-contact .category-title {
    margin-bottom: 30px;
}

.bb-category-contact .category-title h2 {
    font-size: 124px;
    text-shadow: 1px 1px #111a24, -1px 1px #111a24, 1px -1px #111a24, -1px -1px #111a24;
    color: #fff;
    opacity: 0.15;
    font-weight: bold;
    line-height: 1.2;
}

.bb-category-block {
    margin-left: -150px;
    width: calc(100% + 150px);
    padding: 30px 0 0 30px;
    background-color: #fff;
    border-top-left-radius: 30px;
    position: relative;
}

.bb-category-block:before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    top: -29px;
    left: 97px;
    background-image: url("../img/category/top-shape.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.bb-category-block:after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: -29px;
    background-image: url("../img/category/top-shape.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.category-items-1 {
    background-color: #fef1f1;
}

.category-items-5 {
    background-color: #fef1f1;
}

.category-items-5 {
    background-color: #fef1f1;
}

.category-items-6 {
    background-color: #e1fcf2;
}

.category-items-7 {
    background-color: #fef1f1;
}

.category-items-8 {
    background-color: #f4f1fe;
}

.category-items-9 {
    background-color: #fef1f1;
}

.category-items-10 {
    background-color: #fbf9e4;
}

.category-items-2 {
    background-color: #e1fcf2;
}

.category-items-3 {
    background-color: #f4f1fe;
}

.category-items-4 {
    background-color: #fbf9e4;
}

.bb-category-box {
    padding: 30px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bb-category-box:hover .category-image img,
.bb-category-box:hover .category-image svg {
    -webkit-animation: zoom-in-zoom-out 0.5s ease-out;
    animation: zoom-in-zoom-out 0.5s ease-out;
}

.bb-category-box .category-image {
    margin-bottom: 12px;
}

.bb-category-box .category-image img,
.bb-category-box .category-image svg {
    height: 50px;
    width: 50px;
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.bb-category-box .category-sub-contact h5 {
    margin-bottom: 2px;
    font-size: 16px;
}

.bb-category-box .category-sub-contact h5 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03rem;
    color: #3d4750;
    text-transform: capitalize;
}

.bb-category-box .category-sub-contact p {
    font-size: 13px;
    color: #686e7d;
    line-height: 25px;
}


/* Responsive footer css */

@media only screen and (max-width: 1399px) {
    .bb-category-contact .category-title h2 {
        font-size: 95px;
    }
    .bb-category-box .category-image img {
        height: 65px;
        width: 65px;
    }
    .bb-category-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .bb-category-box .category-image img {
        height: 50px;
        width: 50px;
    }
    .bb-category-contact .category-title h2 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .bb-category-img {
        display: none;
    }
    .bb-category-contact {
        margin-top: -24px;
    }
    .bb-category-contact .category-title {
        display: none;
    }
    .bb-category-block {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }
    .bb-category-block:before,
    .bb-category-block:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .bb-category-contact .category-title h2 {
        font-size: 42px;
    }
}


/* Product */

.bb-pro-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-pro-box:hover .bb-pro-img .flags {
    opacity: 0;
}

.bb-pro-box .bb-pro-img {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 4;
}

.bb-pro-box .bb-pro-img .flags {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 6px;
}

.bb-pro-box .bb-pro-img .flags span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.bb-pro-box .bb-pro-img .inner-img {
    position: relative;
    display: block;
    overflow: hidden;
    pointer-events: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bb-pro-box .bb-pro-img .inner-img img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 100%;
}

.bb-pro-box .bb-pro-img .inner-img img.hover-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.bb-pro-box .bb-pro-img .bb-pro-actions {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #777;
    line-height: 10px;
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
    background-color: #d4b170;
    border-color: #d4b170;
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover i {
    color: #fff;
}

.bb-pro-box:hover .bb-pro-img .inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bb-pro-box:hover .bb-pro-img .inner-img img:not(:last-child) {
    opacity: 0;
}

.bb-pro-box:hover .bb-pro-img .inner-img img.hover-img {
    opacity: 1;
}

.bb-pro-box:hover .bb-pro-img .bb-pro-actions {
    opacity: 1;
    bottom: 10px;
}

.bb-pro-box .bb-pro-contact {
    padding: 20px;
}

.bb-pro-box .bb-pro-contact .bb-pro-subtitle {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-pro-box .bb-pro-contact .bb-pro-subtitle span,
.bb-pro-box .bb-pro-contact .bb-pro-subtitle a {
    font-family: "Poppins, sans-serif";
    font-size: 13px;
    line-height: 16px;
    color: #777;
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: "quicksand";
    font-size: 15px;
    line-height: 18px;
    color: #3d4750;
    font-weight: 600;
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title a:hover {
    color: #d4b170;
}

.bb-pro-box .bb-pro-contact p {
    display: none;
    font-size: 14px;
}

.bb-pro-box .bb-pro-contact .bb-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price {
    margin: 0 -3px;
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .new-price {
    padding: 0 3px;
    font-size: 16px;
    color: #686e7d;
    font-weight: bold;
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .item-left {
    padding: 0 3px;
    font-size: 14px;
    color: #d4b170;
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .old-price {
    padding: 0 3px;
    font-size: 14px;
    color: #686e7d;
    text-decoration: line-through;
}

.bb-pro-box .bb-pro-contact .bb-price .last-items {
    font-size: 14px;
    color: #686e7d;
}

.bb-pro-box .dealend-timer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.bb-pro-box .dealend-timer .dealend-timer {
    padding: 5px;
    background-color: #f8f8fb;
    border-bottom: 1px solid #eee;
}

.bb-pro-box .dealend-timer .time-block {
    margin-left: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #3d4750;
}

.bb-pro-box .dealend-timer .time-block .day {
    margin: 0 5px;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
    color: #3d4750;
}

.bb-pro-box .dealend-timer .time-block .time {
    min-width: 20px;
    position: relative;
}

.bb-pro-box .dealend-timer .time-block .dots {
    margin-top: -1px;
    margin-left: 5px;
    color: #3d4750;
}

.qty-plus-minus {
    width: 85px;
    height: 40px;
    padding: 7px 0;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
}

.qty-plus-minus .bb-qtybtn {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

.qty-plus-minus .qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #777;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    outline: none;
    font-weight: 400;
    line-height: 35px;
}

.bb-pro-rating i {
    color: #777;
    float: left;
    font-size: 15px;
    margin-right: 3px;
}

.bb-pro-rating .ri-star-fill {
    color: #fea99a;
}


/* Responsive footer css */

@media only screen and (max-width: 480px) {
    .bb-product-box {
        width: 100%;
    }
}


/* Deal */

.bb-deal-slider {
    margin: -12px;
}

.bb-deal-slider .bb-deal-card {
    padding: 12px;
}

.bb-deal {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-deal #dealend {
    padding: 0;
}

.bb-deal .dealend-timer {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.bb-deal .dealend-timer .dealend-timer {
    background-color: #f8f8fb;
    border-radius: 15px;
    border: 1px solid #eee;
}

.bb-deal .dealend-timer .time-block {
    margin-left: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #3d4750;
}

.bb-deal .dealend-timer .time-block .day {
    margin-left: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px;
    color: #3d4750;
}

.bb-deal .dealend-timer .time-block .time {
    min-width: 20px;
    position: relative;
}

.bb-deal .dealend-timer .time-block .dots {
    margin-top: -1px;
    margin-left: 5px;
    color: #3d4750;
}


/* Responsive footer css */

@media only screen and (max-width: 991px) {
    .bb-deal .dealend-timer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* Banner-one */

.bg-box-color-one {
    background-color: #fbf2e5;
}

.bg-box-color-one:before {
    background-color: #f4dab4;
}

.bg-box-color-one:after {
    background-color: #f4dab4;
}

.bg-box-color-two {
    background-color: #ffe8ee;
}

.bg-box-color-two:before {
    background-color: #ffc6ce;
}

.bg-box-color-two:after {
    background-color: #ffc6ce;
}

.banner-box {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.banner-box:hover:before {
    left: -210px;
    top: -210px;
}

.banner-box:hover:after {
    right: -80px;
    bottom: -110px;
}

.banner-box:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 400px;
    height: 600px;
    position: absolute;
    left: -200px;
    top: -200px;
    bottom: 0;
    rotate: 40deg;
    z-index: 0;
}

.banner-box:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 150px;
    height: 300px;
    position: absolute;
    right: -70px;
    bottom: -100px;
    rotate: 40deg;
    z-index: 0;
}

.banner-box .inner-banner-box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-box .inner-banner-box .side-image {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-box .inner-banner-box .side-image img {
    width: 280px;
    height: 280px;
}

.banner-box .inner-banner-box .inner-contact {
    max-width: 250px;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-box .inner-banner-box .inner-contact h5 {
    margin-bottom: 15px;
    font-size: 31px;
    font-weight: bold;
    color: #3d4750;
}

.banner-box .inner-banner-box .inner-contact p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #686e7d;
}

.banner-box .inner-banner-box .inner-contact a {
    padding: 5px 15px;
}


/* Responsive footer css */

@media only screen and (max-width: 1399px) {
    .banner-box .inner-banner-box .side-image img {
        width: 230px;
        height: 230px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-box .inner-banner-box .side-image img {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-box .inner-banner-box .side-image img {
        width: 280px;
        height: 280px;
    }
    .banner-box .inner-banner-box .inner-contact h5 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-box .inner-banner-box .side-image img {
        width: 200px;
        height: 200px;
    }
    .banner-box:before {
        left: -300px;
    }
    .banner-box:after {
        right: -100px;
    }
    .banner-box:hover:before {
        left: -310px;
    }
    .banner-box:hover:after {
        right: -110px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-box .inner-banner-box .side-image img {
        width: 100%;
        height: auto;
    }
    .banner-box .inner-banner-box .inner-contact h5 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-box .inner-banner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-box .inner-banner-box .side-image {
        padding: 0;
        margin-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner-box .inner-banner-box .side-image img {
        width: calc(100% - 70px);
    }
    .banner-box .inner-banner-box .inner-contact {
        padding: 0;
        max-width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner-box .inner-banner-box .inner-contact h5 {
        margin-bottom: 2px;
        font-size: 22px;
    }
    .banner-box .inner-banner-box .inner-contact p {
        margin-bottom: 8px;
        font-size: 14px;
    }
}


/* Banner-two */

.section-banner-two {
    background-image: url("../img/banner-two/banner.png");
    min-height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-justify-box-contact {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-two-box {
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 400px;
    padding: 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.banner-two-box:before {
    content: "";
    background-image: url("../img/banner-two/left-shape.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: -30px;
    bottom: 0;
}

.banner-two-box:after {
    content: "";
    background-image: url("../img/banner-two/right-shape.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    right: -30px;
    bottom: 0;
}

.banner-two-box span {
    font-size: 20px;
    font-weight: 600;
    color: #d4b170;
}

.banner-two-box h4 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #3d4750;
}


/* Responsive footer css */

@media only screen and (max-width: 991px) {
    .banner-two-box {
        max-width: 300px;
    }
    .banner-two-box span {
        font-size: 18px;
    }
    .banner-two-box h4 {
        font-size: 30px;
    }
    .section-banner-two {
        max-height: 400px;
        min-height: auto;
    }
    .banner-justify-box-contact {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-two-box {
        max-width: 250px;
    }
    .banner-two-box span {
        font-size: 16px;
    }
    .banner-two-box h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-two-box {
        margin: 0 auto;
    }
}


/* new product */

.bb-pro-tab ul.bb-pro-tab-nav {
    margin: 0 -20px;
}

.bb-pro-tab ul.bb-pro-tab-nav li a {
    padding: 0 20px;
    font-size: 16px;
    color: #686e7d;
    font-weight: 500;
    text-transform: capitalize;
}

.bb-pro-tab ul.bb-pro-tab-nav li a.active {
    color: #d4b170;
}

.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child) {
    position: relative;
}

.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 12px;
    color: #686e7d;
}


/*  Responsive  */

@media only screen and (max-width: 991px) {
    .bb-pro-tab ul.bb-pro-tab-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* services */

.bb-services-box {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
}

.bb-services-box .services-img {
    margin-bottom: 20px;
}

.bb-services-box .services-img img {
    width: 50px;
}

.bb-services-box .services-contact h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #3d4750;
}

.bb-services-box .services-contact p {
    font-size: 14px;
    line-height: 20px;
    color: #686e7d;
}


/* vendors */

ul.bb-vendors-tab-nav {
    margin-bottom: -24px;
}

ul.bb-vendors-tab-nav li {
    width: 100%;
    margin-bottom: 24px;
}

ul.bb-vendors-tab-nav li a {
    padding: 30px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 30px;
}

ul.bb-vendors-tab-nav li a.active {
    border: 1px solid #d4b170;
}

ul.bb-vendors-tab-nav li a.active .bb-vendors-box .inner-heading h5 {
    color: #d4b170;
}

.bb-vendors-img {
    position: sticky;
    top: 0;
}

.bb-vendors-img .bb-vendor-init {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.bb-vendors-img .bb-vendor-init i {
    font-size: 20px;
    color: #fff;
}

.bb-vendors-img .bb-vendor-init:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.bb-vendors-img img {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #eee;
}

.bb-vendors-img .vendors-local-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 120px;
    width: 120px;
    background-color: #fff;
    padding: 20px 0 0 20px;
    border-top-left-radius: 30px;
}

.bb-vendors-img .vendors-local-shape img {
    width: 100px;
    height: 100px;
}

.bb-vendors-img .vendors-local-shape .inner-shape {
    position: relative;
}

.bb-vendors-img .vendors-local-shape .inner-shape:before {
    content: "";
    background-image: url("../img/banner-two/left-shape.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -50px;
}

.bb-vendors-img .vendors-local-shape .inner-shape:after {
    content: "";
    background-image: url("../img/banner-two/left-shape.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: -50px;
    bottom: -100px;
}

.bb-vendors-box .inner-heading {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-vendors-box .inner-heading h5 {
    font-size: 18px;
    color: #3d4750;
    font-weight: bold;
}

.bb-vendors-box .inner-heading span {
    font-size: 14px;
    color: #686e7d;
    font-weight: 400;
}

.bb-vendors-box p {
    font-size: 14px;
    line-height: 20px;
    color: #686e7d;
}


/* Responsive footer css */

@media only screen and (max-width: 420px) {
    .bb-vendors-box .inner-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* Testimonials */

.bb-testimonials {
    position: relative;
}

.bb-testimonials .inner-banner {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 150px;
    bottom: 0;
}

.bb-testimonials .inner-banner h4 {
    text-shadow: 1px 1px #111a24, -1px 1px #111a24, 1px -1px #111a24, -1px -1px #111a24;
    color: #fff;
    opacity: 0.15;
    font-size: 42px;
    font-weight: 700;
}

.bb-testimonials .testimonials-img-1 {
    z-index: -1;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 25px;
    border-radius: 20px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.bb-testimonials .testimonials-img-2 {
    z-index: -1;
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.bb-testimonials .testimonials-img-3 {
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    top: -50px;
    right: 500px;
    border-radius: 20px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.bb-testimonials .testimonials-img-4 {
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    top: 50px;
    right: 250px;
    border-radius: 20px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.bb-testimonials .testimonials-img-5 {
    z-index: -1;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0;
    right: 20px;
    border-radius: 20px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.bb-testimonials .testimonials-img-6 {
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 100px;
    border-radius: 20px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.bb-testimonials .bb-testimonials-inner {
    max-width: 900px;
    margin: auto;
}

.bb-testimonials .bb-testimonials-inner .testimonials-image {
    position: relative;
}

.bb-testimonials .bb-testimonials-inner .testimonials-image img {
    width: 100%;
    border-radius: 30px;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact img {
    border-radius: 15px;
    display: none;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact span {
    font-size: 14px;
    color: #777;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact .inner-contact {
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 30px;
}

.bb-testimonials .bb-testimonials-inner .testimonials-contact .inner-contact p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}


/* Responsive */

@media screen and (max-width: 1399px) {
    .bb-testimonials .testimonials-img-1 {
        height: 60px;
        width: 60px;
        left: 10px;
    }
    .bb-testimonials .testimonials-img-4 {
        top: 20px;
    }
    .bb-testimonials .testimonials-img-6 {
        height: 50px;
        width: 50px;
        right: 50px;
    }
    .bb-testimonials .inner-banner {
        left: 110px;
    }
    .bb-testimonials .inner-banner h4 {
        font-size: 38px;
    }
    .bb-testimonials .bb-testimonials-inner {
        max-width: 800px;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-image .inner-banner h4 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1199px) {
    .section-testimonials:after {
        height: 150px;
        width: 150px;
    }
    .bb-testimonials .testimonials-img-1 {
        display: none;
    }
    .bb-testimonials .testimonials-img-2 {
        display: none;
    }
    .bb-testimonials .testimonials-img-6 {
        right: 0;
    }
    .bb-testimonials .inner-banner {
        left: 30px;
    }
    .bb-testimonials .inner-banner h4 {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .bb-testimonials .testimonials-img-3 {
        display: none;
    }
    .bb-testimonials .testimonials-img-4 {
        display: none;
    }
    .bb-testimonials .testimonials-img-5 {
        display: none;
    }
    .bb-testimonials .testimonials-img-6 {
        display: none;
    }
    .bb-testimonials .inner-banner {
        display: none;
    }
    .section-testimonials:after {
        height: 120px;
        width: 120px;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-image .inner-banner {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .bb-testimonials .bb-testimonials-inner .testimonials-contact .user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-contact img {
        max-width: 60px;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-contact h4 {
        margin-bottom: 4px;
        font-size: 18px;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-contact span {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .section-testimonials:after {
        height: 80px;
        width: 80px;
    }
    .bb-testimonials .bb-testimonials-inner .testimonials-image {
        margin-bottom: 20px;
        max-width: 200px;
    }
}


/* blog-2 */

.blog-2-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.blog-2-card:hover .blog-contact {
    background-color: rgb(255, 255, 255);
}

.blog-2-card:hover .blog-img img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.blog-2-card .blog-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.blog-2-card .blog-contact {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
}

.blog-2-card .blog-contact span {
    font-size: 13px;
    color: #686e7d;
}

.blog-2-card .blog-contact h4 {
    font-size: 16px;
}

.blog-2-card .blog-contact h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #3d4750;
}


/* Instagram */

.section-instagram {
    position: relative;
}

.section-instagram .bb-title {
    margin: auto;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-instagram .bb-title h3 {
    font-size: 28px;
}

.bb-instagram-card .instagram-img {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.bb-instagram-card .instagram-img::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 30px;
}

.bb-instagram-card .instagram-img:hover::before {
    opacity: 1;
}

.bb-instagram-card .instagram-img:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.bb-instagram-card .instagram-img img {
    width: 100%;
    border-radius: 20px;
}

.bb-instagram-card .instagram-img::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "remixicon";
    content: "\ee66";
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 38px;
    color: #fff;
    -webkit-transform: scale(3) rotate(50deg);
    transform: scale(3) rotate(50deg);
}


/* Responsive footer css */

@media only screen and (max-width: 991px) {
    .section-instagram .bb-title {
        padding: 8px 20px;
    }
    .section-instagram .bb-title h3 {
        font-size: 25px;
    }
}


/* Pages ( Import Pages ) */


/* About */

.bb-about-img {
    position: sticky;
    top: 0;
}

.bb-about-img img {
    width: 100%;
}

.bb-about-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-about-contact .section-title {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.bb-about-contact .about-inner-contact {
    margin-bottom: 14px;
}

.bb-about-contact .about-inner-contact h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #3d4750;
    font-weight: 700;
    font-style: italic;
}

.bb-about-contact .about-inner-contact p {
    margin-bottom: 16px;
    font-size: 14px;
}

.bb-vendor-rows .bb-vendor-box {
    padding: 20px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-vendor-rows .bb-vendor-box .bb-count {
    margin-bottom: 12px;
}

.bb-vendor-rows .bb-vendor-box .bb-count h5 {
    font-size: 32px;
    line-height: 24px;
    color: #3d4750;
    font-weight: 700;
}

.bb-vendor-rows .bb-vendor-box .inner-text p {
    font-size: 14px;
    line-height: 18px;
    color: #686e7d;
    margin-bottom: 0;
}

.bb-team-box:hover .bb-team-img .bb-team-socials {
    right: 0;
}

.bb-team-box .bb-team-img {
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.bb-team-box .bb-team-img .bb-team-socials {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -38px;
}

.bb-team-box .bb-team-img .bb-team-socials .inner-shape {
    position: relative;
}

.bb-team-box .bb-team-img .bb-team-socials .inner-shape:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    background-size: 100%;
    background-image: url("../img/team/top-shape.png");
    background-repeat: no-repeat;
}

.bb-team-box .bb-team-img .bb-team-socials .inner-shape:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 147px;
    right: 0;
    background-size: 100%;
    background-image: url("../img/team/bottom-shape.png");
    background-repeat: no-repeat;
}

.bb-team-box .bb-team-img .bb-team-socials ul {
    margin-bottom: 0;
    padding: 20px 10px;
}

.bb-team-box .bb-team-img .bb-team-socials ul li:not(:last-child) {
    padding-bottom: 10px;
}

.bb-team-box .bb-team-img .bb-team-socials ul li a i {
    font-size: 16px;
}

.bb-team-box .bb-team-img .bb-team-socials ul li a i:hover {
    color: #d4b170;
}

.bb-team-box .bb-team-img img {
    width: 100%;
    border-radius: 20px;
}

.bb-team-box .bb-team-contact {
    text-align: center;
}

.bb-team-box .bb-team-contact h5 {
    font-size: 18px;
    font-weight: 700;
    color: #3d4750;
}

.bb-team-box .bb-team-contact p {
    font-size: 15px;
    color: #686e7d;
}


/* Responsive footer css */

@media only screen and (max-width: 1399px) {
    .bb-vendor-rows .bb-vendor-box .bb-count {
        margin-bottom: 8px;
    }
    .bb-vendor-rows .bb-vendor-box .bb-count h5 {
        font-size: 28px;
    }
    .bb-vendor-rows .bb-vendor-box .inner-text p {
        font-size: 14px;
    }
}


/* Shop */

.bnr-details-bg {
    background-color: #f8f8fb;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #eee;
}

ul.bb-shop-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px;
}

ul.bb-shop-tags li {
    margin: 5px;
}

ul.bb-shop-tags li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 10px 20px;
}

ul.bb-shop-tags li a:hover {
    color: #d4b170;
    border-color: #d4b170;
}

ul.bb-shop-tags li.active-tags a {
    color: #d4b170;
    border-color: #d4b170;
}

.bb-shop-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 17;
}

.bb-shop-sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 300px;
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 17;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
}

.bb-shop-sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-shop-sidebar::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-shop-sidebar::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-shop-sidebar .sidebar-filter-title {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-shop-sidebar .sidebar-filter-title h5 {
    font-size: 18px;
    font-weight: 700;
}

.bb-shop-sidebar .sidebar-filter-title .filter-close {
    font-size: 22px;
    font-weight: 500;
    color: #ff0000;
}

.bb-shop-sidebar .bb-shop-wrap {
    border-radius: 0;
}

.bb-shop-sidebar-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bb-bnr-details {
    position: relative;
}

.bb-bnr-details .bb-image img {
    width: 100%;
    border-radius: 20px;
}

.bb-bnr-details .overlay-bnr {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.bb-bnr-details .inner-contact {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bb-bnr-details .inner-contact h4 {
    font-family: "Poppins, sans-serif";
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.bb-bnr-details .inner-contact p {
    font-family: "Poppins, sans-serif";
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
    color: #fff;
}

.width-50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important;
}

.width-50 .bb-pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.width-50 .bb-pro-box .bb-pro-img {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 0;
    border-right: 1px solid #eee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.width-50 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.width-50 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.width-50 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}

.width-100 .bb-pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.width-100 .bb-pro-box .bb-pro-img {
    max-width: 250px;
    border-bottom: 0;
    border-right: 1px solid #eee;
}

.width-100 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.width-100 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.width-100 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-pro-pagination {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-pro-pagination p {
    font-size: 15px;
}

.bb-pro-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-pro-pagination ul li:not(:last-child) {
    margin-right: 6px;
}

.bb-pro-pagination ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px;
    padding: 0;
    font-weight: 300;
    color: #777;
    line-height: 32px;
    background: #f8f8fb;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #eee;
}

.bb-pro-pagination ul li a:hover {
    background-color: #3d4750;
    color: #fff;
}

.bb-pro-pagination ul li a.next {
    width: auto;
    padding: 0 13px;
    color: #fff;
    background-color: #3d4750;
    line-height: 30px;
}

.bb-pro-pagination ul li a.next i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    font-size: 16px;
    width: 8px;
    color: #fff;
}

.bb-pro-pagination ul li.active a {
    background-color: #3d4750;
    color: #fff;
}

.bb-pro-list-top {
    margin-bottom: 24px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.bb-pro-list-top .row {
    width: 100%;
}

.bb-pro-list-top .bb-bl-btn {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-pro-list-top .bb-bl-btn button {
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 5px;
    background: transparent;
}

.bb-pro-list-top .bb-bl-btn button i {
    font-size: 20px;
}

.bb-pro-list-top .bb-bl-btn button:not(:last-child) {
    margin-right: 5px;
}

.bb-pro-list-top .bb-bl-btn button.active {
    background-color: #d4b170;
    color: #fff;
    border-radius: 15px;
}

.bb-pro-list-top .bb-select-inner {
    height: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bb-pro-list-top .bb-select-inner .custom-select {
    width: 130px;
    margin-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-pro-list-top .bb-select-inner .custom-select:after {
    right: -10px;
}

.bb-sidebar-contact ul {
    margin-bottom: 0;
}

.bb-sidebar-contact ul li {
    position: relative;
    display: block;
}

.bb-sidebar-contact ul li:not(:last-child) {
    margin-bottom: 14px;
}

.bb-sidebar-block-item {
    position: relative;
}

.bb-sidebar-block-item input {
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bb-sidebar-block-item input:checked~.checked::after {
    display: block;
}

.bb-sidebar-block-item a {
    margin-left: 30px;
    display: block;
    color: #777;
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

.bb-sidebar-block-item .checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.bb-sidebar-block-item .checked:after {
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #d4b170;
    content: "\eb7b";
    position: absolute;
    display: none;
    background: #d4b170;
    font-family: "remixicon";
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.bb-color-contact ul {
    margin-bottom: 0;
}

.bb-color-contact ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 2px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
    width: 26px;
    height: 26px;
}

.bb-color-contact ul li .bb-sidebar-block-item {
    position: relative;
}

.bb-color-contact ul li .bb-sidebar-block-item span {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 20px;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-1 {
    background-color: #c4d6f9;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-2 {
    background-color: #ff748b;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-3 {
    background-color: #000000;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-4 {
    background-color: #2bff4a;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-5 {
    background-color: #ff7c5e;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-6 {
    background-color: #f155ff;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-7 {
    background-color: #ffef00;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-8 {
    background-color: #c89fff;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-9 {
    background-color: #7bfffa;
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-10 {
    background-color: #56ffc1;
}

.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span:after {
    width: 22px;
    height: 22px;
    content: "\eb7b";
    font-family: "remixicon";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-range-slider {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 0 0 15px 0;
    text-align: center;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #d4b170;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    top: -7px;
    border: 2px solid #d4b170;
    height: 17px;
    width: 17px;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #d4b170;
}

.bb-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.bb-tags ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    padding: 2px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
}

.bb-tags ul li a {
    font-size: 13px;
    text-transform: capitalize;
}

.bb-tags ul li:hover {
    background-color: #d4b170;
}

.bb-tags ul li:hover a {
    color: #fff;
}

.bb-shop-wrap {
    position: sticky;
    top: 0;
    background-color: #f8f8fb;
    border-radius: 20px;
    border: 1px solid #eee;
}

.bb-shop-wrap .bb-sidebar-block {
    padding: 20px;
}

.bb-shop-wrap .bb-sidebar-block:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title {
    margin-bottom: 20px;
}

.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3d4750;
}


/* Responsive footer css */

@media only screen and (max-width: 1199px) {
    .width-50 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .bnr-details-bg {
        padding: 15px;
    }
    .width-100 .bb-pro-box {
        display: block;
        overflow: hidden;
    }
    .width-100 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .width-100 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px;
    }
    .width-100 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .width-100 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .width-50 .bb-pro-box {
        max-width: 380px;
        margin: auto;
        display: block;
    }
    .width-50 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .width-50 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px;
    }
    .width-50 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .width-50 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bb-pro-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bb-pro-pagination p {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .bb-bnr-details .inner-contact {
        padding: 20px;
    }
    .bb-bnr-details .inner-contact h4 {
        font-size: 26px;
    }
    .bb-bnr-details .inner-contact p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .bb-pro-list-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bb-pro-list-top .col-6 {
        width: 100%;
    }
    .bb-pro-list-top .bb-bl-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bb-pro-list-top .bb-select-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bb-pro-list-top .bb-select-inner .custom-select {
        width: 100px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}


/* Single product page */

.bb-single-pro {
    margin-bottom: 24px;
}

.single-pro-slider {
    position: sticky;
    top: 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.single-pro-slider .single-nav-thumb {
    width: 100%;
    overflow: hidden;
}

.single-pro-slider .single-nav-thumb .slick-list {
    margin: 0 -8px;
}

.single-pro-slider .single-nav-thumb .single-slide {
    padding: 0px 10px 0 10px;
    display: block !important;
}

.single-pro-slider .single-nav-thumb .slick-slide img {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 15px;
}

.single-pro-slider .single-nav-thumb .slick-slide:hover img {
    border-color: #d4b170;
}

.single-pro-slider .single-nav-thumb .slick-slide.slick-current.slick-active img {
    border-color: #d4b170;
}

.single-pro-slider .single-nav-thumb .slick-arrow {
    top: 42%;
}

.single-pro-slider .single-nav-thumb button {
    background: transparent;
    outline: 0;
    border: 0;
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

.single-pro-slider .single-nav-thumb .slick-arrow {
    position: absolute;
    top: 55%;
    left: auto;
    right: auto;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-pro-slider .single-nav-thumb .slick-arrow:before {
    content: "";
    color: #686e7d;
    position: relative;
    font-size: 42px;
    width: 100%;
    line-height: 30px;
    height: 30px;
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev:before {
    font-family: "remixicon";
    content: "\ea52";
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-next:before {
    font-family: "remixicon";
    content: "\ea54";
}

.single-pro-slider .single-product-cover .zoom-image-hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.single-pro-slider .single-product-cover .zoom-image-hover img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bb-single-pro-contact .bb-sub-title {
    margin-bottom: 20px;
}

.bb-single-pro-contact .bb-sub-title h4 {
    font-size: 22px;
    font-weight: 700;
    color: #3d4750;
}

.bb-single-pro-contact .bb-single-rating {
    margin-bottom: 12px;
}

.bb-single-pro-contact .bb-single-rating .bb-pro-rating {
    margin-right: 10px;
}

.bb-single-pro-contact .bb-single-rating .bb-read-review a {
    color: #d4b170;
}

.bb-single-pro-contact .bb-single-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price {
    padding: 15px 0;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price {
    margin-bottom: 8px;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 {
    font-size: 20px;
    font-weight: 800;
    color: #3d4750;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 span {
    font-size: 20px;
    color: #d4b170;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku {
    margin-bottom: 8px;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku h5 {
    font-size: 18px;
    font-weight: 800;
    color: #3d4750;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p {
    font-size: 16px;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p span {
    font-size: 15px;
    text-decoration: line-through;
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .stock span {
    font-size: 18px;
    color: #d4b170;
}

.bb-single-pro-contact .bb-single-pro-weight {
    margin-bottom: 24px;
}

.bb-single-pro-contact .bb-single-pro-weight .pro-title {
    margin-bottom: 12px;
}

.bb-single-pro-contact .bb-single-pro-weight .pro-title h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li {
    margin: 10px 2px;
    padding: 2px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
}

.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li span {
    font-size: 14px;
}

.bb-single-pro-contact .bb-single-pro-weight .bb-pro-variation-contant ul li.active-variation {
    background-color: #d4b170;
    color: #fff;
}

.bb-single-pro-contact .bb-single-list {
    margin-bottom: 30px;
}

.bb-single-pro-contact .bb-single-list ul {
    margin: -8px 0;
    padding-left: 18px;
}

.bb-single-pro-contact .bb-single-list ul li {
    margin: 8px 0;
    color: #777;
    font-size: 14px;
    list-style-type: disc;
}

.bb-single-pro-contact .bb-single-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.bb-single-pro-contact .bb-single-qty .qty-plus-minus {
    margin: 2px;
}

.bb-single-pro-contact .bb-single-qty .buttons {
    margin: 2px;
}

.bb-single-pro-contact .bb-single-qty .buttons a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 25px;
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions {
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #777;
    line-height: 10px;
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover {
    background-color: #d4b170;
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover i {
    color: #fff;
}

.bb-single-pro-tab .bb-pro-tab {
    margin-bottom: 24px;
}

.bb-inner-tabs,
.bey-single-accordion {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px;
}

.bb-inner-tabs .bb-details p,
.bey-single-accordion .bb-details p {
    margin-bottom: 12px;
    font-weight: 300;
}

.bb-inner-tabs .bb-details .details-info ul,
.bey-single-accordion .bb-details .details-info ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.bb-inner-tabs .bb-details .details-info ul li,
.bey-single-accordion .bb-details .details-info ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #686e7d;
    line-height: 28px;
}

.bb-inner-tabs .bb-details .details-info ul li span,
.bey-single-accordion .bb-details .details-info ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    min-width: 150px;
}

.bb-inner-tabs .information ul,
.bey-single-accordion .information ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.bb-inner-tabs .information ul li,
.bey-single-accordion .information ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #686e7d;
    line-height: 28px;
}

.bb-inner-tabs .information ul li span,
.bey-single-accordion .information ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    min-width: 130px;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box,
.bey-single-accordion .bb-reviews .reviews-bb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
    margin-right: 12px;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image img,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact h4,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact h4 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact p,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.bb-inner-tabs .bb-reviews-form h3,
.bey-single-accordion .bb-reviews-form h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-inner-tabs .bb-reviews-form .bb-review-rating,
.bey-single-accordion .bb-reviews-form .bb-review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.bb-inner-tabs .bb-reviews-form .bb-review-rating span,
.bey-single-accordion .bb-reviews-form .bb-review-rating span {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #3d4750;
}

.bb-inner-tabs .bb-reviews-form .input-box,
.bey-single-accordion .bb-reviews-form .input-box {
    margin-bottom: 24px;
}

.bb-inner-tabs .bb-reviews-form .input-box input,
.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box input,
.bey-single-accordion .bb-reviews-form .input-box textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    border-radius: 20px;
}

.bb-inner-tabs .bb-reviews-form .input-box input::-webkit-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-webkit-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-webkit-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-inner-tabs .bb-reviews-form .input-box input::-moz-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-moz-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-moz-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-inner-tabs .bb-reviews-form .input-box input:-ms-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea:-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input:-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-inner-tabs .bb-reviews-form .input-box input::-ms-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-inner-tabs .bb-reviews-form .input-box input::placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box textarea {
    padding: 10px 10px 10px 20px;
    height: 100px;
}

.bb-inner-tabs .bb-reviews-form .input-button a,
.bey-single-accordion .bb-reviews-form .input-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 15px;
}

.bb-inner-tabs .accordion,
.bey-single-accordion .accordion {
    margin: -24px 0;
}

.bb-inner-tabs .accordion .accordion-item,
.bey-single-accordion .accordion .accordion-item {
    border-radius: 0;
    border: 0;
    margin: 24px 0;
}

.bb-inner-tabs .accordion .accordion-item .accordion-header .accordion-button,
.bey-single-accordion .accordion .accordion-item .accordion-header .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #3d4750;
}


/* Responsive footer css */

@media only screen and (max-width: 991px) {
    .single-pro-slider {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 575px) {
    .bb-inner-tabs .bb-reviews .reviews-bb-box,
    .bey-single-accordion .bb-reviews .reviews-bb-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
    .bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
        margin-right: 0;
        margin-bottom: 12px;
    }
}


/* Contact */

.bb-contact-form {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px;
}

.bb-contact-form .bb-contact-wrap {
    margin-bottom: 24px;
}

.bb-contact-form .bb-contact-wrap input,
.bb-contact-form .bb-contact-wrap textarea {
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #eee;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border-radius: 10px;
}

.bb-contact-form .bb-contact-wrap input::-webkit-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-contact-form .bb-contact-wrap input::-moz-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-contact-form .bb-contact-wrap input:-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-contact-form .bb-contact-wrap input::-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-contact-form .bb-contact-wrap input::placeholder,
.bb-contact-form .bb-contact-wrap textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-contact-form .bb-contact-wrap textarea {
    height: 150px;
}

.bb-contact-form .bb-contact-button button {
    padding: 4px 25px;
}

.bb-contact-maps {
    position: sticky;
    top: 0;
}

.bb-contact-maps iframe {
    width: 100%;
    height: 577px;
    margin-bottom: -10px;
    border-radius: 20px;
}


/* Cart */

.bb-cart-sidebar-block {
    padding: 20px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-cart-sidebar-block .bb-sb-title {
    margin-bottom: 20px;
}

.bb-cart-sidebar-block .bb-sb-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box {
    margin-bottom: 30px;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #3d4750;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select .custom-select {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    background-color: #fff;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span {
    font-size: 14px;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span .bb-coupon {
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
    cursor: pointer;
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-left {
    font-weight: 500;
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-right {
    font-weight: 600;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul {
    margin-bottom: 0;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li span {
    font-size: 16px;
    color: #686e7d;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-left {
    font-weight: 600;
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-right {
    font-weight: 600;
}

.coupon-down-box {
    width: 100%;
}

.coupon-down-box form {
    position: relative;
    margin-bottom: 15px;
}

.coupon-down-box form input {
    width: 100%;
}

.coupon-down-box form button {
    margin: 8px 8px 8px 0;
    padding: 2px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.check-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-cart-table {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
}

.bb-cart-table table {
    width: 100%;
}

.bb-cart-table table thead tr {
    border-bottom: 1px solid #eee;
}

.bb-cart-table table thead tr th {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #3d4750;
    text-transform: capitalize;
}

.bb-cart-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.bb-cart-table table tbody tr td {
    padding: 12px;
}

.bb-cart-table table tbody .Product-cart img {
    width: 70px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.bb-cart-table table tbody .Product-cart span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-cart-table table tbody span.price {
    font-size: 15px;
    font-weight: 500;
    color: #686e7d;
}

.bb-cart-table table tbody .pro-remove i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    color: #686e7d;
}

.bb-cart-table table tbody .pro-remove i:hover {
    color: #ff0000;
}


/* Responsive */

@media screen and (max-width: 1399px) {
    .bb-cart-table {
        overflow-y: auto;
    }
    .bb-cart-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        padding: 5px;
    }
    .bb-cart-table::-webkit-scrollbar-track {
        width: 8px;
        background-color: #eee;
        -webkit-box-shadow: inset 0 0 0px #000;
    }
    .bb-cart-table::-webkit-scrollbar-thumb {
        background-color: #3d4750;
        border-radius: 20px;
    }
    .bb-cart-table table {
        width: 780px;
    }
}


/* checkout */

.bb-checkout-sidebar {
    margin-bottom: -24px;
}

.bb-checkout-sidebar .checkout-items {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.bb-checkout-sidebar .checkout-items .sub-title {
    margin-bottom: 12px;
}

.bb-checkout-sidebar .checkout-items .sub-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-checkout-sidebar .checkout-items .payment-img img {
    width: 100%;
}

.bb-checkout-sidebar .checkout-summary {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.bb-checkout-sidebar .checkout-summary ul {
    margin-bottom: 20px;
}

.bb-checkout-sidebar .checkout-summary ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-checkout-sidebar .checkout-summary ul li:not(:last-child) {
    margin-bottom: 8px;
}

.bb-checkout-sidebar .checkout-summary ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #686e7d;
}

.bb-checkout-sidebar .checkout-summary ul li span .apply {
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
}

.bb-checkout-sidebar .bb-checkout-pro {
    margin-bottom: -24px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items {
    padding: 15px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
    margin-right: 15px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 {
    font-size: 16px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #3d4750;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 4px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .new-price {
    color: #3d4750;
    font-weight: 600;
    font-size: 15px;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .old-price {
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #777;
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-variation {
    margin: 0;
}

.bb-checkout-sidebar .checkout-method {
    margin-bottom: 24px;
}

.bb-checkout-sidebar .checkout-method span.details {
    font-size: 15px;
    font-weight: 500;
    color: #686e7d;
}

.bb-checkout-sidebar .checkout-method .inner-del {
    width: 50%;
}

.bb-checkout-sidebar .checkout-method .bb-del-option {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-checkout-sidebar .checkout-method .bb-del-option .bb-del-head {
    font-size: 15px;
    font-weight: 600;
    color: #3d4750;
}

.bb-checkout-sidebar .about-order h5 {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #686e7d;
}

.bb-checkout-sidebar .about-order textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
}

.bb-checkout-sidebar .about-order textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-sidebar .about-order textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-sidebar .about-order textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-sidebar .about-order textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-sidebar .about-order textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-contact {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
}

.bb-checkout-contact .main-title {
    margin-bottom: 20px;
}

.bb-checkout-contact .main-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-checkout-contact .inner-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #3d4750;
}

.bb-checkout-contact .checkout-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.bb-checkout-contact .checkout-radio .radio-itens:not(:last-child) {
    margin-right: 20px;
}

.bb-checkout-contact .checkout-radio .radio-itens input {
    width: auto;
    margin-right: 2px;
}

.bb-checkout-contact .checkout-radio .radio-itens label {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
}

.bb-checkout-contact p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #686e7d;
}

.bb-checkout-contact .inner-button {
    margin-bottom: 20px;
}

.bb-checkout-contact .inner-button a {
    display: inline-block;
    padding: 4px 25px;
}

.bb-checkout-contact form .input-item {
    margin-bottom: 24px;
}

.bb-checkout-contact form .input-item label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3d4750;
}

.bb-checkout-contact form .input-button {
    margin-bottom: 20px;
}

.bb-checkout-contact form .input-button button {
    padding: 4px 25px;
}

.bb-checkout-contact .input-box-form {
    margin-top: 20px;
}

.bb-checkout-contact .input-box-form .input-item .custom-select {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.bb-checkout-contact .input-box-form .input-item .custom-select .custom-select {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.bb-checkout-contact .input-box-form .input-button {
    margin-bottom: 0;
}


/* Responsive */

@media screen and (max-width: 1399px) {
    .bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .bb-checkout-contact .checkout-radio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-checkout-sidebar .checkout-method .inner-del {
        width: 100%;
    }
    .bb-checkout-sidebar .checkout-method .bb-del-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-checkout-sidebar .checkout-method .bb-del-option .inner-del:not(:last-child) {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 420px) {
    .bb-checkout-sidebar .bb-checkout-pro .pro-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* Faq */

.bb-faq-img {
    position: sticky;
    top: 0;
}

.bb-faq-img img {
    width: 100%;
    border-radius: 20px;
}

.accordion-item {
    background: transparent;
}

.accordion-button:after {
    background-image: none;
    -webkit-transform: none;
    transform: none;
    font-family: "remixicon";
    content: "\f1af";
    font-size: 20px;
    font-weight: 500;
    color: #3d4750;
}

.accordion-button:not(.collapsed):after {
    background-image: none;
    -webkit-transform: none;
    transform: none;
    font-family: "remixicon";
    content: "\ea13";
    font-size: 20px;
    font-weight: 500;
    color: #3d4750;
}

.bb-faq-contact {
    margin-bottom: -24px;
}

.bb-faq-contact .accordion-item {
    border-radius: 0;
    border: 0;
    outline: 0;
    margin-bottom: 24px;
}

.bb-faq-contact .accordion-item .accordion-button {
    background: transparent;
    border-radius: 15px !important;
    border: 1px solid #eee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bb-faq-contact .accordion-item .accordion-body {
    padding: 15px 15px 0;
}

.bb-faq-contact .accordion-header {
    font-size: 16px;
}

.bb-faq-contact .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #3d4750;
}

.bb-faq-contact .accordion-body {
    font-size: 14px;
    font-weight: 300;
    color: #686e7d;
}


/* login */

.bb-login-contact {
    max-width: 500px;
    margin: auto;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px;
}

.bb-login-contact .bb-login-wrap {
    margin-bottom: 24px;
}

.bb-login-contact .bb-login-wrap a {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.bb-login-contact .bb-login-button {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bb-login-contact .bb-login-button button {
    margin: 5px;
    padding: 4px 20px;
}

.bb-login-contact .bb-login-button a {
    height: 36px;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bb-login-contact .bb-login-button a:hover {
    color: #d4b170;
}


/* Register */

.bb-register {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px;
}

.bb-register form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.bb-register form .bb-register-width-50 {
    width: 50%;
}

.bb-register form .bb-register-width-100 {
    width: 100%;
}

.bb-register form .bb-register-wrap {
    padding: 0 12px;
    margin-bottom: 24px;
}

.bb-register form .bb-register-wrap label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #3d4750;
}

.bb-register form .bb-register-wrap input,
.bb-register form .bb-register-wrap .custom-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
}

.bb-register form .bb-register-wrap .custom-select .custom-select {
    padding: 0;
    border: 0;
}

.bb-register form .bb-register-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-register form .bb-register-button button {
    padding: 4px 20px;
}


/* Responsive footer css */

@media only screen and (max-width: 575px) {
    .bb-register form .bb-register-width-50 {
        width: 100%;
    }
}


/* blog */

.bb-blog-sidebar {
    margin-bottom: -24px;
}

.bb-blog-sidebar .blog-inner-contact {
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title {
    margin-bottom: 20px;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
    margin-bottom: 24px;
    padding: 15px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card:last-child {
    margin-bottom: 0;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
    margin-right: 15px;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
    width: 80px;
    border-radius: 20px;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact span {
    font-size: 13px;
    font-weight: 400;
    color: #d4b170;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #3d4750;
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #686e7d;
}

.bb-blog-sidebar .blog-inner-contact .blog-categories ul {
    margin-bottom: -14px;
}

.bb-blog-sidebar .blog-inner-contact .blog-categories ul li {
    position: relative;
    margin-bottom: 14px;
}

.bb-blog-card {
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
}

.bb-blog-card .blog-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.bb-blog-card .blog-contact {
    padding: 20px;
}

.bb-blog-card .blog-contact h5 {
    margin-bottom: 12px;
    font-size: 18px;
}

.bb-blog-card .blog-contact h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #3d4750;
}

.bb-blog-card .blog-contact p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.bb-blog-card .blog-contact .blog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-blog-card .blog-contact .blog-btn a {
    padding: 2px 14px;
}

.bb-blog-details-contact .bb-pro-pagination {
    margin-bottom: 24px;
}

.bb-blog-details-contact .inner-blog-details-image {
    margin-bottom: 24px;
}

.bb-blog-details-contact .inner-blog-details-image img {
    width: 100%;
    border-radius: 15px;
}

.bb-blog-details-contact .inner-blog-details-contact {
    margin-bottom: 30px;
}

.bb-blog-details-contact .inner-blog-details-contact span {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 300;
    color: #777;
}

.bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #3d4750;
}

.bb-blog-details-contact .inner-blog-details-contact p {
    margin-bottom: 16px;
}

.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image {
    margin-bottom: 24px;
}

.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image img {
    width: 100%;
    border-radius: 15px;
}

.bb-blog-details-contact .bb-blog-details-comment:not(:last-child) {
    margin-bottom: 30px;
}

.bb-blog-details-contact .bb-blog-details-comment .main-title {
    margin-bottom: 12px;
}

.bb-blog-details-contact .bb-blog-details-comment .main-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-pl-50 {
    padding-left: 50px;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
    margin-right: 15px;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image img {
    width: 50px;
    border-radius: 15px;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact h5.sub-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #3d4750;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact span {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact p {
    margin-bottom: 6px;
    font-size: 14px;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d4b170;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 600;
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn:hover i {
    padding-left: 4px;
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input {
    margin-bottom: 24px;
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input textarea {
    height: 200px;
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons a {
    padding: 4px 18px;
}


/* Responsive */

@media screen and (max-width: 991px) {
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .bb-blog-sidebar .blog-inner-contact {
        padding: 15px;
    }
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
        font-size: 18px;
    }
    .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
        width: 100%;
    }
}


/* wishlist */

.bb-wishlist .bb-pro-img .bb-remove-wish {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.bb-wishlist .bb-pro-img .bb-remove-wish i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #686e7d;
}

.bb-wishlist .bb-pro-img .bb-remove-wish i:hover {
    color: #d4b170;
}

.bb-wish-rightside .bb-wishlist-msg {
    padding: 30px 0;
    text-align: center;
    font-size: 50px;
    line-height: 32px;
    font-weight: 500;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #686e7d;
}


/* Responsive */

@media screen and (max-width: 991px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 32px;
    }
}


/* compare */

.bb-compare {
    overflow: auto;
}

.bb-compare::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
}

.bb-compare::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0px #000;
}

.bb-compare::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
}

.bb-compare ul.bb-compare-main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bb-compare ul.bb-compare-main-box li.bb-compare-inner-rows:last-child {
    border-right: 1px solid #eee;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 323px;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image {
    position: relative;
    background-color: #fff;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare {
    position: absolute;
    top: 20px;
    right: 20px;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #686e7d;
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i:hover {
    color: #d4b170;
}

.compare-pro-img {
    height: 250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.compare-pro-img p {
    font-size: 15px;
}

.compare-pro-img img {
    height: 100%;
}

.compare-description {
    height: 135px;
}

.compare-pro-title,
.compare-pro-detail {
    padding: 20px;
}

.compare-pro-title h5,
.compare-pro-detail h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #3d4750;
}

.compare-pro-title p,
.compare-pro-detail p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #686e7d;
}

.compare-pro-title .in-stock,
.compare-pro-detail .in-stock {
    color: #d4b170;
}

.compare-pro-title .out-stock,
.compare-pro-detail .out-stock {
    color: #ffa5a5;
}


/* Responsive */

@media screen and (max-width: 991px) {
    .bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
        width: 250px;
    }
    .compare-pro-img img {
        width: 100%;
    }
}


/* Terms */

.section-terms .desc {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.section-terms .desc h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.section-terms .desc p {
    font-weight: 400;
}

.section-terms .desc .block:not(:last-child) {
    margin-bottom: 24px;
}


/* Track */

.section-track .track {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 30px;
}

.section-track .block-title {
    padding: 30px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.section-track .block-title h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.section-track .block-title p {
    font-size: 14px;
    font-weight: 400;
}

.section-track .bb-progress {
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-track .bb-progress li {
    width: calc(20% - 24px);
    margin: 12px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 30px;
    position: relative;
}

.section-track .bb-progress li .icon {
    margin-bottom: 5px;
}

.section-track .bb-progress li .icon i {
    font-size: 25px;
    color: #a5a8b1;
}

.section-track .bb-progress li .number {
    width: 30px;
    height: 30px;
    background-color: rgba(104, 110, 125, 0.4);
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
}

.section-track .bb-progress li .title {
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    color: #a5a8b1;
}

.section-track .bb-progress li.active {
    border-color: #686e7d;
}

.section-track .bb-progress li.active .number {
    width: 35px;
    height: 35px;
    background-color: rgba(104, 110, 125, 0.9);
}

.section-track .bb-progress li.active .icon {
    margin-bottom: 5px;
}

.section-track .bb-progress li.active .icon i {
    color: #686e7d;
}

.section-track .bb-progress li.active .title {
    font-weight: 600;
    color: #686e7d;
}


/* Responsive */

@media screen and (max-width: 991px) {
    .section-track .bb-progress li {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width: 480px) {
    .section-track .bb-progress li {
        width: 100%;
    }
    .section-track .track {
        padding: 15px;
    }
}


/*# sourceMappingURL=style.css.map */

.success-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 16px;
}

.section-instagram {
    padding: 50px 0;
    /* Adjust as necessary */
}

.bb-instagram-slider .bb-instagram-card {
    display: flex;
    justify-content: center;
    /* Center the image in the card */
    align-items: center;
    /* Center the image vertically */
}

.instagram-img {
    width: 100%;
    /* Take the full width of the card */
    height: 200px;
    /* Set a fixed height for all images */
    overflow: hidden;
    /* Hide any overflow */
    position: relative;
    /* Position relative for absolute positioning of the image */
}

.instagram-img img {
    width: 100%;
    /* Make the image take the full width */
    height: 100%;
    /* Make the image take the full height */
    object-fit: cover;
    /* Cover the area, maintaining aspect ratio */
    position: absolute;
    /* Position absolutely within the container */
    top: 50%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    transform: translate(-50%, -50%);
    /* Adjust position to truly center */
}

#genre {
    padding: 6px !important;
    border: 2px solid #d4b170 !important;
    border-radius: 10px !important;
    margin: 10px 0px 10px 0px !important;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset !important;
}

.over-hidden {
    overflow: hidden;
}

.z-5 {
    z-index: 5;
}

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

.flex-grow {
    flex-grow: 1 !important;
}

.row-reverse {
    flex-direction: row-reverse !important;
}

.justify-start {
    justify-content: start !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-between {
    justify-content: space-between !important;
}

.items-center {
    align-items: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-end {
    text-align: end !important;
}

.text-center {
    text-align: center !important;
}

.gap2 {
    gap: 2px !important;
}

.gap6 {
    gap: 6px !important;
}

.gap7 {
    gap: 7px !important;
}

.gap8 {
    gap: 8px !important;
}

.gap9 {
    gap: 9px !important;
}

.gap10 {
    gap: 10px !important;
}

.gap14 {
    gap: 14px !important;
}

.gap15 {
    gap: 15px !important;
}

.gap16 {
    gap: 16px !important;
}

.gap18 {
    gap: 18px !important;
}

.gap20 {
    gap: 20px !important;
}

.gap22 {
    gap: 22px !important;
}

.gap24 {
    gap: 24px !important;
}

.gap30 {
    gap: 30px !important;
}

.gap34 {
    gap: 34px !important;
}

.gap40 {
    gap: 40px !important;
}

.gap50 {
    gap: 50px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-30 {
    padding-top: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.w-full {
    width: 100% !important;
}

.w-half {
    width: 50% !important;
}

.w-max {
    width: max-content !important;
}

.h-full {
    height: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.e-resize {
    cursor: e-resize;
}

.tf-color {
    color: var(--Primary) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.border-radius-corner {
    border-radius: 999px !important;
}

.space-20 {
    height: 20px;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

#wrapper>.background-F9F9F9 {
    background-color: #F9F9F9;
}


/* link style
-------------------------------------------------------------- */

a {
    text-decoration: none;
    color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: var(--Primary);
    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;
}


/* cl-container
-------------------------------------------------------------- */

.cl-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
    padding-left: 14px;
    width: 1428px;
    max-width: 100%;
}

.cl-container .row {
    margin-left: -14px !important;
    margin-right: -14px !important;
}

.cl-container .row>* {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

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

.cl-container.w1800 {
    width: 1828px;
}

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

.heading-section {
    margin-bottom: 46px;
}

.heading-section h2 {
    margin-top: -9px;
    margin-bottom: 16px;
}

.heading-section .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: var(--Text);
}

.heading-section.style-white h2,
.heading-section.style-white .text {
    color: var(--White);
}

.text-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.divider {
    height: 1px;
    background: var(--Border);
}

ul.breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

ul.breadcrumbs li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--Text);
}

ul.breadcrumbs.style-1 li {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.wg-blog {
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 29px;
}

.wg-blog .image {
    overflow: hidden;
}

.wg-blog .image img {
    width: 100%;
    height: 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;
}

.wg-blog .content {
    padding: 22px 25px 30px;
    text-align: center;
    background-color: var(--White);
    border: 1px solid var(--Border);
    border-top: 0;
    border-radius: 0 0 16px 16px;
}

.wg-blog .content .name {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 23px;
}

.wg-blog .content p {
    margin-bottom: 23px;
}

.wg-blog .content a {
    margin: auto;
}

.wg-blog:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}

.wg-blog:hover .image 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;
}

.wg-blog.style-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 27px;
}

.wg-blog.style-row .image {
    width: 35.6%;
}

.wg-blog.style-row .content {
    width: 64.4%;
    padding: 41px 30px;
    text-align: start;
    border-top: 1px solid var(--Border);
    border-radius: 0 16px 16px 0;
}

.wg-blog.style-row .content .sub-blog {
    justify-content: start;
}

.wg-blog.style-row .content .name {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    max-width: 415px;
    margin-bottom: 14px;
}

.wg-blog.style-row .content a {
    margin: unset;
}

.wg-blog.style-large {
    margin-bottom: 27px;
}

.wg-blog.style-large .content {
    padding: 22px 30px 26px;
    text-align: start;
}

.wg-blog.style-large .content .sub-blog {
    justify-content: start;
    margin-bottom: 12px;
}

.wg-blog.style-large .content .name {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 13px;
}

.wg-blog.style-large .content p {
    margin-bottom: 22px;
}

.wg-blog.style-large .content a {
    margin: unset;
}

.sub-blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 13px;
}

.sub-blog div {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Text);
}

.sub-blog div:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--Text);
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-blog.style-color {
    justify-content: start;
}

.sub-blog.style-color div {
    color: var(--Fourth);
}

.sub-blog.style-color div::after {
    background-color: var(--Fourth);
}

.wg-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}

.wg-pagination li {
    min-width: 40px;
    text-align: center;
    color: var(--Secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.wg-pagination li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    gap: 10px;
    border-radius: 40px;
    color: var(--Secondary);
}

.wg-pagination li a i {
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wg-pagination li:hover a {
    background: #F9F9F9;
}

.wg-pagination li.active a {
    background: var(--Secondary);
    color: #fff !important;
}

.wg-pagination li.active i {
    color: #fff !important;
}

.wg-pagination li:last-child a,
.wg-pagination li:first-child a {
    border: 1px solid var(--Border);
    width: 61px;
    height: 40px;
}

.wg-pagination li:last-child a i,
.wg-pagination li:first-child a i {
    font-size: 23px;
}

.wg-pagination li:last-child:hover a,
.wg-pagination li:first-child:hover a {
    border: 1px solid var(--Secondary);
}

.wg-pagination li:last-child {
    margin-left: 10px;
}

.wg-pagination li:first-child {
    margin-right: 10px;
}

.wg-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

.wg-social>span {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    color: var(--White);
}

.wg-social ul.list-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.wg-social ul.list-social li a {
    color: var(--White);
    position: relative;
    font-size: 14px;
}

.wg-social ul.list-social li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.07;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.wg-social ul.list-social li a:hover::before {
    background-color: #FFFFFF;
}

.wg-social.style-black>span {
    color: var(--Secondary);
}

.wg-social.style-black ul.list-social li a {
    color: var(--Secondary);
}

.wg-social.style-black ul.list-social li a:hover::before {
    background-color: #1c1c1c;
}

ul.wg-social-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 120px;
    padding: 19px 20px;
    background-color: var(--White);
}

ul.wg-social-1 li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.checkbox-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.checkbox-item label input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.checkbox-item label input:checked~.btn-checkbox {
    background-color: var(--Secondary);
}

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

.checkbox-item label .btn-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid var(--Border);
}

.checkbox-item label .btn-checkbox:after {
    content: "\f125";
    font-family: flaticon_just-home !important;
    position: absolute;
    font-size: 11px;
    top: 3px;
    left: 4px;
    color: #fff;
    display: none;
}

.radio-item label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.radio-item label input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

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

.radio-item label .btn-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--Border);
}

.radio-item label .btn-checkbox:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid var(--Secondary);
    display: none;
}

.switch-item label {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.switch-item label input {
    position: relative;
    width: 55px;
    min-width: 55px;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F8F5F0 !important;
    border-radius: 999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 0;
}

.switch-item label input::before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--White);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-item label input:checked {
    background-color: var(--Secondary) !important;
}

.switch-item label input:checked::before {
    left: 28px;
}

ul.list-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

ul.list-text li {
    position: relative;
    padding-left: 16px;
}

ul.list-text li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--Fourth);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ratings {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
}

.ratings i {
    font-size: 12px;
    color: var(--Primary);
}

.wg-related-posts {
    padding-top: 191px;
    padding-bottom: 171px;
    border-radius: 24px;
    background-color: #F9F9F9;
}

.box-content-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 40px 0;
    border: 1px solid var(--Secondary);
    border-radius: 32px;
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.box-content-search.active {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.box-content-search .heading {
    padding: 0 40px 13px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Fourth);
}

.box-content-search .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    padding: 0 40px;
    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;
}

.box-content-search .item i {
    font-size: 16px;
    color: var(--Fourth);
}

.box-content-search .item:hover {
    background-color: #F9F9F9;
}

.box-content-search .item1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 40px;
    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;
}

.box-content-search .item1:hover {
    background-color: #F9F9F9;
}

.box-content-search .item1>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.box-content-search .item1>div .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.box-content-search .item1>div .image img {
    width: 100%;
    object-fit: cover;
}

.box-content-search .item1 .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
}

.box-content-search.style-1 {
    padding: 28px 21px 20px;
}

.box-content-search.style-1 ul {
    max-height: 320px;
}

.box-content-search.style-1 ul .item1 {
    padding: 15px;
    border-radius: 16px;
}

.wg-filter {
    position: relative;
    z-index: 15;
}

.wg-filter .btn-filter.active {
    border-color: var(--Secondary);
}

.wg-filter .open-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    border: 1px solid var(--Secondary);
    border-radius: 16px;
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.wg-filter .open-filter.active {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.wg-filter .open-filter .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
    margin-bottom: 20px;
}

.wg-filter.style-more {
    z-index: 40;
}

.wg-filter.style-more .btn-filter {
    height: 54px;
    padding: 16px 47px 16px 28px;
}

.wg-filter.style-more .open-filter {
    width: 1022px;
}

.wg-filter.style-more .open-filter.active {
    top: 116%;
    z-index: 70;
}

.wg-filter.style-more::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;
    top: 47%;
    right: 30px;
    border-color: var(--Secondary);
    -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;
}

.wg-filter.style-price {
    z-index: 50;
}

.wg-filter.style-price .btn-filter {
    height: 54px;
    padding: 16px 47px 16px 28px;
}

.wg-filter.style-price .open-filter {
    width: 401px;
    left: 0;
    padding: 24px 30px 30px 20px;
}

.wg-filter.style-price .open-filter.active {
    top: 116%;
    z-index: 60;
}

.wg-filter.style-price .open-filter .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
}

.wg-filter.style-price .open-filter .grid-2-cols {
    gap: 10px;
}

.wg-filter.style-price .open-filter .nice-select {
    border-radius: 12px !important;
    padding: 12px 49px 12px 19px !important;
}

.wg-filter.style-price .open-filter .nice-select::after {
    right: 21px !important;
}

.wg-filter.style-price::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;
    top: 47%;
    right: 30px;
    border-color: var(--Secondary);
    -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;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    width: 100%;
}

.grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    width: 100%;
}

.grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
    width: 100%;
}

.grid-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    width: 100%;
}

.box-dream {
    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;
    border-radius: 16px;
    background-color: var(--White);
    padding-top: 10px;
}

.box-dream:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}

.box-dream:hover .image .swiper-container::after {
    opacity: 1;
    visibility: visible;
}

.box-dream:hover .image .swiper-container .swiper-pagination,
.box-dream:hover .image .swiper-container .swiper-button-next,
.box-dream:hover .image .swiper-container .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.box-dream:hover .image 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;
}

.box-dream:hover .button-heart {
    opacity: 1;
    visibility: visible;
}

.box-dream .image {
    position: relative;
    margin: 0px 10px;
    border-radius: 12px;
    overflow: hidden;
}

.box-dream .image img {
    width: 100%;
    height: 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;
}

.box-dream .image .swiper-container .swiper-slide {
    overflow: hidden;
}

.box-dream .image .swiper-container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0.8) 100%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-dream .image .swiper-container .swiper-pagination,
.box-dream .image .swiper-container .swiper-button-next,
.box-dream .image .swiper-container .swiper-button-prev {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.box-dream .button-heart {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: rgba(26, 26, 26, 0.3019607843);
    padding: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 20;
    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;
    opacity: 0;
    visibility: hidden;
}

.box-dream .button-heart i {
    font-size: 15px;
    color: var(--White);
}

.box-dream .button-heart.style-1 {
    border: 1px solid var(--Border);
    background-color: transparent;
}

.box-dream .button-heart.style-1 i {
    color: var(--Text);
}

.box-dream .content {
    padding: 24px 30px 30px 30px;
}

.box-dream .content .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.box-dream .content .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
}

.box-dream .content .price {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: var(--Third);
}

.box-dream .content .location {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 27px;
}

.box-dream .content .location .icon i {
    font-size: 20px;
    color: var(--Text);
}

.box-dream .content .location p {
    line-height: 24px;
}

.box-dream .content .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 17px;
    border-top: 1px solid var(--Border);
}

.box-dream .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--Text);
}

.box-dream.has-border {
    border: 1px solid var(--Border);
    padding-top: 9px;
}

.box-dream.has-border:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}
model-viewer {
    height: 500PX;
    width: 100%;
}
.box-dream.style-1 {
    border: 1px solid var(--Border);
}

.box-dream.style-1 .image {
    margin: 0px 9px;
}

.box-dream.style-1 .content {
    padding: 13px 20px 13px 20px;
}

.box-dream.style-1 .content .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 2px;
}

.box-dream.style-1 .content .price {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.box-dream.style-1 .content .location {
    gap: 7px;
    margin-bottom: 10px;
}

.box-dream.style-1 .content .location i {
    font-size: 16px;
}

.box-dream.style-1 .content .location p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.box-dream.style-1 .content .icon-box .item {
    gap: 7px;
}

.box-dream.style-1 .content .icon-box .item i {
    font-size: 17px;
}

.box-dream.style-1 .content .icon-box .item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.box-dream.style-2 {
    padding-top: 0;
}

.box-dream.style-2 .image {
    margin: 0;
}

.box-dream.style-2 .content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.box-dream.style-2 .content .location {
    margin-bottom: 17px;
}

.box-dream.style-2:hover {
    box-shadow: none;
}

.box-dream.style-2.type-small .content {
    padding-top: 15px;
}

.box-dream.style-2.type-small .content .head {
    margin-bottom: 9px;
}

.box-dream.style-2.type-small .content .location {
    margin-bottom: 15px;
}

.box-dream.style-2.type-small .content .location p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.box-dream.style-2.type-small .content .bot {
    padding-top: 16px;
}

.box-dream.style-2.type-small .content .icon-box .item {
    gap: 7px;
}

.box-dream.style-2.type-small .content .icon-box .item i {
    font-size: 17px;
}

.box-dream.style-2.type-small .content .icon-box .item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.box-dream.style-2.type-small .content .price {
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
}

.box-dream.style-3 {
    padding-top: 0;
}

.box-dream.style-3 .image {
    margin: 0;
    border-radius: 12px 12px 0 0;
}

.box-dream.style-3 .list-tags .tags-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.box-dream.style-3 .content {
    padding: 13px 20px 16px;
    border: 1px solid var(--Border);
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.box-dream.style-3 .content .head {
    margin-bottom: 2px;
}

.box-dream.style-3 .content .location {
    gap: 7px;
    margin-bottom: 13px;
}

.box-dream.style-3 .content .location .icon i {
    font-size: 16px;
}

.box-dream.style-3 .content .location p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.box-dream.style-3 .content .icon-box {
    gap: 10px;
}

.box-dream.style-3 .content .icon-box .item {
    padding: 7px 15px;
    gap: 7px;
}

.box-dream.style-3 .content .icon-box .item i {
    font-size: 16px;
}

.box-dream.style-3 .content .icon-box .item p {
    font-weight: 400;
    font-size: 15px;
}

.box-dream.style-3 .content .price {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.box-dream.style-3 .content .bot {
    padding-top: 22px;
}

.box-dream.style-3 .button-heart {
    position: unset;
    opacity: 1;
    visibility: visible;
}

.box-dream.style-3 .icon-box {
    margin-bottom: 20px;
}

.box-dream.style-absolute {
    padding-top: 0;
}

.box-dream.style-absolute .image {
    margin: 0;
}

.box-dream.style-absolute .content {
    position: absolute;
    padding: 14px 20px 17px 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: var(--White);
    border-radius: 8px;
    z-index: 10;
}

.box-dream.style-absolute .content .location {
    margin-bottom: 15px;
}

.box-dream.style-absolute.type-no-bg-content .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0.8) 100%);
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-dream.style-absolute.type-no-bg-content .content {
    background-color: transparent;
}

.box-dream.style-absolute.type-no-bg-content .content .icon-box .item p,
.box-dream.style-absolute.type-no-bg-content .content .icon-box .item i,
.box-dream.style-absolute.type-no-bg-content .content .price,
.box-dream.style-absolute.type-no-bg-content .content .location p,
.box-dream.style-absolute.type-no-bg-content .content .location .icon i,
.box-dream.style-absolute.type-no-bg-content .content .title a {
    color: var(--White);
}

.box-dream.style-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    padding-top: 0;
    border: 1px solid var(--Border);
}

.box-dream.style-row .image {
    margin: 9px 0 9px 9px;
    width: 350px;
    flex-shrink: 0;
}

.box-dream.style-row .image img {
    height: 300px;
}

.box-dream.style-row .content {
    padding: 0;
    padding-top: 45px;
    padding-bottom: 15px;
}

.box-dream.style-row .content .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
}

.box-dream.style-row .content .location {
    margin-bottom: 19px;
}

.box-dream.style-row .content>p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.box-dream.style-properties .image {
    border-radius: 16px;
    height: 100%;
}

.box-dream.style-properties .image .list-tags {
    top: 40px;
    left: 40px;
}

.box-dream.style-properties .content {
    padding: 0;
    max-width: 368px;
    bottom: 37px;
    left: 40px;
}

.box-dream.style-properties .content .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

.box-dream.style-properties .content .location {
    margin-bottom: 25px;
}

.box-dream.style-properties .button-arrow-right {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}

.box-dream.style-white {
    background-color: transparent;
}

.box-dream.style-white .content .price,
.box-dream.style-white .content .icon-box .item p,
.box-dream.style-white .content .icon-box .item i,
.box-dream.style-white .content .location p,
.box-dream.style-white .content .location .icon i,
.box-dream.style-white .content .title a {
    color: var(--White);
}

.box-dream.style-properties-1 .image {
    border-radius: 16px;
    height: 100%;
}

.box-dream.style-properties-1 .image .list-tags {
    top: 30px;
    left: 30px;
}

.box-dream.style-properties-1 .content {
    padding: 0;
    max-width: 368px;
    bottom: 33px;
    left: 30px;
}

.box-dream.style-properties-1 .content .price {
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

.box-dream.style-properties-1 .content .head {
    margin-bottom: 9px;
}

.box-dream.style-properties-1 .content .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.box-dream.style-properties-1 .content .location p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.box-dream.style-properties-1 .button-arrow-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-dream.style-properties-1:hover .button-arrow-right {
    opacity: 1;
    visibility: visible;
}

.box-dream.style-full {
    padding: 0;
}

.box-dream.style-full .image {
    margin: 0;
}

.box-dream.style-full .content {
    padding: 155px 0 155px 3px;
}

.box-dream.style-full .content .head {
    margin-bottom: 9px;
}

.box-dream.style-full .content .head .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
}

.box-dream.style-full .content .location {
    margin-bottom: 21px;
}

.box-dream.style-full .content .text-content {
    margin-bottom: 23px;
}

.box-dream.style-full .content .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 41px;
}

.box-dream.style-favorities>.wg-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.box-dream.style-favorities>.wg-icon>* i {
    font-size: 14px;
}

.box-dream.style-favorities .image {
    width: 264px;
    margin: 7px 0 6px 6px;
}

.box-dream.style-favorities .image img {
    height: unset;
}

.box-dream.style-favorities .content {
    padding-top: 42px;
}

.box-dream.style-favorities .content .location {
    margin-bottom: 26px;
}

.list-tags {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.list-tags .tags-item {
    padding: 9px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    border-radius: 120px;
}

.list-tags .tags-item.for-sell {
    background-color: var(--Fourth);
    color: var(--White);
}

.list-tags .tags-item.featured {
    background-color: var(--Primary);
    color: var(--Secondary);
}

.list-tags.type-1 {
    top: 30px;
    left: 30px;
}

.icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px 31px;
}

.icon-box .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    position: relative;
}

.icon-box .item i {
    font-size: 20px;
    color: var(--Text);
}

.icon-box .item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: -15px;
    background-color: var(--Border);
}

.icon-box.style-border .item {
    padding: 10px 16px;
    border: 1px solid var(--Border);
    border-radius: 120px;
}

.icon-box.style-border .item::after {
    display: none;
}

.cities-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding: 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;
}

.cities-item .image {
    overflow: hidden;
}

.cities-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

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

.cities-item .content {
    position: absolute;
    top: 42px;
    left: 50px;
    z-index: 3;
}

.cities-item .content p {
    margin-bottom: 4px;
    color: var(--White);
}

.cities-item .content h4 {
    color: var(--White);
}

.cities-item>a {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.cities-item:hover>a {
    opacity: 1;
    visibility: visible;
}

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

.cities-item.style-1 {
    border-radius: 0;
}

.cities-item.style-1::after {
    display: none;
}

.cities-item.style-1 .image {
    border-radius: 16px;
}

.cities-item.style-1 .content {
    position: unset;
    padding-top: 22px;
}

.cities-item.style-1 .content p {
    color: var(--Text);
}

.cities-item.style-1 .content h4 {
    color: var(--Secondary);
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.cities-item.style-2 {
    height: 480px;
    margin-bottom: 0;
}

.cities-item.style-3::after {
    display: none;
}

.cities-item.style-3 .content {
    top: 34px;
    left: 40px;
}

.cities-item.style-3 .content h4 {
    color: #111235;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.cities-item.style-3 .content p {
    color: #111235;
}

.cities-item.style-4 .content {
    top: unset;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 9px 30px 12px 30px;
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

.cities-item.style-5::after {
    display: none;
}

.cities-item.style-5 .content {
    top: 24px;
    left: 30px;
}

.cities-item.style-5 .content h4 {
    color: #111235;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.cities-item.style-5 .content p {
    color: #111235;
}

.cities-item.style-5 a {
    bottom: 30px;
    left: 30px;
}

.cities-item.style-6 {
    border-radius: 16px;
}

.cities-item.style-6:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
}

.cities-item.style-6::after {
    display: none;
}

.cities-item.style-6 img {
    height: unset;
    border-radius: 0;
}

.cities-item.style-6 .content {
    position: unset;
    padding: 14px 20px 6px 20px;
    background-color: var(--White);
}

.cities-item.style-6 .content p {
    color: var(--Text);
}

.cities-item.style-6 .content h4 {
    color: var(--Secondary);
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.box-icon {
    text-align: center;
}

.box-icon:hover .icon:not(.has-ellipse) i {
    transform: rotateY(360deg);
}

.box-icon:hover .icon.has-ellipse::before {
    width: 100px !important;
    height: 100px !important;
    bottom: -10px;
    left: -12px;
}

.box-icon:hover .icon.has-ellipse.small::before {
    width: 80px !important;
    height: 80px !important;
    bottom: -10px;
    left: -12px;
}

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

.box-icon .icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: var(--Secondary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    position: relative;
}

.box-icon .icon i {
    display: inline-block;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.box-icon .icon.has-ellipse {
    padding-left: 10px;
    padding-bottom: 10px;
}

.box-icon .icon.has-ellipse::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--Primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-icon .icon.has-ellipse.small::before {
    width: 30px;
    height: 30px;
}

.box-icon .icon i {
    position: relative;
}

.box-icon .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    text-transform: capitalize;
}

.box-icon .title:hover {
    color: var(--Fourth);
}

.box-icon p {
    color: var(--Secondary);
    margin-top: 14px;
}

.box-icon.style-1 .icon {
    width: 70px;
    height: 70px;
    font-size: 60px;
}

.box-icon.style-1 .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
}

.box-icon.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.box-icon.style-2 .icon {
    width: 50px;
    height: 50px;
    margin: 7px 0 0 0;
    font-size: 40px;
}

.box-icon.style-2 .content {
    text-align: start;
}

.box-icon.style-2 .content .title {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
}

.box-icon.style-2 .content p {
    margin-top: 4px;
}

.box-icon.style-3 .image {
    margin-bottom: 58px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.box-icon.style-3 .text-content {
    margin-top: 16px;
}

.box-icon.has-bg {
    text-align: start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 34px 47px 30px 47px;
    border-radius: 0px 16px 16px 0px;
    border-left: 3px solid #FFF8F6;
}

.box-icon.has-bg .icon {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 5px;
}

.box-icon.has-bg .icon i {
    font-size: 35px;
}

.box-icon.has-bg .content .title {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
}

.box-icon.has-bg .content p {
    margin-top: 4px;
}

.box-icon.has-bg.active,
.box-icon.has-bg:hover {
    background-color: #FFF8F6;
    border-left: 3px solid var(--Secondary);
}

.box-icon.style-4 .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-icon.style-4 .icon::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--Primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-icon.style-4 .icon i {
    font-size: 40px;
}

.box-icon.style-4 .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.box-icon.style-4 p {
    margin-top: 3px;
}

.box-icon.style-4:hover .icon::before {
    width: 50px;
    height: 50px;
}

.box-icon.style-5 .icon {
    width: 80px;
    height: 80px;
    background-color: var(--Primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon.style-5 .icon i {
    font-size: 40px;
}

.box-icon.style-5 .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.box-icon.style-5 p {
    margin-top: 3px;
}

.box-icon.type-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px 14px 0px;
}

.box-icon.type-row .icon {
    margin: 0;
    width: 70px;
    height: 60px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.box-icon.type-row .icon i {
    font-size: 50px;
    color: var(--Fourth);
}

.box-icon.type-row .content {
    text-align: start;
}

.box-icon.type-row .content .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
}

.box-icon.type-row .content .text-content {
    color: var(--Fourth);
    margin-top: 4px;
}

.properties-slider {
    border-radius: 16px;
    overflow: hidden;
}

.properties-slider .swiper-button-next {
    right: 20px !important;
}

.properties-slider .swiper-button-prev {
    left: 20px !important;
}

.properties-content-default {
    padding: 31px 40px 40px 40px;
    border-radius: 16px;
    background-color: var(--Secondary);
}

.properties-content-default .number {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: var(--White);
    margin-bottom: 4px;
}

.properties-content-default .number span {
    font-size: 26px;
    line-height: 36px;
}

.properties-content-default .text {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--White);
    margin-bottom: 34px;
}

.properties-content-default p {
    color: var(--White);
    margin-bottom: 45px;
}

.properties-content-default>a {
    margin-left: auto;
}

.video-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

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

.video-wrap .popup-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(10px);
}

.video-wrap .popup-youtube .icon {
    height: 20px;
}

.video-wrap .popup-youtube .icon i {
    font-size: 20px;
    color: var(--White);
}

.video-wrap .popup-youtube::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.1098039216);
    animation: playvideo 2s ease-in-out infinite alternate;
    z-index: -1;
}

.counter .number-counter div {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: var(--Primary);
    margin-bottom: 12px;
}

.counter .number-counter p {
    color: var(--White);
    text-transform: capitalize;
}

.counter .number-counter.style-1 {
    border-radius: 16px;
    padding: 61px 40px 63px;
    background-color: #F9F9F9;
    text-align: start !important;
}

.counter .number-counter.style-1 div {
    text-align: start !important;
    margin-bottom: 53px;
    color: var(--Third);
}

.counter .number-counter.style-1 h4 {
    color: var(--Secondary);
    margin-bottom: 16px;
}

.counter .number-counter.style-1 .text-content {
    color: var(--Secondary);
}

.testimonials-item {
    position: relative;
}

.testimonials-item .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin-bottom: 43px;
}

.testimonials-item .head .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-item .head .image img {
    width: 100%;
}

.testimonials-item .head .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-top: 20px;
}

.testimonials-item .description {
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
    color: var(--Secondary);
}

.testimonials-item>svg {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonials-item.style-white p,
.testimonials-item.style-white .description,
.testimonials-item.style-white .title a {
    color: var(--White);
}

.testimonials-item.style-white svg path {
    fill: var(--Primary);
}

.testimonials-item.style-no-img .head {
    margin-bottom: 53px;
}

.testimonials-item.style-no-img .head .image {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    background-color: var(--Primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item.style-no-img .head .title {
    margin-top: 10px;
}

.testimonials-item.background-white {
    padding: 40px 40px 30px 40px;
    background-color: var(--White);
    border-radius: 16px;
}

.testimonials-item.background-white.type-1 {
    background-color: #F9F9F9;
}

.testimonials-item.background-white .head {
    margin-bottom: 40px;
}

.testimonials-item.background-white .image {
    width: 80px;
    height: 80px;
}

.testimonials-item.background-white .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.testimonials-item.background-white .description {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

.testimonials-item.background-white svg {
    top: 61px;
    right: 43px;
}

.gird-tab-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.gird-tab-search .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.gird-tab-search .item a {
    width: max-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: var(--Secondary);
    position: relative;
}

.gird-tab-search .item a::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--Third);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gird-tab-search .item a.active,
.gird-tab-search .item a:hover {
    color: var(--Third);
}

.gird-tab-search .item a.active::after,
.gird-tab-search .item a:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

.experts-item .image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 23px;
}

.experts-item .image img {
    width: 100%;
    -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;
}

.experts-item .image .wg-social-1 {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -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;
    opacity: 0;
    visibility: hidden;
}

.experts-item:hover .wg-social-1 {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.experts-item:hover .image 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;
}

ul.grid-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

ul.grid-tags li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 19px 15px 19px;
    border: 1px solid var(--Border);
    border-radius: 120px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
}

ul.grid-tags li a:hover {
    border-color: var(--Secondary);
    background-color: #FFF8F6;
}

.area-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.area-item:hover .image 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;
}

.area-item .image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.area-item .image img {
    width: 100%;
    height: 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;
}

.area-item .name {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 4px;
}

.area-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--Secondary);
}

.area-item.style-1 {
    padding: 9px;
    gap: 20px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Border);
    width: 100%;
    margin-bottom: 0;
}

.area-item.style-1 .image {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.area-item.style-1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-item.style-1 .name {
    margin-top: -5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.area-item.style-1:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}

.group-icon {
    position: relative;
    background-color: #F9F9F9;
    padding: 88px 0 96px 80px;
    border-radius: 16px;
}

.group-icon .image {
    position: absolute;
    right: 39px;
    bottom: 96px;
}

.group-icon h3 {
    margin-bottom: 15px;
}

.group-icon .text-content {
    margin-bottom: 23px;
}

.group-icon.style-1 {
    background-color: #FFF8F6;
}

.group-icon.style-1 .image {
    right: 42px;
}

.categories-item {
    padding: 30px;
    border-radius: 16px;
    background-color: var(--White);
    border: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    position: relative;
}

.categories-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: rgb(255, 248, 246);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    flex-shrink: 0;
}

.categories-item .icon i {
    font-size: 24px;
    color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categories-item .name {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 4px;
    margin-top: 4px;
}

.categories-item .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--Secondary);
}

.categories-item>a {
    border: 1px solid var(--Border);
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
}

.categories-item:hover a {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.categories-item:hover .icon {
    background-color: var(--Primary);
}

.categories-item.style-1 {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 59px 30px 56px 30px;
    gap: 14px;
}

.categories-item.style-1 .icon {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: transparent;
}

.categories-item.style-1 .icon i {
    font-size: 36px;
    color: var(--Secondary);
}

.categories-item.style-1 .name {
    margin-top: 0;
}

.categories-item.style-1:hover .icon {
    background-color: var(--Fourth);
}

.categories-item.style-1:hover .icon i {
    color: var(--White);
}

.flat-accordion .flat-toggle {
    padding: 0px 40px;
    -webkit-transition: all 0.3s 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: 47px;
}

.flat-accordion .flat-toggle .toggle-title {
    position: relative;
    cursor: pointer;
}

.flat-accordion .flat-toggle .toggle-title:before {
    position: absolute;
    content: "";
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 2px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s 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-accordion .flat-toggle .toggle-title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background-color: var(--Secondary);
}

.flat-accordion .flat-toggle .toggle-content {
    margin-top: 26px;
    display: none;
}

.flat-accordion .flat-toggle.active {
    background-color: #F9F9F9;
    padding: 40px 40px;
}

.flat-accordion .flat-toggle.active .toggle-title::before {
    opacity: 0;
    visibility: hidden;
}

.ft-download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ft-download li {
    flex-shrink: 0;
    width: 198px;
}

.ft-download li a {
    padding: 14px 22px 14px 25px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.0509803922);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.ft-download li a .icon {
    font-size: 21px;
    color: var(--White);
    width: 21px;
}

.ft-download li a .app {
    position: relative;
}

.ft-download li a .app::before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: var(--White);
    opacity: 0.2;
}

.ft-download li a .app div:first-child {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--White);
    margin-bottom: 2px;
}

.ft-download li a .app div:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--White);
}

.ft-download.style-1 {
    flex-direction: row;
    gap: 30px;
}

.ft-download.style-1 li {
    width: 210px;
}

.ft-download.style-1 li a {
    padding: 12px 22px 12px 20px;
    gap: 39px;
    background-color: var(--White);
}

.ft-download.style-1 li a .icon {
    color: var(--Fourth);
}

.ft-download.style-1 li a .app::before {
    background-color: var(--Fourth);
    opacity: 0.3;
    left: -21px;
}

.ft-download.style-1 li a .app div:first-child {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    color: var(--Fourth);
}

.ft-download.style-1 li a .app div:last-child {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: var(--Fourth);
}

.ft-download.bg-fourth.type-secondary li a {
    background-color: var(--Secondary);
}

.ft-download.bg-fourth.type-secondary li a .icon {
    background-color: var(--Secondary) !important;
    color: var(--White);
}

.ft-download.bg-fourth li a {
    background-color: var(--Fourth);
}

.ft-download.bg-fourth li a .icon {
    background-color: var(--Fourth) !important;
    color: var(--White);
}

.ft-download.bg-fourth li a .app::before {
    background-color: var(--White);
    opacity: 0.3;
}

.ft-download.bg-fourth li a .app div:first-child {
    color: var(--White);
}

.ft-download.bg-fourth li a .app div:last-child {
    color: var(--White);
}

.download-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: var(--Fourth);
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
}

.download-app .content-right {
    padding-left: 119px;
    flex-grow: 1;
    padding-right: 20px;
}

.download-app .content-right .sub {
    width: max-content;
    padding: 4px 25px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.1019607843);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--White);
    margin-bottom: 25px;
}

.download-app .content-right .heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: var(--White);
    margin-bottom: 35px;
}

.download-app .content-right p {
    font-family: "DM Sans", sans-serif;
    color: var(--White);
    margin-bottom: 35px;
}

.download-app .image {
    max-width: 567px;
}

.work-with-us-item {
    padding: 83px 0 82px 0;
    border-bottom: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.work-with-us-item .proces {
    width: 100%;
    max-width: 250px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
}

.work-with-us-item h2 {
    width: 100%;
    max-width: 450px;
    position: relative;
}

.work-with-us-item .text-content {
    width: 100%;
    max-width: 340px;
    color: var(--Secondary);
    text-align: end;
}

.work-with-us-item a {
    position: absolute;
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    width: 72px;
    height: 72px;
}

.work-with-us-item a i {
    font-size: 22px;
}

.work-with-us-item:hover a {
    left: 71px;
    opacity: 1;
    visibility: visible;
}

.box-curved-text .curved-text-inner {
    width: 159px;
    height: 159px;
    background-color: var(--Primary);
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-curved-text .curved-text-inner .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.box-curved-text .curved-text-inner .curved-text {
    position: absolute;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: var(--Secondary);
    animation: rotate360 7s infinite linear;
}

.wrap-file-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wrap-file-item .file-item {
    width: 100%;
    max-width: 301px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px 20px 18px 20px;
    border: 1px solid var(--Border);
    border-radius: 8px;
}

.wrap-file-item .file-item .icon {
    width: 40px;
}

.wrap-file-item .file-item .icon img {
    width: 100%;
}

.wrap-file-item .file-item .name {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
    margin-top: 1px;
    margin-bottom: 3px;
}

.wrap-file-item .file-item .size {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--Fourth);
}

.wrap-check-ellipse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.check-ellipse-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
    max-width: 250px;
}

.check-ellipse-item .icon {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Secondary);
    border-radius: 50%;
}

.check-ellipse-item .icon i {
    font-size: 8px;
    color: var(--Secondary);
}

.check-ellipse-item .icon.has-bg {
    background-color: #FFF8F6;
}

.check-ellipse-item.style-1 {
    gap: 15px;
}

.check-ellipse-item.style-1 .icon {
    width: 30px;
    height: 30px;
    border: 0;
    background-color: var(--White);
}

.check-ellipse-item.style-1 .icon i {
    font-size: 12px;
}

.check-ellipse-item.style-1 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.uncheck-ellipse-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
    max-width: 250px;
}

.uncheck-ellipse-item .icon {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(235, 102, 78, 0.1490196078);
    border-radius: 50%;
}

.uncheck-ellipse-item .icon i {
    font-size: 8px;
    color: var(--Third);
}

.wrap-walk-score {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.wrap-walk-score .walk-score-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.wrap-walk-score .walk-score-item .icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 248, 246);
    border: 1px solid var(--Secondary);
    border-radius: 50%;
}

.wrap-walk-score .walk-score-item .icon i {
    font-size: 30px;
    color: var(--Secondary);
}

.wrap-walk-score .walk-score-item .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
}

.wrap-walk-score .walk-score-item p {
    color: var(--Secondary);
}

.wrap-nearby {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.wrap-nearby .nearby-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
}

.wrap-nearby .nearby-item .number {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Primary);
    border-radius: 50%;
}

.wrap-nearby .nearby-item .number h4 span {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.wrap-nearby .nearby-item .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
}

.wrap-nearby .nearby-item p {
    color: var(--Secondary);
}

.wrap-nearby .nearby-item p span {
    font-weight: 500;
}

.wrap-gallery-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px;
    grid-template-rows: auto;
    grid-template-areas: "aa aa bb cc" "aa aa dd ee";
}

.wrap-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-gallery-image .item-1 {
    grid-area: aa;
}

.wrap-gallery-image .item-2 {
    grid-area: bb;
}

.wrap-gallery-image .item-3 {
    grid-area: cc;
}

.wrap-gallery-image .item-4 {
    grid-area: dd;
}

.wrap-gallery-image .item-5 {
    grid-area: ee;
}

.wrap-gallery-image .more-photos {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.more-photos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 15px;
    background-color: var(--White);
    border-radius: 8px;
    cursor: pointer;
}

.more-photos i {
    font-size: 16px;
    color: var(--Secondary);
}

.more-photos p {
    color: var(--Secondary);
}

.list-icons-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.list-icons-page .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
}

.list-icons-page .item .icon {
    width: 40px;
    height: 40px;
    padding-top: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White);
    border: 1px solid var(--Border);
    border-radius: 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;
}

.list-icons-page .item .icon i {
    font-size: 16px;
    color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-icons-page .item:hover .icon {
    background-color: #F9F9F9;
}

.list-icons-page .item:hover .icon i {
    color: var(--Fourth);
}

.list-icons-page.style-white .icon {
    background-color: transparent;
}

.list-icons-page.style-white .icon i {
    color: var(--White);
}

.list-icons-page.style-white p {
    color: var(--White);
}

.list-icons-page.style-default {
    gap: 30px;
}

.list-icons-page.style-default .item .icon {
    width: 16px;
    height: 16px;
    padding-top: 0;
    border: 0;
}

.wrap-recent-activities {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wrap-recent-activities .recent-activities-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.wrap-recent-activities .recent-activities-item .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F9F9F9;
    overflow: hidden;
    flex-shrink: 0;
}

.wrap-recent-activities .recent-activities-item p {
    line-height: 20px;
}

.wrap-recent-activities .recent-activities-item p span {
    font-weight: 500;
}

.wrap-recent-activities .tf-button-primary {
    height: 54px;
}

.avatar-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px 30px;
    flex-wrap: wrap;
}

.avatar-image .left {
    width: 150px;
    height: 150px;
    position: relative;
    flex-shrink: 0;
}

.avatar-image .left img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image .left .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--Border);
    background-color: var(--White);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.avatar-image .left .icon i {
    font-size: 16px;
    color: var(--Secondary);
}

.avatar-image .right .uploadfile {
    position: relative;
}

.avatar-image .right .uploadfile input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.avatar-image .right .uploadfile .tf-button-primary {
    height: 52px;
    padding: 0 40px;
}

.avatar-image .right .uploadfile .file-name {
    font-size: 14px;
    margin-top: 9px;
}

.list-message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.message-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.message-item .avt {
    width: 50px;
    height: 50px;
}

.message-item .avt img {
    width: 100%;
    object-fit: cover;
}

.message-item .name {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
    margin-bottom: 3px;
}

.message-item .sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--Fourth);
}

.message-item .time {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #6B7177;
}

.message-item .number {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1967D2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White);
    font-family: "Jost";
    font-size: 8px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.07em;
}

.message-item .number.bg-green {
    background-color: #34A853;
}

.message-item .number.bg-yellow {
    background-color: #F9AB00;
}

.upload-image-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding-bottom: 29px;
    border-bottom: 1px solid var(--Border);
}

.upload-image-wrap .text {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
}

.upload-image-wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--Secondary);
}

.upload-image-wrap .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
}

.upload-image-wrap .list .item {
    position: relative;
    width: 190px;
    height: 167px;
}

.upload-image-wrap .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.upload-image-wrap .list .item ul {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 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;
    opacity: 0;
    visibility: hidden;
}

.upload-image-wrap .list .item ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    cursor: pointer;
}

.upload-image-wrap .list .item ul li i {
    font-size: 12px;
    color: var(--Fourth);
}

.upload-image-wrap .list .item .uploadfile {
    width: 100%;
    height: 100%;
    background-color: #FFF8F6;
    border-radius: 16px;
    border: 1px dashed var(--Fourth);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-direction: column;
    cursor: pointer;
}

.upload-image-wrap .list .item .uploadfile input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.upload-image-wrap .list .item .uploadfile i {
    font-size: 26px;
    color: var(--Secondary);
}

.upload-image-wrap .list .item .uploadfile div {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
}

.upload-image-wrap .list .item:hover ul {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.wg-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.wg-icon>* {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF8F6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wg-icon>* i {
    font-size: 12px;
    color: var(--Fourth);
}

.wg-icon>*:hover {
    background-color: var(--Primary);
}

.my-properties-item {
    padding: 40px 54px 39px;
    border-bottom: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 53px;
}

.my-properties-item .property {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.my-properties-item .property .image {
    width: 150px;
    height: 128.57px;
    overflow: hidden;
    border-radius: 12px;
}

.my-properties-item .property .image img {
    width: 100%;
}

.my-properties-item .property .price {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Third);
    margin-top: 15px;
    margin-bottom: 4px;
}

.my-properties-item .property .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 11px;
}

.my-properties-item .property .location {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 0px;
}

.my-properties-item .property .location .icon i {
    font-size: 20px;
    color: var(--Text);
}

.my-properties-item .property .location p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.my-properties-item>div {
    width: 150px;
}

.my-properties-item>div:first-child {
    width: 500px;
}

.text-infor-item {
    height: 120px;
    padding: 33px 54px 30px;
    border-bottom: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 53px;
    color: var(--Secondary);
}

.text-infor-item .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.text-infor-item>div {
    width: 100%;
}

.text-infor-item>div:last-child {
    width: 100px;
    flex-shrink: 0;
}

.box-status {
    width: max-content;
    padding: 0px 15px;
    background-color: var(--Third);
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    color: var(--White);
    border-radius: 120px;
}

.agents-item {
    padding: 39px 54px 38px 39px;
    border: 1px solid var(--Border);
    border-radius: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agents-item .image {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.agents-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agents-item .image.has-border {
    border: 1px solid var(--Border);
}

.agents-item .name {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 4px;
    margin-top: 12px;
}

.agents-item p {
    margin-bottom: 20px;
}

.agents-item p span {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Third);
}

.agents-item .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid var(--Border);
    padding-top: 20px;
}

.agents-item:hover {
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}

.shop-item {
    text-align: center;
}

.shop-item .image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.shop-item .image img {
    width: 100%;
    -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;
}

.shop-item .image a {
    border: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    opacity: 0;
    width: unset;
    visibility: hidden;
}

.shop-item .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 8px;
}

.shop-item .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--Third);
}

.shop-item:hover .image 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;
}

.shop-item:hover a {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.shop-detail-content {
    padding-left: 1px;
}

.shop-detail-content h2 {
    margin-bottom: 10px;
    margin-top: -9px;
}

.shop-detail-content h3 {
    color: var(--Third);
}

.shop-detail-content .divider {
    margin-top: 20px;
    margin-bottom: 27px;
}

.shop-detail-content .tf-button-primary {
    width: 240px;
}

.shop-detail-content .check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
    margin-bottom: 10px;
}

.shop-detail-content .check .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F9F9F9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-detail-content .check p {
    line-height: 26px;
    color: var(--Secondary);
}

.shop-detail-content>p {
    margin-bottom: 20px;
}

.shop-detail-content .bot {
    margin-top: 22px;
}

.shop-detail-content .bot .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.shop-detail-content .bot .item>p:first-child {
    width: 91px;
}

.wg-quantity {
    position: relative;
    width: max-content;
}

.wg-quantity .btn-quantity {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White);
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}

.wg-quantity .btn-quantity.minus-btn {
    left: 10px;
}

.wg-quantity .btn-quantity.plus-btn {
    right: 10px;
}

.wg-quantity input {
    width: 127px !important;
    padding: 12px 40px !important;
    background-color: #F9F9F9 !important;
    border: 0 !important;
    text-align: center;
}

.shop-cart-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    gap: 21px;
    border-bottom: 1px solid var(--Border);
}

.shop-cart-item .image {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    overflow: hidden;
}

.shop-cart-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-cart-item .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Secondary);
}

.shop-cart-item .wg-icon li {
    background-color: var(--White);
    border: 1px solid var(--Border);
}

.shop-cart-item .wg-icon li i {
    font-size: 12px;
}

.shop-cart-item>div:nth-child(2) {
    width: 203px;
}

.shop-cart-item>div:nth-child(3) {
    width: 132px;
}

.shop-cart-item>div:nth-child(4) {
    width: 148px;
}

.shop-cart-item>div:nth-child(5) {
    width: 198px;
}

.order-completed .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--Primary);
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-completed h2 {
    text-align: center;
    margin-bottom: 14px;
}

.order-completed>.text-content {
    text-align: center;
    margin-bottom: 33px;
}

.order-completed .order-info {
    padding: 37px 95px 33px 77px;
    background-color: #FFF8F6;
    border-radius: 8px;
    border: 2px dashed var(--Secondary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.order-completed .order-info .item p:first-child {
    margin-bottom: 2px;
}

.order-completed .order-info .item p:last-child {
    font-weight: 500;
}

.order-completed .sidebar-shop {
    max-width: unset;
}

.pricing-item {
    border-radius: 16px;
    background-color: var(--White);
    border: 1px solid var(--Border);
    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;
}

.pricing-item .top {
    padding: 32px 40px 30px 40px;
    border-bottom: 1px solid var(--Border);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-item .top h4 span {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Fourth);
}

.pricing-item .top h4:first-child {
    margin-bottom: -5px;
}

.pricing-item .center {
    padding: 40px 30px 29px;
}

.pricing-item .center ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.pricing-item .center ul li {
    justify-content: center;
}

.pricing-item .center ul li p {
    line-height: 18px;
}

.pricing-item .center>a {
    height: 54px;
}

.pricing-item.active,
.pricing-item:hover {
    background-color: #FFF8F6;
    border-color: var(--Primary);
}

.pricing-item.active .top,
.pricing-item:hover .top {
    border-color: var(--Primary);
}

.pricing-item.active a,
.pricing-item:hover a {
    background-color: var(--Primary);
}

.tooltips-item {
    position: relative;
}

.tooltips-item:hover .sub-tooltips {
    opacity: 1;
    visibility: visible;
}

.tooltips-item .tooltips-main {
    width: 100px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    border-radius: 12px;
}

.tooltips-item .sub-tooltips {
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 30px;
    padding-left: 12px;
    padding-right: 20px;
    background-color: var(--Secondary);
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    opacity: 0;
    visibility: hidden;
}

.tooltips-item .sub-tooltips * {
    color: var(--White);
}

.tooltips-item .sub-tooltips::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--Secondary);
    transform: translateX(-50%) rotate(45deg);
    bottom: -3px;
    left: 50%;
}

.tooltips-item .sub-tooltips.left {
    right: calc(100% + 3px);
    left: unset;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tooltips-item .sub-tooltips.left::before {
    right: -6px;
    bottom: unset;
    left: unset;
}

.tooltips-item .sub-tooltips.bottom {
    top: calc(100% + 3px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tooltips-item .sub-tooltips.bottom::before {
    top: -3px;
    left: 50%;
}

.tooltips-item .sub-tooltips.right {
    left: calc(100% + 3px);
    right: unset;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tooltips-item .sub-tooltips.right::before {
    left: 0px;
    bottom: unset;
    right: unset;
}

.progress-bars .progress-bars-line {
    display: block;
    height: 10px;
    border-radius: 10px;
    background-color: var(--Border);
}

.progress-bars .progress-bars-line>div {
    position: relative;
    display: block;
    height: 10px;
    border-radius: 10px;
    background-color: var(--Primary);
}

.progress-bars .progress-bars-line>div .progress-bars-number {
    position: absolute;
    right: -3px;
    top: -30px;
}

.range-slider #range-two-val {
    margin-bottom: 10px;
    height: 6px;
    box-shadow: none;
    border: 0;
    background-color: var(--Border);
}

.range-slider #range-two-val .noUi-connects .noUi-connect {
    background-color: var(--Primary);
}

.range-slider #range-two-val .noUi-origin .noUi-handle {
    width: 16px;
    height: 16px;
    background-color: var(--White);
    border: 2px solid var(--Primary);
    border-radius: 50%;
    right: -8px;
}

.range-slider #range-two-val .noUi-origin .noUi-handle::after,
.range-slider #range-two-val .noUi-origin .noUi-handle::before {
    display: none;
}

.range-slider .value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-slider .value>div {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Secondary);
}

.box-agents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}

.box-agents .list-user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.box-agents .list-user .item {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--Third);
    border-radius: 50%;
    padding: 3px;
}

.box-agents .list-user .item img {
    width: 100%;
    border-radius: 50%;
}

.box-agents .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: var(--Secondary);
}

.box-agents .text span {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
}

.box-agents.style-1 {
    padding: 0;
    justify-content: start;
    flex-direction: row;
}

.box-agents.style-1 .list-user .item {
    border-color: var(--Primary);
}

.box-agents.style-1 .text {
    color: var(--White);
}

.box-testimonials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}

.box-testimonials>.image {
    width: 100%;
    max-width: 580px;
    height: 600px;
}

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

.box-testimonials .testimonials-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    padding: 50px 0 50px 134px;
}

.box-testimonials .testimonials-item>svg {
    position: unset;
    margin-bottom: 44px;
}

.box-testimonials .testimonials-item .image {
    width: 90px;
    height: 90px;
}

.box-testimonials .testimonials-item .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
}

.box-testimonials .testimonials-item .description {
    max-width: 567px;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

.sort-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.sort-wrap p {
    color: var(--Fourth);
    width: 100%;
}

.box-filter-small {
    margin-bottom: 10px;
}

.box-filter-small form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.box-filter-small form .input-search {
    width: 260px;
}

.box-filter-small form .input-search input {
    height: 44px;
}

.box-filter-small form>.nice-select {
    width: max-content;
    height: 44px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 120px;
    padding-right: 40px;
}

.box-filter-small form>.nice-select ul.list {
    width: 300px;
}

.box-filter-small form .wg-filter .btn-filter {
    height: 44px !important;
    padding-right: 40px;
    padding-left: 20px;
}

.box-filter-small form>div::after {
    top: 43% !important;
    right: 23px !important;
}

.property-single-sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 390px;
    margin-left: auto;
}

.property-single-sidebar.has-background .sidebar-item {
    background-color: #F9F9F9;
}

.property-single-sidebar .sidebar-item {
    padding: 30px;
    border-radius: 16px;
    background-color: var(--White);
    border: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.property-single-sidebar .sidebar-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin-top: -6px;
}

.property-single-sidebar .sidebar-request .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Secondary);
    text-align: center;
}

.property-single-sidebar .sidebar-request .text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.property-single-sidebar .sidebar-schedule form {
    gap: 20px;
}

.property-single-sidebar .sidebar-schedule form .cols {
    gap: 20px;
    flex-wrap: wrap;
}

.property-single-sidebar .sidebar-schedule form .widget-menu-tab {
    margin-bottom: 20px;
}

.property-single-sidebar .sidebar-schedule form .widget-content-inner {
    gap: 20px;
}

.property-single-sidebar .sidebar-schedule form .widget-content-inner textarea {
    height: 100px !important;
}

.property-single-sidebar .sidebar-contact-info {
    margin-bottom: 30px;
}

.property-single-sidebar .sidebar-contact-info .contact-info {
    margin-bottom: 0;
}

.property-single-sidebar .sidebar-contact-info .contact-info .person {
    margin-top: 0;
    margin-bottom: 31px;
}

.property-single-sidebar .sidebar-contact-info .contact-info form {
    gap: 20px;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .cols {
    gap: 20px;
    flex-wrap: wrap;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .cols>* {
    width: 100%;
}

.property-single-sidebar .sidebar-contact-info .contact-info form textarea {
    height: 100px !important;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .widget-menu-tab {
    margin-bottom: 20px;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .widget-content-inner {
    gap: 20px;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .button-submit .tf-button-primary {
    height: 54px;
}

.property-single-sidebar .sidebar-contact-info .contact-info form .tf-button-primary {
    height: 52px;
}

.form-schedule {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.form-schedule .widget-tabs {
    width: 100%;
}

.form-schedule .widget-tabs .widget-menu-tab {
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.form-schedule .widget-tabs .widget-menu-tab::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--Border);
    top: 50%;
    z-index: -1;
}

.form-schedule .widget-tabs .widget-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.form-schedule .widget-tabs .widget-content-inner textarea {
    height: 230px !important;
}

.form-schedule .nice-select>.list {
    max-width: unset;
    width: 100%;
}

.contact-info {
    margin-bottom: 72px;
}

.contact-info .tf-button-green {
    height: 33px !important;
}

.contact-info .person {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-top: 39px;
    margin-bottom: 42px;
}

.contact-info .person .image {
    width: 90px;
    height: 90px;
}

.contact-info .person .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contact-info .person .content {
    padding-top: 5px;
}

.contact-info .person .content .name {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Secondary);
}

.contact-info>.title {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 22px;
}

.contact-info form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.contact-info form textarea {
    height: 230px !important;
}

.contact-info form .cols>* {
    width: 50%;
}

.contact-info form .checkbox-item {
    margin-top: -3px;
    margin-bottom: -5px;
}

.contact-info form .checkbox-item p span {
    color: var(--Third);
}

.contact-info form .nice-select>.list {
    max-width: unset;
    width: 100%;
}

.contact-item {
    padding: 60px 50px;
    border-radius: 24px;
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    text-align: center;
    min-height: 385px;
    color: var(--Secondary);
}

.contact-item .icon {
    width: 80px;
    height: 80px;
    background-color: #F9F9F9;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

.contact-item .icon i {
    font-size: 35px;
}

.contact-item .content {
    min-height: 100px;
}

.contact-item .content h4 {
    margin-bottom: 14px;
}

.contact-item .bot {
    margin-top: 21px;
    border-top: 1px solid var(--Border);
    padding-top: 23px;
}

.message-boxes-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 29px;
    height: 75px;
    background-color: rgba(205, 233, 246, 0.5019607843);
}

.message-boxes-item .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #4780AA;
}

.message-boxes-item i {
    color: #4780AA;
    cursor: pointer;
}

.message-boxes-item.type-warning {
    background-color: rgba(247, 243, 215, 0.5019607843);
}

.message-boxes-item.type-warning .text,
.message-boxes-item.type-warning i {
    color: #927238;
}

.message-boxes-item.type-error {
    background-color: rgba(236, 200, 197, 0.5019607843);
}

.message-boxes-item.type-error .text,
.message-boxes-item.type-error i {
    color: #AB3331;
}

.message-boxes-item.type-success {
    background-color: rgba(222, 242, 215, 0.5019607843);
}

.message-boxes-item.type-success .text,
.message-boxes-item.type-success i {
    color: #5B7052;
}

.wg-blockquote {
    position: relative;
    border-left: 5px solid var(--Secondary);
    padding: 53px 83px 56px 75px;
    background-color: #F9F9F9;
}

.wg-blockquote blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
    color: var(--Secondary);
    margin-bottom: 21px;
}

.wg-blockquote cite {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Secondary);
    font-style: normal;
}

.wg-blockquote .icon {
    position: absolute;
    bottom: 44px;
    right: 58px;
}

.flat-title {
    padding-top: 90px;
    padding-bottom: 94px;
    position: relative;
    z-index: 20;
}

.flat-title .content {
    text-align: center;
}

.flat-title .content h2 {
    margin-bottom: 14px;
}

.flat-title .content>.text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.flat-title.page-property-grid-2 {
    padding-top: 40px;
    padding-bottom: 42px;
}

.flat-title.page-property-grid-2 .content {
    text-align: start;
}

.flat-title.page-property-grid-2 .content .breadcrumbs {
    justify-content: start;
    margin-bottom: 44px;
}

.flat-title.page-property-grid-2 .content .form-filter {
    position: relative;
    z-index: 5;
}

.flat-title.page-property-grid-2 .content .form-filter form {
    background-color: #F9F9F9;
    border-radius: 16px;
    border: 1px solid var(--Border);
}

.flat-title.page-property-grid-2 .content .form-filter form .wg-filter>.btn-filter {
    background-color: var(--White);
}

.flat-title.page-property-grid-2 .content .form-filter form .list .group-form {
    width: 212px;
}

.flat-title.page-property-grid-2 .content .form-filter form .list .group-form.form-search-content {
    width: 526px;
}

.flat-title.page-property-grid-3 {
    padding-top: 90px;
    padding-bottom: 101px;
    border-radius: 24px;
    background-color: #F9F9F9;
}

.flat-title.page-property-grid-3 .content .breadcrumbs {
    margin-bottom: 23px;
}

.flat-title.page-property-grid-3 .content .form-filter {
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    position: relative;
    z-index: 5;
}

.flat-title.page-property-grid-3 .content .form-filter form {
    border-radius: 16px;
    border: 1px solid var(--Border);
}

.flat-title.page-property-grid-3 .content .form-filter form .wg-filter>.btn-filter {
    background-color: var(--White);
}

.flat-title.page-property-grid-3 .content .form-filter form .list .group-form {
    width: 152px;
}

.flat-title.page-property-grid-3 .content .form-filter form .list .group-form.form-search-content {
    width: 266px;
}

.flat-title.page-property-grid-4 {
    padding-top: 29px;
    padding-bottom: 30px;
    background-color: var(--Secondary);
    border-radius: 24px;
    margin-bottom: 41px;
}

.flat-title.page-property-grid-4 .content {
    text-align: start;
}

.flat-title.page-property-grid-4 .content .form-filter form {
    padding: 0;
}

.flat-title.page-property-grid-4 .content .form-filter form .wg-filter input {
    color: var(--Secondary) !important;
}

.flat-title.page-property-grid-4 .content .form-filter form .wg-filter input::placeholder {
    color: var(--Secondary) !important;
}

.flat-title.page-property-grid-4 .content .form-filter form .list .group-form {
    width: 100%;
    max-width: 212px;
}

.flat-title.page-property-grid-4 .content .form-filter form .list .group-form.form-search-content {
    max-width: 576px;
}

.flat-title.page-property-list-2 {
    padding-top: 239px;
    padding-bottom: 129px;
    border-radius: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/slider/slider-home-1.jpg);
    background-attachment: fixed;
    z-index: 20;
}

.flat-title.page-property-list-2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

.flat-title.page-property-list-2 .content h2 {
    color: var(--White);
}

.flat-title.page-property-list-2 .content .breadcrumbs {
    margin-bottom: 23px;
}

.flat-title.page-property-list-2 .content .breadcrumbs li {
    color: var(--White);
}

.flat-title.page-property-list-2 .content .breadcrumbs li a {
    color: var(--White);
}

.flat-title.page-property-list-2 .content .form-filter {
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    position: relative;
    z-index: 5;
}

.flat-title.page-property-list-2 .content .form-filter form {
    border-radius: 16px;
    border: 1px solid var(--Border);
}

.flat-title.page-property-list-2 .content .form-filter form .wg-filter>.btn-filter {
    background-color: var(--White);
}

.flat-title.page-property-list-2 .content .form-filter form>.list {
    gap: 10px;
}

.flat-title.page-property-list-2 .content .form-filter form .list .group-form {
    width: 152px;
}

.flat-title.page-property-list-2 .content .form-filter form .list .group-form.form-search-content {
    width: 266px;
}

.flat-title.page-property-list-3 {
    padding-top: 212px;
    padding-bottom: 101px;
    border-radius: 24px;
    position: relative;
    background-color: var(--Fourth);
    z-index: 20;
}

.flat-title.page-property-list-3 .content h2 {
    color: var(--White);
}

.flat-title.page-property-list-3 .content .breadcrumbs {
    margin-bottom: 23px;
}

.flat-title.page-property-list-3 .content .breadcrumbs li {
    color: var(--White);
}

.flat-title.page-property-list-3 .content .breadcrumbs li a {
    color: var(--White);
}

.flat-title.page-property-list-3 .content .form-filter {
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    position: relative;
    z-index: 5;
}

@media (max-width: 991px) {
    #header_main .header-inner .header-inner-wrap #site-logo #logo-header {
        display: none;
        width: 100px !important;
    }
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.hVQJzP.Bubble__BubbleComponent-sc-45ukei-0.hbedEo {
    overflow: hidden;
}

.flat-title.page-property-list-3 .content .form-filter form {
    border-radius: 16px;
    border: 1px solid var(--Border);
}

.flat-title.page-property-list-3 .content .form-filter form .wg-filter>.btn-filter {
    background-color: var(--White);
}

.flat-title.page-property-list-3 .content .form-filter form .list .group-form {
    width: 152px;
}

.flat-title.page-property-list-3 .content .form-filter form .list .group-form.form-search-content {
    width: 350px;
}

.flat-title.agency-single {
    padding-bottom: 92px;
}

.flat-title.agency-single .content h2 {
    margin-bottom: 12px;
}

.flat-title.agency-single .content .breadcrumbs li {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.flat-title.agency-single .content .breadcrumbs li span {
    font-size: 15px;
    font-weight: 500;
    color: var(--Third);
}

.flat-title.inner-page {
    border-radius: 24px;
    background-image: url(../images/section/page-title-about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 241px;
    padding-bottom: 248px;
    height: 570px;
}

.flat-title.inner-page .content h2 {
    color: var(--White);
}

.flat-title.inner-page .content>.text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: var(--White);
}

.flat-title.inner-page .content .breadcrumbs a,
.flat-title.inner-page .content .breadcrumbs li {
    color: var(--White);
}

.slider .wrap-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .slider-item .slider-content {
    padding-top: 259px;
    padding-bottom: 237px;
    text-align: center;
}

.slider .slider-item .slider-content .sub {
    width: max-content;
    margin: auto;
    padding: 11px 25px;
    border-radius: 120px;
    border: 1px solid var(--White);
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: var(--White);
    margin-bottom: 17px;
}

.slider .slider-item .slider-content h1 {
    color: var(--White);
    max-width: 610px;
    margin: auto;
    margin-bottom: 42px;
}

.slider .slider-item .slider-content .list-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 36px;
}

.slider .slider-item .slider-content .list-link>* {
    position: relative;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: var(--White);
    cursor: pointer;
}

.slider .slider-item .slider-content .list-link>*::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--White);
    -webkit-transition: all 0.3s 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 .slider-item .slider-content .list-link>*.active::after,
.slider .slider-item .slider-content .list-link>*:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

.slider.home1 .wrap-slider {
    position: relative;
    border-radius: 24px;
    background-image: url(../images/slider/slider-home-1.jpg);
    background-attachment: fixed;
}

.slider.home1 .wrap-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

.slider.home1 .wrap-slider form {
    max-width: 686px;
    margin: auto;
}

.slider.home1 .wrap-slider .slider-content {
    padding-right: 28px;
}

.slider.home2 .wrap-slider {
    position: relative;
    background-image: url(../images/slider/slider-home-2.jpg);
    background-attachment: fixed;
}

.slider.home2 .wrap-slider form {
    max-width: 686px;
    margin: auto;
    margin-bottom: 56px;
}

.slider.home2 .wrap-slider .slider-content {
    padding-top: 312px;
    padding-bottom: 114px;
}

.slider.home2 .wrap-slider .slider-content .sub {
    color: var(--Fourth);
    border-color: var(--Fourth);
}

.slider.home2 .wrap-slider .slider-content h1 {
    color: var(--Fourth);
    font-weight: 500;
    margin-bottom: 12px;
}

.slider.home2 .wrap-slider .slider-content>.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Fourth);
    margin-bottom: 56px;
}

.slider.home2 .wrap-slider .slider-content>.text-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--White);
    margin-bottom: 26px;
}

.slider.home2 .wrap-slider .slider-content .list-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slider.home2 .wrap-slider .slider-content .list-icon .item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 20px 5px 5px;
    border-radius: 120px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.slider.home2 .wrap-slider .slider-content .list-icon .item .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--White);
}

.slider.home2 .wrap-slider .slider-content .list-icon .item .icon i {
    font-size: 18px;
    color: var(--Text);
}

.slider.home2 .wrap-slider .slider-content .list-icon .item p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: var(--White);
}

.slider.home3 .wrap-slider {
    position: relative;
    background-image: url(../images/slider/slider-home-3.jpg);
}

.slider.home3 .wrap-slider .slider-content {
    padding-top: 286px;
    padding-bottom: 300px;
}

.slider.home3 .wrap-slider .slider-content h1 {
    margin-bottom: 12px;
    color: #111235;
}

.slider.home3 .wrap-slider .slider-content h1 span {
    color: #254EF0;
}

.slider.home3 .wrap-slider .slider-content>.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #111235;
    margin-bottom: 52px;
}

.slider.home3 .wrap-slider .slider-content .list-link {
    margin-bottom: 36px;
}

.slider.home3 .wrap-slider .slider-content .list-link>* {
    color: #111235;
}

.slider.home3 .wrap-slider .slider-content .list-link>*::after {
    background-color: #111235;
}

.slider.home3 .wrap-slider .slider-content form {
    max-width: 920px;
    margin: auto;
}

.slider.home4 .wrap-slider {
    position: relative;
}

.slider.home4 .wrap-slider::after {
    position: absolute;
    content: url(../images/sale.svg);
    bottom: 0;
    right: 0;
    z-index: 0;
}

.slider.home4 .wrap-slider::before {
    position: absolute;
    content: url(../images/rent.svg);
    bottom: 0;
    left: 0;
    z-index: 0;
}

.slider.home4 .wrap-slider .slider-item {
    position: relative;
    z-index: 5;
}

.slider.home4 .wrap-slider .slider-item .slider-content {
    padding-top: 259px;
    padding-bottom: 184px;
    padding-right: 17px;
}

.slider.home4 .wrap-slider .slider-item .slider-content .sub {
    color: var(--Fourth);
    border-color: var(--Fourth);
    margin-bottom: 24px;
}

.slider.home4 .wrap-slider .slider-item .slider-content .text-content {
    margin-bottom: 10px;
}

.slider.home4 .wrap-slider .slider-item .slider-content h1 {
    color: var(--Fourth);
    font-weight: 500;
    margin-bottom: 46px;
    max-width: none;
}

.slider.home4 .wrap-slider .slider-item .slider-content>.text-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Fourth);
    margin-bottom: 26px;
}

.slider.home4 .wrap-slider .slider-item .slider-content .list-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slider.home4 .wrap-slider .slider-item .slider-content .list-links a {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 8px 17px;
    border-radius: 120px;
    border: 1px solid var(--Border);
    color: var(--Fourth);
}

.slider.home4 .wrap-slider form {
    max-width: 686px;
    margin: auto;
    margin-bottom: 56px;
}

.slider.home5 .wrap-slider {
    position: relative;
    background-color: #FFF8F6;
}

.slider.home5 .wrap-slider .slider-content {
    padding-top: 281px;
    padding-bottom: 139px;
    text-align: start;
}

.slider.home5 .wrap-slider .slider-content p {
    color: var(--Fourth);
    margin-bottom: 8px;
}

.slider.home5 .wrap-slider .slider-content .text-content {
    margin-bottom: 10px;
}

.slider.home5 .wrap-slider .slider-content h1 {
    position: relative;
    z-index: 15;
    color: var(--Fourth);
    font-weight: 500;
    margin-bottom: 46px;
    max-width: none;
}

.slider.home5 .wrap-slider .slider-content h1 span {
    color: var(--Primary);
}

.slider.home5 .wrap-slider .slider-content>form {
    position: relative;
    z-index: 15;
    margin-bottom: 60px;
    max-width: 1022px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    border: 1px solid var(--Border);
}

.slider.home5 .wrap-slider .slider-content .text-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Fourth);
}

.slider.home5 .wrap-slider .slider-content .list-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slider.home5 .wrap-slider .slider-content .list-links a {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding: 8px 17px;
    border-radius: 120px;
    background-color: var(--White);
    border: 1px solid var(--Border);
    color: var(--Fourth);
}

.slider.home5 .wrap-slider .slider-content .left {
    position: absolute;
    top: 158px;
    right: 0;
    z-index: 2;
}

.slider.home5 .wrap-slider .slider-content .left form {
    position: absolute;
    top: 16px;
    left: -31px;
    width: 100%;
    max-width: 378px;
}

.slider.home5 .wrap-slider .slider-content .left .box-agents {
    position: absolute;
    right: -47px;
    bottom: -30px;
    border-radius: 24px;
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img {
    max-width: 567px;
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img img {
    width: 100%;
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img .img-1 {
    border-radius: 200px 0px 0px 30px;
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img .img-2 {
    border-radius: 30px 0px 0px 30px;
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img .img-3 {
    border-radius: 0px 30px 30px 0px;
}

.slider.home5 .wrap-slider .slider-content .left .wrap-img .img-4 {
    border-radius: 0px 30px 200px 0px;
}

.slider.home6 .wrap-slider {
    position: relative;
    background-color: var(--Secondary);
}

.slider.home6 .wrap-slider .slider-item {
    background-image: url(../images/slider/slider-home-6.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 924px;
    position: relative;
}

.slider.home6 .wrap-slider .slider-item::before {
    position: absolute;
    content: "";
    width: 583px;
    height: 583px;
    top: -63px;
    bottom: -73px;
    opacity: 0.2;
    background-color: var(--Primary);
    filter: blur(500px);
}

.slider.home6 .wrap-slider .slider-item .slider-content {
    text-align: start;
    padding-top: 267px;
    padding-bottom: 159px;
}

.slider.home6 .wrap-slider .slider-item .slider-content .sub {
    margin-left: unset;
    margin-right: unset;
}

.slider.home6 .wrap-slider .slider-item .slider-content h1 {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 8px;
    max-width: unset;
}

.slider.home6 .wrap-slider .slider-item .slider-content h1 span {
    color: var(--Primary);
}

.slider.home6 .wrap-slider .slider-item .slider-content>p {
    color: var(--White);
    margin-bottom: 47px;
}

.slider.home6 .wrap-slider .slider-item .slider-content .list-link {
    justify-content: start;
}

.slider.home6 .wrap-slider .slider-item .slider-content .form-search-home6 {
    position: relative;
    z-index: 15;
    margin-bottom: 60px;
    max-width: 899px;
    border: 0;
}

.slider.home7 .wrap-slider {
    position: relative;
    background-color: #FFF8F6;
}

.slider.home7 .wrap-slider .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider.home7 .wrap-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider.home7 .wrap-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

.slider.home7 .wrap-slider .slider-item {
    position: relative;
    z-index: 5;
}

.slider.home7 .wrap-slider .slider-item .slider-content {
    padding-top: 284px;
    padding-bottom: 228px;
    text-align: center;
}

.slider.home7 .wrap-slider .slider-item .slider-content .text {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: var(--White);
    margin-bottom: 33px;
}

.slider.home7 .wrap-slider .slider-item .slider-content h1 {
    max-width: 587px;
    font-weight: 500;
    margin-bottom: 32px;
}

.slider.home7 .wrap-slider .slider-item .slider-content .text-1 {
    font-size: 21px;
    font-weight: 500;
    line-height: 24.61px;
    margin-bottom: 44px;
    color: var(--White);
}

.slider.home7 .swiper-button-next {
    right: 60px !important;
}

.slider.home7 .swiper-button-prev {
    left: 60px !important;
}

.slider.home7>form {
    max-width: 1162px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -48px;
    border-radius: 24px !important;
    gap: 50px;
}

.slider.home7>form>.list .group-form {
    width: 172px;
}

.slider.home7>form>.list .group-form.form-search-content {
    width: 356px;
}

.slider.home8 .wrap-slider {
    position: relative;
    background-image: url(../images/slider/slider-home-8.jpg);
    border-radius: 24px;
}

.slider.home8 .wrap-slider .slider-item {
    position: relative;
    z-index: 5;
}

.slider.home8 .wrap-slider .slider-item .slider-content {
    padding-top: 192px;
    padding-bottom: 308px;
}

.slider.home8 .wrap-slider .slider-item .slider-content h1 {
    max-width: unset;
    margin-bottom: 8px;
}

.slider.home8 .wrap-slider .slider-item .slider-content>p {
    color: var(--White);
    margin-bottom: 51px;
}

.slider.home8 .wrap-slider .slider-item .slider-content .widget-tabs {
    max-width: 899px;
    margin-left: auto;
    margin-right: auto;
}

.slider.home8 .wrap-slider .slider-item .slider-content .widget-tabs .widget-menu-tab {
    justify-content: center;
}

.slider.home8 .wrap-slider .slider-item .slider-content .widget-tabs .form-search-home6 {
    text-align: start;
    border-radius: 24px;
}

.slider.home8 .wrap-slider .slider-item .slider-content .widget-tabs .form-search-home6 .wg-filter .tf-button-filter {
    border-radius: 12px;
}

.slider.home8 .wrap-slider .slider-item .slider-content .widget-tabs .form-search-home6 .button-submit button {
    border-radius: 12px;
    color: var(--White);
    background-color: var(--Secondary);
}

.slider.home8 .wrap-slider .counter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 900px;
    height: 80px;
    padding: 26px 200px 0 102px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/image-box/img-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider.home8 .wrap-slider .counter .number-counter div {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
}

.slider.home8 .wrap-slider .counter .number-counter div,
.slider.home8 .wrap-slider .counter p {
    color: var(--Secondary);
}

.slider.home9 .top {
    padding-top: 29px;
    padding-bottom: 48px;
}

.slider.home9 .top .row {
    align-items: flex-end;
}

.slider.home9 .top .tf-button-primary {
    margin-bottom: 12px;
}

.slider.home9 .top h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 59px;
}

.slider.home9 .top .box-agents {
    padding: 0;
    margin-bottom: 12px;
    align-items: start;
}

.slider.home9 .top .box-agents .text div {
    margin-top: 10px;
}

.slider.home9 .wrap-slider {
    position: relative;
    border-radius: 24px;
    background-image: url(../images/slider/slider-home-9.jpg);
    background-attachment: fixed;
}

.slider.home9 .wrap-slider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

.slider.home9 .wrap-slider .slider-item {
    padding-top: 74px;
    padding-bottom: 74px;
}

.slider.home9 .wrap-slider .slider-item .button-play-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    height: 100%;
    padding: 20px 0;
}

.slider.home9 .wrap-slider .slider-item .button-play-video .video-wrap {
    width: 86px;
    height: 86px;
}

.slider.home9 .wrap-slider .slider-item .button-play-video .video-wrap .popup-youtube {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.slider.home9 .wrap-slider .slider-item .button-play-video p {
    color: var(--White);
}

.slider.home10 .wrap-slider {
    position: relative;
    background-image: url(../images/slider/slider-home-10.jpg);
    background-attachment: fixed;
}

.slider.home10 .wrap-slider .slider-content {
    padding-top: 323px;
    padding-bottom: 391px;
    text-align: start;
}

.slider.home10 .wrap-slider .slider-content h1 {
    max-width: unset;
    margin-bottom: 12px;
}

.slider.home10 .wrap-slider .slider-content h1 span {
    color: var(--Primary);
}

.slider.home10 .wrap-slider .slider-content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--White);
    margin-bottom: 57px;
}

.slider.home10 .wrap-slider .slider-content .btns-more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Primary);
}

.slider.home10 .wrap-slider .slider-content .btns-more i {
    font-size: 18px;
}

.slider.home10 .wrap-slider .slider-content .btns-more:hover {
    color: var(--White);
}

.slider.home10 .wrap-slider .counter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 960px;
    height: 150px;
    border-radius: 0px 24px 0px 0px;
    padding: 45px 102px 45px 260px;
    background-color: var(--Primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.slider.home10 .wrap-slider .counter .number-counter div {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
}

.slider.home10 .wrap-slider .counter .number-counter div,
.slider.home10 .wrap-slider .counter p {
    color: var(--Secondary);
}

.slider.page-404 {
    padding: 20px 20px 0 20px;
}

.slider.page-404 .wrap-slider {
    background-image: url(../images/section/404.jpg);
    background-attachment: unset;
    border-radius: 24px;
}

.slider.page-404 .wrap-slider .slider-item .slider-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 200px;
    min-height: calc(100vh - 40px);
}

.slider.page-404 .wrap-slider .slider-item .slider-content>.heading {
    font-size: 70px;
    font-weight: 600;
    line-height: 82px;
    color: var(--White);
    margin-bottom: 4px;
}

.slider.page-404 .wrap-slider .slider-item .slider-content>h2 {
    color: var(--White);
    margin-bottom: 14px;
}

.slider.page-404 .wrap-slider .slider-item .slider-content>.text-content {
    color: var(--White);
    margin-bottom: 53px;
}

.slider.page-404 .wrap-slider .slider-item .slider-content>form {
    width: 100%;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
}

.luxury-home {
    background-color: var(--Fourth);
    border-radius: 24px;
    padding-bottom: 191px;
}

.luxury-home.has-bg-vector-1 {
    position: relative;
}

.luxury-home.has-bg-vector-1::before {
    position: absolute;
    bottom: -35px;
    left: -20px;
    right: -20px;
    content: url(../images/section/bg-luxury-home.png);
}

.luxury-home .image {
    position: relative;
}

.luxury-home .image img {
    width: 100%;
    border-radius: 16px;
}

.luxury-home .image .box {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--White);
    padding: 20px 60px 20px 30px;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.luxury-home .image .box .icon {
    width: 60px;
    height: 60px;
    background-color: rgba(231, 200, 115, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.luxury-home .image .box .icon i {
    font-size: 26px;
}

.luxury-home .content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 9px;
}

.luxury-home .content h2 {
    color: var(--White);
    margin-bottom: 34px;
}

.luxury-home .content .text-content {
    color: var(--White);
    margin-bottom: 43px;
}

.luxury-home .content ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px 53px;
    flex-wrap: wrap;
    margin-bottom: 41px;
}

.luxury-home .content ul li h4 {
    margin-bottom: 14px;
}

.luxury-home .counter {
    padding-top: 91px;
}

.luxury-home.style-1 {
    background-color: var(--White);
    padding-bottom: 199px;
}

.luxury-home.style-1 .content {
    padding-top: 123px;
    justify-content: unset;
}

.luxury-home.style-1 .content .text-content {
    color: var(--Secondary);
    margin-bottom: 36px;
}

.luxury-home.style-1 .content h2 {
    color: var(--Secondary);
}

.luxury-home.style-1 .heading-section {
    margin-top: 196px;
}

.luxury-home.style-2 {
    background-color: var(--White);
    padding-bottom: 199px;
}

.luxury-home.style-2 .content .text-content {
    color: var(--Secondary);
    margin-bottom: 36px;
}

.luxury-home.style-2 .content h2 {
    color: var(--Secondary);
}

.luxury-home.style-2 .image {
    width: 100%;
    max-width: 576px;
    margin-left: auto;
}

.luxury-home.style-2 .image .box {
    bottom: 20px;
    left: 20px;
    top: unset;
    background-color: var(--Fourth);
}

.luxury-home.style-2 .image .box .icon {
    background-color: rgba(255, 255, 255, 0.1);
}

.luxury-home.style-2 .image .box .icon i {
    color: var(--White);
}

.luxury-home.style-2 .image .box h4,
.luxury-home.style-2 .image .box p {
    color: var(--White);
}

.luxury-home.style-2 .heading-section {
    margin-top: 196px;
}

.luxury-home.style-3 {
    border-radius: 0;
    background-color: rgb(255, 248, 246);
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.luxury-home.style-3 .image {
    width: 100%;
}

.luxury-home.style-3 .image img {
    border-radius: 0;
    height: 100%;
    object-fit: cover;
}

.luxury-home.style-3 .content {
    width: 100%;
    padding: 191px 50px 191px 147px;
}

.luxury-home.style-3 .content .text-content {
    margin-bottom: 36px;
}

.luxury-home.style-3 .content h2,
.luxury-home.style-3 .content .text-content {
    color: var(--Secondary);
}

.luxury-home.style-4 {
    background-color: var(--White);
    padding-bottom: 200px;
}

.luxury-home.style-4 .content {
    justify-content: start;
    padding-top: 69px;
}

.luxury-home.style-4 .content h2,
.luxury-home.style-4 .content .text-content {
    color: var(--Secondary);
}

.luxury-home.style-4 .content .text-content {
    margin-bottom: 34px;
}

.luxury-home.style-4 .content .counter {
    padding-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 90px;
    max-width: 470px;
    margin-bottom: 41px;
}

.luxury-home.style-4 .content .counter>div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 42px;
    flex-direction: column;
}

.luxury-home.style-4 .content .counter .number-counter div,
.luxury-home.style-4 .content .counter p {
    color: var(--Secondary);
}

.luxury-home.style-5 {
    background-color: var(--White);
    padding-bottom: 200px;
}

.luxury-home.style-5 .content h2,
.luxury-home.style-5 .content .text-content {
    color: var(--Secondary);
}

.parallax-wrap {
    padding-top: 216px;
    padding-bottom: 229px;
    text-align: center;
    background-image: url(../images/section/parallax-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.parallax-wrap .heading {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #111235;
    margin-bottom: 30px;
}

.parallax-wrap .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111235;
    margin-bottom: 43px;
}

.parallax-wrap .color-white .heading,
.parallax-wrap .color-white .text {
    color: var(--White);
}

.parallax-wrap.style-1 {
    padding-bottom: 228px;
    background-image: url(../images/section/parallax-2.jpg);
}

.parallax-wrap.style-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 61.39%, rgba(26, 26, 26, 0) 100%);
}

.parallax-wrap.style-1 .content {
    position: relative;
    z-index: 7;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: var(--Secondary);
}

.progress-wrap::after {
    position: absolute;
    content: "\ea3a";
    font-family: "icomoon";
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: var(--White);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

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

.progress-wrap svg path {
    fill: none;
}

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

.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000000000000000000000;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 100;
    margin: -15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: url(../images/favicon.png);
    animation: preload 1.2s linear infinite alternate;
    -webkit-animation: preload 1.2s linear infinite alternate;
}

#header_main {
    position: relative;
    z-index: 100;
}

#header_main .header-inner {
    padding: 20px 20px 0 20px !important;
}

#header_main .header-inner.background-white .header-inner-wrap {
    background-color: var(--White);
}

#header_main .header-inner .header-inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--Border);
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
}

#header_main .header-inner .header-inner-wrap #site-logo #logo-header-mobile {
    display: none;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-left: 197px;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li {
    position: relative;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>a {
    line-height: 100px;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul {
    position: absolute;
    min-width: 270px;
    padding: 30px;
    opacity: 0;
    border-radius: 16px;
    background-color: var(--White);
    visibility: hidden;
    transform: translateY(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;
    pointer-events: none;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul>li {
    line-height: 40px;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul>li a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul>li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul>li a.current::after,
#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul>li a:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul.mega-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 130px;
    padding: 40px 45px;
    transform: translateX(-50%) translateY(10px);
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li>ul.mega-menu .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 33px;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li:hover ul.mega-menu {
    transform: translateX(-50%) translateY(0px);
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation>li.current::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_main .header-inner .header-inner-wrap .main-menu ul.navigation a,
#header_main .header-inner .header-inner-wrap .main-menu ul.navigation li {
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .main-menu.style-white>ul>li>a {
    color: var(--White);
}

#header_main .header-inner .header-inner-wrap .main-menu.style-white>ul>li::after {
    background-color: var(--White) !important;
}

#header_main .header-inner .header-inner-wrap .main-menu.style-blue>ul>li>a {
    color: var(--Fourth);
}

#header_main .header-inner .header-inner-wrap .main-menu.style-blue>ul>li::after {
    background-color: var(--Fourth) !important;
}

#header_main .header-inner .header-inner-wrap .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#header_main .header-inner .header-inner-wrap .header-right .header-call {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
}

#header_main .header-inner .header-inner-wrap .header-right .header-call .icon i {
    font-size: 20px;
    color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .header-right .header-call .number {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .header-right .header-call.style-white .number {
    color: var(--White);
}

#header_main .header-inner .header-inner-wrap .header-right .header-call.style-white .icon i {
    color: var(--White);
}

#header_main .header-inner .header-inner-wrap .header-right .header-call.style-blue .number {
    color: var(--Fourth);
}

#header_main .header-inner .header-inner-wrap .header-right .header-call.style-blue .icon i {
    color: var(--Fourth);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user {
    width: 41px;
    height: 41px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Secondary);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
}

#header_main .header-inner .header-inner-wrap .header-right .header-user i {
    font-size: 16px;
    color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user.style-white {
    border-color: var(--White);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user.style-white .icon i {
    color: var(--White);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user.style-blue {
    border-color: var(--Fourth);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user.style-blue .icon i {
    color: var(--Fourth);
}

#header_main .header-inner .header-inner-wrap .header-right .header-user-login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#header_main .header-inner .header-inner-wrap .header-right .header-user-login .image {
    width: 41px;
    height: 41px;
}

#header_main .header-inner .header-inner-wrap .header-right .header-user-login .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#header_main .header-inner .header-inner-wrap .header-right .header-user-login .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .mobile-button {
    display: none;
    width: 23px;
    height: 10px;
    position: relative;
}

#header_main .header-inner .header-inner-wrap .mobile-button::before,
#header_main .header-inner .header-inner-wrap .mobile-button::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--Secondary);
}

#header_main .header-inner .header-inner-wrap .mobile-button::before {
    top: 0;
}

#header_main .header-inner .header-inner-wrap .mobile-button::after {
    bottom: 0;
}

#header_main.is-fixed {
    position: fixed !important;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header_main.is-fixed.is-small {
    top: 0;
}

#header_main.is-fixed.is-small .header-inner {
    padding-top: 0 !important;
}

#header_main.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: var(--White);
}

#header_main.is-fixed.type-home1.is-small {
    top: 20px;
}

#header_main.style-absolute {
    position: absolute;
    width: 100%;
}

#header_main.style-no-bg .header-inner .header-inner-wrap {
    background-color: transparent;
    border: 0;
}

#header_main.style-no-bg.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: var(--Secondary);
}

#header_main.style-no-bg .header-inner .header-inner-wrap .main-menu ul.navigation>li::after {
    bottom: 29px;
    height: 2px;
}

#header_main.type-home2 .header-inner .header-inner-wrap {
    background-color: var(--White);
}

#header_main.type-home3 {
    border-bottom: 1px solid rgba(151, 170, 190, 0.5);
}

#header_main.type-home3 .header-inner {
    padding: 0 !important;
}

#header_main.type-home3 .header-inner .header-inner-wrap {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0;
}

#header_main.type-home3 .header-inner .header-inner-wrap #site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header_main.type-home3 .header-inner .header-inner-wrap .main-menu .navigation {
    margin-left: 0;
}

#header_main.type-home3 .header-inner .header-inner-wrap .main-menu .navigation>li>a {
    line-height: 81px;
}

#header_main.type-home3 .header-inner .header-inner-wrap .main-menu .navigation>li .mega-menu {
    left: 0;
    transform: translateY(10px);
}

#header_main.type-home3 .header-inner .header-inner-wrap .main-menu .navigation>li:hover .mega-menu {
    transform: translateY(0px);
}

#header_main.type-home3.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: var(--White);
}

#header_main.type-home4 .header-inner {
    padding: 10px 20px 0 20px !important;
}

#header_main.type-home4.is-fixed.is-small {
    background-color: var(--White);
    border: 1px solid var(--Border);
}

#header_main.type-home4.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: transparent;
}

#header_main.type-home6 .header-inner {
    padding: 10px 20px 0 20px !important;
}

#header_main.type-home6.is-fixed.is-small {
    background-color: var(--Secondary);
    border: 0;
    border-bottom: 1px solid var(--Border);
}

#header_main.type-home6.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: transparent;
}

#header_main.type-home8 .header-inner {
    padding: 0px 20px 0 20px !important;
}

#header_main.type-home8 .header-inner .header-inner-wrap .main-menu ul.navigation>li>a {
    line-height: 81px;
}

#header_main.type-home8.is-fixed.is-small {
    background-color: var(--White);
    border: 0;
    border-bottom: 1px solid var(--Border);
}

#header_main.type-home8.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: transparent;
}

#header_main.type-home10 .header-inner {
    padding: 10px 20px 0 20px !important;
}

#header_main.type-home10.is-fixed.is-small {
    background-color: var(--Secondary);
    border: 0;
}

#header_main.type-home10.is-fixed.is-small .header-inner .header-inner-wrap {
    background-color: transparent;
}

#header_main.style-bg-white .header-inner {
    padding: 40px 40px 0 40px !important;
}

#header_main.style-bg-white .header-inner .header-inner-wrap {
    border-radius: 120px;
    padding-right: 20px;
}

#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation {
    gap: 50px;
}

#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li::after {
    display: none;
}

#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 50px);
    height: 41px;
    border-radius: 120px;
    background-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;
}

#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li.current::before,
#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li:hover::before {
    background-color: var(--Primary);
}

#header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li>a {
    position: relative;
    line-height: 79px;
}

#header_main.style-container .header-inner .header-inner-wrap {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#header_main.style-container .header-inner .header-inner-wrap .main-menu {
    flex-grow: 1;
}

#header_main.style-container .header-inner .header-inner-wrap .main-menu .navigation {
    margin-left: 90px;
    justify-content: start;
}

#header_main.style-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0 !important;
    background-color: #F9F9F9;
}

#header_main.style-fixed.none-bg {
    background-color: var(--White);
}

.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
    transform: none;
}

#menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Secondary) !important;
    background-color: var(--White) !important;
}

#menu>a.close {
    position: absolute;
    top: 10px;
    left: unset;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #F9F9F9;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#menu>a.close i {
    font-size: 10px;
    color: var(--Secondary);
}

#menu .mm-panels {
    background-color: var(--White) !important;
}

#menu .mm-panels .mm-panel {
    background-color: var(--White) !important;
}

#menu .mm-panels .mm-panel .mm-navbar {
    background-color: var(--White) !important;
    border-bottom: 1px solid var(--Border) !important;
}

#menu .mm-panels .mm-panel .mm-navbar .mm-navbar__title {
    justify-content: start;
    padding: 10px 20px;
    height: 60px;
    color: var(--Secondary) !important;
}

#menu .mm-panels .mm-panel .mm-listview {
    padding: 30px 20px;
}

#menu .mm-panels .mm-panel .mm-listview .current {
    background-color: #F9F9F9;
    border-radius: 12px;
}

#menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn {
    height: 51px;
}

#menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn::after {
    border-color: var(--Secondary);
}

#menu .mm-panels .mm-panel .mm-listview .mm-listitem::after {
    display: none;
}

@media (min-width: 992px) {
    #menu {
        display: none;
    }
}

.tf-button-default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    border: 1px solid var(--Secondary);
    border-radius: 120px;
    color: var(--Secondary);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-button-default:hover {
    background-color: var(--Secondary);
    color: var(--White);
}

.tf-button-default.style-white {
    color: var(--White);
    border-color: var(--White);
}

.tf-button-default.style-white:hover {
    background-color: var(--White);
    color: var(--Secondary);
}

.tf-button-default.style-blue {
    background-color: var(--White);
    border-color: var(--Fourth);
    color: var(--Fourth);
}

.tf-button-default.style-blue:hover {
    color: var(--White);
    background-color: var(--Fourth);
}

.tf-button-default.style-blue.active {
    color: var(--White);
    background-color: var(--Fourth);
}

.tf-button-default.style-blue.active:hover {
    background-color: #112e29;
}

.tf-button-default.type-1 {
    background-color: #F7F6F7;
    border-color: #F7F6F7;
}

.tf-button-default.type-1:hover {
    background-color: var(--Secondary);
    color: var(--White);
}

.tf-button-no-bg {
    position: relative;
    width: max-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--Secondary);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-button-no-bg i {
    font-size: 18px;
}

.tf-button-no-bg:hover i {
    animation: 0.3s link-icon linear;
    color: var(--Primary);
}

.tf-button-no-bg.style-white {
    color: var(--White);
}

.tf-button-no-bg.style-white i {
    color: var(--White);
}

.tf-button-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-radius: 44px;
    padding: 13px 30px;
    background-color: rgba(255, 255, 255, 0.0509803922);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--White);
}

.tf-button-bg:hover {
    background-color: rgba(255, 255, 255, 0.2509803922);
}

.tf-button-bg.type-secondary {
    background-color: var(--Secondary) !important;
}

.tf-button-green {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    background-color: var(--Fourth);
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--White);
}

.tf-button-green i {
    font-size: 16px;
}

.tf-button-green:hover {
    background-color: #1e302d;
    color: var(--White);
}

.tf-button-primary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 10px;
    padding: 18px 26px;
    border-radius: 12px;
    border: 0;
    background-color: #E7C873;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    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;
}

.tf-button-primary i {
    font-size: 18px;
}

.tf-button-primary.active,
.tf-button-primary:hover {
    background-color: #0e1b3d;
    color: var(--Secondary);
}

.tf-button-primary.active i,
.tf-button-primary:hover i {
    animation: 0.3s link-icon linear;
}

.tf-button-primary.style-green {
    background-color: #254EF0;
    color: var(--White);
}

.tf-button-primary.style-green:hover {
    background-color: #0a36e1;
}

.tf-button-primary.style-blue {
    background-color: var(--Fourth);
    color: var(--White);
}

.tf-button-primary.style-blue:hover {
    background-color: #112e29;
}

.tf-button-primary.style-bg-white {
    background-color: var(--White);
    border: 1px solid var(--Primary);
}

.tf-button-primary.style-bg-white.active,
.tf-button-primary.style-bg-white:hover {
    background-color: rgba(217, 183, 90, 0.0509803922);
}

.tf-button-primary.style-black {
    background-color: var(--Secondary);
    color: var(--White);
}

.tf-button-primary.style-black.active,
.tf-button-primary.style-black:hover {
    background-color: var(--Fourth);
}

.tf-button-primary.type-1 {
    padding: 17px 26px;
    border: 1px solid var(--Secondary);
    border-radius: 120px;
}

.tf-button-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border: 1px solid var(--Border);
    border-radius: 12px;
    color: var(--Secondary);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    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;
}

.tf-button-filter i {
    font-size: 18px;
}

.tf-button-filter.border-radius {
    border-radius: 120px;
}

.button-arrow-right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White);
    -webkit-transition: all 0.3s 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-arrow-right i {
    font-size: 18px;
    color: var(--Secondary);
}

.button-arrow-right:hover i {
    animation: 0.3s link-icon linear;
}

.button-arrow-right.style-third {
    background-color: var(--Third);
}

.button-arrow-right.style-third i {
    color: var(--White);
}

.tf-button-icon-before {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Secondary);
    position: relative;
}

.tf-button-icon-before::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: var(--White);
    border-radius: 50px;
    -webkit-transition: all 0.3s 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: 0;
}

.tf-button-icon-before span {
    position: relative;
}

.tf-button-icon-before i {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--Secondary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}

.tf-button-icon-before:hover i {
    color: var(--Primary);
}

.tf-button-icon-before:hover::before {
    width: 100% !important;
}

.tf-button-icon-before.style-1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    gap: 10px;
    padding-right: 0;
}

.tf-button-icon-before.style-1 i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 40px;
    background-color: #F9F9F9;
}

.tf-button-icon-before.style-1 .title {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.tf-button-icon-before.style-1:hover {
    color: var(--Third);
}

.tf-button-icon-before.style-1:hover i {
    color: var(--Third);
}

.tf-button-other {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: var(--Secondary);
}

.tf-button-other .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background-color: var(--White);
    border: 1px solid var(--Border);
    position: relative;
}

.tf-button-other .icon::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background-color: var(--Secondary);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 1px;
}

.tf-button-other .icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background-color: var(--Secondary);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 8px;
    width: 1px;
}

form {
    position: relative;
    z-index: 30;
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 28px;
    background-color: var(--White);
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    color: var(--Secondary);
    overflow: hidden;
    margin-bottom: 0;
}

form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Secondary);
}

form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
    height: 44px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    color: var(--White);
}

form textarea.style-1::placeholder,
form input[type=text].style-1::placeholder,
form input[type=password].style-1::placeholder,
form input[type=datetime].style-1::placeholder,
form input[type=datetime-local].style-1::placeholder,
form input[type=date].style-1::placeholder,
form input[type=month].style-1::placeholder,
form input[type=time].style-1::placeholder,
form input[type=week].style-1::placeholder,
form input[type=number].style-1::placeholder,
form input[type=email].style-1::placeholder,
form input[type=url].style-1::placeholder,
form input[type=search].style-1::placeholder,
form input[type=tel].style-1::placeholder,
form input[type=color].style-1::placeholder {
    color: var(--White);
}

form textarea.style-2,
form input[type=text].style-2,
form input[type=password].style-2,
form input[type=datetime].style-2,
form input[type=datetime-local].style-2,
form input[type=date].style-2,
form input[type=month].style-2,
form input[type=time].style-2,
form input[type=week].style-2,
form input[type=number].style-2,
form input[type=email].style-2,
form input[type=url].style-2,
form input[type=search].style-2,
form input[type=tel].style-2,
form input[type=color].style-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 30px;
    height: 70px;
    border-radius: 70px;
    background-color: var(--White);
}

form textarea.style-2::placeholder,
form input[type=text].style-2::placeholder,
form input[type=password].style-2::placeholder,
form input[type=datetime].style-2::placeholder,
form input[type=datetime-local].style-2::placeholder,
form input[type=date].style-2::placeholder,
form input[type=month].style-2::placeholder,
form input[type=time].style-2::placeholder,
form input[type=week].style-2::placeholder,
form input[type=number].style-2::placeholder,
form input[type=email].style-2::placeholder,
form input[type=url].style-2::placeholder,
form input[type=search].style-2::placeholder,
form input[type=tel].style-2::placeholder,
form input[type=color].style-2::placeholder {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

form textarea.style-3,
form input[type=text].style-3,
form input[type=password].style-3,
form input[type=datetime].style-3,
form input[type=datetime-local].style-3,
form input[type=date].style-3,
form input[type=month].style-3,
form input[type=time].style-3,
form input[type=week].style-3,
form input[type=number].style-3,
form input[type=email].style-3,
form input[type=url].style-3,
form input[type=search].style-3,
form input[type=tel].style-3,
form input[type=color].style-3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 56px;
    height: 55px;
    border-radius: 70px;
    background-color: var(--White);
}

form textarea.style-3::placeholder,
form input[type=text].style-3::placeholder,
form input[type=password].style-3::placeholder,
form input[type=datetime].style-3::placeholder,
form input[type=datetime-local].style-3::placeholder,
form input[type=date].style-3::placeholder,
form input[type=month].style-3::placeholder,
form input[type=time].style-3::placeholder,
form input[type=week].style-3::placeholder,
form input[type=number].style-3::placeholder,
form input[type=email].style-3::placeholder,
form input[type=url].style-3::placeholder,
form input[type=search].style-3::placeholder,
form input[type=tel].style-3::placeholder,
form input[type=color].style-3::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

form textarea.style-4,
form input[type=text].style-4,
form input[type=password].style-4,
form input[type=datetime].style-4,
form input[type=datetime-local].style-4,
form input[type=date].style-4,
form input[type=month].style-4,
form input[type=time].style-4,
form input[type=week].style-4,
form input[type=number].style-4,
form input[type=email].style-4,
form input[type=url].style-4,
form input[type=search].style-4,
form input[type=tel].style-4,
form input[type=color].style-4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 30px;
    height: 70px;
    border: 0;
    border-radius: 70px;
    color: var(--White);
    background-color: rgba(255, 255, 255, 0.1019607843);
}

form textarea.style-4::placeholder,
form input[type=text].style-4::placeholder,
form input[type=password].style-4::placeholder,
form input[type=datetime].style-4::placeholder,
form input[type=datetime-local].style-4::placeholder,
form input[type=date].style-4::placeholder,
form input[type=month].style-4::placeholder,
form input[type=time].style-4::placeholder,
form input[type=week].style-4::placeholder,
form input[type=number].style-4::placeholder,
form input[type=email].style-4::placeholder,
form input[type=url].style-4::placeholder,
form input[type=search].style-4::placeholder,
form input[type=tel].style-4::placeholder,
form input[type=color].style-4::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--White);
}

form textarea.style-default,
form input[type=text].style-default,
form input[type=password].style-default,
form input[type=datetime].style-default,
form input[type=datetime-local].style-default,
form input[type=date].style-default,
form input[type=month].style-default,
form input[type=time].style-default,
form input[type=week].style-default,
form input[type=number].style-default,
form input[type=email].style-default,
form input[type=url].style-default,
form input[type=search].style-default,
form input[type=tel].style-default,
form input[type=color].style-default {
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background-color: transparent;
}

form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
    padding: 14px 22px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 20px;
    background-color: var(--White);
    border-radius: 12px;
    color: var(--Secondary);
    overflow: hidden;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

form textarea {
    height: 200px !important;
}

form .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

form .cols.cols-two>* {
    width: 50%;
}

form .style-absolute-right {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
}

form .style-absolute-right-center {
    position: absolute;
    top: 50%;
    right: 19px;
    z-index: 5;
    transform: translateY(-50%);
}

form .style-absolute-left-center {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 5;
    transform: translateY(-50%);
}

form .style-icon-default {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 17px;
}

form .style-icon-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 5px;
    background-color: var(--Primary);
    border: 0;
    border-radius: 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;
}

form .style-icon-bg 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;
    font-size: 20px;
}

form .style-icon-bg:hover {
    background-color: #0e1b3d;
}

form.style-line-bottom {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

form.form-search .button-submit button i {
    font-size: 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;
}

form.form-search .button-submit button:hover i {
    color: var(--Primary);
}

form .style-subscribe {
    background-color: unset;
    border-radius: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-left: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: var(--White);
}

form .style-subscribe i {
    font-size: 19px;
}

form .style-subscribe.type-secondary {
    color: var(--Secondary);
}

form.form-subscribe input {
    padding-right: 160px !important;
}

form.form-style-fourth {
    border: 0 !important;
    border-radius: 120px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05) !important;
}

form.form-style-fourth input {
    border: 0 !important;
    color: var(--Fourth);
}

form.form-style-fourth input::placeholder {
    color: var(--Fourth);
}

form.form-style-fourth .button-submit button {
    background-color: var(--Fourth);
    color: var(--White);
}

fieldset {
    margin-bottom: 0px;
    width: 100%;
}

fieldset.phone {
    position: relative;
}

fieldset.phone::after {
    position: absolute;
    content: "";
    border-radius: 12px;
    width: 40px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-color: var(--White);
}

.form-style-has-title {
    position: relative;
}

.form-style-has-title .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #969696;
    margin-bottom: 4px;
}

.form-style-has-title .nice-select {
    padding: 0;
    border: 0 !important;
    background-color: transparent;
}

.form-style-has-title .nice-select::after {
    right: 3px;
    margin-top: -8px;
}

.form-style-has-title .nice-select ul.list {
    width: 300px;
}

.form-style-has-title .box-content-search {
    width: 540px;
}

form.background-secondary {
    background-color: var(--Secondary) !important;
}

form.background-secondary .divider-1 {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

form.background-secondary input {
    color: var(--White) !important;
}

form.background-secondary input::placeholder {
    color: var(--White) !important;
}

form.background-secondary i {
    color: var(--White) !important;
}

form.background-secondary .wg-filter>.tf-button-filter {
    color: var(--White) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.form-search-home3 {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    border-radius: 120px;
    background-color: var(--White);
    text-align: start;
}

.form-search-home3>div:nth-child(1) {
    width: 174px;
}

.form-search-home3>div:nth-child(1) {
    width: 174px;
}

.form-search-home3>div:nth-child(3) {
    width: 130px;
}

.form-search-home3>div:nth-child(4) {
    width: 107px;
}

.form-search-home3 .button-submit button {
    padding: 19px 22px;
    background-color: #254EF0;
    width: 100%;
    color: var(--White);
    border-radius: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

.form-search-home3 .nice-select>ul {
    width: 300px !important;
}

.form-search-home3 .box-content-search {
    width: 540px;
}

.form-search-home3 .wg-filter {
    position: unset;
}

.form-search-home5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
    padding: 19px 20px 19px 30px;
    border-radius: 12px;
    background-color: var(--White);
    z-index: 50 !important;
}

.form-search-home5>.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    gap: 30px;
    margin-top: 7px;
}

.form-search-home5>.list>.divider-1 {
    background-color: var(--Border);
    width: 1px;
}

.form-search-home5>.list .group-form {
    width: 152px;
}

.form-search-home5>.list .group-form.form-search-content {
    width: 266px;
}

.form-search-home5 .button-submit button {
    padding: 19px 30px;
    background-color: var(--Primary);
    width: 100%;
    color: var(--Secondary);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

.form-search-home5 .wg-filter {
    position: unset;
}

.form-search-home5.background-secondary .wg-filter input {
    color: var(--Secondary) !important;
}

.form-search-home5.background-secondary .wg-filter input::placeholder {
    color: var(--Secondary) !important;
}

.form-search-home6 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 20px 30px;
    border-radius: 0;
    background-color: var(--White);
}

.form-search-home6>.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    gap: 30px;
    margin-top: 7px;
}

.form-search-home6>.list>.divider-1 {
    background-color: var(--Border);
    width: 1px;
}

.form-search-home6>.list .group-form {
    width: 172px;
}

.form-search-home6>.list .group-form.form-search-content {
    width: 356px;
}

.form-search-home6 .wg-filter .tf-button-filter {
    border-radius: 0;
}

.form-search-home6 .button-submit button {
    padding: 19px 30px;
    background-color: var(--Primary);
    width: 100%;
    color: var(--Secondary);
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

.form-search-home6 .wg-filter {
    position: unset;
}

.form-search-home9 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 24px;
    background-color: var(--White);
}

.form-search-home9>.list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 0;
}

.form-search-home9>.list>.divider-1 {
    background-color: var(--Border);
    width: 1px;
}

.form-search-home9>.list .group-form {
    width: 100%;
    padding: 18px 30px 11px;
    border: 1px solid var(--Border);
    border-radius: 12px;
}

.form-search-home9 .button-submit {
    width: 100%;
}

.form-search-home9 .button-submit button {
    width: 100%;
    height: 78px;
}

.form-search-home9 .wg-filter {
    position: unset;
}

.form-sidebar-left {
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 390px;
}

.form-sidebar-left .input-search {
    width: 100%;
}

.form-sidebar-left .nice-select>.list {
    max-width: unset;
    width: 100%;
}

.has-top-title {
    position: relative;
}

.has-top-title textarea:valid,
.has-top-title input:valid {
    border: 1px solid var(--Secondary) !important;
}

.has-top-title textarea:valid~label,
.has-top-title input:valid~label {
    opacity: 1;
    visibility: visible;
}

.has-top-title textarea[type=email].has-value,
.has-top-title input[type=email].has-value {
    border: 1px solid var(--Secondary) !important;
}

.has-top-title textarea[type=email].has-value~label,
.has-top-title input[type=email].has-value~label {
    opacity: 1;
    visibility: visible;
}

.has-top-title textarea~label,
.has-top-title input~label {
    position: absolute;
    width: unset;
    height: 15px;
    top: -8px;
    left: 10px;
    padding: 2px 10px 2px 10px;
    color: var(--Secondary);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}

.has-top-title textarea~label::before,
.has-top-title input~label::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--White);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.form-shop-checkout .nice-select>.list {
    max-width: unset;
}

body::-webkit-scrollbar {
    width: 0px;
}

.main-content {
    padding-bottom: 200px;
}

.main-content.pt-200 {
    padding-top: 200px;
}

.main-content.style-1 {
    padding-bottom: 156px;
}

.main-content.spacing-20 {
    padding: 20px;
}

.main-content.default {
    padding-bottom: 0;
}

.main-content.px-110 {
    padding-left: 110px;
    padding-right: 110px;
}

.main-content.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.main-content.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.footer {
    padding: 0 20px 20px 20px;
}

.footer #logo-footer {
    width: 200px;
    height: 56px;
}

.footer .footer-inner {
    background-color: var(--Secondary);
    border-radius: 24px;
    padding: 50px 20px 40px 20px;
}

.footer .footer-inner .footer-inner-wrap {
    width: 100%;
    max-width: 1680px;
    margin: auto;
}

.footer .footer-inner .footer-inner-wrap .top-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 41px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.footer .footer-inner .footer-inner-wrap .top-footer .wg-social {
    margin-top: 2px;
}

.footer .footer-inner .footer-inner-wrap .center-footer {
    padding-top: 95px;
    padding-bottom: 87px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .ft-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 42px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .navigation-menu-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.footer .footer-inner .footer-inner-wrap .center-footer .navigation-menu-footer li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-1 {
    width: 100%;
    max-width: 400px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-3 .ft-title,
.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-2 .ft-title {
    margin-bottom: 30px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-4 {
    width: 122px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-4 .ft-title {
    margin-bottom: 34px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-5 {
    width: 171px;
}

.footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-5 .ft-title {
    margin-bottom: 34px;
}

.footer .footer-inner .footer-inner-wrap .center-footer form {
    margin-bottom: 42px;
}

.footer .footer-inner .footer-inner-wrap .center-footer form .button-submit {
    top: 0 !important;
    transform: none !important;
}

.footer .footer-inner .footer-inner-wrap .text {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
}

.footer .footer-inner .footer-inner-wrap.style-container {
    max-width: 1400px;
}

.footer .bottom-footer {
    padding-top: 43px;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    text-align: center;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 18px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer .icon {
    width: 60px !important;
    height: 60px;
    background-color: #254EF0;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer .icon i {
    font-size: 30px;
    color: var(--White);
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer h2 {
    color: var(--White);
    margin-bottom: -4px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer p {
    color: var(--White);
    margin-bottom: 26px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer form {
    width: 100%;
    max-width: 567px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer form input {
    height: 60px !important;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer form .button-submit {
    right: 30px;
}

.footer.style-1 .footer-inner .footer-inner-wrap .center-footer form .style-absolute-right-center {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.footer.style-1 .bottom-footer {
    border: none;
    background-color: #222121;
    padding-top: 30px;
    padding-bottom: 29px;
}

.footer.style-1 .bottom-footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer.style-1 .bottom-footer p {
    color: var(--White);
}

.footer.style-1 .bottom-footer .list-social {
    gap: 32px;
}

.footer.style-1.bg-fourth .footer-inner {
    background-color: var(--Fourth);
}

.footer.style-1.bg-fourth .footer-inner .footer-inner-wrap .center-footer .icon {
    background-color: var(--Primary);
}

.footer.style-1.bg-fourth .footer-inner .footer-inner-wrap .center-footer .icon i {
    color: var(--Fourth);
}

.footer.style-1.bg-fourth .bottom-footer {
    background-color: var(--Text);
}

.footer.style-1.background-white .footer-inner {
    background-color: var(--White);
}

.footer.style-1.background-white .footer-inner .footer-inner-wrap .center-footer .icon {
    background-color: var(--Primary);
}

.footer.style-1.background-white .footer-inner .footer-inner-wrap .center-footer .icon i {
    color: var(--Fourth);
}

.footer.style-1.background-white .footer-inner .footer-inner-wrap .center-footer h2,
.footer.style-1.background-white .footer-inner .footer-inner-wrap .center-footer p {
    color: var(--Secondary);
}

.footer.style-1.background-white .bottom-footer {
    background-color: rgb(249, 249, 249);
}

.footer.style-1.background-white .bottom-footer p {
    color: var(--Secondary);
}

.footer.style-1.background-white.type-1 .footer-inner {
    background-color: #F9F9F9;
}

.footer.style-1.background-white.type-1 .bottom-footer {
    background-color: #F2F1F1;
}

.footer.style-full {
    padding: 0;
}

.footer.style-full .footer-inner {
    border-radius: 0;
}

.footer.style-fourth .footer-inner {
    background-color: var(--Fourth);
}

.footer.bg-white .footer-inner {
    background-color: var(--White);
}

.footer.bg-white .footer-inner .footer-inner-wrap .top-footer {
    border-color: var(--Border);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer form {
    border-color: var(--Fourth);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer form input {
    color: var(--Fourth);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer form input::placeholder {
    color: var(--Fourth);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer form .button-submit button {
    background-color: var(--Fourth);
    color: var(--White);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer .icon {
    background-color: var(--Primary);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer .icon i {
    color: var(--White);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer .ft-title {
    color: var(--Secondary);
    opacity: 1;
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer .text {
    color: var(--Fourth);
}

.footer.bg-white .footer-inner .footer-inner-wrap .center-footer .navigation-menu-footer li a {
    color: var(--Fourth);
}

.footer.bg-white .bottom-footer {
    background-color: var(--White);
    border-color: var(--Border);
}

.footer.bg-white .bottom-footer .text {
    color: var(--Fourth);
}

.footer.type-home8 {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}

.footer.type-home8 .footer-inner {
    background-color: #F9F9FB;
}

.footer.type-home8 .bottom-footer {
    background-color: #F9F9FB;
}

.blog-single-wrap .image-head {
    margin-bottom: 40px;
}

.blog-single-wrap .image-head img {
    width: 100%;
    border-radius: 24px;
}

.blog-single-wrap .blog-single-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 51px;
    margin-bottom: 200px;
}

.blog-single-wrap .blog-single-inner h2 {
    margin-bottom: 12px;
}

.blog-single-wrap .blog-single-inner h4 {
    margin-bottom: 24px;
}

.blog-single-wrap .blog-single-inner .grid-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.blog-single-wrap .blog-single-inner .grid-image .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-single-wrap .blog-single-inner .grid-image .image img {
    width: 100%;
    border-radius: 12px;
}

.blog-single-wrap .blog-single-inner .grid-image-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.blog-single-wrap .blog-single-inner .grid-image-1 .image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.blog-single-wrap .blog-single-inner .grid-image-1 .image p {
    text-align: center;
}

.blog-single-wrap .blog-single-inner .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 19px;
    gap: 20px;
}

.blog-single-wrap .blog-single-inner .bottom .share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 31px;
}

.blog-single-wrap .blog-single-inner .bottom .share span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
}

.blog-single-wrap .blog-single-inner .bottom .share ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.blog-single-wrap .blog-single-inner .bottom .share ul li {
    position: relative;
}

.blog-single-wrap .blog-single-inner .bottom .share ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--Fourth);
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-single-wrap .blog-single-inner .bottom ul.tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-single-wrap .blog-single-inner .bottom ul.tags li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    padding: 0px 20px;
    border-radius: 8px;
    background-color: #F9F9F9;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.blog-single-wrap .blog-single-inner .box-admin {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 40px;
    margin-top: 29px;
}

.blog-single-wrap .blog-single-inner .box-admin .image {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-single-wrap .blog-single-inner .box-admin .content .name {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 5px;
}

.blog-single-wrap .blog-single-inner .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.blog-single-wrap .blog-single-inner .nav-links>svg {
    margin-right: 13px;
}

.blog-single-wrap .blog-single-inner .nav-links .post-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.blog-single-wrap .blog-single-inner .nav-links .post-navigation>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Secondary);
    border-radius: 40px;
    width: 60px;
    height: 39px;
    margin-top: 5px;
}

.blog-single-wrap .blog-single-inner .nav-links .post-navigation>a i {
    font-size: 18px;
}

.blog-single-wrap .blog-single-inner .nav-links .post-navigation .content .title-post {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 3px;
}

.blog-single-wrap .blog-single-inner .nav-links .post-navigation.next-post .content {
    text-align: end;
}

.reviews-wrap {
    margin-top: 20px;
}

.reviews-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reviews-wrap ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Border);
}

.reviews-wrap ul li .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.reviews-wrap ul li .content .ratings {
    margin-top: 14px;
    margin-bottom: 4px;
}

.reviews-wrap ul li .content .name {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 5px;
}

.reviews-wrap ul li .content .time {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--Secondary);
    margin-bottom: 32px;
}

.leave-a-review {
    margin-top: 22px;
}

.leave-a-review>div {
    margin-bottom: 28px;
}

.leave-a-review>p {
    margin-bottom: 14px;
}

.leave-a-review form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.leave-a-review form textarea {
    height: 230px !important;
}

.leave-a-review form .checkbox-item {
    margin-top: -3px;
    margin-bottom: -5px;
}

.properties-cities {
    padding-top: 269px;
    padding-bottom: 0;
}

.properties-cities .wrap {
    margin-top: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 28px;
}

.featured-properties {
    padding-top: 150px;
    padding-bottom: 169px;
}

.featured-properties.style-1 {
    border-radius: 24px;
    padding-top: 190px;
    padding-bottom: 200px;
    background-color: var(--Secondary);
}

.featured-properties.style-1 .box-dream {
    max-width: 448px;
}

.featured-properties.style-2 {
    background-color: #F9F9F9;
    padding-top: 200px;
    padding-bottom: 200px;
}

.testimonials .testimonials-inner h2 {
    margin-top: -9px;
    margin-bottom: 34px;
}

.testimonials .testimonials-inner .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--Secondary);
    margin-bottom: 34px;
}

.testimonials .testimonials-inner .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 50px;
}

.testimonials .testimonials-inner .list h3 {
    margin-bottom: 3px;
}

.testimonials .testimonials-inner .list p {
    margin-bottom: 6px;
}

.testimonials .testimonials-inner .list .ratings i {
    font-size: 10px;
}

.testimonials .testimonials-inner.style-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.testimonials .testimonials-inner.style-row h2 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.testimonials .bottom-wrap .swiper-button-prev,
.testimonials .bottom-wrap .swiper-button-next {
    width: 60px !important;
    height: 40px !important;
}

.account-bar {
    padding-top: 91px;
    padding-bottom: 94px;
    background-color: #FFF8F6;
    border-radius: 24px;
}

.account-bar h3 {
    font-size: 30px;
    margin-bottom: 17px;
}

.account-bar .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.account-bar.style-1 {
    background-color: var(--Fourth);
}

.account-bar.style-1 h3,
.account-bar.style-1 .text {
    color: var(--White);
}

.account-bar.style-1 a {
    color: var(--Fourth);
}

.account-bar.type-container {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
}

.account-bar.type-container .wrap {
    background-color: var(--Fourth);
    padding-top: 91px;
    padding-bottom: 94px;
    border-radius: 16px;
}

.account-bar.background-secondary {
    background-color: var(--Secondary);
}

.account-bar.background-secondary h3,
.account-bar.background-secondary .text {
    color: var(--White);
}

.perfect-home .wrap-image {
    position: relative;
}

.perfect-home .wrap-image>div:first-child {
    max-width: 550px;
}

.perfect-home .wrap-image>div.flex .image:first-child {
    max-width: 310px;
}

.perfect-home .wrap-image>div.flex .image:last-child {
    max-width: 450px;
}

.perfect-home .wrap-image .image img {
    border-radius: 16px;
}

.perfect-home .wrap-image .box {
    position: absolute;
    top: 223px;
    left: 199px;
    background-color: var(--White);
    padding: 20px 60px 20px 30px;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.perfect-home .wrap-image .box .icon {
    width: 60px;
    height: 60px;
    background-color: var(--Fourth);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.perfect-home .wrap-image .box .icon i {
    font-size: 26px;
    color: var(--White);
}

.perfect-home .content-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 47px;
    padding-top: 134px;
}

.perfect-home .content-right h2 {
    margin-bottom: 34px;
}

.perfect-home .content-right .text-content {
    margin-bottom: 36px;
}

.perfect-home .content-right .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.perfect-home.style-1 {
    padding-top: 198px;
    padding-bottom: 200px;
}

.perfect-home.style-1 .content-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 56px;
}

.perfect-home.style-1 .content-left .box-icon {
    height: 209px;
}

.perfect-home.style-1 .content-left .box-icon:nth-child(2),
.perfect-home.style-1 .content-left .box-icon:nth-child(3) {
    height: 214px;
}

.perfect-home.style-1 .content-left .box-icon:nth-child(2) .icon i,
.perfect-home.style-1 .content-left .box-icon:nth-child(3) .icon i {
    font-size: 40px;
}

.perfect-home.style-1 .img-right img {
    border-radius: 16px;
}

.perfect-home.style-2 {
    background-color: rgb(255, 248, 246);
}

.perfect-home.style-2 .wrap-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.perfect-home.style-2 .wrap-image .box {
    position: unset;
    gap: 11px;
    background-color: var(--Primary);
    flex-direction: column;
    padding: 30px 30px 21px 30px;
    width: 100%;
    max-width: 209px;
    align-items: flex-start;
    margin-left: auto;
    margin-top: 21px;
    margin-bottom: 73px;
}

.perfect-home.style-2 .wrap-image .item-1 {
    max-width: 310px;
}

.perfect-home.style-2 .wrap-image .item-2 {
    margin-top: auto;
    max-width: 400px;
}

.perfect-home.style-2 .content-right {
    padding-left: 0;
    padding-top: 101px;
}

.perfect-home.style-2 .content-right .text-content {
    margin-bottom: 44px;
}

.perfect-home.style-2 .content-right .list {
    flex-wrap: wrap;
    gap: 30px 10px;
    flex-direction: row;
    margin-bottom: 50px;
}

.perfect-home.style-2 .content-right .list>* {
    max-width: 259px;
}

.perfect-home.style-3 .wrap-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.perfect-home.style-3 .wrap-image .box {
    position: unset;
    gap: 11px;
    background-color: var(--Primary);
    flex-direction: column;
    padding: 30px 30px 21px 30px;
    width: 100%;
    max-width: 209px;
    align-items: flex-start;
    margin-left: auto;
    margin-top: 21px;
    margin-bottom: 73px;
    border-radius: 50px 50px 16px 16px;
}

.perfect-home.style-3 .wrap-image .item-1 {
    max-width: 310px;
}

.perfect-home.style-3 .wrap-image .item-1 img {
    border-radius: 16px 16px 100px 100px;
}

.perfect-home.style-3 .wrap-image .item-2 {
    max-width: 400px;
    margin-top: auto;
}

.perfect-home.style-3 .wrap-image .item-2 img {
    border-radius: 200px 200px 16px 16px;
}

.perfect-home.style-3 .content-right {
    padding-left: 0;
    padding-top: 101px;
}

.perfect-home.style-3 .content-right .text-content {
    margin-bottom: 44px;
}

.perfect-home.style-3 .content-right .list {
    flex-wrap: wrap;
    gap: 30px 10px;
    flex-direction: row;
    margin-bottom: 50px;
}

.perfect-home.style-3 .content-right .list>* {
    max-width: 259px;
}

.flat-homes {
    border-radius: 24px;
    background-color: #F6F8FA;
}

.flat-homes .heading-section {
    padding-left: 45px;
}

.flat-homes.style-1 {
    background-color: var(--White);
    padding-bottom: 0;
}

.flat-cities .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 28px;
    grid-template-rows: auto;
    grid-template-areas: "aa aa bb cc" "dd ee ff ff";
}

.flat-cities .inner .item-1 {
    grid-area: aa;
}

.flat-cities .inner .item-2 {
    grid-area: bb;
}

.flat-cities .inner .item-3 {
    grid-area: cc;
}

.flat-cities .inner .item-4 {
    grid-area: dd;
}

.flat-cities .inner .item-5 {
    grid-area: ee;
}

.flat-cities .inner .item-6 {
    grid-area: ff;
}

.flat-cities .inner .cities-item {
    margin-bottom: 0;
}

.flat-cities .inner.style-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 28px;
    grid-template-areas: "aa bb cc" "aa dd ee";
}

.flat-cities .inner.style-1 .cities-item img {
    height: 320px;
}

.flat-cities .inner.style-1 .cities-item.item-1 img {
    height: 670px;
}

.flat-cities.style-1 {
    background-color: #F7F7F7;
    padding-top: 212px;
}

.flat-cities.style-1 .wrap {
    padding-left: 46px;
    padding-right: 46px;
}

.flat-cities.style-2 {
    background-color: #F7F7F7;
    padding-top: 189px;
    padding-bottom: 173px;
}

.flat-cities.style-2 .cities-item img {
    height: 330px;
}

.flat-cities.style-3 .inner {
    margin-bottom: 196px;
}

.flat-cities.style-4 {
    padding-top: 114px;
    padding-bottom: 0;
}

.flat-cities.style-4 .cities-item {
    height: 300px;
}

.flat-cities.style-4 .cities-item .content {
    top: 27px;
    left: 30px;
}

.flat-cities.style-4 .cities-item .content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.23px;
    margin-bottom: 6px;
}

.flat-cities.style-4 .cities-item .content h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.flat-cities.style-4 .cities-item a {
    left: 30px;
}

.flat-cities.style-4 .cities-item img {
    height: 300px;
}

.flat-cities.style-4.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.exclusive-properties .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 28px;
    grid-template-rows: auto;
    grid-template-areas: "aa aa bb cc" "dd ee ff ff";
}

.exclusive-properties .inner .item-1 {
    grid-area: aa;
}

.exclusive-properties .inner .item-2 {
    grid-area: bb;
}

.exclusive-properties .inner .item-3 {
    grid-area: cc;
}

.exclusive-properties .inner .item-4 {
    grid-area: dd;
}

.exclusive-properties .inner .item-5 {
    grid-area: ee;
}

.exclusive-properties .inner .item-6 {
    grid-area: ff;
}

.exclusive-properties .inner .cities-item {
    margin-bottom: 0;
}

.choose-us {
    border-radius: 24px;
    background-color: #0E1B3D;
    padding-bottom: 175px;
}

.choose-us.style-1 {
    background-color: #FFF8F6;
    padding-bottom: 181px;
    border-radius: 16px;
}

.choose-us.style-2 {
    background-color: var(--White);
    padding-bottom: 191px;
    padding-top: 231px;
    border-radius: 16px;
}

.choose-us.has-bg-vector {
    position: relative;
}

.choose-us.has-bg-vector::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../../images/section/vector-1.html);
}

.best-properties .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 28px;
    grid-template-rows: auto;
    grid-template-areas: "aa aa dd dd" "bb cc dd dd";
}

.best-properties .inner .item-1 {
    grid-area: aa;
}

.best-properties .inner .item-2 {
    grid-area: bb;
}

.best-properties .inner .item-3 {
    grid-area: cc;
}

.best-properties .inner .item-4 {
    grid-area: dd;
}

.best-properties.style-1 {
    background-color: var(--Secondary);
}

.best-properties.style-1 .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 28px;
    grid-template-rows: auto;
    grid-template-areas: "dd dd aa aa" "dd dd cc bb";
}

.best-properties.style-1 .inner .properties-content-default {
    background-color: var(--Primary);
}

.best-properties.style-1 .inner .properties-content-default .number,
.best-properties.style-1 .inner .properties-content-default p,
.best-properties.style-1 .inner .properties-content-default .text {
    color: var(--Secondary);
}

.best-properties.style-1.type-2D3A4F {
    background-color: #2D3A4F;
}

.flat-testimonial>.divider {
    margin: 99px 0 95px 0;
}

.flat-testimonial.style-1 {
    background-color: #FFF8F6;
    padding-top: 190px;
    padding-bottom: 210px;
}

.flat-testimonial.style-2 {
    background-color: var(--Fourth);
    padding-top: 190px;
    padding-bottom: 198px;
}

.flat-testimonial.style-2 .testimonials-inner h2,
.flat-testimonial.style-2 .testimonials-inner .text {
    color: var(--White);
}

.flat-testimonial.style-2 .testimonials-inner .list h3,
.flat-testimonial.style-2 .testimonials-inner .list p {
    color: var(--White);
}

.flat-testimonial.style-3 {
    background-color: rgb(253, 238, 236);
    padding-top: 130px;
    padding-bottom: 130px;
}

.flat-testimonial.style-4 {
    background-color: var(--Secondary);
    padding-top: 200px;
    padding-bottom: 199px;
}

.flat-testimonial.background-secondary {
    background-color: var(--Secondary);
}

.flat-testimonial.background-secondary>.divider {
    background-color: rgba(255, 255, 255, 0.1);
}

.flat-testimonial.background-secondary .testimonials-inner h2,
.flat-testimonial.background-secondary .testimonials-inner h3,
.flat-testimonial.background-secondary .testimonials-inner p {
    color: var(--White);
}

.flat-testimonial.style-5 {
    background-color: #F9F9F9;
    padding-top: 201px;
    padding-bottom: 191px;
}

.flat-testimonial.style-5.type-1 {
    background-color: var(--White);
    padding-top: 191px;
}

.flat-testimonial.style-6 {
    padding-top: 191px;
    position: relative;
    padding-bottom: 0;
}

.flat-testimonial.style-6::before {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 24px;
    left: 0;
    right: 0;
    height: 655px;
    background-color: var(--Fourth);
}

.flat-testimonial.style-6>.divider {
    background-color: rgba(255, 255, 255, 0.1);
}

.flat-testimonial.style-6 .testimonials-inner h2,
.flat-testimonial.style-6 .testimonials-inner h3,
.flat-testimonial.style-6 .testimonials-inner p {
    color: var(--White);
}

.tab-search {
    padding-top: 194px;
    padding-bottom: 185px;
}

.tab-search .widget-tabs {
    padding-left: 2px;
}

.flat-news {
    background-color: #F9F9F9;
    border-radius: 24px;
}

.flat-news .wg-blog {
    margin-bottom: 0;
}

.flat-news.style-1 {
    background-color: transparent;
    padding-top: 150px;
    padding-bottom: 0;
}

.flat-news.style-2 {
    background-color: transparent;
    padding-top: 201px;
    padding-bottom: 199px;
}

.flat-news.style-2>div:first-child {
    margin-bottom: 196px;
}

.flat-news.style-3 {
    background-color: var(--White);
}

.flat-experts .wrap-experts {
    margin-bottom: 190px;
}

.flat-experts.style-1 {
    padding-bottom: 190px;
}

.flat-experts.style-1 .wrap-experts {
    margin-bottom: 0;
}

.work-with-us {
    padding-top: 163px;
    padding-bottom: 200px;
}

.work-with-us .wrap {
    margin-bottom: 190px;
    padding-left: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.work-with-us .widget-tabs {
    margin-bottom: 20px;
}

.work-with-us .widget-tabs .widget-menu-tab {
    margin-bottom: 50px !important;
}

.work-with-us .widget-tabs .box-dream {
    margin-bottom: 30px;
}

.work-with-us.style-1 {
    padding-top: 200px;
    padding-bottom: 193px;
}

.work-with-us.style-1 .wrap {
    padding-left: 0;
    margin-bottom: 0;
}

.work-with-us.style-1 .box-icon {
    width: 100%;
    max-width: 342px;
}

.work-with-us.style-2 {
    padding-top: 200px;
    padding-bottom: 190px;
}

.work-with-us.style-2 .wrap {
    padding-left: 0;
    margin-bottom: 0;
}

.work-with-us.style-3 {
    padding-top: 202px;
}

.work-with-us.style-4 {
    padding-top: 200px;
    padding-bottom: 0;
}

.work-with-us.style-4 .list-item {
    border-top: 1px solid var(--Border);
}

.flat-explore {
    padding-top: 192px;
    padding-bottom: 0;
}

.flat-explore .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 19px;
}

.flat-explore .wrap .cities-item {
    margin-bottom: 0;
}

.flat-counter {
    padding-bottom: 0;
}

.flat-counter.style-1 {
    padding-top: 123px;
    padding-bottom: 115px;
    border-radius: 16px;
    background-color: var(--Primary);
    margin-left: 60px;
    margin-right: 60px;
}

.flat-counter.style-1 .counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    margin-top: -10px;
}

.flat-counter.style-1 .counter .number-counter {
    width: max-content;
}

.flat-counter.style-1 .counter .number-counter div {
    color: var(--Secondary);
    text-align: start;
}

.flat-counter.style-1 .counter .number-counter p {
    color: var(--Secondary);
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.flat-counter.style-1.type-no-bg {
    padding-top: 200px;
    padding-bottom: 193px;
    background-color: transparent;
}

.flat-counter.style-1.type-no-bg .counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px 107px;
}

.flat-counter.style-1.type-no-bg .counter .number-counter {
    position: relative;
}

.flat-counter.style-1.type-no-bg .counter .number-counter:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    right: -50px;
    background-color: var(--Border);
}

.flat-discover .box-dream img {
    height: 300px;
}

.recent-properties {
    padding-bottom: 0;
}

.recent-properties .heading-section {
    padding-left: 45px;
}

.recent-properties .slider-recent-properties {
    padding-bottom: 75px;
}

.recent-properties .slider-recent-properties.padding-bottom-80 {
    padding-bottom: 80px;
}

.recent-properties.pb-200 {
    padding-bottom: 200px;
}

.recent-properties.style-1 {
    padding-bottom: 200px;
}

.recent-properties.style-1 .heading-section {
    padding-left: 0;
}

.recent-properties.style-1 .slider-recent-properties {
    padding-bottom: 55px;
}

.flat-brand.bg-fourth {
    background-color: var(--Fourth);
    padding-top: 64px;
    padding-bottom: 78px;
}

.flat-brand.bg-fourth p {
    margin-bottom: 60px;
    text-align: center;
    color: var(--White);
    letter-spacing: 0.8px;
}

.flat-brand.background-secondary {
    background-color: var(--Secondary);
    padding-top: 102px;
    padding-bottom: 92px;
    border-radius: 16px;
}

.flat-brand.background-secondary p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 60px;
    text-align: center;
    color: var(--White);
}

.featured-categories {
    background-color: rgb(249, 249, 249);
    padding-bottom: 198px;
}

.featured-categories.style-1 {
    background-color: var(--Fourth);
    border-radius: 16px;
    padding-top: 170px;
    padding-bottom: 230px;
}

.featured-categories.style-1 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 28px;
}

.featured-categories.style-2 {
    background-color: rgb(249, 249, 249);
    border-radius: 0;
    padding-top: 200px;
    padding-bottom: 200px;
}

.featured-categories.style-2 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 28px;
}

.featured-categories.style-3 {
    background-color: var(--White);
    padding-top: 200px;
    padding-bottom: 200px;
}

.featured-categories.style-3 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 19px;
}

.featured-categories.style-3 .wrap .cities-item {
    margin-bottom: 0;
}

.featured-categories.style-4 {
    background-color: #F9F9F9;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 24px;
}

.featured-categories.style-4 .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 28px;
}

.featured-categories.style-4 .wrap .cities-item {
    margin-bottom: 0;
}

.flat-partner {
    padding-top: 196px;
    padding-bottom: 0;
}

.flat-partner.style-1 {
    padding-top: 5px;
    padding-bottom: 199px;
}

.flat-area {
    padding-top: 199px;
    padding-bottom: 0;
}

.featured-listings {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: var(--Fourth);
}

.featured-listings .slider-recent-properties>.swiper-wrapper {
    padding-bottom: 73px;
}

.flat-question {
    padding-top: 200px;
    padding-bottom: 150px;
}

.flat-question .flat-accordion {
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
}

.flat-question.style-1 {
    padding-top: 100px;
}

.flat-question.style-1 .widget-tabs .widget-menu-tab {
    margin-bottom: 50px;
}

.finest-selection .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.finest-selection .inner .content {
    flex-grow: 1;
    padding: 134px 120px 40px;
    background-color: rgb(249, 249, 249);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.finest-selection .inner .content h2 {
    color: var(--Secondary);
    margin-bottom: 35px;
}

.finest-selection .inner .content .text-content {
    color: var(--Secondary);
    margin-bottom: 40px;
}

.finest-selection .inner .image {
    flex-grow: 2;
    max-width: 686px;
    height: 550px;
}

.finest-selection .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-real {
    padding-top: 0;
    padding-bottom: 0;
}

.estate-agent {
    background-color: rgb(249, 249, 249);
}

.estate-agent .content-left {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.estate-agent .content-left h2 {
    margin-bottom: 34px;
}

.estate-agent .content-left .text-content {
    color: var(--Secondary);
    margin-bottom: 43px;
}

.estate-agent .image {
    width: 100%;
    margin-left: auto;
    max-width: 588px;
    height: 555px;
    position: relative;
}

.estate-agent .image .box-curved-text {
    position: absolute;
    top: 118px;
    left: 111px;
    z-index: 2;
}

.estate-agent .image .img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 16px;
    max-width: 310px;
}

.estate-agent .image .img-2 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 16px;
    max-width: 400px;
}

.page-head {
    padding-top: 30px;
    padding-bottom: 20px;
}

.top {
    position: relative;
    z-index: 10;
    padding-bottom: 21px;
}

.top h3 {
    margin-bottom: 3px;
}

.top .sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 886px;
}

.property-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
    padding-bottom: 30px;
    width: 100%;
}

.property-grid-wrap>.box-dream {
    max-width: 435px;
}

.property-grid-wrap>.box-dream .image {
    margin: 0 9px;
}

.property-grid-wrap>.box-dream .content {
    padding: 24px 30px 23px 30px;
    position: relative;
}

.property-grid-wrap>.box-dream .content .price {
    position: absolute;
    top: 20px;
    right: 30px;
}

.property-grid-wrap.type-2-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.property-grid-wrap-v2 .top {
    padding: 0;
    margin-bottom: 21px;
}

.property-grid-wrap-v2 .top .sub {
    max-width: unset;
}

.property-grid-wrap-v2 .box-dream {
    margin-bottom: 30px;
}

.property-grid-wrap-v3 {
    padding-top: 42px;
}

.property-grid-wrap-v3 .top {
    padding: 0;
    margin-bottom: 21px;
}

.property-grid-wrap-v3 .top .sub {
    max-width: unset;
}

.property-grid-wrap-v3 .box-dream {
    margin-bottom: 30px;
}

.property-list-wrap .top {
    padding: 0;
    margin-top: -8px;
    margin-bottom: 21px;
}

.property-list-wrap .top .sub {
    max-width: unset;
}

.property-list-wrap .box-dream {
    margin-bottom: 30px;
}

.property-list-wrap .form-sidebar-left {
    margin-bottom: 50px;
}

.property-list-wrap.v1 .top>form {
    display: none;
}

.property-list-wrap-v2 {
    padding-top: 50px;
}

.property-list-wrap-v2 .top {
    margin-top: -8px;
}

.property-list-wrap-v2 .top .sub {
    max-width: unset;
}

.property-list-wrap-v2 .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 28px;
    flex-direction: column;
    margin-bottom: 30px;
}

.property-list-wrap-v3 {
    padding-top: 50px;
}

.property-list-wrap-v3 .top {
    margin-top: -8px;
}

.property-list-wrap-v3 .top .sub {
    max-width: unset;
}

.property-list-wrap-v3 .list .box-dream {
    margin-bottom: 30px;
}

.property-map-wrap-v4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.property-map-wrap-v4>div {
    width: 36.7%;
}

.property-map-wrap-v4>div:first-child {
    width: 62%;
}

.property-map-wrap-v4 .top {
    padding-bottom: 11px;
}

.property-map-wrap-v4 .list-box-dream {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
}

.property-map-wrap-v4 .list-box-dream .box-dream .image {
    width: 258px;
    height: 222px;
}

.property-single-wrap.v2 .head-title {
    margin-bottom: 27px;
}

.property-single-wrap.v2 .thumbs-slider {
    margin-bottom: 51px;
}

.property-single-wrap.v3 {
    padding-bottom: 17px;
}

.property-single-wrap.v3 .wrap-gallery-image {
    margin-bottom: 43px;
}

.property-single-wrap.v4 {
    padding-bottom: 79px;
}

.property-single-wrap.v4>.swiper-container {
    margin-bottom: 50px;
}

.property-single-wrap.v4>.swiper-container img {
    border-radius: 16px;
}

.property-single-wrap.v4 .content-wrap .head-title .list-tags {
    position: unset;
    margin-bottom: 20px;
}

.property-single-wrap.v5 .head-title {
    margin-bottom: 27px;
}

.property-single-wrap.v5 .thumbs-slider-column {
    margin-right: -13px;
    margin-bottom: 60px;
}

.property-single-wrap.v5 .thumbs-slider-column .list-tags {
    top: 30px;
    left: 30px;
}

.property-single-wrap.v5 .thumbs-slider-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-single-wrap.v5 .content-wrap>.overview h4 {
    margin-bottom: 33px;
    margin-top: -7px;
}

.property-single-wrap.v5 .content-wrap>.overview .box-items {
    margin-bottom: 76px;
}

.property-single-wrap.v5 .content-wrap .widget-tabs .widget-menu-tab {
    margin-bottom: 73px;
}

.property-single-wrap.v5 .content-wrap .widget-tabs .widget-menu-tab .item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 17px;
}

.property-single-wrap.v5 .content-wrap .widget-tabs .widget-content-tab .widget-content-inner>* {
    margin-bottom: 64px;
}

.property-single-wrap.v6 .head-title {
    position: absolute;
    z-index: 1;
    bottom: 42px;
    left: 50%;
    width: 100%;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 0;
}

.property-single-wrap.v6 .head-title .list-icons-page {
    margin-bottom: 25px;
}

.property-single-wrap.v6 .head-title .list-tags {
    margin-bottom: 20px;
}

.property-single-wrap.v6 .list-icons-page.show-mobile {
    display: none;
}

.property-single-wrap.v6 .slider-property-single-6 {
    margin-bottom: 50px;
}

.property-single-wrap.v6 .slider-property-single-6 .swiper-item {
    position: relative;
}

.property-single-wrap.v6 .slider-property-single-6 .swiper-item .image {
    position: relative;
}

.property-single-wrap.v6 .slider-property-single-6 .swiper-item .image img {
    border-radius: 24px;
}

.property-single-wrap.v6 .slider-property-single-6 .swiper-item .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.1) 31.59%, rgba(26, 26, 26, 0.1) 72.28%, rgba(26, 26, 26, 0.8) 100%);
}

.property-single-wrap.v6 .content-wrap>* {
    border-radius: 16px;
    border: 1px solid var(--Border);
    padding: 31px 40px 38px 40px;
}

.property-single-wrap.v6 .content-wrap>*:not(:last-child) {
    margin-bottom: 30px !important;
}

.property-single-wrap.v6 .content-wrap .overview h4 {
    margin-bottom: 33px;
}

.property-single-wrap.v6 .content-wrap .overview .box-items {
    margin-bottom: 0;
}

.property-single-wrap.v7>.page-top {
    border-radius: 24px;
    background-color: var(--White);
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 14px;
    border: 1px solid var(--Border);
}

.property-single-wrap.v7>.page-top .head-title {
    margin-top: 13px;
    margin-bottom: 27px;
    border-top: 1px solid var(--Border);
    padding-top: 31px;
}

.property-single-wrap.v7 .wrap-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.property-single-wrap.v7 .wrap-image .swiper-container {
    max-width: 972px;
    width: 100%;
}

.property-single-wrap.v7 .wrap-image .swiper-container .swiper-item {
    height: 100%;
}

.property-single-wrap.v7 .wrap-image .swiper-container .swiper-item .list-tags {
    top: 30px;
    left: 30px;
}

.property-single-wrap.v7 .wrap-image .image {
    height: 100%;
}

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

.property-single-wrap.v7 .box-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 29px;
}

.property-single-wrap.v7 .box-items>.item {
    width: 100%;
}

.property-single-wrap.v7 .box-items>.item .icon {
    margin-bottom: 6px;
}

.property-single-wrap.v7 .box-items>.item .icon i {
    font-size: 20px;
}

.property-single-wrap.v7 .box-items>.item:not(:last-child) {
    border-right: 1px solid var(--Border);
}

.property-single-wrap.v7 .content-wrap>* {
    border-radius: 16px;
    border: 1px solid var(--Border);
    padding: 31px 40px 38px 40px;
    background-color: var(--White);
}

.property-single-wrap.v7 .content-wrap>*:not(:last-child) {
    margin-bottom: 30px !important;
}

.property-single-wrap.v7 .content-wrap .list-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 60px;
}

.property-single-wrap.v7 .content-wrap .wrap-file-item .file-item {
    max-width: 280px;
}

.property-single-wrap.v7 .content-wrap .calculator .pie-chart {
    flex-wrap: wrap;
}

.property-single-wrap.v7 .content-wrap .calculator .pie-chart .wrap-note {
    padding-top: 0 !important;
}

.property-single-wrap.v7 .content-wrap .calculator form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.property-single-wrap .wrap-gallery-image {
    margin-bottom: 45px;
}

.property-single-wrap .head-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 39px;
}

.property-single-wrap .head-title h3 {
    margin-top: -9px;
    margin-bottom: 9px;
}

.property-single-wrap .head-title .location {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.property-single-wrap .head-title .location .icon i {
    font-size: 20px;
    color: var(--Text);
}

.property-single-wrap .head-title .location .text-content {
    color: var(--Text);
}

.property-single-wrap .head-title .square {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: right;
    color: var(--Secondary);
    margin-top: -4px;
    margin-bottom: 4px;
}

.property-single-wrap .head-title .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: right;
    color: var(--Secondary);
}

.property-single-wrap .head-title.style-white .location .icon i,
.property-single-wrap .head-title.style-white .location .text-content,
.property-single-wrap .head-title.style-white .square,
.property-single-wrap .head-title.style-white .price,
.property-single-wrap .head-title.style-white h3 {
    color: var(--White);
}

.property-single-wrap .content-wrap .box-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
    margin-bottom: 72px;
}

.property-single-wrap .content-wrap .box-items .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    height: 60px;
    padding: 20px;
    border-radius: 8px;
    background-color: #F9F9F9;
}

.property-single-wrap .content-wrap .box-items .item .icon i {
    font-size: 20px;
    color: var(--Secondary);
}

.property-single-wrap .content-wrap .box-items .item .text-content {
    color: var(--Secondary);
}

.property-single-wrap .content-wrap h4 {
    margin-bottom: 24px;
}

.property-single-wrap .content-wrap .tf-button-green {
    height: 40px;
}

.property-single-wrap .content-wrap .desc {
    margin-bottom: 71px;
}

.property-single-wrap .content-wrap .address {
    margin-bottom: 73px;
}

.property-single-wrap .content-wrap .address>.flex {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .list-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 60px;
}

.property-single-wrap .content-wrap .list-item .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--Border);
}

.property-single-wrap .content-wrap .list-item .item .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Secondary);
}

.property-single-wrap .content-wrap .attachments {
    margin-bottom: 73px;
}

.property-single-wrap .content-wrap .attachments h4 {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .details {
    margin-bottom: 73px;
}

.property-single-wrap .content-wrap .energy {
    margin-bottom: 73px;
}

.property-single-wrap .content-wrap .energy h4 {
    margin-bottom: 33px;
}

.property-single-wrap .content-wrap .energy ul {
    margin-bottom: 40px;
}

.property-single-wrap .content-wrap .energy ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 8px;
    padding: 11px 20px;
    min-height: 51px;
}

.property-single-wrap .content-wrap .energy ul li p {
    margin-left: auto;
}

.property-single-wrap .content-wrap .energy ul li .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Secondary);
}

.property-single-wrap .content-wrap .energy ul li:nth-child(2n+2) {
    background-color: #F9F9F9;
}

.property-single-wrap .content-wrap .features {
    margin-bottom: 67px;
}

.property-single-wrap .content-wrap .features>p {
    margin-bottom: 22px;
}

.property-single-wrap .content-wrap .features h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.property-single-wrap .content-wrap .features .wrap-check-ellipse {
    margin-bottom: 16px;
}

.property-single-wrap .content-wrap .schedule {
    margin-bottom: 72px;
}

.property-single-wrap .content-wrap .schedule h4 {
    margin-bottom: 33px;
}

.property-single-wrap .content-wrap .plans {
    margin-bottom: 72px;
}

.property-single-wrap .content-wrap .plans h4 {
    margin-bottom: 33px;
}

.property-single-wrap .content-wrap .plans .widget-tabs .widget-menu-tab {
    margin-bottom: 30px;
}

.property-single-wrap .content-wrap .plans .icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.property-single-wrap .content-wrap .plans .icons .item {
    width: 150px;
    height: 126px;
    padding: 28px 30px 30px 30px;
    border-radius: 16px;
    border: 1px solid var(--Border);
    color: var(--Secondary);
}

.property-single-wrap .content-wrap .plans .icons .item i {
    font-size: 24px;
}

.property-single-wrap .content-wrap .plans .icons .item .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: -2px;
}

.property-single-wrap .content-wrap .plans img {
    margin-top: 22px;
}

.property-single-wrap .content-wrap .calculator {
    margin-bottom: 81px;
}

.property-single-wrap .content-wrap .calculator .pie-chart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 55px;
    margin-bottom: 26px;
}

.property-single-wrap .content-wrap .calculator .pie-chart #morris-donut-1 {
    width: 260px;
    height: 260px;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 59px;
    padding-top: 100px;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item {
    position: relative;
    padding-left: 22px;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 4px;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item p {
    color: var(--Fourth);
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item:nth-child(1)::before {
    background-color: var(--Primary);
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item:nth-child(2)::before {
    background-color: #58A0E5;
}

.property-single-wrap .content-wrap .calculator .pie-chart .wrap-note .item:nth-child(3)::before {
    background-color: #EB6E85;
}

.property-single-wrap .content-wrap .calculator form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding-right: 16px;
}

.property-single-wrap .content-wrap .video {
    margin-bottom: 74px;
}

.property-single-wrap .content-wrap .video h4 {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .map {
    margin-bottom: 74px;
}

.property-single-wrap .content-wrap .map h4 {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .map .wrap-map-v1 {
    height: 500px;
    min-height: unset;
    padding: 0;
    margin: 0;
    border-radius: 16px;
}

.property-single-wrap .content-wrap .tour {
    margin-bottom: 81px;
}

.property-single-wrap .content-wrap .tour h4 {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .tour .image img {
    border-radius: 16px;
}

.property-single-wrap .content-wrap .page-views {
    margin-bottom: 98px;
}

.property-single-wrap .content-wrap .walk-score {
    margin-bottom: 73px;
}

.property-single-wrap .content-wrap .walk-score h4 {
    margin-bottom: 32px;
}

.property-single-wrap .content-wrap .nearby {
    margin-bottom: 80px;
}

.property-single-wrap .content-wrap .nearby h4 {
    margin-bottom: 29px;
}

.property-single-wrap .content-wrap .nearby .widget-tabs .widget-menu-tab {
    margin-bottom: 42px;
}

.property-single-wrap .content-wrap .nearby .widget-tabs .widget-menu-tab .item-title {
    padding-bottom: 17px;
}

.property-single-wrap .content-wrap .nearby .nearby-item h4 {
    margin-bottom: 0;
}

.property-single-wrap .content-wrap .reviews-wrap {
    margin-top: 0;
    margin-bottom: 72px;
}

.property-single-wrap .content-wrap .reviews-wrap .tf-button-green {
    height: 33px;
}

.property-single-wrap .content-wrap .leave-a-review {
    margin-top: 0;
    margin-bottom: 72px;
}

.property-single-wrap .content-wrap .smilar-homes h4 {
    margin-bottom: 33px;
}

.grid-section-4 {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-section-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.grid-section-1>.wg-box:first-child {
    width: 66%;
}

.message-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}

.message-wrap>.wg-box.left {
    width: 27.5%;
    min-width: 300px;
    padding: 40px 39px 28px;
}

.message-wrap>.wg-box.left>form {
    margin-bottom: 30px;
}

.message-wrap>.wg-box.left>form input {
    height: 50px;
    border-radius: 12px;
}

.message-wrap>.wg-box.left>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 32px;
    cursor: pointer;
}

.message-wrap>.wg-box.right {
    flex-grow: 1;
    padding: 21px 30px 39px;
}

.message-wrap>.wg-box.right>.head {
    padding-left: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.message-wrap>.wg-box.right>.head>a {
    font-family: "DM Sans";
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.03px;
    color: rgb(232, 84, 62);
}

.message-wrap>.wg-box.right>.chat {
    height: 562px;
    padding-left: 11px;
    padding-top: 40px;
    overflow-y: auto;
    display: none;
}

.message-wrap>.wg-box.right>.chat.active-chat {
    display: block;
}

.message-wrap>.wg-box.right>.chat::-webkit-scrollbar {
    width: 0px;
}

.message-wrap>.wg-box.right>.chat .list-message {
    margin-bottom: 15px;
}

.message-wrap>.wg-box.right>.chat .list-message .name {
    margin-bottom: 0;
}

.message-wrap>.wg-box.right>.chat .list-message.style-me .message-item {
    flex-direction: row-reverse;
}

.message-wrap>.wg-box.right>.chat .list-message.style-me .message-item>.flex {
    flex-direction: row-reverse;
}

.message-wrap>.wg-box.right>.chat .list-message.style-me .message-item>.flex>.flex {
    flex-direction: row-reverse;
}

.message-wrap>.wg-box.right>.chat .bubble {
    border-radius: 8px;
    background-color: rgb(249, 249, 249);
    padding: 16px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;
    word-break: break-all;
}

.message-wrap>.wg-box.right>.chat .bubble.you {
    max-width: 474px;
}

.message-wrap>.wg-box.right>.chat .bubble.me {
    max-width: 463px;
    margin-left: auto;
    text-align: end;
    background-color: rgba(231, 200, 115, 0.1);
}

.message-wrap>.wg-box.right>.write {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 25px;
    border-top: 1px solid rgb(233, 233, 233);
}

.message-wrap>.wg-box.right>.write a {
    flex-shrink: 0;
}

.wg-box {
    padding: 39px;
    border-radius: 24px;
    border: 1px solid var(--Border);
    background-color: var(--White);
}

.wg-box>h4 {
    margin-bottom: 33px;
    margin-top: -8px;
}

.wg-box.pl-44 {
    padding-left: 44px;
}

.wg-box.pr-45 {
    padding-right: 45px;
}

.wg-box.pr-29 {
    padding-right: 29px;
}

.my-profiles-wrap .avatar-image {
    margin-bottom: 40px;
}

.my-profiles-wrap .form-profiles .description textarea {
    height: 230px !important;
}

.my-profiles-wrap .form-profiles .wrap-map-v1 {
    height: 550px;
    min-height: 550px;
    margin: 0;
    width: 100%;
}

.my-profiles-wrap .form-profiles .cols {
    justify-content: start;
}

.my-profiles-wrap .form-profiles .cols.small>* {
    max-width: 300px;
}

.form-bacsic-infomation textarea {
    height: 230px !important;
}

.form-location .wrap-map-v1 {
    height: 550px;
    min-height: 550px;
    margin: 0;
    width: 100%;
}

.form-location .cols {
    justify-content: start;
}

.form-location .cols.small>* {
    max-width: 300px;
}

.form-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.form-media .upload-image-wrap {
    margin-top: -8px;
}

.form-media textarea {
    height: 230px !important;
}

.form-amenities .grid-checkbox {
    max-width: 1260px;
    margin-top: -3px;
    gap: 12px 30px;
    margin-bottom: 35px;
}

.form-floors {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.form-floors textarea {
    height: 230px !important;
}

.form-floors .upload-image-wrap {
    margin-top: -8px;
}

.grid-favorities-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 28px;
    padding-right: 11px;
}

.shop-list-wrap .top {
    margin-top: -9px;
}

.shop-list-wrap .top .sub {
    max-width: unset;
}

.shop-list-wrap .shop-item {
    margin-bottom: 26px;
}

.shop-list-wrap .wg-pagination {
    margin-top: 70px;
}

.shop-detail-wrap {
    padding-top: 100px;
}

.shop-detail-wrap .bottom {
    padding-top: 94px;
    padding-bottom: 190px;
}

.shop-detail-wrap .bottom .widget-tabs .widget-menu-tab {
    margin-bottom: 32px;
}

.flat-products {
    padding-top: 0;
    padding-bottom: 0;
}

.form-shop-cart .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.form-shop-cart .bottom fieldset {
    max-width: 270px;
}

.form-shop-cart .bottom>a {
    border-radius: 12px;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    padding: 12px 24px;
}

.sidebar-shop {
    max-width: 400px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-shop.w-420 {
    max-width: 420px;
}

.sidebar-shop .title {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: 13px;
}

.sidebar-shop .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: var(--Secondary);
}

.sidebar-shop .text-1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    color: var(--Secondary);
}

.sidebar-shop .sidebar-shop-item {
    border-radius: 16px;
    padding: 32px 40px 40px 40px;
    border: 1px solid var(--Border);
}

.sidebar-shop .sidebar-shop-item.cart-totals>a {
    margin-top: 19px;
}

.sidebar-shop .sidebar-shop-item.your-order .text-1 {
    line-height: 18px;
}

.sidebar-shop .sidebar-shop-item.your-order .text {
    line-height: 35px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(1) {
    margin-bottom: 31px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(2) {
    margin-bottom: 13px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(3) {
    margin-bottom: 6px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(5) {
    margin-bottom: 13px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(6) {
    margin-bottom: 13px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(7) {
    margin-bottom: 17px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(8) {
    margin-bottom: 14px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(9) {
    margin-bottom: 22px;
}

.sidebar-shop .sidebar-shop-item.your-order>div:nth-child(10) {
    margin-bottom: -5px;
}

.sidebar-shop .sidebar-shop-item.payment .title {
    margin-bottom: 29px;
}

.sidebar-shop .sidebar-shop-item.payment ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 10px;
}

.form-shop-checkout h4 {
    margin-top: -8px;
    margin-bottom: 32px;
}

.form-shop-checkout .additional {
    margin-top: 101px;
}

.form-shop-checkout .additional textarea {
    height: 290px !important;
}

.agency-list-wrap .form-sidebar-left {
    max-width: 390px;
}

.agency-list-wrap .sidebar {
    padding-left: 0;
    max-width: 390px;
    margin-top: 30px;
}

.agency-list-wrap .top {
    margin-top: -8px;
}

.agency-list-wrap .top .sub {
    max-width: unset;
}

.agency-single-wrap .wrap-inner {
    margin-top: -7px;
}

.agency-single-wrap .wrap-inner h4 {
    margin-bottom: 24px;
}

.agency-single-wrap .wrap-inner>p {
    margin-bottom: 64px;
}

.agency-single-wrap .wrap-inner .grid-box-dream {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 28px;
    margin-top: 32px;
    margin-bottom: 79px;
}

.agency-single-wrap .wrap-inner .reviews-wrap {
    margin-bottom: 73px;
}

.agency-single-wrap .wrap-inner .list-agents {
    margin-top: -7px;
    margin-bottom: 80px;
}

.agency-single-wrap .wrap-inner .list-agents h4 {
    margin-bottom: 32px;
}

.agency-single-wrap .sidebar {
    padding-left: 0;
    max-width: 390px;
    margin-left: auto;
}

.vision-mission {
    padding-top: 191px;
    padding-bottom: 178px;
}

.vision-mission .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px 200px;
}

.vision-mission .content>div {
    width: 100%;
    max-width: 600px;
}

.vision-mission .content h2 {
    margin-bottom: 22px;
}

.flat-pricing,
.flat-compare {
    padding-top: 100px;
}

.send-message {
    padding-bottom: 196px;
}

.send-message .heading-section {
    margin-bottom: 35px;
}

.send-message form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.send-message form textarea {
    height: 230px !important;
}

.send-message form>.checkbox-item {
    margin-top: -3px;
    margin-bottom: -5px;
}

.wg-component h4 {
    margin-bottom: 50px;
}

.page-invoice {
    padding-top: 100px;
    padding-bottom: 200px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: var(--Secondary);
}

.page-invoice .btns-print {
    margin-bottom: 36px;
}

.page-invoice .btns-print a {
    margin-left: auto;
}

.page-invoice .wrap {
    border-radius: 24px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    background-color: var(--White);
}

.page-invoice .wrap .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.page-invoice .wrap>.inner {
    padding: 131px 100px 104px;
    position: relative;
}

.page-invoice .wrap>.inner>.invoice {
    position: absolute;
    top: 127px;
    left: 751px;
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 36.46px;
    color: var(--Secondary);
}

.page-invoice .wrap>.inner>.number {
    position: absolute;
    top: 130px;
    right: 95px;
    font-family: "DM Sans";
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    color: var(--Secondary);
}

.page-invoice .wrap>.inner>.logo {
    margin-bottom: 44px;
}

.page-invoice .wrap>.inner>.logo img {
    width: 180px;
}

.page-invoice .wrap>.inner>.infor-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 69px;
}

.page-invoice .wrap>.inner>.infor-item>div:first-child {
    width: 651px;
    flex-shrink: 0;
}

.page-invoice .wrap>.inner>.infor-item>div p {
    margin-bottom: 3px;
}

.page-invoice .wrap>.inner>.infor-item>div h4 {
    margin-bottom: 23px;
}

.page-invoice .wrap>.inner>.infor-item.item-2 {
    margin-bottom: 41px;
}

.page-invoice .wrap>.inner>.infor-item.item-2 .text {
    margin-bottom: 6px;
}

.page-invoice .wrap>.inner>.infor-item.item-2>div:first-child p {
    max-width: 218px;
}

.page-invoice .wrap>.inner .table-total-due .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Secondary);
}

.page-invoice .wrap>.inner .table-total-due>.head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 18px 87px 24px 39px;
    border-radius: 8px;
    background-color: #F9F9F9;
}

.page-invoice .wrap>.inner .table-total-due>.head>div {
    width: 115px;
}

.page-invoice .wrap>.inner .table-total-due>.head>div:nth-child(1) {
    width: 438px;
}

.page-invoice .wrap>.inner .table-total-due>.head>div:nth-child(2) {
    width: 175px;
}

.page-invoice .wrap>.inner .table-total-due>.head>div:nth-child(3) {
    width: 116px;
}

.page-invoice .wrap>.inner .table-total-due>.head>div:nth-child(4) {
    text-align: end;
}

.page-invoice .wrap>.inner .table-total-due>ul>li {
    height: 71px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 23px 79px 19px 39px;
    border-bottom: 1px solid var(--Border);
}

.page-invoice .wrap>.inner .table-total-due>ul>li>div {
    width: 116px;
}

.page-invoice .wrap>.inner .table-total-due>ul>li>div:nth-child(1) {
    width: 440px;
}

.page-invoice .wrap>.inner .table-total-due>ul>li>div:nth-child(2) {
    width: 177px;
}

.page-invoice .wrap>.inner .table-total-due>ul>li>div:nth-child(3) {
    width: 119px;
}

.page-invoice .wrap>.inner .table-total-due>ul>li>div:nth-child(4) {
    text-align: end;
}

.page-invoice .wrap>.inner .table-total-due>ul>li:nth-child(2) {
    height: 75px;
    padding: 17px 79px 19px 39px;
}

.page-invoice .wrap>.inner .table-total-due>.total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 18px 79px 18px 39px;
}

.page-invoice .wrap>.inner .table-total-due>.total .title {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}

.page-invoice .wrap>.bottom {
    padding-top: 45px;
    padding-bottom: 43px;
    border-top: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 63px;
}

.page-invoice .wrap>.bottom p {
    font-family: "DM Sans";
}

.layout-wrap {
    min-height: 100vh;
}

.layout-wrap .layout-wrap-inner .section-menu-left {
    position: fixed;
    z-index: 50;
    top: 141px;
    left: 20px;
    bottom: 20px;
    width: 331px;
    border-radius: 24px;
    padding: 40px;
    background-color: var(--Fourth);
    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;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content {
    height: 100%;
    overflow-y: auto;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content::-webkit-scrollbar {
    width: 0px;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul li {
    -webkit-transition: all 0.3s 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: 12px;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--White);
    padding-left: 20px;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul li a i {
    font-size: 20px;
}

.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul li.active,
.layout-wrap .layout-wrap-inner .section-menu-left .menu-content ul li:hover {
    background: rgba(255, 255, 255, 0.0509803922);
}

.layout-wrap .layout-wrap-inner .section-content-right {
    flex-grow: 1;
    padding-left: 371px;
    padding-top: 121px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.layout-wrap .layout-wrap-inner .section-content-right>h3 {
    margin-top: 31px;
    margin-bottom: 5px;
}

.layout-wrap .layout-wrap-inner .section-content-right>.text-content {
    margin-bottom: 33px;
}

.layout-wrap .layout-wrap-inner .section-content-right>.bottom-page {
    padding: 32px 0 11px;
}

.layout-wrap .layout-wrap-inner .section-content-right>.bottom-page p {
    text-align: center;
}

.layout-wrap .layout-wrap-inner .section-content-right form .nice-select>.list {
    max-width: unset;
}

.btn-canvas {
    position: fixed;
    top: 141px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White);
    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;
    display: none;
}

.btn-canvas .text-content {
    display: none;
}

.btn-canvas span {
    width: 23px;
    height: 10px;
    position: relative;
}

.btn-canvas span::before,
.btn-canvas span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-canvas span::before {
    top: 0;
}

.btn-canvas span::after {
    bottom: 0;
}

.btn-canvas.active {
    left: 351px;
}

.btn-canvas.active span::before {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 50%;
}

.btn-canvas.active span::after {
    transform: rotate3d(0, 0, 1, -45deg);
    top: 50%;
}

.widget-tabs .widget-menu-tab {
    overflow-x: auto;
    overflow-y: hidden;
}

.widget-tabs .widget-menu-tab .item-title {
    min-width: max-content;
}

.widget-tabs.style-1 .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.widget-tabs.style-1 .widget-menu-tab .item-title {
    padding: 10px 20px;
    border-radius: 41px;
    border: 1px solid transparent;
    background-color: transparent;
    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;
}

.widget-tabs.style-1 .widget-menu-tab .item-title .inner {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Text);
}

.widget-tabs.style-1 .widget-menu-tab .item-title.active {
    border: 1px solid var(--Secondary);
    background-color: #FFF8F6;
}

.widget-tabs.style-2 .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 31px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 37px;
}

.widget-tabs.style-2 .widget-menu-tab .item-title {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #050B20;
    padding-bottom: 12px;
    cursor: pointer;
}

.widget-tabs.style-2 .widget-menu-tab .item-title::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s 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-tabs.style-2 .widget-menu-tab .item-title.active::after,
.widget-tabs.style-2 .widget-menu-tab .item-title:hover::after {
    width: 100%;
    left: 0px;
    right: auto;
}

.widget-tabs.style-2.type-small .widget-menu-tab {
    border-bottom: 0;
}

.widget-tabs.style-2.type-small .widget-menu-tab .item-title {
    font-size: 15px;
    line-height: 18px;
}

.widget-tabs.style-3 .widget-menu-tab {
    padding: 7px 10px 6px;
    background-color: rgb(249, 249, 249);
    border-radius: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.widget-tabs.style-3 .widget-menu-tab .item-title {
    padding: 11px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Text);
    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;
    border-radius: 120px;
}

.widget-tabs.style-3 .widget-menu-tab .item-title.active {
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
}

.widget-tabs.style-4 .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-tabs.style-4 .widget-menu-tab .item-title {
    padding: 15px 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Text);
    border: 1px solid var(--Border);
    background-color: var(--White);
    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;
}

.widget-tabs.style-4 .widget-menu-tab .item-title:first-child {
    border-radius: 12px 0px 0px 12px;
}

.widget-tabs.style-4 .widget-menu-tab .item-title:last-child {
    border-radius: 0px 12px 12px 0px;
}

.widget-tabs.style-4 .widget-menu-tab .item-title.active {
    background-color: rgb(255, 248, 246);
    border-color: var(--Secondary);
}

.widget-tabs.style-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 11px;
}

.widget-tabs.style-img .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: unset;
}

.widget-tabs.style-img .widget-menu-tab .item-title {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.widget-tabs.style-img .widget-menu-tab .item-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-tabs.style-img .widget-menu-tab .item-title.active {
    border: 1px solid var(--Secondary);
}

.widget-tabs.style-img .widget-content-tab {
    width: 100%;
}

.widget-tabs.style-img .widget-content-tab .widget-content-inner {
    height: 100%;
}

.widget-tabs.style-img .widget-content-tab .widget-content-inner img {
    border-radius: 16px;
    width: 100%;
    max-width: 661px;
    height: 100%;
    object-fit: cover;
}

.widget-tabs.style-5 .widget-menu-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-tabs.style-5 .widget-menu-tab .item-title {
    padding: 16px 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    background-color: var(--Secondary);
    color: var(--White);
    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;
}

.widget-tabs.style-5 .widget-menu-tab .item-title:first-child {
    border-radius: 12px 0px 0px 0px;
}

.widget-tabs.style-5 .widget-menu-tab .item-title:last-child {
    border-radius: 0px 12px 0px 0px;
}

.widget-tabs.style-5 .widget-menu-tab .item-title.active {
    background-color: var(--White);
    color: var(--Secondary);
}

.widget-tabs.style-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.widget-tabs.style-row .form-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    flex-grow: 1;
}

.widget-tabs.style-row .form-search .input-search {
    position: relative;
    width: 330px;
    flex-shrink: 0;
    height: 54px;
}

.widget-tabs.style-row .form-search>.nice-select {
    border-radius: 120px;
    padding: 12px 49px 12px 27px;
}

.widget-tabs.style-row .form-search>.nice-select::after {
    top: 47%;
    right: 30px;
}

.widget-tabs.style-row .form-search>.nice-select ul.list {
    width: 300px;
}

.widget-tabs.style-row .widget-menu-tab {
    height: 54px;
}

.widget-tabs-1.style-3 .widget-menu-tab-1 {
    padding: 7px 10px 6px;
    background-color: rgb(249, 249, 249);
    border-radius: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.widget-tabs-1.style-3 .widget-menu-tab-1 .item-title-1 {
    padding: 11px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Text);
    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;
    border-radius: 120px;
}

.widget-tabs-1.style-3 .widget-menu-tab-1 .item-title-1.active-1 {
    background-color: var(--White);
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
}

.offcanvas-start {
    width: 370px;
}

.modal-backdrop {
    display: none !important;
}

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

.modal .modal-dialog {
    min-width: 800px;
}

.modal .modal-dialog .modal-content {
    position: relative;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    border: 0;
    max-width: 800px;
    overflow: hidden;
    transform: translateY(3px);
}

.modal .modal-dialog .modal-content .btn-hide-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(249, 249, 249);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.modal .modal-dialog .modal-content .btn-hide-modal i {
    font-size: 12px;
    color: var(--Secondary);
}

.modal .modal-dialog .modal-content .image-left {
    width: 386px;
    flex-shrink: 0;
    position: relative;
}

.modal .modal-dialog .modal-content .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal .modal-dialog .modal-content .image-left h3 {
    position: absolute;
    top: 45px;
    left: 30px;
    right: 30px;
    color: var(--Secondary);
    text-align: center;
}

.modal .modal-dialog .modal-content .content-right {
    padding: 78px 30px 30px 30px;
    width: 100%;
}

.modal .modal-dialog .modal-content .content-right h4 {
    margin-bottom: 22px;
}

.modal .modal-dialog .modal-content .content-right form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 22px;
}

.modal .modal-dialog .modal-content .content-right form>.flex {
    margin-top: -3px;
    margin-bottom: -5px;
}

.modal .modal-dialog .modal-content .content-right form .checkbox-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.modal .modal-dialog .modal-content .content-right form .lost-password {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Third);
}

.modal .modal-dialog .modal-content .content-right .btn-show-register {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 4px;
}

.modal .modal-dialog .modal-content .content-right .wg-social-1 {
    gap: 20px;
    margin-top: 2px;
}

.modal .modal-dialog .modal-content .content-right .wg-social-1 li a i {
    font-size: 20px;
}

.modal#modalregister .modal-dialog .modal-content {
    transform: translateY(-5px);
}

.modal#modalregister .modal-dialog .modal-content .content-right {
    padding: 34px 30px 30px 30px;
}

.table-compare {
    overflow-x: auto !important;
}

.table-compare::-webkit-scrollbar {
    width: 0px;
}

.table-compare>* {
    min-width: 1400px;
}

.table-compare .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    justify-content: end;
    margin-bottom: 32px;
    padding-right: 2px;
}

.table-compare .head .item .image {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
    max-width: 327px;
}

.table-compare .head .item .image .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--White);
    border-radius: 50%;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.table-compare .head .item .image .icon i {
    font-size: 16px;
    color: var(--Secondary);
}

.table-compare .head .item .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Secondary);
    margin-bottom: -2px;
}

.table-compare .head .item .price {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: var(--Third);
}

.table-compare ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.table-compare ul li {
    padding: 0px 0px 0px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 29px;
    height: 51px;
    border-radius: 12px;
    -webkit-transition: all 0.3s 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;
}

.table-compare ul li.h-58 {
    height: 58px;
}

.table-compare ul li .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.table-compare ul li:nth-child(2n+1) {
    background: #F9F9F9;
}

.table-compare ul li:hover {
    background-color: #c3c3c3;
}

.table-compare ul li>div {
    width: 100%;
}

.table-compare ul li>div:nth-child(1) {
    max-width: 298px;
}

.table-compare ul li>div:nth-child(2) {
    max-width: 327px;
}

.table-compare ul li>div:nth-child(3) {
    max-width: 329px;
}

.table-compare ul li>div:nth-child(4) {
    max-width: 329px;
}

.table-listing-properties {
    overflow-x: auto !important;
}

.table-listing-properties::-webkit-scrollbar {
    width: 0px;
}

.table-listing-properties>* {
    min-width: 1420px;
}

.table-listing-properties>.head {
    padding: 31px 53px 30px;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 53px;
    background-color: #F9F9F9;
}

.table-listing-properties>.head .item {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Secondary);
    width: 100%;
    width: 150px;
}

.table-listing-properties>.head .item:first-child {
    width: 500px;
}

.table-text-infor {
    overflow-x: auto !important;
}

.table-text-infor::-webkit-scrollbar {
    width: 0px;
}

.table-text-infor>* {
    min-width: 1200px;
}

.table-text-infor>.head {
    padding: 31px 54px 30px;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 53px;
    background-color: #F9F9F9;
}

.table-text-infor>.head .item {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--Secondary);
    width: 100%;
}

.table-text-infor>.head .item:last-child {
    width: 100px;
    flex-shrink: 0;
}

.table-text-infor.no-border-bottom>ul li:last-child>div {
    border-bottom: 0;
}

.table-text-infor.default>.head .item {
    width: 100% !important;
    flex-shrink: unset !important;
}

.table-text-infor.default>ul li>div>div {
    width: 100% !important;
    flex-shrink: unset !important;
}

.table-shop-cart {
    overflow-x: auto !important;
}

.table-shop-cart::-webkit-scrollbar {
    width: 0px;
}

.table-shop-cart>* {
    min-width: 924px;
}

.table-shop-cart>.head {
    padding: 25px 30px 27px;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    background-color: #F9F9F9;
    margin-bottom: 9px;
}

.table-shop-cart>.head .item {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--Secondary);
}

.table-shop-cart>.head .item:nth-child(1) {
    width: 343px;
}

.table-shop-cart>.head .item:nth-child(2) {
    width: 152px;
}

.table-shop-cart>.head .item:nth-child(3) {
    width: 168px;
}

.table-shop-cart>.head .item:nth-child(4) {
    width: 201px;
}

.table-default {
    color: var(--Secondary);
}

.table-default>.head {
    padding: 29px 36px;
    height: 70px;
    background-color: #F9F9F9;
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.table-default>.head .text {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.table-default>ul li {
    padding: 0 24px;
    height: 70px;
    border-bottom: 1px solid var(--Border);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 57px;
}

.sidebar .sidebar-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 14px;
}

.sidebar .sidebar-item {
    background-color: #F9F9F9;
    border-radius: 16px;
    border: 1px solid var(--Border);
    padding: 23px 30px 20px;
}

.sidebar .sidebar-item.no-bg {
    background-color: var(--White);
}

.sidebar .sidebar-item.sidebar-search {
    padding: 29px 30px;
}

.sidebar .sidebar-item.sidebar-categories {
    padding: 23px 30px 20px;
}

.sidebar .sidebar-item.sidebar-categories ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar .sidebar-item.sidebar-categories ul li {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-left: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .sidebar-item.sidebar-categories ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--Secondary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .sidebar-item.sidebar-categories ul li:hover,
.sidebar .sidebar-item.sidebar-categories ul li.active {
    padding-left: 25px;
}

.sidebar .sidebar-item.sidebar-categories ul li:hover::before,
.sidebar .sidebar-item.sidebar-categories ul li.active::before {
    width: 15px;
    background-color: var(--Third);
}

.sidebar .sidebar-item.sidebar-categories ul li:hover a,
.sidebar .sidebar-item.sidebar-categories ul li.active a {
    color: var(--Third);
}

.sidebar .sidebar-item.sidebar-agents {
    padding: 23px 30px 29px;
}

.sidebar .sidebar-item.sidebar-agents .sidebar-title {
    margin-bottom: 22px;
}

.sidebar .sidebar-item.sidebar-agents ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar .sidebar-item.sidebar-agents ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}

.sidebar .sidebar-item.sidebar-agents ul li .image {
    border-radius: 8px;
    overflow: hidden;
}

.sidebar .sidebar-item.sidebar-agents ul li .image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.sidebar .sidebar-item.sidebar-agents ul li .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 23px;
}

.sidebar .sidebar-item.sidebar-agents ul li .content .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.sidebar .sidebar-item.sidebar-tags {
    padding: 23px 30px 29px;
}

.sidebar .sidebar-item.sidebar-tags .sidebar-title {
    margin-bottom: 22px;
}

.sidebar .sidebar-item.sidebar-tags ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sidebar .sidebar-item.sidebar-tags ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    padding: 0px 20px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.sidebar .sidebar-item.sidebar-exclusive {
    padding-bottom: 28px;
}

.sidebar .sidebar-item.sidebar-exclusive .sidebar-title {
    margin-bottom: 22px;
}

.sidebar .sidebar-item.sidebar-exclusive .box-dream .image .list-tags {
    top: 20px;
    left: 20px;
}

.sidebar .sidebar-item.sidebar-exclusive .box-dream .content {
    bottom: 20px;
    left: 20px;
}

.sidebar .sidebar-item.sidebar-agents-1 {
    padding-bottom: 28px;
}

.sidebar .sidebar-item.sidebar-agents-1 .sidebar-title {
    margin-bottom: 22px;
}

.sidebar .sidebar-item.sidebar-agents-1 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar .sidebar-item.sidebar-agents-1 ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
}

.sidebar .sidebar-item.sidebar-agents-1 ul li .image {
    width: 90px;
    height: 90px;
}

.sidebar .sidebar-item.sidebar-agents-1 ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.sidebar .sidebar-item.sidebar-agents-1 ul li .content {
    padding-top: 5px;
}

.sidebar .sidebar-item.sidebar-agents-1 ul li .content .name {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Secondary);
}

.sidebar .sidebar-item.sidebar-info {
    padding: 30px 30px 37px 30px;
}

.sidebar .sidebar-item.sidebar-info .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.sidebar .sidebar-item.sidebar-info .image {
    width: 100%;
    height: 330px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 23px;
}

.sidebar .sidebar-item.sidebar-info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .sidebar-item.sidebar-info .image.has-border {
    border: 1px solid var(--Border);
    margin-bottom: 21px;
}

.sidebar .sidebar-item.sidebar-info>ul>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sidebar .sidebar-item.sidebar-info>ul>li:not(:last-child) {
    border-bottom: 1px solid var(--Border);
    margin-bottom: 12px;
}

.sidebar .sidebar-item.sidebar-info>ul>li .wg-social {
    margin-top: 8px;
}

.sidebar .sidebar-item.sidebar-info>ul>li .wg-social .list-social {
    gap: 13px;
}

.sidebar .sidebar-item.sidebar-contact-info-1 {
    padding-bottom: 30px;
}

.sidebar .sidebar-item.sidebar-contact-info-1 .sidebar-title {
    margin-bottom: 22px;
}

.sidebar .sidebar-item.sidebar-contact-info-1 .form-comment {
    gap: 20px !important;
}

.sidebar .sidebar-item.sidebar-contact-info-1 .form-comment textarea {
    height: 100px !important;
}

.sidebar .sidebar-item.sidebar-contact-info-1 .form-comment .flex .tf-button-primary {
    height: 52px;
}

.sidebar .wrap-map-v1 {
    height: 300px;
    min-height: 300px;
    margin: 0;
}

.arrow-style-1 .swiper-button-next {
    right: 0;
    width: 70px;
    height: 46px;
}

.arrow-style-1 .swiper-button-next::after {
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow-style-1 .swiper-button-prev {
    left: 0;
    width: 70px;
    height: 46px;
}

.arrow-style-1 .swiper-button-prev::after {
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow-style-1 .has-background {
    background-color: rgba(26, 26, 26, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.arrow-style-1 .has-border {
    border: 1px solid var(--Border);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow-style-1 .has-border::after {
    color: var(--Secondary);
}

.arrow-style-1 .has-border:hover {
    border: 1px solid var(--Secondary);
}

.arrow-style-1 .type-white::after {
    color: var(--White);
}

.arrow-style-1 .type-white:hover {
    border-color: var(--White);
}

.arrow-style-1 .type-white:hover::after {
    color: var(--White);
}

.arrow-style-2 .swiper-button-prev::after {
    color: var(--Secondary);
    font-size: 12px;
    font-weight: 700;
}

.arrow-style-2 .swiper-button-next::after {
    color: var(--Secondary);
    font-size: 12px;
    font-weight: 700;
}

.top-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 6px;
    align-items: center;
    position: absolute;
    top: 36px;
    right: 22px;
}

.top-wrap>div {
    position: unset;
}

.arrow-over .swiper-button-next {
    right: -116px;
    top: 60%;
}

.arrow-over .swiper-button-prev {
    left: -116px;
    top: 60%;
}

.pagination-style-1 .swiper-pagination {
    bottom: 29px;
}

.pagination-style-1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7.5px;
    background-color: var(--White);
}

.pagination-style-2>.swiper-pagination {
    bottom: 0px;
}

.pagination-style-2>.swiper-pagination .swiper-pagination-bullet {
    margin: 10px 12.5px;
    background-color: var(--Secondary);
    position: relative;
}

.pagination-style-2>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #122223;
    border-top-color: #D9D9D9;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pagination-style-2>.swiper-pagination.style-black .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--White);
}

.pagination-style-2>.swiper-pagination.style-black .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--White);
    border-top-color: rgba(18, 34, 35, 0.2);
}

.bottom-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.bottom-wrap>div {
    position: unset;
    margin: 0;
}

.bottom-wrap.style-number {
    gap: 21px;
    bottom: 30px;
}

.bottom-wrap.style-number .slider-min,
.bottom-wrap.style-number .slider-max {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.bottom-wrap.style-number .swiper-pagination {
    width: 200px;
    margin-left: 0;
    height: 2px;
    border-radius: 0;
    background-color: rgba(24, 26, 31, 0.2);
}

.bottom-wrap.style-number .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgb(0, 0, 0);
}

.pagination-style-number .swiper-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
}

.pagination-style-number .swiper-pagination .swiper-pagination-bullet {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--Secondary);
    width: unset;
    height: unset;
    background-color: unset;
}

.pagination-style-number .type-white .swiper-pagination-bullet {
    color: var(--White);
}

.pagination-style-progressbar .swiper-pagination {
    background-color: rgba(255, 255, 255, 0.1);
    height: 3px;
    border-radius: 3px;
    top: unset;
    bottom: 21px;
    margin-left: 238px;
    max-width: 1162px;
}

.pagination-style-progressbar .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--Third);
    border-radius: 3px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.carouselright {
    width: calc(100vw - (100vw - 1400px) / 2 - 14px);
    margin-right: -34px !important;
    max-width: 100%;
    padding-bottom: 96px;
}

.carouselright .bottom-wrap {
    gap: 20px;
}

.carouselright.style-full {
    margin-right: unset !important;
}

.carouselright.style-full .box-dream .image {
    width: 428px;
    height: 300px;
}

.carouselright.style-full .bottom-wrap {
    gap: 30px;
}

.slider-auto>.swiper-wrapper>.swiper-slide {
    width: auto;
}

.thumbs-slider-second {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 119px;
    padding-right: 216px;
    gap: 225px;
}

.thumbs-slider-second .slider-thumbs-gallery-second-1 {
    width: 370px;
    height: 390px;
    flex-shrink: 0;
}

.thumbs-slider-second .slider-thumbs-gallery-second-2 {
    padding-top: 31px;
}

.thumbs-slider-second.style-1 {
    padding-left: 0;
    padding-right: 0;
    gap: 0;
}

.thumbs-slider-second.style-1 .slider-thumbs-gallery-second-1 {
    width: unset;
    height: unset;
    flex-shrink: unset;
}

.thumbs-slider-second.style-1 .slider-thumbs-gallery-second-2 {
    padding-top: 105px;
}

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

.thumbs-slider .slider-thumbs-gallery-2 {
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.thumbs-slider .slider-thumbs-gallery-2 .thumbs-prev {
    left: 30px;
}

.thumbs-slider .slider-thumbs-gallery-2 .thumbs-next {
    right: 30px;
}

.thumbs-slider .slider-thumbs-gallery-1 img {
    border-radius: 12px;
}

.thumbs-slider-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 11px;
}

.thumbs-slider-column img {
    border-radius: 12px;
}

.thumbs-slider-column .slider-thumbs-gallery-1 {
    width: 158px;
    height: 650px;
    flex-shrink: 0;
}

.thumbs-slider-column .slider-thumbs-gallery-1 .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.thumbs-slider-column .slider-thumbs-gallery-1 .swiper-wrapper .swiper-slide {
    width: 158px;
    height: 121px !important;
}

.slider-4-center {
    overflow: unset;
}

.slider-4-center .swiper-slide {
    overflow: hidden;
    border-radius: 16px;
}

.slider-4-center .swiper-slide img {
    width: 100%;
    height: 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;
}

.slider-4-center .swiper-slide img:hover {
    -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;
}

.slider-effect-fade .swiper-slide .fade-item {
    -webkit-transform: translate(0px, 150px);
    -moz-transform: translate(0px, 150px);
    -ms-transform: translate(0px, 150px);
    -o-transform: translate(0px, 150px);
    transform: translate(0px, 150px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
    transition-delay: 0.1s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
    transition-delay: 0.2s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
    transition-delay: 0.3s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
    transition-delay: 0.4s;
}

.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.slider-recent-properties {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.slider-news,
.slider-homes {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

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


/* MAP */

.wrap-map-v1 {
    position: relative;
    height: 100%;
    min-height: 1089px;
    padding-left: 6px;
    padding-top: 9px;
    margin-right: -40px;
}

.wrap-map-v2 {
    position: relative;
    z-index: 20;
    margin-bottom: 40px;
}

.wrap-map-v2 #map {
    height: 668px;
}

.wrap-map-v2 .wrap-filter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1400px;
}

.wrap-map-v2 .wrap-filter form {
    border-radius: 16px;
    padding: 20px 20px 20px 30px;
}

.wrap-map-v2 .wrap-filter form .list .group-form {
    width: 100%;
    max-width: 212px;
}

.wrap-map-v2 .wrap-filter form .list .group-form.form-search-content {
    max-width: 526px;
}

.wrap-map-v3 {
    position: relative;
    height: 100%;
    min-height: 1089px;
    margin-left: -40px;
    margin-right: -3px;
}

.wrap-map-v4 {
    position: relative;
    height: 100%;
    min-height: 1089px;
    height: 953px;
}

.wrap-map-v5 {
    position: relative;
    padding-bottom: 193px;
}

.wrap-map-v5 #map-1 {
    height: 571px;
}

.wrap-map-v5 .grid-contact {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1190px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
}

.wrap-map-v5 .grid-contact>.contact-item {
    width: 100%;
}

#map {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#map-1 {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#map-2 {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.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: #0e1b3d;
    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(31, 75, 67, 0.1);
    -o-box-shadow: 0 0px 0 50px rgba(31, 75, 67, 0.1);
    box-shadow: 0px 0px 0px 20px rgba(31, 75, 67, 0.1);
    -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 {
    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: 26px;
    height: 26px;
    background: rgb(249, 249, 249);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Secondary);
    font-size: 9px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.map-listing-item .inner-box {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    min-width: 327px;
    box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    padding: 10px;
}

.map-listing-item .image {
    width: 75px;
    height: 75px;
}

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

.map-listing-item .content {
    position: relative;
    padding: 0;
}

.map-listing-item .content .price {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: var(--Third);
}

.map-listing-item .content h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--Secondary);
    margin-bottom: 0 !important;
}

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

.map-style-fixed {
    position: fixed;
    top: 141px;
    bottom: 0;
    left: 20px;
    width: 48.5%;
    z-index: 0;
    margin: 0;
}

.listville .box-filter-small {
    margin-top: 121px;
}

.property-map-wrap-v4 .box-filter-small {
    margin-top: 121px;
}

.property-map-wrap-v4 .map-style-fixed {
    width: 60.8%;
}

.nice-select {
    border-radius: 12px;
    border: 1px solid var(--Border) !important;
    padding: 12px 20px;
}

.nice-select.border-radius-1 {
    border-radius: 120px;
    padding: 12.5px 25px;
}

.nice-select::after {
    right: 27px;
    border-color: var(--Secondary);
}

.nice-select>span {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Secondary);
}

.nice-select>.list {
    margin-top: 10px;
    border: 1px solid var(--Secondary);
    border-radius: 16px;
    max-height: unset;
    padding: 28px 20px 20px 21px;
    max-width: 300px;
}

.nice-select>.list .option {
    height: 41px;
    padding: 0 15px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 41px;
    color: var(--Secondary);
    position: relative;
}

.nice-select>.list .option.selected {
    color: var(--Secondary);
    font-weight: 400;
}

.nice-select>.list .option.selected::after {
    position: absolute;
    font-family: flaticon_just-home !important;
    content: "\f125";
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.nice-select>.list.style-radio {
    padding: 28px 20px 30px 21px;
}

.nice-select>.list.style-radio .option {
    padding-left: 50px;
    height: 50px;
    line-height: 50px;
}

.nice-select>.list.style-radio .option::after {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--Border);
}

.nice-select>.list.style-radio .option.selected::after {
    border: 4px solid var(--Secondary);
}

.nice-select.open {
    border-color: var(--Secondary) !important;
    z-index: 50;
}

.nice-select.style-white span.current {
    color: var(--White) !important;
}

.nice-select.style-white::after {
    border-color: var(--White) !important;
}

.nice-select.default {
    padding: 0;
    padding-right: 18px;
    border: 0 !important;
}

.nice-select.default::after {
    right: 0;
    top: 44%;
    right: 2px;
}

.nice-select.default ul.list {
    width: 220px;
    right: 0;
    left: unset;
}

.tf-select select {
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--Border) !important;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 28px;
    color: var(--Secondary);
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-select select:focus {
    border-color: var(--Secondary) !important;
}

.tf-field-label {
    position: relative;
}

.tf-field-label .tf-input {
    padding: 12px 18px;
}

.tf-field-label .tf-input:focus {
    border-color: var(--Black);
}

.tf-field-label .tf-input:not(:placeholder-shown)~.tf-label,
.tf-field-label .tf-input:focus~.tf-label {
    top: 0;
    transform: translateY(-50%);
    padding: 0 8px;
    background-color: var(--White);
}

.tf-field-label .tf-input::placeholder {
    color: transparent;
}

.tf-field-label .tf-label {
    position: absolute;
    top: 11px;
    left: 18px;
    transition: all 0.1s ease;
    cursor: text;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Secondary);
}

.tf-select-label {
    position: relative;
    z-index: 2;
}

.tf-select-label .select-label {
    position: absolute;
    top: 11px;
    left: 18px;
    transition: all 0.1s ease;
    cursor: text;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: var(--Secondary);
    z-index: 51;
}

.tf-select-label.focused .select-label {
    top: 0;
    transform: translateY(-50%);
    padding: 0 8px;
    background-color: var(--White);
}

@media (max-width: 1800px) {
    .property-grid-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 20px;
    }
    .property-grid-wrap>.box-dream {
        margin-left: auto;
        margin-right: auto;
    }
    .property-grid-wrap.type-2-cols {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .property-grid-wrap.type-2-cols>.box-dream {
        max-width: 500px;
    }
    .wrap-map-v3,
    .wrap-map-v1 {
        margin: 0;
        padding: 0;
    }
    .slider.home4 .wrap-slider::before {
        left: unset;
        right: calc(50% + 150px);
    }
    .slider.home4 .wrap-slider::after {
        right: unset;
        left: calc(50% + 150px);
    }
}

@media (max-width: 1440px) {
    .pagination-style-progressbar .swiper-pagination {
        width: unset;
        right: 35px;
        margin-left: 190px;
    }
    .luxury-home.style-3 .content {
        padding-left: 50px;
    }
    .box-filter-small .wg-filter.style-price .open-filter {
        left: unset;
        right: 0;
    }
    .box-filter-small .wg-filter.style-more {
        position: unset;
    }
    .box-filter-small .wg-filter.style-more>.btn-filter {
        position: relative;
    }
    .box-filter-small .wg-filter.style-more>.btn-filter::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;
        top: 43% !important;
        right: 23px !important;
        border-color: var(--Secondary);
        -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;
    }
    .box-filter-small .wg-filter.style-more::after {
        display: none;
    }
    .message-wrap {
        gap: 10px;
    }
    .message-wrap>.wg-box {
        padding: 20px !important;
    }
    .page-head>div {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .page-head>div .widget-content-tab .widget-content-inner form {
        flex-wrap: wrap;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>* {
        width: 25%;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>* .btn-filter {
        justify-content: start;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.style-more {
        position: unset;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.style-more .open-filter {
        width: 100%;
        top: calc(100% + 20px);
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.style-more>.btn-filter {
        position: relative;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.style-more>.btn-filter::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;
        top: 47%;
        right: 30px;
        border-color: var(--Secondary);
        -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;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.style-more::after {
        display: none;
    }
    .property-grid-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
    .property-grid-wrap>.box-dream {
        max-width: 490px;
    }
    .box-testimonials .testimonials-item {
        padding-left: 30px;
    }
    .flat-counter.style-1 {
        margin-left: 0;
        margin-right: 0;
    }
    .pricing-item {
        margin-bottom: 30px;
    }
    .agency-list-wrap .sidebar,
    .agency-list-wrap .form-sidebar-left {
        max-width: unset;
    }
    .layout-wrap .layout-wrap-inner .section-menu-left.null {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        opacity: 0;
        visibility: hidden;
    }
    .layout-wrap .layout-wrap-inner .section-content-right.full {
        padding-left: 0px;
    }
    .grid-favorities-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 28px 28px;
        padding-right: 0;
    }
    .btn-canvas {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        z-index: 70;
    }
    .grid-section-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-section-1 {
        flex-wrap: wrap;
    }
    .grid-section-1>.wg-box {
        width: 100% !important;
    }
    .thumbs-slider-second {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content.px-60,
    .main-content.px-110 {
        padding-left: 0;
        padding-right: 0;
    }
    #header_main .header-inner .header-inner-wrap .main-menu ul.navigation {
        margin-left: 0;
    }
    #header_main .header-inner .header-inner-wrap .main-menu ul.navigation .mega-menu {
        gap: 40px !important;
    }
    #header_main .header-inner .header-inner-wrap .header-right .header-call {
        display: none;
    }
    #header_main.type-home3 .header-inner #site-logo {
        position: unset !important;
        transform: none !important;
    }
    #header_main.type-home3 .header-inner .main-menu .navigation {
        gap: 10px !important;
    }
    .sidebar {
        padding-left: 0;
    }
    .properties-content-default {
        padding: 15px 30px;
    }
    .properties-content-default .text,
    .properties-content-default p {
        margin-bottom: 15px;
    }
    .flat-cities.style-1 .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .slider.home5 .wrap-slider .slider-content .left .box-agents {
        right: 0;
    }
    .property-single-sidebar {
        max-width: unset;
        width: 100%;
    }
    .property-map-wrap-v4 .list-box-dream .box-dream {
        flex-direction: column;
        gap: 0;
    }
    .property-map-wrap-v4 .list-box-dream .box-dream .content {
        padding: 9px 0 9px 9px;
    }
    .property-map-wrap-v4 .list-box-dream .box-dream .image {
        flex-grow: 1;
        width: unset;
        margin: 9px;
        height: unset;
    }
}

@media (max-width: 1200px) {
    .po-sticky {
        position: unset !important;
    }
    .counter .number-counter.style-1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .box-icon.style-2 .content p br {
        display: none;
    }
    .perfect-home .content-right {
        padding-top: 30px;
        padding-left: 0;
    }
    .box-dream.style-row {
        flex-direction: column;
        gap: 15px;
    }
    .box-dream.style-row .image {
        width: 100%;
        margin: 0 !important;
        padding: 9px;
        border-radius: 12px;
        overflow: hidden;
    }
    .box-dream.style-row .image>.swiper-container {
        border-radius: 12px;
        overflow: hidden;
    }
    .box-dream.style-row .image img {
        border-radius: 12px;
    }
    .box-dream.style-row .content {
        padding: 9px 0 9px 9px;
    }
    #header_main .header-inner {
        padding: 15px 15px 0 15px;
    }
    #header_main .header-inner .header-inner-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    #header_main .header-inner .header-inner-wrap .main-menu ul.navigation {
        gap: 20px !important;
    }
    #header_main .header-inner .header-inner-wrap .header-right {
        gap: 15px;
    }
    #header_main.style-bg-white .header-inner .header-inner-wrap .main-menu ul.navigation>li::before {
        width: calc(100% + 20px);
    }
    #header_main.type-home3 .header-inner {
        padding: 15px 15px 0 15px !important;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer {
        flex-wrap: wrap;
        gap: 40px;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-1 {
        max-width: unset;
    }
}

@media (max-width: 1199px) {
    .property-single-sidebar {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .box-filter-small .wg-filter.style-price .open-filter {
        left: unset;
        right: 0;
    }
    .box-filter-small .wg-filter.style-more .open-filter {
        max-width: max-content;
    }
    .slider.home8 .wrap-slider .counter {
        position: unset;
        max-width: unset;
        height: unset;
        padding: 40px 14px;
    }
    .slider.home8 .wrap-slider .counter .number-counter {
        width: 100%;
        text-align: center;
    }
    .slider.home8 .wrap-slider .counter .number-counter>div {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .layout-wrap .layout-wrap-inner .section-menu-left {
        top: 150px;
        width: unset;
        right: 20px;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        opacity: 0;
        visibility: hidden;
    }
    .layout-wrap .layout-wrap-inner .section-menu-left.null {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }
    .layout-wrap .layout-wrap-inner .section-content-right {
        padding-top: 120px;
        padding-left: 0px;
    }
    .layout-wrap .layout-wrap-inner .section-content-right .reviews-wrap ul li {
        flex-wrap: wrap;
        gap: 15px;
    }
    .layout-wrap .layout-wrap-inner .section-content-right .reviews-wrap ul li .ratings {
        margin-top: 0;
    }
    .layout-wrap .layout-wrap-inner .section-content-right .reviews-wrap ul li .time {
        margin-bottom: 10px;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas {
        top: 100px;
        left: 20px;
        right: 20px;
        position: absolute;
        width: unset;
        height: 50px;
        padding: 0 15px;
        border-radius: 6px;
        gap: 15px;
        justify-content: start;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas span::after {
        transform: rotate3d(0, 0, 1, -45deg);
        top: 50%;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas span::before {
        transform: rotate3d(0, 0, 1, 45deg);
        top: 50%;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas .text-content {
        display: block;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas.active span::after {
        bottom: 0;
        top: unset;
        transform: none;
    }
    .layout-wrap .layout-wrap-inner .btn-canvas.active span::before {
        top: 0;
        transform: none;
    }
    .agents-item {
        padding: 20px;
    }
    .agents-item>div:first-child {
        gap: 20px !important;
    }
    .agents-item .name {
        margin-top: 0;
    }
    .sidebar .sidebar-item,
    .agency-list-wrap .sidebar,
    .agency-list-wrap .form-sidebar-left {
        padding: 15px;
        gap: 15px;
    }
    .thumbs-slider-second.style-1 .slider-thumbs-gallery-second-2 {
        padding-top: 0;
    }
    .thumbs-slider-second.style-1 .slider-thumbs-gallery-second-1 {
        margin-top: 20px;
    }
    .slider.home6 .wrap-slider .slider-item {
        background-image: none;
    }
    .flat-explore .wrap {
        flex-wrap: wrap;
    }
    .flat-explore .wrap .cities-item {
        width: 47% !important;
    }
    .flat-explore .wrap .cities-item .content {
        top: 15px !important;
        left: 15px !important;
    }
    .flat-explore .wrap .cities-item>a {
        bottom: 15px !important;
        left: 15px !important;
    }
    .luxury-home.style-3 {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }
    .luxury-home.style-3 .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .box-dream.style-full .content {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .map-style-fixed {
        margin-top: 100px;
        position: unset;
        width: 100%;
        height: 500px;
        min-height: 500px;
    }
    .modal .modal-dialog {
        margin-top: 30px;
        margin-bottom: 30px;
        min-width: unset;
    }
    .modal .modal-dialog .modal-content {
        flex-wrap: wrap;
        transform: translateY(0) !important;
    }
    .modal .modal-dialog .modal-content .image-left {
        width: 100%;
        height: 500px;
    }
    .modal .modal-dialog .modal-content .content-right {
        padding: 34px 30px 30px 30px;
    }
    .property-map-wrap-v4 {
        padding-right: 15px;
        padding-left: 15px;
        flex-wrap: wrap;
    }
    .property-map-wrap-v4>* {
        width: 100% !important;
    }
    .property-map-wrap-v4>*.wrap-map-v4 {
        height: 500px;
        min-height: 500px;
    }
    .property-map-wrap-v4>*.wrap-map-v4 .map-style-fixed {
        width: 100% !important;
    }
    .box-filter-small {
        margin-top: 50px;
    }
    .property-grid-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
    .property-grid-wrap>.box-dream {
        max-width: 400px;
    }
    .slider.home6 .wrap-slider .slider-item .slider-content {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .slider.home5 {
        margin-bottom: 30px;
    }
    .slider.home5 .wrap-slider .slider-item .slider-content {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .slider.home5 .wrap-slider .slider-item .slider-content>.left {
        position: unset;
        margin-top: 50px;
    }
    .slider.home5 .wrap-slider .slider-item .slider-content>.left>form {
        position: relative;
        left: 0;
    }
    .slider.home5 .wrap-slider .slider-item .slider-content>.left>.wrap-img {
        margin-top: 40px;
        margin-bottom: 100px;
        justify-content: center;
    }
    .slider.home5 .wrap-slider .slider-item .slider-content>.left>.box-agents {
        bottom: 15px;
        right: 14px;
    }
    .slider.home10 .wrap-slider .counter {
        padding-left: 20px;
        padding-right: 20px;
        height: unset;
    }
    .download-app {
        flex-wrap: wrap;
    }
    .download-app .content-right {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
    }
    .download-app .content-right .ft-download {
        flex-wrap: wrap;
    }
    .download-app .image {
        width: 100%;
    }
    .download-app .image img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .flat-cities .inner.style-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 28px;
        grid-template-areas: "aa aa" "bb cc" "dd ee";
    }
    .flat-cities .inner.style-1 .cities-item.item-1 img {
        height: 320px;
    }
    .flat-counter.style-1 .counter {
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 30px;
        text-align: center;
    }
    .flat-counter.style-1 .counter .number-counter {
        width: 100% !important;
    }
    .flat-counter.style-1 .counter .number-counter div {
        text-align: center;
    }
    form {
        z-index: 40 !important;
        flex-wrap: wrap;
        align-items: center !important;
    }
    form>.list {
        flex-wrap: wrap;
    }
    form>.list>* {
        width: 100% !important;
        max-width: unset !important;
    }
    form>.list>.divider-1 {
        display: none;
    }
    .wrap-map-v5 {
        padding-bottom: 0;
    }
    .wrap-map-v5 .grid-contact {
        position: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-top: 20px;
        flex-wrap: wrap;
    }
    .vision-mission .content {
        flex-wrap: wrap;
    }
    .vision-mission .content>div {
        max-width: unset;
    }
    .agency-list-wrap .top {
        margin-top: 50px;
    }
    .sidebar-shop {
        padding-top: 50px;
        max-width: unset !important;
    }
    .shop-detail-wrap .shop-detail-content {
        padding-left: 0;
        padding-top: 50px;
    }
    .shop-detail-wrap .bottom {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    form .cols {
        flex-direction: column;
    }
    form .cols>* {
        width: 100% !important;
        max-width: unset !important;
    }
    .thumbs-slider-second {
        flex-wrap: wrap;
        gap: 40px;
    }
    .grid-4-cols {
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-wrap {
        flex-wrap: wrap;
    }
    .mobile-wrap>* {
        width: 100% !important;
    }
    #header_main {
        border-bottom: 1px solid var(--Border);
    }
    #header_main.style-bg-white .header-inner {
        padding: 20px 20px 0 20px !important;
    }
    #header_main.style-fixed .header-inner {
        padding-bottom: 20px !important;
    }
    #header_main.style-fixed .header-inner .header-inner-wrap {
        background-color: #F9F9F9;
    }
    #header_main.style-fixed.none-bg .header-inner .header-inner-wrap {
        background-color: var(--White);
    }
    #header_main.type-home8 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header_main.style-absolute {
        background-color: var(--White);
        padding-bottom: 20px;
    }
    #header_main.style-absolute .header-inner {
        padding-bottom: 0 !important;
    }
    #header_main.is-fixed.type-home1.is-small {
        top: 0px;
    }
    #header_main.is-fixed.is-small {
        background-color: var(--White);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header_main.is-fixed.is-small.style-no-bg {
        background-color: var(--White);
    }
    #header_main.is-fixed.is-small.style-no-bg .header-inner .header-inner-wrap {
        background-color: transparent;
    }
    #header_main .header-inner {
        padding-bottom: 20px !important;
    }
    #header_main .header-inner.background-white {
        background-color: var(--White);
    }
    #header_main .header-inner.background-white .header-inner-wrap {
        background-color: var(--White);
    }
    #header_main .header-inner .header-inner-wrap {
        padding: 0 !important;
        border: 0;
    }
    #header_main .header-inner .header-inner-wrap #site-logo #logo-header-mobile {
        display: block;
    }
    #header_main .header-inner .header-inner-wrap #site-logo #logo-header {
        display: none;
    }
    #header_main .header-inner .header-inner-wrap .main-menu {
        display: none;
    }
    #header_main .header-inner .header-inner-wrap .header-right {
        display: none;
    }
    #header_main .header-inner .header-inner-wrap .mobile-button {
        display: block !important;
    }
    .sidebar {
        margin-top: 40px;
        max-width: unset !important;
    }
    .footer {
        padding: 0 !important;
    }
    .footer .footer-inner {
        border-radius: 0;
        padding: 0;
    }
    .footer .footer-inner .footer-inner-wrap .top-footer {
        padding: 20px;
    }
    .footer .footer-inner .footer-inner-wrap .top-footer #footer-logo {
        width: 150px;
    }
    .footer .footer-inner .footer-inner-wrap .top-footer .wg-social>span {
        display: none;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer {
        padding: 40px 20px;
    }
    .footer .footer-inner .footer-inner-wrap .bottom-footer {
        padding: 20px;
    }
    .blog-single-wrap {
        padding: 15px 0;
    }
    .flat-cities .inner {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "aa bb" "cc dd" "ee ff";
    }
    .exclusive-properties .inner {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "aa bb" "cc dd" "ee ff";
    }
    .best-properties .inner {
        gap: 10px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-areas: "aa aa" "aa aa" "dd dd" "dd dd" "dd dd" "bb cc" "bb cc" !important;
    }
    .agents-item .image {
        width: 100px;
        height: 100px;
    }
    .property-list-wrap.v1 .form-sidebar-left {
        display: none;
    }
    .property-list-wrap.v1 .top>form {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 820px) {
    .form-search-home3 {
        border-radius: 12px;
    }
    .form-search-home3>div {
        width: 100% !important;
    }
    .finest-selection .inner {
        flex-wrap: wrap;
    }
    .finest-selection .inner .content {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .finest-selection .inner .image {
        max-width: unset;
    }
    .luxury-home .image .box {
        bottom: 10px;
        left: 10px;
        top: unset;
    }
    .counter {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .counter .number-counter {
        width: 50%;
        text-align: center;
    }
    .work-with-us .wrap {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .work-with-us .wrap>div {
        width: 100%;
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    .smilar-homes .box-dream {
        margin-bottom: 30px;
    }
    .property-single-wrap .head-title {
        flex-wrap: wrap;
        gap: 15px;
    }
    .property-single-wrap .head-title .square {
        text-align: start;
    }
    .property-single-wrap.v3 .wrap-gallery-image {
        margin-left: 15px;
        margin-right: 15px;
    }
    .property-single-wrap.v6 .head-title {
        bottom: 10px;
    }
    .property-single-wrap.v6 .head-title>div:last-child {
        display: none;
    }
    .property-single-wrap.v6 .list-icons-page.show-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-left: 14px;
        margin-bottom: 30px;
    }
    .list-icons-page .item p {
        display: none;
    }
    .widget-tabs.style-3 .widget-menu-tab {
        overflow-x: auto;
    }
    .widget-tabs.style-3 .widget-menu-tab .item-title {
        padding: 10px 15px;
        min-width: max-content;
    }
    .top-heading {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .top-heading .heading-section {
        margin-bottom: 15px;
        width: 100%;
    }
    .flat-accordion .flat-toggle {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .flat-accordion .flat-toggle.active {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .flat-accordion .flat-toggle .toggle-title {
        padding-right: 20px;
    }
    .pie-chart {
        flex-wrap: wrap;
    }
    .pie-chart .wrap-note {
        padding-top: 0 !important;
        gap: 20px !important;
        flex-wrap: wrap;
    }
    .box-content-search {
        max-width: -webkit-fill-available;
    }
    .message-wrap {
        flex-direction: column;
    }
    .message-wrap>* {
        width: 100% !important;
    }
    .carouselright {
        margin-left: 0;
    }
    .work-with-us-item h2 a {
        left: unset !important;
        right: 40px;
    }
    .work-with-us-item:hover h2 a {
        right: 25px;
    }
    .box-dream .head {
        padding-top: 15px !important;
        gap: 10px !important;
    }
    .box-dream .price {
        position: unset !important;
    }
    .property-grid-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .property-grid-wrap>.box-dream {
        max-width: 350px;
    }
    .box-testimonials {
        flex-wrap: wrap;
    }
    .box-testimonials .image {
        max-width: unset;
    }
    .work-with-us-item {
        flex-wrap: wrap;
    }
    .work-with-us-item .text-content {
        text-align: start;
    }
    .testimonials .testimonials-inner {
        flex-wrap: wrap;
    }
    .cities-item.style-4 .content {
        padding: 10px;
        bottom: 10px;
        left: 20px;
        right: 20px;
    }
    .box-icon {
        margin-bottom: 50px;
    }
    .agents-item {
        position: relative;
    }
    .agents-item>.flex {
        flex-wrap: wrap;
        row-gap: 20px !important;
    }
    .agents-item>.flex>div:last-child {
        width: 100%;
    }
    .agents-item>.flex>div:last-child .infor {
        position: absolute;
        top: 25px;
        left: 140px;
    }
    .form-shop-cart .bottom {
        flex-wrap: wrap;
    }
    .upload-image-wrap .list {
        flex-wrap: wrap;
    }
    .grid-section-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .property-single-wrap.v7 .wrap-image {
        flex-direction: column;
    }
    .property-single-wrap.v7 .wrap-image>.flex {
        flex-direction: row !important;
    }
    .property-single-wrap.v7 .box-items {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .property-single-wrap.v7 .box-items .item {
        width: 50%;
        border: 0 !important;
    }
    .thumbs-slider-column {
        flex-wrap: wrap;
        margin-right: 0 !important;
    }
    .thumbs-slider-column .slider-thumbs-gallery-1 {
        width: unset;
        height: unset;
    }
    .thumbs-slider-column .slider-thumbs-gallery-1 .swiper-wrapper {
        display: none;
    }
    .property-single-wrap .content-wrap .box-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
    .property-single-wrap .content-wrap>.plans .icons {
        flex-wrap: wrap;
    }
    .property-single-wrap .content-wrap>.calculator form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }
    .wrap-gallery-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        grid-template-areas: "aa aa" "aa aa" "bb cc" "dd ee";
    }
    .list-icons-page {
        flex-wrap: wrap;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-2,
    .footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-3,
    .footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-4,
    .footer .footer-inner .footer-inner-wrap .center-footer .footer-cl-5 {
        width: 45%;
    }
    .footer.style-1 .bottom-footer .inner {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer.style-1 .bottom-footer .inner>* {
        width: 100%;
    }
    .testimonials .testimonials-inner {
        margin-bottom: 40px;
    }
    .tab-search .widget-tabs .widget-menu-tab {
        gap: 30px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .tab-search .widget-tabs .widget-menu-tab .item-title {
        min-width: max-content;
        font-size: 16px;
    }
    .tab-search .widget-tabs .widget-content-tab .widget-content-inner .gird-tab-search {
        flex-wrap: wrap;
    }
    .tab-search .widget-tabs .widget-content-tab .widget-content-inner .gird-tab-search .item {
        width: 45%;
    }
    .luxury-home .content {
        padding-bottom: 50px;
    }
    .luxury-home .image {
        margin-bottom: 40px;
        max-width: unset !important;
    }
    .group-icon {
        margin-bottom: 20px;
        padding: 20px;
    }
    .group-icon>.image {
        bottom: 15px;
        right: 15px;
    }
    .exclusive-properties .inner {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "aa" "bb" "cc" "dd" "ee" "ff";
    }
}

@media (max-width: 550px) {
    .agents-item .wrap-contact>* {
        width: 100%;
        justify-content: start;
    }
    .has-bg-vector::before {
        display: none;
    }
    .contact-item {
        padding: 30px 20px;
    }
    .box-dream.style-favorities {
        gap: 0;
    }
    .box-dream.style-favorities .image {
        margin: 7px;
        flex-grow: 1;
        width: unset;
    }
    .box-dream.style-favorities .head {
        padding-top: 0 !important;
    }
    .wg-box {
        padding: 30px 20px 20px !important;
    }
    .property-single-wrap .content-wrap .list-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 60px;
    }
    .property-single-wrap.v5 .content-wrap .widget-tabs .widget-menu-tab {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .property-single-wrap.v5 .content-wrap .widget-tabs .widget-menu-tab .item-title {
        min-width: max-content;
    }
    .property-single-wrap.v6 .content-wrap>* {
        padding: 15px;
    }
    .property-single-wrap.v6 .content-wrap>*>h4 {
        margin-bottom: 15px !important;
    }
    .property-single-wrap.v6 .slider-property-single-6 .swiper-item .image::before,
    .property-single-wrap.v6 .slider-property-single-6 .swiper-item .image img {
        border-radius: 0;
    }
    .property-single-wrap.v6 .slider-property-single-6 .swiper-item .head-title {
        bottom: 15px;
    }
    .property-single-wrap.v6 .slider-property-single-6 .swiper-item .head-title .list-icons-page {
        gap: 10px;
        margin-bottom: 15px;
    }
    .property-single-wrap.v7 .page-top {
        border-radius: 0;
    }
    .property-single-wrap.v7 .content-wrap>* {
        padding: 15px;
    }
    .property-single-wrap.v7 .content-wrap>*>h4 {
        margin-bottom: 15px !important;
    }
    #map {
        border-radius: 0;
    }
    .shop-detail-wrap {
        padding-top: 50px;
    }
    .flat-title {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        border-radius: 0 !important;
    }
    .flat-title.page-property-grid-2 {
        position: relative;
        z-index: 20;
    }
    .flat-title.page-property-list-3,
    .flat-title.page-property-list-2 {
        padding-top: 120px !important;
    }
    .flat-title.inner-page {
        height: unset;
    }
    .exclusive-properties .inner .box-dream .image img {
        height: 320px;
        object-fit: cover;
    }
    h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    h3 {
        font-size: 21px !important;
        line-height: 30px !important;
    }
    .flat-cities .inner.style-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 28px;
        margin-bottom: 70px;
        grid-template-areas: "aa" "bb" "cc" "dd" "ee";
    }
    ul.grid-tags {
        gap: 10px;
    }
    ul.grid-tags li a {
        padding: 0 15px;
        line-height: 40px;
    }
    .widget-tabs.style-1 .widget-menu-tab .item-title {
        padding: 10px;
    }
    .luxury-home .counter {
        padding-top: 30px;
    }
    .luxury-home.style-3 .content {
        padding: 20px 30px;
    }
    .categories-item.style-1 {
        padding: 15px;
    }
    .categories-item.style-1 .icon {
        width: 70px;
        height: 70px;
    }
    .flat-news.style-2>div:first-child {
        margin-bottom: 70px;
    }
    .area-item {
        gap: 15px;
        margin-bottom: 30px;
    }
    .area-item .image {
        width: 70px;
        height: 70px;
    }
    .box-filter-small form>* {
        width: 100% !important;
        max-width: unset !important;
    }
    .box-filter-small form>* .btn-filter {
        justify-content: start;
    }
    .box-filter-small form ul.list {
        width: 100% !important;
        max-width: unset !important;
    }
    .open-filter .grid-4-cols .nice-select::after {
        display: none;
    }
    .property-grid-wrap.type-2-cols>.box-dream {
        max-width: 350px;
    }
    .page-head>div .widget-content-tab .widget-content-inner form {
        flex-wrap: wrap;
    }
    .page-head>div .widget-content-tab .widget-content-inner form .open-filter,
    .page-head>div .widget-content-tab .widget-content-inner form ul.list {
        width: 100% !important;
        max-width: unset !important;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>* {
        width: 100% !important;
    }
    .page-head>div .widget-content-tab .widget-content-inner form>*.wg-filter>.btn-filter {
        justify-content: start;
    }
    .agency-single-wrap .wrap-inner .grid-box-dream {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 28px 28px;
    }
    .layout-wrap {
        padding: 20px;
    }
    .grid-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3-cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .luxury-home.style-1 .content {
        padding-top: 0;
    }
    .luxury-home.style-1 .content h2,
    .luxury-home.style-1 .content .text-content {
        margin-bottom: 15px;
    }
    .luxury-home.style-1 .heading-section {
        margin-top: 50px;
    }
    .luxury-home.style-4 .content {
        padding-top: 0;
    }
    .luxury-home.style-4 .content .counter {
        gap: 15px;
    }
    .luxury-home.style-4 .content .counter>div {
        gap: 15px;
    }
    .perfect-home .wrap-image .box {
        position: unset;
    }
    .perfect-home.style-1 .content-left {
        padding-top: 0;
    }
    .perfect-home.style-2 .wrap-image {
        flex-wrap: wrap;
        justify-content: center;
    }
    .perfect-home.style-2 .wrap-image>div {
        width: 100%;
    }
    .perfect-home.style-2 .wrap-image>div img {
        width: 100%;
    }
    .perfect-home.style-2 .wrap-image .item-1,
    .perfect-home.style-2 .wrap-image .item-2 {
        max-width: unset;
    }
    .perfect-home.style-2 .wrap-image .box {
        max-width: none;
        margin: 15px 0;
    }
    .perfect-home.style-3 .wrap-image {
        gap: 10px;
    }
    .perfect-home.style-3 .wrap-image .item-1,
    .perfect-home.style-3 .wrap-image .item-2 {
        max-width: unset;
    }
    .perfect-home.style-3 .wrap-image .box {
        margin-bottom: 0 !important;
        padding: 20px !important;
    }
    .work-with-us .wrap {
        margin-bottom: 50px;
    }
    .cities-item .content {
        top: 30px;
        left: 30px;
    }
    .property-grid-wrap>.box-dream .content {
        position: unset;
        padding: 15px 20px 10px;
    }
    .slider-cities-2,
    .slider-cities-1,
    .slider-discover,
    .slider-cities,
    .slider-recent-properties,
    .slider-news,
    .slider-homes {
        padding-right: 0;
        margin-right: 0;
    }
    .categories-item {
        padding: 15px;
    }
    .box-dream.style-absolute .content {
        bottom: 20px !important;
        left: 20px !important;
        right: 20px !important;
    }
    .box-dream.style-absolute .content .head {
        padding-top: 0 !important;
    }
    .box-dream.style-absolute .content .price {
        width: 100%;
        margin-bottom: 0;
    }
    .box-dream .content {
        bottom: 20px !important;
        left: 20px !important;
        padding: 15px 20px 10px;
    }
    .box-dream .content .title {
        font-size: 20px;
        line-height: 28px;
    }
    .box-dream .content .price {
        font-size: 18px;
    }
    .box-dream .content .location p {
        font-size: 16px;
        line-height: 19px;
    }
    .box-dream .content .icon-box {
        width: 100%;
        gap: 10px;
    }
    .box-dream .content .icon-box .item {
        gap: 7px;
    }
    .box-dream .content .icon-box .item i,
    .box-dream .content .icon-box .item p {
        font-size: 15px;
    }
    .box-dream .content .price {
        margin-bottom: 7px;
    }
    .counter .number-counter {
        width: 100%;
        text-align: start;
    }
    .counter .number-counter>div {
        font-size: 30px;
        line-height: 40px;
        text-align: start !important;
    }
    .counter .number-counter.style-1 {
        padding: 20px 15px;
    }
    .counter .number-counter.style-1 div {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .tf-section-default {
        border-radius: 0 !important;
    }
    .tf-section {
        padding: 40px 6px !important;
        border-radius: 0 !important;
    }
    .tf-section::before {
        border-radius: 0 !important;
    }
    .account-bar {
        padding: 40px 20px;
        border-radius: 0 !important;
        text-align: center;
    }
    .account-bar a {
        width: 100%;
    }
    .account-bar h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .account-bar.style-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .slider .wrap-slider {
        border-radius: 0 !important;
    }
    .slider .wrap-slider::before {
        border-radius: 0 !important;
    }
    .slider .wrap-slider .slider-content {
        padding: 156px 0 100px !important;
    }
    .slider .wrap-slider .slider-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .slider.page-404 {
        padding-left: 0;
        padding-right: 0;
    }
    .slider.home2 .slider-content .list-icon {
        gap: 5px !important;
    }
    .slider.home2 .slider-content .list-icon .item {
        padding: 5px 10px 5px 5px !important;
    }
    .slider.home9 .top {
        text-align: center;
    }
    .slider.home9 .top .tf-button-primary,
    .slider.home9 .top h2 {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .slider.home9 .top .box-agents {
        gap: 15px;
        align-items: center;
    }
    .slider.home9 .wrap-slider .slider-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider.home9 .wrap-slider .slider-item form {
        padding: 20px;
    }
    .slider.home10 .wrap-slider .counter {
        position: unset;
        border-radius: 0;
    }
    .estate-agent .image {
        height: unset;
    }
    .estate-agent .image .box-curved-text {
        top: 0;
        right: 0;
        left: unset;
    }
    .estate-agent .image .img-1,
    .estate-agent .image .img-2 {
        position: unset;
        width: 100%;
        max-width: unset;
    }
    .work-with-us-item {
        padding: 30px 0;
        gap: 15px;
    }
    .flat-experts .wrap-experts {
        margin-bottom: 70px;
    }
    .flat-testimonial>.divider {
        margin: 30px 0;
    }
    .box-icon {
        margin-bottom: 40px;
    }
    .box-icon.has-bg {
        padding: 30px;
        margin-bottom: 0;
    }
    .parallax-wrap {
        padding: 50px 0 !important;
    }
    .parallax-wrap .heading {
        font-size: 25px;
        line-height: 32px;
    }
    .properties-content-default .number {
        font-size: 23px;
        line-height: 30px;
    }
    .properties-content-default p {
        display: none;
    }
    .main-content {
        padding: 0 0 20px 0 !important;
    }
    .main-content.default,
    .main-content.spacing-20 {
        padding: 0 !important;
    }
    .space-20 {
        display: none;
    }
    .wg-blog.style-row {
        flex-direction: column;
    }
    .wg-blog.style-row .image {
        width: 100%;
    }
    .wg-blog.style-row .content {
        width: 100%;
    }
    .heading-section h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer>div {
        width: 100% !important;
    }
    .footer .footer-inner .footer-inner-wrap .center-footer>div .ft-title {
        margin-bottom: 10px !important;
    }
    .footer #logo-footer {
        width: 150px;
        height: 41px;
    }
    .footer #footer-logo {
        order: 1;
    }
    .footer #footer-logo img {
        width: 170px;
        height: 48px;
    }
    .footer p {
        order: 2;
    }
    .footer .wg-social {
        order: 3;
    }
    .blog-single-wrap .image-head img {
        border-radius: 0;
    }
    .blog-single-wrap .blog-single-inner .wg-blockquote {
        padding: 40px;
    }
    .blog-single-wrap .blog-single-inner .grid-image-1,
    .blog-single-wrap .blog-single-inner .grid-image {
        flex-direction: column;
    }
    .blog-single-wrap .blog-single-inner .box-admin {
        flex-direction: column;
        padding: 30px;
    }
    .blog-single-wrap .blog-single-inner .nav-links {
        flex-direction: column;
        gap: 30px;
        align-items: unset;
    }
    .blog-single-wrap .blog-single-inner .nav-links>svg {
        margin: auto;
    }
    .blog-single-wrap .blog-single-inner .nav-links .next-post {
        justify-content: end;
    }
    .blog-single-wrap .blog-single-inner .reviews-wrap ul li {
        flex-direction: column;
    }
    .box-filter-small .wg-filter .open-filter {
        width: 100%;
    }
    .wg-filter .open-filter {
        padding: 15px !important;
    }
}


/*# sourceMappingURL=style.css.map */


/* Desktop (web) version */

#site-logo {
    width: 10%;
}


/* Mobile version (already set with a 30% width) */

@media only screen and (max-width: 768px) {
    #site-logo {
        width: auto;
        /* Default mobile behavior */
    }
}

.fixed-image {
    width: 100%;
    height: 180px !important;
    /* Set a fixed height */
    object-fit: cover;
    /* Ensure the image covers the area without distortion */
    border-radius: 8px;
    /* Optional: To add rounded corners */
}