@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #52526c;
    overflow-x: hidden;
}

a {
    display: inline-block;
}

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

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.7em;
}
p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.exchange-area code {
    font-size: 20px;
    color: #1e9ff2;
}

code {
    color: #ff9f43;
    font-weight: 600;
}
code span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}
blockquote .quote-icon {
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 120px;
    opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}
@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}
@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

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

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

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

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}
@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

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

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

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

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

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

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

.mb-80-none {
    margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
    .mb-80-none {
        margin-bottom: -40px;
    }
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: var(--primary-color);
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #d63384 !important;
}
.bg--danger:hover,
.bg--danger:focus {
    color: #d63384 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163a;
}

.bg--base {
    background-color: var(--primary-color) !important;
}

.text--primary {
    color: #7367f0;
}

.text--secondary {
    color: var(--primary-color);
}

.text--success {
    color: #28c76f;
}

.text-danger {
    color: #d63384 !important;
}

.text--danger {
    color: #d63384;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163a;
}

.text--base {
    color: var(--primary-color) !important;
}

.border--primary {
    border: #7367f0;
}

.border--secondary {
    border: 1px solid var(--primary-color);
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: var(--secondary-color) !important;
}

.bg--gray {
    background-color: #f7f7f7;
}

.border--rounded {
    border-radius: 3px !important;
}

.border--capsule {
    border-radius: 100px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/

*::-webkit-scrollbar {
    height: 10px;
    width: 6px;
    background: #2d2835;
    border-radius: 15px;
}
*::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

*::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
    height: 20px;
    width: 6px;
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 35px;
    height: 35px;
    padding: 7px;
    line-height: 1;
    font-weight: 600;
    background-color: var(--primary-color);
    border-radius: 7px;
    color: #ffffff !important;
    font-size: 11px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-50000%);
    transform: translateY(-50000%);
}
.scrollToTop small {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
}
.scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    overflow: hidden;
}

.custom-table {
    width: 100%;
    white-space: nowrap;
}
.custom-table thead tr {
    background-color: #f5f5f5;
}
.custom-table thead tr th {
    border: none;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 30px;
}
.custom-table tbody tr {
    border-bottom: 1px solid #eeeeee;
}
.custom-table tbody tr td {
    border: 1px solid #eeeeee;
    font-weight: 500;
    color: #52526c;
    vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
    padding: 25px 30px;
}
.custom-table tbody tr td .btn {
    padding: 5px;
    font-size: 24px;
}
.custom-table tbody tr td .compare-property-wrapper {
    text-align: left;
}
.custom-table
    tbody
    tr
    td
    .compare-property-wrapper
    .compare-property-thumb
    img {
    border-radius: 5px;
}
.custom-table tbody tr td .compare-property-wrapper .compare-property-content {
    padding-top: 10px;
}
.custom-table
    tbody
    tr
    td
    .compare-property-wrapper
    .compare-property-content
    .sub-title {
    margin-bottom: 5px;
}
.custom-table
    tbody
    tr
    td
    .compare-property-wrapper
    .compare-property-content
    .title {
    margin-bottom: 0;
}
.custom-table tbody tr td .w-32px {
    width: 32px;
}
.custom-table tbody tr td .h-2 {
    height: 2px;
}
.custom-table.two thead tr th {
    padding: 20px;
    text-align: left;
    font-size: 16px;
}
.custom-table.two tbody tr td {
    padding: 20px;
    text-align: left;
}
.custom-table.two tbody tr td:last-child {
    text-align: center;
}
.custom-table.two tbody tr td .compare-property-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-table.two tbody tr td .compare-property-thumb {
    width: 130px;
}
.custom-table.two tbody tr td .compare-property-content {
    width: calc(100% - 130px);
    padding-left: 20px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-next,
.slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
    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-top: 30px;
}
.pagination .page-item {
    text-align: center;
    padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
    width: 40px;
    height: 40px;
    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: 50%;
    background: transparent;
    border: none;
    color: var(--secondary-color);
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    margin: 0;
}
.pagination .page-item.disabled span {
    border-radius: 50%;
    background: transparent;
    border: none;
    color: var(--secondary-color);
}
.pagination .page-item .page-link {
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--primary-color);
    border-color: transparent;
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
    margin: 0;
    border: 0;
}
.nav-tabs .nav-link {
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    border: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs .nav-link i {
    position: relative;
    top: 2px;
    font-size: 20px;
}
.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    border: none;
    color: #ffffff;
}
.nav-tabs .nav-link:not(:last-child) {
    margin-right: 0;
}
@media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
        margin-right: 5px;
    }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
    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;
}
.custom-card .card-body {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .custom-card .card-body {
        padding: 20px;
    }
}
.custom-card button,
.custom-card input[type="submit"],
.custom-card input[type="reset"],
.custom-card input[type="button"],
.custom-card .btn--base {
    padding: 12px 30px;
}
.custom-card .table-wrapper {
    background-color: #f0eff5;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.toggle-container .switch-toggles::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 45px;
    background: #00abb3;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 171, 179, 0.75);
    box-shadow: 0 5px 5px 0px rgba(0, 171, 179, 0.75);
    right: -1px;
    top: 0;
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
    position: relative;
    width: 50%;
    line-height: 45px;
    float: left;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    font-weight: 500;
    border-radius: 15px;
    color: #52526c;
    margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
    color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
    background: var(--primary-color);
    -webkit-box-shadow: 0 5px 5px 0px rgba(90, 82, 120, 0.75);
    box-shadow: 0 5px 5px 0px rgba(90, 82, 120, 0.75);
    right: 50%;
    border-radius: 15px 0 0 15px;
}
.toggle-container .switch-toggles.active .switch {
    color: #52526c;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
    color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
    position: relative;
    z-index: 9999999;
    background-color: #f0eff5;
}
.modal-content .close {
    border-radius: 3px;
}

.modal-header {
    border-color: #eeeeee;
}

.modal-footer {
    border-color: #eeeeee;
}
.modal-footer button,
.modal-footer input[type="submit"],
.modal-footer input[type="reset"],
.modal-footer input[type="button"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
    color: #ffffff !important;
}

.btn-close {
    background: #ffffff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: var(--secondary-color);
    -webkit-font-smoothing: antialiased;
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 80px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 32px;
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header-wrapper {
    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;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .section-header-wrapper {
        display: block;
    }
}
.section-header-wrapper .section-header {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-header-wrapper .section-header {
        margin-bottom: 20px;
    }
}
.section-header-wrapper.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-header-wrapper.center .section-header {
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
    position: relative;
}
.section-header .section-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.section-header .section-title span {
    color: var(--primary-color);
}
.section-header .section-border {
    position: relative;
    height: 2px;
    width: 150px;
    background-color: var(--primary-color);
    display: inline-block;
}
.section-header .section-border::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: var(--primary-color);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: -7px;
    border: 3px solid #eeeeee;
    z-index: 2;
}
.section-header p {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
    background-color: #7367f0;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #d63384;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163a;
}

.badge--primary::before {
    background-color: #7367f0;
}

.badge--secondary::before {
    background-color: #868e96;
}

.badge--success::before {
    background-color: #28c76f;
}

.badge--danger::before {
    background-color: #d63384;
}

.badge--warning::before {
    background-color: #ff9f43;
}

.badge--info::before {
    background-color: #1e9ff2;
}

.badge--dark::before {
    background-color: #10163a;
}

.border--primary {
    border: 1px solid #7367f0;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455 !important;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163a;
}

.badge {
    position: relative;
    font-weight: 600;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    color: var(--secondary-color);
    padding-left: 15px;
}
.badge::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.btn--base {
    position: relative;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn--base::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #ffffff;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn--base i {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.btn--base.active {
    background: transparent;
    color: var(--primary-color);
}
.btn--base.active:focus,
.btn--base.active:hover {
    color: #ffffff;
    background: var(--primary-color);
}
.btn--base:focus,
.btn--base:hover {
    color: var(--primary-color);
}
.btn--base:focus::before,
.btn--base:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.btn--base.active:focus::before,
.btn--base.active:hover::before {
    background: var(--primary-color);
}
@media only screen and (max-width: 991px) {
    .btn--base {
        padding: 10px 25px;
        font-size: 13px;
    }
}

.custom-btn {
    color: var(--secondary-color) !important;
    font-weight: 500;
}
.custom-btn i {
    color: var(--primary-color);
    font-size: 18px;
    position: relative;
    top: 2px;
}

.info-btn {
    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: var(--primary-color);
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .info-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chat-cross-btn {
    width: 25px;
    height: 25px;
    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: #ea5455;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    display: none;
}
@media only screen and (max-width: 991px) {
    .chat-cross-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--secondary-color);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--secondary-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--secondary-color);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--secondary-color);
}
input::placeholder,
textarea::placeholder {
    color: var(--secondary-color);
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 118px;
}

input,
select,
textarea {
    border: 1px solid #eeeeee;
    vertical-align: baseline;
    font-size: 100%;
    color: var(--secondary-color);
}

label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
label span {
    color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
    outline: none;
    cursor: pointer;
}

option {
    color: var(--secondary-color);
}

.input-group {
    position: relative;
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.input-group .nice-select {
    width: auto;
    padding: 0 30px 0 15px;
    border: none !important;
    background-color: var(--primary-color) !important;
    line-height: 45px;
}
.input-group .nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
    color: #ffffff;
}
.input-group .f-dropdown > span {
    padding: 8px 12px;
    border-radius: 0 15px 15px 0;
    background-color: var(--primary-color);
    border: none;
    color: #ffffff !important;
    width: 110px;
}
.input-group .f-dropdown > span::before,
.input-group .f-dropdown > span::after {
    background: #ffffff !important;
}
.input-group .f-dropdown ul {
    width: 110px;
    left: auto;
    right: 0;
}
.input-group.append input {
    border-left: none;
    padding-left: 0;
}
.input-group.append input:focus {
    border: 1px solid #eeeeee;
    border-left: none;
}
.input-group.append .input-group-text {
    border-radius: 10px 0 0 10px;
}

input[type="file"] {
    line-height: 20px;
}

.form-control:disabled {
    background-color: rgba(35, 77, 212, 0.2);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.input-group-text {
    border: none;
    font-size: 14px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0 10px 10px 0;
    padding: 0.375rem 0.75rem !important;
    font-weight: 500;
}

.custom-check-group {
    display: block;
    margin-bottom: 12px;
}
.custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-check-group input:checked + label::before {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-check-group label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}
.custom-check-group label::before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -1px;
}
.custom-check-group label a {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #eeeeee;
    font-size: 14px;
    height: 50px;
    color: #52526c;
}
.form-control:focus {
    color: #52526c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
}
.form-control::-webkit-input-placeholder {
    color: #b5b1cb;
}
.form-control::-moz-placeholder {
    color: #b5b1cb;
}
.form-control:-ms-input-placeholder {
    color: #b5b1cb;
}
.form-control::-ms-input-placeholder {
    color: #b5b1cb;
}
.form-control::placeholder {
    color: #b5b1cb;
}

.form--control {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    font-size: 13px;
    color: #52526c;
    border-radius: 10px;
    padding: 10px 25px;
    width: 100%;
}
.form--control:focus {
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #52526c;
}
.form--control::-webkit-input-placeholder {
    color: #b5b1cb;
}
.form--control::-moz-placeholder {
    color: #b5b1cb;
}
.form--control:-ms-input-placeholder {
    color: #b5b1cb;
}
.form--control::-ms-input-placeholder {
    color: #b5b1cb;
}
.form--control::placeholder {
    color: #b5b1cb;
}
.form--control:disabled {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

textarea.form--control {
    line-height: inherit;
}

.fileholder {
    border-radius: 15px;
}

.file-holder-wrapper {
    width: 400px;
}
@media only screen and (max-width: 575px) {
    .file-holder-wrapper {
        width: 100%;
    }
}

.fileholder.active {
    border: 2px dashed #eeeeee;
}

.fileholder-drag-drop-title {
    color: #c4c5cf;
}

.compare-file .fileholder {
    height: 300px;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
    border: 2px solid var(--primary-color);
}

.fileholder.active {
    border: 2px dashed #eeeeee;
}

.fileholder-drag-drop-title {
    color: #52526c;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
    fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
    border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
    border: 2px solid var(--primary-color);
}

.radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -7px;
}
.radio-wrapper .radio-item {
    margin: 3px 7px;
}

.radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

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

