/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
/* font-famaly-hear-end */

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-RegularItalic.woff') format('woff'),
        url('../webfonts/Graphik-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('../webfonts/Graphik-SuperItalic.woff') format('woff'),
        url('../webfonts/Graphik-SuperItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Semibold.woff') format('woff'),
        url('../webfonts/Graphik-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Thin.woff') format('woff'),
        url('../webfonts/Graphik-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-SemiboldItalic.woff') format('woff'),
        url('../webfonts/Graphik-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('../webfonts/Graphik-Super.woff') format('woff'),
        url('../webfonts/Graphik-Super.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Bold.woff') format('woff'),
        url('../webfonts/Graphik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-BlackItalic.woff') format('woff'),
        url('../webfonts/Graphik-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Black.woff') format('woff'),
        url('../webfonts/Graphik-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-ThinItalic.woff') format('woff'),
        url('../webfonts/Graphik-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Light.woff') format('woff'),
        url('../webfonts/Graphik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-ExtralightItalic.woff') format('woff'),
        url('../webfonts/Graphik-ExtralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Extralight.woff') format('woff'),
        url('../webfonts/Graphik-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-BoldItalic.woff') format('woff'),
        url('../webfonts/Graphik-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Medium.woff') format('woff'),
        url('../webfonts/Graphik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-Regular.woff') format('woff'),
        url('../webfonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-MediumItalic.woff') format('woff'),
        url('../webfonts/Graphik-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../webfonts/Graphik-LightItalic.woff') format('woff'),
        url('../webfonts/Graphik-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



/* root */
:root{
    --font-1: 'Poppins', sans-serif;
    --font-2: 'Poppins', serif;;
    --graphik: 'Graphik';

    --white-color: #fff;
    --black-color: #000;

    --dark-color: #1C1C1C;

    --primary: #FD5B00;
    --secondary: #6E6E5E;

    --hover-color: #000;

    --body-color: #1C1C1C;
    --heading-color: #1C1C1C;
}
/* root */



/* defaults-css-start */
html{
    font-size: 100%;
    box-sizing: border-box;
}
*,
*::before,
*::after{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 400;
}
a,
button{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus{
    outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
a:hover {
    color: var(--primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-2);
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 300;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    list-style: none
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--body-color);
    margin-bottom: 15px;
}
label {
    color: var(--body-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
*::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::-moz-selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
::selection {
    background: var(--secondary);
    color: var(--white-color);
    text-shadow: none;
}
*::-moz-placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
*::placeholder {
    color: var(--body-color);
    font-size: 16px;
    opacity: 1;
}
/* defaults-css--end */


/* theme-css */

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

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

.link{
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.link:hover{
    color: var(--primary) !important;
}

.link-orange{
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.link-orange:hover{
    color: var(--white-color) !important;
}

.link.link-text:hover.link-dark{
    color: var(--white-color) !important;
}
.link:hover.link-text::after{
    background: var(--primary) !important;
}
.link.link-dark:hover::after{
    background: var(--white-color) !important;
}
.link.link-dark::after{
    background: var(--dark-color) !important;
}
.link-text{
    position: relative;
    width: max-content;
}
.link.link-text-white::after{
    background: var(--white-color) !important;
}
.link-text-white{
    color: var(--white-color) !important;
}
.link-text.link-text-dark::after{
    background: var(--dark-color);
}
.link-text-dark{
    color: var(--dark-color) !important;
}
.link-text::after{
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 1px;
    content: "";
    transition: .3s;
    background: var(--primary);
}

.small{
    font-size: 14px !important;
}
.ex-small{
    font-size: 12px !important;
    line-height: 1.2;
}

.btn{
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 25px;
    border: none;
}
.btn.btn-white{
    background: var(--white-color) !important;
    color: var(--dark-color) !important;
}
.btn.btn-white:hover{
    background: var(--white-color) !important;
    color: var(--dark-color) !important;
    opacity: 0.9;
}
.btn.btn-dark{
    background: var(--dark-color) !important;
    color: var(--white-color) !important;
}
.btn.btn-primary{
    background: var(--primary) !important;
    color: var(--dark-color) !important;
}
.btn.btn-primary:hover{
    background: rgba(253, 91, 0, 0.8) !important;
    color: var(--dark-color) !important;
}
.btn.btn-icon{
    position: relative;
    padding-right: 75px;
}
.btn.btn-icon span{
    flex: 0 0 auto;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    transition: .3s;
}
.btn.btn-icon span:hover{
    background: #d0d0d0 !important
}


.btn.btn-secondary{
    background: var(--secondary) !important;
    color: var(--white-color) !important;
}
.btn.btn-secondary:hover{
    background: rgba(110, 110, 94, 0.8) !important;
    color: var(--white-color) !important;
}

.container-max{
    max-width: 1920px;
    margin: 0 auto;
}

.container-beyond{
    margin: 0 auto;
}

.badge{
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
}
.badge.badge-primary{
    background-color: var(--primary);
    color: var(--white-color);
}
.badge.badge-secondary{
    background-color: var(--secondary);
    color: var(--white-color);
}



/* theme-css-end */





/* ======== header style start ============ */

.sticky-wrapper{
    z-index: 11111;
}
.sticky-wrapper.is-sticky{
    z-index: 1111;
}
.sticky-wrapper.is-sticky .header{
    position: fixed !important;
    top: 0px;
    width: 100%;
}

.header-wrapper{
    display: flex;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-infoWrapper{
    margin-left: 35px;
}
.header-info p{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
}
.header-info{
    display: block;
    text-decoration: none;
}


.header-right {
    padding-right: 32px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.header-right .link::after{
    width: 100%;
}
.header-right .link:hover::after{
    width: 0%;
}

.header-info:hover {
    opacity: 0.6;
}

.header-menu{
    padding: 4px 10px;
    border: 1px solid var(--secondary);
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 30px;
}

.menu-bar {
    display: flex;
    align-items: center;
}
.menu-bar span.bar{
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
}
.menu-bar span.bar img{
    position: absolute;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
}
.menu-bar span.bar img.bar-icon{
    left: 0px;
}
.menu-bar span.bar.active img.bar-icon{
    left: -110%;
}
.menu-bar span.bar img.close-icon{
    left: 110%;
}
.menu-bar span.bar.active img.close-icon{
    left: 0px;
}


.menu-bar:hover .menu-dropdown{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.menu-dropdown{
    width: 313px;
    background: var(--secondary);
    padding: 14px 35px;
    position: absolute;
    right: 0px;
    top: 110%;
    z-index: 111;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.menu-dropdown::after {
    position: absolute;
    right: 74px;
    top: -12px;
    width: 26px;
    height: 26px;
    background: var(--secondary);
    content: "";
    transform: rotate(45deg);
}
.menu-dropdown ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-decoration: none;
    color: #FAFAFA;
    border-bottom: 1px solid #FAFAFA;
    line-height: 1;
    padding: 18px 0px;
}
.menu-dropdown ul li:last-child a{
    border-bottom: none;
}
.menu-user span.user{
    display: inline-block;
    cursor: pointer;
}

.header-search span.icon{
    position: absolute;
    left: 14px;
    top: 0px;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: baseline;
}
.header-search input{
    width: 100%;
    height: 45px;
    padding: 0px 45px;
    background: transparent;
    font-size: 12px;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
.header-search input::placeholder{
    color: var(--white-color);
    font-size: 12px;
}
.header-search button{
    background: var(--primary);
    width: 44px;
    height: calc(100% - 2px);
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
}
.header-search button:hover{
    background: #FF833E;
}
.header-search{
    max-width: 344px;
    width: 100%;
    position: relative;
    margin-right: 35px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.sticky-wrapper.is-sticky .header-search {
    opacity: 1;
    visibility: visible;
}





/* ======== header style end ============ */


/* ======== hero style start ============ */
.section.hero{
    padding: 203px 0px 224px;
    position: relative;
    z-index: 2;
}
.hero-background-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: flex;
}
.hero-background-slider .owl-stage-outer {
    height: 100%;
    display: flex;
}
.hero-background-slider .owl-stage {
    height: 100%;
    display: flex;
}
.hero-background-slider .owl-item {
    display: flex;
}
.hero-background-slider .owl-item > * {
    height: 100%;
}
.hero-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.hero-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.5s;
    transition: 5000ms cubic-bezier(0.375, 0.880, 0.505, 0.910);
    transition: 5000ms ease-in-out;
}
.active .hero-slide img {
    transform: scale(1.05);  
}

.hero-content{
    max-width: 890px;
    background: rgba(250, 250, 250, 0.9);
}

.hero-content-header h1{
    font-size: 35px;
    font-weight: 300;
}
.hero-content-header{
    padding: 30px 40px 34px 40px;
}
.hero-content-body{
    padding: 30px 40px 34px 40px;
}
.hero-input{
    position: relative;
}
.hero-input input.form-control{
    border-radius: 0px;
    border: 1px solid var(--dark-color);
    height: 52px;
    box-shadow: none !important;
    padding-left: 50px;
}
.form-control::placeholder {
    font-size: 14px;
    color: var(--dark-color);
}

.hero-input span.icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-input span.icon-left{
    left: 18px;
    height: 100%;
    top: 0px;
}

/* ======== hero style end ============ */


/* ======== sections box-pod style start ============ */
.boxpod-content{
    padding: 108px 76px 97px 79px;
    height: 100%;
}
.boxpod-content h2{
    font-size: 50px;
    margin-bottom: 35px;
}
.boxpod-content p{
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 24px;
}
.boxpod-content ul li{
    display: flex;
    align-items: center;
    padding: 8px 0px;
    color: var(--white-color);
}
.boxpod-content ul li span img{
    max-width:  18px;
    max-height: 18px;
}
.boxpod-content ul li span{
    display: inline-block;
    margin-right: 14px;
}
.boxpod-content ul{
    margin-bottom: 45px;
}
.boxpod-img{
    min-height: 360px;
    max-height: 360px;
}
.boxpod-img img{
    width: 100%;
    height: 100%;
}
.boxpod-item{
    height: 100%;
    padding: 124px 30px 39px 30px;
}
.boxpod-item p{
    margin-bottom: 40px;
}

/* ======== sections box-pod style end ============ */


/* ======== sections Latest-properties style start ============ */

.section.latest{
    padding: 103px 0px 120px;
}

.section.latest .section-title{
    margin-bottom: 55px;
}

.section-title h2{
    font-size: 50px;
    margin-bottom: 24px;
}
.section-title a.link.link-dark:hover{
    color: var(--dark-color) !important;
}
.section-title a.link.link-dark:hover::after{
    background: var(--dark-color) !important;
}

.latestItems.swiper-wrapper{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.latestItem{
    background: #fff;
    max-width: 355px;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border: solid;
    border-width: thin;
}
.latestItem-img{
    min-height: 253px;
    position: relative;
    overflow: hidden;
}
.latestItem-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform .5s ease;
}
.latestItem-img:hover img{
    transform: scale(1.1);
}
.latestItem-content{
    padding: 18px 20px;
}
.latestItem-content h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}
.btn-wishlist{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 18px;
    background: rgba(250, 250, 250, 0.6);
    transition: .3s;
    z-index: 11;
}
.btn-wishlist.active{
    background: var(--primary);
}
.btn-wishlist.active svg path{
    fill: var(--white-color);
}
.latestItem-bottom{
    padding: 8px 20px;
}
.latestItem-bottom p{
    text-transform: uppercase;
    font-weight: 500;
}



/* ======== sections Latest-properties style end ============ */


/* ======== sections news style start ============ */
.news-thumbs {
    max-height: 638px;
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-wrapper{
    padding: 90px 68px 60px 68px;
}
.news-item{
    border-bottom: 1px solid var(--white-color);
    padding: 30px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.news-tag{
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
}
.news-tag-fill{
    background: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: var(--white-color);
}
.news-tag-fill:hover{
    background: transparent;
    color: var(--dark-color);
}
.news-tag-outline:hover{
    color: var(--white-color);
    background: var(--dark-color);
}
.news-tag-outline{
    background: transparent;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}
.news-item h5{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-thumbs{
    position: relative;
    height: 100%;
}
.news-thumbs-content{
    max-width: 340px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 85px 32px 38px 32px;
}
.news-thumbs-content h2{
    margin-bottom: 34px;
}
.news-thumbs-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ======== sections news style end ============ */


/* ======== sections cta style start ============ */
.section.cta{
    padding: 121px 0px 111px;
}
.cta-content{}
.cta-content h2{
    margin-bottom: 20px;
}
.cta-content a{
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: var(--dark-color);
    text-decoration: none;
    transition: .3s;
}

.cta-content a span{
    display: inline-block;
    margin-left: 15px;
    transition: .3s;
    position: relative;
}
.cta-content a:hover span {
    right: -10px;
    transition: .3s;
    position: relative;
}
.cta-text{
    border-top: 1px solid var(--primary);
    padding: 25px 0px;
}
.cta-text p{
    margin-bottom: 10px;
    font-size: 18px;
}


/* ======== sections cta style end ============ */


/* ======== footer style start ============ */
.footer-main{
    padding: 110px 0px 100px;
}
.footer-text{
    margin-bottom: 35px;
}
.footer-info ul{
    margin-bottom: 15px;
}
.footer-info ul li a{
    color: var(--white-color);
    font-weight: 20px;
    text-decoration: none;
    padding: 3px 0px;
    display: block;
}
.footer-info ul li a strong{
    font-weight: 500;
}
.footer-info .social{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-menu ul{
    column-count: 3;
    column-gap: 60px;
}
.footer-menu ul li a:hover {
    color: var(--primary);
}

.footer-menu ul li a{
    color: var(--white-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 0px;
    display: block;
}
.footer-newsletter{
    max-width: 349px;
}
.newsletter-input input{
    border: none;
    background: transparent;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid var(--primary);
    padding: 8px 0px;
    width: 100%;
}
.newsletter-input input::placeholder{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
}
.newsletter-input button{
    border: none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom-menu ul li a{
    color: var(--white-color);
    font-size: 12px;
    text-decoration: underline;
}

/* ======== footer style end ============ */



/* ======== sections style start ============ */



.section.plp {
    padding: 60px 0px 131px;
    background: rgba(250, 250, 250, 1);
    overflow: hidden;
}

.plp-wrapper {
    max-width: 945px;
}


/* plp=header */
.plp-header-info a{
    font-size: 14px;
    color: var(--dark-color);
    display: inline-flex;
    text-decoration: none;
    margin-right: 3%;
}
.plp-header-info a span{
    display: inline-block;
    margin-right: 10px; 
}
.plp-header-info{
    margin-bottom: 30px;
}
.plp-header h2{
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 40px;
}
.plp-header h3{
    font-size: 35px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 30px;
}
.plp-header h2 strong{
    font-weight: 600;
}
.plp-header{
    padding-bottom: 63px;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 63px;
}
/* plp=header-end */


.plp-item{
    display: flex;
    align-items: stretch;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.plp-preview{
    flex: 0 0 auto;
    width: 380px;
}
.plp-preview-main{
    margin-bottom: 3px;
}
.plp-preview-mainImg{
    height: 269px;
    width: 100%;
    cursor: pointer;
}
.plp-preview-mainImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.plp-preview-nav{
    display: flex;
    align-items: center;
    gap: 3px;
}
.plp-preview-navItem{
    width: 50%;
    height: 130px;
    padding: 0 2px;
    cursor: pointer;
}
.plp-preview-navItem img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.plp-preview-main{
    position: relative;
}

.img-itemCount{
    background: rgba(250, 250, 250, 0.6);
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--dark-color);
    border-radius: 20px;
    padding: 6px 7px;
    line-height: 1;
    position: absolute;
    left: 20px;
    z-index: 11;
    bottom: 18px;
}
.img-itemCount img{
    flex: 0 0 auto;
    width: 12px;
    margin-right: 4px;
}

.plp-contentWwrapper{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column; 
    flex-grow: 1;
}

.plp-content {
    padding: 31px 34px;
}
.plp-content h4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.plp-content p{
    line-height: 22px;
}
.plp-contentBottom{
    background: var(--dark-color);
    position: relative;
    padding: 16px 34px;
}
.plp-contentBottom a{
    position: absolute;
    width: 60px;
    height: 100%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
}
.plp-contentBottom a:hover{
    background: #FF833E;
}

.plp-contentBottom p{
    font-size: 25px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0px;
}

/* sidebar-css */



.plp-btns{
    margin-bottom: 20px;
}
.plp-btns .btn-group {
    display: flex;
}
.plp-btns .btn-group button {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    padding: 13px 10px;
    width: 33.33%;
    justify-content: center;
    border: 1px solid var(--dark-color);
}
.plp-btns .btn-group button.active{
    background: var(--dark-color);
    color: #fff;
}
.plp-btns .btn-group button svg [fill="#1C1C1C"] {
    transition: 0.3s;
    fill: #1C1C1C;
}  
.plp-btns .btn-group button.active svg    > * ,.plp-btns .btn-group button:hover svg > *{
    fill: #fff;
} 
.plp-btns .btn-group button.btn-outline-dark{
    border: 1px solid var(--dark-color);
}


.plp-map{
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
}

.plp-map .pl-mp-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    white-space: nowrap;
    color: #1c1c1c;
}
.pl-mp-button {
    font-size: 13px;
    min-height: 43px;
    padding: 10px 33px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FAFAFA;
    box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    text-decoration: none;
    color: #1C1C1C;
    z-index: 1080;
}
.pl-mp-button:hover {
    color: #FD5B00;
}

.plp-blk h5{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
    color: var(--white-color);
}
.plp-blk{
    padding: 38px 15px;
    margin-bottom: 20px;
}

.plp-map-big {
    width: 100%;
    position: relative;
    z-index: 1;
}
.plp-map-big .map-img {
    width: 100%;
}
.plp-map-property-item {
    position: absolute;
    width: calc(100% - 56px);
    left: 28px;
    bottom: 0px;
}
.plp-item--short {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
}
.plp-item--short .plp-preview {
    width: 150px;
    margin: 0;
}
.plp-item--short .plp-preview-mainImg {
	height: 140px;
	margin-bottom: 0 !important;
}
.plp-item--short .plp-content {
    padding: 14px;
}
.plp-item--short .plp-content h4 {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
.plp-item--short .plp-contentBottom {
	padding: 5px 15px;
}
.plp-item--short .plp-contentBottom p {
	font-size: 14px;
}
.plp-item--short .plp-contentBottom a {
	width: 33px;
}



.plp-property {

}
.plp-property .h4-t {
    font-size: 20px;
    margin: 0 0 25px;
}
/* sidebar-css-end */

/* plp-bottom */

.plp-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plp-pagination .pagination{
    display: flex;
    gap: 8px;
}
.plp-pagination .pagination li.page-item a.page-link{
    height: 38px;
    width: 38px;
    border-radius: 0px !important;
    font-size: 20px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(28, 28, 28, 0.25);
    padding: 0px;
    border: none;
}
.plp-pagination .pagination li.page-item a.page-link.active{
    background: var(--dark-color);
}
.plp-pagination .pagination li.page-item a.page-link:hover{
    background: var(--dark-color);
}
.plp-pagination .pagination li.page-item:first-child a.page-link {
    background: var(--secondary);
}
.plp-pagination .pagination li.page-item:last-child a.page-link {
    background: var(--secondary);
}


.plp-bottom p{
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--dark-color);
}
.plp-bottom p strong{
    font-weight: 600;
}


.plp-items-grid {
    gap: 31px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
}
.plp-items-grid > *  {
    max-width: initial;
}

/* plp-bottom-end */



/* ======== sections style end ============ */


/* ======== sections Filter style start ============ */
.filter{
    background: #CDD4CC;
    padding: 16px 27px;
}


.filter-search{
    display: flex;
    align-items: center;
}
.filter-search{
    border: 1px solid var(--dark-color);
}

.search-box{
    position: relative;
}
.search-box button{
    border: none;
    position: absolute;
    background-color: transparent;
    padding: 0px;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box button.btn-search{
    left: 10px;
    top: 0px;
}
.search-box button.btn-cross{
    right: 13px;
    top: 0px;
}
.search-box input{
    width: 319px;
    border: none;
    height: 43px;
    padding: 0px 40px;
    font-size: 14px;
    background-color: transparent;
    font-weight: 400;
    border-right: 1px solid var(--dark-color);
}

.filter-search .site-select .nice-select{
    width: 112px;
    padding: 0px 20px 0px 14px;
    border-bottom: 0px !important;
}
.filter-search .site-select{}


.filter-items {
    flex: 0 0 auto;
    width: 610px;
    margin-left: 44px;
}

.site-select .nice-select{
    height: 30px;
    border: none;
    background: transparent;
    line-height: 30px;
    font-size: 14px;
    color: var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
    padding: 0px;
    border-radius: 0px;
    width: 100%;
}

.site-select .nice-select::after{}
.site-select .nice-select ul.list {
    z-index: 9999;
    width: fit-content;
    border-radius: 0px;
    border: 1px solid var(--dark-color);
}
.site-select .nice-select ul.list li {
    line-height: 30px;
    font-size: 13px;
    min-height: 30px;
    padding-left: 14px;
    padding-right: 15px;
}


.filter-item p{
    font-size: 10px !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.filter-sort {
    flex: 0 0 auto;
    width: 155px;
}

.filter-toggler{
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    font-size: 13px;
    padding: 15px 0px;
    text-align: start;
    border-bottom: 1px solid var(--dark-color);
}
.filter-toggler::after {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url('../images/icons/plus.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    margin-top: -8px;
}
.plp-moboHeader{
    margin-bottom: 35px;
}




/* ======== sections Filter style end ============ */




/* offcanvas-menu */

.offcanvas-wrapper{
    position: fixed;
    left: 0px;
    top: 69px;
    z-index: 1111;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-color: var(--dark-color);
}
.offcanvas-wrapper.active{
    opacity: 1;
    visibility: visible;
}

.offcanvas-link{
    background: var(--secondary);
    padding: 22px 28px;
}

.link-item a{
    display: block;
    color: var(--white-color);
    font-size: 25px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    padding: 20px 0px;
    border-bottom: 1px solid var(--white-color);
}
.link-item a::after {
    position: absolute;
    right: 0px;
    top: 22px;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-image: url('../images/icons/long-arrow-right.svg');
}
.link-item:last-child a {
    border-bottom: 0px;
}

.link-item a span{
    display: block;
    font-size: 16px;
}

.offcanvas-menu ul{
    column-count: 2;
    margin-bottom: 18px;
}
.offcanvas-menu ul li a{
    font-size: 18px;
    color: var(--white-color);
    text-decoration: none;
    display: block;
    padding: 18px 0px;
    line-height: 1;
}



.offcanvas-menu{
    padding: 22px 28px 40px 28px;
}



.mobo-fixedSearch{
    background: rgba(250, 250, 250, 0.9);
    mix-blend-mode: normal;
    backdrop-filter: blur(4px);
    border-radius: 0px;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 111;
    padding: 28px 28px;
    transition: .3s;
}
.mobo-fixedSearch.active{
    bottom: 0px;
}


.mobo-fixedSearch .header-search {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    opacity: 1;
    visibility: visible;
}
.mobo-fixedSearch .header-search input{
    border-color: var(--dark-color) !important;
    color: var(--dark-color);
}
.mobo-fixedSearch .header-search input::placeholder{
    border-color: var(--dark-color) !important;
    color: var(--dark-color);
}
/* offcanvas-menu-end */


/* new-css */
.latestItems-navigations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.latestItems-navigations div {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.latestItems-navigations div.swiper-button-disabled{
    opacity: .7;
}
.latestItems-navigations div img {
    max-width: 13px;
}
/* new-css-end */


/* ---preview-section--- */
.preview-section {
    padding: 84px 0;
}
.preview-section__inner {

}

.plp-preview--big {
    display: flex;
    gap: 18px;
    width: 100%;
}
.plp-preview--big .plp-preview-main {
    width: 78.6%;
    flex-shrink: 0;
}
.plp-preview--big .plp-preview-main .plp-preview-mainImg {
    height: 580px;
    background: #D9D9D9;
}
.plp-preview--big .plp-preview-nav {
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}
.plp-preview--big .plp-preview-nav .plp-preview-navItem {
    width: 100%;
    height: 0;
    flex-grow: 1;
    background: #D9D9D9;
}
.plp-preview--big .plp-preview-main .img-itemCount {
    left: unset;
    right: 20px;
    padding: 9px 12px;
    background: #fff;
}
.plp-preview--big .plp-preview-main .img-itemCount .img-itemCount img {
	width: 16px;
	margin-right: 8px;
}
/* ---preview-section---end */


/* ---property-section--- */
.property-section {
    padding: 60px 0 100px;
    font-size: 15px;
}
@media (min-width: 1400px) {
    .container--x {
        max-width: 1380px; 
    }
}
.property-section__inner {

}

.property-section__row {
    display: flex;
    gap: 73px;
}
.property__section__left {
    width: 60.9%;
}
.property__section__right {
    width: 0;
    flex-grow: 1;
}


.property-section h3 {
    font-size: 30px;
    margin: 0 0 31px;
    font-weight: 500;
    font-family: var(--graphik);
}
.property-section p {
    font-size: 15px;
    font-family: var(--graphik);
}
.property__in-title {

}
.property__in-title .type {
    min-height: 42px;
    margin: 0 0 33px;
    padding: 10px 23px;
    font-size: 12px;
    background: #D9D9D9;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--graphik);
}
.property__in-title h2 {
    font-size: 50px;
    margin: 0 0 20px;
    font-weight: 500;
    font-family: var(--graphik);
}
.property__in-title h5 {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    font-weight: 400;
    font-family: var(--graphik);
}

.property__sts {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.property__sts__single {
    gap: 19px;
    display: flex;
    align-items: center;
}
.property__sts__single__image {
    height: 60px;
    width: 60px;
    /*background: #D9D9D9;*/
    border-radius: 50%;
}
.property__sts__single__tc {
    font-family: var(--graphik);
}
.property__sts__single__tc h4 {
    font-size: 12px;
    margin: 0 0 6px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.property__sts__single__tc h3 {
    font-size: 26px;
    margin: 0;
    font-weight: 400;
}

.property__key-features {
    padding: 50px 43px;
    margin-top: 72px;
    background: #f5eae1;
}
.property__key-features__title {

}
.property__key-features__title h3 {

}
.property__key-features__main {

}
.pr-list {

}
.pr-list-item {
    font-size: 15px;
    position: relative;
    padding-left: 36px;
    position: relative;
    font-family: var(--graphik);
}
.pr-list-item::before {
    content: '';
    height: 22px;
    width: 22px;
    background: #282828;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.pr-list--white-bull .pr-list-item::before {
    background: url('../images/check-circle.svg') no-repeat center center/contain;
}


.property__details {
    margin-top: 65px;
}

.property__location {
    margin-top: 70px;
}
.property__location__map {
    height: 400px;
    /*background: url('../images/div-map.png') no-repeat center center/cover;*/
    width: 100%;
    position: relative;
}
.property__location__map .buttons {
    gap: 33px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.property__location__map .buttons .button {

}
.property__location__transport {
    padding: 40px 53px;
    background: #D9D9D9;
}
.property__location__transport h4 {
    font-size: 14px;
    margin: 0 0 25px;
    letter-spacing: 6px;
    color: #000000;
    font-family: var(--graphik);
}

.property__agent {
    margin-top: 70px;
}
.property__agent__title {

}
.property__agent__about {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}
.property__agent__about__image {
    height: 144px;
    width: 151px;
    /*background: #6B6B6B;*/
    flex-shrink: 0;
}
.property__agent__about__tc {

}

.property__notes__outer {
    margin-top: 80px;
    position: relative;
}
.property__notes {

}
.property__notes--dis {
    opacity: 0.15;
    pointer-events: none;
}
.property__notes__title {
    margin: 0 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.property__notes__main {
    height: 346px;
    background: #000;
}
.property__notes__outer .sign-up__prompt {
	position: absolute;
	top: calc(50% + 35px);
	left: 50%;
	transform: translate(-50%,-50%);
}
.sign-up__prompt {
    padding: 35px 35px;
    width: 451px;
    gap: 15px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: var(--graphik);
}
.sign-up__prompt h4 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--graphik);
}
.sign-up__prompt h4 .fw-500 {
    font-weight: 500;
}
.sign-up__prompt .create-button {
    width: 288px;
    max-width: 100%;
}
.sign-up__prompt .bt-link {
    font-size: 12px;
    font-weight: 400;
    color: #151515;
}


.property__section__right {

}
.property__sur {
    
}
.property__sur__mt {
	padding: 38px 35px;
	background: #6E6E5E;
	color: #fff;
}
.property__sur__t {
    position: relative;
}
.property__sur__t .fav-button {
    position: absolute;
    top: 0;
    right: 0;
}
.property__sur__t .fav-button img {
    width: 28px;
}
.property__sur__t h4 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #fff;
}
.property__sur__t h3 {
    font-size: 30px;
    margin:  0 0 25px;
    font-weight: 500;
    color: #fff;
}
.property__sur__t h6 {
    font-size: 14px;
    margin: 0 0 12px;
    font-weight: 400;
    color: #fff;
}
.property__sur__t h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.property__sur__a {
    margin-top: 36px;
    padding-top: 38px;
    gap: 33px;
    border-top: 1px solid #fff;
    display: flex;
}
.property__sur__a__image {
    width: 163px;
    /* height: 82px; */
    flex-shrink: 0;
    /* background: #6B6B6B; */
}
.property__sur__a__tc {

}
.property__sur__a__tc h4 {
    font-size: 22px;
    margin: 0 0 13px;
    font-weight: 500;
    color: #fff;
}
.property__sur__a__tc p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.property__sur__bt {
    min-height: 72px;
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    background: #6B6B6B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.property__section__right .sign-up__prompt {
    margin-top: 32px;
    width: 100%;
}
.share__property{
    margin-top: 30px;
    font-size: 17px;
    gap: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #151515;
}
.share__property .i{
    width: 17px;
}
/* ---property-section---end */


/* ---default-button--- */
.default-button {
    font-size: 18px;
    min-height: 50px;
    padding: 8px 35px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.35);
}
.default-button:hover {
    color: #fff;
    background: #252525;
}
.default-button.sq-button {
    border-radius: 0;
}
.default-button--white {
    background: #fff;
    color: #000;
}
.default-button--white:hover {
    background: #dfe6e6;
    color: #000;
}
/* ---default-button---end */


/* ---similar-section--- */
.similar-section {
    padding: 0 0 65px;
}
.similar-section__title {
    padding: 76px 0 40px;
    border-top: 1px solid #000;
}
.similar-section__title h2 {
    font-size: 40px;
    font-family: var(--graphik);
    font-weight: 500;
}
/* ---similar-section---end */


/* ---refine-search--- */
.refine-search {
    width: 100%;
    display: flex;
}
.refine-search .input {
    font-size: 16px;
    padding: 5px 30px;
    color: #1C1C1C;
    height: 50px;
    width: 0;
    flex-grow: 1;
    border: 1px solid transparent;
}
.refine-search .submit {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1C1C1C;
    border: 1px solid transparent;
}
/* ---refine-search---end */

/* ------------Account-informations-------- */

.sect-form{
    padding: 78px 0px 120px;
}
.accinfo-wrapper .breadcrumb-area{
    margin-bottom: 18px;
}

.accinfo-wrapper{
    flex-grow: 1;
    max-width: 727px;
}
.breadcrumb-area ul{
    display: flex;
    align-items: center;
}
.breadcrumb-area ul li{
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
    letter-spacing: 0.1em;
    padding: 0px 10px;
    position: relative;
}
.breadcrumb-area ul li::after {
    position: absolute;
    right: -3px;
    top: 0px;
    content: ">";
}

.breadcrumb-area ul li:first-child{
    padding-left: 0px;
}

.breadcrumb-area ul li:last-child::after{
    display: none;
}

.breadcrumb-area ul li a{
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
    letter-spacing: 0.1em;
    text-decoration: none;
    display: block;
}


.accinfo-form{}
.accinfo-form h2{
    font-weight: 200;
    font-size: 30px;
    line-height: 60px;
    color: #1C1C1C;
    margin-bottom: 0px;
}

.form-control{
    border-radius: 0px;
    border: 1px solid #1C1C1C;
    height: 45px;
    font-size: 14px;
}
.form-control.disabled{
    border-color: #CDD4CC;
    color: #CDD4CC;
    background: #fff;
}
.form-control::placeholder{
    font-size: 14px;
    line-height: 30px;
    color: #6E6E5E;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #101010;
}

.single-check input{
    display: none;
}
.single-check input:checked ~ label span.ind::after{
    opacity: 1;
}
.single-check label{
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #1C1C1C;
}
.single-check label span.ind{
    width: 18px;
    height: 18px;
    border: 1px solid #1C1C1C;
    display: block;
    margin-right: 10px;
    position: relative;
}
.single-check label span.ind::after{
    height: 8px;
    width: 8px;
    background: #000000;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    opacity: 0;
    transition: .3s;
}
.single-input{
    margin-bottom: 20px;
}
.single-check{
    margin-bottom: 20px;
}

.form-text p{
    font-size: 10px;
    color: #101010;
    margin-bottom: 0px;
}
.form-text p a{
    color: var(--primary);
    text-decoration: none;
}
.form-text{
    margin-bottom: 38px;
}

.selBox{
    flex: 0 0 auto;
    width: 444px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.selBox-header{
    background: var(--secondary);
    padding: 18px 43px;
}
.selBox-header h4{
    font-size: 18px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 0px;
}

.selBox-body{
    padding: 26px 40px 20px 43px;
}
.selBox-body h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
.selBox-body p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1C1C1C;
    margin-bottom: 20px;
}
.selBox-body ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #1C1C1C;
    display: flex;
    align-items: center;

}
.selBox-body ul li span{
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    margin-right: 13px;
}
.selBox-body ul li span img{
    max-width: 100%;
}

.selBox-totlal{
    padding: 20px 40px 90px 43px;
}
.selBox-totlal h5{
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 8px;
}
.selBox-totlal h5 small{
    font-size: 20px;
    font-weight: 300;
}
.selBox-totlal h5 sup{
    font-size: 20px;
    font-weight: 300;
}
.selBox-totlal p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0px;
}
.selBox-totlal p.small{
    line-height: 1.5 !important;
}

.dashBox{
    flex: 0 0 auto;
    /*width: 444px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.dashBox-header{
    background: var(--secondary);
    padding: 18px 43px;
}
.dashBox-header h4{
    font-size: 18px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 0px;
}

.dashBox-body{
    padding: 26px 40px 20px 43px;
}
.dashBox-body a{
    text-decoration: none;
}
.dashBox-body h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    color: var(--primary);
}
.dashBox-body h4:hover{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    color: #212529;
}

.dashBox-body p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1C1C1C;
    margin-bottom: 20px;
}
.dashBox-body ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #1C1C1C;
    display: flex;
    align-items: center;

}
.dashBox-body ul li span{
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    margin-right: 13px;
}
.dashBox-body ul li span img{
    max-width: 100%;
}

.mobo-header h4 {
    background: var(--secondary);
    font-size: 15px;
    line-height: 18px;
    color: #FAFAFA;
    padding: 7px 10px;
    margin-bottom: 12px;
}

.mobo-header h5 {
    font-size: 16px;
    color: #FD5B00;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0px;
}

.mobo-header h5 span {
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.mobo-header h5 span sup {
    font-size: 10px;
}

.mobo-header p {
    color: #1C1C1C;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}

.mobo-header {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 24px;
}
.label-x {
    font-size: 14px;
    font-weight: 300;
    color: #1C1C1C;
    margin: 0 0 10px;
}
.label-x-t {
    margin: 0 0 24px;
}
.label-x .sb {
    font-size: 18px;
    margin-bottom: 7px;
}
.label-x .mb {
    font-size: 14px;
    color: #6E6E5E;
}
.form-control-outer {
    position: relative;
}
.tool-button {
    font-size: 14px;
    padding: 0 0 3px;
    top: 13px;
    right: 15px;
    font-weight: 500;
    position: absolute;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    text-decoration: none;
}
.form-control.input-big {
    height: 215px;
    resize: none;
}
.single-input .nice-select{
    height: 45px;
    line-height: 45px;
    padding: 0px 50px 0px 18px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #1C1C1C;
    width: 100%;
    font-weight: 300;
    color: #6E6E5E;
}
.single-input .nice-select::after {
    border: none;
    background-image: url('../images/icons/arrow-gray-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 12px;
    height: 7px;
    transform: rotate(0deg);
}
.single-input .nice-select .list{
    border-radius: 0px;
    border: 1px solid #1C1C1C;
}


.tooltipe{
    position: relative;
}
.tooltipe::before {
    content: attr(data-tooltip);
    position: absolute;
    width: 300px;
    background-color: #fff;
    color: #1C1C1C;
    text-align: center;
    padding: 10px 10px;
    line-height: 1.2;
    border-radius: 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    left: 120%;
    margin-left: 0px;
    font-size: 0.75em;
    visibility: hidden;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    bottom: 50%;
    transform: translateY(52%);
    line-height: 1.3;
}
.tooltipe::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 100%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    opacity: 0;
    transition: opacity .6s;
    border-color: var(--secondary) transparent transparent transparent;
    visibility: hidden;
    transform: rotate(90deg) translateX(76%);
}
.tooltipe:hover:before,
.tooltipe:hover:after {
    opacity: 1;
    visibility: visible;
}




.summery h6 {
    color: #1C1C1C;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

.summery p {
    color: #6E6E5E;
    font-size: 14px;
    font-weight: 300;
}

.summery {
    margin-bottom: 32px;
}

.summery-text {
    position: relative;
}

.summery-text textarea {
    height: 214px;
    width: 100%;
    border: 1px solid #6E6E5E;
    resize: none;
    border-radius: 0px;
    font-size: 14px;
    color: #6E6E5E;
    margin-bottom: 14px;
}

.summery-text button {
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    border: none;
    background: transparent;
    color: #FD5B00;
    border-bottom: 2px solid #FD5B00;
    padding: 0px;
}

.modal-body p{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.modal-content{
    border-radius: 0px;
}



/* ------------Account-informations-end-------- */


/* ---tenants-hero--- */
.tenants-hero {
    
}
.tenants-hero__row {
	align-items: stretch;
}
.tenants-hero__content {
    padding: 108px 76px 97px 79px;
    background: #6E6E5E;
    color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tenants-hero__content .h1 {
    font-size: 50px;
    margin: 0 0 35px;
    font-weight: 200;
    color: inherit;
}
.tenants-hero__content h4 {
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 1.9;
    font-weight: 300;
    color: inherit;
}
.tenants-hero__content .btn {
    margin: 0 0 35px;
}
.tenants-hero__content .lm {
    font-size: 12px;
    gap: 7px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: inherit;
}
.tenants-hero__image {
    /* height: 685px; */
    padding: 0;
}
.tenants-hero__image .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.tenants__count-row {

}
.tenants__count__column {
    padding: 0;
}
.tenants__count__column--content {
    padding: 48px;
    color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.tenants__count__column--content p {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 400;
    color: inherit;
}
.tenants__count__column--content h3 {
    font-size: 80px;
    margin: 0 0 1px;
    font-weight: 200;
    color: inherit;
}
.tenants__count__column--image {
    height: 332px;
}
.tenants__count__column--image .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* ---tenants-hero---end */


/* ---tenants-process--- */
.tenants-process {
    padding: 125px 0 100px;
}
.tenants-process__title {
    margin: 0 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.tenants-process__title__left {

}
.tenants-process__title__left h4 {
    font-size: 14px;
    margin: 0 0 5px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: var(--primary);
}
.tenants-process__title__left h2 {
    font-size: 50px;
    font-weight: 200;
}
.tenants-process__title__right {

}

.tenants-process__row {

}
.tenants-process__item {
    padding: 44px 50px 44px 90px;
    border: 2px solid var(--primary);
    position: relative;
    z-index: 1;
}
.tenants-process__item .count-number {
    width: 61px;
    position: absolute;
    top: 0;
    left: 0;
}
.tenants-process__item .count-number img {
    max-width: 100%;
}
.tenants-process__item__cont {

}
.tenants-process__item__cont h3 {
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: 500;
}   
.tenants-process__item__cont p {
    font-size: 16px;
    font-weight: 400;
}
/* ---tenants-process---end */


/* ---tenants-find--- */
.tenants-find {
    padding: 110px 0;
}
.tenants-find__box {
    padding: 95px 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.tenants-find__box h4 {
    font-size: 20px;
    margin: 0 0 30px;
}

.abs-slt-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.abs-slt {
    margin: 0 0 20px;
    line-height: 1.4;
    gap: 15px;
    font-size: 40px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.abs-slt:last-child {
    margin-bottom: 0;
}
.abs-slt .abs__inp {
    line-height: inherit;
    color: var(--primary);
    border: none;
    border-bottom: 1px solid #1C1C1C;
    min-width: 175px;
}
.abs-slt input.abs__inp {
    width: 175px;
}
.abs-slt a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}   
.abs-slt a i {

}

.x-slc-dropdown {
    padding: 10px 20px;
    background: rgba(28, 28, 28, 0.8);
    color: #fff;
    min-width: 310px;
    border: none;
    border-radius: 0;
}
.x-select-wrap {

}
.x-select {
    padding: 7px 0;
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
.x-select:last-child {
    border-bottom: none;
}
.x-select .txt {

}

.tenants-find__box .text-button {
    font-size: 20px;
    gap: 14px;
    font-weight: 400;
    color: #1C1C1C;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tenants-find__box .text-button:hover .arr {
    transform: translate(5px , 0);
}
/* ---tenants-find---end */


/* ---checkbox-modal--- */
.checkbox-model {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 0px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }
  .checkbox-model::before {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #FAFAFA;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: inherit;
  }
  .checkbox-model::after {
    content: '';
    font-family: "Font Awesome 5 Pro";
    height: 66%;
    width: 66%;
    position: absolute;
    background: var(--primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:inherit;
    border-radius: inherit;
    opacity: 0;
    transition: 0.3s;
  }
  .checkbox-model:checked::after {
    opacity: 1;
  }
/* ---checkbox-modal---end */


/* ---tenant-news--- */
.tenant-news-wrap {
    padding: 110px 77px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tenant-news-wrap h4 {
    font-size: 14px;
    margin: 0 0 40px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: var(--primary);
}
.tenant-news-wrap h2 {
    font-size: 40px;
    margin: 0 0 50px;
    font-weight: 300;
    color: inherit;
}
.tenant-news-wrap p {
    font-size: 16px;
    margin: 0 0 35px;
    line-height: 1.5;
    font-weight: 400;
    color: inherit;
}
.top-auto {
    top: auto !important;
}
/* ---tenant-news---end */


/* ---why-us--- */
.why-us {
    padding: 65px 0 95px;
}
.why-us__inner {

}

.why-us__box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.why-us__box__top {
    padding: 20px 0;
    background: var(--secondary);
}
.why-us__box__top p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.why-us__box__top p .strong {
    font-weight: 600;
}
.why-us__box__row {
    padding: 75px 0;
    margin: 0;
}
.why-us__box__content {
    padding: 0 95px 0 85px;
    border-right: 1px solid var(--primary);
}
.why-us__box__content h4 {
    font-size: 14px;
    margin: 0 0 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: var(--primary);
}
.why-us__box__content h2 {
    font-size: 50px;
    margin: 0 0 42px;
    font-weight: 200;
    color: inherit;
}
.why-us__box__content p {
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 1.6;
    font-weight: 300;
    color: inherit;
}
.why-us__box__content .bottom-button {
    margin-top: 10px;
}
.why-us__ulb {
    padding: 0 70px 0 92px;
}
.check-ul {
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.check-ul li {
    padding-left: 40px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.check-ul li::before {
    content: '';
    height: 18px;
    width: 18px;
    background: url('../images/check-circle.svg') no-repeat center center/contain;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
}
.check-ul li .strong {
    display: block;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
}

/* ---why-us---end */


/* ---why-try--- */
.why-try {

}
.why-try__row {
    margin: 0;
}
.why-try__content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-try--dark .why-try__content {
    color: #FAFAFA;
    background: #1C1C1C;
}
.why-try__content__inner {
    gap: 170px;
    display: flex;
    align-items: flex-end;
    padding: 80px;
    width: 100%;
    max-width: 970px;
}
.why-try__content h2 {
    font-size: 50px;
    margin: 0 0 42px;
    font-weight: 200;
    color: inherit;
}
.why-try__content p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: inherit;
}
.why-try__content__right {
    flex-shrink: 0;
}
.why-try__image {
    min-height: 400px;
    padding: 0;
}
.why-try__image .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* ---why-try---end */


/* ---lkf-section--- */
.lkf-section {
    
}
.lkf__row {
    margin: 0;
}
.lkf__image {
    height: 667px;
    padding: 0;
}
.lkf__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.lkf__content {
    padding: 75px;
    background: #6E6E5E;
    color: #FAFAFA  ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.lkf__content h2 {
    font-size: 50px;
    margin: 0 0 50px;
    font-weight: 200;
    color: inherit;
}
.lkf__content .ln-w {
    margin-bottom: 50px;
    height: 1px;
    background: #1C1C1C;
    width: 100%;
}
.lkf__content p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: inherit;
}
.lkf__content .text-button {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 24px;
    text-decoration: none;
}
.lkf__content .text-button:hover {
    color: var(--primary);
}
.lkf__content .text-button .arr {
    width: 23px;
}
/* ---lkf-section---end */


/* ---faq-section--- */
.faq-section {
    padding: 130px 0;
}
.faq-section__inner {

}
.faq-section__title {
    margin: 0 0 60px;
}
.faq-section__title .h2 {
    font-size: 50px;
    margin: 0 0 50px;
    font-weight: 200;
    color: inherit;
    text-align: center;
}

.faqs-wrapper {
    padding: 57px 87px 87px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.single-faq {

}
.single-faq__title {
    padding: 26px 0;
    gap: 20px;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #1C1C1C;
}
.single-faq__title h3 {
    font-size: 20px;
    font-weight: 500;
}
.single-faq__title .ind {
    line-height: 1;
    font-size: 27px;
}
.single-faq__title .ind::after {
    content: '+';
    color: #000000;
    display: block;
    transition: 0.3s;
}
.single-faq__title:not(.collapsed) .ind::after {
    content: '-';
    transform: rotate(180deg);
}
.single-faq__body {

}
.single-faq__body__inner {
    padding: 26px 0 0;
}
.single-faq__body__inner p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}
.faq-section__bottom {
    margin: 65px 0 0;
    display: flex;
    justify-content: center;
}
.faq-section__bottom p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.faq-section__bottom p a {
    color: var(--primary);
}
/* ---faq-section---end */


/* ---package-section--- */
.package-section {
    padding: 130px 0;
    background: #1C1C1C;
    color: #FAFAFA;
}
.package-section--light {
    background: #fff;
    color: #1C1C1C;
}
.package-section__inner {

}
.package-section__title {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.package-section__title__left {

}
.package-section__title__left h4 {
    font-size: 14px;
    margin: 0 0 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: var(--primary);
}
.package-section__title__left h2 {
    font-size: 50px;
    margin: 0 0 30px;
    font-weight: 200;
    color: inherit;
}
.package-section__title__left p {
    font-size: 18px;
    font-weight: 300;
    color: inherit;
}
.package-section__title__right {

}
.package-switch {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.package-switch .switch {

}
.package-switch p {
    font-size: 13px;
    font-weight: 300;
    color: inherit;
}
.package-switch .switch:not(:checked) ~ .pac-1 {
    display: none;
}
.package-switch .switch:checked ~ .pac-2 {
    display: none;
}

.package-tab-content {

}
.package-tab-pane {
    opacity: 0;
    display: none;
}
.package-tab-pane.active {
  animation: fadeIn 0.5S forwards;
  display: block;
}
@keyframes fadeIn {
    from {
      opacity: 0;
      display: none;
    }
    to {
      opacity: 1;
      display: block;
    }
  }
.package__card {
    color: #FAFAFA;
    border: 1px solid var(--primary);
}
.package__card--light {
    color: #1C1C1C;
}
.package__card--highlight {
    color: #1C1C1C;
}
.package__card--light.package__card--highlight {
    color: #fff;
}
.package__card__title {
    padding: 12px;
    border-bottom: 1px solid var(--primary);
}
.package__card--highlight .package__card__title {
    background: var(--primary);
}
.package__card__title h4 {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--primary);
    font-weight: 500;
}
.package__card--highlight .package__card__title h4 {
    color: inherit;
}
.package__card__body {
    padding: 35px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.package__card__body .badge {
    width: 99px;
    padding: 0;
    position: absolute;
    top: -21px;
    right: 17px;
    display: block;
}
.package__card--highlight .package__card__body {
    background: #fff;
}
.package__card--light.package__card--highlight .package__card__body {
    background: #1C1C1C;
}
.package__card__body .price {
    font-size: 100px;
    margin: 0 0 10px;
    color: inherit;
    font-weight: 200;
}
.package__card__body .price .currency {
    font-size: 60px;
}
.package__card__body .price .value {

}
.package__card__body .price .time {
    font-size: 30px;
}
.package__card__body h4 {
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 400;
    color: inherit;
}
.package__card__body h4 strong {
    font-weight: 600;
}
.package__card__body .primary {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
}
.package__card__bottom {
    border-top: 1px solid var(--primary);
    display: flex;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.package__card__bottom:hover {
    color: var(--primary);
}
.package__card--highlight .package__card__bottom {
    color: #FAFAFA;
}
.package__card--highlight.package__card--highlight .package__card__bottom {
    background: var(--primary);
    color: #1C1C1C;
}
.package__card__bottom .txt {
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: inherit;
    text-decoration: none;
}
.package__card__bottom .icon {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 1px solid var(--primary);
    transition: 0.3s;
}
.package__card--highlight .package__card__bottom .icon {
    background: var(--primary);
}
.package__card--highlight.package__card--highlight .package__card__bottom .icon {
    background: #1C1C1C;
}
.package__card__bottom .icon:hover  {
    background: var(--primary);
}
/* ---package-section---end */


/* ---switch-model--- */
.checkbox-switch {
    --switch-theme: #1C1C1C;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 41px;
    width: 84px;
    position: relative;
    cursor: pointer;
}
.checkbox-switch--white {
    --switch-theme: #FAFAFA; 
}
.checkbox-switch::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: transparent;
    border: 1px solid var(--switch-theme);
    border-radius: 30px;
    transition: 0.3s;
}
.checkbox-switch:checked::before {
    background: var(--theme__color1);
}
.checkbox-switch::after {
    --offset: 5px;
    height: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: calc(100% - var(--offset));
    transform: translate(-100% , -50%);
    content: '';
    background: var(--switch-theme);
    display: block;
    transition: 0.3s;
}
.checkbox-switch:checked::after {
    
    transform: translate(0 , -50%);
    left: var(--offset);
}
/* ---switch-model---end */


/* ---team-page--- */
.team3 {
    color: #8d97ad;
    font-weight: 300;
  }
  
  .team3 h1,
  .team3 h2,
  .team3 h3,
  .team3 h4,
  .team3 h5,
  .team3 h6 {
    color: #3e4555;
  }
  
  .team3 .font-weight-medium {
    font-weight: 500;
  }
  
  .team3 .bg-light {
    background-color: #f4f8fa !important;
  }
  
  .team3 .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 13px;
  }
  
  .team3 ul {
    margin-top: 30px;
  }
  
  .team3 h5 {
    line-height: 22px;
    font-size: 18px;
  }
  
  .team3 ul li a {
    color: #8d97ad;
    padding-right: 15px;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  
  .team3 ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
      color: var(--primary);
  }
  
  .team3 .title {
    margin: 30px 0 0 0;
  }
  
  .team3 .subtitle {
    margin: 0 0 20px 0;
    font-size: 13px;
  }
/* ---team-page---end */

/* update-css:- 06-03-2023 */


.slick-arrow {
    height: 30px;
    width: 30px;
    font-size: 0px;
    border: none;
    background: rgba(250, 250, 250, 0.8);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0px;
    padding: 0px;
    z-index: 2;
    transition: .3s;
}
.slick-arrow:hover{
    background: #fff;
}

.slick-arrow::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url('/assets/images/icons/angle-left.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

/* .slick-prev.slick-arrow::after {
    background-image: url('../images/icons/angle-left.png');
} */
.slick-next.slick-arrow {
    left: auto;
    right: 0px;
}
.slick-next.slick-arrow::after {
    background-image: url('/assets/images/icons/angle-right.png');
}




.plp-preview--big {
    align-items: stretch;
    max-height: 580px;
}

.plp-preview-nav.plp-preview-active-big-nav .slick-list .slick-track {
    height: 100% !important;
}

.plp-preview-nav.plp-preview-active-big-nav .slick-list {
    height: 580px !important;
    margin: -4px 0px;
}

.plp-preview--big .plp-preview-nav .plp-preview-navItem {
    width: 100% !important;
    height: auto;
    border: none;
    padding: 0px;
}

.plp-preview-navItem.slick-slide {
    margin: 4px 0px;
}



/* update-css:- 06-03-2023 -end*/

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


/* update - 13-05-2023 */