* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

body {
    font-size: 16px;
    color: #71737a;
    line-height: 26px;
    font-weight: 400;
    background: #fff;
    font-family: 'Rubik', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0 15px
    }
}

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 300px
}

a {
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

a:hover {
    text-decoration: none;
    outline: none
}

input,
button,
select,
textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all 500ms ease
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease
}

.none {
    display: none
}

p {
    position: relative;
    font-family: 'Rubik', sans-serif;
    color: #93959e;
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #2d2929;
    margin: 0;
    transition: all 500ms ease
}

.centred {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.warning {
    color: var(--bs-red)
}

.approved {
    color: var(--bs-green)
}

figure {
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all
}

.menu-link, .menu-language {
    cursor: pointer
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 15.5px 34px;
    text-transform: capitalize;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease
}

.theme-btn.btn-one {
    color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.theme-btn:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 500ms ease
}

.theme-btn.btn-one:before {
    background-color: #1b1d21
}

.theme-btn:hover:before {
    width: 100%
}

.theme-btn span {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500
}

.theme-btn.btn-two {
    color: #737478;
    border: 1px solid #e5e7ec
}

.theme-btn.btn-two:hover {
    color: #fff
}

.theme-btn.btn-three {
    color: #2d2929;
    border: 2px solid #fff;
    background-color: #fff
}

.theme-btn.btn-three:hover {
    color: #fff
}

.pagination {
    position: relative;
    display: block
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.pagination li:last-child {
    margin: 0px !important
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 500;
    border: 1px solid #e5e7ec;
    background: #fff;
    text-align: center;
    color: #2d2929;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff
}

.pagination li a i {
    font-weight: 700
}

.sec-pad {
    padding: 120px 0 120px 0
}

.sec-pad-2 {
    padding: 120px 0
}

.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    color: #fff;
    font-size: 40px;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 1s ease
}

.scroll-top.open {
    bottom: 50px
}

.scroll-top:after,
.scroll-top:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .9);
    box-shadow: 0 0 0 0 rgb(255 255 255 / .9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.scroll-top:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 13px
}

.sec-title h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin: 0
}

.sec-title.light h2 {
    color: #fff
}

.none {
    display: none
}

.block {
    display: block
}

#admin-header.main-header.header-style-two.fixed-header {
    position: relative !important
}

#admin-header div.sticky-top.sticky-header {
    position: relative !important
}

.fas.fa-sign-out-alt {
    padding-left: 7px;
    color: #2dbe6c
}

span.header-admin.left {
    position: relative;
    right: 0
}

#admin-header>.fas .fa {
    color: #2dbe6c
}

#admin-header .main-menu .navigation>li>ul {
    width: 12vw
}

#admin-header .main-menu .navigation>li.dropdown>a {
    padding-right: 27px
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    width: 100%
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 7%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.footer-buttom {
    position: relative;
    background-color: #1b1d21;
    padding: 11.5px 70px
}

.footer-buttom .info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(255 255 255 / .6);
    margin-right: 40px;
    padding-left: 22px
}

.footer-buttom .info li:last-child {
    margin: 0px !important
}

.footer-buttom .info li a {
    display: inline-block;
    color: rgb(255 255 255 / .6)
}

.footer-buttom .info li i {
    position: absolute;
    left: 0;
    top: 5px
}

.footer-buttom .info li:before {
    position: absolute;
    content: '';
    background-color: rgb(255 255 255 / .2);
    width: 1px;
    height: 16px;
    top: 4px;
    right: -20px
}

.footer-buttom .info li:last-child:before {
    display: none
}

.footer-buttom .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.footer-buttom .social-links li:last-child {
    margin: 0px !important
}

.footer-buttom .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgb(255 255 255 / .6)
}

.footer-buttom .social-links,
.footer-buttom .sign-box {
    position: relative;
    float: left
}

.footer-buttom .social-links {
    margin-right: 60px
}

.footer-buttom .social-links:before {
    position: absolute;
    content: '';
    background-color: rgb(255 255 255 / .2);
    width: 1px;
    height: 16px;
    right: -30px;
    top: 4px
}

.footer-buttom .sign-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(255 255 255 / .6)
}

.footer-buttom .sign-box a i {
    margin-right: 8px
}

.header-lower {
    position: relative
}

.main-header .outer-box {
    position: relative;
    padding: 0 70px
}

.main-header .outer-box .main-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.main-header .logo-box {
    position: relative
}

.main-header .logo-box .logo {
    max-width: 20rem
}

.main-header .logo-box .logo img {
    width: 100%
}

.main-menu {
    float: left
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    margin: 0
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 40px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    color: #2d2929;
    padding: 0 30px;
    border-right: 1px solid #e5e7ec;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 40px
}

.main-menu .navigation>li:first-child>a {
    border-left: 1px solid #e5e7ec
}

.main-menu .navigation>li.dropdown>a span {
    position: relative;
    display: inline-block
}

.main-menu .navigation>li.dropdown>a span::before {
    position: absolute;
    top: 2px;
    right: -17px;
    font-size: 16px
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
    bottom: -4px;
    transition: all 500ms ease
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    transform: translateX(-50%) scale(1, 1)
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 300px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 4px 4px 1px rgb(0 0 0 / .2);
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / .2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all 0.2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 7px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    /*text-transform: capitalize;*/
    color: #2d2929;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    right: 66px;
    top: 40px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 4px 4px 1px rgb(0 0 0 / .2);
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / .2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 30px;
    -webkit-transition: all 0.2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #2d2929;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #222
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0
}

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0;
    margin-bottom: 10px
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    visibility: visible;
    right: 100%;
    transition: all .8s ease-out 0s;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #061a3a;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(255 255 255 / .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgb(255 255 255 / .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    padding: 0 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

div#mCSB_1_container {
    top: 0px !important
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgb(255 255 255 / .8);
    margin-bottom: 3px
}

.mobile-menu .contact-info ul li a {
    color: rgb(255 255 255 / .8)
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0
}

.main-header .outer-box {
    position: relative
}

.main-header .sticky-header .logo-box {
    padding: 15.5px 0px !important
}

.main-header .sticky-header .navigation>li {
    padding: 25px 0px !important
}

.main-header .sticky-header .menu-right-content {
    margin-top: 11px !important
}

.banner-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 60px
}

.banner-section:before {
    position: absolute;
    content: '';
    background-color: #1d2534;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5
}

.content-box {
    position: relative;
    display: block;
    margin-bottom: 100px
}

.content-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin: 0
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.tabs-box .tab.active-tab {
    display: block
}

.tabs-box .tab {
    transform: scale(.98, .98) translateY(0)
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0)
}

.nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #808288;
    top: 0;
    right: 25px;
    margin: 0;
    font-weight: 700;
    border: none !important;
    transform: rotate(0deg) !important
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    max-width: 100%;
    line-height: 50px;
    border: 1px solid #e5e7ec !important;
    font-size: 14px;
    color: #808288;
    font-weight: 400;
    background: #fff0;
    border-radius: 5px;
    padding: 0 20px;
    text-transform: uppercase
}

.search-field .top-search .nice-select {
    padding: 0 50px
}

.search-field .top-search .column:last-child .nice-select {
    padding: 0 20px
}

.search-field {
    position: relative;
    display: block;
    z-index: 1
}

.search-field .top-search {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / 10%)
}

.search-field .top-search .search-form {
    position: relative;
    padding: 10px 170px 0 40px
}

.search-field .top-search .form-group {
    position: relative;
    margin: 0
}

.search-field .top-search .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 7px
}

.search-field .top-search .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding: 9px 9px 9px 9px;
    font-size: 14px;
    color: #000;
    transition: all 500ms ease
}

.search-field .top-search .form-group .field-input,
.search-field .top-search .form-group .select-box {
    position: relative;
    min-height: 50px
}

.search-field .top-search .form-group i {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 14px;
    color: #808288;
    z-index: 1
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    border: 1px solid #e5e7ec
}

.nice-select .option {
    padding: 5px 20px 2px 20px !important
}

.nice-select .option {
    background-color: transparent !important;
    padding: 4px 20px 4px 20px;
    border: 1px solid #fff0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #808288
}

.nice-select .list {
    padding: 20px 20px !important
}

.search-field .top-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    text-align: center
}

.search-field .top-search .search-btn button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transition: all 500ms ease
}

.search-field .top-search .search-btn button:hover {
    background-color: #1b1d21 !important
}

.search-field .top-search .search-btn button span {
    display: block;
    margin-top: 6px
}

.search-field .tab-btn-box li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    width: 120px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.search-field .tab-btn-box li.active-btn {
    color: #fff
}

.search-field .advanced-search-text {
    position: relative;
    display: block;
    text-align: right;
    padding: 14px 0 6px 0
}

.search-field .advanced-search-text h6 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 17px
}

.banner-section .search-field .advanced-search-text h6 {
    color: #fff
}

.search-field .advanced-search-text h6 i {
    position: relative;
    font-size: 18px;
    margin-right: 10px;
    top: 2px
}

.search-field .advanced-search-text h6:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    top: 2px;
    right: 0
}

.advanced-search {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 45px 40px 34px 40px;
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / 10%)
}

.search-field .advanced-search .form-group {
    position: relative;
    margin-bottom: 23px
}

.search-field .advanced-search .select-box {
    position: relative;
    min-height: 50px
}

.search-field .advanced-search label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 7px
}

.search-field .advanced-search .range-box {
    position: relative;
    display: block;
    padding-top: 0
}

.search-field .advanced-search .range-box h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 6px
}

.ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background-color: #e5e7ec
}

.ui-slider .ui-slider-handle {
    position: absolute;
    content: '';
    top: -4px;
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0
}

.search-field .advanced-search .range-box input {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px
}

.banner-section .inner-container {
    position: relative
}

.category-section {
    position: relative;
    padding: 120px 0 120px 0;
    background-color: #fff
}

.category-section .category-list li {
    position: relative;
    display: inline-block;
    width: 20%
}

.category-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 210px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 34px 30px 35px 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.category-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    transition: all 500ms ease
}

.category-block-one .inner-box:hover:before {
    height: 100%
}

.category-section .category-block-one .inner-box {
    margin: 0 auto
}

.category-section .inner-container {
    position: relative;
    margin: 0 -15px
}

.category-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    color: #93959e;
    transition: all 500ms ease
}

.category-block-one .inner-box:hover .icon-box {
    color: #fff
}

.category-block-one .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    transition: all 500ms ease
}

.category-block-one .inner-box h5 a {
    display: inline-block;
    color: #2d2929
}

.category-block-one .inner-box:hover h5 a {
    color: #fff
}

.category-block-one .inner-box span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f2f2f5;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease
}

.category-block-one .inner-box:hover span {
    background-color: rgb(255 255 255 / .1);
    color: #fff
}

.category-section .more-btn {
    position: relative;
    margin-top: 50px
}

.bg-color-1 {
    background-color: #e5f8ed
}

.feature-section {
    position: relative
}

.feature-section .sec-title h2 {
    margin-bottom: 21px
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    transition: all 500ms ease
}

.feature-block-one .inner-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.feature-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    object-fit: cover
}

.feature-block-one .inner-box .image-box .image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.feature-block-one .inner-box:hover .image-box .image::after {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.feature-block-one .inner-box .image-box .image img {
    width: 100%
}

.feature-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background-color: #fff0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 1
}

.feature-block-one .inner-box .image-box .batch {
    position: absolute;
    left: 30px;
    top: 0;
    width: 30px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #f94c4c;
    z-index: 1
}

.feature-block-one .inner-box .image-box .batch:before {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    left: 0;
    bottom: -4px;
    border-bottom-left-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%)
}

.feature-block-one .inner-box .image-box .batch:after {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    right: 0;
    bottom: -4px;
    border-bottom-right-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%)
}

.feature-block-one .inner-box .image-box .category {
    position: absolute;
    left: 70px;
    top: 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 14px;
    text-align: center;
    background-color: #f2b241;
    z-index: 1
}

.feature-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 0 18px 18px 18px;
    height: 9rem
}

.feature-block-one .inner-box .lower-content .author-info {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    padding: 15px 15px;
    margin-top: -35px;
    margin-bottom: 28px;
    min-height: 70px;
    z-index: 1
}

.feature-block-one .inner-box .lower-content .author-info .author {
    position: relative;
    padding: 7px 0 7px 52px
}

.feature-block-one .inner-box .lower-content .author-info .author .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.feature-block-one .inner-box .lower-content .author-info .author .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.feature-block-one .inner-box .lower-content .author-info .author h6 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7360ff;
    padding: 0 14px
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn {
    margin-top: 7px
}

.feature-block-one .inner-box .lower-content .title-text h4 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 7px
}

.feature-block-one .inner-box .lower-content .title-text h4 a {
    display: inline-block;
    color: #2d2929
}

.feature-block-one .inner-box .lower-content .price-box .price-info h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #93959e;
    margin-bottom: 0
}

.feature-block-one .inner-box .lower-content .price-box .price-info h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.feature-block-one .inner-box .lower-content .price-box .other-option li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.feature-block-one .inner-box .lower-content .price-box .other-option li:last-child {
    margin: 0px !important
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 4px;
    font-size: 20px;
    color: #a6a7af;
    text-align: center
}

.feature-block-one .inner-box .lower-content .price-box .other-option {
    position: relative;
    margin-top: 5px
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a:hover {
    color: #fff
}

.feature-block-one .inner-box .lower-content .price-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.feature-block-one .inner-box .lower-content p {
    margin-bottom: 21px
}

.feature-block-one .inner-box .lower-content .more-details {
    position: relative;
    display: block;
    margin-bottom: 24px
}

.feature-block-one .inner-box .lower-content .more-details li {
    position: relative;
    display: inline-block;
    width: 33.333%;
    font-size: 14px;
    line-height: 24px;
    color: #93959e;
    padding-left: 28px
}

.feature-block-one .inner-box .lower-content .more-details li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px
}

.feature-block-one .inner-box .lower-content .more-details li:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 2px;
    right: 12px
}

.feature-block-one .inner-box .lower-content .more-details li:last-child:before {
    display: none
}

.feature-block-one .inner-box .lower-content .theme-btn {
    padding: 10.5px 23px;
    position: absolute;
    bottom: 10%
}

.feature-section .sec-title {
    margin-bottom: 40px
}

.feature-section .more-btn {
    position: relative;
    margin-top: 50px
}

.dots-none .dots,
.nav-none .nav {
    display: none !important
}

.deals-section {
    position: relative
}

.deals-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 79px 50px 55px 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.deals-block-one .inner-box .batch {
    position: absolute;
    right: 50px;
    top: 0;
    width: 30px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #f94c4c;
    z-index: 1
}

.deals-block-one .inner-box .batch:before {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    left: 0;
    bottom: -4px;
    border-bottom-left-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%)
}

.deals-block-one .inner-box .batch:after {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    right: 0;
    bottom: -4px;
    border-bottom-right-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%)
}

.deals-block-one .inner-box .category {
    position: absolute;
    left: 50px;
    top: 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 14px;
    text-align: center;
    background-color: #f2b241;
    z-index: 1
}

.deals-block-one .inner-box .lower-content .title-text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 7px
}

.deals-block-one .inner-box .lower-content .title-text h4 a {
    display: inline-block;
    color: #2d2929
}

.deals-block-one .inner-box .lower-content .price-box .price-info h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #93959e;
    margin-bottom: 0
}

.deals-block-one .inner-box .lower-content .price-box .price-info h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.deals-block-one .inner-box .lower-content .other-option li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.deals-block-one .inner-box .lower-content .other-option li:last-child {
    margin: 0px !important
}

.deals-block-one .inner-box .lower-content .other-option li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 4px;
    font-size: 20px;
    color: #a6a7af;
    text-align: center
}

.deals-block-one .inner-box .lower-content .price-box .other-option {
    position: relative;
    margin-top: 5px
}

.deals-block-one .inner-box .lower-content .other-option li a:hover {
    color: #fff
}

.deals-block-one .inner-box .lower-content .price-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.deals-block-one .inner-box .lower-content p {
    margin-bottom: 21px
}

.deals-block-one .inner-box .lower-content .more-details {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.deals-block-one .inner-box .lower-content .more-details li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #93959e;
    padding-left: 28px;
    font-weight: 500;
    margin-right: 30px
}

.deals-block-one .inner-box .lower-content .more-details li:last-child {
    margin: 0px !important
}

.deals-block-one .inner-box .lower-content .more-details li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px
}

.deals-block-one .inner-box .lower-content .more-details li:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 2px;
    right: -15px
}

.deals-block-one .inner-box .lower-content .more-details li:last-child:before {
    display: none
}

.deals-block-one .inner-box .lower-content .theme-btn {
    padding: 10.5px 23px
}

.deals-section .carousel .stage-outer {
    overflow: visible
}

.deals-section .carousel .stage-outer .item {
    opacity: 0
}

.deals-section .carousel .stage-outer .item.active {
    opacity: 1
}

.deals-section .single-item .image-box {
    position: relative
}

.deals-section .single-item .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.deals-section .single-item .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.nav-style-one .nav button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #9799a2;
    background: #fff0;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease
}