.radio-item [type="radio"]:checked + label {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.radio-item [type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid var(--primary-color) !important;
}
.radio-item [type="radio"]:checked + label::after {
    content: "";
    width: 9px !important;
    height: 9px !important;
    background: var(--primary-color) !important;
    position: absolute;
    top: 26px !important;
    left: 15px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 12px 30px;
    display: inline-block;
    color: #52526c;
    width: 100%;
    text-align: center;
}
.radio-item [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #eeeeee;
}
.radio-item [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    top: 17px;
    left: 15px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nice-select {
    height: 45px;
    line-height: 45px;
    border: 1px solid #eeeeee !important;
    float: unset;
    padding: 0 25px;
}
.nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    left: auto;
    right: 0;
}
.nice-select .option {
    color: #000000;
}

.select2-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-selection--single {
    width: 100%;
    height: 45px !important;
    outline: none;
    background: transparent !important;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #eeeeee !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-selection--single span {
    margin: 0;
    width: 100%;
    color: #52526c;
    line-height: initial;
    font-weight: 600;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 22px;
    right: 7px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #52526c transparent transparent transparent;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #52526c transparent;
}

.submit-btn {
    padding: 12px 20px;
    color: #ffffff;
    background: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 991px) {
    .submit-btn {
        padding: 10px 20px;
    }
}

.f-group .nice-select {
    display: none;
}

.f-dropdown {
    --max-scroll: 6;
    position: relative;
}
.f-dropdown select {
    display: none;
}
.f-dropdown > span {
    cursor: pointer;
    padding: 8px 25px;
    height: 45px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.f-dropdown > span > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}
.f-dropdown > span img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.f-dropdown > span::before,
.f-dropdown > span::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.f-dropdown > span::before {
    margin-right: 3px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
    transform: scale(0.96, 0.8) rotate(50deg);
}
.f-dropdown > span::after {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.f-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 46px);
    top: 27px;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.2s ease, visibility 0.2s ease,
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.2s ease, visibility 0.2s ease,
        transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.2s ease, visibility 0.2s ease,
        transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32),
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}
.f-dropdown ul li {
    padding: 0;
    margin: 0;
}
.f-dropdown ul li a {
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    color: #52526c;
    text-decoration: none;
    outline: none;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f-dropdown ul li a img {
    width: 30px;
    margin-right: 10px;
}
.f-dropdown ul li a:hover {
    color: var(--primary-color);
}
.f-dropdown ul li.active a {
    color: #ffffff !important;
    background: var(--primary-color);
}
.f-dropdown ul li.active a::before,
.f-dropdown ul li.active a::after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0;
    background: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.f-dropdown ul li.active a::before {
    -webkit-transform: rotate(45deg) scale(var(--scale));
    transform: rotate(45deg) scale(var(--scale));
}
.f-dropdown ul li.active a::after {
    -webkit-transform: rotate(-45deg) scale(var(--scale));
    transform: rotate(-45deg) scale(var(--scale));
}
.f-dropdown ul li.active a:hover::before,
.f-dropdown ul li.active a:hover::after {
    --scale: 0.9;
    opacity: 1;
}
.f-dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0;
}
.f-dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px;
}
.f-dropdown.disabled {
    opacity: 0.7;
}
.f-dropdown.disabled > span {
    cursor: not-allowed;
}
.f-dropdown.filled > span {
    color: #52526c;
}
.f-dropdown.open {
    z-index: 15;
}
.f-dropdown.open > span::before,
.f-dropdown.open > span::after {
    background: #52526c;
}
.f-dropdown.open > span::before {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.f-dropdown.open > span::after {
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
    transform: scale(0.96, 0.8) rotate(50deg);
}
.f-dropdown.open ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32),
        -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.f-group {
    text-align: left;
}
.f-group select {
    width: 100%;
}

.f-control {
    font-size: 14px;
    line-height: normal;
    color: var(--secondary-color);
    display: inline-block;
    background-color: #ffffff;
    border: #eeeeee 1px solid;
    border-radius: 6px;
    padding: 8px 12px;
    outline: none;
}

.custom-select {
    background-color: var(--primary-color);
    border-radius: 0 15px 15px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 110px;
    cursor: pointer;
}
.custom-select.active .custom-select-inner::before {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select.active .custom-select-inner::after {
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
    transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 16px;
}
.custom-select .custom-select-inner::before,
.custom-select .custom-select-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-select .custom-select-inner::before {
    margin-right: 3px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
    transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner::after {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
    transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
}
.custom-select .custom-currency {
    color: #ffffff;
}

.custom-select-wrapper {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    z-index: 9;
    border-radius: 15px;
    margin-left: 0 !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-select-wrapper.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.custom-select-search-wrapper {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.custom-select-search-wrapper .search-btn {
    position: absolute;
    top: 13px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    font-size: 20px;
    color: var(--primary-color);
}
.custom-select-search-wrapper input {
    padding-left: 50px;
    border: none !important;
}
.custom-select-search-wrapper input:focus {
    border: none !important;
}

.custom-select-list {
    max-height: 190px;
    overflow-y: auto;
}
.custom-select-list .custom-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-select-list .custom-option:hover,
.custom-select-list .custom-option.active {
    background-color: #f7f7f7;
}
.custom-select-list .custom-option img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}
.custom-select-list .custom-option .custom-country {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
}
.body-overlay.active {
    visibility: visible;
}
.body-overlay.open {
    visibility: visible;
}
.body-overlay.show {
    visibility: visible;
    z-index: 5;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-base {
    position: relative;
    z-index: 2;
}

.bg-overlay-base:after {
    content: "";
    position: absolute;
    background-color: #f0eff5;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@-webkit-keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll-down {
    0%,
    100% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes gel-map-animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    1% {
        -webkit-transform: translate(-50%, -50%) scale(0.32);
        transform: translate(-50%, -50%) scale(0.32);
        opacity: 0.1;
    }
    20% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(0 0.45);
        transform: translate(-50%, -50%) scale(0 0.45);
    }
    60% {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
        opacity: 0.35;
    }
}
@keyframes gel-map-animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    1% {
        -webkit-transform: translate(-50%, -50%) scale(0.32);
        transform: translate(-50%, -50%) scale(0.32);
        opacity: 0.1;
    }
    20% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(0 0.45);
        transform: translate(-50%, -50%) scale(0 0.45);
    }
    60% {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
        opacity: 0.35;
    }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    background: #ffffff;
}

@-webkit-keyframes leftWall {
    10% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20%,
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}
@keyframes leftWall {
    10% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20%,
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}
@-webkit-keyframes rightWall {
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    40%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
}
@keyframes rightWall {
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    40%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
}
@-webkit-keyframes roofLeft {
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        bottom: 0;
    }
    60%,
    100% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        left: -7px;
        bottom: 100%;
    }
}
@keyframes roofLeft {
    40% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        bottom: 0;
    }
    60%,
    100% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        left: -7px;
        bottom: 100%;
    }
}
@-webkit-keyframes roofRight {
    60% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        bottom: 0;
    }
    80%,
    100% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        left: 7px;
        bottom: 100%;
    }
}
@keyframes roofRight {
    60% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        bottom: 0;
    }
    80%,
    100% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        left: 7px;
        bottom: 100%;
    }
}
.loading-container {
    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;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loading-container > span {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
}

.loading-container .loading__blocks {
    position: relative;
    width: 26px;
    height: 20px;
    margin: 0 auto;
}

.loading-container .loading__blocks .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    border-top: 3px solid var(--primary-color);
    border-radius: 2px;
}

.loading-container .loading__blocks .line--left {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: leftWall;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 2000ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: leftWall;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0ms;
    -o-animation-duration: 2000ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: leftWall;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    animation-delay: 0ms;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-name: leftWall;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.loading-container .loading__blocks .line--right {
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: rightWall;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 2000ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: rightWall;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0ms;
    -o-animation-duration: 2000ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: rightWall;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    animation-delay: 0ms;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-name: rightWall;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.loading-container .loading__blocks .line--roof-left {
    width: 26px;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: roofLeft;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 2000ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: roofLeft;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0ms;
    -o-animation-duration: 2000ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: roofLeft;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    animation-delay: 0ms;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-name: roofLeft;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.loading-container .loading__blocks .line--roof-right {
    width: 26px;
    -webkit-animation-delay: 0ms;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: roofRight;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0ms;
    -moz-animation-duration: 2000ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-name: roofRight;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0ms;
    -o-animation-duration: 2000ms;
    -o-animation-timing-function: ease-out;
    -o-animation-name: roofRight;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    animation-delay: 0ms;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-name: roofRight;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.checkmark {
    margin: 30px auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0px 0px 0px var(--primary-color);
    box-shadow: inset 0px 0px 0px var(--primary-color);
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--primary-color);
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
        box-shadow: inset 0px 0px 0px 30px var(--primary-color);
    }
}
@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px var(--primary-color);
        box-shadow: inset 0px 0px 0px 30px var(--primary-color);
    }
}
.custom-container {
    max-width: 1700px;
}

.row > * {
    position: relative;
}

@media (min-width: 1480px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
    .col-xs-6 {
        width: 100%;
    }
}
::-moz-selection {
    background-color: var(--primary-color);
    color: #ffffff;
}
::selection {
    background-color: var(--primary-color);
    color: #ffffff;
}

.fs-10px {
    font-size: 11px;
}

.op-6 {
    opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 9;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    margin-top: 0;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
    display: none !important;
}

.header-bottom-area {
    position: relative;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area {
        padding-top: 10px;
    }
}
.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: var(--primary-color) !important;
        padding: 0 !important;
    }
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
    }
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu,
    .header-bottom-area
        .navbar-collapse
        .main-menu
        .menu_has_children.show
        .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 10px;
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .header-bottom-area
        .navbar-collapse
        .main-menu
        li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 7px 20px;
    border-radius: 8px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a.active,
.header-bottom-area .navbar-collapse .main-menu li a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 10px 5px;
    width: 180px;
    background-color: var(--primary-color);
    border-radius: 10px;
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10;
}
@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        width: 180px;
    }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    width: 100%;
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
    display: none;
}
@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.site-logo {
    max-width: 150px;
}
@media only screen and (max-width: 991px) {
    .site-logo {
        max-width: 120px;
    }
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}
@media only screen and (max-width: 991px) {
    .header-action {
        margin-left: 12px;
        padding-bottom: 20px;
    }
}
.header-action .header-compare-btn {
    position: relative;
    width: 30px;
    height: 30px;
    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: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    margin: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-action .header-compare-btn:hover {
    background-color: #ffffff;
    color: #000000;
}
.header-action .header-compare-btn .compare-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    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: #ffffff;
    font-family: "Jost", sans-serif;
    border-radius: 50%;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.header-action .header-account-bar {
    background-color: transparent;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
}
.header-action .header-account-bar i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.header-action .btn--base {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 60px;
    margin: 8px;
}
.header-action .btn--base i {
    font-size: 15px;
}
.header-action .btn--base:focus,
.header-action .btn--base:hover {
    color: var(--secondary-color);
}

.language-select {
    background: transparent;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    .language-select {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
}
.header-link a {
    color: #ffffff;
}
.header-link a i {
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 16px;
}
.header-link a + a {
    margin-left: 20px;
}

.header-social li {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}
.header-social li + li {
    margin-left: 15px;
}

.notification-icon {
    width: 42px;
    height: 42px;
    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: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
    box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
    color: #52526c;
    border-radius: 10px;
    font-size: 20px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-slider {
    height: 75vh;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .banner-slider {
        height: 100vh;
    }
}
.banner-slider .swiper-container {
    height: 100%;
    width: 100%;
}
.banner-slider .swiper-image {
    width: 100%;
    height: 100%;
}
.banner-slider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner-slider .swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.banner-slider .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.banner-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.banner-slider .swiper-container-android .swiper-slide,
.banner-slider .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.banner-slider .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-slider .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.banner-slider .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
.banner-slider .swiper-container-autoheight,
.banner-slider .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.banner-slider .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.banner-slider .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.banner-slider .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.banner-slider .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.banner-slider .swiper-image-inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    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;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    z-index: 2;
}
.banner-slider .swiper-image-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.7)),
        color-stop(50%, rgba(0, 0, 0, 0.35)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
}

.banner-content {
    text-align: center;
}
.banner-content .title {
    color: #ffffff;
}
.banner-content p {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 1199px) {
    .banner-content p {
        font-size: 16px;
    }
}
.banner-content .section-border {
    position: relative;
    height: 2px;
    width: 150px;
    background-color: #ffffff;
    display: inline-block;
}
.banner-content .section-border::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: #eeeeee;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: -7px;
    border: 3px solid var(--primary-color);
    z-index: 2;
}

.banner-widget-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 30px 27px 30px;
    width: 100%;
}

