@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap';
*,*:before,*:after{
    box-sizing:inherit
}
*{
    scroll-behavior:inherit!important
}
html,body{
    height:auto;
    width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    box-sizing:border-box
}
body{
    font-style:normal;
    font-size:16px;
    font-weight:400;
    color:#757f95;
    line-height:1.8
}
a{
    color:#1d293f;
}
a,a:active,a:focus,a:hover{
    outline:none;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    text-decoration:none
}
a:hover{
    color:#0049d0
}
ul{
    margin:0;
    padding:0
}
li{
    list-style:none
}
h1,h2,h3,h4,h5,h6{
    color:#1d293f;
    margin:0;
    font-weight:600;
    font-family:inter,sans-serif;
    line-height:1.2
}
h1{
    font-size:40px
}
h2{
    font-size:35px
}
h3{
    font-size:28px
}
h4{
    font-size:22px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
p{
    margin:0
}
.img,img{
    max-width:100%;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    height:auto
}
label{
    color:#999;
    cursor:pointer;
    font-weight:400
}
*::-moz-selection{
    background:#d6b161;
    color:#fff;
    text-shadow:none
}
::-moz-selection{
    background:#555;
    color:#fff;
    text-shadow:none
}
::selection{
    background:#555;
    color:#fff;
    text-shadow:none
}
*::-moz-placeholder{
    color:#999;
    font-size:16px;
    opacity:1
}
*::placeholder{
    color:#999;
    font-size:16px;
    opacity:1
}
.preloader{
    position:fixed;
    width:100%;
    height:100%;
    background:#fff;
    top:0;
    left:0;
    z-index:9999
}
.loader{
    display:inline-block;
    height:50px;
    width:50px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-25px;
    transform:translate(-50%,-50%)
}
.loader-dot{
    height:8px;
    width:8px;
    background:#33af9b;
    border-radius:50%;
    position:absolute;
    top:0;
    left:calc(50% - 4px);
    transform-origin:5px 30px;
    animation:rotate 1.5s infinite
}
@keyframes rotate{
    from{
        transform:rotateZ(0)
    }
    to{
        transform:rotateZ(360deg)
    }
}
.loader-dot.dot2{
    animation-delay:.1s;
    opacity:.9
}
.loader-dot.dot3{
    animation-delay:.2s;
    opacity:.8
}
.loader-dot.dot4{
    animation-delay:.3s;
    opacity:.7
}
.loader-dot.dot5{
    animation-delay:.4s;
    opacity:.6
}
.ovrflow-hidden{
    overflow:hidden
}
.text-right{
    text-align:right
}
.space-between{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.c-pd{
    padding:0 7rem
}
.s-pd{
    padding:0 12rem
}
.h-100{
    height:100%
}
.h-100vh{
    height:100vh
}
.bg{
    background-color:#f9f9f9
}
.site-heading{
    margin-bottom:50px;
    position:relative
}
.site-title-tagline{
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:18px;
    font-weight:600;
    color:#33af9b;
    position:relative
}
.site-title-tagline::before{
    content:"";
    position:absolute;
    background:#33af9b;
    border-radius:50px;
    width:100%;
    height:100%;
    left:-1px;
    bottom:-10px;
    opacity:.1
}
.site-title{
    font-weight:700;
    text-transform:capitalize;
    font-size:35px;
    color:#1d293f;
    margin-top:10px;
    margin-bottom:0
}
.site-title span{
    color:#33af9b
}
.site-heading p{
    margin-top:10px;
    font-size:18px
}
.heading-divider{
    display:inline-block;
    position:relative;
    height:3px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    background-color:#33af9b;
    width:90px;
    overflow:hidden
}
.heading-divider:after{
    content:'';
    position:absolute;
    left:0;
    top:-1.1px;
    height:7px;
    width:8px;
    background-color:#fff;
    -webkit-animation:heading-move 5s infinite linear;
    animation:heading-move 5s infinite linear
}
@-webkit-keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}
@keyframes heading-move{
    0%{
        transform:translateX(-1px)
    }
    50%{
        transform:translateX(85px)
    }
    100%{
        transform:translateX(-1px)
    }
}
@media all and (max-width:992px){
    .shadow-title{
        font-size:100px
    }
}
.pb-140{
    padding-bottom:140px
}
.pd-50{
    padding:50px 0
}
.py-120{
    padding:120px 0
}
.pt-120{
    padding-top:120px
}
.pb-120{
    padding-bottom:120px
}
.pt-0{
    padding-top:0
}
.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-70{
    padding-top:70px
}
.pt-80{
    padding-top:80px
}
.pt-90{
    padding-top:90px
}
.pt-100{
    padding-top:100px
}
.pb-0{
    padding-bottom:0
}
.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-70{
    padding-bottom:70px
}
.pb-80{
    padding-bottom:80px
}
.pb-90{
    padding-bottom:90px
}
.pb-100{
    padding-bottom:100px
}
.mt-0{
    margin-top: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-70{
    margin-top:70px
}
.mt-80{
    margin-top:80px
}
.mt-90{
    margin-top:90px
}
.mt-100{
    margin-top:100px
}
.mb-0{
    margin-bottom:0
}
.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-70{
    margin-bottom:70px
}
.mb-80{
    margin-bottom:80px
}
.mb-90{
    margin-bottom:90px
}
.mb-100{
    margin-bottom:100px
}
.mr-300{
    margin-right:300px
}
.ml-300{
    margin-left:300px
}
.pos-rel{
    position:relative;
    z-index:1
}
.theme-btn{
    background:#293b5b;
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding:10px 20px;
    border:none;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    z-index:1;
    transition:all .3s ease-out;
    display: inline-block;
}
.theme-btn::before{
    content:" ";
    position:absolute;
    height:100%;
    width:55%;
    background:#33af9b;
    top:0;
    left:0;
    border-radius:10px 0 0 10px;
    z-index:-1;
    transition:all .3s ease-out
}
.theme-btn::after{
    content:" ";
    position:absolute;
    height:100%;
    width:55%;
    right:0;
    top:0;
    background:#33af9b;
    border-radius:0 10px 10px 0;
    z-index:-1;
    transition:all .3s ease-out
}
.theme-btn:hover::after,.theme-btn:hover::before{
    width:0
}
.theme-btn:hover{
    color:#fff
}
.theme-btn i{
    margin-left:5px
}
.theme-btn span{
    margin-right:5px
}
.theme-btn2{
    background:#fff;
    color:#1d293f
}
.theme-btn2::before{
    background:#33af9b
}
.theme-btn2:hover{
    color:#fff
}
@media(min-width:1200px){
    .container,.container-sm,.container-md,.container-lg,.container-xl{
        max-width:1185px
    }
    .container.container2{
        max-width:1300px
    }
}
#scroll-top{
    display:none;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:99;
    font-size:25px;
    border:none;
    outline:none;
    border-radius:8px;
    color:#fff;
    background:#33af9b;
    cursor:pointer;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    transition:all .5s ease-in-out;

}
@media all and (min-width:768px) and (max-width:1199px){
    #scroll-top{
        bottom:100px
    }
}
.main{
    margin-top:-8rem
}
@media all and (min-width:992px){
    .navbar .nav-item .nav-link{
        margin-right:25px;
        padding:50px 0;
        font-size:17px;
        font-weight:500;
        color:#fff;
        text-transform:capitalize
    }
    .navbar .nav-item:last-child .nav-link{
        margin-right:0
    }
    .navbar .nav-item .dropdown-menu{
        display:block;
        opacity:0;
        visibility:hidden;
        transition:.3s;
        margin-top:0;
        padding:8px;
        border:none;
        left:-15px;
        border-radius:12px;
        background:#fff;
        /*width:220px;*/
        width:auto;
        box-shadow:0 0 50px 0 rgb(32 32 32/15%)
    }
    .navbar .nav-item .dropdown-menu::before{
        content:"\f0d8";
        position:absolute;
        font-family:"font awesome 6 pro";
        color:#fff;
        font-size:50px;
        font-weight:700;
        left:25px;
        top:-45px
    }
    .navbar .nav-item .dropdown-menu li{
        border-bottom:1px solid #eee
    }
    .navbar .nav-item .dropdown-menu li:last-child{
        margin-bottom:0;
        border-bottom:none
    }
    .navbar .nav-item .dropdown-menu .dropdown-item{
        font-size:16px;
        font-weight:500;
        padding:10px 0 10px 20px;
        color:#1d293f;
        position:relative;
        text-transform:capitalize;
        transition:all .5s ease-in-out;
        z-index:1
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover{
        background:0 0;
        color:#33af9b;
        padding-left:30px
    }
    .navbar .nav-item .dropdown-menu .dropdown-item::before{
        content:"\f111";
        position:absolute;
        font-family:"font awesome 6 pro";
        left:12px;
        top:20.5px;
        color:#33af9b;
        font-weight:700;
        font-size:6px;
        transform:scale(0,0);
        transition:all .5s ease-in-out;
        z-index:-1
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before{
        transform:scale(1,1)
    }
    .navbar .nav-item .nav-link{
        position:relative
    }
    .navbar .nav-item .nav-link.active,.navbar .nav-item:hover .nav-link{
        color:#33af9b;
        position:relative
    }
    .navbar .nav-item .nav-link.active::before{
        content:"";
        position:absolute;
        height:3px;
        width:100%;
        bottom:-2px;
        left:0;
        border-radius:50px;
        background:#33af9b
    }
    .navbar .nav-item:hover .dropdown-menu{
        transition:.3s;
        opacity:1;
        visibility:visible;
        top:100%;
        transform:rotateX(0deg)
    }
    .navbar .dropdown-menu-end{
        right:0;
        left:auto
    }
    .navbar .dropdown-menu.fade-down{
        top:80%;
        transform:rotateX(-75deg);
        transform-origin:0% 0%
    }
    .navbar .dropdown-menu.fade-up{
        top:140%
    }
    .header-nav-right{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:15px;
        margin-left:50px
    }
    .header-account-link{
        color:#fff;
        font-size:17px;
        font-weight:500;
        margin-right:20px
    }
    .header-account-link i{
        margin-right:5px
    }
    .header-account-link:hover{
        color:#33af9b
    }
    #main_nav{
        justify-content:flex-end
    }
}
.navbar{
    background:0 0;
    padding-top:0;
    padding-bottom:0;
    z-index:999
}
.navbar .custom-nav{
    border-bottom:1px solid rgba(255,255,255,.2)
}
.navbar.fixed-top{
    background:#ffffff;
    box-shadow:0 0 15px rgba(0,0,0,.17);
    animation:slide-down .7s
}
.navbar.fixed-top .nav-item .nav-link{
    color: #000000;
}
.navbar.fixed-top  .devise button.btn.dropdown-toggle.btn-light {
    padding: 12px 25px 12px 10px;
    background: transparent;
    color: #000000;
    border: none;
}
.navbar.fixed-top .header-nav-link{
    color:#1d293f
}
.navbar.fixed-top .header-nav-link:hover{
    color:#33af9b
}
.navbar.fixed-top .nav-item .nav-link.active,.navbar.fixed-top .nav-item:hover .nav-link{
    color:#33af9b
}
.navbar.fixed-top .header-account-link{
    color:#1d293f
}
@keyframes slide-down{
    0%{
        transform:translateY(-100%)
    }
    100%{
        transform:translateY(0)
    }
}
.navbar .navbar-brand .logo-display{
    display:block
}
.navbar .navbar-brand .logo-scrolled{
    display:none
}
.navbar.fixed-top .navbar-brand .logo-display{
    display:none
}
.navbar.fixed-top .navbar-brand .logo-scrolled{
    display:block
}
button.navbar-toggler:focus{
    outline:none;
    box-shadow:none
}
.navbar-toggler-btn-icon{
    display:inline-block;
    width:inherit;
    height:inherit
}
.navbar-brand{
    margin-right:0
}
.navbar-brand img{
    height:120px
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:5px;
    vertical-align:baseline;
    font-family:'font awesome 6 pro';
    content:"\f107";
    font-weight:600;
    border:none;
    font-size:14px
}
@media all and (max-width:1199px){
    .header-nav-right{
        gap:5px;
        margin-left:15px
    }
    .navbar .nav-item .nav-link{
        margin-right:15px
    }
    .navbar .header-btn{
        display:none
    }
}
.mobile-menu-right{
    display:none
}
@media all and (max-width:991px){
    .navbar{
        top:0;
        right:0;
        left:0;
        position:fixed
    }
    .navbar-bg{
        height:59px
    }
    .navbar-bg::before{
        transform:translateY(0px) skew(-15deg);
        left:-8px
    }
    .navbar-brand{
        padding-left:10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand img{
        width:70px
    }
    .navbar-collapse{
        max-height:270px;
        overflow:hidden;
        overflow-y:auto;
        padding:0 20px;
        background-color:#fff
    }
    .dropdown-toggle::after{
        float:right
    }
    .counter-box {
        display: inline-flex !important;
    }
    .navbar .nav-item .nav-link{
        color:#1d293f !important;
        font-weight:700;
        transition:all .5s ease-in-out
    }
    .navbar .nav-item .nav-link:hover{
        color:#33af9b!important
    }
    .navbar-toggler{
        padding:0;
        border:none
    }
    .mobile-menu-right{
        display:flex;
        align-items:center
    }
    .mobile-menu-link{
        font-size:20px;
        color:#1d293f;
        font-weight:500;
        padding-right:20px;
        margin-bottom:0;
        position:relative
    }
    .mobile-menu-link:hover{
        color:#33af9b
    }
    .navbar-toggler-btn-icon{
        font-size:25px;
        color:#fff;
        font-weight:500
    }
    .navbar.fixed-top .mobile-menu-link{
        color:#1d293f
    }
    .navbar.fixed-top .navbar-toggler-btn-icon{
        color:#fff
    }
    .navbar .dropdown-menu{
        border-radius:8px
    }
    /*.header-nav-right{
        display:none
    }*/
}
.navbar .nav-item .dropdown-submenu{
    position:relative
}
.navbar .nav-item .dropdown-submenu .dropdown-menu::before{
    display:none
}
.navbar .nav-item .dropdown-submenu a::after{
    transform:rotate(-90deg);
    position:absolute;
    right:15px;
    top:12px;
    font-weight:600
}
.navbar .nav-item .dropdown-submenu a:hover{
    background:0 0;
    color:#fff
}
.navbar .nav-item .dropdown-submenu .dropdown-menu{
    top:120%;
    left:100%;
    opacity:0;
    visibility:hidden
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu{
    top:0;
    opacity:1;
    visibility:visible
}
@media all and (max-width:991px){
    .navbar .nav-item .dropdown-submenu .dropdown-menu{
        margin:0 17px
    }
    .navbar .nav-item .dropdown-submenu .dropdown-menu{
        opacity:unset;
        visibility:unset
    }
    .navbar .nav-item .dropdown-submenu a::after{
        top:4px
    }
    .navbar .nav-item .dropdown-submenu a:hover{
        color:#33af9b
    }
}
.hero-section{
    position:relative
}
.hero-single{
    padding-top:290px;
    padding-bottom:290px;
    background-position:center!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1
}
.hero-single::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:-.5px;
    top:0;
    background:rgba(0,0,0,.2);
    z-index:-1
}
.hero-single .hero-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%
}
.hero-single .hero-content .hero-title{
    color:#fff;
    font-size:65px;
    font-weight:600;
    margin: 60px 0;
    text-transform:capitalize
}
.hero-single .hero-content .hero-title span{
    color:#33af9b;
    font-weight:600
}
.hero-single .hero-content .hero-sub-title{
    color:#33af9b;
    font-size:22px;
    letter-spacing:5px;
    position:relative;
    font-weight:700;
    text-transform:uppercase
}
.hero-single .hero-content p{
    color:#fff;
    font-size:25px;
    line-height:30px;
    font-weight:500;
    margin-bottom:40px;
    text-transform:capitalize
}
.hero-single .hero-content .hero-btn{
    gap:2rem;
    display:flex;
    margin-top:1rem;
    justify-content:start
}
.hero-slider.owl-theme .owl-nav{
    margin-top:0
}
.hero-slider.owl-theme .owl-nav [class*=owl-]{
    color:#33af9b;
    font-size:25px;
    margin:0;
    padding:0;
    background:#fff;
    display:inline-block;
    cursor:pointer;
    height:55px;
    width:55px;
    border-radius:50px;
    line-height:55px;
    text-align:center;
    transition:all .5s ease-in-out
}
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover{
    background:#33af9b;
    color:#fff
}
.hero-slider.owl-theme .owl-nav .owl-prev{
    left:40px
}
.hero-slider.owl-theme .owl-nav .owl-next{
    right:40px
}
.hero-slider.owl-theme .owl-nav .owl-prev,.hero-slider.owl-theme .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translate(0,-50%)
}
@media all and (max-width:1199px){
    .hero-single .hero-content .hero-title{
        font-size:37px
    }
    .hero-slider.owl-theme .owl-nav .owl-prev,.hero-slider.owl-theme .owl-nav .owl-next{
        top:unset;
        bottom:90px!important
    }
    .hero-slider.owl-theme .owl-nav .owl-prev{
        left:unset;
        right:120px
    }
    .hero-slider.owl-theme .owl-nav .owl-next{
        right:40px
    }
}
@media all and (max-width:991px){
    .hero-single .hero-content .hero-title{
        font-size:45px;
        line-height: 60px;
    }
    .hero-single .hero-content .hero-btn{
        gap:1.5rem
    }
    .hero-single .hero-content .hero-btn .theme-btn{
        padding:12px 15px
    }
}
@media all and (max-width:767px){
    .py-30-mobile{
        padding: 30px 0;
    }
    .hero-single .hero-content .hero-sub-title{
        font-size:18px
    }
    .hero-single .hero-content .theme-btn{
        padding-left:20px
    }
    .hero-img{
        display:none
    }
}
.search-form{
    background:#fff;
    padding:8px 10px;
    border-radius:18px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.search-form div[class*=col-]{
    border-right:1px solid rgba(0,0,0,.1)
}
.search-form div[class*=col-]:nth-last-child(1),.search-form div[class*=col-]:nth-last-child(2){
    border-right:none
}
.search-form .form-group{
    text-align:left
}
.search-form .form-group-icon{
    position:relative
}
.search-form .form-group-icon i{
    position:absolute;
    left:15px;
    top:14px
}
.search-form .form-control{
    border-radius:12px;
    padding:15px 18px 15px 40px;
    box-shadow:none;
    color:#757f95;
    border:none
}
.search-form .form-control::placeholder{
    color:#757f95
}
.search-form .nice-select{
    width:100%;
    height:56px;
    line-height:55px;
    border-radius:12px;
    padding-left:40px;
    font-size:16px;
    border-color:#ced4da;
    border:none;
    color:#757f95
}
.search-form .form-control:focus,.search-form .nice-select:focus{
    border-color:#33af9b
}
.search-form .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    height:300px;
    overflow-y:auto;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.search-form .nice-select ::-webkit-scrollbar{
    width:8px
}
.search-form .nice-select ::-webkit-scrollbar-track{
    background:#f1f1f1;
    border-radius:0 50px 50px 0
}
.search-form .nice-select ::-webkit-scrollbar-thumb{
    background:#33af9b;
    border-radius:50px
}
.search-form .nice-select ::-webkit-scrollbar-thumb:hover{
    background:#000
}
.search-form .nice-select .option.focus,.search-form .nice-select .option.selected.focus,.search-form .nice-select .option:hover{
    background:#f6f6f6;
    color:#33af9b;
    border-radius:8px
}
.search-form .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.search-form .theme-btn{
    width:100%
}
.search-area{
    position:relative;
    margin-top:-100px;
    z-index:1
}
.search-area .search-wrapper{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.search-area .search-wrapper h4{
    margin-bottom:15px
}
.search-area .featured-category{
    margin-top:15px
}
.search-area .featured-category h5{
    color:#1d293f
}
.search-area .search-form{
    box-shadow:none;
    background:#f7f7f7;
    border-radius:12px
}
.search-area .search-form .form-control,.search-area .search-form .nice-select{
    background:#f7f7f7
}
.search-area .featured-category-item{
    box-shadow:none;
    border:1px solid rgba(0,0,0,.08)
}
@media all and (max-width:991px){
    .search-form .form-group,.search-form .price-range-slider,.search-form .nice-select{
        margin-bottom:25px
    }
    .search-form div[class*=col-]{
        border-right:none
    }
}
.ui-slider-handle{
    top:-.4em!important;
    border-radius:50px;
    background:#fff!important;
    border:4px solid #33af9b!important
}
.ui-widget.ui-widget-content{
    background:#e6e9ec;
    border:none;
    border-radius:50px;
    height:.4em
}
.ui-widget-header{
    background:#33af9b
}
.priceRange{
    background:0 0;
    border:none;
    font-weight:500;
    outline:none
}
.price-range-slider label{
    color:#6c7592
}
.play-btn{
    display:inline-block;
    padding:0;
    height:75px;
    width:75px;
    line-height:75px;
    font-size:20px;
    text-align:center;
    background:#33af9b;
    color:#fff!important;
    position:absolute;
    border-radius:50%;
    z-index:1
}
.play-btn i::after{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
    background-color:#33af9b;
    border-radius:50px;
    animation:ripple-wave 1s linear infinite;
    -webkit-transform:scale(1);
    transform:scale(1);
    transition:all .5s ease-in-out
}
@keyframes ripple-wave{
    0%{
        opacity:.8;
        -webkit-transform:scale(.9);
        transform:scale(.9)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(2);
        transform:scale(2)
    }
}
.category-area{
    position:relative
}
.category-wrapper h5{
    color:#fff
}
.category-item{
    width:100%;
    text-align:center;
    margin-bottom:25px;
    background:#fff;
    border-radius:15px;
    position:relative;
    transition:all .5s ease-in-out
}
.category-item::before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    border-radius:15px;
    background:rgba(0,0,0,.6)
}
.category-item:hover{
    transform:translateY(-5px)
}
.category-img img{
    border-radius:15px;
    width:100%
}
.category-content{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:8px
}
.category-icon{
    width:50px;
    height:50px;
    line-height:50px;
    background:#fff;
    border-radius:50px;
    font-size:25px;
    color:#33af9b
}
.category-title{
    margin:10px 0;
    color:#fff;
    font-size:18px
}
.category-listing{
    display:block;
    background:#33af9b;
    color:#fff;
    padding:0 15px;
    border-radius:50px;
    font-weight:500
}
.featured-category{
    margin-top:40px
}
.featured-category h5{
    color:#ffff
}
.featured-category-content{
    margin-top:20px
}
.featured-category-item{
    text-align:center;
    background:#fff;
    width:125px;
    padding:15px;
    margin:5px;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    transition:all .5s ease-in-out;
    display: inline-block;
}
.featured-category-item i{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    background:#33af9b;
    border-radius:50px;
    color:#fff;
    font-size:35px
}
.featured-category-item h6{
    margin-top:5px
}
.featured-category-item:hover{
    background:#33af9b;
    transform:translateY(-5px)
}
.featured-category-item:hover i{
    background:#fff;
    color:#33af9b
}
.featured-category-item:hover h6{
    color:#fff
}
.listing-area{
    position:relative
}
.listing-item{
    background:#fff;
    border-radius:10px;
    padding:5px;
    margin-bottom:25px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    transition:all .5s ease-in-out
}
.listing-img{
    position:relative;
    border-radius:10px;
    overflow:hidden;
    width: 100%;
}
.listing-img img{
    width:100%;
    border-radius:10px;
    height: 300px;
    object-fit: cover;
}
.listing-item:hover .listing-img img{
    transform:scale(1.1)
}
.listing-bookmark{
    position:absolute;
    padding: 2px 12px;
    font-size: 14px;
    border-radius:50px;
    text-align:center;
    background:#33af9b;
    color:#fff;
    right:10px;
    top:10px;
    z-index:1
}
.listing-bookmark:hover{
    background:#000;
    color:#fff
}
.listing-status{
    position:absolute;
    color:#fff;
    font-weight:500;
    font-size:14px;
    padding:2px 12px;
    border-radius:50px;
    left:10px;
    top:10px;
    z-index:1
}
.listing-status.open{
    background:#000
}
.listing-status.close{
    background:#000
}
.listing-content{
    padding:15px
}
.listing-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:5px
}
.listing-category{
    display:flex;
    align-items:center;
    gap:7px
}
.listing-category-icon{
    width:30px;
    height:30px;
    background:#33af9b;
    color:#fff;
    border-radius:50px;
    text-align:center
}
.listing-category-title a:hover{
    color:#33af9b
}
.listing-rate i{
    color:#ffba00
}
.listing-info{
    margin-top:15px
}
.listing-info h5 a:hover{
    color:#33af9b
}
.listing-info p{
    margin-top:5px
}
.listing-more-info{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:15px 0
}
.listing-price span{
    color:#000;
    font-weight:600;
    margin-left:5px
}
.listing-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:15px;
    margin-top:5px;
    border-top:1px solid rgba(0,0,0,.05)
}
.listing-author{
    display:flex;
    align-items:center;
    gap:7px
}
.listing-author img{
    width:38px!important;
    border-radius:50px
}
.listing-text-btn{
    font-weight:500;
    color:#33af9b
}
.listing-text-btn:hover{
    color:#000
}
.listing-slider .listing-item{
    margin:15px;
    box-shadow:none;
    border:2px solid rgba(0,0,0,.05)
}
.listing-slider .owl-dots{
    text-align:center;
    margin-top:30px
}
.listing-slider .owl-dots .owl-dot span{
    background:0 0;
    border:2px solid #33af9b;
    margin:5px;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.listing-slider .owl-dots .owl-dot.active span{
    background:#33af9b
}
.listing-sort{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    margin-bottom:25px;
    padding:10px 10px 10px 15px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.listing-sort-list-grid a{
    width:35px;
    height:35px;
    line-height:33px;
    border-radius:6px;
    text-align:center;
    border:1px solid #ced4da;
    color:#1d293f;
    display: inline-block;
}
.listing-sort-list-grid a.active{
    border-color:#33af9b;
    color:#33af9b
}
.listing-sort .nice-select{
    width:100%;
    height:46px;
    line-height:45px;
    border-radius:8px;
    padding-left:20px;
    font-size:16px;
    border-color:#ced4da;
    color:#757f95
}
.listing-sort .form-control:focus,.listing-sort .nice-select:focus{
    border-color:#33af9b
}
.listing-sort .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.listing-sort .nice-select .option.focus,.listing-sort .nice-select .option.selected.focus,.listing-sort .nice-select .option:hover{
    background:#f6f6f6;
    color:#33af9b;
    border-radius:8px
}
.listing-sort .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.listing-sidebar{
    padding:20px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.listing-sidebar .search-form{
    box-shadow:none;
    background:0 0;
    border-radius:0
}
.listing-sidebar .form-group{
    margin-bottom:20px!important
}
.listing-sidebar .search-form div[class*=col-]{
    border-right:0
}
.listing-sidebar .form-control,.listing-sidebar .nice-select{
    border:1px solid #ced4da
}
.listing-sidebar .form-check-input{
    margin-top:7px;
    box-shadow:none
}
.listing-sidebar .form-check-input:focus{
    border-color:#33af9b
}
.listing-sidebar .nice-select{
    margin-bottom:20px
}
@media all and (min-width:992px){
    .listing-list .listing-item{
        display:flex;
        gap:15px
    }
    .listing-list .listing-img img{
        width:370px
    }
    .listing-list .listing-content{
        flex:1
    }
}
@media all and (max-width:767px){
    .listing-sort{
        flex-direction:column;
        gap:25px;
        padding:20px
    }
    .listing-sort-box{
        width:100%
    }
}
.listing-single-slider img{
    border-radius:10px
}
.listing-single-meta{
    display:flex;
    justify-content:space-between;
    padding:15px 0;
    border-bottom:1px solid rgba(0,0,0,.04)
}
.listing-single-meta-left p{
    margin-top:5px;
    margin-bottom:10px
}
.listing-single-meta-left span{
    padding:5px 10px;
    color:#fff;
    border-radius:7px
}
.listing-single-meta-left span.open{
    background:#33af9b
}
.listing-single-meta-left span.close{
    background:#000
}
.listing-single-meta-right{
    text-align:right
}
.listing-single-price span{
    font-size:20px;
    color:#33af9b;
    font-weight:600;
    margin-left:5px
}
.listing-single-rating i{
    color:#f6b500
}
.listing-single-meta-option{
    margin-top:8px
}
.listing-single-meta-option a{
    width:28px;
    height:28px;
    line-height:29px;
    background:#33af9b;
    color:#fff;
    text-align:center;
    margin-left:0px;
    border-radius:8px
}
.listing-single-meta-option a:hover{
    background:#1d293f
}
.listing-single-info-item i{
    margin:5px 5px 5px 0;
    color:#33af9b
}
.listing-single-floor-item i{
    margin-right:5px;
    color:#33af9b
}
.listing-single-floor-img{
    margin-top:40px
}
.listing-single-video .video-content{
    background-attachment:unset;
    border-radius:12px
}
.listing-single-video .video-content::before{
    background-attachment:unset;
    border-radius:12px
}
.listing-single-info iframe{
    border-radius:12px
}
.listing-single-info .blog-comments-content h5{
    font-weight:600;
    font-size:18px
}
.listing-single-item{
    background:#fff;
    padding:25px;
    border-radius:15px;
    margin-bottom:25px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.listing-single-item h5{
    margin-bottom:25px;
    font-size:20px
}
.listing-single-sidebar .booking-btn .theme-btn{
    width:100%;
    text-align:center
}
.listing-single-item .listing-category{
    margin-bottom:15px
}
.listing-single-author .author-content{
    display:flex;
    align-items:center;
    gap:10px
}
.listing-single-author .author-img img{
    border-radius:50%;
    width:55px
}
.listing-single-author .author-contact-list{
    margin-top:25px
}
.listing-single-author .author-contact-list li{
    margin:10px 0
}
.listing-single-author .author-contact-list i{
    width:30px;
    height:30px;
    background:#33af9b;
    color:#fff;
    border-radius:50px;
    text-align:center;
    margin-right:8px
}
.listing-single-author a:hover{
    color:#33af9b
}
.listing-single-opening span{
    float:right
}
.listing-single-opening li{
    margin:10px 0;
    color:#1d293f;
    font-weight:500
}
.listing-single-opening span{
    color:#757f95;
    font-weight:400
}
.listing-single-tag a{
    background:#f9f9f9;
    padding:5px 15px;
    border-radius:10px;
    margin:5px 5px 5px 0
}
.listing-single-tag a:hover{
    background:#33af9b;
    color:#fff
}
.listing-related h4{
    font-size:24px;
    margin-bottom:30px
}
.listing-single-slider.owl-theme .owl-nav{
    margin-top:0
}
.listing-single-slider.owl-theme .owl-nav .owl-prev,.listing-single-slider.owl-theme .owl-nav .owl-next{
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    color:#33af9b;
    font-size:25px;
    margin:0;
    padding:0;
    background:#fff;
    display:inline-block;
    cursor:pointer;
    height:50px;
    width:50px;
    line-height:50px;
    border-radius:50px;
    text-align:center;
    transition:all .5s ease-in-out
}
.listing-single-slider.owl-theme .owl-nav button:hover{
    background:#33af9b;
    color:#fff
}
.listing-single-slider.owl-theme .owl-nav .owl-prev{
    left:20px
}
.listing-single-slider.owl-theme .owl-nav .owl-next{
    right:20px
}
.star-rating-wrapper{
    display:inline-block
}
.star-rating-box{
    direction:rtl!important
}
.star-rating-box label{
    display:inline-block;
    color:#d4d4d4;
    cursor:pointer;
    font-size:38px;
    transition:color .2s
}
.star-rating-box input{
    display:none
}
.star-rating-box label:hover,.star-rating-box label:hover~label,.star-rating-box input:checked~label{
    color:#f8a611
}
@media all and (max-width:767px){
    .listing-single-meta{
        flex-direction:column;
        gap:30px
    }
    .listing-single-meta-right{
        text-align:left
    }
    .listing-single-nearby-list{
        flex-direction:column;
        align-items:flex-start
    }
}
.booking-widget{
    background:#fff;
    padding:30px;
    border-radius:12px;
    margin-bottom:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-widget-title{
    margin-bottom:20px
}
.booking-form .form-group{
    margin-bottom:20px
}
.booking-form .form-group label{
    margin-bottom:8px
}
.booking-form .form-group .form-control{
    padding:15px 18px;
    border-radius:10px;
    box-shadow:none
}
.booking-form .form-group .form-control:focus{
    border-color:#33af9b
}
.booking-summary{
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-listing-img img{
    border-radius:10px
}
.booking-listing-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
    margin-bottom:10px
}
.booking-listing-title h5{
    margin-bottom:5px
}
.booking-listing-title p{
    margin-bottom:0;
    font-size:14px
}
.booking-listing-title p i{
    color:#33af9b;
    margin-right:5px
}
.book-edit-btn{
    width:32px;
    height:32px;
    line-height:30px;
    text-align:center;
    background:#33af9b;
    border-radius:8px;
    color:#fff
}
.book-edit-btn:hover{
    background:#1d293f;
    color:#fff
}
.booking-listing-rate{
    font-size:15px
}
.rate-text{
    color:#646a9b
}
.rate-type{
    color:#33af9b
}
.booking-order-info{
    margin-top:40px
}
.booking-order-info span{
    float:right
}
.booking-order-info li{
    margin-bottom:15px
}
.order-total{
    padding-top:10px;
    border-top:1px solid #eee
}
.order-total span{
    font-weight:700
}
.booking-confirm-content{
    padding:50px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-confirm-icon i{
    width:70px;
    height:70px;
    line-height:70px;
    background:#33af9b;
    color:#fff;
    font-size:35px;
    border-radius:50px;
    text-align:center
}
.booking-confirm-content h3{
    margin-top:20px
}
.booking-confirm-content p{
    margin:15px 0
}
.booking-confirm-content .theme-btn{
    margin-top:15px
}
.booking-confirm .booking-summary{
    padding:50px;
    text-align:center;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.booking-confirm .booking-summary-content{
    padding:80px 0
}
.booking-confirm .booking-summary-list{
    text-align:left
}
.booking-confirm .booking-summary-list h6{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.booking-confirm .booking-summary-list li span{
    float:right
}
.about-area{
    position:relative;
    display:block
}
.about-left{
    position:relative;
    margin:0 40px 0 20px
}
.about-img img{
    border-radius:10px
}
.about-img::before{
    content:"";
    position:absolute;
    width:10px;
    height:70%;
    background:#33af9b;
    border-radius:50px;
    left:-25px;
    top:20px;
    z-index:-1
}
.about-shape{
    position:absolute;
    right:-20px;
    bottom:-20px;
    z-index:-1
}
.about-right{
    position:relative;
    display:block
}
.about-list-wrapper{
    position:relative;
    display:block;
    margin-top:15px;
    margin-bottom:35px
}
.about-list{
    position:relative;
    display:block
}
.about-list li{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:5px
}
.about-list li .about-icon{
    position:relative;
    display:flex;
    align-items:center
}
.about-list li .about-icon span{
    font-size:20px;
    color:#33af9b
}
.about-bottom{
    display:flex;
    align-items:center;
    gap:25px
}
@media all and (max-width:991px){
    .about-left{
        margin-bottom:60px
    }
}
.video-content{
    position:relative;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    border-radius:0
}
.video-content::before{
    content:"";
    position:absolute;
    background:rgba(0,0,0,.4);
    width:100%;
    height:100%;
    left:0;
    top:0;
    border-radius:0
}
.video-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
    height:450px;
    z-index:100
}
.video-area .play-btn{
    display:inline-block;
    padding:0;
    height:75px;
    width:75px;
    text-align:center;
    position:absolute;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media all and (max-width:767px){
    .video-wrapper{
        height:250px
    }
    .video-wrapper h1{
        font-size:28px;
        margin-top:25px
    }
}
.process-area{
    position:relative
}
.process-item{
    position:relative;
    border-radius:15px;
    padding:25px;
    margin-bottom:25px;
    background:#f9f9f9;
    transition:all .5s ease-in-out
}
.process-item:hover{
    transform:translateY(-7px)
}
.process-count{
    position:absolute;
    font-weight:800;
    font-size:50px;
    line-height:1;
    right:20px;
    top:20px;
    color:#33af9b;
    opacity:.1
}
.process-icon{
    height:70px;
    width:70px;
    line-height:70px;
    border-radius:50px;
    font-size:35px;
    color:#fff;
    text-align:center;
    background:#33af9b;
    margin-bottom:20px
}
.process-content h5{
    margin-bottom:5px;
    font-size:20px
}
.feature-area{
    position:relative
}
.feature-item{
    padding:50px 20px;
    background:#fff;
    text-align:center;
    overflow:hidden;
    margin-bottom:25px;
    border-radius:15px;
    transition:all .5s ease-in-out
}
.feature-item:hover{
    transform:translateY(-5px)
}
.feature-icon{
    width:75px;
    height:75px;
    color:#33af9b;
    font-size:60px;
    line-height:1;
    margin:0 auto 20px;
    position:relative
}
.feature-icon::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    background:rgba(14,198,198,.1);
    left:-15px;
    top:-20px
}
.feature-title{
    margin-bottom:10px;
    font-size:20px
}
.city-area{
    position:relative
}
.city-item{
    width:100%;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;
    position:relative
}
.city-item::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    border-radius:15px;
    transition:all .3s;
    background:rgba(0,0,0,.4)
}
.city-item img{
    border-radius:15px;
    width:100%;
    transition:all .5s
}
.city-item:hover img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.city-info{
    position:absolute;
    bottom:20px;
    left:20px;
    transition:all .3s ease-in-out;
    z-index:1
}
.city-info h4{
    color:#fff;
    font-size:20px;
    margin-bottom:10px
}
.city-info span{
    display:inline-block;
    color:#fff;
    background:#33af9b;
    padding:0 10px;
    border-radius:50px
}
.city-slider .owl-dots{
    text-align:center;
    margin-top:30px
}
.city-slider .owl-dots .owl-dot span{
    background:0 0;
    border:2px solid #33af9b;
    margin:5px;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.city-slider .owl-dots .owl-dot.active span{
    background:#33af9b
}
@media all and (max-width:1399px){
    .city-info h4{
        font-size:23px
    }
    .city-more-info ul li{
        font-size:15px
    }
}
@media all and (max-width:767px){
    .city-item img{
        height:400px
    }
}
.testimonial-area{
    position:relative
}
.testimonial-item{
    margin-top:30px;
    margin-bottom:20px;
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:20px 15px;
    position:relative;
    z-index:1
}
.testimonial-quote p{
    color:#1d293f
}
.testimonial-author-info{
    margin:50px 0 10px
}
.testimonial-author-img{
    position:absolute;
    width:90px;
    padding:5px;
    border-radius:50%;
    border:4px solid #33af9b;
    left:50%;
    top:-30px;
    transform:translateX(-50%)
}
.testimonial-author-img img{
    border-radius:50%
}
.testimonial-author-info h4{
    font-size:20px;
    color:#1d293f
}
.testimonial-author-info p{
    color:#33af9b;
    font-weight:500
}
.testimonial-quote-icon{
    position:absolute;
    left:35px;
    top:15px;
    font-size:70px;
    color:#33af9b;
    opacity:.1;
    z-index:-1
}
.testimonial-rate{
    color:#33af9b;
    margin-top:10px
}
.testimonial-area .owl-dots{
    text-align:center;
    margin-top:30px
}
.testimonial-area .owl-dots .owl-dot span{
    background:0 0;
    margin:5px;
    border:2px solid #33af9b;
    border-radius:50px;
    width:12px;
    height:12px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.testimonial-area .owl-dots .owl-dot.active span{
    background:#33af9b
}
.counter-area{
    position:relative;
    margin-top:-70px
}
.counter-wrapper{
    padding:40px 20px;
    position:relative;
    background:#fff;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    z-index:1
}
.counter-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    position:relative;
    z-index:1
}
.counter-icon{
    position:relative;
    font-size:35px;
    width:80px;
    height:80px;
    line-height:78px;
    text-align:center;
    background:#33af9b;
    border-radius:25px;
    color:#fff
}
.counter-icon img{
    width:65px
}
.counter-box .counter{
    display:block;
    line-height:1;
    color:#1d293f;
    font-size:35px;
    font-weight:600
}
.counter-number{
    display:flex;
    align-items:center
}
.counter-sign{
    font-size:30px;
    color:#33af9b;
    line-height:1
}
.counter-title{
    color:#1d293f;
    margin-top:10px;
    font-size:18px;
    font-weight:600;
    text-transform:capitalize
}
@media all and (max-width:991px){
    .counter-box{
        margin:40px 0
    }
}
.cta-area{
    position:relative;
    background-image:url(../img/cta/01.jpg);
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    padding-top:80px;
    padding-bottom:80px;
    z-index:1
}
.cta-area::before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.6);
    left:0;
    top:0;
    z-index:-1
}
.cta-text h1{
    color:#fff;
    font-size:45px;
    font-weight:700;
    text-transform:capitalize;
    margin-bottom:15px
}
.cta-text span{
    color:#33af9b
}
.cta-text p{
    color:#fff;
    font-size:18px
}
.gallery-item{
    position:relative;
    width:100%;
    margin-bottom:25px
}
.gallery-img{
    height:100%
}
.gallery-img img{
    width:100%;
    border-radius:12px
}
.gallery-content{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.gallery-content::before{
    content:"";
    position:absolute;
    left:10px;
    top:10px;
    right:10px;
    bottom:10px;
    background:#33af9b;
    border-radius:12px;
    opacity:0;
    visibility:hidden;
    transition:.3s
}
.gallery-content:hover::before{
    opacity:.9;
    visibility:visible
}
.gallery-link{
    width:50px;
    height:50px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:.5s;
    border-radius:50px;
    opacity:0;
    visibility:hidden;
    font-size:25px;
    color:#33af9b;
    margin-top:50px
}
.gallery-link::before{
    content:"";
    position:absolute;
    left:-5px;
    right:-5px;
    top:-5px;
    bottom:-5px;
    border:2px dashed #fff;
    border-radius:50px
}
.gallery-link:hover{
    color:#33af9b
}
.gallery-content:hover .gallery-link{
    opacity:1;
    visibility:visible;
    margin-top:0
}
.blog-item{
    margin-bottom:25px;
    background-color:#fff;
    padding:10px;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    transition:all .5s ease-in-out
}
.blog-item-img{
    overflow:hidden;
    border-radius:15px
}
.blog-item-img img{
    border-radius:15px
}
.blog-item:hover .blog-item-img img{
    transform:scale(1.1)
}
.blog-item-info{
    padding:15px 12px 2px
}
.blog-item-meta ul{
    margin:0;
    padding:0;
    margin-bottom:14px;
    border-bottom:1px solid #e6e8eb;
    padding-bottom:18px
}
.blog-item-meta ul li{
    display:inline-block;
    margin-right:15px;
    font-weight:500;
    position:relative;
    color:#1d293f
}
.blog-item-meta ul li i{
    margin-right:5px;
    color:#33af9b
}
.blog-item-meta a:hover{
    color:#33af9b
}
.blog-title{
    font-size:22px;
    margin-bottom:15px;
    text-transform:capitalize
}
.blog-item-info p{
    margin-bottom:16px
}
.blog-item-info h4{
    color:#1d293f;
    font-size:20px
}
.blog-item-info h4 a:hover{
    color:#33af9b
}
.blog-thumb-img{
    margin-bottom:20px
}
.blog-single-content img{
    border-radius:10px
}
.blog-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px
}
.blog-meta .blog-meta-left ul{
    display:flex;
    align-items:center;
    gap:20px
}
.blog-meta .blog-meta-left ul li{
    font-weight:500
}
.blog-meta i{
    margin-right:5px;
    color:#33af9b
}
.blog-meta a{
    color:#66788a;
    font-weight:500
}
.blog-meta a:hover{
    color:#33af9b
}
.blog-details-title{
    font-size:34px;
    color:#1d293f
}
.blockqoute{
    background:#f9f9f9;
    border-left:4px solid #33af9b;
    padding:30px;
    font-size:17px;
    font-style:italic;
    margin:20px 0;
    border-radius:10px
}
.blockqoute-author{
    margin-top:20px;
    padding-left:60px;
    position:relative;
    color:#1d293f
}
.blockqoute-author::before{
    content:"";
    position:absolute;
    height:2px;
    width:40px;
    background:#33af9b;
    left:0;
    top:10px
}
.blog-details-tags{
    display:flex;
    align-items:center;
    gap:20px
}
.blog-details-tags h5{
    color:#1d293f;
    font-weight:700
}
.blog-details-tags ul{
    display:flex;
    align-items:center;
    gap:15px
}
.blog-details-tags ul a{
    background:#f9f9f9;
    color:#1d293f;
    padding:6px 18px;
    border-radius:8px;
    transition:all .5s ease-in-out
}
.blog-details-tags ul a:hover{
    background:#33af9b;
    color:#fff
}
.blog-author{
    display:flex;
    justify-content:start;
    align-items:center;
    background:#f9f9f9;
    border-radius:10px;
    margin:50px 0;
    padding:20px
}
.blog-author-img{
    width:320px;
    position:relative
}
.blog-author-img::before{
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom:-10px;
    border-radius:50%
}
.blog-author-img img{
    border-radius:10px
}
.author-name{
    font-size:22px;
    color:#33af9b;
    margin:8px 0
}
.author-info{
    padding:0 20px 0 30px
}
.author-social{
    margin-top:10px
}
.author-social a{
    width:35px;
    height:35px;
    line-height:32px;
    text-align:center;
    border:2px solid #33af9b;
    border-radius:50px;
    margin-right:5px;
    color:#33af9b;
    transition:all .5s ease-in-out
}
.author-social a:hover{
    color:#fff;
    background:#33af9b
}
.blog-comments{
    margin-bottom:50px
}
.blog-comments h3{
    color:#1d293f;
    font-weight:700
}
.blog-comments-wrapper{
    margin:30px 0
}
.blog-comments-single{
    display:flex;
    justify-content:start;
    align-items:flex-start;
    margin-top:50px
}
.blog-comments-img{
    margin-top:3px
}
.blog-comments-single img{
    border-radius:50%;
    width:120px
}
.blog-comments-content{
    padding:0 0 0 20px
}
.blog-comments-content span{
    font-size:14px;
    color:#33af9b;
    font-weight:500
}
.blog-comments-content a{
    font-weight:500;
    margin-top:5px;
    color:#33af9b
}
.blog-comments-content a:hover{
    color:#1d293f
}
.blog-comments-content h5{
    color:#1d293f;
    font-weight:700;
    font-size:20px
}
.blog-comments-reply{
    margin-left:50px
}
.blog-comments-form{
    padding:30px;
    margin-top:50px;
    border-radius:10px;
    background:#f9f9f9
}
.blog-comments-form h3{
    margin-bottom:20px
}
.blog-comments-form .form-group{
    margin-bottom:20px
}
.blog-comments-form .form-control{
    padding:15px 20px;
    border-radius:10px;
    box-shadow:none;
    transition:all .5s ease-in-out
}
.blog-comments-form .form-control:focus{
    border-color:#33af9b
}
@media all and (max-width:767px){
    .blog-meta{
        flex-direction:column;
        font-size:15px
    }
    .blog-meta .blog-meta-left ul{
        gap:10px
    }
    .blog-details-tags{
        flex-direction:column;
        align-items:flex-start
    }
    .blog-author{
        flex-direction:column;
        text-align:center;
        padding:25px 0 0
    }
    .blog-comments-single{
        flex-direction:column;
        text-align:center;
        padding:30px 0;
        box-shadow:0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom:30px;
        border-radius:10px
    }
    .blog-comments-img{
        width:100%
    }
    .blog-comments-content{
        padding:20px
    }
    .blog-comments-reply{
        margin-left:0
    }
}
.widget{
    background:#f9f9f9;
    padding:30px;
    margin-bottom:30px;
    border-radius:10px
}
.widget .widget-title{
    padding-bottom:10px;
    margin-bottom:30px;
    position:relative;
    font-size:22px;
    color:#1d293f
}
.widget .widget-title::before{
    position:absolute;
    content:'';
    width:15px;
    border-bottom:3px solid #33af9b;
    bottom:0;
    left:0
}
.widget .widget-title::after{
    position:absolute;
    content:'';
    width:30px;
    border-bottom:3px solid #33af9b;
    bottom:0;
    left:22px
}
.widget .blog-search-form .form-control{
    padding:12px 15px;
    border-radius:10px;
    box-shadow:none
}
.widget .blog-search-form{
    position:relative
}
.widget .blog-search-form .form-control:focus{
    border-color:#33af9b
}
.widget .blog-search-form button{
    position:absolute;
    right:0;
    top:0;
    font-size:18px;
    padding:8px 18px 6px;
    background:0 0;
    border:none;
    color:#33af9b
}
.widget .category-list a{
    display:block;
    padding:10px 0;
    font-weight:500;
    border-bottom:1px solid #ced4da;
    transition:all .5s ease-in-out
}
.widget .category-list a:last-child{
    margin-bottom:0;
    border-bottom:none
}
.widget .category-list a:hover{
    padding-left:10px;
    color:#33af9b
}
.widget .category-list a i{
    margin-right:5px;
    color:#33af9b
}
.widget .category-list a span{
    float:right
}
.widget .recent-post-single{
    display:flex;
    justify-content:start;
    align-items:center;
    margin-bottom:20px
}
.widget .recent-post-img{
    margin-right:20px
}
.widget .recent-post-img img{
    width:120px;
    border-radius:10px
}
.widget .recent-post-bio h6{
    font-size:17px
}
.widget .recent-post-bio span{
    font-size:14px;
    color:#33af9b;
    font-weight:500
}
.widget .recent-post-bio span i{
    margin-right:5px
}
.widget .recent-post-bio h6 a:hover{
    color:#33af9b
}
.widget .social-share-link a{
    width:35px;
    height:35px;
    line-height:30px;
    border:2px solid #33af9b;
    color:#33af9b;
    text-align:center;
    margin-right:5px;
    border-radius:50px;
    transition:all .5s ease-in-out
}
.widget .social-share-link a:hover{
    background:#33af9b;
    color:#fff
}
.widget .tag-list a{
    background:#fff;
    color:#1d293f;
    padding:5px 15px;
    margin-bottom:10px;
    margin-right:10px;
    border-radius:8px;
    display:inline-block;
    transition:all .5s ease-in-out
}
.widget .tag-list a:hover{
    background-color:#33af9b;
    color:#fff
}
.partner-area{
    position:relative
}
.contact-wrapper{
    position:relative
}
.contact-form{
    background:#fff;
    border-radius:8px;
    padding:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.contact-form-header{
    margin-bottom:30px
}
.contact-form-header h2{
    font-size:28px;
    margin-bottom:10px;
    font-weight:700;
    color:#1d293f
}
.contact-form .form-group{
    margin-bottom:25px
}
.contact-form .form-group .form-control{
    padding:15px 18px;
    border-radius:10px;
    box-shadow:none;
    transition:all .5s ease-in-out
}
.contact-form .form-group .form-control:focus{
    border-color:#33af9b
}
.contact-map{
    margin-bottom:-9px
}
.contact-map iframe{
    width:100%;
    height:450px
}
.contact-content{
    margin-bottom:50px;
    background:#fff;
    border-radius:8px;
    padding:20px 30px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.contact-content::before{
    content:"";
    position:absolute;
    left:0;
    top:30px;
    bottom:30px;
    width:3px;
    background:#33af9b;
    border-radius:50px
}
.contact-info{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px 0
}
.contact-info-icon i{
    font-size:25px;
    color:#fff;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border-radius:50px;
    background:#33af9b
}
.contact-info h5{
    font-size:20px;
    margin-bottom:5px;
    color:#1d293f
}
.contact-info p{
    font-weight:500;
    margin: 0;
}
@media all and (max-width:768px){
    .contact-content{
        margin-bottom:50px
    }
}
.team-area{
    position:relative
}
.team-item{
    margin-bottom:75px;
    position:relative;
    transition:all .5s ease-in-out;
    z-index:1
}
.team-item:hover{
    transform:translateY(-7px)
}
.team-img{
    border-radius:10px
}
.team-img img{
    border-radius:10px
}
.team-content{
    position:absolute;
    left:20px;
    right:20px;
    bottom:-50px;
    padding:15px 20px;
    background:#fff;
    border-radius:10px;
    text-align:center;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.team-bio h5{
    font-size:20px;
    text-transform:capitalize
}
.team-bio h5 a{
    color:#1d293f
}
.team-bio span{
    color:#33af9b;
    font-size:16px;
    font-weight:500;
    text-transform:capitalize
}
.team-bio h5 a:hover{
    color:#33af9b
}
.team-social{
    display:inline-block;
    background:#33af9b;
    padding:2px 10px;
    border-radius:50px;
    margin-top:8px
}
.team-social a{
    width:25px;
    color:#fff
}
.team-social a:hover{
    color:#000
}
.pricing-wrapper{
    padding:0 20px;
    background:#f9f9f9;
    border-radius:15px
}
.pricing-wrapper div[class*=col-]:first-child .pricing-item{
    border-right:1px solid rgba(0,0,0,.04)
}
.pricing-item{
    padding:20px 40px;
    margin:30px 0
}
.pricing-item.active{
    position:relative;
    z-index:1
}
.pricing-item.active::before{
    content:"";
    position:absolute;
    background:#fff;
    left:0;
    top:-50px;
    bottom:-50px;
    width:106%;
    border-radius:15px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%);
    z-index:-1
}
.pricing-badge{
    position:absolute;
    background:#000;
    color:#fff;
    border-radius:50px;
    padding:0 15px;
    right:20px;
    top:-20px
}
.pricing-header{
    position:relative;
    z-index:1
}
.pricing-header h4{
    margin-bottom:15px;
    color:#33af9b
}
.pricing-amount{
    color:#1d293f;
    font-weight:700
}
.pricing-amount span{
    font-weight:500;
    font-size:16px;
    color:#757f95
}
.pricing-feature{
    margin-top:20px
}
.pricing-feature ul{
    margin-top:35px;
    margin-bottom:35px
}
.pricing-feature ul li{
    position:relative;
    margin:10px 0;
    padding-left:25px
}
.pricing-feature ul li::before{
    content:"";
    position:absolute;
    width:13px;
    height:13px;
    border:3px solid #33af9b;
    border-radius:50px;
    left:0;
    top:8px
}
@media all and (max-width:767px){
    .pricing-wrapper div[class*=col-]:first-child .pricing-item{
        border-right:none
    }
}
.download-area{
    background:rgba(14,198,198,.05);
    overflow:hidden
}
.download-btn a:first-child{
    margin-right:8px
}
.download-btn img{
    width:170px;
    border-radius:12px
}
.download-right{
    position:relative
}
.download-img{
    position:absolute;
    top:-100px;
    z-index:1
}
.download-img img{
    width:80%
}
.download-img::before{
    content:"";
    position:absolute;
    top:-120px;
    left:0;
    right:0;
    width:450px;
    height:450px;
    border-radius:50%;
    margin:0 auto;
    border:50px solid#33af9b;
    z-index:-1
}
@media all and (max-width:991px){
    .download-img{
        position:relative;
        top:unset;
        margin-top:80px
    }
    .download-img img{
        width:100%
    }
    .download-img::before{
        top:unset;
        bottom:-50px;
        width:550px;
        height:550px
    }
}
@media all and (max-width:767px){
    .download-btn img{
        width:150px
    }
    .download-img::before{
        top:unset;
        bottom:-50px;
        width:350px;
        height:350px
    }
}
.faq-area .accordion-item{
    border:none;
    margin-bottom:25px;
    background:#fff;
    border-radius:8px!important;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.faq-area .accordion-item span{
    width:45px;
    height:45px;
    margin-right:15px
}
.faq-area .accordion-item i{
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50px;
    background:#33af9b;
    text-align:center;
    color:#fff
}
.faq-area .accordion-button:not(.collapsed){
    color:#33af9b;
    background:0 0;
    box-shadow:inset 0 -1px 0 rgb(0 0 0/13%)
}
.accordion-button{
    border-radius:0!important;
    background:0 0;
    font-weight:700;
    font-size:18px;
    color:#1d293f;
    box-shadow:none!important
}
@media all and (max-width:991px){
    .faq-right{
        margin-top:50px
    }
    .accordion-button{
        font-size:16px
    }
}
.site-breadcrumb{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:cover!important;
    position:relative;
    padding-top:150px;
    padding-bottom:107px;
    z-index:1
}
.site-breadcrumb::before{
    content:"";
    position:absolute;
   /* background:rgba(0,0,0,.7);*/
    background:rgba(0,0,0,.2);
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1
}
.site-breadcrumb .breadcrumb-title{
    font-size:40px;
    color:#fff;
    font-weight:700;
    margin-bottom:10px;
    text-transform:capitalize
}
.site-breadcrumb .breadcrumb-menu{
    position:relative;
    z-index:1
}
.site-breadcrumb .breadcrumb-menu li{
    position:relative;
    display:inline-block;
    margin-left:25px;
    color:#fff;
    font-weight:500;
    text-transform:capitalize
}
.site-breadcrumb .breadcrumb-menu li a{
    color:#fff;
    transition:all .5s ease-in-out
}
.site-breadcrumb .breadcrumb-menu li::before{
    position:absolute;
    content:'\f101';
    font-family:'font awesome 6 pro';
    right:-21px;
    top:1px;
    text-align:center;
    font-size:16px;
    color:#fff
}
.site-breadcrumb .breadcrumb-menu li:first-child{
    margin-left:0
}
.site-breadcrumb .breadcrumb-menu li:last-child:before{
    display:none
}
.site-breadcrumb .breadcrumb-menu li a:hover{
    color:#33af9b
}
.site-breadcrumb .breadcrumb-menu li.active{
    color:#33af9b
}
@media(max-width:991px){
    .site-breadcrumb{
        padding-top:300px
    }
}
.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:40px
}
.pagination .page-link{
    border:none;
    background:#1d293f;
    color:#fff;
    margin:0 10px;
    border-radius:50px!important;
    width:40px;
    height:40px;
    line-height:28px;
    text-align:center;
    transition:all .5s ease-in-out
}
.pagination .page-link:hover,.pagination .page-item.active .page-link{
    background:#33af9b;
    color:#fff;
    padding: 0;
}
.login-form{
    padding:30px 40px;
    background:#fff;
    border-radius:7px;
    position:relative;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.login-form::before{
    content:"";
    position:absolute;
    top:40px;
    bottom:40px;
    left:0;
    width:3px;
    background:#33af9b;
    border-radius:10px
}
.login-form .login-header{
    text-align:center;
    margin-bottom:30px
}
.login-form .login-header img{
    width:200px;
    margin-bottom:10px
}
.login-form .login-header h3{
    color:#33af9b;
    margin-bottom:5px;
    font-weight:800
}
.login-form .login-header p{
    font-size:20px
}
.login-form .login-footer{
    margin-top:25px
}
.login-form .login-footer p{
    text-align:center
}
.login-form .login-footer a{
    color:#33af9b;
    transition:.5s
}
.login-form .login-footer a:hover{
    color:#33af9b
}
.login-form .form-group{
    margin-bottom:15px;
    position:relative
}
.login-form .form-group i{
    position:absolute;
    bottom:11px;
    left:18px
}
.login-form label{
    color:#1d293f;
    margin-bottom:5px
}
.login-form .form-group .form-control{
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:12px 18px 12px 47px;
    box-shadow:none;
    transition:.5s
}
.login-form .form-group .form-control:focus{
    border-color:#33af9b
}
.login-form .form-check-input{
    box-shadow:none
}
.login-form .forgot-pass{
    color:#33af9b;
    transition:.5s
}
.login-form .forgot-pass:hover{
    color:#33af9b
}
.login-form .theme-btn{
    width:100%
}
.login-form .theme-btn i{
    margin-right:5px
}
.login-form .form-check-input{
    margin-top:6.3px
}
.login-form .form-check-label a{
    color:#33af9b;
    transition:.5s
}
.login-form .form-check-label a:hover{
    color:#33af9b
}
.form-check-input:checked{
    background-color:#33af9b;
    border-color:#33af9b
}
.login-divider{
    position:relative;
    margin:15px 0;
    text-align:center
}
.login-divider::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-bottom:1px solid #e8e8e8
}
.login-divider span{
    position:relative;
    background:#fff;
    padding:0 20px
}
.social-login a{
    display:block;
    margin-bottom:15px;
    padding:10px 20px;
    border-radius:12px;
    text-align:center
}
.social-login a i{
    float:left
}
.btn-fb{
    border:1px solid #506dab;
    color:#506dab!important
}
.btn-fb:hover{
    background:#506dab;
    color:#fff!important
}
.btn-gl{
    border:1px solid #dd4b39;
    color:#dd4b39!important
}
.btn-gl:hover{
    background:#dd4b39;
    color:#fff!important
}
@media only screen and (max-width:991px){
    .login-form{
        padding:40px 20px
    }
}
.header-account img{
    width:50px;
    border-radius:50%;
    padding:3px;
    border:3px solid #33af9b;
    cursor:pointer
}
.header-account .dropdown-menu{
    border:none;
    min-width:200px;
    border-radius:10px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.header-account .dropdown-menu li a i{
    margin-right:5px
}
.header-account .dropdown-menu .dropdown-item{
    padding:8px 20px
}
.header-account .dropdown-menu .dropdown-item:hover{
    background:0 0;
    color:#33af9b;
    padding-left:25px
}
.mobile-menu-right{
    gap:20px
}
.mobile-menu-right .header-account img{
    width:35px;
    padding:0;
    border:none
}
.user-profile-sidebar{
    background:#fff;
    border-radius:10px;
    margin-bottom:25px;
    padding:20px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.user-profile-sidebar-top{
    text-align:center;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-img{
    position:relative;
    width:100px;
    height:100px;
    margin:0 auto 15px;
    border-radius:50px
}
.user-profile-img img{
    border-radius:50%
}
.profile-img-file{
    display:none
}
.user-profile-img button{
    position:absolute;
    border-radius:50px;
    background:#33af9b;
    color:#fff;
    width:30px;
    height:30px;
    line-height:28px;
    text-align:center;
    border:none;
    right:0;
    bottom:0
}
.user-profile-sidebar-list li{
    margin:5px 0
}
.user-profile-sidebar-list li a{
    color:#1d293f;
    padding:6px 6px 6px 15px;
    display:block;
    transition:all .5s ease-in-out
}
.user-profile-sidebar-list li a:hover{
    padding-left:20px
}
.user-profile-sidebar-list li a i{
    margin-right:5px;
    color:#33af9b
}
.user-profile-sidebar-list .active i{
    color:#fff
}
.user-profile-sidebar-list .active{
    background:#33af9b;
    color:#fff;
    border-radius:8px
}
.user-profile-card{
    background:#fff;
    padding:15px 20px;
    border-radius:10px;
    margin-bottom:25px;
    box-shadow:0 0 40px 5px rgb(0 0 0/5%)
}
.user-profile-card-title{
    color:#1d293f;
    font-size:20px;
    padding-bottom:15px;
    margin-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-card .text-success{
    color:#33af9b!important
}
.user-profile-card-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.user-profile-card-header .user-profile-card-title{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0
}
.user-profile-card-header-right{
    display:flex;
    align-items:center;
    gap:20px
}
.user-profile-search .form-group{
    position:relative
}
.user-profile-search .form-control{
    padding:10px 12px 10px 35px;
    box-shadow:none;
    border-radius:10px
}
.user-profile-search .form-control:focus{
    border-color:#33af9b
}
.user-profile-search i{
    position:absolute;
    left:12px;
    top:9px
}
.user-profile-card-header .theme-btn{
    padding:8px 15px
}
.profile-info-list li{
    margin:12px 0;
    font-weight:500
}
.profile-info-list li span{
    float:right;
    font-weight:400
}
.user-profile-form .form-group{
    margin-bottom:20px
}
.user-profile-form .form-group label{
    color:#1d293f;
    margin-bottom:5px
}
.user-profile-form .form-control{
    height:55px;
    border-radius:12px;
    box-shadow:none
}
.user-profile-form .form-control:focus{
    border-color:#33af9b
}
.user-profile-form .theme-btn{
    width:unset
}
.user-profile .badge-success{
    background:#dcfce7;
    color:#22c79c
}
.user-profile .badge-info{
    background:#f3e8ff;
    color:#a855f7
}
.user-profile .badge-danger{
    background:#fee2e2;
    color:#ef4444
}
.dashboard-widget{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:30px 20px;
    border-radius:10px;
    margin-bottom:30px;
    box-shadow:0 0 40px 5px rgb(0 0 0/3%)
}
.dashboard-widget-info span{
    font-weight:500
}
.dashboard-widget-info h1{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px
}
.dashboard-widget-icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    border-radius:50px
}
.dashboard-widget-color-1{
    background:rgba(98,89,202,.15);
    color:#6259ca
}
.dashboard-widget-color-1 h1{
    color:#6259ca
}
.dashboard-widget-color-1 .dashboard-widget-icon{
    background:#6259ca;
    color:#fff
}
.dashboard-widget-color-2{
    background:rgba(14,198,198,.15);
    color:#33af9b
}
.dashboard-widget-color-2 h1{
    color:#33af9b
}
.dashboard-widget-color-2 .dashboard-widget-icon{
    background:#33af9b;
    color:#fff
}
.dashboard-widget-color-3{
    background:rgba(251,107,37,.15);
    color:#fb6b25
}
.dashboard-widget-color-3 h1{
    color:#fb6b25
}
.dashboard-widget-color-3 .dashboard-widget-icon{
    background:#fb6b25;
    color:#fff
}
.user-notification-item{
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:10px 0
}
.user-notification-item a{
    display:flex;
    gap:15px
}
.user-notification-item a:hover{
    color:#1d293f
}
.user-notification-item:first-child{
    padding-top:0
}
.user-notification-item:last-child{
    border-bottom:none;
    padding-bottom:0
}
.user-notification-icon{
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:50px;
    background:#33af9b;
    color:#fff;
    margin-top:5px;
    text-align:center
}
.user-notification-info{
    flex:1
}
.user-notification-info p{
    font-size:15px
}
.user-notification-info span{
    font-size:14px
}
.table-listing-info a{
    display:flex;
    align-items:center;
    gap:10px
}
.table-listing-info h6{
    transition:all .5s ease-in-out
}
.table-listing-info p{
    color:#1d293f
}
.table-listing-info:hover h6{
    color:#33af9b
}
.table-listing-info img{
    width:80px;
    border-radius:8px
}
.user-profile-card .table>:not(caption)>*>*{
    vertical-align:middle;
    padding:.8rem
}
.user-profile-property .table-property-info img{
    width:120px
}
.table-property-content h6{
    font-size:18px;
    font-weight:700
}
.table-property-content p{
    font-size:15px;
    color:#1d293f
}
.table-property-content span{
    font-weight:700;
    color:#1d293f
}
.user-profile-property .bg-success{
    background:#33af9b!important
}
.user-profile-property .table tbody tr td{
    padding:1.5rem .8rem
}
.add-listing-form .form-group{
    margin-bottom:15px
}
.add-listing-form .form-group label{
    margin-bottom:5px;
    color:#757f95
}
.add-listing-form .form-control{
    border-radius:12px;
    padding:15px 20px;
    box-shadow:none;
    color:#757f95
}
.add-listing-form .form-control::placeholder{
    color:#757f95
}
.add-listing-form .nice-select{
    width:100%;
    height:56px;
    line-height:55px;
    border-radius:12px;
    padding-left:20px;
    font-size:16px;
    border-color:#ced4da;
    color:#757f95;
    margin-bottom:15px
}
.add-listing-form .form-control:focus,.add-listing-form .nice-select:focus{
    border-color:#33af9b
}
.add-listing-form .nice-select .list{
    width:100%;
    border:none;
    border-radius:12px;
    padding:10px;
    height:300px;
    overflow-y:auto;
    box-shadow:0 0 50px 0 rgb(32 32 32/15%)
}
.add-listing-form .nice-select ::-webkit-scrollbar{
    width:8px
}
.add-listing-form .nice-select ::-webkit-scrollbar-track{
    background:#f1f1f1;
    border-radius:0 50px 50px 0
}
.add-listing-form .nice-select ::-webkit-scrollbar-thumb{
    background:#33af9b;
    border-radius:50px
}
.add-listing-form .nice-select ::-webkit-scrollbar-thumb:hover{
    background:#000
}
.add-listing-form .nice-select .option.focus,.add-listing-form .nice-select .option.selected.focus,.add-listing-form .nice-select .option:hover{
    background:#f6f6f6;
    color:#33af9b;
    border-radius:8px
}
.add-listing-form .nice-select:after{
    width:8px;
    height:8px;
    margin-top:-5px;
    right:15px
}
.add-listing-form .listing-img-upload{
    width:100%;
    height:140px;
    border:2px dashed rgba(0,0,0,.1);
    border-radius:10px;
    cursor:pointer
}
.add-listing-form .listing-img-file{
    display:none
}
.add-listing-form .listing-img-upload span{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%
}
.add-listing-form .listing-img-upload span i{
    margin-right:5px
}
.add-listing-form .form-check{
    margin-bottom:15px
}
.add-listing-form .form-check-input{
    margin-top:6.5px;
    box-shadow:none
}
.add-listing-form .form-check-input:focus{
    border-color:#33af9b
}
.add-listing-form .form-check label{
    color:#757f95
}
.profile-bookmark .listing-item{
    box-shadow:none;
    border:2px solid rgba(0,0,0,.05)
}
.profile-message-wrapper{
    display:flex
}
.profile-message-inbox{
    max-width:340px;
    border:1px solid #edf1f9;
    border-radius:10px
}
.profile-message-inbox{
    overflow:hidden
}
.message-content{
    padding-left:30px;
    position:relative;
    overflow:hidden
}
.message-content-info{
    max-height:750px;
    overflow-y:scroll;
    margin-right:-50px;
    padding-right:50px
}
.profile-message-inbox,.message-content{
    flex:1
}
.profile-message-inbox ul{
    max-height:950px;
    overflow-y:scroll;
    width:357px;
    list-style:none;
    padding:0;
    margin:0
}
.profile-message-inbox ul li.message-active{
    border-left:3px solid #33af9b
}
.profile-message-inbox ul li{
    border-bottom:1px solid #edf1f9;
    transition:.2s;
    list-style:none
}
.profile-message-inbox ul li:last-child{
    border-bottom:none
}
.message-by-content h5{
    margin-bottom:0;
    font-size:14px;
    line-height:1
}
.profile-message-inbox ul li a{
    position:relative;
    display:block;
    padding:30px
}
.profile-message-inbox .message-avatar{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%)
}
.message-avatar img{
    display:inline-block;
    width:54px;
    height:54px;
    border-radius:50%
}
.message-avatar img{
    width:50px;
    height:50px
}
.profile-message-inbox .message-by{
    margin-left:50px
}
.message-by-content h5 i{
    background:#f98f14;
    padding:3px 8px;
    border-radius:50px;
    color:#fff;
    font-size:13px
}
.message-by-content span{
    font-size:13px;
    position:absolute;
    top:25.5px;
    right:25px;
    float:right;
    color:#888
}
.profile-message-inbox .message-by p{
    height:26px;
    max-width:205px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size:14px;
    margin:0;
    padding:0;
    color:#6b747d;
    line-height:27px
}
.message-item{
    display:block;
    position:relative;
    margin-bottom:25px
}
.message-item .message-avatar{
    position:absolute;
    left:0;
    top:0
}
.message-item .message-avatar img{
    width:50px;
    height:50px;
    display:inline-block;
    border-radius:50%
}
.message-item .message-description{
    margin-left:70px;
    background:#f4f5f7;
    border-radius:12px;
    padding:20px;
    position:relative
}
.message-item .message-description::before{
    position:absolute;
    top:0;
    left:-9px;
    content:"\f0d9";
    font-family:"font awesome 6 pro";
    font-weight:700;
    font-size:31px;
    color:#f4f5f7
}
.message-item .message-description p{
    font-size:15px;
    padding:0;
    margin:0;
    line-height:27px
}
.message-item.me .message-avatar{
    left:auto;
    right:0;
    position:absolute;
    top:0
}
.message-item.me .message-description{
    color:#33af9b;
    background-color:rgba(9,195,152,.1);
    margin-left:0;
    margin-right:70px;
    border-radius:12px;
    padding:20px;
    position:relative
}
.message-item.me .message-description::before{
    content:"\f0da";
    left:auto;
    right:-11px;
    color:#e6f9f4
}
.message-reply{
    margin-top:15px;
    position:absolute;
    bottom:0;
    left:30px;
    right:15px
}
.message-reply .form-control{
    padding:15px 20px;
    box-shadow:none;
    border-radius:10px
}
.message-reply .form-control:focus{
    border-color:#33af9b
}
.message-reply .theme-btn{
    margin-top:15px
}
.message-status{
    width:12px;
    height:12px;
    background:#252629;
    display:flex;
    border-radius:50%;
    border:3px solid #fff;
    position:absolute;
    right:-5px;
    top:50%
}
.message-status.online{
    background:#33af9b
}
.message-status.offline{
    background:#dd4b39
}
.message-status.busy{
    background:#f6b500
}
.profile-message .header-account img{
    width:45px
}
@media all and (max-width:991px){
    .message-by-content span{
        right:65px
    }
    .message-reply{
        right:0
    }
}
@media all and (max-width:767px){
    .table-listing-info a{
        display:block
    }
    .table-listing-info h6{
        margin-top:10px
    }
    .user-profile-card-header{
        flex-direction:column;
        align-items:flex-start;
        gap:20px
    }
    .user-profile-card-header-right{
        flex-direction:column-reverse;
        align-items:flex-start
    }
    .profile-message .profile-message-wrapper{
        flex-direction:column;
        gap:50px
    }
    .profile-message .user-profile-card-header{
        flex-direction:row;
        align-items:center;
        gap:20px
    }
    .profile-message .message-content{
        padding-left:0;
        padding-bottom:200px
    }
    .message-reply{
        left:0
    }
}
.coming-soon{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height:100vh;
    width:100%;
    top:0;
    left:0;
    position:relative
}
.coming-soon .container{
    position:relative
}
.coming-soon:before{
    position:absolute;
    content:'';
    background:rgba(0,0,0,.7);
    width:100%;
    height:100%;
    top:0;
    left:0
}
.coming-soon .newsletter-form{
    position:relative;
    margin-top:30px
}
.coming-soon .newsletter-form .input-newsletter{
    height:55px;
    display:block;
    width:100%;
    border:none;
    border-radius:50px;
    font-size:14px;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:25px;
    box-shadow:none
}
.coming-soon .newsletter-form button{
    position:absolute;
    right:4px;
    top:4px;
    bottom:4px;
    height:auto;
    border:none;
    border-radius:50px;
    background:#33af9b;
    display:inline-block;
    color:#fff;
    padding-left:30px;
    padding-right:30px;
    font-weight:500;
    transition:.5s
}
.coming-soon .newsletter-form button:hover{
    background-color:#33af9b;
    color:#fff
}
.coming-social{
    margin-top:30px;
    text-align:center
}
.coming-social a{
    color:#fff;
    margin:5px;
    width:40px;
    height:40px;
    line-height:36px;
    text-align:center;
    border-radius:50px;
    border:2px solid #fff;
    display:inline-block;
    transition:.5s
}
.coming-social a:hover{
    background:#33af9b;
    border-color:#33af9b
}
.countdown-wrap{
    margin-top:30px
}
.countdown-single{
    background:#33af9b;
    padding:20px;
    margin:10px;
    position:relative;
    overflow:hidden;
    border-radius:50px;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}
.countdown-single h2{
    color:#fff
}
.countdown-single h5{
    color:#fff
}
.error-wrapper{
    text-align:center
}
.error-wrapper h1{
    font-size:250px;
    letter-spacing:5px;
    font-weight:700;
    color:#33af9b;
    line-height:1
}
.error-wrapper h1 span{
    color:#1d293f
}
.error-wrapper h2{
    margin-top:30px;
    margin-bottom:10px
}
.error-wrapper img{
    width:100%
}
.error-wrapper .theme-btn{
    margin-top:30px
}
@media all and (max-width:767px){
    .error-wrapper h1{
        font-size:160px
    }
}
.terms-content:not(:last-child){
    margin-bottom:54px
}
.terms-content:first-child{
    margin-top:-3px
}
.terms-content .terms-list{
    margin-top:37px
}
.terms-content h3{
    margin-bottom:23px;
    position:relative;
    font-weight:700
}
.terms-content p:not(:last-child){
    margin-bottom:26px
}
.terms-list li:not(:last-child){
    margin-bottom:16px
}
.footer-area{
    background:#293b5b;
    position:relative;
    overflow:hidden;
    z-index:1
}
.footer-area::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50px;
    background:rgba(5,199,199,.05);
    top:50px;
    left:-100px;
    transform:rotate(50deg)
}
.footer-area::after{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    border:30px solid rgba(5,199,199,.05);
    bottom:100px;
    right:-100px;
    transform:rotate(50deg)
}
.footer-widget-box{
    margin-bottom:20px
}
.footer-widget{
    position:relative;
    z-index:1
}
.footer-logo img{
    width:110px;
    margin-bottom:30px
}
.copyright{
    padding:20px 0;
    border-top:2px dashed rgba(255,255,255,.04)
}
.copyright .footer-menu{
    margin:0;
    padding:0;
    text-align:right
}
.copyright .footer-menu li{
    display:inline-block;
    margin-left:25px;
    font-size:16px
}
.copyright .footer-menu li a{
    color:#f5faff;
    transition:all .5s ease-in-out
}
.copyright .footer-menu li a:hover{
    color:#33af9b
}
.copyright .copyright-text{
    color:#fff;
    margin-bottom:0;
    font-size:16px
}
.copyright .copyright-text a{
    color:#33af9b;
    font-weight:500
}
.footer-widget-title{
    color:#fff;
    position:relative;
    padding-bottom:20px;
    margin-bottom:15px;
    font-size:20px;
    z-index:1
}
.footer-widget-title::before{
    position:absolute;
    content:'';
    z-index:-1;
    width:30px;
    height:3px;
    background-color:#33af9b;
    bottom:0;
    left:0
}
.footer-widget-title::after{
    position:absolute;
    content:'';
    z-index:-1;
    width:88px;
    height:3px;
    background-color:#33af9b;
    bottom:0;
    left:35px
}
.footer-list{
    display:flex;
    flex-direction:column;
    gap:.8rem
}
.footer-list li a{
    color:#fff;
    transition:all .5s ease-in-out;
    text-transform: lowercase;
}
.footer-list li a i{
    margin-right:5px;
    color:#fff;
    font-weight:400;
    font-size:14px
}
.footer-list li a:hover{
    padding-left:10px;
    color:#33af9b
}
.footer-widget-box p{
    color:#fff;
    padding-right:18px;
    margin-bottom:20px
}
.footer-social{
    display:flex;
    gap:15px;
    /*justify-content:end*/
}
.footer-social li a i{
    height:38px;
    width:38px;
    line-height:38px;
    text-align:center;
    border-radius:50px;
    background:rgba(255,255,255,.04);
    color:#33af9b;
    transition:all .5s ease-in-out
}
.footer-social li a i:hover{
    background:#33af9b;
    color:#fff
}
.footer-contact li{
    position:relative;
    display:flex;
    justify-content:start;
    align-items:center;
    color:#fff;
    font-size:16px;
    margin-bottom:15px
}
.footer-contact li a{
    color:#fff;
    -webkit-transition:.3s;
    transition:.3s
}
.footer-contact li i{
    width:32px;
    height:32px;
    line-height:32px;
    font-size:16px;
    margin-right:15px;
    border-radius:8px;
    background:#33af9b;
    text-align:center;
    -webkit-transition:.3s;
    transition:.3s;
    color:#fff
}
.subscribe-form .form-control{
    padding:18px 70px 18px 45px;
    border-radius:10px;
    box-shadow:none;
    border:none
}
.subscribe-form .form-group-icon{
    position:relative
}
.subscribe-form .form-group-icon i{
    position:absolute;
    top:14px;
    left:15px;
    font-size:18px
}
.subscribe-form .theme-btn{
    position:absolute;
    right:0;
    bottom:6.5px;
    right:7.5px;
    padding:9px 17px
}
.subscribe-form .theme-btn span{
    margin-right:0
}
.footer-language{
    margin-top:20px
}
.footer-language h6{
    color:#fff;
    margin-bottom:15px
}
.footer-language .nice-select{
    width:150px;
    border-radius:10px;
    background:rgba(255,255,255,.04);
    border:none;
    color:#808996
}
.footer-language .nice-select::after{
    width:7px;
    height:7px;
    margin-top:-5.5px
}
.footer-language .nice-select.open{
    border-radius:0 0 10px 10px
}
.footer-language .nice-select .list{
    top:auto!important;
    bottom:100%;
    width:100%;
    border-radius:10px 10px 0 0;
    background:#263147;
    border-bottom:1px solid rgba(255,255,255,.04)
}
@media all and (max-width:1199px){
    .footer-widget-box{
        margin-bottom:50px
    }
}
@media all and (max-width:991px){
    .footer-area::before{
        display:none
    }
    .footer-widget-wrapper{
        padding-bottom:0
    }
    .copyright .footer-menu{
        float:left;
        margin-top:20px;
        text-align:left
    }
    .copyright .footer-menu li{
        margin-left:0;
        margin-right:15px
    }
}
@media all and (max-width:767px){
    .footer-widget-wrapper{
        padding-bottom:0
    }
    .footer-social{
        justify-content:flex-start;
        margin-top:20px
    }
}
.home-2 .main{
    margin-top:0
}
.home-2 .navbar{
    background:#fff
}
.home-2 .navbar-toggler-btn-icon{
    color:#1d293f
}
.home-2 .hero-single{
    padding-top:140px;
    padding-bottom:150px
}
.home-2 .featured-category-content{
    display:flex;
    flex-wrap:wrap
}
.home-2 .featured-category-item{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    width:unset;
    padding:5px 20px 5px 5px;
    border-radius:50px
}
.home-2 .featured-category-content i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px
}
.home-2 .featured-category-item h6{
    margin-top:0
}
@media(min-width:992px){
    .home-2 .navbar .nav-item .nav-link{
        color:#1d293f
    }
    .home-2 .navbar .nav-item .nav-link.active,.home-2 .navbar .nav-item:hover .nav-link{
        color:#33af9b
    }
    .home-2 .header-account-link{
        color:#1d293f
    }
    .home-2 .header-account-link:hover{
        color:#33af9b
    }
    .home-2 .hero-single .search-form{
        border-radius:50px
    }
    .home-2 .hero-single .search-form .theme-btn{
        border-radius:50px
    }
}
.home-3 .featured-category-content{
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.home-3 .featured-category-item{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    width:unset;
    padding:5px 20px 5px 5px;
    border-radius:50px
}
.home-3 .featured-category-content i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px
}
.home-3 .featured-category-item h6{
    margin-top:0
}
.home-3 .category-item{
    width:100%;
    padding:20px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08)
}
.home-3 .category-item::before{
    display:none
}
.home-3 .category-content{
    position:relative
}
.home-3 .category-icon{
    width:60px;
    height:60px;
    line-height:60px;
    background:#33af9b;
    color:#fff
}
.home-3 .category-title{
    color:#1d293f
}
.home-3 .feature-item,.home-3 .process-item,.home-3 .testimonial-item{
    border:1px solid rgba(0,0,0,.08)
}
.home-3 .blog-item{
    box-shadow:none;
    border:1px solid rgba(0,0,0,.08)
}
@media(min-width:992px){
    .home-3 .hero-single .search-form{
        border-radius:50px
    }
    .home-3 .hero-single .search-form .theme-btn{
        border-radius:50px
    }
}
.home-5 .main{
    margin-top:0
}
.home-5 .navbar{
    background:#fff
}
.home-5 .navbar-toggler-btn-icon{
    color:#1d293f
}
.home-5 .hero-single{
    padding-top:90px;
    padding-bottom:130px;
    background:#f6f6f6;
    position:relative
}
.home-5 .hero-single::before{
    display:none
}
.home-5 .hero-single .hero-content p,.home-5 .hero-single .hero-content .hero-title{
    color:#1d293f
}
.home-5 .featured-category h5{
    color:#1d293f
}
.home-5 .featured-category-content{
    display:flex;
    flex-wrap:wrap
}
.home-5 .featured-category-item{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    width:unset;
    padding:5px 20px 5px 5px;
    border-radius:50px;
    box-shadow:none
}
.home-5 .featured-category-content i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px
}
.home-5 .featured-category-item h6{
    margin-top:0
}
.home-5 .search-form{
    box-shadow:none
}
.home-5 .hero-shape img{
    position:absolute
}
.home-5 .hero-shape-1{
    right:0;
    bottom:0;
    z-index:-1
}
.home-5 .hero-shape-2{
    left:0;
    bottom:0;
    opacity:.15;
    z-index:-1
}
.home-5 .footer-area{
    background:#f6f6f6
}
.home-5 .footer-widget-title{
    color:#1d293f
}
.home-5 .copyright{
    border-top:1px solid rgba(0,0,0,.05)
}
.home-5 .footer-social li a i{
    background:#fff;
    color:#33af9b
}
.home-5 .footer-social li a i:hover{
    background:#33af9b;
    color:#fff
}
.home-5 .footer-language h6{
    color:#1d293f
}
.home-5 .footer-language .nice-select,.home-5 .footer-language .nice-select .list{
    background:#fff
}
.home-5 .category-item{
    width:100%;
    padding:20px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08)
}
.home-5 .category-item::before{
    display:none
}
.home-5 .category-content{
    position:relative
}
.home-5 .category-icon{
    width:60px;
    height:60px;
    line-height:60px;
    background:#33af9b;
    color:#fff
}
.home-5 .category-title{
    color:#1d293f
}
.home-5 .counter-wrapper{
    box-shadow:none;
    border:1px solid rgba(0,0,0,.08)
}
@media(min-width:992px){
    .home-5 .navbar .nav-item .nav-link{
        color:#1d293f
    }
    .home-5 .navbar .nav-item .nav-link.active,.home-5 .navbar .nav-item:hover .nav-link{
        color:#33af9b
    }
    .home-5 .header-account-link{
        color:#1d293f
    }
    .home-5 .header-account-link:hover{
        color:#33af9b
    }
}
@media(max-width:991px){
    .home-5 .hero-shape-1{
        display:none
    }
}
.home-map .main{
    margin-top:0
}
.home-map .search-form{
    padding:20px
}
.home-map .search-form .form-control,.home-map .search-form .nice-select{
    border:1px solid #ced4da
}
.home-map .search-form div[class*=col-]{
    margin-bottom:15px;
    border-right:none
}
.home-map .search-form .theme-btn{
    padding:12px 20px
}
.listing-map-box{
    width:50%;
    height:100%;
    position:fixed;
    left:0
}
.listing-map-box #listing-map{
    width:100%;
    height:100%
}
.gm-style img{
    max-width:100%
}
.cluster-visible{
    color:#fff!important
}
.infoBox{
    margin-left:-140px;
    margin-bottom:145px;
    width:260px!important
}
.infoBox>img:first-child{
    position:absolute!important;
    right:20px!important;
    top:20px!important;
    width:20px;
    height:20px;
    display:block;
    cursor:pointer;
    border-radius:5px;
    z-index:9999
}
.listing-map-item{
    background:#fff;
    padding:8px;
    border-radius:12px
}
.listing-map-item .listing-img{
    width:100%
}
.listing-map-item .listing-content{
    padding:10px
}
.listing-map-item .listing-title{
    font-size:19px;
    margin-bottom:5px
}
.listing-map-item .listing-sub-title{
    font-size:14px;
    margin-bottom:10px
}
.listing-map-item .listing-sub-title i{
    margin-right:5px
}
.listing-map-item .listing-open-hour{
    font-size:14px;
    margin-bottom:15px
}
.listing-map-item .listing-open-hour i{
    margin-right:5px
}
.listing-map-item .listing-price{
    font-size:14px
}
.listing-map-item .listing-price-amount{
    font-size:16px;
    color:#33af9b;
    font-weight:600;
    margin-bottom:5px
}
.listing-map-item-arrow{
    position:absolute;
    width:25px;
    height:25px;
    background:#fff;
    border-radius:5px;
    bottom:-8px;
    left:50%;
    transform:translateX(-50%) rotate(45deg)
}
.listing-map{
    margin-right:20px
}
.listing-map .search-form{
    z-index:2
}
.classical-map .listing-map-box{
    margin-top:0;
    position:relative!important;
    height:500px!important;
    width:100%!important
}
@media all and (min-width:992px){
    .home-map .navbar{
        box-shadow:0 0 40px 5px rgb(0 0 0/5%)
    }
    .home-map .navbar .nav-item .nav-link{
        color:#1d293f
    }
    .home-map .navbar .nav-item .nav-link.active,.home-map .navbar .nav-item:hover .nav-link{
        color:#33af9b
    }
    .home-map .header-account-link{
        color:#1d293f
    }
    .home-map .header-account-link:hover{
        color:#33af9b
    }
}
@media all and (max-width:991px){
    .listing-map-box{
        margin-top:50px;
        position:relative!important;
        height:500px!important;
        width:100%!important
    }
    .listing-map{
        margin-right:0
    }
}
.pagination .page-item a{
    border: none;
    background: #1d293f;
    color: #fff;
    margin: 0 10px;
    border-radius: 50px!important;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: all .5s ease-in-out;
    display: inline-block;
}
.owl-carousel .owl-item img{
    height: 510px;
}
.listing-single .listing-single-wrapper .listing-single-meta h4{
    font-size: 22px;
    font-weight: bold
}
.property-item-v2.item-grid .actions {
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 10px;
    z-index: 1111111;
    padding: 0;
}
.listing-info h5 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#modal-demande .close{
    font-weight: bold;
    position: absolute;
    top: -18px;
    font-size: 32px;
}

.devise button.btn.dropdown-toggle.btn-light {
    padding: 12px 25px 12px 10px;
    background: transparent;
    color: #fff;
    border: none
}
.hero-single .hero-content p span{

    margin-right:  8px;
}
.footer-widget-box h3{
    color: #33af9b ;
    font-size: 30px;
}
.copyright .footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    z-index: 1;
    line-height: 35px;
}
.listing-info i{
    color: #33af9b;
}
.listing-info p {
    color: #293b5b;
}
.translate-google img{
    display: none !important;
}
@media all and (max-width:991px){
    .translate-google {
        position: fixed;
        top: unset;
        right: auto;
        z-index: 999999;
        display: block;
        bottom: 0;
        left: 10px;
  }
}
@media all and (min-width:992px){
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left:  transparent !important;
    border-top:  transparent !important;
    border-bottom:  transparent !important;
    border-right:  transparent !important;

}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #ffffff !important;
    border-left: none !important;
}
.navbar.navbar-expand-lg.fixed-top .goog-te-gadget-simple {
    background-color: #FFF !important;
    border-left: 1px solid #D5D5D5 !important;
    border-top: 1px solid #9B9B9B !important;
    border-bottom: 1px solid #E8E8E8 !important;
    border-right: 1px solid #D5D5D5 !important;

}
.navbar.navbar-expand-lg.fixed-top .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #000 !important;
    border: none !important;
}
}
#form-demande .bootstrap-select>.dropdown-toggle.bs-placeholder , #phone-demande{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    color: #757f95;
}
#form-demande label.error {
    display: none;
}
body{
    top : 0 !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none; !important;
}
.navbar {
    margin-top: -4px;
}
/*color start
vert : 33af9b
bleu : 293b5b


color end*/
/*new css end*/