.nav-style-one .splide__arrow--next button:hover {
    color: #fff
}

.deals-section .nav {
    position: absolute;
    top: -100px;
    right: 0
}

.deals-section .nav .prev {
    margin-right: 10px
}

.testimonial-section {
    position: relative;
    padding: 114px 0 295px 0
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.testimonial-section .testimonial-block-one {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block
}

.testimonial-block-one .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 33px
}

.testimonial-block-one .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-one .inner-box .thumb-box:before {
    position: absolute;
    content: '\e911';
    font-family: 'Rubik', sans-serif;
    font-style: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f2b241;
    border-radius: 50%;
    right: -10px;
    bottom: -10px;
    z-index: 1
}

.testimonial-block-one .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 33px
}

.testimonial-block-one .inner-box .text p {
    font-size: 20px;
    line-height: 34px;
    color: #2d2929
}

.testimonial-block-one .inner-box .author-info h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 1px
}

.testimonial-block-one .inner-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    color: #999da4
}

.testimonial-section .nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.testimonial-section .nav .prev {
    position: absolute;
    left: 0
}

.testimonial-section .nav .next {
    position: absolute;
    right: 0
}

.testimonial-section .nav-style-one .nav button {
    background-color: #fff;
    border-color: #fff
}

.chooseus-section {
    position: relative
}

.chooseus-section .inner-container {
    position: relative;
    display: block;
    padding: 64px 70px 63px 70px;
    border-radius: 10px;
    margin-top: -180px;
    z-index: 1
}

.chooseus-section .upper-box .sec-title {
    margin-bottom: 0
}

.chooseus-section .upper-box {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-bottom: 54px;
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.chooseus-section .upper-box .btn-box {
    position: absolute;
    top: 17px;
    right: 0
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    padding-right: 40px
}

.chooseus-block-one .inner-box:before {
    position: absolute;
    content: '';
    background-color: rgb(255 255 255 / .1);
    width: 1px;
    height: 120px;
    top: 13px;
    right: 15px
}

.chooseus-block:last-child .chooseus-block-one .inner-box:before {
    display: none
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 23px;
    z-index: 1
}

.chooseus-block:first-child .chooseus-block-one .inner-box .icon-box {
    color: #f2b241
}

.chooseus-block:nth-child(2) .chooseus-block-one .inner-box .icon-box {
    color: #2c8d3f
}

.chooseus-block:last-child .chooseus-block-one .inner-box .icon-box {
    color: #f94c4c
}

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: rgb(255 255 255 / .1);
    width: 50px;
    height: 50px;
    top: -14px;
    right: -30px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear
}

.chooseus-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px
}

.chooseus-block-one .inner-box p {
    color: rgb(255 255 255 / .6)
}

.place-section {
    position: relative;
    padding: 114px 0 90px 0
}

.place-section .sec-title h2 {
    margin-bottom: 21px
}

.place-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px
}

.place-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.place-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgb(0 0 0 / .8) 0%, #fff0 50%);
    bottom: 0;
    right: 0;
    z-index: 1
}

.place-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease
}

.place-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.place-block-one .inner-box .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    z-index: 2
}

.place-block-one .inner-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 1px
}

.place-block-one .inner-box .text h4 a {
    display: inline-block;
    color: #2d2929
}

.place-block-one .inner-box .text p {
    font-size: 14px;
    color: #93959e
}

.team-section {
    position: relative
}

.team-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.team-section .single-item-carousel {
    max-width: 370px;
    width: 100%;
    margin: 0 auto
}

.team-section .carousel .stage-outer {
    overflow: visible
}

.team-block-one {
    position: relative;
    max-width: 370px;
    width: 100%;
    margin: 0 auto
}

.team-block-one .inner-box {
    position: relative;
    display: block
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.carousel .item .team-block-one .inner-box:hover .image-box img {
    transform: scale(1)
}

.carousel .item.active .team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.team-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.team-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.carousel .item .team-block-one .inner-box:hover .image-box::before {
    -webkit-animation: none;
    animation: circle none
}

.carousel .item.active .team-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.team-block-one .inner-box .lower-content {
    position: relative;
    margin: 0 30px
}

.team-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 31px 30px 40px 30px;
    margin-top: -85px;
    z-index: 1;
    box-shadow: 0 15px 50px 0 rgb(0 0 0 / 10%);
    transition: all 500ms ease
}

.carousel .item .team-block-one .inner-box .lower-content .inner {
    transform: scale(0, 0)
}

.carousel .item.active .team-block-one .inner-box .lower-content .inner {
    transform: scale(1, 1)
}

.team-block-one .inner-box .lower-content .inner h4 {
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px
}

.team-block-one .inner-box .lower-content .inner h4 a {
    display: inline-block;
    color: #2d2929
}

.team-block-one .inner-box .lower-content .inner span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #93959e;
    margin-bottom: 11px
}

.team-block-one .inner-box .lower-content .inner .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 3px
}

.team-block-one .inner-box .lower-content .inner .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #9799a2;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e7ec;
    border-radius: 5px
}

.team-block-one .inner-box .lower-content .inner .social-links li a:hover {
    color: #fff
}

.team-section .nav-style-one .nav {
    position: absolute;
    bottom: 77px;
    width: 100%
}

.team-section .nav-style-one .nav button {
    position: absolute;
    background-color: #fff;
    border-color: #fff
}

.team-section .nav-style-one .nav .prev {
    left: -80px
}

.team-section .nav-style-one .nav .next {
    right: -80px
}

.bg-color-2 {
    background-color: #1b1d21
}

.cta-section {
    position: relative;
    padding: 95px 0
}

.cta-section .text h2 {
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700
}

.cta-section .btn-box {
    margin-top: 26px
}

.cta-section .btn-box .theme-btn {
    width: 190px;
    padding: 15.5px 15px
}

.cta-section .btn-box .btn-three {
    margin-right: 15px
}

.cta-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

.news-section {
    position: relative
}

.news-section .sec-title h2 {
    margin-bottom: 21px
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-one .inner-box:hover .image-box .image img {
    opacity: .5;
    transform: scale(1.05)
}

.news-block-one .inner-box .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.news-block-one .inner-box:hover .image-box .image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.news-block-one .inner-box .image-box .category {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 14px;
    text-align: center;
    background-color: #f2b241;
    z-index: 1
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 2em 2em 4em 2em
}

.news-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px
}

.news-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #2d2929
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #93959e;
    font-size: 15px;
    padding: 7px 0
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important
}

.news-block-one .inner-box .lower-content .post-info li.author-box {
    position: relative;
    padding: 11px 0 11px 50px
}

.news-block-one .inner-box .lower-content .post-info li.author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.news-block-one .inner-box .lower-content .post-info li.author-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.news-block-one .inner-box .lower-content .post-info li.author-box h5 {
    font-size: 15px;
    font-weight: 500
}

.news-block-one .inner-box .lower-content .post-info li.author-box h5 a {
    display: inline-block;
    color: #2d2929
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 23px
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 11px;
    right: -15px
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none
}

.news-block-one .inner-box .lower-content .text {
    position: relative;
    display: block;
    margin-bottom: 22px
}

.news-block-one .inner-box .lower-content .theme-btn {
    padding: 11.5px 23px
}

.download-section {
    position: relative
}

.download-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.download-section .image-box {
    position: relative;
    display: block;
    margin-right: 35px;
    min-height: 400px
}

.download-section .image-box .image {
    position: absolute;
    bottom: -82px
}

.download-section .image-box .image-1 {
    left: 0
}

.download-section .image-box .image-2 {
    right: 0
}

.download-section .content-box {
    padding: 110px 0
}

.content_block_1 .content-box {
    position: relative;
    display: block
}

.content_block_1 .content-box span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 14px;
    text-align: center;
    background-color: #f2b241;
    margin-bottom: 18px
}

.content_block_1 .content-box h2 {
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 36px
}

.content_block_1 .content-box .download-btn a {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 40px 15px 80px;
    color: #2d2929
}

.content_block_1 .content-box .download-btn a:hover {
    background-color: #2d2929;
    color: #fff
}

.content_block_1 .content-box .download-btn a i {
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 40px
}

.content_block_1 .content-box .download-btn a p {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #93959e;
    transition: all 500ms ease
}

.content_block_1 .content-box .download-btn a h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    transition: all 500ms ease
}

.content_block_1 .content-box .download-btn a:hover h4 {
    color: #fff
}

.content_block_1 .content-box .download-btn a.app-store {
    margin-right: 7px
}

.main-footer {
    position: relative
}

.footer-top {
    position: relative;
    padding: 115px 0 120px 0
}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px
}

.footer-top .widget-title h3 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: 500
}

.footer-top p,
.footer-top a {
    color: rgb(255 255 255 / .5)
}

.footer-top .about-widget .text p {
    line-height: 30px;
    margin-bottom: 30px
}

.footer-top .about-widget .text p:last-child {
    margin-bottom: 0
}

.ml-70 {
    margin-left: 70px
}

.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px
}

.footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0
}

.footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    line-height: 30px
}

.footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 4px;
    transition: all 500ms ease
}

.footer-top .links-widget .links-list li a:hover:before {
    width: 100%
}

.footer-top .post-widget .post {
    position: relative;
    display: block;
    padding: 0 0 6px 115px;
    margin-bottom: 38px;
    min-height: 88px
}

.footer-top .post-widget .post:last-child {
    margin-bottom: 0
}

.footer-top .post-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: -2px;
    width: 90px;
    height: 90px;
    border-radius: 5px
}

.footer-top .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease
}

.footer-top .post-widget .post:hover .post-thumb img {
    opacity: .5
}

.footer-top .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px
}

.footer-top .post-widget .widget-title {
    margin-bottom: 35px
}

.footer-top .contact-widget .info-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / .5)
}

.footer-top .contact-widget .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px
}

.footer-top .contact-widget .info-list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px
}

.footer-top .contact-widget .info-list li:first-child i {
    top: 7px
}

.footer-top .contact-widget .widget-title {
    margin-bottom: 26px
}

.footer-bottom {
    position: relative;
    display: block;
    background-color: #272a2f;
    padding: 37px 0
}

.footer-bottom .footer-logo {
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    max-width: 8vw
}

.footer-bottom p,
.footer-bottom a {
    color: rgb(255 255 255 / .5)
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background-color: rgb(255 255 255 / .5);
    width: 1px;
    height: 18px;
    top: 3px;
    right: -15px
}

.footer-bottom .footer-nav li:last-child:before {
    display: none
}

.footer-bottom img {
    width: 9em; 
    max-width: unset;
    padding-bottom: .5em;
}

#zws-logo {
    position: absolute;
    bottom: .8em;
    left: 3em
}

.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff0
}

.header-style-two .header-lower .main-menu .navigation>li>a {
    border: none !important;
    color: #fff
}

.header-style-two .header-lower {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center
}

.main-header .menu-right-content .sign-box {
    margin-right: 50px
}

.main-header .menu-right-content .sign-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(255 255 255)
}

.main-header .menu-right-content .sign-box a i {
    margin-right: 8px
}

.banner-style-two {
    position: relative
}

#carouselExample,
Captions.carousel {
    position: relative
}

#carouselExample,
.carousel .carousel-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 280px 0 267px 0
}

#carouselExample,
.carousel .carousel-item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1d2534 !important;
    top: 0;
    right: 0;
    z-index: 1 !important;
    opacity: 0.5 !important
}

#carouselExample,
.carousel .carousel-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgb(0 0 0 / .9) 0%, #fff0 50%) !important;
    bottom: 0;
    right: 0;
    z-index: 1
}

#carouselExample,
.carousel .carousel-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear
}

#carouselExample,
.carousel .active .carousel-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

#carouselExample,
.carousel .content-box {
    position: relative;
    display: block;
    z-index: 5
}

#carouselExample,
.carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 2500ms ease;
    -moz-transition: all 2500ms ease;
    -ms-transition: all 2500ms ease;
    -o-transition: all 2500ms ease;
    transition: all 2500ms ease
}

#carouselExample,
.carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

#carouselExample,
.carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2500ms ease;
    -moz-transition: all 2500ms ease;
    -ms-transition: all 2500ms ease;
    -o-transition: all 2500ms ease;
    transition: all 2500ms ease
}

#carouselExample,
.carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

#carouselExample,
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    position: relative;
    top: -1vw;
    right: -33px;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd;
    ;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%
}

#carouselExample,
.carousel-indicators .active {
    background-color: #2dbe6c
}

#carouselExample,
.carousel-indicators .dots {
    position: absolute;
    bottom: 102%;
    right: 0vw
}

.splide__arrow--next {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #9799a2;
    background: #fff0;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease
}

.splide__arrow--prev:hover,
.splide__arrow--next:hover {
    color: #fff
}

.splide__arrow--prev {
    margin-right: 2.5vw;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #9799a2;
    background: #fff0;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease
}

.banner-carousel .dots button {
    position: relative;
    display: block !important;
    background: #fff0
}

.banner-carousel .dots .dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d3e6db;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease
}

.splide__arrows,
.dots {
    position: absolute;
    bottom: 113%;
    right: 0vw
}

.search-field-section {
    position: relative
}

.search-field-section .inner-container {
    position: relative;
    z-index: 2;
    margin-top: -120px
}

.search-field-section .advanced-search {
    position: absolute;
    right: 0;
    top: 150px !important;
    width: 100%;
    display: none
}

.search-field-section .search-field .top-search .search-form {
    padding-right: 320px
}

.search-field-section .search-field .top-search .search-btn button {
    width: 150px;
    height: 50px;
    line-height: 2.1875em;
    border-radius: 5px;
    top: 58px;
    right: 170px;
    padding: 0
}

.search-field-section .search-field .top-search .search-btn button i {
    margin-right: 10px
}

.search-field-section .inner-box {
    position: relative
}

.search-field-section .switch_btn_one button {
    position: absolute;
    right: 24px;
    bottom: 38px;
    background: #fff0;
    font-size: 15px;
    color: #808288;
    text-align: center;
    cursor: pointer
}

.search-field-section .switch_btn_one button i {
    position: relative;
    display: block;
    transition: all 500ms ease
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.feature-style-two {
    position: relative
}

.feature-style-two .feature-block-one .inner-box {
    box-shadow: 0 5px 5px 7px rgb(0 0 0 / 4%)
}

.feature-style-two .carousel .stage-outer {
    overflow: visible
}

.feature-style-two .carousel .stage-outer .item {
    opacity: 0
}

.feature-style-two .carousel .stage-outer .item.active {
    opacity: 1
}

.feature-style-two .nav {
    position: absolute;
    top: -100px;
    right: 0
}

.feature-style-two .more-btn {
    position: relative;
    margin-top: 50px
}

.feature-style-two .nav .prev {
    margin-right: 10px
}

.cta-section.alternate-2 {
    position: relative;
    padding: 138px 0 150px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.cta-section.alternate-2:before {
    position: absolute;
    content: '';
    background-color: #1b1d21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .7
}

.cta-section.alternate-2 .btn-box {
    margin-top: 45px
}

.dots-style-one .dots .dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d3e6db;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease
}

.deals-style-two {
    position: relative
}

.deals-style-two .image-box {
    position: relative;
    display: block
}

.deals-style-two .image-box .image {
    position: relative;
    display: block;
    overflow: hidden
}

.deals-style-two .image-box .image img {
    width: 100%
}

.deals-style-two .image-box .batch {
    position: absolute;
    left: 30px;
    top: 0;
    width: 30px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #f94c4c;
    z-index: 1
}

.deals-style-two .image-box .batch:before {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    left: 0;
    bottom: -4px;
    border-bottom-left-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%)
}

.deals-style-two .image-box .batch:after {
    position: absolute;
    content: '';
    background-color: #f94c4c;
    width: 14px;
    height: 4px;
    right: 0;
    bottom: -4px;
    border-bottom-right-radius: 3px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%)
}

.deals-style-two .image-box .category {
    position: absolute;
    left: 70px;
    top: 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 14px;
    text-align: center;
    background-color: #f2b241;
    z-index: 1
}

.deals-style-two .image-box .buy-btn {
    position: absolute;
    left: 170px;
    top: 10px
}

.deals-style-two .image-box .buy-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7360ff;
    padding: 0 14px;
    z-index: 1
}

.theme .dots .dot {
    background: #fff0
}

.deals-style-two .deals-block-one .inner-box {
    box-shadow: none;
    padding: 63px 50px 60px 20px
}

.deals-style-two .single-item {
    position: relative;
    display: block;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.deals-style-two .carousel .stage-outer {
    overflow: visible
}

.deals-style-two .carousel .stage-outer .item {
    opacity: 0
}

.deals-style-two .carousel .stage-outer .item.active {
    opacity: 1
}

.deals-block-one .inner-box .lower-content .price-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.deals-block-one .inner-box .lower-content .price-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.deals-block-one .inner-box .lower-content .price-box .author-thumb span {
    position: absolute;
    top: 5px;
    right: 42px;
    font-size: 15px;
    line-height: 30px;
    background-color: #fff;
    color: #2d2929;
    width: 115px;
    text-align: center;
    box-shadow: 0 5px 20px 10px #e4ede9;
    border-radius: 3px
}

.deals-block-one .inner-box .lower-content .price-box .author-thumb span:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 10px;
    right: -5px;
    transform: rotate(45deg)
}