.banner-widget {
    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;
}
@media only screen and (max-width: 991px) {
    .banner-widget {
        display: block;
    }
}

.banner-widget-content .title {
    margin-bottom: 3px;
}

.banner-widget-item-wrapper {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .banner-widget-item-wrapper {
        width: 100%;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-widget-item-wrapper {
        display: block;
        padding-top: 0;
    }
}
.banner-widget-item-wrapper .banner-widget-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .banner-widget-item-wrapper .banner-widget-item {
        padding-top: 15px;
    }
}
.banner-widget-item-wrapper .banner-widget-item .banner-widget-item-icon {
    width: 45px;
    height: 45px;
    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: var(--primary-color);
    color: #ffffff;
    font-size: 30px;
    border-radius: 6px;
}
@media only screen and (max-width: 575px) {
    .banner-widget-item-wrapper .banner-widget-item .banner-widget-item-icon {
        font-size: 24px;
    }
}
.banner-widget-item-wrapper .banner-widget-item .banner-widget-item-content {
    width: calc(100% - 35px);
    padding-left: 15px;
}
.banner-widget-item-wrapper
    .banner-widget-item
    .banner-widget-item-content
    .sub-title {
    font-size: 13px;
    font-weight: 500;
}
.banner-widget-item-wrapper
    .banner-widget-item
    .banner-widget-item-content
    .title {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .banner-widget-sale {
        padding-top: 15px;
    }
}
.banner-widget-sale .sub-title {
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: 500;
}
.banner-widget-sale .title {
    color: var(--primary-color);
    margin-bottom: 0;
}

.banner-tab-wrapper {
    position: relative;
    z-index: 9;
    margin-top: -46px;
}

.banner-tab {
    position: relative;
    margin-bottom: 220px;
}
@media only screen and (max-width: 1199px) {
    .banner-tab {
        margin-bottom: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-tab {
        margin-bottom: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-tab {
        margin-bottom: 400px;
    }
}
.banner-tab .tab-content .tab-pane {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-tab .tab-content .tab-pane.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.banner-form-wrapper {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 575px) {
    .banner-form-wrapper {
        padding: 20px;
    }
}

.banner-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.banner-form .form-group {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    margin: 5px;
}
@media only screen and (max-width: 1199px) {
    .banner-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}
@media only screen and (max-width: 991px) {
    .banner-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}
@media only screen and (max-width: 767px) {
    .banner-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.banner-form .location-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
}

.advanced-options-wrapper {
    position: relative;
    text-align: center;
    margin-top: -30px;
}
.advanced-options-wrapper .advanced-options-btn {
    position: relative;
    margin-top: 15px;
    background-color: transparent;
}
.advanced-options-wrapper .advanced-options-btn::after {
    position: absolute;
    content: "+";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 2px;
    font-size: 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;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 8px rgba(40, 36, 49, 0.1);
    box-shadow: 0px 0 8px rgba(40, 36, 49, 0.1);
    right: -20px;
    top: 2px;
}
.advanced-options-wrapper .advanced-options-btn.active::after {
    content: "-";
}
.advanced-options-wrapper .advanced-form-wrapper {
    position: absolute;
    bottom: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    display: none;
    z-index: 10;
}
.advanced-options-wrapper .advanced-form-wrapper.active {
    display: block;
}
.advanced-options-wrapper .advanced-form-wrapper .main-title {
    position: relative;
    margin-bottom: 20px;
}
.advanced-options-wrapper .advanced-form-wrapper .main-title::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
}
.advanced-options-wrapper .advanced-feature-wrapper {
    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;
}
.advanced-options-wrapper .advanced-feature-wrapper .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.1%;
    flex: 0 0 24.1%;
    margin: 5px;
}
@media only screen and (max-width: 767px) {
    .advanced-options-wrapper .advanced-feature-wrapper .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.advanced-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.advanced-checkbox-wrapper .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
@media only screen and (max-width: 767px) {
    .advanced-checkbox-wrapper .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.advanced-checkbox-wrapper .custom-check-group label {
    text-align: left;
}

.price-input {
    position: relative;
    padding: 0 25px;
    cursor: pointer;
}
.price-input::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.price-input.active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.widget-range-area {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.widget-range-area.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ui-widget-content {
    position: relative;
    height: 5px;
    border: none;
    margin-right: 20px;
    margin-bottom: 10px;
}
.ui-widget-content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 5px;
    background: #aaa;
    width: calc(100% + 20px);
}

.ui-slider-range {
    height: 5px;
    background: var(--primary-color);
    position: relative;
    z-index: 1;
}

.ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    border: none;
    border-radius: 50%;
    background-color: var(--primary-color);
    outline: none;
    cursor: pointer;
    top: -8px;
    position: absolute;
    z-index: 1;
}
.ui-state-default::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eeeeee;
    top: 3px;
    left: 3px;
    display: block;
}

.price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}
.price-range label {
    margin: 0;
    font-weight: 500;
}
.price-range input {
    height: unset;
    width: 100%;
    padding: 7px;
    background: transparent;
    border: none;
    text-align: center;
    font-weight: 500;
    padding-right: 0;
}
.price-range input::-webkit-input-placeholder {
    color: #ffffff;
}
.price-range input::-moz-placeholder {
    color: #ffffff;
}
.price-range input:-ms-input-placeholder {
    color: #ffffff;
}
.price-range input::-ms-input-placeholder {
    color: #ffffff;
}
.price-range input::placeholder {
    color: #ffffff;
}

.inner-banner-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 90px;
    z-index: 2;
}
.inner-banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.8)),
        color-stop(50%, rgba(0, 0, 0, 0.55)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.55) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
}

.inner-banner-content {
    text-align: center;
}
.inner-banner-content .title {
    color: #ffffff;
    font-size: 50px;
}
@media only screen and (max-width: 1199px) {
    .inner-banner-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .inner-banner-content .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .inner-banner-content .title {
        font-size: 30px;
    }
}

.breadcrumb {
    background-color: var(--primary-color);
    padding: 15px;
    margin-bottom: 0;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    -webkit-clip-path: polygon(1% 0, 99% 0, 100% 100%, 0 100%);
    clip-path: polygon(1% 0, 99% 0, 100% 100%, 0 100%);
}

.breadcrumb li {
    font-size: 14px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

.breadcrumb-item a {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.breadcrumb-item.active::before {
    content: "/";
    font-weight: 600;
    color: #ffffff;
    left: 0;
    top: 1px;
    position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
    overflow: hidden;
}

.footer-widget-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.7%;
    flex: 0 0 19.7%;
    margin: 15px;
}
@media only screen and (max-width: 1399px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.33%;
        flex: 0 0 16.33%;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.33%;
        flex: 0 0 22.33%;
    }
}
@media only screen and (max-width: 991px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40.33%;
        flex: 0 0 40.33%;
    }
}
@media only screen and (max-width: 575px) {
    .footer-widget-wrapper .footer-widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.footer-widget-wrapper .footer-widget .widget-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-list {
    height: 120px;
    overflow: hidden;
    margin-bottom: -8px;
}
.footer-list.show-more {
    height: auto;
}
.footer-list li {
    padding-bottom: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.footer-list li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-list li a:hover {
    text-decoration: underline;
}

.subscribe-form .form-group {
    margin-bottom: 10px;
    position: relative;
}
.subscribe-form .subscribe-icon {
    position: absolute;
    top: 9px;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
}
.subscribe-form input {
    background-color: rgba(255, 255, 255, 0.1019607843) !important;
    border: none !important;
    height: 40px;
    line-height: 45px;
    color: #ffffff !important;
    font-size: 11px;
    padding-left: 35px;
}
.subscribe-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footer-more-btn {
    position: relative;
    background-color: transparent;
    color: var(--primary-color);
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}
.footer-more-btn .less-text {
    display: none;
}
.footer-more-btn::after {
    position: absolute;
    content: "\f105";
    top: -3px;
    right: -15px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
.footer-more-btn.active .more-text {
    display: none;
}
.footer-more-btn.active .less-text {
    display: block;
}
.footer-more-btn.active::after {
    content: "\f106";
}

.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 30px;
    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;
}
@media only screen and (max-width: 767px) {
    .footer-bottom-area {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer-social {
        padding-top: 15px;
    }
}
.footer-social li {
    display: inline-block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
    .footer-social li {
        font-size: 14px;
    }
}
.footer-social li + li {
    margin-left: 40px;
}

.copyright-area p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}
.copyright-area p a {
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.copyright-area p a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Team ]
*/
.team-section {
    position: relative;
    overflow: hidden;
}
.team-section .team-element-one {
    position: absolute;
    left: 0;
    top: 0;
}
.team-section .team-element-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.team-wrapper {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 80px;
}

.team-item {
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.team-item:hover,
.team-item.active {
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
}
.team-item:hover .team-content .team-review,
.team-item.active .team-content .team-review {
    opacity: 1;
    visibility: visible;
}
.team-item:hover .team-content .team-social,
.team-item.active .team-content .team-social {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 575px) {
    .team-item {
        -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
        box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    }
}

.team-thumb {
    margin-bottom: 20px;
}

.team-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.team-content .title a:hover {
    color: var(--primary-color);
}
.team-content .sub-title {
    font-weight: 500;
    margin-bottom: 15px;
}
.team-content .team-review {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
    .team-content .team-review {
        opacity: 1;
        visibility: visible;
    }
}
.team-content .team-review .ratings {
    margin-right: 5px;
    font-weight: 500;
}
.team-content .team-review .ratings-icon i {
    color: #f6b500;
}
.team-content .team-social {
    border-top: 1px solid #eeeeee;
    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: -8px;
    padding-top: 15px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
    .team-content .team-social {
        opacity: 1;
        visibility: visible;
    }
}
.team-content .team-social li {
    margin: 8px;
    width: 35px;
    height: 35px;
    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: 1px solid #eeeeee;
    border-radius: 50%;
    font-size: 15px;
}

.team-action-area {
    padding-top: 60px;
}

.team-action-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #f7f7f7;
    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;
}
@media only screen and (max-width: 767px) {
    .team-action-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .team-action-content {
        margin-bottom: 15px;
    }
}
.team-action-content .title span {
    color: var(--primary-color);
}

.team-action-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    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: var(--primary-color);
    color: #ffffff;
    font-size: 28px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .team-action-icon {
        left: -10px;
    }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-slider {
    height: 40vh;
    width: 100%;
    position: relative;
    margin: -30px;
    margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-slider {
        margin: 0;
    }
}
@media only screen and (max-width: 440px) {
    .testimonial-slider {
        height: 60vh;
    }
}
.testimonial-slider .swiper-container {
    height: 100%;
    width: 100%;
}
.testimonial-slider .swiper-image {
    width: 100%;
    height: 100%;
}
.testimonial-slider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonial-slider .swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.testimonial-slider .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.testimonial-slider .swiper-container-android .swiper-slide,
.testimonial-slider .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.testimonial-slider .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial-slider .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.testimonial-slider .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.testimonial-slider .swiper-container-autoheight,
.testimonial-slider .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.testimonial-slider .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.testimonial-slider .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.testimonial-slider .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.testimonial-slider .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.testimonial-slider .swiper-image-inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.testimonial-item {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 15px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 15px rgba(40, 36, 49, 0.06);
    border-radius: 10px;
    padding: 60px;
    z-index: 2;
}
.testimonial-item::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 15px rgba(40, 36, 49, 0.15);
    box-shadow: 0px 0 15px rgba(40, 36, 49, 0.15);
    border-radius: 10px;
    opacity: 0.4;
    z-index: -1;
}

.testimonial-content p {
    font-size: 18px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .testimonial-content p {
        font-size: 14px;
    }
}

.testimonial-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial-user-thumb {
    width: 70px;
    height: 70px;
}

.testimonial-user-content {
    padding-left: 20px;
}
.testimonial-user-content .sub-title {
    font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### property block ]
*/
.property-details-section {
    overflow: hidden;
}

.property-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height:100%;
}
.property-item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.property-thumb-wrapper {
    position: relative;
}
.property-thumb-wrapper .sale-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
.property-thumb-wrapper .feature-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0ec6d5;
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}

.property-thumb-slider {
    overflow: hidden;
}
.property-thumb-slider:hover .slider-prev {
    left: 20px;
}
.property-thumb-slider:hover .slider-next {
    right: 20px;
}