.deals-style-two .dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 42px
}

.deals-style-two .sec-title {
    margin-bottom: 40px
}

.chooseus-section.alternate-2 {
    position: relative;
    padding: 114px 0
}

.chooseus-section.alternate-2 .upper-box {
    border-color: rgb(0 0 0 / .1)
}

.chooseus-section.alternate-2 .chooseus-block-one .inner-box h4 {
    color: #2d2929
}

.chooseus-section.alternate-2 .chooseus-block-one .inner-box p {
    color: #93959e
}

.chooseus-section.alternate-2 .chooseus-block-one .inner-box:before {
    background-color: rgb(0 0 0 / .1)
}

.chooseus-section.alternate-2 .chooseus-block:first-child .chooseus-block-one .inner-box .icon-box:before {
    background-color: #e7eed3
}

.chooseus-section.alternate-2 .chooseus-block:nth-child(2) .chooseus-block-one .inner-box .icon-box:before {
    background-color: #caefda
}

.chooseus-section.alternate-2 .chooseus-block:last-child .chooseus-block-one .inner-box .icon-box:before {
    background-color: #e8ded5
}

.testimonial-style-two {
    position: relative;
    padding: 120px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 38em;
}

.testimonial-style-two:before {
    position: absolute;
    content: '';
    background-color: #1b1d21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    min-height: 38em;
    opacity: .5
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block
}

.testimonial-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #f2b241;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 31px
}

.testimonial-block-two .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 39px;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    font-weight: 500
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    display: block;
    padding: 15px 0 9px 100px;
    min-height: 80px
}

.testimonial-block-two .inner-box .author-info .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonial-block-two .inner-box .author-info .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.testimonial-block-two .inner-box .author-info h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 2px
}

.testimonial-block-two .inner-box .author-info span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.testimonial-style-two .dots {
    position: absolute;
    right: 0;
    bottom: 27px
}

#carouselExampleCaptions2 .carousel-item {
    padding: 0 !important
}

#carouselExampleCaptions2 .carousel-item::before {
    background: none !important
}

#carouselExampleCaptions2 .carousel-item::after {
    background: none !important
}

.place-style-two {
    position: relative
}

.place-style-two .content_block_2 .content-box {
    margin-right: 100px
}

.content_block_2 .content-box {
    position: relative;
    display: block
}

.content_block_2 .content-box .sec-title {
    margin-bottom: 36px
}

.content_block_2 .content-box .sec-title h2 {
    margin-bottom: 22px
}

.content_block_2 .content-box .place-list {
    position: relative;
    display: block;
    margin-bottom: 46px
}

.content_block_2 .content-box .place-list li {
    position: relative;
    display: block;
    margin-bottom: 17px
}

.content_block_2 .content-box .place-list li:last-child {
    margin-bottom: 0
}

.content_block_2 .content-box .place-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #2d2929
}

.content_block_2 .content-box .place-list li a:hover span {
    text-decoration: underline
}

.content_block_2 .content-box .place-list li a span {
    display: inline-block;
    font-size: 15px;
    color: #93959e;
    transition: all 500ms ease
}

.content_block_2 .content-box .place-list li a h5 {
    position: relative;
    font-size: 18px;
    color: inherit;
    display: inline-block
}

.content_block_2 .content-box .place-list li a h5:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 1px;
    transition: all 500ms ease
}

.content_block_2 .content-box .place-list li a:hover h5:before {
    width: 100%
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    padding-right: 130px
}

.image_block_1 .image-box .image {
    border-radius: 10px
}

.image_block_1 .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.image_block_1 .image-box .image-2 {
    position: absolute;
    top: 175px;
    right: 0
}

.clients-section {
    position: relative;
    padding: 114px 0 75px 0
}

.clients-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.clients-section .logo-list li {
    position: relative;
    display: inline-block;
    width: 33.333%;
    min-height: 70px;
    margin-bottom: 40px
}

.clients-section .logo-list li img {
    position: relative;
    max-width: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 500ms ease
}

.clients-section .logo-list li img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    transform: scale(.95)
}

.clients-section .clients-logo {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 5px
}

.register-section {
    margin-top: 2em
}

.register-section .register-button {
    text-align: center
}

.register-section h2 {
    color: #2dbe6c !important
}

.register-section h4 {
    color: #fff
}

.subscribe-section,
.register-section {
    position: relative;
    padding: 80px 0 67px 0
}

.subscribe-section .pattern-layer,
.register-section .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite
}

.subscribe-section .text span .register-section .text span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #f94c4c;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 26px;
    padding: 0 17px
}

.subscribe-section .text h2,
.register-section .text h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 700
}

.subscribe-section .form-inner,
.register-section .form-inner {
    position: relative;
    margin-top: 60px
}

.subscribe-section .subscribe-form .form-group {
    position: relative;
    margin: 0;
    padding-right: 180px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff
}

.subscribe-section .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #595959;
    padding: 10px 20px;
    transition: all 500ms ease;
    margin-bottom: 0
}

.subscribe-section .subscribe-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 60px;
    font-size: 17px;
    color: #fff;
    background-color: #2d2929;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    transition: all 500ms ease
}

.header-style-three .header-lower .main-menu .navigation>li {
    padding: 0
}

.header-style-three .header-lower .main-menu .navigation>li>a {
    padding: 40px 30px
}

.header-style-three .header-lower .main-menu .navigation>li.dropdown>a {
    padding-right: 40px
}

.header-style-three .header-lower .main-menu .navigation>li>a:before {
    display: none
}

.header-style-three .header-lower .main-menu .navigation>li.current>a,
.header-style-three .header-lower .main-menu .navigation>li:hover>a {
    color: #fff !important
}

.location-section {
    position: relative
}

.location-section #contact-google-map {
    position: relative;
    width: 100%;
    height: 600px
}

.location-section .location-inner {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1400px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    min-height: 600px
}

.location-section .location-inner .single-location-box {
    position: absolute
}

.location-section .location-inner .single-location-box:first-child {
    left: 15px;
    top: 265px
}

.location-section .location-inner .single-location-box:nth-child(2) {
    left: 280px;
    top: 185px
}

.location-section .location-inner .single-location-box:nth-child(3) {
    left: 50%;
    bottom: 138px
}

.location-section .location-inner .single-location-box:nth-child(4) {
    top: 280px;
    right: 350px
}

.location-section .location-inner .single-location-box:last-child {
    top: 200px;
    right: 15px
}

.location-section .feature-block-one {
    position: absolute;
    width: 260px;
    left: 47px;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all 500ms ease
}

.location-section .single-location-box.active .feature-block-one {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 75px !important;
    top: inherit
}

.location-section .single-location-box:hover .feature-block-one,
.location-section .single-location-box.active .feature-block-one {
    opacity: 1;
    visibility: visible;
    left: 62px
}

.location-section .single-location-box.active .feature-block-one:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 10px;
    height: 10px;
    left: 50%;
    bottom: -8px;
    transform: rotate(45deg) translateX(-50%)
}

.location-section .single-location-box .feature-block-one:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 10px;
    height: 10px;
    left: -8px;
    bottom: 50%;
    transform: rotate(45deg) translateY(-50%)
}

.location-section .location-inner .marker-box img {
    position: relative;
    max-width: auto;
    cursor: pointer
}

.location-section .location-inner .marker-box span {
    position: absolute;
    left: 21px;
    top: 12px;
    font-size: 13px;
    color: #0f172b;
    font-weight: 500
}

.location-section .feature-block-one .inner-box .lower-content .price-box .price-info h4 {
    font-size: 18px
}

.location-section .feature-block-one .inner-box .lower-content {
    padding-left: 25px;
    padding-right: 25px
}

.search-field-section .tabs-content .tab-btns {
    position: absolute;
    left: 40px;
    top: 27px;
    z-index: 1
}

.search-field-section .tabs-content .tab-btns li {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 15px;
    color: #0f172b;
    font-weight: 500;
    margin-right: 30px;
    cursor: pointer
}

.search-field-section .tabs-content .tab-btns li:last-child {
    margin: 0px !important
}

.search-field-section.style-two .search-field .top-search .search-form {
    padding-top: 65px
}

.search-field-section .tabs-content .tab-btns li:before {
    position: absolute;
    content: '';
    border: 2px solid #dfe1e6;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: all 500ms ease
}

.search-field-section .tabs-content .tab-btns li:after {
    position: absolute;
    content: '';
    background-color: #dfe1e6;
    left: 5px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 500ms ease
}

.search-field-section.style-two .search-field .top-search .search-btn button {
    top: 97px
}

.search-field-section.style-two .inner-container {
    margin-top: -90px
}

.search-field-section.style-two .advanced-search {
    top: 185px !important
}

.feature-style-three {
    position: relative;
    padding-top: 115px
}

.feature-block-two .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 96px 55px 65px 55px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    transition: all 500ms ease
}

.feature-block-two .inner-box:hover {
    transform: translateY(-10px)
}

.feature-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 55px;
    margin-bottom: 25px;
    color: #f2b241;
    z-index: 1
}

.feature-block:last-child .feature-block-two .inner-box .icon-box {
    color: #f94c4c
}

.item:nth-child(odd) .feature-block-two .inner-box .icon-box {
    color: #f94c4c
}

.feature-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: #f2b241;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top: -24px;
    right: -33px;
    opacity: .2;
    z-index: -1;
    transition: all 500ms ease
}

.feature-block-two .inner-box:hover .icon-box:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .05
}

.feature-block:last-child .feature-block-two .inner-box .icon-box:before {
    background-color: #f94c4c
}

.item:nth-child(odd) .feature-block-two .inner-box .icon-box:before {
    background-color: #f94c4c
}

.feature-block-two .inner-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 21px;
    transition: all 500ms ease
}

.feature-block-two .inner-box p {
    transition: all 500ms ease
}

.feature-style-two.alternate-2 .feature-block-one .inner-box {
    margin-bottom: 30px
}

.feature-style-two.alternate-2 .more-btn {
    margin-top: 30px
}

.pb-240 {
    padding-bottom: 240px !important
}

.funfact-section {
    position: relative
}

.funfact-section .inner-container {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -90px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    padding: 47px 40px 50px 40px
}

.funfact-block-one .inner-box {
    position: relative;
    display: block
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 7px;
    top: 2em;
    color: white !important
}

.funfact-block-one .inner-box p {
    font-size: 14px
}

.funfact-block-one .inner-box:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px
}

.funfact-block:last-child .funfact-block-one .inner-box:before {
    display: none
}

.testimonial-style-three {
    position: relative;
    padding: 120px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.testimonial-style-three:before {
    position: absolute;
    content: '';
    background-color: #1b1d21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5
}

.testimonial-style-three .testimonial-block-two {
    background-color: #fff;
    padding: 50px 50px 50px 70px;
    border-radius: 10px
}

.testimonial-style-three .testimonial-block-two .inner-box .text h3 {
    color: #2d2929
}

.testimonial-style-three .testimonial-block-two .inner-box .author-info span {
    color: #b9bac0
}

.testimonial-style-three .dots {
    position: absolute;
    right: 65px;
    bottom: 70px
}

.pricing-section {
    position: relative
}

.pricing-block-one {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    background-color: #1b1d21;
    padding: 63px 30px 0 30px;
    transition: all 500ms ease
}

.pricing-block-one .pricing-table .table-header h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 52px
}

.pricing-block-one .pricing-table .table-header .shape-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.pricing-block-one .pricing-table .table-header .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: top center
}

.pricing-block-one .pricing-table .table-header h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    font-weight: 500;
    background-color: #fff;
    padding: 26px 55px 17px 55px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: -13px
}

.pricing-block-one .pricing-table .table-header h2 span {
    font-size: 18px;
    color: #93959e
}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 67px 30px 46px 30px
}

.pricing-block-one .pricing-table .table-content .feature-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 24px
}

.pricing-block-one .pricing-table .table-content .feature-list li:last-child {
    margin-bottom: 0
}

.pricing-block-one .pricing-table .table-content .feature-list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 1px;
    font-weight: 700;
    font-size: 10px;
    color: #d2d4d9
}

.pricing-block-one .pricing-table .table-footer {
    position: relative;
    padding-bottom: 60px
}

.pricing-block-one .pricing-table .table-footer .link-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #93959e;
    font-weight: 500px;
    text-align: center;
    padding: 15px 48px;
    border-radius: 5px
}

.pricing-block-one .pricing-table .table-footer .link-btn:hover {
    color: #fff
}

.pricing-section .sec-title {
    margin-bottom: 50px
}

.contact-section {
    position: relative;
    padding: 120px 0
}

.contact-section .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.contact-section .form-inner input[type="text"],
.contact-section .form-inner input[type="email"],
.contact-section .form-inner input[type="tel"],
.contact-section .form-inner textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #878a8f;
    background: #fff0;
    border-bottom: 1px solid #d3e5db;
    transition: all 500ms ease
}

.contact-section .form-inner textarea {
    height: 120px;
    resize: none;
    margin-bottom: 15px;
    padding-top: 8px
}

.contact-section .form-inner button,
.contact-section .form-inner input[type="submit"] {
    position: relative;
    display: inline-block
}

.contact-section .sec-title {
    margin-bottom: 33px
}

.contact-section .content-box {
    position: relative;
    margin-right: 40px
}

.contact-section .image-box {
    position: relative;
    display: block;
    margin-left: 10px
}

.contact-section .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.contact-section .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.contact-section .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fff0), to(rgb(255 255 255 / .3)));
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.contact-section .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.page-content {
    position: relative;
    width: 100%
}

.page-content .left-column,
.page-content .right-column {
    width: 50%
}

.page-content .search-field-section.style-two .inner-container {
    margin-top: 82px
}

.page-content .search-field .top-search .search-form {
    padding-left: 0;
    padding-right: 160px;
    padding-bottom: 13px
}

.page-content .search-field .top-search {
    box-shadow: none
}

.page-content .search-field-section .switch_btn_one button {
    position: relative;
    right: 0;
    bottom: 0;
    padding-left: 25px;
    padding-right: 15px
}

.page-content .search-field-section .switch_btn_one button i.fa-plus-circle {
    position: absolute;
    left: 0;
    top: 5px
}

.page-content .search-field-section .switch_btn_one button i.fa-angle-down {
    position: absolute;
    right: 0;
    top: 6px
}

.page-content .search-field-section .search-field .top-search .search-btn button {
    right: 0
}

.page-content .map-column {
    padding-right: 15px
}

.page-content .search-field-section.style-two .advanced-search {
    top: 200px !important
}

.page-content .search-field-section .advanced-search {
    right: inherit;
    left: 0
}

.page-content .deals-block-one .inner-box {
    position: relative;
    padding: 34px 50px 42px 340px !important;
    min-height: 350px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.deals-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px
}

.page-content .outer-container {
    position: relative;
    padding: 0 15px
}

.page-content .location-section .location-inner .single-location-box:last-child {
    top: 230px;
    right: 160px
}

.page-content .location-section .location-inner .single-location-box:nth-child(2) {
    display: none
}

.wrapper.list .deals-list-content {
    display: block
}

.wrapper.list .deals-grid-content {
    display: none
}

.wrapper.grid .deals-list-content {
    display: none
}

.wrapper.grid .deals-grid-content {
    display: block
}

.item-shorting {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e7ec
}

.item-shorting h5 {
    font-size: 17px;
    line-height: 40px;
    font-weight: 500
}

.item-shorting h5 span {
    font-weight: 400;
    color: #808288
}

.item-shorting .right-column {
    position: relative;
    padding-right: 100px
}

.item-shorting .right-column .short-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.item-shorting .right-column .short-menu button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #93959e;
    cursor: pointer;
    background: #fff0;
    margin-right: 10px;
    transition: all 500ms ease
}

.item-shorting .right-column .short-menu button:last-child {
    margin: 0px !important
}

.item-shorting .right-column .short-menu button:hover,
.item-shorting .right-column .short-menu button.on {
    color: #fff
}

.item-shorting .short-box {
    width: 175px;
    float: right
}

.item-shorting .nice-select {
    border: none !important;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #93959e;
    text-transform: none
}

.item-shorting .nice-select:after {
    color: #93959e
}

.page-content .search-field-section .tabs-content .tab-btns {
    left: 0
}

.page-content .deals-style-two {
    padding: 25px 0 120px 0
}

.page-content .deals-block-one .inner-box {
    margin-bottom: 30px
}

.page-content .feature-block-one .inner-box {
    margin-bottom: 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.deals-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden
}

.deals-block-one .inner-box .image-box .image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.deals-block-one .inner-box:hover .image-box .image::after {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.deals-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 1
}

.pagination-wrapper {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #e5e7ec
}

.page-content .left-column .feature-block-one .inner-box {
    margin-bottom: 0
}

.dark-header,
.dark-header .sticky-header {
    background-color: #1b1d21 !important
}

.dark-header .footer-buttom {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.dark-header .main-menu .navigation>li>a {
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / .1)
}

.dark-header .main-menu .navigation>li:first-child>a {
    border-left: 1px solid rgb(255 255 255 / .1)
}

.banner-style-three {
    position: relative;
    background-color: #191b1f;
    overflow: hidden
}

.banner-style-three .inner-box {
    position: relative;
    width: 100%;
    padding: 200px 0 210px 0;
    z-index: 5
}

.banner-style-three .content-box {
    max-width: 520px;
    text-align: left
}

.banner-style-three .carousel .carousel-item {
    padding: 0
}

.banner-style-three .carousel .content-box h2 {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 26px
}

.banner-style-three .carousel .content-box p {
    margin-bottom: 42px
}

.carousel .content-box .button-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2500ms ease;
    -moz-transition: all 2500ms ease;
    -ms-transition: all 2500ms ease;
    -o-transition: all 2500ms ease;
    transition: all 2500ms ease
}

.carousel .active .content-box .button-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms
}

.carousel .active .image-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.banner-style-three .pattern-box .pattern-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 199px;
    height: 297px;
    background-repeat: no-repeat
}

.banner-style-three .pattern-box .pattern-1 {
    position: absolute;
    top: 85px;
    left: 50%;
    width: 437px;
    height: 437px;
    border: 100px solid rgb(255 255 255 / .05);
    border-radius: 50%
}

.banner-style-three .carousel .carousel-item:before {
    display: none
}

.banner-style-three .pattern-box .pattern-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 979px;
    height: 465px;
    background-repeat: no-repeat
}

.banner-style-three .pattern-box .pattern-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 797px;
    height: 100%;
    background-repeat: no-repeat
}

.feature-style-three .carousel .stage-outer {
    overflow: visible
}

.feature-style-three .carousel .stage-outer .item {
    opacity: 0
}

.feature-style-three .carousel .stage-outer .item.active {
    opacity: 1
}

.feature-style-three .dots {
    margin-top: 40px
}

.pb-110 {
    padding-bottom: 110px
}

.about-section {
    position: relative;
    padding: 5em 0
}

.image_block_2 .image-box {
    position: relative;
    display: block;
    padding-left: 130px
}

.image_block_2 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.image_block_2 .image-box .image img {
    width: 100%;
    border-radius: 10px
}

.image_block_2 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fff0), to(rgb(255 255 255 / .3)));
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.image_block_2 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.image_block_2 .image-box .text {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 250px;
    text-align: center;
    background-color: #1b1d21;
    border-radius: 10px;
    padding: 60px 15px 64px 15px;
    z-index: 2
}

.image_block_2 .image-box .text h2 {
    display: block;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 6px
}

.image_block_2 .image-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500
}

.content_block_3 .content-box {
    position: relative;
    display: block;
    margin-left: 20px
}

.content_block_3 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.content_block_3 .content-box .text p {
    margin-bottom: 20px
}

.content_block_3 .content-box .text p:last-child {
    margin-bottom: 0
}

.content_block_3 .content-box .list {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.content_block_3 .content-box .list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px
}

.content_block_3 .content-box .list li:last-child {
    margin-bottom: 0
}

.content_block_3 .content-box .list li:before {
    position: absolute;
    content: '';
    background-color: #c7d9cf;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.feature-section.alternate-2 .feature-block-one .inner-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.testimonial-style-four {
    position: relative
}

.testimonial-style-four .inner-container {
    position: relative;
    display: block;
    padding: 114px 0 112px 0;
    border-bottom: 1px solid #e5e7ec
}

.testimonial-style-four .sec-title h2 {
    margin-bottom: 21px
}

.testimonial-style-four .carousel .stage-outer {
    overflow: visible
}

.testimonial-style-four .carousel .stage-outer .item {
    opacity: 0
}

.testimonial-style-four .carousel .stage-outer .item.active {
    opacity: 1
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    padding: 58px 40px 52px 40px;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%)
}

.testimonial-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f2b241;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 29px
}

.testimonial-block-three .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 19px
}

.testimonial-block-three .inner-box h5 {
    display: block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 0
}

.testimonial-style-four .dots {
    margin-top: 42px
}

.news-style-two {
    position: relative
}

.news-block-two .inner-box .content-box .post-info li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #93959e;
    font-size: 15px;
    padding: 7px 0
}

.news-block-two .inner-box .content-box .post-info li:last-child {
    margin: 0px !important
}

.news-block-two .inner-box .content-box .post-info li.author-box {
    position: relative;
    padding: 11px 0 11px 50px
}

.news-block-two .inner-box .content-box .post-info li.author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.news-block-two .inner-box .content-box .post-info li.author-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.news-block-two .inner-box .content-box .post-info li.author-box h5 {
    font-size: 15px;
    font-weight: 500
}

.news-block-two .inner-box .content-box .post-info li.author-box h5 a {
    display: inline-block;
    color: #2d2929
}

.news-block-two .inner-box .content-box .post-info {
    position: relative;
    display: block;
    margin-bottom: 23px
}

.news-block-two .inner-box .content-box .post-info li:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 18px;
    top: 11px;
    right: -15px
}

.news-block-two .inner-box .content-box .post-info li:last-child:before {
    display: none
}

.news-block-two .inner-box .content-box .theme-btn {
    padding: 11.5px 23px
}

.news-block-two .inner-box {
    position: relative;
    display: flex;
    padding-left: 260px;
    overflow: hidden;
    border-radius: 10px;
    min-height: 357px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.news-block-two .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    z-index: 1
}

.news-block-two .inner-box .image-box a.feature {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    background-color: #f2b241;
    line-height: 26px;
    padding: 0 15px;
    z-index: 2;
    border-radius: 3px
}

.news-block-two .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000
}

.news-block-two .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease
}

.news-block-two .inner-box:hover .image-box .image img {
    opacity: .5;
    transform: scale(1.05)
}

.news-block-two .inner-box .content-box {
    position: relative;
    display: block;
    padding: 30px 30px
}

.news-block-two .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px
}

.news-block-two .inner-box .content-box h4 a {
    display: inline-block;
    color: #2d2929
}

.news-block-two .inner-box .content-box p {
    margin-bottom: 22px
}

.news-style-two .title-text p {
    line-height: 30px
}

.news-style-two .sec-title {
    margin-bottom: 50px
}

.page-title {
    position: relative;
    width: 100%;
    padding: 123px 0 125px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-title:before {
    position: absolute;
    content: '';
    background-color: #1d2534;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.page-title .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px
}

.page-title .breadcrumb li:last-child {
    padding: 0px !important;
    margin: 0px !important
}

.page-title .breadcrumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 0;
    right: 0;
    font-size: 18px
}

.page-title .breadcrumb li a {
    color: #fff
}

.page-title .breadcrumb li:last-child:before {
    display: none
}

.breadcrumb {
    justify-content: center !important
}

.agents-page-section {
    position: relative;
    padding: 120px 0
}

.default-sidebar {
    position: relative;
    display: block
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.default-sidebar .widget-title h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #0f172b;
    font-weight: 500
}

.default-sidebar .agents-search .form-group {
    position: relative;
    display: block;
    min-height: 50px;
    margin-bottom: 10px
}

.default-sidebar .agents-search .form-group:last-child {
    margin-bottom: 0
}

.default-sidebar .agents-search .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    font-size: 14px;
    color: #93959e;
    padding: 10px 20px;
    transition: all 500ms ease
}

.default-sidebar .agents-search .form-group .nice-select {
    text-transform: none;
    border: 1px solid #e5e7ec !important
}

.default-sidebar .agents-search .form-group .nice-select:after {
    color: #93959e
}

.default-sidebar .agents-search .form-group button {
    display: block;
    width: 100%
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%)
}

.default-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.default-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #93959e;
    padding-left: 23px
}

.default-sidebar .category-widget .category-list li a span {
    float: right
}

.default-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    border: 2px solid #d2d4d9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    transition: all 500ms ease
}

.default-sidebar .category-widget .category-list li a:after {
    position: absolute;
    content: '';
    background: #d2d4d9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 5px;
    top: 10px;
    transition: all 500ms ease
}

.default-sidebar .feature-block-one .inner-box {
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%)
}

.default-sidebar .carousel .stage-outer {
    overflow: visible
}

.default-sidebar .carousel .stage-outer .item {
    opacity: 0
}

.default-sidebar .carousel .stage-outer .item.active {
    opacity: 1
}

.default-sidebar .feature-block-one .inner-box .lower-content {
    padding-top: 23px
}

.default-sidebar .featured-widget .dots {
    position: absolute;
    top: -40px;
    right: 0
}

.default-sidebar .featured-widget {
    overflow: hidden
}

.wrapper.list .agents-list-content {
    display: block
}

.wrapper.list .agents-grid-content {
    display: none
}

.wrapper.grid .agents-list-content {
    display: none
}

.wrapper.grid .agents-grid-content {
    display: block
}

.agents-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    min-height: 390px;
    margin-bottom: 30px
}

.agents-block-one .inner-box .image-box {
    position: absolute;
    left: 30px;
    top: 30px;
    border-radius: 10px;
    overflow: hidden
}

.agents-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.agents-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.agents-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease
}

.agents-block-one .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.agents-block-one .inner-box .content-box {
    padding: 23px 30px 30px 300px
}

.agents-block-one .inner-box .content-box .upper {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.agents-block-one .inner-box .content-box .title-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 2px
}

.agents-block-one .inner-box .content-box .title-inner a {
    display: inline-block;
    color: #2d2929
}

.agents-block-one .inner-box .content-box .title-inner .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px
}

.agents-block-one .inner-box .content-box .social-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.agents-block-one .inner-box .content-box .social-list li:last-child {
    margin: 0px !important
}

.agents-block-one .inner-box .content-box .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #93959e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e4e7eb
}

.agents-block-one .inner-box .content-box .social-list li a:hover {
    color: #fff
}

.agents-block-one .inner-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.agents-block-one .inner-box .content-box .info li {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px
}

.agents-block-one .inner-box .content-box .info li:last-child {
    margin-bottom: 0
}

.agents-block-one .inner-box .content-box .info li a {
    color: #2d2929
}

.agents-block-one .inner-box .content-box .info li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    transition: all 500ms ease
}

.agents-block-one .inner-box .content-box .info {
    position: relative;
    margin-bottom: 28px
}

.agents-block-one .inner-box .content-box .theme-btn {
    padding: 10.5px 34px
}

.agents-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    text-align: center;
    margin-bottom: 30px
}

.agents-block-two .inner-box .image-box {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 28px;
    transition: all 500ms ease
}

.agents-block-two .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.agents-block-two .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.agents-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease
}

.agents-block-two .inner-box:hover .image-box img {
    transform: scale(1.05)
}

.agents-block-two .inner-box .content-box .title-inner {
    position: relative;
    margin-bottom: 16px
}

.agents-block-two .inner-box .content-box .title-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 2px
}

.agents-block-two .inner-box .content-box .title-inner a {
    display: inline-block;
    color: #2d2929
}

.agents-block-two .inner-box .content-box .title-inner .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px
}

.agents-block-two .inner-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.agents-block-two .inner-box .content-box .info li {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px
}

.agents-block-two .inner-box .content-box .info li:last-child {
    margin-bottom: 0
}

.agents-block-two .inner-box .content-box .info li a {
    color: #2d2929
}

.agents-block-two .inner-box .content-box .info li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    transition: all 500ms ease
}

.agents-block-two .inner-box .content-box .info {
    position: relative;
    margin-bottom: 33px
}

.agents-block-two .inner-box .content-box .theme-btn {
    padding: 11.5px 34px
}

.agents-page-section .pagination-wrapper {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #e5e7ec
}

.agents-page-section .item-shorting {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.agent-details {
    position: relative;
    padding-top: 120px
}

.agent-details-page .deals-block-one .inner-box {
    position: relative;
    padding: 34px 50px 42px 340px !important;
    min-height: 350px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px
}

.agent-details-page .deals-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px
}

.agent-details-page .feature-block-one .inner-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px
}

.agent-details-page {
    padding-top: 95px;
    padding-bottom: 90px
}

.group-title {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.group-title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500
}

.agent-details-page .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 15px;
    line-height: 40px;
    color: #93959e;
    font-weight: 500;
    margin-right: 30px;
    cursor: pointer
}

.agent-details-page .tab-btn-box .tab-btns li:last-child {
    margin: 0px !important
}

.agent-details-page .tab-btn-box .tab-btns li:before {
    position: absolute;
    content: '';
    border: 2px solid #dfe1e6;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: all 500ms ease
}

.agent-details-page .tab-btn-box .tab-btns li:after {
    position: absolute;
    content: '';
    background-color: #dfe1e6;
    left: 5px;
    top: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 500ms ease
}

.agent-details-page .deals-block-one .image-box .buy-btn {
    position: absolute;
    left: 170px;
    top: 10px
}

.agent-details-page .deals-block-one .image-box .buy-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7360ff;
    padding: 0 14px;
    z-index: 1
}

.agent-details-page .deals-block-one .inner-box .batch {
    right: inherit;
    left: 30px
}

.agent-details-page .deals-block-one .inner-box .category {
    left: 70px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="password"],
.default-form textarea {
    position: relative;
    display: block;
    width: 100% !important;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    font-size: 14px;
    color: #93959e;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
    transition: all 500ms ease
}

.default-form textarea {
    height: 120px;
    resize: none
}

.default-sidebar .agents-contact .form-group {
    margin-bottom: 10px
}

.default-sidebar .agents-contact .form-group:last-child {
    margin-bottom: 0
}

.default-sidebar .agents-contact .form-group .theme-btn {
    display: block;
    width: 100%
}

.page-title-two {
    position: relative;
    padding: 60px 0
}

.page-title-two h1 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 12px
}

.page-title-two .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #93959e;
    padding-right: 15px;
    margin-right: 5px
}

.page-title-two .breadcrumb li:last-child {
    padding: 0px !important;
    margin: 0px !important
}

.page-title-two .breadcrumb li a {
    color: #93959e
}

.page-title-two .breadcrumb li:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 0;
    right: 0;
    font-size: 16px
}

.page-title-two .breadcrumb li:last-child:before {
    display: none
}

.property-page-section {
    position: relative;
    padding: 120px 0
}

.property-page-section .deals-block-one .inner-box {
    position: relative;
    padding: 34px 50px 42px 340px !important;
    min-height: 350px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px
}

.property-page-section .deals-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px
}

.property-page-section .feature-block-one .inner-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px
}

.property-page-section .deals-block-one .image-box .buy-btn {
    position: absolute;
    left: 170px;
    top: 10px
}

.property-page-section .deals-block-one .image-box .buy-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7360ff;
    padding: 0 14px;
    z-index: 1
}

.property-page-section .deals-block-one .inner-box .batch {
    right: inherit;
    left: 30px
}

.property-page-section .deals-block-one .inner-box .category {
    left: 70px
}

.default-sidebar .filter-widget .select-box {
    min-height: 50px;
    margin-bottom: 10px
}

.default-sidebar .filter-widget .theme-btn {
    display: block;
    width: 100%
}

.default-sidebar .price-filter .input {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.default-sidebar .price-filter .input input {
    position: relative;
    display: inline-block;
    font-size: 14px
}

.property-page-section .item-shorting {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.page-title-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 504px;
    height: 171px;
    background-repeat: no-repeat
}

.page-title-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 466px;
    height: 154px;
    background-repeat: no-repeat
}

.property-details {
    position: relative;
    padding: 120px 0
}

.property-details .top-details {
    position: relative;
    width: 100%;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.property-details .top-details .left-column h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 20px
}

.property-details .top-details .left-column .author-box {
    position: relative;
    padding-left: 52px;
    padding-right: 20px;
    margin-right: 20px
}

.property-details .top-details .left-column .author-box:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 30px;
    top: 5px;
    right: 0
}

.property-details .top-details .left-column .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.property-details .top-details .left-column .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.property-details .top-details .left-column .author-box h6 {
    font-size: 15px;
    line-height: 40px;
    font-weight: 500
}

.property-details .top-details .left-column .rating li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    margin-right: 4px;
    color: #f2b241
}

.property-details .top-details .left-column .rating li:last-child {
    margin: 0px !important
}

.property-details .top-details .right-column .price-inner .category li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.property-details .top-details .right-column .price-inner .category li:last-child {
    margin: 0px !important
}

.property-details .top-details .right-column .price-inner .category li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 0 14px;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase
}

.property-details .top-details .right-column .price-inner .category li:first-child a {
    background-color: #f2b241
}

.property-details .top-details .right-column .price-inner .category li:last-child a {
    background-color: #7360ff
}

.property-details .top-details .right-column .price-inner .category {
    margin-right: 20px
}

.property-details .top-details .right-column .price-inner .price-box h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500
}

.property-details .top-details .right-column .price-inner {
    position: relative;
    margin-bottom: 26px
}

.property-details .top-details .right-column .other-option li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.property-details .top-details .right-column .other-option li:last-child {
    margin: 0px !important
}

.property-details .top-details .right-column .other-option li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 3px;
    font-size: 20px;
    color: #989aa3;
    text-align: center
}