.property-thumb {
    position: relative;
    height: 260px;
}
.property-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.property-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0, transparent),
        to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(
        to left,
        transparent 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.property-thumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, transparent),
        to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(
        to right,
        transparent 0,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.property-thumb:hover::before {
    opacity: 1;
    visibility: visible;
}
.property-thumb:hover::after {
    opacity: 1;
    visibility: visible;
}

.property-content {
    padding: 20px;
}
.property-content .title {
    font-size: 20px;
}
.property-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.property-content .title a:hover {
    color: var(--primary-color);
}
.property-content .sub-title {
    font-weight: 500;
}
.property-content .property-widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 5px;
}
.property-content .property-widget-list li {
    margin: 15px;
    font-weight: 500;
}
.property-content .property-widget-list li i {
    color: var(--primary-color);
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.property-content-footer {
    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;
    border-top: 1px solid #eeeeee;
    padding: 10px 20px;
}
.property-content-footer .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: "Jost", sans-serif;
}
.property-content-footer .property-content-footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}
.property-content-footer .property-content-footer-btn a {
    width: 40px;
    height: 40px;
    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: 1px solid #eeeeee;
    font-size: 18px;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.property-content-footer .property-content-footer-btn a:hover {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: var(--primary-color);
}

.property-details-content-wrapper {
    margin-bottom: 30px;
}

.property-details-content-top {
    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;
    margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
    .property-details-content-top {
        display: block;
    }
}
.property-details-content-top .sale-badge {
    background-color: var(--primary-color);
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
.property-details-content-top .feature-badge {
    background-color: #0ec6d5;
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
.property-details-content-top .date {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 13px;
}
.property-details-content-top .view {
    font-weight: 500;
    font-size: 13px;
}
@media only screen and (max-width: 575px) {
    .property-details-content-top .property-widget-btn {
        padding-top: 10px;
    }
}
.property-details-content-top .property-widget-btn a {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 3px 15px;
}
.property-details-content-top .property-widget-btn a i {
    color: var(--primary-color);
    font-size: 16px;
    position: relative;
    top: 1px;
}

.property-details-content-center {
    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;
}

.property-details-content-bottom {
    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;
    font-size: 13px;
    font-weight: 500;
}

.property-details-thumb-slider {
    position: relative;
}
.property-details-thumb-slider .slider-next,
.property-details-thumb-slider .slider-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    color: var(--secondary-color);
    left: 10px;
}
@media only screen and (max-width: 767px) {
    .property-details-thumb-slider .slider-next,
    .property-details-thumb-slider .slider-prev {
        top: 30%;
    }
}
.property-details-thumb-slider .slider-next {
    left: auto;
    right: 10px;
}

.property-details-small-thumb-slider .swiper-slide {
    opacity: 0.2;
}
.property-details-small-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.propert-details-big-thumb {
    position: relative;
    height: 450px;
}
.propert-details-big-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.propert-details-big-thumb .property-widget-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.propert-details-big-thumb .property-widget-btn a {
    width: 35px;
    height: 35px;
    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: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px;
}

.propert-details-small-thumb {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    padding: 5px;
    border-radius: 10px;
    height: 100px;
    cursor: pointer;
}
.propert-details-small-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.property-details-item p {
    line-height: 2em;
}

.property-description-content {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-feature-content-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-feature-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
    padding-top: 20px;
}
.property-feature-item-wrapper .property-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 20px;
}
@media only screen and (max-width: 767px) {
    .property-feature-item-wrapper .property-feature-item {
        display: block;
    }
}
.property-feature-item-wrapper .property-feature-item .property-feature-icon {
    width: 50px;
    height: 50px;
    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: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 35px;
}
.property-feature-item-wrapper
    .property-feature-item
    .property-feature-content {
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .property-feature-item-wrapper
        .property-feature-item
        .property-feature-content {
        padding-left: 0;
        padding-top: 15px;
    }
}
.property-feature-item-wrapper
    .property-feature-item
    .property-feature-content
    .sub-title {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.property-feature-item-wrapper
    .property-feature-item
    .property-feature-content
    .title {
    margin-bottom: 0;
}

.additional-details-content {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.additional-details-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}
.additional-details-list-wrapper .additional-details-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 20px;
}
@media only screen and (max-width: 767px) {
    .additional-details-list-wrapper .additional-details-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.additional-details-list-wrapper .additional-details-list li {
    padding-top: 15px;
    color: var(--secondary-color);
    font-weight: 600;
    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;
}
.additional-details-list-wrapper .additional-details-list li span {
    color: #52526c;
    font-weight: 400;
    width: 60%;
}

.amenities-content {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.amenities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 20px;
}
.amenities-list li {
    margin: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
@media only screen and (max-width: 767px) {
    .amenities-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.amenities-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f058";
    font-family: "Line Awesome Free";
    font-weight: 700;
    color: var(--primary-color);
    width: 18px;
    height: 18px;
    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: 16px;
}

.property-map-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.calculator-wrapper {
    padding-top: 30px;
}

.calculator-form {
    padding-top: 15px;
}

.calculator-submit-btn {
    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;
    margin-top: 10px;
}
@media only screen and (max-width: 575px) {
    .calculator-submit-btn {
        display: block;
    }
}

.calculator-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    border-bottom: 4px solid var(--primary-color);
    border-radius: 5px;
    padding: 20px;
    width: 350px;
}
@media only screen and (max-width: 575px) {
    .calculator-list {
        width: 100%;
        margin-top: 20px;
    }
}
.calculator-list li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}
.calculator-list li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.calculator-list li span {
    color: var(--secondary-color);
    font-weight: 700;
    float: right;
}

.property-ratings-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-ratings-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.property-ratings-widget {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .property-ratings-widget {
        width: 100%;
    }
}
.property-ratings-widget .title {
    margin-bottom: 30px;
}
.property-ratings-widget .ratings-title {
    margin-bottom: 20px;
}
.property-ratings-widget .ratings-title span {
    color: #52526c;
    font-size: 18px;
    font-weight: 500;
}
.property-ratings-widget .ratings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.property-ratings-widget .ratings-list li {
    width: 40px;
    height: 40px;
    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;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px;
}
.property-ratings-widget .ratings-list li.bg--warning {
    background-color: #f6b500 !important;
}
.property-ratings-widget .ratings-list li.bg--gray {
    background-color: #eeeeee !important;
}

.property-ratings-breakdown {
    width: 50%;
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    .property-ratings-breakdown {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
.property-ratings-breakdown .property-ratings-breakdown-wrapper {
    padding-top: 20px;
}
.property-ratings-breakdown .property-ratings-breakdown-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}
.property-ratings-breakdown .property-ratings-breakdown-area .ratings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}
.property-ratings-breakdown .property-ratings-breakdown-area .ratings-list li {
    font-size: 12px;
    margin: 2px;
}
.property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-list
    li.bg--warning {
    background-color: transparent !important;
    color: #f6b500;
}
.property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-list
    li.bg--gray {
    background-color: transparent !important;
    color: #eeeeee;
}
.property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-progress-wrapper {
    width: 65%;
    padding-left: 10px;
}
.property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-progress-wrapper
    .ratings-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.65625rem;
    height: 4px;
    background-color: #ededed;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-progress-wrapper
    .progress-bar {
    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;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #f6b500;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.property-ratings-breakdown .property-ratings-breakdown-area .breakdown-title {
    padding-left: 20px;
}

.property-review-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-review-item-wrapper {
    padding-top: 20px;
}
.property-review-item-wrapper .property-review-item {
    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;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .property-review-item-wrapper .property-review-item {
        display: block;
    }
}
.property-review-item-wrapper .property-review-item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.property-review-item-wrapper .property-review-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
}
@media only screen and (max-width: 575px) {
    .property-review-item-wrapper .property-review-user-wrapper {
        width: 100%;
        display: block;
    }
}
.property-review-item-wrapper .property-review-thumb {
    width: 70px;
}
.property-review-item-wrapper .property-review-content {
    width: calc(100% - 70px);
    padding-left: 60px;
}
@media only screen and (max-width: 575px) {
    .property-review-item-wrapper .property-review-content {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
.property-review-item-wrapper .property-review-content .date {
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.property-review-item-wrapper .property-review-content .date::after {
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
}
.property-review-item-wrapper .property-review-content .reply {
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.property-review-item-wrapper .property-review-content .reply:hover {
    color: var(--primary-color);
}
@media only screen and (max-width: 575px) {
    .property-review-item-wrapper .property-review-ratings {
        padding-top: 20px;
    }
}
.property-review-item-wrapper .property-review-ratings i {
    color: #f6b500;
}

.property-review-form-wrapper {
    padding-top: 60px;
}
.property-review-form-wrapper .title {
    margin-bottom: 20px;
}
.property-review-form-wrapper .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.property-review-form-wrapper .rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.property-review-form-wrapper .rating:not(:checked) > label {
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}
.property-review-form-wrapper .rating:not(:checked) > label:before {
    content: "★";
    border: none;
}
.property-review-form-wrapper input[type="radio"]:checked + label:before {
    border-color: transparent;
    background-color: transparent;
}
.property-review-form-wrapper .rating > input:checked ~ label {
    color: #f6b500;
}
.property-review-form-wrapper .rating:not(:checked) > label:hover,
.property-review-form-wrapper .rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.property-review-form-wrapper .rating > input:checked + label:hover,
.property-review-form-wrapper .rating > input:checked + label:hover ~ label,
.property-review-form-wrapper .rating > input:checked ~ label:hover,
.property-review-form-wrapper .rating > input:checked ~ label:hover ~ label,
.property-review-form-wrapper .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}
.property-review-form-wrapper .rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.property-plan-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-plan-list-item-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}
.property-plan-list-item-wrapper.active .property-thumb-list-wrapper {
    display: block;
}

.property-plan-list-item {
    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-color: #f7f7f7;
    padding: 20px;
}

.property-plan-list-left .title {
    margin-bottom: 0;
}

.property-plan-widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
}
.property-plan-widget-list li {
    font-size: 13px;
    font-weight: 500;
    margin: 10px;
}
.property-plan-widget-list li span {
    color: var(--secondary-color);
    font-weight: 700;
}

.property-thumb-list-wrapper {
    padding: 20px;
    text-align: center;
    display: none;
}

.property-nearby-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.property-nearby-item-wrapper {
    padding-top: 10px;
}
.property-nearby-item-wrapper .main-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.property-nearby-item-wrapper .property-nearby-item {
    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;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 575px) {
    .property-nearby-item-wrapper .property-nearby-item {
        display: block;
    }
}
.property-nearby-item-wrapper .property-nearby-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-nearby-item-wrapper .property-nearby-thumb {
    width: 90px;
}
.property-nearby-item-wrapper .property-nearby-thumb img {
    border-radius: 5px;
}
.property-nearby-item-wrapper .property-nearby-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}
.property-nearby-item-wrapper .property-nearby-content .sub-title {
    font-size: 13px;
    font-weight: 500;
}
.property-nearby-item-wrapper .property-nearby-ratings-wrapper {
    text-align: right;
}
@media only screen and (max-width: 575px) {
    .property-nearby-item-wrapper .property-nearby-ratings-wrapper {
        text-align: left;
    }
}
.property-nearby-item-wrapper .property-nearby-reviews {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
.property-nearby-item-wrapper .property-nearby-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -3px;
}
.property-nearby-item-wrapper .property-nearby-ratings i {
    width: 18px;
    height: 18px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 3px;
    font-size: 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;
    margin: 3px;
}
.property-nearby-item-wrapper .property-nearby-ratings i.opacity-1 {
    opacity: 0.1;
}

.attachments-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 20px;
}

.attachments-box {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    margin: 15px;
    width: 200px;
}
@media only screen and (max-width: 575px) {
    .attachments-box {
        width: 100%;
    }
}
.attachments-box .attachments-body {
    padding: 20px;
}
.attachments-box .attachments-footer {
    background-color: #f7f7f7;
    padding: 5px 10px;
}
.attachments-box .attachments-footer .download-btn {
    font-size: 13px;
    font-weight: 500;
}
.attachments-box .attachments-footer .download-btn i {
    color: var(--primary-color);
    font-size: 16px;
    position: relative;
    top: 2px;
}

.attachments-thumb {
    margin-bottom: 20px;
}

.visual-tour-wrapper {
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.visual-tour-wrapper .title {
    margin-bottom: 20px;
}

.property-sidebar {
    position: sticky;
    top: 0;
}

.property-user-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.08);
    box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.08);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.property-user-wrapper .property-user-thumb {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.property-user-wrapper .property-user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-user-wrapper .property-user-content {
    padding-top: 10px;
}
.property-user-wrapper .property-user-content-meta {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px;
    margin-top: 0;
}
.property-user-wrapper .property-user-content-meta span {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 14px;
    margin: 10px;
}
.property-user-wrapper .property-user-btn {
    margin-top: 20px;
}

.compare-property-wrapper {
    text-align: left;
}
.compare-property-wrapper .compare-property-thumb {
    height: 100px;
}
.compare-property-wrapper .compare-property-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.compare-property-wrapper .compare-property-content {
    padding-top: 10px;
}
.compare-property-wrapper .compare-property-content .sub-title {
    margin-bottom: 5px;
}
.compare-property-wrapper .compare-property-content .title {
    margin-bottom: 0;
}

.w-32px {
    width: 32px;
}

.h-2 {
    height: 2px;
}

.mtb {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

@media only screen and (max-width: 1199px) {
    .compare-table .custom-table {
        width: 1200px;
    }
}

.compare-header-list-wrapper .compare-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
}
.compare-header-list-wrapper .compare-header-list li {
    width: 25%;
    border: none;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 30px;
}
.compare-empty-area {
    min-width: 1000px;
    text-align: center;
    padding: 100px 0;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .compare-empty-area {
        min-width: 900px;
    }
}
@media only screen and (max-width: 991px) {
    .compare-empty-area {
        min-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .compare-empty-area {
        min-width: 500px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .compare-empty-area {
        min-width: 300px;
        font-size: 16px;
    }
}

.compare-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.compare-list-wrapper .compare-list {
    width: 25%;
}
.compare-list-wrapper .compare-list li {
    border: 1px solid #eeeeee;
    font-weight: 500;
    color: #52526c;
    vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
    padding: 25px 30px;
}

.compare-list-wrapper .compare-list li:first-child {
    border: none;
    font-weight: 600;
    color: var(--secondary-color);
    background-color: #f5f5f5;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 30px;
}
.compare-list-wrapper .compare-list li .compare-add-btn {
    position: relative;
    height: 264px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compare-list-wrapper .compare-list li .compare-add-btn::before {
    position: absolute;
    content: "";
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    height: 2px;
    border: 2px dashed #eeeeee;
}
.compare-list-wrapper .compare-list li .compare-add-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 200px;
    border: 2px dashed #eeeeee;
}

.compare-list-wrapper .compare-list li:first-child {
    border: none;
    font-weight: 600;
    color: var(--secondary-color);
    background-color: #f5f5f5;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    padding: 30px;
}
.compare-list-wrapper .compare-list li .compare-add-btn {
    position: relative;
    height: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.compare-list-wrapper .compare-list li .compare-add-btn::before {
    position: absolute;
    content: "";
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    height: 2px;
    border: 2px dashed #eeeeee;
}
.compare-list-wrapper .compare-list li .compare-add-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 200px;
    border: 2px dashed #eeeeee;
}

.compare-placeholder-thumb {
    width: 262px;
    height: 174px;
    background-color: #dddddd;
    border-radius: 5px;
    animation: pulse 1.5s infinite;
}
.compare-placeholder-content .sub-title {
    width: 210px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 5px;
    animation: pulse 1.5s infinite;
}
.compare-placeholder-content .title {
    width: 120px;
    height: 26px;
    background-color: #dddddd;
    border-radius: 5px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

/*-------------------------------------------------
    [ ### featured property block ]
*/
.featured-property-slider {
    position: relative;
    overflow: hidden;
}
.featured-property-slider .slider-next,
.featured-property-slider .slider-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    color: var(--secondary-color);
    left: 10px;
}
@media only screen and (max-width: 767px) {
    .featured-property-slider .slider-next,
    .featured-property-slider .slider-prev {
        top: 30%;
    }
}
.featured-property-slider .slider-next {
    left: auto;
    right: 10px;
}

.featured-property-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    .featured-property-wrapper {
        display: block;
        padding: 0;
    }
}
.featured-property-wrapper::before {
    content: "";
    position: absolute;
    background-color: #f7f7f7;
    border-radius: 5px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 770px;
    margin-left: auto;
    width: 100%;
}

.featured-property-thumb {
    position: relative;
    max-width: 50%;
    margin-right: 60px;
    height: 370px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .featured-property-thumb {
        max-width: 100%;
        margin-right: 0;
    }
}
.featured-property-thumb::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-property-thumb img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .featured-property-thumb img {
        border-radius: 0;
    }
}
.featured-property-thumb .sale-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
.featured-property-thumb .feature-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0ec6d5;
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 3px;
    z-index: 2;
}
.featured-property-thumb:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.featured-property-content {
    padding-right: 60px;
}
@media only screen and (max-width: 767px) {
    .featured-property-content {
        padding: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}
.featured-property-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-property-content .title a:hover {
    color: var(--primary-color);
}
.featured-property-content .sub-title {
    font-weight: 500;
    margin-bottom: 10px;
}
.featured-property-content .property-widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 0;
}
.featured-property-content .property-widget-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    font-weight: 500;
    margin: 10px;
}
.featured-property-content .property-widget-list li i {
    color: var(--primary-color);
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.featured-property-footer-content {
    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;
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 20px;
}
.featured-property-footer-content .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: "Jost", sans-serif;
}
.featured-property-footer-content .property-content-footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
}
.featured-property-footer-content .property-content-footer-btn a {
    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: 18px;
    border-radius: 50%;
    margin: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.featured-property-footer-content .property-content-footer-btn a:hover {
    color: var(--primary-color);
}

/*-------------------------------------------------
    [ ### gallery block ]
*/
.gallery-item a {
    display: block;
    height: 100%;
}

.gallery-thumb {
    overflow: hidden;
    border-radius: 5px;
    height: 277px;
}
.gallery-thumb.big {
    height: 588px;
    border-radius: 5px;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.gallery-thumb:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*-------------------------------------------------
    [ ### call to action block ]
*/
.call-to-action-wrapper {
    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;
}
@media only screen and (max-width: 767px) {
    .call-to-action-wrapper {
        display: block;
    }
}

.call-to-action-content {
    width: 48%;
    position: relative;
    padding-left: 40px;
}
@media only screen and (max-width: 767px) {
    .call-to-action-content {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
.call-to-action-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
}
.call-to-action-content .title {
    margin-bottom: 20px;
}
.call-to-action-content p {
    font-weight: 500;
}

.call-to-action-contact {
    text-align: center;
}
.call-to-action-contact .call-to-action-contact-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.call-to-action-contact .call-to-action-contact-content .sub-title {
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.call-to-action-contact .call-to-action-contact-content .title {
    margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 8px rgba(40, 36, 49, 0.06);
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
    .service-item {
        display: block;
    }
}
.service-item:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.service-icon {
    width: 110px;
}

.service-content {
    width: calc(100% - 110px);
    padding-left: 10px;
}
@media only screen and (max-width: 575px) {
    .service-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}
.service-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service-content .title a:hover {
    color: var(--primary-color);
}
.service-content p {
    font-weight: 500;
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-slider {
    overflow: hidden;
}

.brand-item {
    height: 85px;
    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;
    cursor: pointer;
}
.brand-item img {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.brand-item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
    overflow: hidden;
}

.faq-thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.faq-thumb {
    border-radius: 1.25rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
}

.faq-top-thumb-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 1.25rem;
    max-width: 13.125rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #00abb3;
    margin-bottom: 2rem;
}
.faq-top-thumb-wrapper .faq-element-one {
    position: absolute;
    opacity: 0.1;
    top: -2.5rem;
    right: -2.5rem;
    -webkit-animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
    z-index: 0;
}
.faq-top-thumb-wrapper .faq-top-thumb-content .title {
    color: #ffffff;
}
.faq-top-thumb-wrapper .faq-top-thumb-content .sub-title {
    color: #ffffff;
    margin-bottom: 8px;
}
.faq-top-thumb-wrapper .faq-top-thumb-content p {
    color: #ffffff;
}

.faq-bottom-thumb-wrapper {
    position: relative;
}
.faq-bottom-thumb-wrapper .faq-element-two {
    position: absolute;
    opacity: 0.1;
    bottom: -2rem;
    left: 3rem;
    -webkit-animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87)
        infinite;
    animation: scroll-down 6s cubic-bezier(0.75, 0.02, 0.31, 0.87) infinite;
    z-index: 0;
}
.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 1.25rem;
    max-width: 20rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: var(--primary-color);
    margin: 0 auto;
}
.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-icon-wrapper {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.75rem;
}
.faq-bottom-thumb-wrapper
    .faq-bottom-content-wrapper
    .faq-icon-wrapper
    .fill-blue {
    fill: var(--primary-color);
}
.faq-bottom-thumb-wrapper
    .faq-bottom-content-wrapper
    .faq-bottom-content
    .title {
    color: #ffffff;
}
.faq-bottom-thumb-wrapper
    .faq-bottom-content-wrapper
    .faq-bottom-content
    .sub-title {
    color: #ffffff;
    margin-bottom: 8px;
}
.faq-bottom-thumb-wrapper .faq-bottom-content-wrapper .faq-bottom-content p {
    color: #ffffff;
}

.faq-wrapper {
    margin-bottom: -20px;
}
.faq-wrapper .faq-header {
    margin-bottom: 30px;
}
.faq-wrapper .faq-header .sub-title {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    text-transform: uppercase;
    border-radius: 7px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}
.faq-wrapper .faq-item {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
    padding: 12px 20px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 16px;
    }
}
.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
    padding: 20px;
    border-top: 1px solid #eeeeee;
    display: none;
}
@media only screen and (max-width: 575px) {
    .faq-wrapper .faq-item .faq-content {
        margin-top: 15px;
    }
}
.faq-wrapper .faq-item .faq-content p {
    font-size: 14px;
}
.faq-wrapper .faq-item .right-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: relative;
}
.faq-wrapper .faq-item .right-icon::before,
.faq-wrapper .faq-item .right-icon::after {
    position: absolute;
    content: "";
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
    display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### plan block ]
*/
.plan-item {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0 15px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 0 15px rgba(40, 36, 49, 0.06);
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
}

.plan-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.plan-header .sub-title {
    font-weight: 500;
    margin-bottom: 10px;
}
.plan-header .sub-title span {
    color: var(--secondary-color);
    font-weight: 700;
}
.plan-header .popular-package {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.plan-header .popular-package::before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--primary-color);
    content: "";
    position: absolute;
    z-index: -1;
    top: -28px;
    right: -21px;
    left: auto;
}

.plan-list li {
    padding-bottom: 15px;
}
.plan-list li span {
    float: right;
    color: var(--secondary-color);
    font-weight: 600;
}

.plan-btn {
    margin-top: 10px;
}
.plan-btn button,
.plan-btn input[type="button"],
.plan-btn input[type="reset"],
.plan-btn input[type="submit"] {
    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;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area {
    margin-right: 40px;
}
@media only screen and (max-width: 991px) {
    .contact-form-area {
        margin-right: 0;
    }
}
.contact-form-area .contact-header {
    margin-bottom: 30px;
}
.contact-form-area .contact-header .sub-title {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #f7f7f7;
    text-transform: uppercase;
    border-radius: 7px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-form textarea {
    min-height: 160px;
}

.contact-information {
    margin-bottom: 30px;
}
.contact-information p {
    font-size: 16px;
}
@media only screen and (max-width: 1199px) {
    .contact-information p {
        font-size: 14px;
    }
}

.contact-widget-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 30px;
}
@media only screen and (max-width: 1199px) {
    .contact-widget-box {
        padding: 15px;
    }
}

.contact-widget-item-wrapper {
    margin-bottom: -20px;
}
.contact-widget-item-wrapper .contact-widget-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    text-align: center;
    color: #52526c;
    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;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-icon svg {
    fill: #52526c;
}
.contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
    padding-left: 10px;
}