.property-details .top-details .right-column .other-option li a:hover {
    color: #fff
}

.property-details .carousel-inner {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.property-details .carousel-inner .image-box {
    position: relative;
    display: block;
    border-radius: 10px
}

.property-details .carousel-inner .image-box img {
    width: 100%;
    border-radius: 10px
}

.property-details .carousel-inner .image-box:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    z-index: 1;
    border-radius: 10px
}

.property-details .carousel-inner .nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.property-details .carousel-inner .nav button {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #9799a2;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease
}

.property-details .carousel-inner .nav .prev {
    left: 20px
}

.property-details .carousel-inner .nav .next {
    right: 20px
}

.property-details .carousel-inner .nav button:hover {
    color: #fff
}

.property-details-content {
    position: relative;
    display: block
}

.property-details-content .title-box {
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 28px
}

.property-details-content .title-box:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0
}

.property-details-content .title-box:after {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: calc(100% - 90px);
    height: 1px;
    left: 0;
    bottom: -4px
}

.property-details-content .title-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.property-details-content .content-widget {
    position: relative;
    width: 100%;
    padding: 43px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.property-details-content .content-widget:last-child {
    margin-bottom: 0
}

.property-details-content .discription-box .text p {
    margin-bottom: 26px
}

.property-details-content .discription-box .text p:last-child {
    margin-bottom: 0
}

.property-details-content .details-box .list li {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    color: #0f172b;
    margin-bottom: 11px
}

.property-details-content .details-box .list li span {
    color: #808288
}

.property-details-content .details-box {
    padding-bottom: 32px
}

.property-details-content .amenities-box .list li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 19px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500
}

.property-details-content .amenities-box .list li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 4px;
    border-radius: 50%
}

.property-details-content .amenities-box .list li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 5px;
    top: 9px;
    border-radius: 50%
}

.property-details-content .amenities-box {
    padding-bottom: 24px
}

.accordion-box .block {
    position: relative;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e5e7ec;
    transition: all 500ms ease
}

.accordion-box .block:last-child {
    margin-bottom: 0
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 21px;
    right: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease
}

.accordion-box .block .acc-btn.active .icon-outer {
    transform: rotate(180deg)
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding: 16px 55px 14px 30px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    transition: all 500ms ease
}

.accordion-box .block .acc-btn h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2d2929;
    margin: 0;
    transition: all 500ms ease
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 23px 30px 39px 30px;
    border-top: 1px solid #e5e7ec
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .acc-content p {
    margin-bottom: 33px
}

.accordion-box .block .acc-content .image-box {
    position: relative;
    display: block;
    text-align: center
}

.property-details-content .floorplan-inner .title-box {
    margin-bottom: 34px
}

.property-details-content .location-box .info {
    position: relative;
    display: block;
    padding-bottom: 15px
}

.property-details-content .location-box .info li {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    margin-bottom: 11px
}

.property-details-content .location-box .info li span {
    color: #0f172b
}

.property-details-content #contact-google-map {
    position: relative;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    overflow: hidden
}

.property-details-content .nearby-box .single-item {
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px
}

.property-details-content .nearby-box .single-item:last-child {
    margin-bottom: 0
}

.property-details-content .nearby-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 3px
}

.property-details-content .nearby-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 11px
}

.property-details-content .nearby-box .single-item .text h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 0
}

.property-details-content .nearby-box .single-item .text h6 span {
    font-weight: 400;
    color: #808288
}

.property-details-content .nearby-box .single-item .rating li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 4px;
    color: #f2b241
}

.property-details-content .nearby-box .single-item .rating li:last-child {
    margin: 0px !important
}

.property-details-content .nearby-box .single-item .box {
    position: relative;
    display: block;
    margin-bottom: 6px
}

.property-details-content .nearby-box .single-item .box:last-child {
    margin-bottom: 0
}

.property-details-content .form-group {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.property-details-content .form-group.message-btn {
    margin-bottom: 0;
    padding-top: 15px
}

.property-details-content .form-group input[type='text'],
.property-details-content .form-group input[type='email'],
.property-details-content .form-group input[type='tel'],
.property-details-content .form-group textarea {
    position: relative;
    display: block;
    width: 100% !important;
    height: 42px;
    font-size: 16px;
    color: #808288;
    border-bottom: 1px solid #e5e7ec;
    transition: all 500ms ease
}

.property-details-content .form-group textarea {
    height: 120px;
    resize: none
}

.property-details-content .form-group i {
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 13px;
    color: #808288;
    z-index: 1
}

.ui-datepicker table {
    background: #fff;
    border: 1px solid #e5e5e5
}

.property-details-content .ui-widget.ui-widget-content {
    background-color: transparent !important
}

#ptTimeSelectCntr .ui-widget.ui-widget-content {
    border: none !important;
    padding: 0px !important
}

#ptTimeSelectCntr {
    border: 1px solid #e5e5e5;
    padding-bottom: 15px
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: none !important;
    color: #252525;
    font-size: 14px;
    border-radius: 0;
    width: 270px;
    padding: 0px !important
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next {
    right: 5px
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 .4em;
    width: 100%;
    z-index: 99999999
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea
}

.property-sidebar .author-widget .author-box {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.property-sidebar .author-widget .author-box:before {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0
}

.property-sidebar .author-widget .author-box:after {
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: calc(100% - 90px);
    height: 1px;
    left: 0;
    bottom: -4px
}

.property-sidebar .author-widget .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: 2px;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.property-sidebar .author-widget .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%
}

.property-sidebar .author-widget .author-box .inner h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px
}

.property-sidebar .author-widget .author-box .inner .info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
    padding-left: 24px
}

.property-sidebar .author-widget .author-box .inner .info li:last-child {
    margin-bottom: 0
}

.property-sidebar .author-widget .author-box .inner .info li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px
}

.property-sidebar .author-widget .author-box .inner .info li a {
    font-weight: 500
}

.property-sidebar .author-widget .author-box .inner .info li a:hover {
    text-decoration: underline
}

.property-sidebar .author-widget .author-box .inner .info {
    position: relative;
    margin-bottom: 14px
}

.property-sidebar .author-widget .author-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    padding: 7px 19px;
    text-align: center;
    background: #fff0
}

.property-sidebar .author-widget .author-box .btn-box a:hover {
    color: #fff
}

.property-sidebar .author-widget {
    padding-top: 38px
}

.property-sidebar .author-widget .default-form .theme-btn {
    display: block;
    width: 100%;
    padding: 10.5px 30px
}

.property-sidebar .author-widget .default-form .form-group:last-child {
    margin-bottom: 0
}

.mortgage-calculator {
    position: relative;
    padding: 120px 0 80px 0
}

.mortgage-calculator .control-label {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px
}

.mortgage-calculator .input-group-addon:first-child {
    border-right: 0
}

.mortgage-calculator .input-group .form-control:first-child,
.mortgage-calculator .input-group-addon:first-child,
.mortgage-calculator .input-group-btn:first-child>.btn,
.mortgage-calculator .input-group-btn:first-child>.btn-group>.btn,
.mortgage-calculator .input-group-btn:first-child>.dropdown-toggle,
.mortgage-calculator .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.mortgage-calculator .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.mortgage-calculator .input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    background-color: #eee;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.mortgage-calculator .input-group-addon,
.mortgage-calculator .input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.mortgage-calculator input {
    padding: 10px 70px !important
}

.mortgage-calculator .theme-btn {
    display: block;
    width: 100%
}

.mortgage-calculator .column {
    margin-bottom: 25px
}

.mortgage-calculator .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.mortgage-calculator .btn-group,
.mortgage-calculator .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.mortgage-calculator .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.mortgage-calculator .btn-group-justified>.btn,
.mortgage-calculator .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.mortgage-calculator [data-toggle=buttons]>.btn input[type=checkbox],
.mortgage-calculator [data-toggle=buttons]>.btn input[type=radio],
.mortgage-calculator [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
.mortgage-calculator [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.mortgage-calculator #years-group .btn-default {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    box-shadow: none !important;
    outline: none !important;
    color: #222;
    height: 50px
}

.mortgage-calculator .btn-success:not(:disabled):not(.disabled):active,
.mortgage-calculator .btn-success:not(:disabled):not(.disabled).active,
.mortgage-calculator .show>.btn-success.dropdown-toggle {
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important;
    color: #fff !important
}

.mortgage-calculator h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 30px
}

.mortgage-calculator .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important
}

.property-sidebar .calculator-widget .form-group {
    position: relative;
    margin-bottom: 20px
}

.property-sidebar .calculator-widget .form-group:last-child {
    margin-bottom: 0
}

.property-sidebar .calculator-widget .form-group i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #93959e;
    border-right: 1px solid #e5e7ec;
    background: #fff0;
    z-index: 1
}

.property-sidebar .calculator-widget .form-group input {
    padding-left: 70px !important
}

.property-sidebar .calculator-widget .form-group .select-box {
    min-height: 50px
}

.property-sidebar .calculator-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 28px
}

.property-sidebar .calculator-widget h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.property-sidebar .calculator-widget .form-group .theme-btn {
    display: block;
    width: 100%;
    padding: 10.5px 30px
}

.property-sidebar .calculator-widget .form-group .nice-select {
    text-transform: capitalize
}

.property-details .similar-content {
    position: relative;
    display: block;
    padding-top: 93px;
    margin-top: 100px;
    border-top: 1px solid #e5e7ec
}

.property-details .similar-content .title {
    position: relative;
    display: block;
    margin-bottom: 32px
}

.property-details .similar-content .title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.property-details .similar-content .feature-block-one .inner-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.property-details .slider-content {
    position: relative
}

.property-details .slider-content .slider-pager {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px
}

.property-details .slider-content .slider-pager .thumb-box li {
    position: relative;
    display: inline-block;
    width: 20%;
    z-index: 1
}

.property-details .slider-content .slider-pager .thumb-box li a {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.property-details .slider-content .slider-pager .thumb-box li:last-child a {
    margin: 0px !important
}

.property-details .slider-content .slider-pager .thumb-box li figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: all 500ms ease
}

.property-details .slider-content .slider-pager .thumb-box li figure img {
    width: 100%;
    border-radius: 10px
}

.property-details .slider-content .slider-pager .thumb-box li figure:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2;
    border-radius: 10px;
    transition: all 500ms ease
}

.property-details .slider-content .slider-pager .thumb-box li a.active figure:before {
    opacity: 0
}

.property-details .slider-content .slider-pager .thumb-box li figure:after {
    position: absolute;
    content: '';
    border: 5px solid #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 500ms ease
}

.property-details .slider-content .slider-pager .thumb-box li a.active figure:after {
    opacity: 1
}

.property-details-three .product-image {
    position: relative;
    padding-right: 390px
}

.property-details-three .slider-content .slider-pager {
    left: inherit;
    right: 0;
    top: 0;
    width: 370px;
    padding: 0;
    bottom: inherit
}

.property-details-three .slider-content .slider-pager .thumb-box li {
    width: 50%
}

.property-details-three .slider-content .slider-pager .thumb-box li a,
.property-details-three .slider-content .slider-pager .thumb-box li:last-child a {
    margin: 0 15px 30px 15px !important
}

.property-details-three .slider-content .slider-pager .thumb-box li img {
    height: 155px
}

.pb-210 {
    padding-bottom: 210px
}

.property-details-four {
    padding-top: 0
}

.property-details-four .top-details {
    margin-top: -84px;
    z-index: 1;
    margin-bottom: 80px
}

.pb-0 {
    padding-bottom: 0
}

.about-section .inner-container {
    position: relative;
    padding-bottom: 120px;
    border-bottom: 1px solid #e5e7ec
}

.feature-style-three.service-page {
    padding: 120px 0 90px 0
}

.feature-style-three.service-page .feature-block-two .inner-box {
    margin-bottom: 30px
}

.feature-style-three.service-page .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box {
    color: #f95757
}

.feature-style-three.service-page .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box:before {
    background-color: #f95757
}

.feature-style-three.service-page .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box {
    color: #1398ff
}

.feature-style-three.service-page .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box:before {
    background-color: #1398ff
}

.feature-style-three.service-page .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box {
    color: #d74eff
}

.feature-style-three.service-page .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box:before {
    background-color: #d74eff
}

.feature-style-three.service-page .feature-block:last-child .feature-block-two .inner-box .icon-box {
    color: #17c7d2
}

.feature-style-three.service-page .feature-block:last-child .feature-block-two .inner-box .icon-box:before {
    background-color: #17c7d2
}

.faq-page-section {
    position: relative
}

.faq-page-section .sec-title {
    max-width: 450px
}

.faq-page-section .sec-title h2 {
    margin-bottom: 22px
}

.faq-page-section .accordion-box .block .acc-btn h5 {
    font-size: 16px
}

.list-style-one {
    position: relative;
    display: block
}

.list-style-one li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #93959e;
    line-height: 30px;
    margin: 0
}

.list-style-one li:before {
    position: absolute;
    content: '';
    background-color: #c7d9cf;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    border-radius: 50%
}

.faq-page-section .accordion-box .block .acc-content p {
    margin-bottom: 15px
}

.faq-page-section .accordion-box .block .acc-content {
    padding-bottom: 34px
}

.faq-page-section .accordion-box .block.active-block {
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
    border-color: #fff
}

.faq-page-section .accordion-box .block {
    margin-bottom: 20px
}

.faq-page-section .accordion-box .block:last-child {
    margin-bottom: 0
}

.faq-sidebar {
    position: relative;
    display: block
}

.faq-content-side {
    position: relative;
    display: block;
    margin-right: 20px
}

.faq-sidebar .form-inner input[type="text"],
.faq-sidebar .form-inner input[type="email"],
.faq-sidebar .form-inner input[type="tel"],
.faq-sidebar .form-inner input[type="number"],
.faq-sidebar .form-inner textarea {
    position: relative;
    display: block;
    width: 100% !important;
    height: 42px;
    border-bottom: 1px solid #e5e7ec;
    font-size: 14px;
    color: #93959e;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
    transition: all 500ms ease
}

.faq-sidebar .form-inner textarea {
    height: 120px;
    resize: none
}

.faq-sidebar .form-inner .form-group {
    margin-bottom: 10px
}

.faq-sidebar .form-inner .form-group:last-child {
    margin-bottom: 0;
    padding-top: 20px
}

.faq-sidebar .question-inner {
    position: relative;
    display: block;
    padding: 45px 30px 50px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.faq-sidebar .question-inner .sec-title {
    margin-bottom: 18px
}

.faq-sidebar .question-inner .sec-title h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500
}

.pricing-section .tab-btns {
    position: relative;
    display: inline-block;
    margin-bottom: 60px
}

.pricing-section .tab-btns:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 86px;
    content: "";
    border-radius: 30px
}

.pricing-section .tab-buttons li {
    position: relative;
    display: inline-block;
    width: 135px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #2d2929;
    cursor: pointer;
    transition: all 500ms ease
}

.pricing-section .tab-buttons li:first-child {
    padding: 0 60px 0 0;
    text-align: left
}

.pricing-section .tab-buttons li:last-child {
    padding: 0 0 0 55px;
    text-align: left
}

.pricing-section .tab-btns li.active-btn:before {
    right: 11px
}

.pricing-section .tab-btns li:before {
    position: absolute;
    top: 7px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    content: "";
    right: -39px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-section .tab-btns li:last-child:before {
    display: none
}

.properties-section {
    position: relative;
    padding: 120px 0
}

.properties-section .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%
}

.properties-section .properties-table {
    min-width: 1170px;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 5px
}

.properties-section th {
    position: relative;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 28px;
    color: #93959e;
    font-weight: 500;
    border-right: 1px solid #e5e7ec
}

.properties-section th:last-child {
    border-right: none
}

.properties-section th .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 13px
}

.properties-section th .image-box img {
    width: 100%;
    border-radius: 10px
}

.properties-section th .image-box:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3
}

.properties-section th .title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2d2929;
    margin-bottom: 3px
}

.properties-section th .price {
    position: relative;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0
}

.properties-section tbody tr:nth-child(2n+1) {
    background-color: #fafbfc
}

.properties-section tbody tr {
    border-top: 1px solid #e5e7ec
}

.properties-section tbody tr td {
    padding: 16px 15px;
    border-right: 1px solid #e5e7ec
}

.properties-section tbody tr td:last-child {
    border: none
}

.properties-section tbody tr td p {
    font-size: 15px;
    font-weight: 500
}

.properties-section tbody tr td p i.yes {
    color: #2c8d3f
}

.properties-section tbody tr td p i.no {
    color: #f94c4c
}

.pt-120 {
    padding-top: 120px
}

.pb-90 {
    padding-bottom: 90px
}

.category-section.category-page .category-block-one .inner-box {
    margin-bottom: 30px
}

.career-page-section {
    position: relative
}

.career-page-section .sec-title {
    margin-right: 50px
}

.career-page-section .sec-title h2 {
    margin-bottom: 31px
}

.career-page-section .sec-title p {
    margin-bottom: 26px
}

.career-page-section .accordion-box .block.active-block {
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
    border-color: #fff
}