.contact-thumb-box {
    border: 1px solid #eeeeee;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.contact-thumb-content {
    padding: 0 20px 20px 20px;
}
.contact-thumb-content .sub-title {
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-thumb-content .title {
    margin-bottom: 20px;
}

.map-area {
    position: relative;
}
.map-area iframe {
    width: 100%;
    height: 450px;
}
.map-area .map-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    background-image: url(../images/element/marker.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%) translate(430px, 210px)
        rotateX(0deg) rotateZ(0deg);
    transform: translate(-50%, -50%) translate(430px, 210px) rotateX(0deg)
        rotateZ(0deg);
}
.map-area .map-marker::before,
.map-area .map-marker::after {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-clip: padding-box;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: gel-map-animationSignal linear 2s;
    animation: gel-map-animationSignal linear 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    -webkit-box-shadow: inset 0 0 35px 10px var(--primary-color);
    box-shadow: inset 0 0 35px 10px var(--primary-color);
    border-color: var(--primary-color);
    content: "";
}
.map-area .map-marker::before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.map-area .map-marker::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media only screen and (max-width: 575px) {
    .map-area .map-marker {
        display: none;
    }
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.account-section.verify {
    position: unset;
    opacity: 1;
    visibility: visible;
}
.account-section.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s ease-out;
    transition-delay: 0.2s ease-out;
}
.account-section.active .account-bg {
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.account-section.active .account-bg::after {
    width: 100%;
}
.account-section.active .account-area {
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 0;
    z-index: 9;
}

.account-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.account-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(10, 14, 23);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(10, 14, 23, 0.8)),
        to(rgba(10, 14, 23, 0.8))
    );
    background: linear-gradient(
        90deg,
        rgba(10, 14, 23, 0.8) 0%,
        rgba(10, 14, 23, 0.8) 100%
    );
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.account-area {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-position: bottom;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
}
@media only screen and (max-width: 991px) {
    .account-area {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .account-area {
        width: 500px;
    }
}
@media only screen and (max-width: 600px) {
    .account-area {
        width: 400px;
    }
}
@media only screen and (max-width: 420px) {
    .account-area {
        width: 350px;
        padding: 15px;
    }
}
@media only screen and (max-width: 375px) {
    .account-area {
        width: 300px;
    }
}
.account-area.change-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 575px) {
    .account-area.change-form {
        display: block;
    }
}
.account-area .account-thumb {
    width: 390px;
}
@media only screen and (max-width: 991px) {
    .account-area .account-thumb {
        display: none;
    }
}
.account-area .account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-area .account-form-area {
    width: calc(100% - 390px);
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .account-area .account-form-area {
        width: 100%;
        padding-left: 0;
    }
}
.account-area p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
}
.account-area .account-close {
    width: inherit;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.account-area .account-close::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 15px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.account-area .account-close::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: 15px;
    bottom: 47%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.account-area .account-close:hover::before,
.account-area .account-close:hover::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.or-area {
    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;
    gap: 37px;
}
.or-area .or-line {
    height: 1px;
    border: 0.5px solid #eeeeee;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.or-area .or-title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.account-form-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.account-form-btn a {
    width: 50px;
    height: 50px;
    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;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 8px;
}
.account-form-btn a.facebook {
    background-color: #3a5795;
}
.account-form-btn a.google {
    background-color: #4285f4;
}
.account-form-btn a.apple {
    background-color: #000000;
}
.account-form-btn a svg {
    fill: #ffffff;
}

.account-item label {
    font-weight: 500;
    font-size: 13px;
}
.account-item label a {
    font-weight: 600;
    color: var(--primary-color);
}

.terms-item label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}
.terms-item label a {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline;
}

.account-footer p {
    font-size: 13px;
}

.account-thumb {
    position: relative;
}
.account-thumb .account-thumb-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.show_hide_password {
    position: relative;
}
.show_hide_password input {
    padding-right: 60px;
}
.show_hide_password .show-pass {
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer;
}
.show_hide_password .show-pass.two {
    top: 45px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
    background-color: #f7f7f7;
    position: relative;
    min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar {
    width: 250px;
    position: fixed;
    background: var(--secondary-color);
    padding: 20px 10px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar.active {
    width: 60px;
}
@media only screen and (max-width: 1199px) {
    .sidebar.active {
        left: 0;
    }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 0;
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: none;
}
.sidebar.active .menu-title {
    display: none;
}
.sidebar.active .sidebar-doc-box {
    display: none;
}
.sidebar.active:hover {
    width: 250px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    display: block;
}
.sidebar.active:hover .menu-title {
    display: inline-block;
}
.sidebar.active:hover .sidebar-doc-box {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar-inner {
    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;
    height: 100%;
}

.sidebar-logo {
    position: relative;
    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;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.sidebar-logo::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(224, 225, 226, 0)),
        color-stop(47.22%, rgb(224, 225, 226)),
        color-stop(94.44%, rgba(224, 225, 226, 0.157))
    );
    background: linear-gradient(
        90deg,
        rgba(224, 225, 226, 0) 0%,
        rgb(224, 225, 226) 47.22%,
        rgba(224, 225, 226, 0.157) 94.44%
    );
}
.sidebar-logo .sidebar-main-logo {
    max-width: 110px;
}
.sidebar-logo .sidebar-menu-bar {
    font-size: 14px;
    color: #52526c;
    background-color: transparent;
    display: none;
}

.sidebar-menu-wrapper {
    padding-top: 15px;
}

.sidebar-menu-header {
    position: relative;
    letter-spacing: 0.05em;
    font-size: 0.6875rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px;
}
.sidebar-menu-header::before {
    content: "--";
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-item-badge {
    margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
    position: relative;
    margin-bottom: 5px;
    border-radius: 10px;
}
.sidebar-menu .sidebar-menu-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 2px;
    height: 0;
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    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;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
    position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
    position: absolute;
    top: 18px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    color: #52526c;
    font-weight: 700;
    content: "\f105";
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
    position: relative;
    display: none;
    z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
    display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
    letter-spacing: normal;
    color: #52526c;
    font-weight: 400;
    margin-top: 0;
    padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
    padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
    display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    font-size: 18px;
    margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
    background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-menu .sidebar-menu-item.active::after {
    height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
    background-color: var(--primary-color);
    color: #ffffff;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a.active {
    color: var(--primary-color);
    font-weight: 700;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a:hover {
    letter-spacing: 1px;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a::before {
    display: none;
}
.sidebar-menu
    .sidebar-menu-item.active
    .sidebar-submenu
    .sidebar-menu-item
    a
    .menu-icon {
    width: auto;
    height: auto;
    display: block;
    color: var(--secondary-color);
    background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
    margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    padding: 0 !important;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 0.8em;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: inline-block;
}

.sidebar-doc-box {
    border-radius: 15px;
    padding: 15px;
    min-height: 170px;
    min-width: 218px;
    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;
}
.sidebar-doc-box .sidebar-doc-icon {
    width: 30px;
    height: 30px;
    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: #ffffff;
    color: var(--primary-color);
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
    margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content p {
    color: var(--secondary-color);
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
    background: linear-gradient(
        126.97deg,
        rgba(6, 11, 40, 0.74) 28.26%,
        rgba(10, 14, 35, 0.71) 91.2%
    );
    padding: 10px 40px;
    font-size: 14px;
    border: none;
}

.main-wrapper {
    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;
    min-height: 100vh;
}

.navbar-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
    box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
    padding: 15px 0;
    margin-left: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-wrapper.active {
    margin-left: 60px;
    padding-left: 20px;
}
.navbar-wrapper.active .dashboard-title-part {
    padding: 0 10px 0 0;
    margin: 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .navbar-wrapper {
        margin-left: 0;
    }
}

.dashboard-title-part {
    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-radius: 15px;
    margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
    .dashboard-title-part {
        margin: 0 20px;
    }
}
.dashboard-title-part .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-title-part .left .icon {
    margin-right: 10px;
}
.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type="button"],
.dashboard-title-part .left .icon input[type="reset"],
.dashboard-title-part .left .icon input[type="submit"] {
    font-size: 14px;
    color: var(--secondary-color);
    background-color: transparent;
}
.dashboard-title-part .title {
    margin-bottom: 0;
}
.dashboard-title-part p {
    font-size: 12px;
    font-weight: 500;
}
.dashboard-title-part .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}
@media only screen and (max-width: 767px) {
    .dashboard-title-part .right {
        padding-top: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.dashboard-path {
    font-size: 15px;
}
.dashboard-path span {
    font-weight: 600;
    font-family: "Jost", sans-serif;
}
.dashboard-path .main-path {
    color: var(--secondary-color);
    font-weight: 600;
}

.header-search-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin: 8px;
}
@media only screen and (max-width: 767px) {
    .header-search-wrapper {
        width: 100%;
    }
}
.header-search-wrapper input {
    border: none;
    height: 45px;
    padding-left: 35px;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.header-search-wrapper input:focus {
    background-color: transparent;
    border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
    color: rgba(82, 82, 108, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
    color: rgba(82, 82, 108, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
    color: rgba(82, 82, 108, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
    color: rgba(82, 82, 108, 0.5);
}
.header-search-wrapper input::placeholder {
    color: rgba(82, 82, 108, 0.5);
}
.header-search-wrapper span {
    position: absolute;
    font-size: 18px;
    line-height: 40px;
    color: rgba(82, 82, 108, 0.4);
    left: 10px;
    top: 1px;
}

.header-user-wrapper {
    margin: 8px;
}
.header-user-wrapper .header-user-thumb {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    overflow: hidden;
}
.header-user-wrapper .header-user-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.body-wrapper {
    padding-top: 30px;
    padding-left: 285px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.body-wrapper.active {
    padding-left: 85px;
    padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
    .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dashboard-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
    margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button,
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="button"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="reset"],
.dashboard-header-wrapper
    .dashboard-btn-wrapper
    .dashboard-btn
    input[type="submit"] {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 8px;
}

.dashbord-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 20px 30px;
    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;
}
.dashbord-item .dashboard-content {
    text-align: center;
}
.dashbord-item .dashboard-content .sub-title {
    font-family: "Jost", sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
}
.dashbord-item .dashboard-content .title {
    margin-bottom: 0;
}
.dashbord-item .dashboard-icon {
    width: 90px;
    height: 90px;
    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: rgba(35, 77, 212, 0.05);
    border: 1px solid #eeeeee;
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 50px;
    overflow: hidden;
}
.dashbord-item .dashboard-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chart-wrapper {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 30px 10px;
    border-radius: 10px;
    overflow: hidden;
}
.chart-wrapper line {
    stroke: #eeeeee;
}
.chart-wrapper .dashboard-header-wrapper {
    padding: 0 20px;
    margin-bottom: 0;
}

.apexcharts-grid line {
    stroke: #eeeeee !important;
}

.apexcharts-graphical line {
    stroke: #eeeeee !important;
}

.chart-area-footer {
    border-color: #eeeeee;
}

.dashboard-list-wrapper .dashboard-list-item {
    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-color: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .dashboard-list-wrapper .dashboard-list-item {
        display: block;
    }
}
.dashboard-list-wrapper
    .dashboard-list-item.sent:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.sent.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: #d63384;
    color: #ffffff;
}
.dashboard-list-wrapper
    .dashboard-list-item.receive:hover
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon,
.dashboard-list-wrapper
    .dashboard-list-item.receive.active
    .dashboard-list-user-wrapper
    .dashboard-list-user-icon {
    background-color: #28c76f;
    color: #ffffff;
}

.dashboard-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
    width: 60px;
    height: 60px;
    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: rgba(131, 88, 255, 0.1);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
    margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .btn {
    padding: 3px 15px;
    font-size: 12px;
}

.dashboard-list-right {
    text-align: right;
}
@media only screen and (max-width: 575px) {
    .dashboard-list-right {
        text-align: left;
        margin-top: 10px;
    }
}
.dashboard-list-right .main-money {
    font-size: 16px;
    font-weight: 700;
}
.dashboard-list-right .exchange-money {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.dashboard-list-right .select-btn {
    padding: 8px 25px;
    border-radius: 8px;
}

.dashboard-list-item-wrapper {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dashboard-list-item-wrapper .btn {
    padding: 3px 15px;
    font-size: 12px;
}
.dashboard-list-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.dashboard-list-item-wrapper.selected {
    background: rgba(131, 88, 255, 0.1);
}
.dashboard-list-item-wrapper .dashboard-list-item {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
    display: none;
    margin-top: 20px;
    background: #f0eff5;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
    border-bottom: 1px solid #eeeeee;
}
.dashboard-list-item-wrapper
    .preview-list-wrapper
    .preview-list-item
    .preview-list-user-wrapper
    .preview-list-user-icon {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.preview-list-wrapper {
    background: #f0eff5;
    border-radius: 0;
    overflow: hidden;
}
.preview-list-wrapper .btn {
    padding: 3px 15px;
    font-size: 12px;
}
.preview-list-wrapper .preview-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}
.preview-list-wrapper .preview-list-item .last {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (max-width: 575px) {
    .preview-list-wrapper .preview-list-item .last {
        font-size: 14px;
    }
}

.preview-list-user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
    width: 30px;
    height: 30px;
    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: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
    padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
    color: var(--secondary-color);
    font-weight: 400;
}

.preview-list-right {
    text-align: right;
    color: var(--secondary-color);
    font-weight: 600;
}

.note-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .support-card {
        display: block;
    }
}

.card-header-user-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-header-user-area .avatar {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #eeeeee;
}
.card-header-user-area .card-header-user-content {
    padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
    margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
    font-size: 12px;
    font-weight: 500;
}

.support-card-wrapper {
    width: calc(100% - 500px);
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .support-card-wrapper {
        width: 100%;
    }
}
.support-card-wrapper .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-radius: 10px 0 0 0;
    padding: 10px 20px;
}

.chat-container {
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: auto;
    min-height: 640px;
    max-height: 640px;
    padding: 30px 15px;
}
@media only screen and (max-width: 1700px) {
    .chat-container {
        min-height: 400px;
        max-height: 400px;
    }
}
.chat-container .media > * {
    margin: 0 10px;
}
.chat-container .media {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    max-width: 80%;
}
@media only screen and (max-width: 575px) {
    .chat-container .media {
        max-width: 100%;
    }
}
.chat-container .media.media-chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
    background-color: var(--primary-color);
    color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
    left: auto;
    right: -10px;
    background-color: var(--primary-color);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
    font-size: 13px;
    border-radius: 10px;
    color: var(--secondary-color);
}
.chat-container .media .media-body p::before {
    position: absolute;
    content: "";
    top: 20px;
    left: -10px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #f7f7f7;
    width: 12px;
    height: 17px;
}
.chat-container .media .avatar {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #eeeeee;
}

.chat-form .publisher {
    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;
    padding: 8px 20px;
    border-top: 1px solid #eeeeee;
    border-radius: 0 0 10px 10px;
}
.chat-form .publisher .chatbox-message-part {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-form .publisher .publisher-input {
    font-weight: 500;
    font-size: 14px;
    border: none;
    outline: none !important;
    background-color: #ffffff;
    border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
    color: rgba(82, 82, 108, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
    color: rgba(82, 82, 108, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
    color: rgba(82, 82, 108, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
    color: rgba(82, 82, 108, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
    color: rgba(82, 82, 108, 0.3);
}
.chat-form .publisher .chatbox-send-part {
    width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}
.chat-form .publisher .publisher-btn {
    width: 45px;
    height: 45px;
    background-color: #f7f7f7;
    color: var(--secondary-color);
    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;
    cursor: pointer;
}
.chat-form .publisher .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}
.chat-form .publisher .file-group label {
    margin-bottom: 0;
    cursor: pointer;
}

.support-profile-wrapper {
    background-color: #ffffff;
    border-left: 1px solid #eeeeee;
    width: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .support-profile-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
    }
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper {
        width: 100%;
    }
}
.support-profile-wrapper.active {
    right: 0;
}
.support-profile-wrapper .support-profile-header {
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    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;
}
.support-profile-wrapper .support-profile-header label {
    margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
    padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
    padding-top: 15px;
    font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: right;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .support-profile-wrapper .support-profile-list li span,
    .support-profile-wrapper .support-profile-list li p {
        float: left;
    }
}
.support-profile-wrapper .support-profile-list li p {
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.chat-user-wrapper {
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    width: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
    .chat-user-wrapper {
        position: fixed;
        right: -600px;
        top: 0;
        height: 100vh;
        z-index: 2;
    }
}
@media only screen and (max-width: 575px) {
    .chat-user-wrapper {
        width: 100%;
    }
}
.chat-user-wrapper.active {
    right: 0;
}
.chat-user-wrapper .card-header-user-area {
    padding: 10px 30px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.chat-user-wrapper .card-header-user-area:last-child {
    border: none;
}
.chat-user-wrapper .card-header-user-area.active {
    background-color: #f7f7f7;
}

.profile-body-wrapper {
    padding: 0 !important;
}

.profile-form-area {
    padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
}
.profile-settings-wrapper
    .preview-thumb.profile-wallpaper
    .avatar-preview
    .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
    border: none;
    background-color: var(--primary-color);
    position: relative;
}

.profile-thumb-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content {
        display: block;
        margin-top: 60px;
    }
}
.profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.profile-thumb-content .profile-content {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content .profile-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.profile-thumb-content .profile-content .username {
    font-size: 18px;
    color: #ffffff;
}
@media only screen and (max-width: 575px) {
    .profile-thumb-content .profile-content .username {
        color: var(--secondary-color);
    }
}
.profile-thumb-content .profile-content .user-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
    font-size: 18px;
    margin-right: 5px;
    color: var(--primary-color);
}

.pdf-area {
    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: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pdf-area.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.play-store-thumb {
    width: 193px;
    height: 193px;
    margin: 0 auto;
}
.play-store-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-notification-wrapper {
    position: relative;
}

.notification-wrapper {
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
    border-radius: 10px;
    z-index: 9;
    padding: 15px;
    text-align: left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    max-height: 400px;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .notification-wrapper {
        width: 250px;
    }
}
.notification-wrapper.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.notification-wrapper .notification-header {
    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;
    margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
    margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
    font-size: 12px;
}
.notification-wrapper .notification-list {
    margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.notification-wrapper .notification-list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
    margin-bottom: 0;
}
.notification-wrapper .notification-list li .content .time {
    color: var(--primary-color);
    font-weight: 600;
}
.notification-wrapper .notification-footer {
    font-size: 12px;
}

.exchange-area {
    background-color: #f0eff5;
    padding: 30px 80px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .exchange-area {
        padding: 30px 15px;
    }
}

.user-profile-list {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    right: 24%;
}
@media only screen and (max-width: 991px) {
    .user-profile-list {
        right: 0;
    }
}
.user-profile-list li {
    color: #ffffff;
    border-right: none;
    border-radius: 0 999px 999px 0;
    padding: 10px 20px;
    width: 100%;
    text-align: right;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .user-profile-list li {
        border-radius: 999px;
        right: 0 !important;
        text-align: center;
    }
}
.user-profile-list li:hover {
    margin-left: 10px;
}
.user-profile-list li.one {
    position: relative;
    right: 15%;
}
.user-profile-list li.two {
    position: relative;
    right: 5%;
}
.user-profile-list li.four {
    position: relative;
    right: 5%;
}
.user-profile-list li.five {
    position: relative;
    right: 15%;
}
.user-profile-list li span {
    font-weight: 700;
}
.user-profile-list.two li {
    background-color: #f7f7f7;
    color: var(--secondary-color);
}

.user-profile-list-two {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    left: 24%;
}
@media only screen and (max-width: 991px) {
    .user-profile-list-two {
        left: 0;
    }
}
.user-profile-list-two li {
    color: var(--secondary-color);
    border-right: none;
    background-color: #f7f7f7;
    border-radius: 999px 0 0 999px;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .user-profile-list-two li {
        border-radius: 999px;
        left: 0 !important;
        text-align: center;
    }
}
.user-profile-list-two li:hover {
    margin-left: 10px;
}
.user-profile-list-two li.one {
    position: relative;
    left: 15%;
}
.user-profile-list-two li.two {
    position: relative;
    left: 5%;
}
.user-profile-list-two li.four {
    position: relative;
    left: 5%;
}
.user-profile-list-two li.five {
    position: relative;
    left: 15%;
}
.user-profile-list-two li span {
    font-weight: 700;
}

.user-profile-list-three {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    left: 24%;
}
@media only screen and (max-width: 991px) {
    .user-profile-list-three {
        left: 0;
    }
}
.user-profile-list-three li {
    color: #ffffff;
    border-right: none;
    border-radius: 999px 0 0 999px;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .user-profile-list-three li {
        border-radius: 999px;
        left: 0 !important;
        text-align: center;
    }
}
.user-profile-list-three li:hover {
    margin-left: 10px;
}
.user-profile-list-three li.one {
    position: relative;
    left: 15%;
}
.user-profile-list-three li.two {
    position: relative;
    left: 5%;
}
.user-profile-list-three li.four {
    position: relative;
    left: 5%;
}
.user-profile-list-three li.five {
    position: relative;
    left: 15%;
}
.user-profile-list-three li span {
    font-weight: 700;
}

.user-action-btn-area {
    margin-bottom: -25px;
    margin-left: auto;
    position: relative;
    left: 24%;
}
@media only screen and (max-width: 991px) {
    .user-action-btn-area {
        left: 0;
    }
}
.user-action-btn-area .user-action-btn {
    margin-bottom: 25px;
}
.user-action-btn-area .user-action-btn button,
.user-action-btn-area .user-action-btn input[type="button"],
.user-action-btn-area .user-action-btn input[type="reset"],
.user-action-btn-area .user-action-btn input[type="submit"],
.user-action-btn-area .user-action-btn a {
    color: #ffffff;
    border-right: none;
    border-radius: 999px 0 0 999px;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
    .user-action-btn-area .user-action-btn button,
    .user-action-btn-area .user-action-btn input[type="button"],
    .user-action-btn-area .user-action-btn input[type="reset"],
    .user-action-btn-area .user-action-btn input[type="submit"],
    .user-action-btn-area .user-action-btn a {
        border-radius: 999px;
        left: 0 !important;
        text-align: center;
    }
}
.user-action-btn-area .user-action-btn button:hover,
.user-action-btn-area .user-action-btn input[type="button"]:hover,
.user-action-btn-area .user-action-btn input[type="reset"]:hover,
.user-action-btn-area .user-action-btn input[type="submit"]:hover,
.user-action-btn-area .user-action-btn a:hover {
    margin-left: 10px;
}
.user-action-btn-area .user-action-btn button.one,
.user-action-btn-area .user-action-btn input.one[type="button"],
.user-action-btn-area .user-action-btn input.one[type="reset"],
.user-action-btn-area .user-action-btn input.one[type="submit"],
.user-action-btn-area .user-action-btn a.one {
    position: relative;
    left: 15%;
}
.user-action-btn-area .user-action-btn button.two,
.user-action-btn-area .user-action-btn input.two[type="button"],
.user-action-btn-area .user-action-btn input.two[type="reset"],
.user-action-btn-area .user-action-btn input.two[type="submit"],
.user-action-btn-area .user-action-btn a.two {
    position: relative;
    left: 5%;
}
.user-action-btn-area .user-action-btn button.four,
.user-action-btn-area .user-action-btn input.four[type="button"],
.user-action-btn-area .user-action-btn input.four[type="reset"],
.user-action-btn-area .user-action-btn input.four[type="submit"],
.user-action-btn-area .user-action-btn a.four {
    position: relative;
    left: 5%;
}
.user-action-btn-area .user-action-btn button.five,
.user-action-btn-area .user-action-btn input.five[type="button"],
.user-action-btn-area .user-action-btn input.five[type="reset"],
.user-action-btn-area .user-action-btn input.five[type="submit"],
.user-action-btn-area .user-action-btn a.five {
    position: relative;
    left: 15%;
}

.user-profile-thumb {
    position: relative;
    z-index: 2;
    width: 380px;
    height: 380px;
    margin: 0 auto;
    background-color: #f0eff5;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    overflow: hidden;
}
@media only screen and (max-width: 575px) {
    .user-profile-thumb {
        width: 250px;
        height: 250px;
    }
}
.user-profile-thumb img {
    width: 100%;
    height: 100%;
}

.trace-list-wrapper {
    position: relative;
    border: 1px solid #eeeeee;
    padding: 30px;
    margin-top: 10px;
    border-radius: 10px;
}
.trace-list-wrapper .pdf-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.trace-list-wrapper .pdf-btn button,
.trace-list-wrapper .pdf-btn input[type="button"],
.trace-list-wrapper .pdf-btn input[type="reset"],
.trace-list-wrapper .pdf-btn input[type="submit"] {
    padding: 8px 25px;
    font-size: 12px;
}

.trace-list-item-wrapper {
    width: 480px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -20px;
}
.trace-list-item-wrapper::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 115px);
    background-color: #00abb3;
}

.trace-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}
.trace-list-item .trace-list-left {
    width: 50%;
    font-weight: 500;
    color: var(--secondary-color);
}
.trace-list-item .trace-list-right {
    width: 50%;
    position: relative;
}
.trace-list-item .trace-list-right::before {
    position: absolute;
    content: "";
    top: 5px;
    left: -33%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 8px;
    height: 8px;
    background-color: #00abb3;
    border-radius: 50%;
}
.trace-list-item .trace-list-right .details.last {
    font-size: 16px;
    color: #00abb3;
    font-weight: 600;
    margin-bottom: 10px;
}
.trace-list-item .trace-list-right p span {
    color: var(--secondary-color);
    font-weight: 600;
}

.submit-btn-area {
    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;
    margin-top: 20px;
}
.submit-btn-area .pdf-btn-wrapper button,
.submit-btn-area .pdf-btn-wrapper input[type="button"],
.submit-btn-area .pdf-btn-wrapper input[type="reset"],
.submit-btn-area .pdf-btn-wrapper input[type="submit"] {
    padding: 8px 25px;
}

.profit-icon {
    width: 80px;
    height: 80px;
    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: rgba(131, 88, 255, 0.1);
    color: var(--secondary-color);
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.multi_step_form {
    display: block;
}

#msform {
    position: relative;
    min-height: 800px;
    z-index: 1;
}
#msform #progressbar {
    overflow: hidden;
    position: relative;
    z-index: 9;
    counter-reset: progress;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
#msform #progressbar li {
    position: relative;
    float: left;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#msform #progressbar li::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#msform #progressbar li.active {
    color: #ffffff;
}
#msform #progressbar li.active::before {
    background-color: var(--primary-color);
}
#msform #progressbar li.active::after {
    background-color: var(--primary-color);
}
#msform #progressbar li:last-child::after {
    width: 150%;
}
#msform fieldset {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform fieldset .title {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0px 4px 8px rgba(40, 36, 49, 0.06);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.blog-item .blog-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
}
.blog-item .blog-thumb::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-item .blog-thumb .category {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 2px 12px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
.blog-item .blog-thumb .category:hover {
    background-color: var(--primary-color);
}
.blog-item .blog-content {
    padding: 20px;
}
.blog-item .blog-content .date {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.blog-item .blog-content .title {
    margin-bottom: 10px;
}
.blog-item .blog-content .title a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
    color: var(--primary-color);
}
.blog-item:hover .blog-thumb::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
    height: 450px;
}

.blog-sidebar {
    position: sticky;
    top: 0;
}

.blog-list {
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-list li {
    position: relative;
    font-weight: 400;
    padding-left: 35px;
    padding-bottom: 15px;
}
.blog-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f00c";
    font-family: "Line Awesome Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
}

.blog-tag-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #eeeeee;
    padding-top: 20px;
    margin-top: 30px;
}
.blog-tag-wrapper span {
    font-weight: 600;
    margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
    display: inline-block;
    background: #f7f7f7;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
    margin-left: 10px;
}

.blog-comment-area {
    margin-top: 30px;
}
.blog-comment-area .title {
    margin-bottom: 20px;
}

.widget-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
    padding: 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    .widget-box {
        padding: 20px;
    }
}
.widget-box .widget-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.widget-box .widget-title::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -30px;
    width: 3px;
    height: 20px;
    background-color: var(--primary-color);
}
@media only screen and (max-width: 991px) {
    .widget-box .widget-title::before {
        left: -20px;
    }
}