.career-page-section .accordion-box .block {
    margin-bottom: 20px
}

.career-page-section .accordion-box .block:last-child {
    margin-bottom: 0
}

.career-page-section .accordion-box .block .acc-btn h5 {
    font-size: 20px
}

.career-page-section .accordion-box .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 19px;
    padding-top: 11px
}

.career-page-section .accordion-box .content-box .list-style-one {
    margin-bottom: 15px
}

.career-page-section .accordion-box .block .acc-content p {
    margin-bottom: 14px
}

.career-page-section .accordion-box .block .theme-btn {
    margin-top: 15px;
    padding: 10.5px 30px
}

.gallery-style-one {
    position: relative;
    padding: 114px 0 90px 0
}

.sortable-masonry .filters {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.sortable-masonry .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding: 11px 28px;
    transition: all 500ms ease;
    margin: 0 3.5px
}

.sortable-masonry .filters .filter-tabs li:hover,
.sortable-masonry .filters .filter-tabs li.active {
    color: #fff
}

.gallery-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.gallery-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.gallery-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff
}

.gallery-block-one .inner-box .image-box .image:hover {
    background-color: #1b1d21;
}

.gallery-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease
}

.gallery-block-one .inner-box:hover .image-box .image img {
    opacity: .2;
    transform: scale(1.05)
}

.gallery-block-one .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 60px;
    line-height: 60px;
    color: #fff
}

.gallery-block-one .inner-box:hover .image-box a {
    transform: translate(-50%, -50%) scale(1, 1)
}

.gallery-style-two {
    position: relative
}

.gallery-style-two .carousel .stage-outer {
    overflow: visible
}

.gallery-block-two .inner-box {
    position: relative;
    display: block
}

.gallery-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    opacity: .4;
    transition: all 500ms ease
}

.gallery-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 10px
}

.item.active .gallery-block-two .inner-box .image-box {
    opacity: 1
}

.gallery-style-two .dots {
    margin-top: 40px
}

.admin-quotation-header-override {
    width: 100%
}

.admin-quotation-content-override {
    max-width: calc(95vw)
}

.admin-label-wrapper {
    max-height: 4em;
    overflow: auto
}

.myprofile-section {
    position: relative
}

.myprofile-section .title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.myprofile-section .title h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500
}

.myprofile-section .tab-btns {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 70px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 35px;
    border-radius: 10px
}

.myprofile-section .tab-btns li {
    position: relative;
    display: inline-block;
    margin-right: 70px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 35px;
    color: #93959e;
    font-weight: 500;
    cursor: pointer;
    transition: all 500ms ease
}

.myprofile-section .tab-btns li:last-child {
    margin: 0px !important
}

.myprofile-section .tab-btns li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease
}

.myprofile-section .tab-btns li.active-btn span {
    color: #fff
}

.myprofile-section .general-information {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 36px 40px 17px 40px;
    border-radius: 10px
}

.myprofile-section h4 {
    position: relative;
    display: block;
    padding-left: 42px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px
}

.myprofile-section h4 i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 28px
}

.myprofile-section .inner-box .field-input {
    position: relative;
    display: block;
    margin-bottom: 23px
}

.myprofile-section .inner-box label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #2d2929;
    font-weight: 500;
    margin-bottom: 7px
}

.myprofile-section .inner-box .select-box {
    min-height: 50px
}

.myprofile-section .inner-box .field-input .nice-select {
    text-transform: none
}

.myprofile-section .upload-box {
    position: relative;
    display: block
}

.myprofile-section .upload-box label {
    position: relative;
    display: inline-block;
    color: #93959e;
    font-size: 14px;
    cursor: pointer
}

.myprofile-section .upload-box input[type="file"] {
    display: none
}

.myprofile-section .tabs-content .upload-inner {
    position: relative;
    display: block;
    background-color: #fff0;
    padding: 41px 30px;
    border: 1px dashed #dadde6;
    border-radius: 10px;
    margin-bottom: 30px
}

.myprofile-section .tabs-content .upload-inner i {
    font-size: 40px;
    line-height: 40px;
    color: #e5e7ec;
    margin-bottom: 12px
}

.myprofile-section .gallery-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 36px 40px 40px 40px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.myprofile-section .property-details {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 36px 40px 40px 40px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.myprofile-section .other-option {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.myprofile-section .other-option li {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.myprofile-section .other-option li:last-child {
    margin: 0px !important
}

.myprofile-section .other-option .radio-box {
    position: relative;
    display: block
}

.myprofile-section .other-option .radio-box label {
    position: relative;
    display: block;
    padding-left: 22px;
    margin-right: 0;
    margin-bottom: 0;
    color: #93959e;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    transition: all 500ms ease
}

.myprofile-section .other-option .radio-box input[type="checkbox"] {
    display: none
}

.myprofile-section .other-option .radio-box label:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
    border: 2px solid #d2d4d9;
    border-radius: 50%;
    transition: all 500ms ease
}

.myprofile-section .other-option .radio-box label:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 5px;
    top: 12px;
    background-color: #d2d4d9;
    border-radius: 50%;
    transition: all 500ms ease
}

.myprofile-section .other-option .radio-box input[type="checkbox"]:checked+label:before {
    border: 2px solid #2c8d3f
}

.myprofile-section .other-option .radio-box input[type="checkbox"]:checked+label:after {
    background-color: #2c8d3f
}

.myprofile-section .property-details h6 {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.myprofile-section #contact-google-map {
    position: relative !important;
    width: 100% !important;
    height: 270px !important;
    border-radius: 10px;
    overflow: hidden
}

.brochure-section {
    position: relative
}

.brochure-section .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 36px 40px 40px 40px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 10px
}

.brochure-section .inner-box h4 {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 26px
}

.brochure-section .inner-box .form-group {
    position: relative;
    margin-bottom: 24px
}

.brochure-section .inner-box .form-group label {
    position: relative;
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    color: #2d2929;
    font-weight: 500;
    margin-bottom: 8px
}

.brochure-section .inner-box .form-group .theme-btn {
    display: block;
    width: 100%
}

.brochure-section .inner-box .othre-text p {
    font-size: 15px
}

.brochure-section .inner-box .othre-text p a:hover {
    text-decoration: underline
}

.brochure-section .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.brochure-section .tab-btn-box .tab-btns {
    position: relative;
    max-width: 210px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #e5e7ec;
    overflow: hidden
}

.brochure-section .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    width: 50%;
    font-size: 17px;
    line-height: 26px;
    color: #808288;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    transition: all 500ms ease
}

.brochure-section .tab-btn-box .tab-btns li.active-btn {
    color: #fff
}

.error-section {
    position: relative;
    padding: 100px 0 120px 0
}

.error-section .inner-box .theme-btn-one i {
    margin-right: 10px
}

.error-section .inner-box .error-image {
    position: relative;
    display: inline-block;
    margin-bottom: 60px
}

.error-section .inner-box h1 {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
    margin-bottom: 10px
}

.error-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    color: #808288;
    margin-bottom: 60px
}

.contact-info-section {
    position: relative
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 96px 55px 65px 55px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    transition: all 500ms ease
}

.info-block-one .inner-box:hover {
    transform: translateY(-10px)
}

.info-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 26px;
    color: #f2b241;
    z-index: 1
}

.info-block:last-child .info-block-one .inner-box .icon-box {
    color: #f94c4c
}

.info-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: #f2b241;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    top: -24px;
    right: -33px;
    opacity: .2;
    z-index: -1;
    transition: all 500ms ease
}

.info-block-one .inner-box:hover .icon-box:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .05
}

.info-block:last-child .info-block-one .inner-box .icon-box:before {
    background-color: #f94c4c
}

.info-block-one .inner-box h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 21px;
    transition: all 500ms ease
}

.info-block-one .inner-box p {
    font-size: 16px;
    line-height: 26px;
    color: #a0a1a8
}

.info-block-one .inner-box p a {
    color: #a0a1a8
}

.contact-section .google-map-area {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px
}

.contact-section .google-map-area #contact-google-map {
    width: 100%;
    height: 540px
}

.agency-content-side .agents-block-one .inner-box .image-box {
    border: 1px solid #e5e7ec;
    border-radius: 10px
}

.agency-content-side .agents-block-two .inner-box .image-box {
    border: 1px solid #e5e7ec;
    border-radius: 50%
}

.agency-details-content .agents-block-one .inner-box .image-box {
    border: 1px solid #e5e7ec;
    border-radius: 10px
}

.sidebar-page-container {
    position: relative
}

.sidebar-page-container .pagination-wrapper {
    margin-top: 20px
}

.sidebar-page-container .news-block-one .inner-box {
    margin-bottom: 30px
}

.blog-sidebar {
    position: relative;
    display: block
}

.blog-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 32px 30px 40px 30px;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%)
}

.blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.blog-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px
}

.blog-sidebar .sidebar-widget .widget-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.blog-sidebar .sidebar-widget .search-inner .form-group {
    position: relative;
    margin: 0
}

.blog-sidebar .sidebar-widget .search-inner .form-group input[type='search'],
.blog-sidebar .sidebar-widget .search-inner .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100% !important;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    font-size: 15px;
    color: #808288;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease
}

.blog-sidebar .sidebar-widget .search-inner .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: all 500ms ease
}

.blog-sidebar .social-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.blog-sidebar .social-widget .social-links li:last-child {
    margin: 0px !important
}

.blog-sidebar .social-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #fff;
    background-color: #466ca9;
    text-align: center;
    border-radius: 50%
}

.blog-sidebar .social-widget .social-links li:nth-child(2) a {
    background-color: #dd4b39
}

.blog-sidebar .social-widget .social-links li:nth-child(3) a {
    background-color: #55acee
}

.blog-sidebar .social-widget .social-links li:nth-child(4) a {
    background-color: #0077b5
}

.blog-sidebar .social-widget .social-links li:last-child a {
    background-color: #e4405f
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #e5e7ec
}

.blog-sidebar .category-widget .category-list li:last-child {
    border-bottom: none
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #93959e;
    font-weight: 500;
    padding-left: 15px
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-weight: 700
}

.blog-sidebar .category-widget .category-list li a span {
    float: right
}

.blog-sidebar .category-widget {
    padding-bottom: 15px
}

.blog-sidebar .category-widget .widget-title {
    margin-bottom: 0
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    min-height: 106px;
    border-bottom: 1px solid #e5e7ec
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 5px;
    width: 80px;
    height: 80px;
    border-radius: 10px
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 10px
}

.blog-sidebar .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 7px
}

.blog-sidebar .post-widget .post h5 a {
    display: inline-block;
    color: #2d2929
}

.blog-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    color: #93959e;
    font-size: 15px;
    margin: 0
}

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 17px
}

.blog-sidebar .post-widget {
    padding-bottom: 10px
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #93959e;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    padding: 8px 17px
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: #fff
}

.blog-sidebar .tags-widget {
    padding-bottom: 30px
}

.blog-list {
    position: relative
}

.blog-list .news-block-two .inner-box {
    margin-bottom: 30px
}

.blog-list .pagination-wrapper {
    margin-top: 20px
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #2d2929
}

.blog-details-content .news-block-one .inner-box .image-box .image img {
    opacity: 1 !important;
    transform: scale(1) !important
}

.blog-details-content .news-block-one .inner-box .image-box .image:before {
    display: none
}

.blog-details-content .news-block-one .inner-box .lower-content .text p {
    margin-bottom: 7px
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
    position: relative;
    display: block;
    background-color: #edfaf3;
    border-radius: 10px;
    padding: 40px 40px;
    margin: 42px 0 43px 0
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote h4 {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic;
    margin: 0
}

.blog-details-content .post-tags .tags-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.blog-details-content .post-tags .tags-list li:last-child {
    margin: 0
}

.blog-details-content .post-tags .tags-list li h5 {
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
    margin-right: 20px
}

.blog-details-content .post-tags .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #93959e;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    padding: 8px 17px
}

.blog-details-content .post-tags .tags-list li a:hover {
    color: #fff
}

.blog-details-content .news-block-one .inner-box .lower-content {
    padding-top: 36px;
    padding-bottom: 50px
}

.blog-details-content .news-block-one .inner-box .lower-content .text {
    padding-bottom: 16px
}

.blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 34px
}

.blog-details-content .group-title h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.blog-details-content .comments-area {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 33px 30px 30px 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px
}

.blog-details-content .comments-area .comment {
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 32px
}

.blog-details-content .comments-area .comment .comment-inner {
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e7ec
}

.blog-details-content .comments-area .comment:last-child .comment-inner {
    border-bottom: none
}

.blog-details-content .comments-area .comment:last-child {
    margin-bottom: 0
}

.blog-details-content .comments-area .comment .thumb-box {
    position: absolute;
    left: 0;
    top: -2px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.blog-details-content .comments-area .comment .thumb-box img {
    width: 100%;
    border-radius: 50%
}

.blog-details-content .comments-area .comment .comment-info h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 1px
}

.blog-details-content .comments-area .comment .comment-info span {
    position: relative;
    display: block;
    font-size: 15px;
    margin: 0
}

.blog-details-content .comments-area .comment .comment-info {
    position: relative;
    margin-bottom: 16px
}

.blog-details-content .comments-area .comment .text p {
    margin-bottom: 16px
}

.blog-details-content .comments-area .comment .text a {
    font-size: 16px;
    font-weight: 500;
    color: #93959e
}

.blog-details-content .comments-area .comment .text a i {
    font-size: 14px;
    margin-right: 10px
}

.blog-details-content .comments-area .comment.replay-comment {
    margin-left: 70px
}

.blog-details-content .comments-form-area {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 33px 30px 30px 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}

.comment-form input,
.comment-form textarea {
    border: none !important;
    border-bottom: 1px solid #e5e7ec !important;
    border-radius: 0px !important;
    padding: 10px 0px !important;
    font-size: 16px !important
}

.comment-form .form-group.message-btn {
    padding-top: 15px
}

.header-style-two .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #fff
}

.main-header.dark-header .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #fff
}

.advanced-search {
    position: absolute;
    right: 0;
    top: 30px !important;
    width: 100%;
    display: inherit !important;
    left: auto !important;
    transform: scaleY(0) !important;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    border: none;
    z-index: 999999;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    transition: all 500ms ease
}

.active .advanced-search {
    transform: scaleY(1) !important;
    opacity: 1;
    visibility: visible
}

.banner-section .switch_btn_one {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 14px
}

.banner-section .switch_btn_one .nav-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 15px;
    background: #fff0
}

.banner-section .switch_btn_one .nav-btn i {
    position: absolute;
    right: 0;
    top: 6px;
    transition: all 500ms ease
}

.active.switch_btn_one .nav-btn i {
    transform: rotate(180deg)
}

.banner-section .switch_btn_one .nav-btn:before {
    position: absolute;
    content: "\f055";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
    transition: all 500ms ease
}

.active.switch_btn_one .nav-btn:before {
    content: "\f056" !important
}

.search-field-section .switch_btn_one .nav-btn:before {
    display: none
}

.page-content .search-field-section .active .switch_btn_one .nav-btn i.fa-angle-down {
    transition: all 500ms ease
}

.page-content .switch_btn_one .nav-btn:before {
    position: absolute;
    display: inline-block;
    content: "\f055";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease
}

.page-content .active .switch_btn_one .nav-btn:before {
    content: "\f056"
}

.advanced-search .close-btn {
    position: absolute;
    top: 15px;
    right: 15px
}

.advanced-search .close-btn a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #e5e7ec;
    color: #93959e;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1
}

.carousel-indicators {
    position: absolute;
    right: -176px;
    bottom: 427px;
    left: 1179px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    transform: rotate(90deg)
}

.search-field .top-search .search-btn button i {
    margin-right: 8px
}

.vscomp-search-input {
    margin-bottom: unset !important
}

.name-version {
    position: absolute;
    left: calc(50% - 3.6vw)
}

.vscomp-value {
    color: #000000 !important;
    background-color: #fff
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 0.9 !important
}

.vscomp-wrapper {
    font-family: 'Rubik', sans-serif
}

#lookupSearchButton {
    position: relative;
    top: 40%;
    right: 6em;
}

.swiper {
    padding: 17px 20px 225px 18px
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover
}

.swiper-button-next,
.swiper-button-prev {
    color: #2dbe6c
}

.moblie-container {
    margin-top: 50px;
    Display: flex;
    justify-content: center;
    align-items: center
}

.phone {
    background-color: #36383F;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    Display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 30px 50px 100px #85888C
}

.mobile-content {
    border: 1px solid #36383F;
    border-radius: 20px;
    width: 94%;
    height: 91%;
    background-color: #F5F6FA;
    overflow: hidden
}

#mobilenav {
    background-color: #1E1E23;
    height: 65px
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0;
    transition: transform 0.5s cubic-bezier(.77, .2, .05, 1), background 0.5s cubic-bezier(.77, .2, .05, 1), opacity 0.55s ease
}

#menuToggle span:first-child {
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(.2, .2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px)
}

#menu {
    position: absolute;
    width: 180px;
    height: 400px;
    box-shadow: 0 0 10px #85888C;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(.77, .2, .05, 1)
}