.widget-title-area {
    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;
    margin-bottom: 20px;
}
.widget-title-area .widget-title {
    margin-bottom: 0;
}

.category-widget-box .category-list {
    margin-bottom: -15px;
}
.category-widget-box .category-list li {
    padding: 7px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}
.category-widget-box .category-list li a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
    color: var(--primary-color);
}
.category-widget-box .category-list li span {
    float: right;
}

.popular-widget-box {
    margin-bottom: -20px;
}

.single-popular-item {
    margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
    display: block;
    height: 100%;
}
.single-popular-item .popular-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-popular-item .popular-item-content {
    width: calc(100% - 90px);
    padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
    margin-bottom: 0;
}
.single-popular-item .popular-item-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
    color: var(--primary-color);
}
.single-popular-item .popular-item-content span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tag-widget-box .tag-list {
    margin: -5px;
}
.tag-widget-box .tag-list li {
    display: inline-block;
    border: 1px solid #eeeeee;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500;
    padding: 5px 15px;
    margin: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.verification-otp .verification-otp-area {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
}
@media only screen and (max-width: 575px) {
    .verification-otp .verification-otp-area {
        padding: 20px;
    }
}
.verification-otp .verification-otp-area .verification-otp-content p {
    font-size: 14px;
}
.verification-otp .verification-otp-area .account-item a {
    color: var(--primary-color);
}

.otp {
    display: inline-block;
    width: 70px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    padding: 0;
}
@media only screen and (max-width: 575px) {
    .otp {
        width: 50px;
    }
}
@media only screen and (max-width: 405px) {
    .otp {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 345px) {
    .otp {
        width: 35px;
    }
}

.otp:focus {
    border: 2px solid #0489bc;
}

.otp.required {
    border: 2px solid #ea5455;
}

#time {
    color: #ea5455;
}

.forgot-password .forgot-password-area {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
}

.rtl {
    direction: rtl;
}
.rtl .banner-form .location-icon {
    right: auto;
    left: 15px;
}
.rtl .price-input::after {
    right: auto;
    left: 12px;
}
.rtl .nice-select {
    text-align: right !important;
}
.rtl .nice-select:after {
    right: auto;
    left: 12px;
}
.rtl .nice-select .option {
    text-align: right;
}
.rtl .advanced-options-wrapper .advanced-form-wrapper {
    text-align: right;
}
.rtl .advanced-options-wrapper .advanced-form-wrapper .main-title::before {
    left: auto;
    right: -30px;
}
.rtl .advanced-checkbox-wrapper .custom-check-group label {
    text-align: right;
}
.rtl .custom-check-group label::before {
    margin-right: 0;
    margin-left: 8px;
}
.rtl .custom-check-group input:checked + label::after {
    left: auto;
    right: 7px;
}
.rtl .text-end {
    text-align: left !important;
}
.rtl .btn--base i {
    transform: rotate(-180deg);
}
.rtl .property-content .property-widget-list li i {
    margin-left: 3px;
    margin-right: 0;
}
.rtl .featured-property-wrapper::before {
    margin-left: 0;
    margin-right: auto;
}
.rtl .featured-property-thumb {
    margin-left: 60px;
    margin-right: 0;
}
.rtl .featured-property-content {
    padding-left: 60px;
    padding-right: 0;
}
.rtl .featured-property-content .property-widget-list li i {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .call-to-action-content {
    padding-right: 40px;
    padding-left: 0;
}
.rtl .call-to-action-content::before {
    left: auto;
    right: 0;
}
.rtl .team-content .team-review .ratings {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .team-action-icon {
    left: auto;
    right: -15px;
}
.rtl .testimonial-user-content {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .blog-item .blog-thumb .category {
    left: auto;
    right: 20px;
}
.rtl .ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}
.rtl .custom-btn i {
    transform: rotate(-180deg);
}
.rtl .service-content {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .footer-more-btn::after {
    right: auto;
    left: -15px;
    transform: translateY(4px) rotate(-180deg);
}
.rtl .subscribe-form .subscribe-icon {
    left: auto;
    right: 15px;
}
.rtl .subscribe-form input {
    padding-right: 35px;
    padding-left: 25px;
}
.rtl .footer-social li + li {
    margin-left: 0;
    margin-right: 40px;
}
.rtl .scrollToTop {
    right: auto;
    left: 30px;
}
.rtl .navbar-toggler {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.rtl .banner-slider {
    direction: ltr;
}
.rtl .testimonial-slider {
    direction: ltr;
}
.rtl .widget-box .widget-title::before {
    left: 0;
    right: -30px;
}
.rtl .single-popular-item .popular-item-content {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}
.rtl .breadcrumb-item.active::before {
    left: auto;
    right: 0;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem;
}
.rtl
    .property-feature-item-wrapper
    .property-feature-item
    .property-feature-content {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .amenities-list li {
    padding-left: 0;
    padding-right: 25px;
}
.rtl .amenities-list li::before {
    left: auto;
    right: 0;
}
.rtl .property-ratings-breakdown {
    padding-left: 0;
    padding-right: 30px;
}
.rtl
    .property-ratings-breakdown
    .property-ratings-breakdown-area
    .ratings-progress-wrapper {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .property-review-item-wrapper .property-review-content {
    padding-left: 0;
    padding-right: 60px;
}
.rtl .property-nearby-item-wrapper .property-nearby-content {
    padding-left: 0;
    padding-right: 20px;
}
.rtl
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    margin-right: -1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rtl .input-group.append input {
    border-left: 1px solid #eeeeee;
    border-right: none;
    padding-left: 25px;
    padding-right: 0;
}
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.rtl
    .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rtl .calculator-list li span {
    float: left;
}
.rtl blockquote .quote-icon {
    left: auto;
    right: 5%;
}
.rtl .plan-header .popular-package {
    right: auto;
    left: 0;
    transform: rotate(-45deg);
}
.rtl .plan-header .popular-package::before {
    right: auto;
    left: -21px;
}
.rtl .plan-list li span {
    float: left;
}
.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .header-action .btn--base i {
    transform: rotate(0);
}
.rtl .account-area .account-close {
    right: auto;
    left: 10px;
}
.rtl .account-area .account-form-area {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .show_hide_password .show-pass {
    right: auto;
    left: 30px;
}
.rtl .show_hide_password input {
    padding-right: 25px;
    padding-left: 60px;
}
.rtl .sidebar {
    left: auto;
    right: 0;
}
.rtl .body-wrapper {
    padding-right: 285px;
    padding-left: 30px;
}
.rtl .body-wrapper.active {
    padding-left: 10px;
    padding-right: 85px;
}
.rtl .navbar-wrapper {
    margin-left: 0;
    margin-right: 250px;
}
.rtl .navbar-wrapper.active {
    margin-right: 60px;
}
.rtl .custom-table.two thead tr th {
    text-align: right;
}
.rtl .custom-table.two tbody tr td {
    text-align: right;
}
.rtl .custom-table.two tbody tr td .compare-property-content {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .notification-wrapper {
    right: auto;
    left: 0;
}
.rtl .notification-wrapper .notification-list li .content {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .notification-wrapper .notification-list li .content .sub-title {
    text-align: right;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .dashboard-title-part .left .icon {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .toggle-container {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
    padding-left: 0;
    padding-right: 20px;
}
@media only screen and (max-width: 575px) {
    .rtl .preview-list-right {
        text-align: right;
    }
}
.rtl .chat-container .media .media-body p::before {
    left: auto;
    right: -10px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
    left: -10px;
    right: auto;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
    clip-path: polygon(100% 100%, 100% 0, 0 50%);
}
.rtl .chat-container .media.media-chat-reverse {
    margin-left: 0;
    margin-right: auto;
}
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rtl
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rtl .btn-close {
    margin-right: auto;
    margin-left: 0;
}
.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .dashbord-item .dashboard-content {
    padding-left: 0;
    padding-right: 30px;
}
.rtl .me-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
}
.rtl .support-profile-wrapper .support-profile-list li span,
.support-profile-wrapper .support-profile-list li p {
    float: left;
}
.rtl .profile-thumb-content .profile-thumb {
    margin-right: 0;
    margin-left: 40px;
}
.rtl .profile-thumb-content .profile-thumb .avatar-edit {
    right: auto;
    left: 0;
}
.rtl .profile-thumb-content .profile-content .user-info-list li i {
    margin-right: 0;
    margin-left: 5px;
}
.rtl .chart-wrapper {
    direction: ltr;
}
.rtl .card-header-user-area .card-header-user-content {
    padding-left: 0;
    padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
    .rtl .sidebar {
        right: -300px;
    }
    .rtl .sidebar.active {
        right: 0;
    }
    .rtl .body-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rtl .body-wrapper.active {
        padding-right: 15px;
    }
    .rtl .navbar-wrapper {
        margin-right: 0;
    }
    .rtl .navbar-wrapper.active {
        margin-right: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .rtl .featured-property-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .rtl .featured-property-thumb {
        margin-left: 0;
    }
    .rtl .team-action-icon {
        left: auto;
        right: -10px;
    }
    .rtl
        .property-feature-item-wrapper
        .property-feature-item
        .property-feature-content {
        padding-right: 0;
    }
    .rtl .property-ratings-breakdown {
        padding-right: 0;
    }
    .rtl .dashboard-title-part .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 575px) {
    .rtl .property-review-item-wrapper .property-review-content {
        padding-right: 0;
    }
    .rtl .dashboard-list-right {
        text-align: right;
    }
}

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}
.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}
.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}
.cookie-main-wrapper .cookie-btn-area button,
.cookie-main-wrapper .cookie-btn-area input[type="button"],
.cookie-main-wrapper .cookie-btn-area input[type="reset"],
.cookie-main-wrapper .cookie-btn-area input[type="submit"] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cookie-main-wrapper .cookie-btn-area button:hover,
.cookie-main-wrapper .cookie-btn-area input[type="button"]:hover,
.cookie-main-wrapper .cookie-btn-area input[type="reset"]:hover,
.cookie-main-wrapper .cookie-btn-area input[type="submit"]:hover {
    background-color: rgba(75, 85, 99, 0.8);
}
/*-------------------------------------------------
      [ ## cookie block end ]
  */

.remove-image {
    height: 30px !important;
    width: 30px !important;
    padding: 10px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 15px;
    left: 15px;
}