#menu li {
    padding: 10px 0;
    transition-delay: 2s
}

#menuToggle input:checked~ul {
    transform: none
}

#thumbnail-slider {
    position: absolute
}

#thumbnail-slider .splide__slide img {
    opacity: .3
}

#thumbnail-slider .splide__slide.is-active img {
    opacity: 1
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #061a3a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center
}

.sidenav h4 {
    color: rgb(255 255 255 / .8)
}

.sidenav .dropdown-item:active,
.sidenav .dropdown-item:hover {
    background-color: unset
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgb(255 255 255 / .8);
    display: block;
    transition: 0.3s
}

.sidenav a:hover {
    color: #2c8d3f
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer
}

.sidenav .dropdown-menu.show {
    display: contents
}

.form-select-lg {
    font-family: 'Rubik' !important;
    height: 50px;
    font-size: 14px !important;
    color: #93959e;
    padding: .715em 1.25rem !important
}

#blogimg {
    min-height: 6em;
    max-height: 6em;
    min-width: 6em;
    max-width: 6em;
    border: unset;
    border-radius: 0em;
    padding: 0;
    transform: translate(0, 15%)
}

#blogbig {
    -webkit-transform: translate(0, -22%);
    transform: translate(0, -22%)
}

.blog-big:hover img {
    opacity: .5;
    transform: translate(0, -22%) scale(1.05) !important
}

.image-box.blog-big {
    max-height: 20em
}

#logomob {
    max-width: 46vw
}

.dropdown-divider {
    color: #fff
}

.wowbook-toolbar {
    z-index: 0 !important
}

.wowbook-toolbar-container {
    margin-top: 1%
}

.center {
    text-align: center;
    padding-top: 2rem
}

.vscomp-search-input {
    border: unset !important
}

.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
    border-radius: 5px
}

.shadow-lg {
    border-radius: 10px
}

.popup {
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 5px;
    display: none;
    text-align: center;
    z-index: 999
}

.popup img {
    width: 75%
}

.popup a {
    position: absolute;
    height: 15rem;
    width: 50%;
    left: 25%;
    bottom: 35%
}

.popup button {
    display: block;
    margin: 0 0 20px auto;
    font-size: 30px;
    color: #fff;
    background: #4d4d4d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 8rem
}

.popup-button {
    position: absolute;
    bottom: 12%;
    width: 50%;
    left: 25%;
    right: 25%
}

#no-image-small {
    height: 374px;
    width: 374px;
    object-fit: contain
}

#no-image {
    height: 23.375rem;
    width: 23.375rem
}

#logo-sec {
    width: 75%;
    position: relative;
    left: 12%
}

.mobile-nav-toggler {
    display: none
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .47);
    z-index: 999;
    cursor: pointer
}

.lower-content-title {
    height: 100px
}

.lower-content-dateplaced {
    position: relative;
    top: 0rem;
    padding-bottom: 1em
}

.lower-content-text {
    position: relative;
    display: block;
    margin-bottom: 22px;
    height: 175px
}

#close {
    position: fixed;
    right: 9.4rem
}

#admin-header {
    z-index: 99
}

#templateAdmin {
    padding-bottom: 3em
}

@media all and (min-width:992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: hidden;
        transition: .3s;
        margin-top: 0
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: hidden;
        top: 100%;
        transform: rotateX(0deg)
    }
    .nav-up {
        top: -80px
    }
    .navbar {
        transition: top 0.4s ease-in-out
    }
    .sidebar,
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0
    }
    .sidebar {
        left: -100%;
        max-width: 300px;
        transition: all ease 0.25s;
        overflow-y: auto;
        z-index: 1032
    }
    .overlay {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / .5);
        visibility: hidden;
        z-index: 1031
    }
    .main-navigation.active .sidebar {
        left: 0
    }
    .main-navigation.active .overlay {
        visibility: visible
    }
    img#mySidenav.menu-link {
        max-width: 65vw
    }
}

@media screen and (max-width:1536px) and (min-width:1535px) {
    #close {
        right: 7.9rem
    }
}

@media screen and (max-width:1440px) and (min-width:1439px) {
    #close {
        right: 7.7rem
    }
}

@media screen and (max-width:1366px) and (min-width:1365px) {
    #close {
        right: 7.3rem !important
    }
}

@media screen and (max-width:1280px) and (min-width:1279px) {
    #close {
        right: 7rem !important
    }
}

@media screen and (max-width:1194px) and (min-width:1193px) {
    #close {
        right: 6.6rem !important
    }
}

@media screen and (max-width:1180px) and (min-width:1179px) {
    #close {
        right: 6.6rem !important
    }
}

@media screen and (max-width:1080px) and (min-width:1079px) {
    #close {
        right: 6.1rem !important
    }
}

@media screen and (max-width:1024px) and (min-width:1023px) {
    #close {
        right: 6rem !important
    }
}

@media screen and (max-width:1024px) and (min-width:300px) {
    .mobile-nav-toggler {
        display: block;
        left: 20px;
        cursor: pointer;
        position: fixed;
        top: 20px;
        color: #4d4d4d
    }
    .lower-content-title {
        height: 7rem
    }
    .lower-content-dateplaced {
        top: 1rem;
        padding-bottom: 0rem
    }
    .lower-content-text {
        height: 12rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 2rem;
        padding: 1rem 0 1rem 0
    }
}

@media (min-width:992px) {
    .sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        flex-direction: row;
        max-width: 100%;
        transform: none;
        transition: none;
        overflow-y: visible;
        z-index: auto
    }
    .main-heading {
        position: relative;
        z-index: 100
    }
}

@media (max-width:991.98px) {
    .navbar-nav {
        padding-top: 5rem;
        padding-left: 1.5rem
    }
}

@media (min-width:1084px) {
    .order-lg-2 svg {
        display: none
    }
}

@media only screen and (min-width:1599px) {
    .main-header .outer-box {
        padding: 0 30px
    }
    .main-header .outer-box .btn-box {
        display: none
    }
    .page-content .left-column,
    .page-content .right-column {
        float: none;
        width: 100%
    }
    .page-content .item-shorting .left-column {
        float: left;
        width: auto
    }
    .page-content .item-shorting .right-column {
        float: right;
        width: auto
    }
    .rtl .main-header .menu-right-content .sign-box {
        margin-left: 0
    }
    .main-header .menu-right-content .sign-box {
        margin-right: 0
    }
    .header-style-two .header-lower .main-menu .navigation>li>a {
        padding: 0 20px
    }
    span.header-admin.left {
        position: relative;
        right: 0
    }
    .mobile-nav-toggler {
        display: none
    }
}

@media only screen and (max-width:1399px) {
    span.header-admin.left {
        position: relative;
        right: 36.8vw
    }
}

@media only screen and (max-width:1200px) {
    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important
    }
    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
        margin-top: 0
    }
    .megamenu ul li:first-child {
        display: none
    }
    .footer-buttom .left-column,
    .footer-buttom .right-column {
        float: none;
        display: block;
        text-align: center
    }
    .footer-buttom .info li {
        float: none
    }
    .footer-buttom .social-links,
    .footer-buttom .sign-box {
        float: none;
        display: inline-block
    }
    .footer-buttom .sign-box {
        top: -8px
    }
    .footer-buttom .left-column {
        margin-bottom: 10px
    }
    .category-section .category-list li {
        width: 33.333%
    }
    .category-section .category-block-one .inner-box {
        margin-bottom: 30px
    }
    .category-section .more-btn {
        margin-top: 20px
    }
    .feature-block-one .inner-box .lower-content .more-details li:before {
        display: none
    }
    .cta-section .text,
    .cta-section .btn-box {
        float: none;
        display: block
    }
    .content_block_1 .content-box .download-btn a.app-store {
        margin-bottom: 10px
    }
    .carousel .dots {
        display: none
    }
    .agents-block-one .inner-box .content-box .title-inner {
        float: none;
        display: block
    }
    .agents-block-one .inner-box .content-box .social-list {
        float: none;
        display: block;
        margin-top: 10px
    }
    .item-shorting .left-column,
    .item-shorting .right-column {
        float: none;
        display: block;
        text-align: center
    }
    .agent-details-page .tab-btn-box .tab-btns li {
        float: none
    }
    .item-shorting .short-box {
        float: none
    }
    .property-page-section .deals-block-one .inner-box {
        padding-right: 30px
    }
    .deals-block-one .inner-box .lower-content .price-box .author-thumb span {
        display: none
    }
    .property-details-three .product-image {
        padding: 0;
        margin-bottom: 50px
    }
    .property-details-three .slider-content .slider-pager {
        position: relative;
        width: 100%
    }
    .property-details-three .slider-content .slider-pager .thumb-box li {
        width: 33.333%
    }
    .myprofile-section .tab-btns li {
        margin-right: 30px;
        margin-bottom: 15px
    }
    .blog-sidebar .social-widget .social-links li {
        margin-right: 10px;
        margin-bottom: 10px
    }
    .blog-sidebar .social-widget {
        padding-bottom: 30px
    }
    span.header-admin.left {
        position: relative;
        right: 36.8vw
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: absolute;
        bottom: 6%;
        left: 54%
    }
}

@media screen and (max-height:850px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
    #logomob {
        max-width: 19vw
    }
    .modal-container {
        display: none
    }
    .vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
        height: 100vh !important;
        width: 100vw !important
    }
    #lookupSearchButton {
        top: 13vh;
        right: 8vw
    }
    .footer-bottom .footer-logo {
        left: 51%;
        max-width: 15vw
    }
}

@media only screen and (min-width:768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

@media only screen and (max-width:991px) {
    .search-field .top-search .form-group input[type='search'] {
        margin-bottom: 15px
    }
    .feature-block-one .inner-box {
        margin-bottom: 30px
    }
    .testimonial-section .nav {
        display: none
    }
    .chooseus-section .upper-box .btn-box {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px
    }
    .chooseus-block-one .inner-box {
        margin-bottom: 40px
    }
    .chooseus-section .inner-container {
        padding-bottom: 23px
    }
    .news-block-one .inner-box {
        margin-bottom: 30px
    }
    .news-section,
    .footer-top {
        padding-bottom: 90px
    }
    .footer-top .footer-widget {
        margin: 0 0 30px 0px !important
    }
    .team-block-one .inner-box {
        margin-bottom: 30px
    }
    .team-section {
        padding-bottom: 90px
    }
    .location-section .feature-block-one .inner-box {
        margin-bottom: 0
    }
    .search-field-section .search-field .top-search .search-form {
        padding-right: 170px
    }
    .search-field-section .search-field .top-search .search-btn button {
        right: 19vw;
        top: 20vh
    }
    .search-field-section.style-two .advanced-search {
        top: 285px !important
    }
    .feature-block-two .inner-box {
        margin-bottom: 30px
    }
    .pricing-block-one {
        margin-bottom: 30px
    }
    .pricing-section {
        padding-bottom: 90px
    }
    .contact-section .image-box {
        margin-left: 0
    }
    .contact-section .content-box {
        margin-right: 0;
        margin-bottom: 30px
    }
    .news-block-two .inner-box {
        margin-bottom: 30px
    }
    .news-style-two {
        padding-bottom: 90px
    }
    .carousel .image-box {
        display: none
    }
    .banner-style-three .content-box {
        max-width: 100%
    }
    .property-details-content {
        margin-bottom: 30px
    }
    .property-details {
        padding-bottom: 90px
    }
    .clients-section .clients-logo {
        margin-left: 0;
        margin-top: 0
    }
    .testimonial-block-three .inner-box {
        margin-bottom: 30px
    }
    .testimonial-style-four {
        padding-bottom: 90px
    }
    .info-block-one .inner-box {
        margin-bottom: 30px
    }
    .contact-info-section {
        padding-bottom: 90px
    }
    .image_block_2 .image-box {
        margin-bottom: 30px
    }
    .agent-sidebar {
        margin-bottom: 30px
    }
    span.header-admin.left {
        right: 36.8vw
    }
    .main-search-form {
        padding-right: unset
    }
    .main-search-form {
        padding-right: unset
    }
    .search-field .top-search .form-group input[type="search"] {
        width: 97%
    }
    .vscomp-ele {
        width: 97%
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        bottom: 0vh;
        left: 15vw;
        width: max-content;
        padding: .1vw 5%
    }
    .feature-block-one .inner-box .lower-content .title-text h4 a {
        display: inline-block;
        color: #2d2929
    }
    .title-text {
        width: 32vw
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: absolute;
        bottom: 6%;
        left: 54%
    }
    .modal-container {
        display: none
    }
    .footer-bottom .footer-logo {
        left: 53%;
        bottom: 5vh;
        max-width: 19vw
    }
    #lookupSearchButton {
        top: 26vh;
        right: 19vw
    }
    .popup {
        width: 64vw
    }
    .popup a {
        position: absolute;
        height: 15rem;
        width: 50%;
        left: 25%;
        bottom: 35%
    }
    .popup img {
        width: 95%
    }
    .popup button {
        right: 6.6vw
    }
    .popup-button {
        bottom: 5vh
    }
    #close {
        right: 3.3rem
    }
    .lower-content-title {
        height: 7em
    }
    .lower-content-dateplaced {
        top: 3rem;
        padding-bottom: 2rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 2rem;
        padding-bottom: 2rem
    }
}

@media only screen and (max-width:767px) {
    .search-field .top-search .search-form {
        padding-left: 30px;
        padding-right: 30px
    }
    .search-field .top-search .search-btn {
        position: relative;
        width: 100%;
        margin-top: 15px;
        top: 33vh;
        left: 6vw
    }
    .search-field .top-search .search-btn button {
        position: relative;
        padding: 12px 15px;
        border-radius: 5px
    }
    .advanced-search .price-range {
        margin-bottom: 15px
    }
    .category-section .category-list li {
        width: 50%
    }
    .banner-section .content-box h2 {
        font-size: 36px;
        line-height: 45px
    }
    .banner-section {
        padding-top: 100px
    }
    .banner-section .content-box {
        margin-bottom: 50px
    }
    .search-field .top-search .form-group {
        margin-bottom: 15px
    }
    .category-section {
        padding: 330px 0 70px 0
    }
    .sec-pad {
        padding: 64px 0 70px 0
    }
    .video-section {
        padding: 150px 0
    }
    .deals-section .nav {
        display: none
    }
    .sec-title h2 {
        font-size: 30px;
        line-height: 40px
    }
    .sec-title p br {
        display: none
    }
    .sec-title h2 br {
        display: none
    }
    .testimonial-section {
        padding: 64px 0 250px 0
    }
    .chooseus-block-one .inner-box {
        padding-right: 0
    }
    .chooseus-block-one .inner-box:before {
        display: none
    }
    .place-section,
    .team-section {
        padding-bottom: 40px
    }
    .cta-section .text h2 {
        font-size: 30px;
        line-height: 38px
    }
    .cta-section .text h2 br {
        display: none
    }
    .cta-section,
    .download-section .content-box {
        padding: 70px 0
    }
    .news-section {
        padding-bottom: 40px
    }
    .content_block_1 .content-box h2 {
        font-size: 30px;
        line-height: 38px
    }
    .download-section .image-box {
        display: none
    }
    .footer-bottom .footer-logo {
        position: relative;
        left: 24vw;
        transform: translate(0);
        top: 0;
        text-align: center;
        min-width: 50vw
    }
    .footer-bottom .copyright {
        float: none;
        display: block;
        text-align: center;
        margin-top: 15px
    }
    .footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center
    }
    .footer-bottom .footer-nav li {
        float: none
    }
    .carousel .carousel-item {
        padding: 180px 0 200px 0
    }
    .carousel .content-box h2 {
        font-size: 36px;
        line-height: 45px
    }
    .search-field-section .search-field .top-search .search-form {
        padding-right: 30px
    }
    .page-content .search-field-section .search-field .top-search .search-form {
        padding-right: 0
    }
    .search-field-section .search-field .top-search .search-btn button {
        right: 28%;
        top: -7px;
        width: 58%;
        height: auto
    }
    
    .switch_btn_one {
        position: relative
    }
    .search-field-section .switch_btn_one button {
        position: relative;
        right: 0;
        bottom: 0
    }
    .cta-section.alternate-2 {
        padding: 65px 0 70px 0
    }
    .chooseus-section.alternate-2 {
        padding: 65px 0 35px 0
    }
    .testimonial-style-two {
        padding: 70px 0
    }
    .clients-section .logo-list li {
        width: 50%
    }
    .clients-section {
        padding: 65px 0 35px 0
    }
    .search-field-section.style-two .advanced-search,
    .search-field-section .advanced-search,
    .page-content .search-field-section.style-two .advanced-search {
        top: 75px !important
    }
    .search-field-section.style-two .search-field .top-search .search-btn button {
        top: 0
    }
    .feature-style-three {
        padding-top: 70px
    }
    .feature-style-two .nav {
        display: none
    }
    .funfact-block-one .inner-box:before {
        display: none
    }
    .testimonial-style-three,
    .contact-section {
        padding: 70px 0
    }
    .pricing-section {
        padding-bottom: 40px
    }
    .page-content .item-shorting .left-column {
        float: none
    }
    .page-content .item-shorting .right-column {
        float: none;
        width: 100%
    }
    .page-content .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .deals-block-one .inner-box .image-box {
        position: relative;
        margin-bottom: 20px
    }
    .deals-block-one .inner-box .image-box .image {
        border-radius: 10px
    }
    .banner-style-three .inner-box {
        padding: 100px 0
    }
    .banner-style-three .carousel .content-box h2 {
        font-size: 36px;
        line-height: 46px
    }
    .feature-style-three .dots {
        display: none
    }
    .feature-style-three {
        padding-bottom: 40px
    }
    .about-section {
        padding: 70px 0
    }
    .testimonial-style-four .dots {
        display: none
    }
    .testimonial-style-four .inner-container {
        padding-bottom: 40px;
        padding-top: 65px
    }
    .testimonial-style-four {
        padding-bottom: 0
    }
    .news-style-two .sec-title {
        margin-bottom: 20px
    }
    .news-style-two .title-text {
        margin-bottom: 30px
    }
    .news-style-two {
        padding-bottom: 40px
    }
    .rtl .chooseus-block-one .inner-box .icon-box:before {
        right: inherit;
        left: -30px
    }
    .footer-top {
        padding: 70px 0 40px 0
    }
    .page-title {
        padding: 80px 0
    }
    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 7vh
    }
    .agents-page-section {
        padding: 70px 0
    }
    .agents-block-one .inner-box .content-box {
        padding-left: 0
    }
    .agents-block-one .inner-box .image-box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
        max-width: 270px
    }
    .agent-details-page .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .agent-details-page .deals-block-one .inner-box .image-box {
        position: relative;
        margin-bottom: 20px
    }
    .property-page-section .deals-block-one .inner-box {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    .property-page-section .deals-block-one .inner-box .image-box {
        position: relative
    }
    .property-page-section {
        padding: 70px 0
    }
    .property-details {
        padding: 70px 0 40px 0
    }
    .property-details .top-details .left-column {
        float: none;
        display: block;
        margin-bottom: 20px
    }
    .property-details .top-details .right-column {
        float: none;
        display: block
    }
    .property-details-content .details-box .list li {
        width: 50%
    }
    .property-details-content .amenities-box .list li {
        width: 50%
    }
    .property-details-content .location-box .info li {
        width: 50%
    }
    .about-section .inner-container {
        padding-bottom: 70px
    }
    .feature-style-three.service-page {
        padding: 70px 0 40px 0
    }
    .properties-section {
        padding: 70px 0
    }
    .category-section.category-page {
        padding: 70px 0 40px 0
    }
    .sec-pad-2 {
        padding: 70px 0
    }
    .gallery-style-one {
        padding: 64px 0 40px 0
    }
    .gallery-style-two .dots {
        display: none
    }
    .myprofile-section .tab-btns {
        padding: 30px 30px
    }
    .contact-info-section {
        padding-bottom: 40px
    }
    .agent-details {
        padding-top: 70px
    }
    .news-block-two .inner-box {
        display: block;
        padding-left: 0
    }
    .news-block-two .inner-box .image-box {
        position: relative;
        margin-bottom: 20px;
        border-radius: 10px;
        width: auto
    }
    .news-block-two .inner-box .content-box {
        padding-left: 0;
        padding-right: 0
    }
    .news-block-two .inner-box {
        padding: 30px
    }
    .news-block-two {
        max-width: 350px;
        margin: 0 auto
    }
    .news-block-two .inner-box .image-box .image {
        border-radius: 10px
    }
    .news-block-two .inner-box .image-box .image img {
        border-radius: 10px
    }
    .blog-sidebar {
        margin-top: 30px
    }
    .place-style-two .content_block_2 .content-box {
        margin-right: 0
    }
    .cta-section.alternate-2.pb-240 {
        padding-bottom: 170px !important
    }
    .page-content .map-column {
        padding-right: 0
    }
    .page-content .search-field-section .switch_btn_one button {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .agents-block-one .inner-box .content-box {
        padding-right: 0
    }
    .search-field-section .switch_btn_one button {
        margin: 15px 0
    }
    .rtl .place-style-two .content_block_2 .content-box {
        margin-left: 0
    }
    .mortgage-calculator {
        padding: 70px 0 40px 0
    }
    .faq-content-side {
        margin-right: 0
    }
    .career-page-section .sec-title {
        margin-right: 0
    }
    .sortable-masonry .filters .filter-tabs li {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        bottom: 1vh;
        left: 56vw
    }
    .feature-block-one .inner-box .lower-content .title-text h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 7px
    }
    .feature-block-one .inner-box .lower-content .title-text h4 a {
        display: inline-block;
        color: #2d2929
    }
    .title-text {
        width: 84vw
    }
    .vscomp-popup-active {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        position: fixed;
        background-color: rgb(0 0 0 / .7)
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: absolute;
        bottom: 6%;
        left: 54%
    }
    .modal-container {
        display: none
    }
    #side-logo {
        max-height: 10vh
    }
    .open-nav {
        color: #4d4d4d
    }
    .popup {
        width: 119vw
    }
    .popup a {
        position: absolute;
        height: 15rem;
        width: 50%;
        left: 25%;
        bottom: 35%
    }
    .popup img {
        width: 100%
    }
    .popup button {
        right: 12vw
    }
    .popup-button {
        bottom: 10vh
    }
    #close {
        right: 7.9rem
    }
    .lower-content-title {
        height: unset
    }
    .lower-content-dateplaced {
        top: 1rem;
        padding-bottom: 1rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 2rem;
        padding-bottom: 2rem
    }
}

@media only screen and (max-width:599px) {
    .category-section .category-list li {
        width: 100%
    }
    .chooseus-section .inner-container {
        padding-left: 30px;
        padding-right: 30px
    }
    .testimonial-style-three .testimonial-block-two {
        padding-left: 30px;
        padding-right: 30px
    }
    .testimonial-block-two .inner-box .text h3 {
        font-size: 16px;
        line-height: 26px
    }
    .testimonial-style-three .dots {
        display: none
    }
    .deals-block-one .inner-box .image-box {
        width: 100%
    }
    .agents-block-one .inner-box .image-box {
        max-width: 100%
    }
    .agent-details-page .deals-block-one .inner-box .image-box {
        width: 100%
    }
    .agent-details-page .deals-block-one .inner-box .image-box img {
        width: 100%
    }
    .property-page-section .deals-block-one .inner-box .image-box {
        width: 100%
    }
    .property-page-section .deals-block-one .inner-box .image-box img {
        width: 100%
    }
    .property-details-content .details-box .list li {
        width: 100%
    }
    .property-details-content .location-box .info li {
        width: 100%
    }
    .property-details-three .slider-content .slider-pager .thumb-box li {
        width: 50%
    }
    .blog-details-content .comments-area .comment.replay-comment {
        margin-left: 0
    }
    .mortgage-calculator h3 {
        font-size: 22px;
        line-height: 30px
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        bottom: 1vh;
        left: 56vw
    }
    .feature-block-one .inner-box .lower-content .title-text h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 7px
    }
    .feature-block-one .inner-box .lower-content .title-text h4 a {
        display: inline-block;
        color: #2d2929
    }
    .title-text {
        width: 84vw
    }
    .news-block-one .inner-box .lower-content {
        padding: 5% 3vw
    }
    .carousel-inner {
        max-height: 75vh
    }
    #masterModal {
        display: none
    }
    .vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
        height: 100vh !important;
        width: 100vw !important
    }
    .vscomp-popup-active {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        position: fixed;
        background-color: rgb(0 0 0 / .7)
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: relative;
        bottom: 1vh;
        left: 13vw
    }
    #lookupSearchButton {
        top: 10vh
    }
    .popup {
        width: 119vw
    }
    .popup a {
        position: absolute;
        height: 15rem;
        width: 50%;
        left: 25%;
        bottom: 35%
    }
    .popup img {
        width: 100%
    }
    .popup button {
        right: 12vw
    }
    .popup-button {
        bottom: 10vh
    }
    #close {
        right: 7.9rem
    }
    .lower-content-title {
        height: unset
    }
    .lower-content-dateplaced {
        top: 1rem;
        padding-bottom: 1rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 2rem;
        padding-bottom: 2rem
    }
}

@media only screen and (max-width:499px) {
    .mobile-menu {
        width: 100%
    }
    .property-details-content .amenities-box .list li {
        width: 100%
    }
    .property-details .slider-content .slider-pager {
        position: relative;
        bottom: 0
    }
    .property-details .slider-content .slider-pager .thumb-box li {
        width: 100%;
        margin-top: 15px
    }
    .footer-buttom {
        padding-left: 15px;
        padding-right: 15px
    }
    .footer-buttom .info li:before {
        display: none
    }
    .footer-buttom .social-links li {
        margin-right: 20px
    }
    .main-header .outer-box .main-box {
        display: block
    }
    .main-header .logo-box .logo {
        margin: 0 auto
    }
    .menu-area .mobile-nav-toggler {
        margin-bottom: 10px
    }
    .search-field .advanced-search {
        padding-left: 30px;
        padding-right: 30px
    }
    .feature-block-one .inner-box .lower-content .more-details li {
        width: 50%;
        margin-bottom: 5px
    }
    .feature-block-one .inner-box .lower-content .more-details li:last-child {
        margin-bottom: 0
    }
    .deals-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .cta-section .btn-box .theme-btn {
        margin: 5px 5px
    }
    .main-header .menu-right-content .sign-box {
        position: absolute;
        left: 0;
        bottom: 12px
    }
    .carousel .carousel-item {
        padding-top: 240px
    }
    .nice-select .option {
        font-size: 12px
    }
    .deals-style-two .deals-block-one .inner-box {
        padding-right: 20px
    }
    .testimonial-style-two .dots {
        display: none
    }
    .clients-section .logo-list li {
        width: 100%;
        text-align: center
    }
    .subscribe-section .subscribe-form .form-group {
        padding-right: 0
    }
    .subscribe-section .subscribe-form .form-group button {
        position: relative;
        border-radius: 5px;
        margin-top: 15px;
        width: 100%
    }
    .subscribe-section .subscribe-form .form-group {
        background: #fff0
    }
    .subscribe-section .subscribe-form .form-group input[type='email'] {
        border-radius: 5px
    }
    .feature-block-two .inner-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .item-shorting h5 {
        font-size: 14px
    }
    .page-content .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        bottom: 1vh;
        left: 45vw;
        position: relative
    }
    .banner-style-three .pattern-box {
        display: none
    }
    .image_block_2 .image-box .text {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }
    .image_block_2 .image-box {
        padding-left: 0
    }
    .content_block_3 .content-box {
        margin-left: 0
    }
    .rtl .main-header .logo-box {
        float: none;
        margin: 0
    }
    .image_block_1 .image-box .image {
        transform: translate(0) !important
    }
    .image_block_1 .image-box .image-2 {
        position: relative;
        top: 0;
        margin-top: 30px
    }
    .image_block_1 .image-box {
        padding: 0
    }
    .place-style-two .content_block_2 .content-box {
        margin-bottom: 30px
    }
    .default-sidebar .featured-widget .dots {
        display: none
    }
    .item-shorting .short-box {
        width: 155px
    }
    .property-page-section .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .property-details .top-details .right-column .price-inner .category {
        margin-bottom: 10px
    }
    .property-details-content .nearby-box .single-item .text {
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .property-details-content .nearby-box .single-item .rating {
        float: none;
        display: block
    }
    .myprofile-section .general-information {
        padding-left: 20px;
        padding-right: 20px
    }
    .error-section .inner-box h1 {
        font-size: 130px;
        line-height: 130px
    }
    .agent-details-page .deals-block-one .inner-box {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .blog-details-content .post-tags .tags-list li {
        margin-bottom: 10px
    }
    .main-search-form {
        padding-right: unset
    }
    .main-search-form {
        padding-right: unset
    }
    .search-field .top-search .form-group input[type="search"] {
        width: 97%
    }
    .vscomp-ele {
        width: 97%
    }
    .vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
        height: 100vh !important;
        width: 100vw !important
    }
    .feature-block-one .inner-box .lower-content .title-text h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 7px
    }
    .feature-block-one .inner-box .lower-content .title-text h4 a {
        display: inline-block;
        color: #2d2929
    }
    .title-text {
        width: 70vw
    }
    .news-block-one .inner-box .lower-content {
        padding: 5% 3vw
    }
    .carousel-inner {
        max-height: 68vh
    }
    #masterModal {
        display: none
    }
    .vscomp-popup-active {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        position: fixed;
        background-color: rgb(0 0 0 / .7)
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: absolute;
        bottom: 6%;
        left: 54%
    }
    #lookupSearchButton {
        top: 30vh;
        padding: .3em 0;
        width: calc(100% - 3em);
        right: 1.5em;
    }
    .popup {
        width: 119vw
    }
    .popup a {
        position: absolute;
        height: 15rem;
        width: 50%;
        left: 25%;
        bottom: 35%
    }
    .popup img {
        width: 100%
    }
    .popup button {
        right: 10vw
    }
    .popup-button {
        bottom: 6vh
    }
    #close {
        right: 2.6rem
    }
    .lower-content-title {
        height: unset
    }
    .lower-content-dateplaced {
        top: 1rem;
        padding-bottom: 1rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 1rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width:399px) {
    .item-shorting .nice-select {
        padding-left: 0
    }
    .blog-details-content .comments-area .comment {
        padding-left: 0
    }
    .blog-details-content .comments-area .comment .thumb-box {
        position: relative;
        top: 0;
        margin-bottom: 15px
    }
    .main-search-form {
        padding-right: unset
    }
    .search-field .top-search .form-group input[type="search"] {
        width: 97%
    }
    .feature-block-one .inner-box .lower-content .title-text h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 7px
    }
    .feature-block-one .inner-box .lower-content .title-text h4 a {
        display: inline-block;
        color: #2d2929
    }
    .title-text {
        width: 67vw
    }
    .news-block-one .inner-box .lower-content {
        padding: 3% 3vw
    }
    .carousel-inner {
        max-height: 86vh
    }
    #masterModal {
        display: none
    }
    .vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
        height: 100vh !important;
        width: 100vw !important
    }
    .vscomp-popup-active {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        position: fixed;
        background-color: rgb(0 0 0 / .7)
    }
    .feature-block-one .inner-box .lower-content .theme-btn {
        padding: 6.5px 23px;
        position: absolute;
        bottom: 6%;
        left: 54%
    }


    .search-field-section.style-two .search-field .top-search .search-form {
        padding-top: unset
    }
    .search-field .top-search .search-btn {
        margin: 0;
        left: 6vw;
        width: 100%;
        padding: 0
    }
    .popup {
        width: 119vw
    }
    .popup a {
        position: absolute;
        height: 15rem;
        width: 50%;
        left: 25%;
        bottom: 35%
    }
    .popup img {
        width: 100%
    }
    .popup button {
        right: 9.3%
    }
    .popup-button {
        bottom: 6vh
    }
    #close {
        right: 2.6rem
    }
    .lower-content-title {
        height: unset
    }
    .lower-content-dateplaced {
        top: 1rem;
        padding-bottom: 1rem
    }
    .lower-content-text {
        height: 15rem
    }
    .lower-content-btn-box {
        position: relative;
        top: 2rem;
        padding: 0 0 2rem 0
    }
}

.tinymce-decoded-data {
    background-image: url(../assets/images/tr-bg.png) !important
}

.tox .tox-edit-area__iframe {
    background-image: url(../assets/images/tr-bg.png) !important
}

@media only screen and (min-width:1194px) and (max-width:1194px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .mobile-nav-toggler {
        display: block !important;
        right: 1rem;
        cursor: pointer;
        position: fixed;
        top: 3rem;
        color: #4d4d4d
    }
}

@media only screen and (min-width:1920px) and (max-width:2560px) {
    .mobile-nav-toggler {
        display: none
    }
}

@media screen and (max-width:2560px) and (min-width:2000px) {
    #close {
        right: 12rem
    }
}

@media only screen and (min-device-width:980px) and (max-device-width:1180px) and (orientation:landscape) {
    .mobile-nav-toggler {
        display: block !important;
        right: 1rem;
        cursor: pointer;
        position: fixed;
        top: 3rem;
        color: #4d4d4d
    }
}

#CybotCookiebotDialog {
    scale: 65% !important;
    left: 35% !important
}

#CookiebotWidget {
    scale: 65% !important
}

@media screen and (min-width:1280px) {
    #CybotCookiebotDialog[data-template="bottom"] {
        transform: translate(-100%, -100%) !important;
        top: calc(100% - 8vh) !important;
        left: 50% !important
    }
}

@media screen and (min-width:1280px) {
    #CybotCookiebotDialog[data-template="slideup"].CybotCookiebotDialogActive {
        transform: translate(-50%, -100%);
        top: calc(100% - 8vh) !important
    }
}

.inner-box-override {
    margin-bottom: unset !important;
}

.label-upload {
    cursor: pointer;
}

.info {
    color: var(--bs-info);
}

.height-unset {
    height: unset !important;
}