.is-invalid {
    border: 1px solid red !important;
}

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    scroll-behavior: inherit !important
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

body {
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #00062c;
    line-height: 1.8
}

a {
    color: #00062c;
    display: inline-block
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

a:hover {
    color: #0049d0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1 {
    color: #00062c;
    margin: 0;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    line-height: 1.2
}

h2,
h3,
h4,
h5,
h6 {
    color: #00062c;
    margin: 0;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    line-height: 1.2
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 13px
}

p {
    margin: 0
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00062c;
    top: 0;
    left: 0;
    z-index: 9999
}

.loader {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-46%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.loader-box {
    width: 100%;
    height: 100%;
    background: #fff;
    animation: loader-animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px
}

.loader-shadow {
    width: 100%;
    height: 5px;
    background: #00062c;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: loader-shadow .5s linear infinite
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@keyframes loader-animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes loader-shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.ovrflow-hidden {
    overflow: hidden
}

.text-right {
    text-align: right
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.property-single-content.list {
    margin-top: 0;
}

.bg {
    background: rgb(240 240 240 / 90%);
}

.bg-custom {
    border-radius: 30px;
    background: #fff;
}

.site-heading {
    margin-bottom: 10px;
    position: relative
}

.testimonial-area .site-heading {
    color: #ccc;
}

.site-heading.list {
    margin-bottom: 0;
    position: relative
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    color: #744a2a;
    position: relative;
}

.about-area .site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #00062c;
    position: relative
}

.listingbox {
    padding: 30px 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: #00062c solid 2px;

}

.devLogo {
    display: inline-block;
    width: 180px;
    background: #f5f5f5;
    margin-right: 20px;
    border-radius: 30px;
}

.devLogo img {
    width: 100%;
}

.disFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.disFlex .left {}

.disFlex .right {
    color: #808080;
    font-size: 18px;
    padding-right: 28px;

    font-family: var(--bs-body-font-family);
    font-weight: normal;
}




/*dp*/

.Gallery3 {
    width: 70%;
    margin: 50px auto;
}

.Gallery3 img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.Gallery3:last-child {
    margin-right: 0px;
    margin-bottom: 25px
}



.banner_holder2 {
    position: relative;
    margin-bottom: 1.5rem;
}

.banner_holder2 .more-img-count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .44);
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 23%;
    z-index: 2;
    font-weight: 700;
    border-radius: 30px;
}

.banner_holder2:nth-child(n+2) {
    display: none;


}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #00062c;
}


.rightbtn {
    position: fixed;
    right: -87px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    bottom: 50%;
    z-index: 9;
    letter-spacing: 1px !important;
    padding: 8px 10px !important;
    border: none !important;
    outline: none !important;
}

.rightbtn:hover {
    background: #00062c;
    outline: none !important
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    color: #00062c;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 30px;
}
.project-desc .head-title {
    margin-bottom: 20px;
}
.head-title {
    padding: 25px 0 15px 0;
    margin-bottom: 0;
    font-size: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.head-title::before {
    position: absolute;
    content: '';
    width: 45px;
    border-bottom: 3px solid #00062c;
    top: 70px;
}

.two-sleft .head-title {
    padding: 0 0 25px 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    font-weight: 600;
}

.two-sleft .head-title::before {
    position: absolute;
    content: '';
    width: 65px;
    border-bottom: 3px solid #ffffff;
    top: 75px;
}

.about-area .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 35px;
    color: #00062c;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
}

.site-title:before {
    width: 45px;
    bottom: 20px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
    background: #744a2a;
}

.text-white:before {
    width: 45px;
    bottom: 24px;
    height: 4px;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
    background: #ffffff;
}

.about-area .site-title:before {
    width: 50px;
    bottom: 0px;
    height: 4px;
    left: 0;
    margin-left: 0;
    top: auto;
    position: absolute;
    content: '';
    background: #744a2a;
}

.site-title span {
    color: #00062c
}

.site-heading p {
    margin-top: 15px
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #00062c;
    width: 90px;
    overflow: hidden
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@media all and (max-width:992px) {
    .shadow-title {
        font-size: 100px
    }
}

.pb-140 {
    padding-bottom: 140px
}

.pd-50 {
    padding: 50px 0
}

.py-120 {
    padding: 40px 0
}

.py-10 {
    padding: 10px 0
}

.py-808 {
    padding: 40px 0
}



.pt-120 {
    padding-top: 90px
}

.pb-120 {
    padding-bottom: 90px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mr-300 {
    margin-right: 300px
}

.ml-300 {
    margin-left: 300px
}

.pos-rel {
    position: relative;
    z-index: 1
}





.floor-btn {
    font-size: 16px;
    color: #00062c;
    padding: 7px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1;
    border: #00062c solid 1px;
    float: right;
    margin-left: 20px;
}

.floor-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #00062c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.floor-btn:hover {
    color: #fff;
}

.floor-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.thefloorme-btn i {
    margin-left: 5px
}

.floor-btn span {
    margin-right: 5px
}







.theme-btn {
    font-size: 14px;
    color: #fff;
    padding: 14px 18px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid #744a2a;
    background: #744a2a;
}

.theme-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #00062c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.theme-btn:hover {
    color: #00062c;
    background: #ffffff;
    border: 1px solid #181818;
    transition: all .3s ease-in-out;
}

.theme-btn .ml {
    margin-left: 5px
}

.theme-btn .mr {
    margin-right: 3px;
    font-size: 14px;
}

.theme-btn i {
    margin-left: 5px
}

.theme-btn span {
    margin-right: 5px
}

.theme-btnb {
    font-size: 17px;
    color: #fff;
    padding: 8px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    width: auto;
    margin-top: 25px;
    background: #00062c;
    box-shadow: 0 3px 24px rgb(0 0 0/12%);
    z-index: 1;

}

.theme-btnb::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #744a2a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.theme-btnb:hover {
    color: #fff
}

.theme-btnb:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme-btnb i {
    margin-left: 5px
}

.theme-btnb span {
    margin-right: 5px
}









.theme1-btn {
    font-size: 18px;
    color: #fff;
    padding: 7px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background: #00062c;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    width: 80%;

}

.theme1-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #00062c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.theme1-btn:hover {
    color: #fff
}

.theme1-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.theme1-btn i {
    margin-left: 5px
}

.theme1-btn span {
    margin-right: 5px
}




.theme-btn2 {
    background: #fff;
    color: #00062c
}

.theme-btn2::before {
    background: #00062c
}

.theme-btn2:hover {
    color: #fff
}



#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    border-radius: 30px;
    color: #fff;
    background: #00062c;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 9999;
}

.header-top {
    background: #ffffff;
    padding: 0;
    position: relative;
    z-index: 2
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(131, 130, 130, 0.1);
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-top-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-top-contact-icon {
    width: 45px;
    height: 45px;
    line-height: 41px;
    background: #6c757d;
    border-radius: 50%;
    text-align: center
}

.header-top-contact-icon img {
    width: 24px
}

.header-top-contact-info h6 {
    color: #6c757d;
    font-size: 18px
}

.header-top-contact ul li a {
    color: #00062c;
    font-weight: 400;
    font-size: 15px
}

.header-top-contact ul li a:hover {
    color: #00062c;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-top-link {
    color: #6c757d
}

.header-top-link i {
    color: #6c757d;
    margin-right: 5px
}

.header-top-link:hover {
    color: #00062c
}

.header-top-social span {
    color: #6c757d;
    margin-right: 10px
}

.header-top-social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #6c757d;
    font-size: 18px;
    text-align: center;
    transition: all .5s ease-in-out
}

.header-top-social a:hover {
    color: #744a2a;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-phone-content span {
    display: block;
    margin-bottom: 13px;
    line-height: .6;
    color: #00062c;
    font-weight: 500
}

.header-phone-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00062c;
    border-radius: 50px;
    text-align: center
}

.header-phone-icon img {
    width: 27px
}

.header-phone-number {
    font-size: 20px;
    line-height: 1
}

.header-phone-number a {
    color: #00062c
}

@media all and (max-width:1199px) {
    .header-top-account {
        display: none
    }

    .header-top::before {
        width: 320px
    }

    .header-top-contact ul {
        gap: 10px
    }

    .header-top-social a {
        width: 34px;
        height: 34px;
        line-height: 37px;
        margin-left: 0
    }

    .header-top-left {
        margin-right: 5px
    }
}

@media all and (max-width:992px) {
    .header-top {
        display: none
    }
}

.main {
    margin-top: 0
}

@media all and (min-width:992px) {
    .navbar .navbar-grid-container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        column-gap: 10px;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 95%;
    }

    .navbar .navbar-grid-container .navbar-collapse {
        display: flex;
        justify-content: center;
    }

    .navbar .navbar-grid-container .navbar-nav {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        text-align: center;
    }

    .navbar .navbar-grid-container .nav-item .nav-link {
        padding: 0;
        font-size: 12px;
        margin: 0;
        letter-spacing: 1px;
    }

    .navbar .nav-item .nav-link {
        margin-right: 30px;
        padding: 30px 0;
        font-size: 15px;
        font-weight: 600;
        color: #00062c;
        text-transform: uppercase;
    }

    .navbar .nav-item:last-child .nav-link {
        margin-right: 0
    }

    .listing-sub-title {
        font-size: 16px;
        margin-bottom: 2px !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 8px;
        border: none;
        left: -15px;
        border-radius: 30px;
        background: #fff;
        width: 260px;
        box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
    }

    .navbar .nav-item .dropdown-menu::before {
        content: "\f0d8";
        position: absolute;
        font-family: "font awesome 6 pro";
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        left: 25px;
        top: -45px
    }

    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px solid #eee
    }

    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0 10px 20px;
        color: #00062c;
        position: relative;
        text-transform: capitalize;
        transition: all .5s ease-in-out;
        z-index: 1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: #00062c;
        padding-left: 30px
    }

    .navbar .nav-item .dropdown-menu .dropdown-item::before {
        content: "\f111";
        position: absolute;
        font-family: "font awesome 6 pro";
        left: 12px;
        top: 20.5px;
        color: #00062c;
        font-weight: 700;
        font-size: 6px;
        transform: scale(0, 0);
        transition: all .5s ease-in-out;
        z-index: -1
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
        transform: scale(1, 1)
    }

    .navbar .nav-item .nav-link {
        position: relative
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #00062c
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg)
    }

    .navbar .dropdown-menu-end {
        right: 0;
        left: auto
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%
    }

    .header-nav-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-left: 30px
    }

    .header-nav-link {
        position: relative;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #00062c;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-nav-link:hover {
        color: #00062c
    }

    .header-nav-link.search-box-outer {
        font-size: 18px
    }

    #main_nav {
        justify-content: center
    }
}

.navbar.list {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    position: relative
}

.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999
}

/* .navbar.fixed-top {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down .7s
}

.navbar.fixed-top .nav-item .nav-link {
    color: #00062c
}

.navbar.fixed-top .header-nav-link {
    color: #00062c
}

.navbar.fixed-top .header-nav-link:hover {
    color: #00062c
}

.navbar.fixed-top .nav-item .nav-link.active,
.navbar.fixed-top .nav-item:hover .nav-link {
    color: #00062c
} */

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-btn-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.pronav .projlogo .navbar-brand {
    width: auto;
    height: 75px;
    margin: 0;
}

.navbar-brand {
    margin: 0;
    width: auto;
    height: 70px;
    padding: 5px 0 5px 0;
}

.navbar-brand img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'font awesome 6 pro';
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px
}

@media all and (max-width:1199px) {
    .header-nav-right {
        gap: 5px;
        margin-left: 15px
    }

    .navbar .nav-item .nav-link {
        margin-right: 15px
    }

    .navbar .header-btn {
        display: none
    }
}

.mobile-menu-right {
    display: none
}

@media all and (max-width:991px) {
    .container-fluid {
        width: 95%;
    }

    .new-container {
        width: 95%;
    }

    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed
    }

    .navbar-bg {
        height: 59px
    }

    .navbar-bg::before {
        transform: translateY(0px) skew(-15deg);
        left: -8px
    }

    .pronav .projlogo .navbar-brand {
        margin-left: 0px;
        height: 75px;
    }

    .navbar-brand {
        margin-left: -45px;
        width: auto;
    }

    .navbar-brand img {
        width: auto;
        max-width: 100%;
        height: 100%;
    }

    .navbar-collapse {
        max-height: inherit;
        overflow: hidden;
        overflow-y: inherit;
        padding: 0 20px;
        background-color: #fff;
    }

    .pronav ul {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 10px;
        flex-direction: column;
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: #00062c;
        font-weight: 600;
        transition: all .5s ease-in-out
    }

    .navbar .nav-item .nav-link:hover {
        color: #00062c !important
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 5px;
        border: none
    }

    .mobile-menu-right {
        display: flex;
        align-items: center
    }

    .mobile-menu-link {
        font-size: 20px;
        color: #00062c;
        font-weight: 500;
        padding-right: 20px;
        margin-bottom: 0;
        position: relative
    }

    .mobile-menu-link:hover {
        color: #00062c
    }

    .navbar-toggler-btn-icon {
        font-size: 30px;
        color: #00062c;
        font-weight: 500
    }

    .navbar.fixed-top .mobile-menu-link {
        color: #00062c
    }

    .navbar.fixed-top .navbar-toggler-btn-icon {
        color: #00062c
    }

    .navbar .dropdown-menu {
        border-radius: 8px
    }

    .header-nav-right {
        display: none
    }
}

.navbar .nav-item .dropdown-submenu {
    position: relative
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
    display: none
}

.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: 600
}

.navbar .nav-item .dropdown-submenu a:hover {
    background: 0 0;
    color: #fff
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media all and (max-width:991px) {
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px
    }

    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        opacity: unset;
        visibility: unset
    }

    .navbar .nav-item .dropdown-submenu a::after {
        top: 4px
    }

    .navbar .nav-item .dropdown-submenu a:hover {
        color: #00062c
    }
}

.hero-section {
    position: relative
}

.hero-single {
    padding-top: 160px;
    padding-bottom: 0px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.5px;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1
}

.hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize
}

.hero-single .hero-content .hero-title span {
    color: #00062c
}

.hero-single .hero-content .hero-sub-title {
    color: #00062c;
    font-size: 22px;
    letter-spacing: 5px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.hero-single .hero-content p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize
}

.hero-single .hero-content .hero-btn {
    gap: 2rem;
    display: flex;
    margin-top: 1rem;
    justify-content: start
}

.hero-slider.owl-theme .owl-nav {
    margin-top: 0
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #00062c;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    transition: all .5s ease-in-out
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00062c;
    color: #fff
}

.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px
}

.hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

@media all and (max-width:1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px
    }

    .hero-slider.owl-theme .owl-nav .owl-prev,
    .hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 125px !important
    }

    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 120px
    }

    .hero-slider.owl-theme .owl-nav .owl-next {
        right: 40px
    }
}


.search-nav .nav-item {
    margin: 5px
}

.floor-plan .search-nav .nav-link {
    border: 1px solid #00062c;
    color: #00062c;
    background: #fff;
}
.floor-plan .search-nav .nav-link.active {
    color: #fff;
    background: #00062c;
}

.floor-plan .search-nav .nav-link.active::before {
    display: none;
}
    
.search-nav .nav-link {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #6c757d;
    padding: 10px 60px;
    font-weight: 500;
    color: #595656;
    position: relative;
    transition: none;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.search-nav .nav-link::before {
    content: "\f0d7";
    position: absolute;
    font-family: "font awesome 6 pro";
    left: 50%;
    bottom: -47px;
    font-size: 50px;
    color: #212529;
    font-weight: 700;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.search-nav .nav-link.active::before {
    opacity: 1;
    visibility: visible
}

.search-nav .nav-link.active {
    background: #00062c
}

.search-form {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 9px 26px rgb(0 0 0 / 2%), 0 1.4932px 5.38611px rgb(0 0 0 / 9%), 0 0.82657px 1.06088px rgba(0, 0, 0, .063299);
}

.offcanvas .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.offcanvas .form-group i,
.search-form .form-group i {
    position: absolute;
    left: 15px;
    top: 15px
}

.search-form .form-control {
    border-radius: 10px;
    padding: 15px 10px 15px 40px;
    box-shadow: none;
    color: #757f95
}

.offcanvas .form-group .form-control {
    border-radius: 10px;
    padding: 15px 10px 15px 40px;
    box-shadow: none;
    color: #757f95
}

.search-form .form-control::placeholder {
    color: #757f95
}

.search-form .nice-select {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 15px;
    border-color: #ced4da;
    color: #57585a
}

.search-form .form-control:focus,
.search-form .nice-select:focus {
    border-color: #00062c
}

.search-form .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.search-form .nice-select .option.focus,
.search-form .nice-select .option.selected.focus,
.search-form .nice-select .option:hover {
    background: #f6f6f6;
    color: #00062c;
    border-radius: 8px
}

.search-form .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.search-form .theme-btn {
    width: 100%
}

.search-form .advanced-search {
    cursor: pointer
}

.advanced-search-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    display: none;
    min-height: 254px;
    left: 0;
    top: 120px;
    width: 100%;
    padding: 30px 30px 15px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%);
    z-index: 1
}

.advanced-search-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: "font awesome 6 pro";
    font-size: 75px;
    color: #fff;
    font-weight: 700;
    left: 50%;
    top: -68px;
    transform: translateX(-50%)
}

.advanced-search-menu .form-check {
    text-align: left;
    margin-bottom: 25px
}

.advanced-search-menu .form-check-label {
    color: #757f95
}

.advanced-search-menu .form-check-input {
    margin-top: 6.2px;
    box-shadow: none;
    border-color: #757f95
}

.advanced-search-menu .form-check-input:focus {
    border-color: #00062c
}

@media all and (max-width:991px) {

    .search-form .form-group,
    .search-form .price-range-slider,
    .search-form .nice-select {
        margin-bottom: 25px
    }

    .search-form .advanced-search {
        margin-bottom: 25px;
        padding: 10px 0;
        font-size: 20px
    }

    .search-form .advanced-search i {
        margin-right: 10px
    }

    .advanced-search-menu {
        top: 107%
    }

    .search-form .theme-btn::before {
        display: none
    }

    .search-form .theme-btn:hover {
        background: #00062c;
        color: #fff
    }
}

@media all and (max-width:767px) {
    .key-feature .col-md-6 {
        max-width: 49.999%;
    }

    .floor-plan .search-nav .nav-item {
        margin: 5px;
    }

    .floor-plan .search-nav .nav-link {
        padding: 8px 9px;
        border: 1px solid #744a2a;
        color: #744a2a;
        background: #fff;
    }

    .advanced-search-menu {
        padding: 20px
    }
}

.ui-slider-handle {
    top: -.4em !important;
    border-radius: 50px;
    background: #fff !important;
    border: 4px solid #00062c !important
}

.ui-widget.ui-widget-content {
    background: #e6e9ec;
    border: none;
    border-radius: 50px;
    height: .4em
}

.ui-widget-header {
    background: #00062c
}

.priceRange {
    background: 0 0;
    border: none;
    font-weight: 500;
    outline: none
}

.price-range-slider label {
    color: #6c7592
}

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #00062c;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1
}

.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00062c;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out
}

@keyframes ripple-wave {
    0% {
        opacity: .8;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.category-area {
    position: relative
}

.category-item {
    text-align: center;
    background: rgb(0 6 6 / 75%);
    margin-bottom: 25px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out
}

.category-content h4 {
    color: #fff;
}

.category-item:hover {
    transform: translateY(-5px)
}

.category-item a {
    padding: 20px;
    width: 100%
}

.category-icon {
    font-size: 60px;
    color: #dee2e6;
    line-height: 1
}

.category-title {
    margin: 10px 0
}

.category-property {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #dee2e6;
    color: #00062c;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: 700;
}

.property-listing {
    position: relative
}

.featured-listing .listing-item {
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: none;
    transition: all .5s ease-in-out
}

.featured-listing .listing-item:hover {
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .09);
}

.featured-listing .listing-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #00062c96;
    padding: 0px 10px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
    font-size: 12px;
}

.featured-listing .listing-content {
    padding: 0 10px;
}

.featured-listing .btn-home {
    margin: 5px auto 0 auto;
}

.featured-listing .listing-img img {
    border-radius: 25px;
    width: 100%;
}

.featured-listing .listing-title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    margin: 8px 0;
}

.featured-listing .listing-sub-title {
    font-size: 13px;
    margin-bottom: 2px !important;
}

.featured-listing .listing-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: none;
}

.featured-listing .listing-bottom .listing-btns a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    color: #00062c;
    border-radius: 50px;
    background: rgb(0 0 0 / 10%);
}

.featured-listing .listing-bottom .listing-btns a:hover {
    color: #fff;
    background: #00062c;
}

.featured-listing .listing-bottom a.listing-btn {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f2f4f6;
}

.featured-listing .listing-bottom a.listing-btn svg {
    stroke: #00062c;
}

.featured-listing .listing-bottom a.listing-btn:hover svg {
    stroke: #fff;
}

.featured-listing .listing-bottom a.listing-btn:hover {
    background-color: #00062c;
}

.listing-item {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.listing-item:hover {
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out
}

.listing-item2 {
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out
}

.listing-img2 {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.listing-img2 img {
    width: 290px;
    border-radius: 30px;
    height: 180px;
}

.listing-price22 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #00062c96;
    padding: 2px 10px;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
}

.listing-badge2 {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00062c;
    padding: 0px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    z-index: 1;
    font-size: 14px;
}

.fa-whatsapp:before {
    content: "\f232"
}
.fa-money:before {
    content: "\f0d6"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.listing-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgb(0 0 0 / 63%);
    padding: 0px 10px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
    font-size: 14px;
}


.listing-price {
    position: absolute;
    right: 0px;
    top: 170px;
    background: #00062cd9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
}


.listing-price2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #00062c96;
    padding: 2px 10px;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.listing-img {
    overflow: hidden;
    border-radius: 25px;
    position: relative
}

.listing-item:hover .listing-img img {
    transform: scale(1.2)
}

.listing-img img {
    border-radius: 30px;
}

.listing-img img::after {
    background: linear-gradient(to bottom, #00062c 40%, #00062c);
    height: 100%;
    left: 0;
    content: "";
    opacity: 1;
    transition: opacity .3s;
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    z-index: 0;
}




.listing-title {
    font-size: 27px;
    margin: 15px 0 8px
}

.listing-title a {
    color: #18191a
}

.listing-title a:hover {
    color: #0049d0
}

.listing-sub-title i {
    margin-right: 8px;
    color: #00062c
}

.listing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 20px
}

.listing-price-title {
    font-size: 16px
}

.listing-price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #00062c;
}

.listing-bottom .listing-btns {
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-bottom .listing-btns a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #00062c;
    border-radius: 50px;
    background: rgb(0 0 0 / 10%)
}

.listing-bottom .listing-btns a:hover {
    background: #00062c;
    color: #fff
}

.listing-btns {
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-list .listing-btns img {
    width: 40%;
    float: right;
}

.listing-list .listing-btns {
    display: inline-block !important;

    border: 0;
}

.listing-btns a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #00062c;
    border-radius: 30px;
    background: rgba(18, 197, 156, .1)
}

.listing-btns a:hover {
    background: #00062c;
    color: #fff
}

.listing-feature ul {
    margin-top: 15px;
    justify-content: space-between;
    align-items: left;
}

.listing-feature table {
    margin-top: 25px;
    width: 100%;
    justify-content: space-between;
    align-items: left;
    border-collapse: collapse;
}

.listing-feature .listing-feature-list td,
th {
    border: 1px solid #dddddd63;
    text-align: left;
    padding: 5px;
}

.listing-feature .listing-feature-list th {
    background-color: #dddddd33;
    color: #3c4044;
    font-size: 14px;
    font-weight: 600;
}

.listing-feature .listing-feature-list td {
    color: #3c4044;
    font-size: 14px;
    font-weight: 500;
}

.left-single {
    text-align: left
}

.firstdiv {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 5px;
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
}

.accordion-body h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
}

.accordion-body h4 {
    font-size: 18px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-bottom: 20px
}

.accordion-body h4 span {
    font-size: 16px;
}

.listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.listing-bottom.list {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.listing-bottom.list span {
    color: #00062c;
    font-weight: 600;
}

.listing-feature-list li {
    font-size: 14px;
    margin-bottom: 1px;
    color: #333333;
}

.listing-author {
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-author-img {
    width: 45%;
    padding: 5px;
}

.listing-author-img img {
    border-radius: 50%
}

.secdiv {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgb(0 0 0 / 3%);
}

.maindiv1 {
    margin-right: 5px;
}

.maindiv1 .listing-price-info {
    padding: 0 0 5px 30px;
}

.maindiv1 .listing-price-info .listing-price-title {
    font-size: 16px;
}

.maindiv1 .listing-price-info .listing-price-amount {
    font-size: 25px;
    font-weight: 700;
    color: #00062c;
}

.maindiv1 h5 {
    color: #00062c;
    font-size: 18px;
    line-height: 57px;
}

.maindiv2 {
    margin-right: 10px;
}

.maindiv2 i {
    margin-right: 5px;
}

.maindiv2 .btnview {
    background: #343333;
    color: #fff;
}

.listing-btn {
    padding: 3px 14px;
    border: 1px solid #00062c;
    color: #00062c;
    font-weight: 500;
    border-radius: 30px;

}

.listing-btn.list {
    margin-right: 43px;

}

.listing-btn:hover {
    background: #00062c;
    color: #fff
}


.listing-btnn {
    padding: 3px 14px;
    border: 1px solid rgb(0 0 0 / 13%);
    color: #00062c;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    width: 45%;
    background-color: #f2f4f6;
}

.listing-btnn:hover {
    background: #00062c;
    color: #fff
}






.property-listing-slider .listing-item {
    margin: 15px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

.property-listing-slider .owl-dots {
    text-align: center;
    margin-top: 30px
}

.property-listing-slider .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid #00062c;
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.property-listing-slider .owl-dots .owl-dot.active span {
    background: #00062c
}



.property-listing-slider2 .listing-item {
    margin: 15px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

.property-listing-slider2 .owl-dots {
    text-align: center;
    margin-top: 30px
}

.property-listing-slider2 .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid #00062c;
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.property-listing-slider2 .owl-dots .owl-dot.active span {
    background: #00062c
}

.listing-list .listing-badge {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00062c9;
    padding: 2px 15px;
    font-weight: 600;
    background: #ffffff;
    color: #00062c;
    border-radius: 0;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 0;
    font-size: 14px;
}

.listing-list .listing-comp {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-weight: 600;
    background: #00062c;
    padding: 2px 15px;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 0;
    font-size: 16px;
}

.listing-list .listing-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listing-list .listing-detail .listing-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-list .listing-detail .listing-btns a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333333;
    border-radius: 50px;
    font-size: 20px;
    background: rgb(0 0 0 / 10%);
}

.property-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 5px;
    padding: 10px 10px 10px 15px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.property-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ced4da;
    color: #00062c
}

.property-sort-list-grid a.active {
    border-color: #00062c;
    color: #00062c
}

.property-sort .nice-select {
    width: 100%;
    height: 46px;
    line-height: 45px;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95
}

.property-sort .form-control:focus,
.property-sort .nice-select:focus {
    border-color: #00062c
}

.property-sort .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.property-sort .nice-select .option.focus,
.property-sort .nice-select .option.selected.focus,
.property-sort .nice-select .option:hover {
    background: #f6f6f6;
    color: #00062c;
    border-radius: 8px
}

.property-sort .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.listing-sidebar .form-group {
    margin-bottom: 20px !important
}

.listing-sidebar .form-check-input {
    margin-top: 7px;
    box-shadow: none
}

.listing-sidebar .form-check-input:focus {
    border-color: #00062c
}

.listing-sidebar .nice-select {
    margin-bottom: 20px
}




/* Dubai Popuplar Areas */
.dubai-popular-areas {
    display: flex;
    flex-wrap: wrap;
}

.dubai-area {
    display: flex;
    align-items: center;
    width: 23.4%;
    margin-bottom: 18px;
    margin-right: 18px;
    border-radius: 30px;
    border: #cccccc8a solid 1px;
}

.dubai-area:hover {
    border: #ced4dabf solid 1px;
    border-radius: 5px;
}

.dubai-area a {
    display: flex;
    align-items: center;
}


.dubai-area img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dubai-area-content {
    padding: 0px 10px 0px 15px;
}

.dubai-area h2 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.3px;
}

.dubai-area h2 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #cccccc8a;
    letter-spacing: 0px;
    padding-bottom: 2px;
}


@media all and (min-width:992px) {
    .listing-list .listing-item {
        border-radius: 30px;
    }

    .listing-list .listing-item.list {
        display: flex;
        gap: 30px;
    }

    .listing-list .listing-img img {
        width: 350px;
        border-radius: 25px;
        height: auto
    }

    .listing-list .listing-content {
        flex: 1
    }
}

@media all and (max-width:767px) {
    .property-sort {
        flex-direction: column;
        gap: 25px;
        padding: 20px
    }

    .property-sort-box {
        width: 100%
    }
}

.property-single-slider img {
    border-radius: 20px;
}

.property-single-meta {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.property-single-meta-left p {
    margin-top: 5px;
    margin-bottom: 10px
}

.property-single-meta-left span {
    background: #00062c;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px
}

.property-single-meta-right {
    text-align: right
}

.property-single-price {
    font-size: 22px;
    color: #00062c;
    font-weight: 700
}

.property-single-rating i {
    color: #f6b500
}

.property-single-meta-option {
    margin-top: 8px
}

.property-single-meta-option a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00062c;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    border-radius: 8px
}

.property-single-meta-option a:hover {
    background: #00062c
}

.property-single-content {
    background: #fff;
    border-radius: 30px;
    padding: 0 30px 30px;
    margin-top: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.property-single-content.list {
    margin-top: 0px;
    box-shadow: none
}

.property-single-content.list {
    margin-top: 0px;
}

.property-single-content.list {
    margin-top: 0;
}

.property-single-content h4 {
    padding: 35px 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.property-single-info-item i {
    margin: 5px 5px 5px 0;
    color: #00062c
}

.property-single-floor-item i {
    margin-right: 5px;
    color: #00062c
}

.property-single-floor-img {
    margin-top: 40px
}

.property-single-video .video-content {
    background-attachment: unset;
    border-radius: 30px;
}

.property-single-video .video-content::before {
    background-attachment: unset;
    border-radius: 30px;
}

.property-single-info iframe {
    border-radius: 30px;
}

.property-single-nearby-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.property-single-nearby-item h5 {
    margin-bottom: 15px
}

.property-single-nearby-item h5 i {
    margin-right: 5px;
    color: #00062c
}

.property-single-nearby-title {
    margin: 5px 0
}

.property-single-nearby-info {
    display: flex;
    align-items: center;
    gap: 10px
}

.property-single-nearby-rate {
    background: #00062c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px
}

.property-single-sidebar .theme-btn::before {
    width: 400px;
    height: 400px
}

.property-single-sidebar .booking-btn .theme-btn {
    width: 100%
}

.property-single-agent-content {
    display: flex;
    align-items: center;
    gap: 15px
}

.property-single-agent-img img {
    border-radius: 50px;
    border: 3px solid #00062c;
    padding: 3px;
    width: 100px
}

.property-single-agent-info h5 {
    margin-bottom: 8px;
    font-size: 20px
}

.property-single-agent-info li i {
    margin-right: 8px;
    color: #00062c
}

.property-single-agent-info li a:hover {
    color: #00062c
}

.property-single-agent-form {
    margin-top: 0
}

.property-single-agent-form .form-group {
    margin-top: 10px
}

.property-single-agent-form .form-control {
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: none
}

.property-single-agent-form .form-control:focus {
    border-color: #00062c
}

.property-single-agent-form .theme-btn {
    width: 100%
}

.property-similar-slider .listing-item {
    box-shadow: none;
    margin-bottom: 0;
    border: 2px solid rgba(0, 0, 0, .05)
}

.property-similar-slider .owl-dots {
    text-align: center;
    margin-top: 20px
}

.property-similar-slider .owl-dots .owl-dot span {
    background: 0 0;
    border: 2px solid #00062c;
    margin: 5px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.property-similar-slider .owl-dots .owl-dot.active span {
    background: #00062c
}

.property-single-slider.owl-theme .owl-nav {
    margin-top: 0
}

.property-single-slider.owl-theme .owl-nav .owl-prev,
.property-single-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #00062c;
    font-size: 25px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    transition: all .5s ease-in-out
}

.property-single-slider.owl-theme .owl-nav button:hover {
    background: #00062c;
    color: #fff
}

.property-single-slider.owl-theme .owl-nav .owl-prev {
    left: 20px
}

.property-single-slider.owl-theme .owl-nav .owl-next {
    right: 20px
}

.property-single2 .property-single-content {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

@media all and (max-width:767px) {
    .property-single-meta {
        flex-direction: column;
        gap: 30px
    }

    .property-single-meta-right {
        text-align: left
    }

    .property-single-nearby-list {
        flex-direction: column;
        align-items: flex-start
    }
}

.location-area .location-item {
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.location-area .location-item::after {
    transition: all .3s;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 15%, rgb(0 0 0) 100%) !important;
}

.location-area .location-item img {

    width: 100%;
    transition: all .5s
}

.location-area .location-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.location-area .location-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1
}

.location-area .location-info h3 {
    color: #fff
}

.location-area .location-info h4 {
    color: #fff;
    font-size: 21px;
    position: relative;
    width: 100%;
    bottom: 10px;
    padding: 0 10px;

}


.location-area .location-info span {
    color: #e9ecef
}

.location-area .location-btn {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #00062c;
    color: #fff !important;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out
}

.location-area .location-item:hover .location-btn {
    visibility: visible;
    opacity: 1
}

.agency-item {
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 1;
    background-color: #fff;
    width: 100%;
}

.agency-item::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 80px;
    border-radius: 0 0 100px 100px;
    background: #00062c52;
    z-index: -1
}

.container-small {
    width: 75%;
    margin: auto;
}

.agency-img {
    width: 85%;
    height: auto;
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border: 5px solid rgb(0 0 0/5%)
}

.category {
    padding: 5px 0;
}

.category-btn {
    display: block;
    padding: 8px 5px 8px 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 25px;
    position: relative;
    color: #B78D65;
}

.category-btn .category-property {
    position: absolute;
    left: -35px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background: #09c297; */
    text-align: center;
    color: #00062c;
    font-size: 20px;
    border-radius: 5px;
    z-index: 1;
}

.category-btn h4 {
    font-size: 21px;
    margin: 0;
}

.category .category-btn .category-content p {
    font-size: 15px;
    margin: 0;
}

.agency-short {
    margin-bottom: 20px;
}

.agency-short-btn {
    display: block;
    padding: 15px 15px 15px 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 25px;
    position: relative;
    color: #B78D65;
}

.agency-short-btn .category-property {
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00062c;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    font-size: 22px;
    z-index: 1;
}

.agency-short-btn h4 {
    font-size: 17px;
    margin: 5px 0;
}


.agency-name {
    margin: 10px 0
}

#myTab {
    display: flex;
    justify-content: center;

}

.agency-name h2 {
    font-weight: 700;
    color: #00062c;
    font-size: 35px;
}

.agency-name span {
    color: #535a60;
    font-weight: 500;
    font-size: 16px;
}

.agency-name h4 {
    color: #00062c;
    font-weight: 700;
    font-size: 26px;
}

.agency-info {
    margin-bottom: 15px
}

.agency-info .category-content h4 {
    color: #00062c;
}

.agency-info li {
    margin: 5px 0
}

.agency-info li a:hover {
    color: #00062c
}

.agency-info li i {
    margin-right: 8px;
    color: #00062c
}

.agency-social {
    margin-bottom: 30px
}

.agency-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #00062c;
    border-radius: 30px;
    margin: 5px;
    text-align: center
}

.agency-social a:hover {
    background: #00062c;
    color: #fff
}

.agency-item .theme-btn {
    padding: 8px 20px
}

.agency-list .agency-item {
    display: flex;
    gap: 30px;
    text-align: left
}

.agency-list .agency-img {
    margin: auto 0 auto 8px;
    width: 250px;
    height: 250px
}

.agency-list .agency-item::before {
    display: none
}

.agency-list .agency-info p {
    margin-bottom: 10px;
    font-size: 13px;
}

.agency-list .agency-content {
    flex: 1
}

.agency-list .agency-bottom {
    display: flex;
    align-items: center;
    gap: 40px
}

.agency-list .agency-social {
    margin-bottom: 0
}

.agency-list .agency-social a {
    margin-left: 0
}

@media all and (max-width:767px) {
    .key-feature .col-md-6 {
        max-width: 49.999%;
    }

    .agency-list .agency-item {
        flex-direction: column
    }

    .agency-list .agency-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .agency-list .agency-img {
        margin-left: 0
    }
}

.agency-rating {
    margin-bottom: 10px
}

.agency-rating i {
    color: #f6b500
}

.agency-single-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.agency-single-wrapper .nav-tabs .nav-link {
    font-weight: 600;
    color: #00062c;
    border: none;
    background: #eaf7f4;
    margin: 0 5px;
    padding: 7px 25px;
    font-size: 18px;
}

.agency-single-wrapper .nav-tabs .nav-link:hover {
    color: #00062c
}

.agency-single-wrapper .nav-tabs .nav-item.show .nav-link,
.agency-single-wrapper .nav-tabs .nav-link.active {
    color: #00062c;
    border-bottom: 2px solid #00062c
}

.agency-single-content {
    margin: 40px 20px 20px
}

.agency-single-content .listing-item {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

@media all and (max-width:1199px) {
    .agency-single-content {
        margin: 40px 0 0
    }
}

.compare-area {
    position: relative
}

.compare-item {
    text-align: center
}

.compare-content {
    display: block;
    position: relative;
    padding: 0 12px;
    min-height: 260px
}

.compare-blank {
    display: block;
    height: 260.5px
}

.compare-remove-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #dd4b39;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    transition: all ease .4s
}

.compare-img {
    position: relative;
    width: 100%
}

.compare-img img {
    border-radius: 30px;
}

.compare-title {
    padding: 12px 0
}

.compare-title h4 {
    font-size: 20px;
    margin: 0 0 2px
}

.compare-title span {
    color: #00062c;
    font-weight: 500
}

.display-mb {
    display: none !important
}

.compare-wrapper {
    overflow: hidden
}

.compare-wrapper div[class*=col-] {
    padding: 0;
    transition: .2s linear
}

.compare-wrapper ul {
    margin: 0;
    padding: 0
}

.compare-wrapper ul li {
    padding: 15px 0;
    list-style: none;
    text-align: center
}

.compare-wrapper ul li:nth-child(odd) {
    background: #f4f4f4
}

.check-icon,
.cross-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #00062c
}

.cross-icon {
    color: #dd4b39
}

.compare-wrapper ul li span:not(:first-child) {
    display: inline-block;
    margin-left: 10px
}

@media(max-width:992px) {
    .display-mb {
        display: inline-block !important;
        line-height: 15px
    }
}

.booking-widget {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-widget-title {
    margin-bottom: 20px
}

.booking-form .form-group {
    margin-bottom: 20px
}

.booking-form .form-group label {
    margin-bottom: 8px
}

.booking-form .form-group .form-control {
    padding: 15px 40px;
    border-radius: 30px;
    box-shadow: none
}

.booking-form .form-group .form-control:focus {
    border-color: #00062c
}

.booking-summary {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-property-img img {
    border-radius: 30px;
}

.booking-property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.booking-property-title h5 {
    margin-bottom: 5px
}

.booking-property-title p {
    margin-bottom: 0;
    font-size: 14px
}

.booking-property-title p i {
    color: #00062c;
    margin-right: 5px
}

.book-edit-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #00062c;
    border-radius: 30px;
    color: #fff
}

.book-edit-btn:hover {
    background: #00062c;
    color: #fff
}

.booking-property-rate {
    font-size: 15px
}

.rate-text {
    color: #646a9b
}

.rate-type {
    color: #00062c
}

.booking-order-info {
    margin-top: 40px
}

.booking-order-info span {
    float: right
}

.booking-order-info li {
    margin-bottom: 15px
}

.booking-pay-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.order-total {
    padding-top: 10px;
    border-top: 1px solid #eee
}

.order-total span {
    font-weight: 700
}

.property-checkout .booking-pay-info {
    border-top: none;
    margin-top: 15px;
    padding-top: 0
}

.property-checkout .booking-pay-info hr {
    border-top-color: #eee !important;
    opacity: 1
}

.booking-confirm-content {
    padding: 50px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-confirm-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #00062c;
    color: #fff;
    font-size: 35px;
    border-radius: 50px;
    text-align: center
}

.booking-confirm-content h3 {
    margin-top: 20px
}

.booking-confirm-content p {
    margin: 15px 0
}

.booking-confirm-content .theme-btn {
    margin-top: 15px
}

.booking-confirm .booking-summary {
    padding: 50px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.booking-confirm .booking-summary-content {
    padding: 80px 0
}

.booking-confirm .booking-summary-list {
    text-align: left
}

.booking-confirm .booking-summary-list h6 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.booking-confirm .booking-summary-list li span {
    float: right
}

.about-area {
    position: relative;
    display: block
}

.about-left {
    position: relative;
    margin: 0 40px 0 20px
}

.about-img img {
    border-radius: 20px;
}

.about-img::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    background: #00062c;
    border-radius: 0 0 0 10px;
    left: -20px;
    bottom: -20px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: -1
}

.about-shape {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1
}

.about-experience {
    background: #00062c;
    position: absolute;
    border-radius: 30px;
    left: 50px;
    bottom: 0;
    padding: 20px
}

.about-experience h1 {
    font-weight: 700;
    font-size: 45px;
    color: #fff
}

.about-experience .about-experience-text {
    color: #fff;
    font-weight: 500
}

.about-list-text {
    width: 100%
}

.about-list-text p {
    text-align: center;
    margin: 0px !important;
}

.about-list-text span {
    color: #00062c;
    font-size: 22px;
    line-height: normal;
    display: block;
    text-align: center;
}

.about-right {
    position: relative;
    display: block
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.about-area .about-list-wrapper {
    position: relative;
    display: flex;
    margin-top: 15px;
    margin-bottom: 35px;
}

.about-list {
    position: relative;
    display: block
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 45%;
    float: left;
    background: #f5f5f5;
    margin: 0 8px 8px 0;
    border-radius: 30px;
    padding: 6px 10px;
}

.about-area .about-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    width: 100%;
    background: none;
    border-radius: 30px;
    margin: 0;
    padding: 0;
}

.about-area .about-list-text p {
    text-align: left;
    margin: 0px !important;
}

.about-list li .about-icon {
    position: relative;
    display: flex;
    align-items: center
}

.about-list li .about-icon span {
    font-size: 20px;
    color: #00062c;
}

.about-bottom {
    display: flex;
    align-items: center;
    gap: 25px
}

.about-call {
    display: flex;
    align-items: center;
    gap: 10px
}

.about-call-icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 50px;
    background: #00062c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.about-call-content span {
    font-weight: 500;
    color: #00062c
}

.about-call-number {
    font-size: 22px
}

.about-call-number a {
    color: #00062c
}

@media all and (max-width:991px) {
    .about-left {
        margin-bottom: 60px
    }

    .about-experience {
        bottom: -20px
    }
}

@media all and (max-width:768px) {
    .about-bottom {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }
}

.service-area {
    position: relative;
    display: block;
    overflow: hidden
}

.service-item {
    position: relative;
    padding: 30px 15px;
    margin-bottom: 25px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 1
}

.service-content {
    position: relative
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #00062c;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease-in-out
}

.service-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 1
}

.service-icon img {
    width: 70px
}

.service-arrow {
    margin-top: 25px
}

.service-title a {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #00062c
}

.service-title a:hover {
    color: #00062c
}

.service-arrow a {
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 30px;
    border: 3px solid #fff;
    background: #00062c;
    transform: rotate(45deg);
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1
}

.service-item:hover .service-arrow a {
    border-color: #00062c;
    background: #fff
}

.service-item .service-arrow a i {
    transition: all .5s ease-in-out
}

.service-item:hover .service-arrow a i {
    color: #00062c;
    transform: rotate(-45deg)
}

.service-single-wrapper .widget-title {
    font-weight: 700
}

.service-single-list i {
    color: #00062c;
    margin-right: 10px
}

.service-download a {
    border: 2px solid #00062c;
    padding: 10px 20px;
    color: #00062c;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 30px;
    transition: all .5s ease-in-out
}

.brochure a {
    border: 1px solid #b68c5a1f;
    padding: 10px 20px;
    color: #33312f;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 30px;
    transition: all .5s ease-in-out
}

.service-download a:hover {
    background-color: #00062c;
    color: #fff
}

.service-details h3 {
    color: #00062c;
    font-weight: 700
}

.service-details img {
    border-radius: 30px;
}

.skills-section {
    margin-top: 40px
}

.skill-left {
    position: relative
}

.skill-left img {
    border-radius: 7px
}

.skill-shape {
    position: absolute;
    z-index: -1;
    left: -22px;
    top: -1px;
    width: 100%;
    height: 100%
}

.skill-img {
    position: relative;
    display: block;
    -webkit-mask-image: url(../img/shape/03.html);
    mask-image: url(../img/shape/03.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    overflow: hidden
}

.progress-box {
    margin-bottom: 30px;
    position: relative
}

.progress-box:last-child {
    margin-bottom: 0
}

.progress-box h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.progress-box .progress {
    box-shadow: 0 10px 31px rgb(169 177 193/17%);
    border: 1px solid #d5e0f5;
    height: 16px;
    padding: 4px;
    border-radius: 50px;
    background-color: #fff
}

.progress-box .progress .progress-bar {
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    border-radius: 50px
}

@media all and (max-width:991px) {
    .skill-right .site-heading {
        font-size: 10px
    }

    .skill-img img {
        width: 100%
    }
}

.feature-area {
    position: relative
}

.feature-item {
    padding: 50px 20px;
    position: relative;
    background: #0d408f;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    z-index: 1
}

.feature-item::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #00062c;
    border-radius: 50%;
    right: -100px;
    top: -100px;
    z-index: -1
}

.feature-icon {
    font-size: 80px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px
}

.feature-title {
    color: #fff;
    margin-bottom: 10px
}

.feature-item p {
    color: #fff
}

.video-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0
}

.video-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0
}

.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 450px;
    z-index: 100
}

.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-text-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.video-bx .btn {
    background-color: #151414;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #c08831;
    padding: 10px 25px;
}

.video-bx .btn:hover {
    background-color: #151414;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 10px 25px;
}

@media all and (max-width:767px) {
    .video-wrapper {
        height: 250px
    }

    .video-wrapper h1 {
        font-size: 28px;
        margin-top: 25px
    }
}

.process-single {
    position: relative
}

.process-single .icon {
    height: 100px;
    width: 100px;
    line-height: 90px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    font-size: 55px;
    color: #fff;
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.process-single .icon::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px dashed #00062c
}

.process-single .icon img {
    border-radius: 50%
}

.process-single span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: linear-gradient(to right, #fe6d1c 0%, #fd3d10 100%);
    line-height: 35px;
    color: #fff;
    left: -8px;
    top: -13px;
    font-weight: 600;
    border-radius: 50px
}

.process-single h4 {
    margin-bottom: 10px;
    font-weight: 700
}

.process-single::before {
    content: "";
    position: absolute;
    background: url(../img/icon/arrow.html);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right: -65px;
    top: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .process-single::before {
        display: none
    }
}

@media(max-width:767px) {
    .process-single::before {
        display: none
    }
}

.process-area .col-lg-3:last-child .process-single::before {
    display: none
}

.choose-area {
    position: relative
}

.choose-item {
    padding: 50px 20px;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 30px;
    border: 1px solid #99999973;
    transition: all .5s ease-in-out
}

.choose-item:hover {
    transform: translateY(-5px)
}

.choose-icon {
    color: #e6e617;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px
}

.choose-title {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
}

.choose-item p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #e9ecef !important;
}


.testimonial-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1
}

.testimonial-single {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
    border: 3px solid #141c30;
    position: relative;
    box-shadow: 0 3px 24px #00062c;
    background: rgb(0 0 0.8 / 20%);
}

.testimonial-quote p {
    color: #00062c
}

.testimonial-author-info {
    margin: 25px 0 5px;
}

.testimonial-author-img {
    position: absolute;
    width: auto;
    padding: 0;
    border-radius: 50%;
    border: 5px solid #141c30;
    left: 50%;
    background: #fff;
    top: -50px;
    transform: translateX(-50%);
}

.testimonial-author-img img {
    border-radius: 50%
}

.testimonial-author-info h4 {
    font-size: 25px;
    color: #ffffffb9
}

.testimonial-author-info p {
    color: #00062c;
    font-weight: 500
}

.testimonial-quote-icon {
    position: absolute;
    right: 15px;
    top: 35px;
    width: 120px;
    opacity: .1
}

.testimonial-rate {
    color: #00062c;
    margin-top: 10px
}

.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonial-area .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #00062c;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.testimonial-area .owl-dots .owl-dot.active span {
    background: #00062c
}

.counter-area {
    position: relative;
    margin-top: -90px
}

.counter-wrapper {
    padding: 50px 20px;
    position: relative;
    background: #00062c;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
    z-index: 1
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    position: relative;
    z-index: 1
}

.counter-box .icon {
    position: relative;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    background: #00062c;
    border-radius: 30px;
    color: #fff
}

.counter-box .icon img {
    width: 65px
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600
}

.counter-box .title {
    color: #fff;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize
}

@media all and (max-width:991px) {
    .counter-area .counter-box {
        margin: 40px 0
    }
}

.cta-area {
    position: relative;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(0, 0, 0, 0.125);
    box-shadow: none;
    z-index: 1
}

.choose-area {
    position: relative;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #00062c;
    box-shadow: none;
    z-index: 1
}

.property-sort-box {
    padding-right: 15px
}

.choose-area .cta-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px
}

.cta-text h2 {
    color: #00062c;
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px
}

.cta-text span {
    color: #00062c
}

.Choose-area .cta-text span {
    color: #fff
}

.cta-text p {
    color: #00062c;
    margin-bottom: 30px;
}

.choose-area .cta-text p {
    color: #fff;
    margin-bottom: 30px;
}

.gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.gallery-item.list {
    margin-bottom: 0;
}

.gallery-img {
    height: 100%
}



.gallery-img img {
    width: 100%;
    border-radius: 20px;
}


.imgFloor {}

.gallery-img2 {
    height: 100%
}

.gallery-img2 img {
    width: 100%;
    border-radius: 30px;
}





.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.gallery-content::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    background: #00062c;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}



.fp.gallery-link {
    width: 60px;
    height: 60px;
    padding: 5px;
}



.gallery-content:hover::before {
    opacity: .5;
    visibility: visible
}

.gallery-link {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    color: #00062c;
    margin-top: 50px
}

.gallery-link.list {
    width: 20px;
    height: 20px;
}

.gallery-link::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 2px dashed #fff;
    border-radius: 50px
}

.gallery-link:hover {
    color: #00062c
}

.gallery-content:hover .gallery-link {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out
}

.blog-item-img {
    overflow: hidden;
    border-radius: 30px;
}

.blog-item-img img {
    border-radius: 30px;
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1)
}

.blog-item-info {
    padding: 15px
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: #00062c
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: #00062c
}

.blog-item-meta a:hover {
    color: #00062c
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-item-info p {
    margin-bottom: 16px
}

.blog-btn {
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    border: 2px solid #00062c;
    background: #00062c;
    color: #fff
}

.blog-btn i {
    margin-left: 5px
}

.blog-btn:hover {
    background: 0 0;
    color: #00062c
}

.blog-item-info h4 a {
    color: #00062c
}

.blog-item-info h4 a:hover {
    color: #00062c
}

@media all and (max-width:991px) {
    .blog-item-info {
        padding: 23px 15px 30px
    }
}

.blog-thumb-img {
    margin-bottom: 20px
}

.blog-single-content img {
    border-radius: 30px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-meta .blog-meta-left ul li {
    font-weight: 500
}

.blog-meta i {
    margin-right: 5px;
    color: #00062c
}

.blog-meta a {
    color: #66788a;
    font-weight: 500
}

.blog-meta a:hover {
    color: #00062c
}

.blog-details-title {
    font-size: 34px;
    color: #00062c
}

.blockqoute {
    background: #eaf7f4;
    border-left: 5px solid #00062c;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 0
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #00062c
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #00062c;
    left: 0;
    top: 10px
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px
}

.blog-details-tags h5 {
    color: #00062c;
    font-weight: 700
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.blog-details-tags ul a {
    background: #eaf7f4;
    color: #00062c;
    padding: 6px 18px;
    border-radius: 30px;
    transition: all .5s ease-in-out
}

.blog-details-tags ul a:hover {
    background: #00062c;
    color: #fff
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #eaf7f4;
    border-radius: 30px;
    margin: 50px 0;
    padding: 20px
}

.blog-author-img {
    width: 320px;
    position: relative
}

.blog-author-img::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%
}

.blog-author-img img {
    border-radius: 30px;
}

.author-name {
    font-size: 22px;
    color: #00062c;
    margin: 8px 0
}

.author-info {
    padding: 0 20px 0 30px
}

.author-social {
    margin-top: 10px
}

.author-social a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #00062c;
    border-radius: 50px;
    margin-right: 5px;
    color: #00062c;
    transition: all .5s ease-in-out
}

.author-social a:hover {
    color: #fff;
    background: #00062c
}

.blog-comments {
    margin-bottom: 50px
}

.blog-comments h3 {
    color: #00062c;
    font-weight: 700
}

.blog-comments-wrapper {
    margin: 30px 0
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 50px
}

.blog-comments-img {
    margin-top: 3px
}

.blog-comments-single img {
    border-radius: 50%;
    width: 120px
}

.blog-comments-content {
    padding: 0 0 0 20px
}

.blog-comments-content span {
    font-size: 14px;
    color: #00062c;
    font-weight: 500
}

.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
    color: #00062c
}

.blog-comments-content a:hover {
    color: #00062c
}

.blog-comments-content h5 {
    color: #00062c;
    font-weight: 700;
    font-size: 20px
}

.blog-comments-reply {
    margin-left: 50px
}

.blog-comments-form {
    padding: 30px;
    margin-top: 50px;
    border-radius: 30px;
    background: #eaf7f4
}

.blog-comments-form h3 {
    margin-bottom: 20px
}

.blog-comments-form .form-group {
    margin-bottom: 20px
}

.blog-comments-form .form-control {
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.blog-comments-form .form-control:focus {
    border-color: #00062c
}

@media all and (max-width:767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px
    }

    .blog-meta .blog-meta-left ul {
        gap: 10px
    }

    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start
    }

    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0
    }

    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom: 30px;
        border-radius: 30px;
    }

    .blog-comments-img {
        width: 100%
    }

    .blog-comments-content {
        padding: 20px
    }

    .blog-comments-reply {
        margin-left: 0
    }
}


.banner_holder {
    position: relative;
}

.banner_holder:nth-child(n+2) {
    display: none;
}

.banner_holder:first-child {
    margin-bottom: 9px
}

.banner_holder .more-img-count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 77%);
    text-align: center;
    font-size: 34px;
    color: #fff;
    padding: 28%;
    z-index: 2;
    font-weight: 700
}

.counterup {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;

}

@media (max-width: 991px) {
    .counterup .section-heading.style-two {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.counterup .background-left {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00062c;
    opacity: 0.8;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
    .counterup .background-left {
        width: 100%;
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item {
        text-align: center;
    }
}

.counterup .counterup-item .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .title {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .title {
        font-size: 18px;
    }
}

.counterup .counterup-item .title span {
    color: #fff;
    font-size: 55px;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .title span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .title span {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .title span {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .counterup .counterup-item .title span {
        font-size: 35px;
    }
}

.counterup .counterup-item .para {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .para {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .para {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .para {
        font-size: 16px;
    }
}

.counter-play-button {
    left: 55%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .counter-play-button {
        left: 50%;
        top: 0;
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .counter-play-button {
        margin-bottom: 20px;
    }
}

.section-heading .title {
    margin-bottom: 20px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    color: #040916;
    display: block;
}

.section-heading .para {
    font-size: 22px;
}

.counter-play-button a {
    position: relative;
    font-size: 30px;
    color: #fff;
    background-color: #00062c;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 8px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .counter-play-button a {
        width: 70px;
        height: 70px;
        border: 5px solid #fff;
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .counter-play-button a {
        width: 65px;
        height: 65px;
        border: 3px solid #fff;
        font-size: 20px;
    }
}

.counter-play-button a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #14306F;
    border-radius: 50%;
    -webkit-animation: popup 2.5s linear infinite;
    animation: popup 2.5s linear infinite;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .9;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .9;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}





.widget {
    background: #fff;
    padding: 18px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}

.widget .widget-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    color: #00062c;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.brochure {
    background: #fff;
    padding: 18px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

.widget .attachments {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    font-size: 25px;
    color: #ffffff;
}

.brochure .widget-title {
    padding-bottom: 0;
    margin-bottom: 20px;
    position: relative;
    font-size: inherit;
    border-bottom: 1px solid #9d9999;
    color: #00062c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget .attachments::before {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 2px solid #c78859;
    bottom: -2px;
    left: 0
}

.widget .blog-search-form .form-control {
    padding: 12px 15px;
    border-radius: 30px;
    box-shadow: none
}

.widget .blog-search-form {
    position: relative
}

.widget .blog-search-form .form-control:focus {
    border-color: #00062c
}

.widget .blog-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 18px 6px;
    background: 0 0;
    border: none;
    color: #00062c
}

.widget .category-list a {
    display: block;
    padding: 8px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
    font-size: 15px;
    color: #00062c;
}

.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #00062c
}

.widget .category-list a:hover i {
    color: #00062c
}

.widget .category-list a i {
    margin-right: 5px;
    color: #00062c
}


.widget .category-list a span {
    float: right
}





.widget .category-list2 a {
    display: block;
    padding: 4px 1px;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
    background: rgb(182, 140, 90);
    background: linear-gradient(90deg, rgb(182 140 90 / 8%) 0%, rgb(182 140 90 / 0%) 61%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 8px;
    color: #00062c;
    border-radius: 30px;
    font-size: 15px;
}

.widget .category-list2 a:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget .category-list2 a:hover {
    padding-left: 10px;
    color: #ffffff;
    background: #00062c;
}

.widget .category-list2 a i {
    margin-right: 5px;
    color: #00062c
}

.widget .category-list2 a span {
    float: right;
    background: #00062c;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    width: 28px;
    padding: 3px 0px;
    border: #fff solid 1px;
    text-align: center;
}

.widget .category-list2 a span:hover {
    background: #00062c;
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px
}

.widget .recent-post-img {
    margin-right: 20px
}

.widget .recent-post-img img {
    width: 70px;
    border-radius: 7px
}

.widget .recent-post-bio h6 {
    font-size: 18px
}



.widget .recent-post-bio span {
    font-size: 14px;
    color: #00062c;
    font-weight: 500
}

.widget .recent-post-bio span a {
    font-size: 14px;
    color: #00062c;
    font-weight: 500
}

.widget .recent-post-bio span i {
    margin-right: 5px
}

.widget .recent-post-bio h6 a:hover {
    color: #00062c
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #00062c;
    color: #00062c;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out
}

.widget .social-share-link a:hover {
    background: #00062c;
    color: #fff
}

.widget .tag-list a {
    background: #fff;
    color: #00062c;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 30px;
    display: inline-block;
    transition: all .5s ease-in-out
}

.widget .tag-list a:hover {
    background-color: #00062c;
    color: #fff
}

.partner-wrapper img {
    background: #fff;
    border-radius: 30px;
    padding: 20px 25px
}

.contact-wrapper {
    position: relative
}

.contact-form {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.contact-form-header {
    margin-bottom: 30px
}

.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #00062c
}

.contact-form .form-group {
    margin-bottom: 25px
}

.contact-form .form-group .form-control {
    padding: 12px 18px;
    border-radius: 30px;
    box-shadow: none;
    transition: all .5s ease-in-out
}

.contact-form .form-group .form-control:focus {
    border-color: #00062c
}

.contact-map {
    margin-bottom: -9px
}

.contact-map iframe {
    width: 100%;
    height: 450px
}

.contact-content {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 30px;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.contact-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: #00062c;
    border-radius: 50px
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0
}

.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background: #00062c
}

.contact-info h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #00062c
}

.contact-info p {
    font-weight: 500
}

@media all and (max-width:768px) {
    .contact-content {
        margin-bottom: 50px
    }
}

.quote-content {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
}

.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #00062c;
    font-size: 18px;
    letter-spacing: 2px
}

.quote-content .quote-header h2 {
    color: #00062c;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700
}

.quote-content .form-group {
    margin-bottom: 20px
}

.quote-content .form-group .form-control {
    padding: 15px 22px;
    font-size: 16px;
    background: 0 0;
    border-radius: 30px;
    background-color: #f3f7fa;
    border: none;
    box-shadow: none
}

.quote-content .form-group .form-select {
    padding: 15px 22px;
    background-color: #f3f7fa;
    border: none;
    box-shadow: none;
    border-radius: 8px
}

.quote-content .theme-btn:hover {
    color: #fff
}

@media all and (max-width:1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px
    }

}

@media all and (max-width:991px) {
    .quote-thum {
        margin-top: 40px
    }
}

.team-area {
    position: relative
}

.team-item {
    margin-bottom: 70px;
    position: relative;
    z-index: 1
}

.team-img {
    border-radius: 30px;
}

.team-img img {
    border-radius: 20px;
}

.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -45px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.team-bio h5 a {
    color: #00062c
}

.team-bio span {
    color: #00062c;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.team-bio h5 a:hover {
    color: #00062c
}

.team-social-btn {
    position: absolute;
    right: 60px;
    top: 65px
}

.team-social-btn li {
    display: inline-block;
    position: absolute;
    bottom: 0;
    transition: .6s;
    list-style-type: none
}

.team-social-btn li i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #00062c;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-social-btn li i:hover {
    background: #00062c;
    color: #fff
}

.team-item li span i {
    opacity: 1;
    visibility: visible
}

.team-item:hover li span i {
    background: #00062c;
    cursor: pointer
}

.team-item:hover .team-social-btn li i {
    opacity: 1;
    visibility: visible
}

.team-social-btn li:nth-child(1) {
    z-index: 1
}

.team-social-btn li:nth-child(2) {
    bottom: 0
}

.team-social-btn li:nth-child(3) {
    bottom: 0
}

.team-social-btn li:nth-child(4) {
    bottom: 0
}

.team-social-btn li:nth-child(5) {
    bottom: 0
}

.team-item:hover li:nth-child(1) {
    z-index: 1
}

.team-item:hover li:nth-child(2) {
    bottom: 48px
}

.team-item:hover li:nth-child(3) {
    bottom: 96px
}

.team-item:hover li:nth-child(4) {
    bottom: 144px
}

.team-item:hover li:nth-child(5) {
    bottom: 192px
}

.team-item:hover li:nth-child(6) {
    bottom: 240px
}

.team-area2 .team-item {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.team-area2 .team-img img {
    border-radius: 20px
}

.team-area2 .team-content {
    position: relative;
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 15px;
    left: 0;
    bottom: 0;
    right: 0
}

.team-area2 .team-social-btn {
    top: 68px
}

.team-single.agency-list .agency-item {
    align-items: center
}

.team-single .agency-img {
    border: none;
    width: 220px;
    height: 220px;
    margin: unset
}

.team-single .agency-img img {
    border-radius: 30px;
}

@media all and (max-width:767px) {
    .team-single.agency-list .agency-item {
        align-items: flex-start
    }

    .team-single .agency-img {
        margin-top: 25px
    }
}

.pricing-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 25px;
    border-radius: 30px;
    transition: all .9s ease-in-out;
    z-index: 1
}


.pricing-item:hover {
    transform: translateY(-10px)
}

.pricing-header {
    position: relative;
    z-index: 1
}

.pricing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 1;
    border-radius: 50px;
    background: #00062c;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.pricing-icon::before {
    content: "";
    position: absolute;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    border: 2px dashed #00062c;
    border-radius: 50%
}

.pricing-icon i {
    font-size: 50px;
    color: #fff
}

.pricing-content {
    background: #e6f9f4;
    padding: 20px 30px;
    border-radius: 20px;
    margin: 40px 0 20px
}

.pricing-content h4 {
    margin-bottom: 10px;
    color: #00062c
}

.pricing-amount {
    color: #00062c;
    font-weight: 700
}

.pricing-feature {
    margin-top: 20px
}

.pricing-feature ul {
    margin-top: 35px;
    margin-bottom: 35px
}

.pricing-feature ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px
}

.pricing-feature ul li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid #00062c;
    border-radius: 50px;
    left: 0;
    top: 8px
}

.faq-area .accordion-item {
    border: none;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}



.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #00062c;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: #00062c;
    background: 0 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0/13%)
}

.accordion-button {
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #00062c;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px dashed #00062c
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

@media all and (max-width:991px) {
    .faq-right {
        margin-top: 50px
    }

    .accordion-button {
        font-size: 16px
    }
}

.site-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: #ffffffe3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    z-index: -1
}

.site-breadcrumb .breadcrumb-title {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    font-size: 12px;
    color: #00062c;
    font-weight: 500;
    text-transform: capitalize
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #00062c;
    transition: all .5s ease-in-out
}
.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #744a2a;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f101';
    font-family: 'font awesome 6 pro';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 12px;
    color: #00062c
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #502300
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.pagination .page-link {
    border: none;
    background: #333333cf;
    color: #fff;
    margin: 0 10px;
    border-radius: 8px !important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    transition: all .5s ease-in-out
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: #00062c;
    color: #fff
}

body.rtl-mode {
    direction: rtl
}

body.rtl-mode .item-area {
    direction: ltr
}

body.rtl-mode .price-wrapper {
    direction: rtl
}






.team-details {
    padding: 0;
}





.locDiv {
    width: 100%
}

.locDiv ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bglight {
    background: #f5f5f5
}



.locDiv ul li {
    width: 45%;
    margin: 0;
    padding-left: 40px;
    line-height: 1.1;
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.locDiv ul li i {
    color: #05ace5;
    font-size: 1.5rem;
    float: left;
    margin-left: -2.5rem;
}


.locDiv ul li strong {

    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 42px;
    color: #101010;
    font-weight: 600;
}



@media(min-width:992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem
    }

    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0
    }
}

.login-form {
    padding: 30px 40px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.login-form::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background: #00062c;
    border-radius: 30px;
}

.login-form .login-header {
    text-align: center;
    margin-bottom: 30px
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px
}

.login-form .login-header h3 {
    color: #00062c;
    margin-bottom: 5px;
    font-weight: 800
}

.login-form .login-header p {
    font-size: 20px
}

.login-form .login-footer {
    margin-top: 25px
}

.login-form .login-footer p {
    text-align: center
}

.login-form .login-footer a {
    color: #00062c;
    transition: .5s
}

.login-form .login-footer a:hover {
    color: #00062c
}

.login-form .form-group {
    margin-bottom: 15px;
    position: relative
}

.login-form .form-group i {
    position: absolute;
    bottom: 11px;
    left: 18px
}

.login-form label {
    color: #00062c;
    margin-bottom: 5px
}

.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 12px 18px 12px 47px;
    box-shadow: none;
    transition: .5s
}

.login-form .form-group .form-control:focus {
    border-color: #00062c
}

.login-form .form-check-input {
    box-shadow: none
}

.login-form .forgot-pass {
    color: #00062c;
    transition: .5s
}

.login-form .forgot-pass:hover {
    color: #00062c
}

.login-form .theme-btn {
    width: 100%
}

.login-form .theme-btn::before {
    width: 420px;
    height: 420px
}

.login-form .theme-btn i {
    margin-right: 5px
}

.login-form .form-check-input {
    margin-top: 6.3px
}

.login-form .form-check-label a {
    color: #00062c;
    transition: .5s
}

.login-form .form-check-label a:hover {
    color: #00062c
}

.form-check-input:checked {
    background-color: #00062c;
    border-color: #00062c
}

.login-divider {
    position: relative;
    margin: 15px 0;
    text-align: center
}

.login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e8
}

.login-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px
}

.social-login a {
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center
}

.social-login a i {
    float: left
}

.btn-fb {
    border: 1px solid #506dab;
    color: #506dab !important
}

.btn-fb:hover {
    background: #506dab;
    color: #fff !important
}

.btn-gl {
    border: 1px solid #dd4b39;
    color: #dd4b39 !important
}

.btn-gl:hover {
    background: #dd4b39;
    color: #fff !important
}

@media only screen and (max-width:991px) {
    .login-form {
        padding: 40px 20px
    }
}

.header-account img {
    width: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.header-account .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.header-account .dropdown-menu li a i {
    margin-right: 5px
}

.header-account .dropdown-menu .dropdown-item {
    padding: 8px 20px
}

.header-account .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #00062c;
    padding-left: 25px
}

.mobile-menu-right {
    gap: 20px
}

.mobile-menu-right .header-account img {
    width: 35px;
    padding: 0;
    border: none
}

.user-profile-sidebar {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.user-profile-sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px
}

.user-profile-img img {
    border-radius: 50%
}

.profile-img-file {
    display: none
}

.user-profile-img button {
    position: absolute;
    border-radius: 50px;
    background: #00062c;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 0;
    bottom: 0
}

.user-profile-sidebar-list li {
    margin: 5px 0
}

.user-profile-sidebar-list li a {
    color: #00062c;
    padding: 6px 6px 6px 15px;
    display: block;
    transition: all .5s ease-in-out
}

.user-profile-sidebar-list li a:hover {
    padding-left: 20px
}

.user-profile-sidebar-list li a i {
    margin-right: 5px;
    color: #00062c
}

.user-profile-sidebar-list .active i {
    color: #fff
}

.user-profile-sidebar-list .active {
    background: #00062c;
    color: #fff;
    border-radius: 8px
}

.user-profile-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.user-profile-card-title {
    color: #00062c;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-card .text-success {
    color: #00062c !important
}

.user-profile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.user-profile-card-header .user-profile-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.user-profile-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.user-profile-search .form-group {
    position: relative
}

.user-profile-search .form-control {
    padding: 10px 12px 10px 35px;
    box-shadow: none;
    border-radius: 30px;
}

.user-profile-search .form-control:focus {
    border-color: #00062c
}

.user-profile-search i {
    position: absolute;
    left: 12px;
    top: 9px
}

.user-profile-card-header .theme-btn {
    padding: 8px 15px
}

.profile-info-list li {
    margin: 12px 0;
    font-weight: 700
}

.profile-info-list li span {
    float: right;
    font-weight: 400
}

.user-profile-form .form-group {
    margin-bottom: 20px
}

.user-profile-form .form-group label {
    color: #00062c;
    margin-bottom: 5px
}

.user-profile-form .form-control {
    height: 55px;
    border-radius: 30px;
    box-shadow: none
}

.user-profile-form .form-control:focus {
    border-color: #00062c
}

.user-profile-form .theme-btn {
    width: unset
}

.dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 30px;
    border-left: 5px solid transparent;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%)
}

.dashboard-widget-icon i {
    font-size: 20px
}

.dashboard-widget-info span {
    font-weight: 600;
    font-size: 20px;
    color: #00062c;
}

.dashboard-widget-info h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 5px
}

.dashboard-widget-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px
}

.dashboard-widget-color-1 {
    background: rgba(98, 89, 202, .2);
    color: #6259ca;
    border-left-color: #6259ca
}

.dashboard-widget-color-1 h1 {
    color: #6259ca
}

.dashboard-widget-color-1 .dashboard-widget-icon {
    background: #6259ca;
    color: #fff
}

.dashboard-widget-color-2 {
    color: #00062c;
    border-left-color: #00062c;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 52%);
}

.dashboard-widget-color-2 h1,
.dashboard-widget-color-2 h3 {
    color: #00062c;
}

.dashboard-widget-color-2 .dashboard-widget-icon {
    background: #00062cc7;
    color: #fff
}

.dashboard-widget-color-3 {
    background: rgba(251, 107, 37, .2);
    color: #fb6b25;
    border-left-color: #fb6b25
}

.dashboard-widget-color-3 h1 {
    color: #fb6b25
}

.dashboard-widget-color-3 .dashboard-widget-icon {
    background: #fb6b25;
    color: #fff
}

.user-notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0
}

.user-notification-item a {
    display: flex;
    gap: 15px
}

.user-notification-item a:hover {
    color: #00062c
}

.user-notification-item:first-child {
    padding-top: 0
}

.user-notification-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.user-notification-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #00062c;
    color: #fff;
    margin-top: 5px;
    text-align: center
}

.user-notification-info {
    flex: 1
}

.user-notification-info p {
    font-size: 15px
}

.user-notification-info span {
    font-size: 14px
}

.table-property-info a {
    /* display: flex; */
    align-items: center;
    gap: 10px
}

.table-property-info h6 {
    transition: all .5s ease-in-out
}

.table-property-info:hover h6 {
    color: #00062c
}

.table-property-info img {
    width: 70px;
    border-radius: 8px
}

.user-profile-card .table>:not(caption)>*>* {
    vertical-align: middle;
    padding: .8rem
}

.user-profile-property .table-property-info img {
    width: 120px
}

.table-property-content h6 {
    font-size: 18px;
    font-weight: 700
}

.table-property-content p {
    font-size: 13px;
    color: #00062c
}

.table-property-content span {
    font-weight: 700;
    color: #00062c
}

.user-profile-property .bg-success {
    background: #00062c !important
}

.user-profile-property .table tbody tr td {
    padding: 0.5rem .8rem;
    vertical-align: middle;
}

.user-profile-property .table tbody tr td span {
    font-size: 14px;
}

.add-property-form .form-group {
    margin-bottom: 15px
}

.add-property-form .form-group label {
    margin-bottom: 5px;
    color: #757f95
}

.add-property-form .form-control {
    border-radius: 30px;
    padding: 15px 20px;
    box-shadow: none;
    color: #757f95
}

.add-property-form .form-control::placeholder {
    color: #757f95
}

.add-property-form .nice-select {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95;
    margin-bottom: 15px
}

.add-property-form .form-control:focus,
.add-property-form .nice-select:focus {
    border-color: #00062c
}

.add-property-form .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%)
}

.add-property-form .nice-select .option.focus,
.add-property-form .nice-select .option.selected.focus,
.add-property-form .nice-select .option:hover {
    background: #f6f6f6;
    color: #00062c;
    border-radius: 8px
}

.add-property-form .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px
}

.add-property-form .property-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgba(0, 0, 0, .1);
    border-radius: 30px;
    cursor: pointer
}

.add-property-form .property-img-file {
    display: none
}

.add-property-form .property-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.add-property-form .property-img-upload span i {
    margin-right: 5px
}

.add-property-form .form-check {
    margin-bottom: 15px
}

.add-property-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none
}

.add-property-form .form-check-input:focus {
    border-color: #00062c
}

.add-property-form .form-check label {
    color: #757f95
}

.profile-favorite .listing-item {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05)
}

.profile-message-wrapper {
    display: flex
}

.profile-message-inbox {
    max-width: 340px;
    border: 1px solid #edf1f9;
    border-radius: 30px;
}

.profile-message-inbox {
    overflow: hidden
}

.message-content {
    padding-left: 30px;
    position: relative;
    overflow: hidden
}

.message-content-info {
    max-height: 750px;
    overflow-y: scroll;
    margin-right: -50px;
    padding-right: 50px
}

.profile-message-inbox,
.message-content {
    flex: 1
}

.profile-message-inbox ul {
    max-height: 950px;
    overflow-y: scroll;
    width: 357px;
    list-style: none;
    padding: 0;
    margin: 0
}

.profile-message-inbox ul li.message-active {
    border-left: 3px solid #00062c
}

.profile-message-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
    list-style: none
}

.profile-message-inbox ul li:last-child {
    border-bottom: none
}

.message-by-content h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1
}

.profile-message-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px
}

.profile-message-inbox .message-avatar {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.message-avatar img {
    width: 50px;
    height: 50px
}

.profile-message-inbox .message-by {
    margin-left: 50px
}

.message-by-content h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px
}

.message-by-content span {
    font-size: 13px;
    position: absolute;
    top: 25.5px;
    right: 25px;
    float: right;
    color: #888
}

.profile-message-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px
}

.message-item {
    display: block;
    position: relative;
    margin-bottom: 25px
}

.message-item .message-avatar {
    position: absolute;
    left: 0;
    top: 0
}

.message-item .message-avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%
}

.message-item .message-description {
    margin-left: 70px;
    background: #f4f5f7;
    border-radius: 30px;
    padding: 20px;
    position: relative
}

.message-item .message-description::before {
    position: absolute;
    top: 0;
    left: -9px;
    content: "\f0d9";
    font-family: "font awesome 6 pro";
    font-weight: 700;
    font-size: 31px;
    color: #f4f5f7
}

.message-item .message-description p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px
}

.message-item.me .message-avatar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0
}

.message-item.me .message-description {
    color: #00062c;
    background-color: rgba(9, 195, 152, .1);
    margin-left: 0;
    margin-right: 70px;
    border-radius: 30px;
    padding: 20px;
    position: relative
}

.message-item.me .message-description::before {
    content: "\f0da";
    left: auto;
    right: -11px;
    color: #e6f9f4
}

.message-reply {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 15px
}

.message-reply .form-control {
    padding: 15px 20px;
    box-shadow: none;
    border-radius: 30px;
}

.message-reply .form-control:focus {
    border-color: #00062c
}

.message-reply .theme-btn {
    margin-top: 15px
}

.message-status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    right: -5px;
    top: 50%
}

.message-status.online {
    background: #00062c
}

.message-status.offline {
    background: #dd4b39
}

.message-status.busy {
    background: #f6b500
}

.profile-message .header-account img {
    width: 45px
}


@media all and (max-width:1100px) {
    .listing-btnn {
        width: 100%;
        font-size: 14px;
    }

    .dubai-area {
        width: 46%;
    }

    .listing-price {
        top: 125px
    }
}

@media all and (max-width:991px) {
    .message-by-content span {
        right: 65px
    }

    .message-reply {
        right: 0
    }

    .listing-btnn {
        width: 76%;
    }

    .dubai-area {
        width: 46%;
    }

    .listing-price {
        top: 136px
    }
}

@media all and (max-width:767px) {
    .table-property-info a {
        display: block
    }

    .table-property-info h6 {
        margin-top: 10px
    }

    .user-profile-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .user-profile-card-header-right {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .profile-message .profile-message-wrapper {
        flex-direction: column;
        gap: 50px
    }

    .profile-message .user-profile-card-header {
        flex-direction: row;
        align-items: center;
        gap: 20px
    }

    .profile-message .message-content {
        padding-left: 0;
        padding-bottom: 200px
    }

    .message-reply {
        left: 0
    }
}

.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative
}

.coming-soon .container {
    position: relative
}

.coming-soon:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px
}

.coming-soon .newsletter-form .input-newsletter {
    height: 55px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
    box-shadow: none
}

.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 50px;
    background: #00062c;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: .5s
}

.coming-soon .newsletter-form button:hover {
    background-color: #00062c;
    color: #fff
}

.coming-social {
    margin-top: 30px;
    text-align: center
}

.coming-social a {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #fff;
    display: inline-block;
    transition: .5s
}

.coming-social a:hover {
    background: #00062c;
    border-color: #00062c
}

.countdown-wrap {
    margin-top: 30px
}

.countdown-single {
    background: #00062c;
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.countdown-single h2 {
    color: #fff
}

.countdown-single h5 {
    color: #fff
}

.error-wrapper {
    text-align: center
}

.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #00062c;
    line-height: 1
}

.error-wrapper h1 span {
    color: #00062c
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px
}

.error-wrapper img {
    width: 100%
}

.error-wrapper .theme-btn {
    margin-top: 30px
}

@media all and (max-width:767px) {
    .error-wrapper h1 {
        font-size: 160px
    }
}

.terms-content:not(:last-child) {
    margin-bottom: 54px
}

.terms-content:first-child {
    margin-top: -3px
}

.terms-content .terms-list {
    margin-top: 37px
}

.terms-content h3 {
    margin-bottom: 23px;
    position: relative;
    font-weight: 700
}

.terms-content p:not(:last-child) {
    margin-bottom: 26px
}

.terms-list li:not(:last-child) {
    margin-bottom: 16px
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    background: rgba(0, 0, 0, .7);
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: auto;
    margin-bottom: 10px
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #00062c;
    background: rgba(0, 6, 44, 0.9);
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
    color: #00062c
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #f6995e;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}

.copyright .copyright-text a:hover {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}

.footer-widget-title {
    color: #ccccccc7;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #ffffffbd;
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #ffffffbd;
    bottom: 0;
    left: 35px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: .3rem
}

.footer-list li a {
    font-size: 14px;
    color: #00062c;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 3px;
    color: #999999;
    font-weight: 400;
    font-size: 14px
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #00062c
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    color: #00062c;
    transition: all .5s ease-in-out
}

.footer-social li a i:hover {
    background: #00062c;
    color: #fff
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    padding: 7px 0;
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #00062c
}

.subscribe-form .form-control {
    padding: 14px 20px;
    border-radius: 30px;
    box-shadow: none;
    border: none
}

.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }

    .brand-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-area::before {
        display: none
    }

    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .brand-widget-wrapper {
        padding-bottom: 0
    }

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }

    .brand-widget-wrapper {
        padding-bottom: 0
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 20px
    }
}

.home-2 .main {
    margin-top: -6rem
}

.home-2 .navbar {
    background: 0 0
}

.home-2 .navbar.fixed-top {
    background: #fff
}

.home-2 .hero-single {
    padding-top: 250px
}

.home-2 .property-listing-slider .listing-item {
    border: none;
    box-shadow: none
}

@media all and (min-width:992px) {
    .home-2 .navbar .nav-item .nav-link {
        color: #ffffff
    }

    .home-2 .navbar.fixed-top .nav-item .nav-link {
        color: #00062c
    }

    .home-2 .navbar .nav-item .nav-link.active,
    .home-2 .navbar .nav-item .nav-link:hover {
        color: #ffffff
    }

    .home-2 .navbar.fixed-top .nav-item .nav-link:hover {
        color: #00062c
    }
}

@media(max-width:991px) {
    .home-2 .navbar-toggler-btn-icon {
        color: #fff
    }
}

.home-3 .hero-single {
    padding-bottom: 220px
}

.home-3 .search-area {
    margin-top: -140px;
    position: relative;
    z-index: 1
}

.home-3 .cta-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-4 .search-wrapper {
    margin-top: 70px
}

.home-4 .search-wrapper .tab-content {
    background: #fff;
    border-radius: 0 15px 15px 15px
}

.home-4 .search-nav .nav-item {
    margin: 0 10px 0 0
}

.home-4 .search-form {
    box-shadow: none
}

.home-4 .search-nav .nav-link {
    background: #00062c;
    color: #fff;
    border-radius: 30px;
}

.home-4 .search-nav .nav-link.active {
    background: #fff;
    color: #00062c
}

.home-4 .search-nav .nav-link::before {
    display: none
}

.home-4 .cta-area {
    padding-top: 80px;
    padding-bottom: 80px
}

.home-5 .hero-single {
    padding-top: 120px;
    padding-bottom: 120px
}

.home-5 .search-form .nice-select,
.home-5 .search-form .form-group {
    margin-bottom: 20px
}

.home-5 .search-wrapper .tab-content {
    background: #fff;
    border-radius: 30px;
}

@media all and (max-width:991px) {
    .home-5 .search-wrapper {
        margin-top: 70px
    }
}

.property-map-box {
    width: 50%;
    height: 93%;
    position: fixed
}

.property-map-box #property-map-listing {
    width: 100%;
    height: 100%
}

.property-map-box {
    left: 0
}

.gm-style img {
    max-width: 100%
}

.cluster-visible {
    color: #fff !important
}

.infoBox {
    margin-left: -140px;
    margin-bottom: 145px;
    width: 260px !important
}

.infoBox>img:first-child {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999
}

.property-map-item {
    background: #fff;
    padding: 12px;
    border-radius: 30px;
}

.property-map-item .listing-img {
    width: 100%
}

.property-map-item .listing-title {
    font-size: 20px
}

.property-map-item .listing-sub-title {
    font-size: 15px;
    margin-bottom: 15px
}

.property-map-item .listing-feature-list {
    font-size: 14px
}

.property-map-item .listing-price {
    font-size: 20px;
    color: #00062c;
    font-weight: 600;
    margin-bottom: 5px
}

.property-map-item-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 5px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.property-map-listing {
    margin-right: 20px
}

.property-map-listing .search-form {
    z-index: 2
}

.property-map-listing .advanced-search-menu {
    margin-top: 125px
}

.classical-map .property-map-box {
    margin-top: 0;
    position: relative !important;
    height: 500px !important;
    width: 100% !important
}

@media all and (max-width:991px) {
    .property-map-box {
        margin-top: 50px;
        position: relative !important;
        height: 500px !important;
        width: 100% !important
    }

    .property-map-listing .advanced-search-menu {
        margin-top: 0
    }

    .property-map-listing {
        margin-right: 0
    }
}












/*****************************
* Category Section End
*****************************/
.tab-wrapper .tab-wrapper-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.tab-wrapper .tab-wrapper-top .data-info-title p {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 479px) {
    .tab-wrapper .tab-wrapper-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.rightbtn {
    position: fixed;
    right: -51px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    bottom: 50%;
    z-index: 9;
    letter-spacing: 1px !important;
    padding: 8px 10px !important;
    border: none !important;
    outline: none !important;
}

.rightbtn:hover {
    background: #00062c;
    outline: none !important
}

.tab-wrapper .nav .nav-item .nav-link {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #00062c;
    border: 1px solid #00062c;
    border-radius: 30px;
    margin-right: 8px;
    height: 32px;
    padding: 4px 14px;
    border-radius: 5px;
}

.tab-wrapper .nav .nav-item .nav-link.active,
.tab-wrapper .nav .nav-item .nav-link:hover {
    background: #00062c;
    border-color: #00062c;
    color: #fff;
}

.tab-wrapper .tab-content-wrapper {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .layout-cart-form {
        overflow-x: scroll;
    }
}

.layout-cart-form table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
    .layout-cart-form table {
        width: 1050px;
        overflow: hidden;
    }
}

.layout-cart-form table thead tr {
    background: #f5f5f5;
    border-radius: 16px 16px 0px 0px;
    height: 44px;
}

.layout-cart-form table thead tr th {
    font-family: var(--bs-body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #00062c;
    text-align: center;
    padding: 10px 20px;
}

@media screen and (max-width: 1440px) {
    .layout-cart-form table thead tr th {
        padding: 0px 10px;
        line-height: normal;
    }
}

@media screen and (max-width: 1199px) {
    .layout-cart-form table thead tr th {
        font-size: 14px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 991px) {
    .layout-cart-form table thead tr th {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 575px) {
    .layout-cart-form table thead tr th {
        font-size: 15px;
        padding: 0px 18px;
    }
}

.layout-cart-form table thead tr:nth-child(1) {
    text-align: left;
}

.layout-cart-form table thead tr:nth-child(2) {
    text-align: left;
}

.layout-cart-form table thead tr:nth-child(3) {
    text-align: left;
}

.layout-cart-form table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.layout-cart-form table tbody tr td {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    line-height: 24px;
    color: #00062c;
}

.layout-cart-form table tbody tr td a {
    color: #00062c;
    font-weight: 600;
}

.layout-cart-form table tbody tr td a:hover {
    color: #fd5a3d;
}

@media screen and (max-width: 1440px) {
    .layout-cart-form table tbody tr td {
        padding: 5px 0;
        line-height: normal;
    }
}

@media screen and (max-width: 1199px) {
    .layout-cart-form table tbody tr td {
        padding: 18px 7px;
    }
}

@media screen and (max-width: 991px) {
    .layout-cart-form table tbody tr td {
        font-size: 13px;
        line-height: 20px;
        padding: 14px 10px;
    }
}

.layout-cart-form table tbody tr td img {
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
}



.layout-cart-form table tbody tr td .sold {
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #b72136;
    background: rgba(255, 72, 66, 0.16);
    border-radius: 30px;
    height: 22px;
    display: inline-block;
    padding: 1px 8px;
}

.layout-cart-form table tbody tr td .available {
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #229a16;
    background: #d5eacf;
    border-radius: 30px;
    height: 22px;
    display: inline-block;
    padding: 1px 10.5px;
}



.amiwrap {
    text-align: center;
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 5px #e0e0e061;
    margin-bottom: 20px;

}

.amiwrap img {
    padding: 5px 0px;
    width: 50px;
    margin-bottom: 5px;
}

.amiwrap p {
    font-size: 16px;
    color: #00062c;
    line-height: normal;
}

.jCenter {
    display: flex;
    justify-content: center
}

.amiwrap1 {
    text-align: center;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 0px 5px #cf8f6e;
    margin-bottom: 20px;
}

.amiwrap1 img {
    padding: 5px 0px;
    width: 65px;
}

.amiwrap1 p {
    font-size: 14px;
}

/*----- Border Animation -----*/

.amiwrap {
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
    border-radius: 100px;
}

.amiwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amiwrap::before,
.amiwrap::after {
    /* content: ""; */
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #00062c;
}

.bo {
    /*padding: 8px;*/
}

.bo::before {
    /* content: ""; */
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #00062c;
    left: 0px;
    top: 0px;
}

.bo::after {
    /* content: ""; */
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #00062c;
    right: 0px;
    top: 0px;
    border-radius: 100px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
    width: 100%;
    border-radius: 100px;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
    height: 100%;
    border-radius: 100px;
}

.border-effect::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.border-effect::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
    left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
    top: 0;
}




.home-banner {
    position: relative;
    height: auto;
    background-size: cover;
    background-position: center center;
    width: 94.7%;
    margin: auto;
    border-radius: 20px;
}

.home-banner:after {
    position: absolute;
    content: "";
    height: auto;
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 60%) 20%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 20%) 60%, rgb(0 0 0 / 70%) 100%);
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
}

.home-banner-img {
    display: none;
}

.container-fluid {
    width: 90%
}

.home-banner img {
    border-radius: 20px;
}

.banner-cnt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 65px;
    z-index: 1;
}

.project-configurations {
    text-shadow: 0px 1px 2px #00062c;
    padding-left: 0px;
    text-align: center;
}

.project-configurations h1 {
    color: #fff;
    font-size: 42px;

}

.project-configurations p {
    font-size: 16px;
    color: #fff;

}

.banner-configurations-site-visit {
    display: flex;
    align-items: center;
}

.banner-configurations {
    display: flex;
}

.project-configurations h1 {
    color: #fff;
    font-size: 60px;
}

.project-configurations p {
    font-size: 24px;
    color: #fff;

}

.configuration-item {
    padding-right: 20px;
    position: relative;
}

.configuration-item h4 {
    color: #c08831;
    font-size: 20px;
    text-transform: uppercase;
}

.configurations-size {
    position: relative;
}

.banner-configurations-site-visit {
    display: flex;
    align-items: center;
}

.banner-configurations {
    display: flex;
}

.configurations-size::after {
    content: "";
    background-color: gainsboro;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.project-configurations .configuration-item p {
    margin: 0;
}

.project-configurations .configuration-item p span {
    color: #c08831;
}

.btn {
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #c08831;
    padding: 10px 25px;
}

.project-info-section {
    display: none;
}

@media only screen and (max-width: 767px) {
    .home-banner .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
    }

    .new-container {
        width: 95%;
    }

    .project-info-section {
        display: block;
    }

    .project-configurations p {
        font-size: 17px;
        color: #fff;
    }

    .banner-cnt {
        display: block;
    }

    .project-configurations h1 {
        color: #fff;
        font-size: 32px;
    }

    .home-banner {
        background-image: none;
        padding-top: 80px;
    }

    .home-banner .single-property-section {
        position: inherit;
        bottom: 31px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .project-info-border {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        flex: auto;
    }

    .project-info-item {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .project-info-item .icon {
        max-width: 50px;
        height: auto;
        margin: 0 5px 0 0;
    }

    .project-info-item {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .project-info-item-txt h3 {
        width: auto;
        display: inline-block;
    }

    .project-info-item h3 {
        margin: 0 0 5px 0;
    }

    .project-info-item-txt p {
        width: auto;
        display: inline-block;
        font-size: 13px;
    }

    .project-info-item h3 {
        color: #232323;
        font-size: 12px;
        margin: 10px 0;
        font-weight: 700;
    }

    .listing-price {
        top: 146px;
    }

    .listing-btnn {
        width: 73%;
        text-align: center;
    }

    .cta-text h1 {
        color: #fff;
        font-size: 30px;
    }

    .agency-item {
        width: 100%;
    }

}

.user-profile-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}



.padTop {
    padding-top: 70px
}

.padDiv {
    padding: 70px 0
}



.services-08-item {
    text-align: center;
    padding: 50px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.services-08-item .readmore {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #162542;
    display: inline-block;
    margin-top: 15px;
}

.services-08-item .readmore:hover {
    color: #fff;
    background: #fd4b38;
}

.services-08 h2 {
    color: #fff;
}

.services-08 .bg-outer {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-08 .col-lg-4.col-md-4 {
    position: relative;
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none;
}

.services-08-item--wrapper>div {
    border-right: 2px solid #f5f5f5;
}

.services-08-item--wrapper>div:nth-child(3) {
    border-right: none;
}

.services-08-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    height: 40px;
}

.services-08-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 1px #fd4b38;
    -webkit-text-fill-color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 35px;
}

.services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.services-08-item:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}


.dividerTop {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

/* ------------------------------------
	15. Process Section CSS
---------------------------------------*/
.services-item .services-icon i {
    font-size: 20px;
    color: #00062c;
}

.tbl-summry {
    display: flex;
    width: 100%;
}

.services-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.services-item .services-icon {
    text-align: center;
    transition: all ease .3s;
    display: inline-block;
    line-height: 35px;
    min-width: 35px;
    height: auto;
    border-radius: 25%;
    background-color: #ffffff;
}

.services-item .services-content {
    padding: 0px 10px 0 10px;
    margin: 0;
    float: right;
}

.services-item .services-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #00062c;
    margin: 0 0 5px;
}

.services-item .services-content .services-txt {
    margin-bottom: 0;
    line-height: 1.5;
    color: #744a2a;
    font-size: 14px;
}

.summary-title {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-pack: justify;
}

.summary-title::before {
    position: absolute;
    content: '';
    width: 45px;
    border-bottom: 3px solid #00062c;
    top: 60px;
}

.nopadding {
    padding: 0;
    margin: 0 0 18px 0;
}

.bgcolor-2 {
    width: 100%;
    background: rgba(0, 230, 130, .2);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.amenities-container {
    background-color: transparent;
    margin: 0 auto;
}

.about-container h1 {
    color: #00062c;
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 15px;
}

.mtext {
    color: #00062c;
}

.amenities-text {
    width: 90%;
    margin: 0 auto;
}


.amenities-text img {
    width: 50px !important;
    margin: 0 auto !important;
}

.amenities-text p {
    color: #00062c;
    padding-top: 8px;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
}

.flexbox {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    align-items: center;
}

.mtext {
    padding-left: 35px;
}


.header-text h2 {
    color: #00062c;
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
}

.about-container p.para2 {
    color: #00062c;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.location-container h1 {
    color: #00062c;
    font-weight: bold;
    font-size: 54px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 18px;
    padding-top: 25px;
}

.location-container h1 span {
    color: #00062c;
    font-size: 30px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.location-container p {
    color: #00062c;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.magnify img {
    width: 96%
}



.py-80 {
    padding: 80px 0
}



/* =====================================
    21. HOME PAGE #3.
===================================== */
.front-box-layer {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    margin-top: -126px;
    position: relative;
    z-index: 1;
}

.front-box {
    background: #FFF;
    text-align: center;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
}

.front-box h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}


.front-box h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}

.front-box h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    text-align: left;
}

.front-box p {
    margin-bottom: 0px;
}

.front-box p.list {
    margin-bottom: 0px;
    text-align: left;
}

.front-box-icon {
    width: 60px;
    float: left;
    margin: 0 20px 0 20px;
}

.video-area {
    border: #fff solid 16px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}


.div2 {
    width: 40%;
    float: left;
}

.div1,
.div3 {
    width: 30%;
    float: left
}

.tab-wrapper h3 {
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.blueBox {
    background: #173770
}

.blueBox h1 {
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 36px;
    position: relative;
}

.blueBox h1:before {
    width: 43px;
    bottom: 24px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
    background: #00062c;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0 5px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 30px;
}

.summary table {
    font-size: 16px;
    color: #00062c;
    margin: 10px 0;
    line-height: 1.3
}

.summary .table td {
    border-bottom: 1px solid #b68c5a1f;
    padding: 10px 0;
}

.summary .table td figure {
    width: 38px;
    float: left;
    margin-right: 10px;
    border: 1px dashed #f10909;
    border-radius: 25px;
    padding: 6px
}


.summary .table span {
    color: #6c6c6c;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0;
    float: left;
}

.project-summary .mainCss {
    padding: 150px 0 40px 0;
}

.property-attachment.mainCss {
    padding: 40px 0 40px 0;
}

.mainCss {
    padding: 50px 0 40px 0;
}

.nomar {
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.mtop {
    margin-top: 30px;
}






/* =====================================
    21. HOME PAGE #3.
===================================== */

.containerBG {
    padding: 0 45px;
}

.containerBG2 {
    padding: 0 45px;
    margin-bottom: 35px;
}

.tour-types {
    background-color: #f6f7f9;
    padding: 60px 0;
}

.tour-type-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .02);
}

.tour-type-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.tour-type-box>a {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}

.tour-type-box i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 20px;
    margin-bottom: 20px;
}

.tour-type-box span {
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
}

.tour-type-box p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}

.tour-type-box.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 0;
    border: none;
}

.tour-type-box.style2>a {
    border: none;
    padding: 0 14px 0 22px;
}

.tour-type-box.style2>a i {
    color: #00062c;
}

.tour-type-box.style2>a p {
    color: #b1b1b1;
}

.tour-type-box img {
    margin: 0;
    float: left;
    width: auto;
    border-radius: 0;
    padding: 10px;
}

.tour-type-box.style2 {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #00062c;
    background: linear-gradient(90deg, #fff 15%, #00062c 28%, #744a2a 100%);
}

.circle-read-more i {
    background-color: #eee9e9;
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fa4612;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.circle-read-more {
    display: flex;
    justify-content: center;
}





.tour-type-box2 {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .02);
}

.tour-type-box2:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.tour-type-box2>a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}

.tour-type-box2>a i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 20px;
    margin-bottom: 20px;
}

.tour-type-box2>a span {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #00062c;
    font-weight: 600;
}

.tour-type-box2>a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}

.tour-type-box2.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 2px solid #e8e9ec;
}

.tour-type-box2.style2>a {
    border: none;
}

.tour-type-box2.style2>a i {
    color: #00062c;
}

.tour-type-box2.style2>a p {
    color: #b1b1b1;
}

.tour-type-box2 img {
    margin: 20px 0 10px 0;
    width: 46px;
}



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.masterP {
    margin-top: 40px;
}



.testimonial {
    width: 19%;
}


.two-s-design {
    display: flex;
    align-items: center;
}

.two-sright {
    width: auto;
}

.two-sright img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.two-sleft .site-title-tagline {
    color: #f59852;
}

.two-sleft {
    width: 66%;
    background: #00062c;
    margin-left: -50px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 14px #00062c26;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border-radius: 20px;
    opacity: 0.9;
    z-index: 111;
}

.two-sleft h3 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

.KeyA {
    margin-top: 70px;
}

.two-sl-box ul {
    margin-bottom: 20px;
}

.two-sl-box ul li {
    font-size: 15px;
    padding-bottom: 8px;
    list-style: outside;
    margin-left: 18px;
}

.landing-pbttn {
    text-align: center;
}

.landing-pbttn span.pum-trigger {
    background: #1c3171;
    padding: 10px 25px 12px 25px;
    margin-right: 16px;
    color: #00062c !important;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.property-single-sidebar .assets-pbttn {
    text-align: center;
    padding: 0;
}

.property-single-sidebar .assets-pbttn i,
.assets-pbttn i {
    margin-right: 0;
}

.assets-pbttn {
    justify-content: flex-end;
    padding: 0;
}

.assets-pbttn a {
    display: block;
    padding: 0;
    border: none;
}

.assets-pbttn a:hover {
    background: none;
    padding: 0;
}

.widget .assets {
    background: #744a2a;
    padding: 10px 25px 12px 25px;
    margin-right: 0;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.widget .assets:hover {
    background: #ffffff;
    color: #744a2a;
}

.two-s-design span.pum-trigger {
    background: #fff !important;
}

.KeyAA {
    margin: 0;
}

.divBell {
    display: flex;
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
    justify-content: right;
}

.divBellLeft {
    padding: 40px;
    width: 58%;
}

.divBellLeft img {
    float: left;
    margin-right: 40px;
}

.divBellLeft h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0em;
    color: rgb(55, 55, 55);
    font-weight: 700
}

.divBellLeft p {
    font-size: 18px;
    color: #7a7777;
    padding-top: 15px;
    line-height: 25px;
}

.divBellRight {
    background-color: #212529;
    width: 40%;
    padding: 30px 50px;
}

.formBox {
    width: 100%;
    display: flex;
}

.formBox .form-control {
    height: auto;
    line-height: 2;
    box-shadow: none;
    position: relative;
    color: #fff;
    border: 0 solid rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 16px;
    margin: 0 5px;
    cursor: initial;
    background-color: transparent;
}

.formBox .form-control::placeholder {
    color: white;
}


.btnOrn {
    width: 100%;
    text-align: center;
}

.TextHeading {
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
}





a.popular {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #00062c;
    color: #854a03;
    margin: 4px;
    padding: 8px 22px;
    transition: .2s ease-in-out;
}

a.popular:hover {
    color: #fff;
    border: 1px solid #3dcbf9;
    background: #00062c;
}



.comdetails {
    display: flex;
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 34%);
    justify-content: right;

}

.comdetailsLeft {
    padding: 25px;
    width: 60%;
}

.comdetailsLeft img {
    float: left;
    margin-right: 40px;
}

.comdetailsRight h2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0em;
    color: #00062c;
    font-weight: 700;
}

.comdetailsRight p {
    font-size: 18px;
    color: #7a7777;
    padding-top: 10px;
    line-height: 20px;
}

.comdetailsRight {
    width: 40%;
    padding: 0px;
    margin: 30px 0;
}

.amenities-icon:hover {
    transform: translateY(-5px);
    transition: ease all 0.5s;
}

.amenities-icon {
    box-shadow: 1px 1px 9px #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    transition: ease all 0.5s;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.amenities-icon .icons-wrap {
    height: 40px;
    width: 40px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.amenities-icon .flex-wrap:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    /* background: #e08e37; */
    border-radius: 50%;
    opacity: 0.4;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    z-index: 1;
}

.amenities-icon h3 {
    font-size: 13px;
    text-align: right;
}


.listingB {
    width: 100%;
    line-height: 5;
}

.listingB ul {
    margin-top: 25px;
    list-style: none;
}

.listingB li {
    background: #f5f5f5;
    width: 46%;
    display: inline-block;
    margin: 6px;
    padding: 10px;
    border-radius: 8px;
}

.listingB .imgB {
    width: 66px;
    float: left;
}

.listingB .imgB img {
    width: 50px;
}

.listingB .heading {
    width: auto;
    float: left;
}

.listingB .heading p {
    font-size: 16px;
    color: #7a7777;
    padding-top: 15px;
    line-height: 25px;
    padding: 0;
}

.listingB .heading h2 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    color: rgb(55, 55, 55);
    font-weight: 700;
}

.downtown {
    margin: 60px 0 0 0;
}

.force-overflow {
    min-height: 300px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 30px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b68c5a14
}


@media all and (max-width:991px) {
    .hero-single .hero-content .hero-title {
        font-size: 35px
    }

    .hero-single .hero-content .hero-btn {
        gap: 1.5rem
    }

    .hero-single .hero-content .hero-btn .theme-btn {
        padding: 12px 15px
    }
}

@media all and (max-width:767px) {
    .home-banner .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
    }

    .new-container {
        width: 95%;
    }

    .hero-single .hero-content .hero-sub-title {
        font-size: 18px
    }

    .dubai-area {
        width: 100%;
    }

    .hero-single .hero-content .theme-btn {
        padding-left: 20px
    }

    .hero-img {
        display: none
    }

    .summary h4 {
        margin: 0 10px;
    }

    .label.label-shadow {
        -webkit-box-shadow: 0 0 9px 3px #0e2e505c;
        padding: 5px 10px;
    }

    .property-single-description p {
        padding: 10px;
    }

    .front-box-layer {
        margin-top: 0;
    }

    .div1,
    .div3 {
        width: 100%;
        margin-bottom: 5px;
    }

    .two-s-design {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .comdetails {
        display: flex;
        box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
        justify-content: right;
        flex-direction: column-reverse;
    }

    .comdetailsRight {
        /* background-color: #00062c; */
        width: 100%;
        padding: 0px;
    }

    .two-sleft {
        width: 100%;
        background: #00062c;
        margin-left: 0;

    }

    .testimonial {
        width: 50% !important;
        text-align: center;
    }

    .testimonial-author-info h4 {
        font-size: 18px;
        color: #ffffff;
    }

    .div2 {
        width: 100%;
        margin-bottom: 5px;
    }

    .front-box h5 {
        font-size: 20px;
    }

    .front-box h1 {
        font-size: 26px;
    }

    .blueBox h1 {
        font-size: 26px;
        padding: 30px 0;
    }

    .blueBox h1:before {
        width: 43px;
        bottom: 13px;
    }

    .services-item {
        display: inline-block;
        width: 50%;
    }

    .services-item .services-icon {
        line-height: normal;
        min-width: 30px;
        height: auto;
        background: none;
    }

    .services-item .services-icon i {
        font-size: 14px;
    }

    .services-item .services-content {
        padding: 10px 0px 0 0;
        margin: 0;
        float: right;
    }

    .services-item .services-content .title {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .summary .table .services-content {
        padding-left: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 90%;
    }

    .tbl-summry {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid rgb(0 0 0 / 12%);
        margin: 3px 0;
        padding: 5px;
        border-radius: 20px;
    }

    .summary .table td {
        border: 0;
        align-items: center;
        padding-bottom: 0 !important;
        flex-direction: row;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
    }

    .devcss {
        margin-top: 0;
        width: 100%;
        float: left;
        margin-left: 30px;
    }

    .container-small {
        width: 90%;
        margin: auto;
    }

    .layout-cart-form table {
        width: 100%;
        overflow: hidden;
    }

    .comdetailsLeft {
        padding: 20px;
        width: 100%;
    }

    .listingB li {
        width: 45%;
        margin: 6px;
        padding: 10px;
        border-radius: 30px;
    }

    .cssmain {
        width: 50%;
    }

    .location-container h1 {
        font-size: 38px;
    }

    .card-body {
        padding: 0;
    }

    .containerBG2 {
        padding: 0 5px;
        margin-bottom: 35px;
    }

    .tour-type-box.style2 {
        margin: 5px 0;
        width: 100%;
    }

    .tour-type-box span {
        font-size: 16px;
    }

    .site-title {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 30px;
    }
    
    .two-sleft .head-title {
        padding: 0 0 25px 0;
        margin-bottom: 0;
        font-size: 20px;
        line-height: normal;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #fff;
        font-weight: 600;
    }
    
    .two-sleft .head-title::before {
        position: absolute;
        content: '';
        width: 65px;
        border-bottom: 3px solid #ffffff;
        top: 100px;
    }

    .head-title {
        padding: 25px 0 15px 0;
        margin-bottom: 0;
        font-size: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .head-title::before {
        position: absolute;
        content: '';
        width: 45px;
        border-bottom: 3px solid #00062c;
        top: 70px;
    }

    .firstdiv {
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        padding: 10px;
        margin-bottom: 10px;
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .secdiv {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .maindiv2 {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .maindiv2 i {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .listing-btn.list {
        margin-right: 23px;
        width: 100%;
    }

    .btnview {
        margin-right: 10px;
    }

    .copyright {
        padding-bottom: 65px;
        background: #ffffff;
    }

    .copyright .copyright-text {
        color: #00062c;
        margin-bottom: 0;
        font-size: 12px;
    }

    .copyright .copyright-text a {
        color: #744a2a;
        font-weight: 500;
        font-size: 12px;
    }

    .copyright .copyright-text a:hover {
        color: #00062c;
        font-weight: 500;
        font-size: 12px;
    }
}

.enquiry-btn {
    transition: .3s;
    background: rgb(0 0 0 / 78%);
    color: #00062c;
    padding-top: 12px;
    border-radius: 40px;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    height: 64px;
    width: 300px;
    padding-left: 70px;
    line-height: 20px;
    font-weight: bold;
}

.enquiry-btn i {
    transition: .3s;
    background: #f8f9fa;
    box-shadow: 0 0 12px #00062c1c;
    font-size: 35px;
    height: 70px;
    width: 70px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -15px;
}

.enquiry-btn h4 {
    font-size: 22px;
    color: #fff;
}

.enquiry-btn span {
    font-size: 13px;
    color: #ffffff;
}

.enquiry-btn:hover span {
    color: #ffffff;
}

.enquiry-btn:hover {
    background: #00062c;
    color: #fff;
}

.enquiry-btn:hover i {
    background: #00062c;
    color: #fff;
}



/*****************************
* My New Section CSS
*****************************/
.project-summary .mainCss {
    padding: 130px 0 10px 0;
}

.project-summary .sum-item-align {
    align-items: center;
    justify-content: center;
}

.project-desc .mainCss {
    padding: 40px 0 10px 0;
}

.master-plan p {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.master-plan .amenities-container {
    padding: 0 0 30px 0;
}

.floor-plan .bg {
    background-color: #00062c;
}

.floor-plan .site-heading {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
}

.floor-plan .floor-title .gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.floor-plan .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    color: #00062c;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 30px;
}

.floor-plan .site-title:before {
    width: 45px;
    bottom: 24px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
    background: #744a2a;
}

.floor-plan .imgdtl {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}

.floor-sm {
    text-align: center;
}

.floor-sm .btn {
    background: #dee2e6;
    border-radius: 30px;
    color: #00062c;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    border: 2px solid #6c757d;
    padding: 15px 15px;
}

.floor-sm .btn:hover {
    background: #00062c;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    border: 2px solid #ccc;
    padding: 15px 15px;
}

.brochure,
.search-form,
.summary {
    border-radius: 20px;
}

.pronav {
    position: relative;
    width: 100%;
    height: 50px;
    transition: box-shadow 0.5s ease;
    top: 10px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.pronav .pnav-link {
    margin-right: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #00062c;
    text-transform: uppercase;
}

.pronav .projlogo {
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}

.pronav .projlogo img {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.pronav .sticky-header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-btn2 {
    font-size: 16px;
    color: #fff;
    padding: 7px 20px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #00062c;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
}

/* Sticky Navigation */
.navScrolled {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down 0.7s;
    z-index: 1030;
    height: auto;
    display: flex;
    width: 100%;
    align-items: center;
}

/*****************************
* New CSS For Top Heading
*****************************/
.single-property-section {
    position: absolute;
    bottom: -90px;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.single-property-section .single-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 20px 20px;
}

.single-property-section .left-single .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-single .d-flex h1 {
    font-size: 28px;
    color: #00062c;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.service-download {
    background: #00062c;
    width: 100%;
    padding-bottom: 20px;
    margin: 0;
}

.service-download ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.service-download li {
    width: auto;
    box-sizing: border-box;
}

.service-download li i {
    font-size: 15px;
    transition: 0.2s all linear;
}

.service-download li .download-trigger {
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 10px;
    text-decoration: none;
    background: #fff;
    transition: 0.2s all linear;
}


.service-download li .download-trigger:hover .rh-attachment-download-icon {
    opacity: 1;
}

.service-download li .rh-attachment-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #00062c;
    color: #ffffff;
    border-radius: 50px;
    opacity: 1;
    transition: 0.2s all linear;
}


.service-download li .rh-attachment-download-icon svg {
    width: 15px;
}

.rh_property__attachments li i {
    color: #1db2ff;
    font-size: 70px;
    transition: 0.2s all linear;
}

.rh-attachment-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
    line-height: 1.5;
}

.rh-attachment-text span {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    color: #808080;
}

.service-download li .download-trigger:hover {
    background: #744a2a;
    color: #ffffff;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px) {
    .service-download li {
        width: 100%;
    }
}


@media (max-width: 1399px) {
    .single-property-section .left-single h2 {
        margin-top: -4px;
    }

}

@media(max-width: 1460px) {
    .single-property-section .left-single h2 {
        margin-top: -2px;
    }
}

.single-property-section .left-single h2 {
    margin-top: -3px;
}

.label.label-shadow {
    -webkit-box-shadow: 0 0 9px 3px #744a2a9e;
}

.summary .label {
    background: #744a2a;
    color: #fff;
}

.summary .label a {
    color: #fff;
}

.label {
    border-radius: 5px;
    padding: 8px 15px 8px;
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    background: #86b7fe;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.single-property-section .left-single p {
    margin-bottom: 15px;
}

.single-property-section .left-single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -10px 15px;
}

.single-property-section .left-single ul li {
    margin: 5px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-property-section .left-single ul li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.single-property-section .left-single ul li>div img {
    width: 16px;
    margin-right: 10px;
}

.single-property-section .left-single .share-buttons>div {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}

.d-inline-block {
    display: inline-block !important;
}
.share-hover .btn.btn-gradient.color-2 {
    padding: 2px 8px;
    text-transform: capitalize;
}
.btn.btn-gradient.color-2 {
    background-image: linear-gradient(to right, #744a2a 0%, #00062c 51%, #744a2a 100%);
    padding: 2px 8px;
    font-size: 12px;
}

.single-property-section .btn {
    padding: 8px 20px;
    font-size: 12px;
}

.devcom .single-property-section .btn {
    padding: 10px 10px;
    font-size: 15px;
}

.btn.btn-pill {
    border-radius: 30px;
}

.btn.btn-gradient {
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
}

.single-property-section .single-title .right-single {
    text-align: right;
}

.single-property-section .single-title .right-single .price {
    color: #e3192c;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.single-property-section .single-title .right-single .price span {
    color: #5b5959;
    font-size: 16px;
    font-weight: 500;
}

.single-property-section .feature-label {
    margin-top: 15px;
}

.single-property-section .feature-label .btn {
    cursor: unset;
}

.single-property-section .btn.btn-dashed {
    padding: 5px 10px;
}

.btn.btn-dashed.color-2:hover {
    border-color: #00062c;
    color: #00062c;
}

.btn.btn-dashed.color-2 {
    border-color: #00122d;
    color: #00062c;
}

.btn.btn-dashed.color-2 i {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.btn.btn-dashed:hover {
    background: #00062c;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
}

.btn.btn-dashed {
    border: 1px dashed #d2d2d2;
    color: #1c2d3a;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    padding: 9px 30px 8px;
}

.rating {
    color: #00062c;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn.btn-gradient.color-2:hover {
    background-position: right center;
}

.single-property #details h4 a,
.single-property .about h4 a {
    font-size: 14px;
    color: var(--theme-default4);
}



.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    width: 100%;
}

.nav-pills-custom .nav-link.active {
    background: #00062c;
    opacity: 0.9;
    border: 2px solid #ccc;
}

.nav-pills-custom .nav-link.active span {
    font-size: 20px;
    color: #ffffff;
    font-family: var(--bs-body-font-family);
    font-weight: 600;
}

.nav-pills-custom .nav-link.active strong {
    font-size: 18px;
    display: block;
    font-family: var(--bs-body-font-family);
    font-weight: normal;
    padding-left: 7px;
    color: #fafdff;
    text-transform: initial;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #00062c;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



.mycss span {
    font-size: 22px;
    color: #00062c;
    font-family: var(--bs-body-font-family);
    font-weight: 600;
}

.mycss strong {
    font-size: 18px;
    display: block;
    font-weight: normal;
    color: #495057;
    text-transform: initial;
}

.whatsapp_float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 125px;
    right: 8px;
    background-color: #55bb04;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    line-height: 44px;
}

.whatsapp-icon {
    margin-top: 1px
}

.phone_float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 70px;
    right: 8px;
    background-color: #00062c;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    line-height: 45px;
}

.phone-icon {
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .home-banner .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container-fluid {
        width: 100%;
    }

    .new-container {
        width: 95%;
    }

    .fixediv {
        z-index: 999;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        background: #ff841a
    }

    .whatsapp_float {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 30px;
        text-align: center;
        font-size: 30px;
        box-shadow: none;
        z-index: 100;
        width: 50%;
        background: #25d366;
        height: 50px
    }

    .whatsapp_float::after {
        content: "";
        border-right: #fff solid 1px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 999;
        width: 98%;
        height: 50px
    }

    .phone_float {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff !important;
        border-radius: 30px;
        text-align: center;
        font-size: 30px;
        box-shadow: none;
        z-index: 100;
        width: 50%;
        background: #25d366;
        height: 50px;
        left: inherit
    }

    .whatsapp-icon {
        margin-top: 0px
    }

    .single-property-section .left-single .share-buttons>div {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
}

/*****************************
* New CSS For Sale Rent
*****************************/
@media (min-width: 992px) {
    .sale-rent.listing-list .listing-item {
        display: flex;
        gap: 30px;
    }

    .sale-rent.listing-list .listing-img img {
        width: 350px;
        height: auto;
    }

    .sale-rent.listing-list .listing-content {
        flex: 1;
    }
}

.sale-rent .listing-item:hover .listing-img img {
    transform: scale(1.1);
}

.sale-rent .listing-item {
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}

.sale-rent .listing-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.sale-rent .listing-img img {
    border-radius: 30px;
}

.sale-rent .listing-list .listing-badge {
    right: unset;
    top: 15px;
    left: 15px;
}

.sale-rent .listing-badge {
    position: absolute;
    left: 0px;
    top: 10px;
    background: #00062cc9;
    padding: 2px 10px;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    z-index: 98;
}

.sale-rent .listing-badge:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 13px solid transparent;
    border-left: 15px solid #00062cc9;
    border-bottom: 12px solid transparent;
    width: 0;
}

.sale-rent .listing-title {
    margin: 5px 0 5px;
}

.sale-rent .listing-title a {
    color: #00062cc7;
}

.sale-rent .listing-title a:hover {
    color: #00062c;
}

.sale-rent .listing-title h4 {
    font-size: 22px;
}

.sale-rent .listing-sub-title i {
    margin-right: 8px;
    color: #09c398;
}

.sale-rent .listing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 15px;
    position: unset;
    right: 30px;
    top: 176px;
    background: #ffffff;
    padding: 5px 5px;
    color: #757f95;
    border-radius: 30px;
    box-shadow: none;
}

.sale-rent .listing-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-rent .listing-price-title {
    font-size: 13px;
    font-weight: 600;
    color: #3b3a39b5
}

.sale-rent .listing-price-amount {
    font-size: 20px;
    font-weight: 600;
    color: #00122d;
}

.sale-rent .listing-detail .listing-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sale-rent .listing-btns {
    display: inline-block;
    align-items: center;
    gap: 10px;
}

.sale-rent .listing-btns p {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 13px;
    text-align: center;
    color: #46474b;
    padding: 0 10px;
    border-radius: 30px;
    background: #aba7a736;
}

.sale-rent .listing-detail .listing-btns a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    border-radius: 50px;
    background: rgb(0 0 0 / 10%);
}

.sale-rent .listing-feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.sale-rent .listing-feature-list li {
    font-size: 17px;
    margin-bottom: 1px;
    color: #3f3d3d;
}

.sale-rent .listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.sale-rent .listing-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sale-rent .listing-author h5 {
    font-size: 14px;
}

.sale-rent .listing-author-img img {
    border-radius: 50%;
}

.sale-rent .listing-author-img {
    width: 35px;
}

.sale-rent .listing-btn {
    padding: 2px 15px;
    border: 1px solid #00062c63;
    color: #00062c;
    font-weight: 500;
    border-radius: 30px;
}

.sale-rent .listing-btn:hover {
    background: #00062c;
    color: #ffffff;
}

.sale-rent .owl-carousel {
    z-index: 0 !important;
}

/*****************************
* New CSS For Sale Rent Deatil
*****************************/
.without-banner {
    margin-top: -55px;
}

.without-banner .single-property-section {
    position: relative;
    bottom: unset;
}

.without-banner .single-property-section .left-single .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.without-banner .single-property-section .left-single h2 {
    margin-top: 0;
    font-size: 24px;
}

.without-banner .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.without-banner .label.label-shadow {
    background-color: #00062c;
    -webkit-box-shadow: 0 0 9px 3px rgba(241, 52, 57, 0.2);
    box-shadow: 0 0 9px 3px rgba(241, 52, 57, 0.2);
}

.without-banner .label {
    border-radius: 5px;
    padding: 4px 15px 3px;
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}

.without-banner .single-property-section .left-single p {
    margin-bottom: 15px;
}

.without-banner .single-property-section .single-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}

.without-banner .single-property-section .left-single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -10px 15px;
}

.without-banner .single-property-section .left-single ul li {
    margin: 5px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333232
}

.without-banner .single-property-section .left-single ul li:hover {
    color: #ff5c41;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.without-banner .single-property-section .left-single ul li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.without-banner .single-property-section .left-single ul li>div img {
    width: 16px;
    margin-right: 10px;
}

.without-banner .img-fluid {
    max-width: 100%;
    height: auto;
}

.without-banner .single-property-section .left-single .share-buttons>div {
    position: relative;
}

.without-banner .d-inline-block {
    display: inline-block !important;
}

.without-banner .btn.btn-gradient.color-2 {
    background-image: linear-gradient(to right, #00062c 0%, #00062c 51%, #b08757 100%);
    ;
}

.without-banner .btn.btn-gradient.color-2:hover {
    background-position: right center;
}

.without-banner .single-property-section .btn {
    padding: 4px 10px;
    font-size: 12px;
}

.without-banner .btn.btn-pill {
    border-radius: 30px;
}

.without-banner .btn.btn-gradient {
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
}

.without-banner .btn {
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 30px 7px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
}

.without-banner .single-property-section .btn.btn-dashed {
    padding: 5px 10px;
}

.without-banner .single-property-section .left-single .share-buttons>div .share-hover {
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.without-banner .single-property-section .left-single .share-buttons>div .share-hover ul {
    margin: 0;
}

.without-banner .single-property-section .single-title .right-single {
    text-align: right;
}

.without-banner .rating {
    color: #00062c;
    font-weight: 700;
    letter-spacing: 1px;
}

.without-banner .single-property-section .single-title .right-single .rating span {
    margin-bottom: 5px;
    color: #ffffff;
}

.without-banner .single-property-section .single-title .right-single .price {
    color: #db2839;
    margin-bottom: 0;
}

.without-banner .single-property-section .single-title .right-single span {
    text-align: left;
    color: #00062c;
    font-size: 17px;
    font-weight: 500;
}

.without-banner .single-property-section .single-title .right-single .feature-label span {
    border-color: #00122d;
    color: #00062c;
    font-size: 12px;
}

.without-banner .single-property-section .single-title .right-single .feature-label span:hover {
    border-color: #00062c;
    color: #00122d;
}

.without-banner .single-property-section .feature-label {
    margin-top: 15px;
}

.without-banner .single-property-section .feature-label .btn {
    cursor: unset;
}

/*****************************
* New CSS For Sale Rent Home Page Listing
*****************************/
.sale-rent-home .property-listing-slider .listing-item {
    border: none;
    box-shadow: none;
}

.sale-rent-home .property-listing-slider .listing-item {
    margin: 15px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05);
}

.sale-rent-home .listing-item {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out;
}

.sale-rent-home .listing-badge {
    position: absolute;
    left: 0px;
    top: 10px;
    background: #00062cc9;
    padding: 2px 10px;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    z-index: 98;
}

.sale-rent-home .listing-badge:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 13px solid transparent;
    border-left: 15px solid #00062cc9;
    border-bottom: 12px solid transparent;
    width: 0;
}

.sale-rent-home .listing-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.sale-rent-home .listing-title {
    margin: 10px 0 5px;
}

.sale-rent-home .listing-sub-title {
    font-size: 13px;
    margin-bottom: 2px !important;
}

.sale-rent-home .listing-sub-title i {
    margin-right: 8px;
    color: #333333;
}

.sale-rent-home .listing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    position: relative;
    right: 0;
    top: 0;
    background: none;
    padding: 0;
    color: #00062c;
    border-radius: none;
    box-shadow: none;
    z-index: 1;
}

.sale-rent-home .listing-price-title {
    font-size: 14px;
}

.sale-rent-home .listing-price-amount {
    font-size: 20px;
    font-weight: 600;
    color: #00062c;
}

.sale-rent-home .listing-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sale-rent-home .listing-btns a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    border-radius: 50px;
    background: rgb(0 0 0 / 10%);
}

.sale-rent-home .listing-feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-rent-home .listing-feature-list i {
    margin-right: 8px;
    color: #00062c;
}

.sale-rent-home .listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.sale-rent-home .listing-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sale-rent-home .listing-author-img {
    width: 60px;
}

.sale-rent-home .listing-btn {
    padding: 5px 14px;
    border: 2px solid #09c398;
    color: #09c398;
    font-weight: 500;
    border-radius: 30px;
}

.sale-rent-home .listing-btnn {
    padding: 3px 14px;
    border: 1px solid #00062c63;
    font-weight: 500;
    border-radius: 30px;
    color: #00062c;
    width: auto;
}

/*****************************
* New CSS For Recent Listing
*****************************/
.recent-list .property-listing-slider .listing-img::after {
    background: linear-gradient(to bottom, #00062c00 40%, #00062c);
    height: 100%;
    left: 0;
    content: "";
    opacity: 1;
    transition: opacity .3s;
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    z-index: 0;
}

.recent-list .property-listing-slider .strt-price {
    position: absolute;
    right: 5px;
    top: 195px;
    background: none;
    padding: 22px 10px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
    box-shadow: none;
    border-radius: 30px;
    margin: 0;
    z-index: 1;
    opacity: 9;
}

.recent-list .property-listing-slider .listing-price {
    position: absolute;
    right: 5px;
    top: 220px;
    background: none;
    padding: 22px 10px;
    color: #fff;
    margin: 0;
    font-size: 25px;
    border-radius: 30px;
    box-shadow: none;
    z-index: 1;
    opacity: 9;
}

.recent-list .property-single-content {
    background: #fff;
    border-radius: 30px;
    padding: 0 30px 10px;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}

.recent-list .property-similar-slider .listing-item {
    box-shadow: none;
    margin-bottom: 0;
    border: 2px solid rgba(0, 0, 0, .05);
}

.recent-list .listing-item {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 10%) !important;
    transition: all .5s ease-in-out;
}

.recent-list .listing-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 8px 10px;
    color: #00062c;
    border-radius: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    z-index: 1;
    font-size: 14px;
}

.recent-list .listing-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.recent-list .property-single-content h4 {
    font-size: 22px;
    padding: 15px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.recent-list .property-single-content h5 {
    font-size: 16px;
    padding: 15px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.recent-list .listing-title {
    margin: 15px 0 8px;
}

.recent-list .listing-sub-title {
    font-size: 13px;
    margin-bottom: 2px !important;
}

.recent-list .listing-sub-title i {
    margin-right: 8px;
    color: #00062c;
}

.listing-content {
    padding: 0 10px 0 10px;
}

.listing-list .listing-content {
    flex: 1;
    position: relative;
}

.btn-home {
    margin: 15px auto 0 auto;
}

:hover {
    transition-duration: .2s;
}

.mobile-bottom-nav {
    display: none;
}

.desktop-bottom-nav {
    display: block;
}

.social {
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 999;
    transform: translate(270px, 0);
}

.social ul {
    padding: 1px 5px;
}

.social ul:hover {
    padding: 1px 5px;
    transform: translate(-95px, 0);
    background: #00062ccc;
    font-size: 13px;
    border-radius: 30px;
}

.social ul:hover li {
    border-bottom: 1px solid #62646c;
}

.social ul li {
    display: flex;
    margin: 5px 0px;
    font-size: 13px;
    width: 300px;
    align-items: center;
    text-align: left;
    padding: 0;
    border-radius: 30px 0 0 30px;
    transition: all 1.5s;
}

.social ul:hover a {
    color: #fff;
    font-size: 12px;
    align-items: center;
    padding: 0;
    margin-top: 0;

}

.social ul:hover i {
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social ul li i {
    margin-right: 10px;
    color: #00062c;
    padding: 0px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 24px;
    background: #ffffff;
    border: 1px solid #00062c3b;
}

.youtubeBtn {
    position: fixed;
    left: 50%;
    transform: translatex(-50%);
    bottom: 20px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background: #00062c;
    padding: 2px 10px;
    border-radius: 5px;
}

.youtubeBtn i {
    font-size: 20px;
    float: left;
}

.youtubeBtn a {
    color: #ff0000;
    animation: youtubeAnim 1000ms linear infinite;
    float: right;
}

.youtubeBtn a:hover {
    color: #c9110f;
    transition: all .3s ease-in-out;
}

.youtubeBtn i:active {
    transform: scale(.9);
    transition: all .3s ease-in-out;
}

.youtubeBtn span {
    font-family: var(--bs-body-font-family);
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 12px;
    float: right;
    line-height: 20px;
    padding-left: 5px;

}

@keyframes youtubeAnim {

    0%,
    100% {
        color: #c9110f;
    }

    50% {
        color: #ff0000;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.theme-btn.js-toggle-requestForm {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    gap: 10px;
}
.theme-btn.js-toggle-requestForm:hover {
    color: #00062c;
}
.js-toggle-requestForm {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
}

.js-toggle-requestForm i.fa-whatsapp {
    background: #007c2e;
    color: #fff;
}

.js-toggle-requestForm i.fa-phone {
    background: #744a2a;
    color: #fff;
}

.js-toggle-requestForm i.fa-envelope {
    background: #00062c;
    color: #fff;
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-download:before {
    content: "\f019"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

@media screen and (max-width: 1100px) {
    .testimonial-author-info h4 {
        font-size: 20px;
        color: #ffffff;
    }

    .listing-bottom {
        flex-direction: column;
    }

    .listing-price-info {
        padding: 10px 0 17px 0;
        text-align: center;
    }

    .landing-pbttn span.pum-trigger {
        padding: 10px 15px 12px 15px;
    }
}

@media screen and (max-width: 767px) {
    .single-property-section .single-title {
        flex-direction: column;
        padding: 10px;
    }

    .btn-cstm .theme-btn {
        font-size: 12px;
        color: #fff;
        padding: 14px 10px;
    }

    .btn.btn-dashed.color-2 {
        border-color: #00122d;
        color: #00062c;
        margin-bottom: 13px;
        width: 100%;
    }

    .devLogo {
        display: inline-block;
        width: 40%;
        background: #f5f5f5;
        margin-right: 0;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .disFlex .left {
        font-size: 14px;
    }

    .disFlex .right {
        font-size: 14px;
        padding-right: 10px;
    }

    .single-property-section .btn {
        padding: 8px 20px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .share-buttons {
        margin-top: 5px !important;
    }

    .single-property-section .single-title .right-single {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .two-sright {
        width: 100%;
    }

    .tab-wrapper .nav .nav-item .nav-link {
        font-size: 14px;
        padding: 4px 9px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    .pronav .projlogo .navbar-brand {
        margin-left: 0px;
    }

    .navbar-brand {
        margin-left: -45px;
        width: auto;
    }

    .navbar-brand img {
        width: auto;
        max-width: 100%;
        height: 100%;
    }

    .search-form .form-group,
    .search-form .price-range-slider,
    .search-form .nice-select {
        margin-bottom: 13px;
    }

    .search-nav .nav-link {
        padding: 8px 13px;
    }

    .search-form .form-control {
        margin-bottom: 13px;
    }

    .navbar-collapse {
        max-height: inherit;
        overflow: hidden;
        overflow-y: inherit;
        padding: 0;
        background-color: #fff;
    }

    .navbar-collapse li {
        padding: 5px 0;
        width: 100%;
        border-bottom: 1px solid #dfe2f3;
    }

    .counter-area .counter-box {
        margin: 11px 0;
        justify-content: space-evenly;
    }

    .counter-wrapper {
        padding: 21px 20px;
    }
    
    .theme-btn.js-toggle-requestForm {
        cursor: pointer;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: row;
        width: auto;
        gap: 10px;
    }

    .js-toggle-requestForm {
        cursor: pointer;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .mobile-bottom-nav {
        display: block;
    }

    .desktop-bottom-nav {
        display: none;
    }

    .social {
        display: none;
    }

    .mbl-social,
    .social {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        transform: none;
        background: #00062cd6;
    }

    .mbl-social ul,
    .social ul {
        display: flex;
        padding: 5px 0 2px;
        flex-direction: row;
        align-items: center;
        width: 90%;
        justify-content: space-between;
    }

    .mbl-social ul li,
    .social ul li {
        display: inline-block;
        margin: 0;
        width: auto;
        font-size: 10px;
        align-items: center;
        text-align: left;
        padding: 0 10px;
        border-radius: 10px 0 0 20px;
        transition: all 1.5s;
    }

    .mbl-social ul li a,
    .social ul li a {
        color: #fff;
        display: block;
        text-align: center;
    }

    .mbl-social ul li i,
    .social ul li i {
        margin-right: 0;
        color: #00062c;
        padding: 0px;
        border-radius: 50%;
        line-height: 1.5;
        width: 35px;
        height: 35px;
        transform: rotate(0deg);
        text-align: center;
        font-size: 22px;
        background: #ffffff;
        border: 1px solid #00062c3b;
    }

    .mbl-social ul li:hover,
    .social ul li:hover {
        transform: none;
        background: none;
        transition: none;
    }

    .bottom-nav .mbl-social .theme-btn ul:hover {
        transform: none;
        background: #00062c;
        transition: none;
    }
    
    .bottom-nav .mbl-social .theme-btn.two:hover, .bottom-nav .mbl-social .theme-btn.two:hover i {
        color: #00062c;
    }

    .bottom-nav .mbl-social .theme-btn i {
        background: none;
        border: 0;
        color: #ffffff;
        font-size: 16px;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        /* text-align: left; */
        line-height: normal;
    }

    .bottom-nav .mbl-social .theme-btn {
        color: #fff;
        display: flex;
        text-align: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        padding: 10px;
    }

    .LatestOffplan {
        flex-direction: inherit;
    }

    .Amenities {
        width: 50%;
    }

    .sellDiv {
        padding: 5px !important
    }

    .sale-rent .listing-detail {
        display: block;
    }

    .sale-rent .listing-price {
        display: block;
    }

    .listing-price-info {
        padding: 10px 0 17px 0;
        text-align: left;
    }

    .without-banner .single-property-section .single-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }

    .without-banner .single-property-section .single-title .right-single {
        text-align: center;
    }

    .divBell {
        margin-bottom: 20px;
        display: block;
    }

    .divBellLeft {
        padding: 40px;
        width: 100%;
    }

    .divBellRight {
        background-color: #212529;
        width: 100%;
        padding: 30px 20px;
    }

    .nav-pills-custom .nav-link {
        padding: 0 8px !important;
    }

    .mycss span {
        font-size: 16px;
    }
}



@media all and (max-width:767px) {
    .evc_appeal .scrollbar {
        margin-left: 0;
        float: left;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .navScrolled {
        height: auto;
        width: 100%;
    }

    .pronav li {
        display: inline-block;
        padding: 5px 0;
        width: 100%;
        border-bottom: 1px solid #dfe2f3;
    }

    .pronav li a {
        margin-right: 15px;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #00062c;
        text-transform: none;
    }
}

.sdl-tour {
    background: aliceblue;
}

/*****************************
* New CSS For Choose Project.listing-price2 Home Page Listing
*****************************/
.choose-project .property-listing-slider .listing-item {
    border: none;
    box-shadow: none;
}

.choose-project .property-listing-slider .listing-item:hover {
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .09);
}

.choose-project .property-listing-slider .listing-item {
    margin: 15px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .05);
}

.choose-project .listing-item {
    background: #fff;
    padding: 0;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all .5s ease-in-out;
}

.choose-project.views .listing-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #00062cb8;
    padding: 2px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    z-index: 98;
}

.choose-project .listing-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ffffffd1;
    padding: 2px 10px;
    color: #00062c;
    border-radius: 10px;
    font-size: 14px;
    z-index: 98;
}

.choose-project.lifestyle .listing-badge {
    position: relative;
    left: 0px;
    top: -25px;
    background: #ffc107;
    padding: 10px 20px;
    color: #00062c;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    z-index: 98;
    border: 0;
    box-shadow: none;
}

.choose-project.projrating .listing-title {
    margin: 20px 0 5px;
}

.choose-project.projrating .listing-badge {
    position: relative;
    left: 0px;
    top: 15px;
    background: #FFF;
    padding: 2px 10px;
    color: #de1111;
    border-radius: 25px;
    font-size: 17px;
    z-index: 98;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
}

.choose-project .listing-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.choose-project .listing-title {
    margin: 10px 0 5px;
}

.choose-project.lifestyle .listing-title {
    margin: 0 0 5px;
}

.choose-project .listing-sub-title {
    font-size: 16px;
    margin-bottom: 2px !important;
}

.choose-project .listing-sub-title i {
    margin-right: 8px;
    color: #333333;
}

.choose-project .listing-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    position: relative;
    right: 0;
    top: 0;
    background: none;
    padding: 0;
    color: #00062c;
    border-radius: none;
    box-shadow: none;
    z-index: 1;
}

.choose-project .listing-price-title {
    font-size: 14px;
}

.choose-project .listing-price-amount {
    font-size: 20px;
    font-weight: 600;
    color: #00062c;
}

.choose-project .listing-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose-project .listing-btns a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #333333;
    border-radius: 50px;
    background: rgb(0 0 0 / 10%);
}

.choose-project ul.listing-feature-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.choose-project ul.listing-feature-list li {
    padding: 0 15px;
    background: #f8f9fa;
    margin: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ccc;
    width: auto;
}

.choose-project .listing-feature-list i {
    margin-right: 8px;
    color: #00062c;
}

.choose-project .listing-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.choose-project .listing-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose-project .listing-author-img {
    width: 100px;
}

.choose-project .listing-btn {
    padding: 5px 14px;
    border: 2px solid #09c398;
    color: #09c398;
    font-weight: 500;
    border-radius: 30px;
}

.choose-project .listing-btnn {
    padding: 3px 14px;
    border: 1px solid rgb(0 0 0 / 13%);
    font-weight: 500;
    border-radius: 30px;
    background: #f2f4f6;
    color: #00062c;
    width: auto;
}

.choose-project .listing-btnn:hover {
    padding: 3px 14px;
    border: 1px solid #00062c63;
    font-weight: 500;
    border-radius: 30px;
    color: #ffffff;
    width: auto;
    background-color: #00062c;
}

.choose-project.views .listing-content,
.choose-project.lifestyle .listing-content {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    margin-top: -60px;
}


.box-explore {
    padding: 100px 0;
}

.background-body {
    background-color: #e3f0ff;
}

.box-section,
.section-box {
    display: block;
    width: 100%;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.neutral-1000 {
    color: #00062c;
}

.neutral-500 {
    color: #737373;
}

.text-lg-medium,
.text-md-medium,
.text-sm-medium,
.text-xl-medium,
.text-xs-medium {
    font-weight: 500;
}

.text-xl,
.text-xl-bold,
.text-xl-medium {
    font-size: 20px;
    line-height: 32px;
}

.box-list-populars {
    margin-top: 25px;
}

.card-popular.card-top-destination {
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.card-popular.card-top-destination:hover {
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .09);
}

.card-popular {
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #e4e6e8;
    margin-bottom: 24px;
}

.background-card {
    background-color: #fff;
}

.card-popular.card-top-destination .card-image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 0;
}

.card-popular .card-image {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 18px;
}

.card-popular.card-top-destination .card-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.card-popular .card-image img {
    display: block;
    width: 100%;
}

.card-popular.card-top-destination .card-info {
    position: relative;
    width: 100%;
}

.card-popular.card-top-destination .card-info .card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.card-popular .card-info .card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #00062c;
    margin-bottom: 4px;
    display: block;
}

.card-popular .card-info .card-title:hover {
    color: #f09814;
}

.card-popular.card-top-destination .card-info .card-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-popular.card-top-destination .card-info .card-meta .meta-links {
    margin-bottom: 10px;
}

.card-popular.card-top-destination .card-info .card-meta .meta-links .text-property {
    display: inline-block;
    padding-left: 18px;
    background: url(/_next/static/media/property.6d30929f.svg) no-repeat 0;
}

.card-popular .card-info .card-meta .meta-links a {
    color: #737373;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.card-popular .card-info .card-meta .card-button a {
    display: inline-block;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background-color: #f2f4f6;
}

.card-popular .card-info .card-meta .card-button a:hover {
    background-color: #00062c;
}

.card-popular .card-info .card-meta .card-button a svg {
    stroke: #00062c;
}

.card-popular .card-info .card-meta .card-button a:hover svg {
    stroke: #fff;
}

.box-popular-destinations {
    position: relative;
    padding-top: 98px;
    padding-bottom: 60px;
}

.text-lg-medium,
.text-md-medium,
.text-sm-medium,
.text-xl-medium,
.text-xs-medium {
    font-weight: 500;
}

.text-xl,
.text-xl-bold,
.text-xl-medium {
    font-size: 20px;
    line-height: 32px;
}


.box-banner-2-col {
    display: flex;
    align-items: center;
    position: relative;
}

.box-banner-2-col .banner-destination-left {
    width: 50%;
    position: relative;
}

.config-sec {
    background: #f3f3f3;
}

.config-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.config-top img.over-logo {
    width: 200px;
}

.config-top img.configration-text {
    width: 400px;
}

.plan.m-auto {
    margin: auto;
}

.plan .top-title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #3f4046;
    padding: 10px;
    width: 80%;
    margin: auto;
    position: relative;
}

.plan .top-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10%;
    background: #0d442d;
    top: 50%;
    left: -12%;
}

.plan .top-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10%;
    background: #0d442d;
    top: 50%;
    right: -12%;
}

.plan .title1.goldClr {
    color: #e40f23;
    font-weight: 700;
    font-size: 40px;
    margin: 5px 0 0;
    padding: 0 !important;
}

.plan .title1 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    color: #495057;
    padding: 0;
}

.plan .title1 {
    margin-top: 0;
    margin-bottom: 0;
}

.plan .title2 {
    text-transform: uppercase;
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    color: #0d442d;
    padding: 0;
}

.plan .title2 span {
    margin-right: 5px;
    color: #ab8d41;
    font-weight: 700;
    font-size: 42px;
}

.plan .services {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.plan .services p {
    text-align: center;
    border-right: 1px solid #00062c5e;
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 5px;
    color: #00062cb5;
}

.plan .services p:last-child {
    border-right: none;
    margin-right: 0;
}

.plan-div .plan.col-6 {
    max-width: 100%;
    width: 48%;
    padding: 0px 30px;
}

.plan.m-auto {
    margin: auto;
}

.plan-div {
    margin: 20px 0 35px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}

.cust-container:before {
    display: table;
    content: " ";
}

.cust-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83% !important;
    max-width: 1300px;
}

.payment-plan {
    /* background-color: #e6e6e6; */
    padding: 0;
}

.block {
    padding: 150px 0;
    position: relative;

}


/*=============== Ever Care Appeal ===================*/
.evc_appeal {
    display: flex;
    flex: auto;
    padding-top: 0;
}

.evc_appeal_img {
    z-index: 1;
    position: relative;
    right: 0;
    top: 0;
    border: 10px solid #FFF;
    border-radius: 30px;
    box-shadow: 0 0 17px rgb(0 0 0 / 17%);
}

.evc_appeal_text {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-right: 0;
    z-index: 1;
    color: #FFF;
}

.evc_appeal_text:before,
.evc_appeal_text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.9;
    border-radius: 30px;
}

.evc_appeal_text h3 {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 20px;
}

.evc_appeal_text p {
    font-size: 13px;
    font-weight: 500;
    padding-right: 0px;
    line-height: normal;
    margin-bottom: 25px;
    color: #724929;
}



/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ft-counterup-section {
    z-index: 1;
    padding: 60px 0px 100px;
}

.ft-counterup-section:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 130px;
    position: absolute;
    background-color: #f6f6f6;
}


.ft-counterup-innerbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 47 119 / 88%);
    z-index: -1;
    border-radius: 8px;
}

.ft-counterup-innerbox .ft-counterup-icon {
    top: 50%;
    left: -40px;
    z-index: 1;
    width: 85px;
    height: 85px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -0.306px 0.79px 10px 1px rgb(151 145 144 / 24%);
    box-shadow: -0.306px 0.79px 10px 1px rgb(151 145 144 / 24%);
}

.ft-counterup-innerbox .ft-counterup-icon:before {
    top: 8px;
    left: 8px;
    content: "";
    z-index: -1;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    border: #09c398 solid 3px;
}

.ft-counterup-innerbox .ft-counterup-icon i {
    color: #fff;
    font-size: 35px;
    line-height: 0.75;
}

.ft-counterup-innerbox .ft-counterup-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.ft-counterup-innerbox .ft-counterup-text p {
    color: #09c398;
    font-weight: 500;
}


.video-bx .video-title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.video-bx .video-content {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    width: 80%;
    margin: 0 auto 30px
}

.video-bx .video-play {
    margin-bottom: 30px
}

.video-bx .video-play .popup-youtube {
    color: #fff
}

.video-bx .video-play .popup-youtube {
    height: 100px;
    width: 100px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: auto
}

.video-bx1 {
    position: relative
}

.video-bx1 .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.video-bx1 .video-play a {
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 20px
}

.video-info {
    position: relative
}

.video-info .video-bx2 {
    position: absolute;
    bottom: 40px;
    left: 0
}

.video-bx .video-play.play-bg-primary .popup-youtube {
    border: 0;
    background-color: var(--bg-color);
    color: #fff
}

.video-bx .video-play.play-bg-primary {
    margin-bottom: 0
}




.overlay-black-dark {
    position: relative
}

.overlay-black-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-black-dark:after {
    background: #00062c
}

.overlay-black-dark:after {
    opacity: .6
}


.overlay-black-dark .container,
.overlay-black-dark .container-fluid {
    position: relative;
    z-index: 1
}

.description p {
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
}

@media (max-width:1600px) {
    .evc_appeal_text h3 {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        padding: 20px 0;
    }

    .evc_appeal_text h3 span {
        border-bottom: 1px dashed #000;
        padding-bottom: 5px;
    }

    .evc_appeal_img img {
        width: 100%;
        border-radius: 20px;
    }

    .evc_appeal_img {
        max-width: 100%;
        height: 100%;
        top: 0
    }
}

@media all and (max-width:767px) {
    .evc_appeal_text {
        width: 100%;
        min-height: auto;
        padding: 10px;
    }

    .hero-single .hero-content .hero-sub-title {
        font-size: 18px
    }

    .hero-single .hero-content .theme-btn {
        padding-left: 20px
    }

    .hero-img {
        display: none
    }

    .summary h4 {
        margin: 20px;
    }

    .property-single-description p {
        padding: 10px;
    }

    .front-box-layer {
        margin-top: 0;
    }

    .div1,
    .div3 {
        width: 100%;
        margin-bottom: 5px;
    }

    .two-s-design {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .comdetails {
        display: flex;
        box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
        justify-content: right;
        flex-direction: column-reverse;
    }

    .comdetailsRight {
        width: 100%;
        padding: 0px;
    }

    .two-sleft {
        width: 100%;
        background: #00062c;
        margin-left: 0;

    }

    .testimonial {
        width: 50% !important;
        text-align: center;
    }

    .testimonial-author-info h4 {
        font-size: 18px;
        color: #ffffff;
    }

    .div2 {
        width: 100%;
        margin-bottom: 5px;
    }

    .front-box h5 {
        font-size: 20px;
    }

    .front-box h1 {
        font-size: 26px;
    }

    .blueBox h1 {
        font-size: 26px;
        padding: 30px 0;
    }

    .blueBox h1:before {
        width: 43px;
        bottom: 13px;
    }

    .services-item {
        display: inline-block;
        width: 50%;
    }

    .services-item .services-content {
        padding: 10px 0px 0 0;
        margin: 0;
        float: right;
    }

    .services-item .services-content .title {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .summary .table .services-content {
        padding-left: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        width: 90%;
    }

    .tbl-summry {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid #39373740;
        margin: 3px 0;
        padding: 5px;
        border-radius: 20px;
    }

    .summary .table td {
        border: 0;
        align-items: center;
        padding-bottom: 0 !important;
        flex-direction: row;
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .devcss {
        margin-top: 0;
        width: 100%;
        float: left;
        margin-left: 30px;
    }

    .container-small {
        width: 90%;
        margin: auto;
    }

    .layout-cart-form table {
        width: 100%;
        overflow: hidden;
    }

    .comdetailsLeft {
        padding: 20px;
        width: 100%;
    }

    .listingB li {
        width: 45%;
        margin: 6px;
        padding: 10px;
        border-radius: 8px;
    }

    .cssmain {
        width: 50%;
    }

    .location-container h1 {
        font-size: 38px;
    }

    .card-body {
        padding: 0;
    }

    .containerBG {
        padding: 0 5px;
    }

    .site-title,
    .floor-plan .site-title {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 25px;
    }

    .evc_appeal {
        display: flex;
        flex: auto;
        flex-direction: column-reverse;
    }

    .evc_appeal_img {
        max-width: 100%;
        height: auto;
        top: 0;
        position: relative;
        margin-bottom: 20px;
        padding: 0;
        border: 10px solid #FFF;
        border-radius: 30px;
    }

    .evc_appeal_img img {
        width: 100%;
        border-radius: 20px;
    }

    .service-grid {
        padding: 10px;
        gap: 10px;
        border-radius: 10px;
    }

    .service-grid_img2 {
        min-width: 40%;
    }

    .service-thumb-wrap {
        background-color: #ff5e14;
        position: relative;
        padding: 24px 24px 24px 0;
        z-index: 2;
        margin-top: 13px;
        min-height: 394px;
    }

    .service-thumb {
        padding: 3px;
        gap: 0;
        margin: 10px;
    }

    .service-thumb_img img {
        border-radius: 5px;
        width: 50%;
        gap: 0;
    }

    .service-thumb_img {
        min-width: 52px;
        padding: 5px 0 5px 10px;
    }

    .gallery-item {
        position: relative;
        width: 100%;
        margin-bottom: 17px;
    }

    .service-thumb_title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .divBell {
        display: flex;
        box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 13%);
        justify-content: right;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .divBellLeft {
        padding: 20px;
        width: 100%;
    }

    .divBellRight {
        width: 100%;
        padding: 30px 10px;
    }

    .divBellLeft h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .divBellLeft img {
        float: left;
        margin-right: 20px;
        width: 21%;
    }

    .divBellLeft p {
        font-size: 15px;
        padding-top: 15px;
        line-height: 25px;
    }
}

.cssmain h4 {
    font-size: 30px;
    overflow: hidden;
}

.cssmain span {
    font-size: 20px;
    overflow: hidden;
}


.scrollbar {
    margin-left: 0;
    float: left;
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
    overflow-x: hidden;
    padding: 0;
}

.force-overflow {
    min-height: auto;
}



#style-2::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    background-color: #00062c;
}

.themeloc {
    font-size: 14px;
    color: #fff;
    padding: 14px 18px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 0px;
    line-height: normal;
    margin-right: 0;
    background: #2882d0;
    z-index: 1;

}

.themeloc::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #15346d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.themeloc:hover {
    color: #fff
}

.themeloc:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
    background-color: #079e7b;
}

.themeloc i {
    margin-left: 5px
}

.themeloc span {
    margin-right: 5px
}

.list-proj-addon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

.proj-addon {
    align-items: center;
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    gap: 10px;
}

.proj-addon li {
    color: #ffffff;
    display: inline-block;
    background-size: 200% auto;
    transition: all 0.5s ease;
    border: none;
    background-color: #c08831;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 3px 10px;
}

.proj-addon .proj-lifestyle {
    background: #14145e;
}

.proj-addon .proj-views {
    background: #158115;
}

.proj-addon .proj-rating {
    background: #6c4504;
}

.brand-widget-box {
    margin-bottom: 20px
}

.brand-widget-box.about-us {
    text-align: center;
}

.brand-widget-box.about-us p {
    color: #00062c;
    font-size: 14px;
    margin: 0;
}

.brand-widget-box.about-us p span {
    padding: 0;
}

.brand-widget-box.about-us p i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 10px;
    background: #00062c;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.brand-widget {
    background: #fff;
    color: #00062c;
    position: relative;
    z-index: 1
}

.brand-widget-title {
    color: #00062c;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 15px;
    font-size: 20px;
    z-index: 1
}

.brand-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #00062c;
    bottom: 0;
    left: 0
}

.brand-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #00062c;
    bottom: 0;
    left: 35px
}

.brand-widget .footer-list li {
    font-size: 14px;
    transition: all .5s ease-in-out
}

.brand-widget .footer-list li a {
    color: #00062c;
    transition: all .5s ease-in-out
}

.brand-widget .footer-list li a:hover {
    padding-left: 10px;
    color: #00062c
}

.brand-widget .footer-contact li a {
    color: #00062c;
    font-size: 16px;
    transition: .3s;
}

.brand-widget .footer-contact li a:hover {
    color: #00062c;
    transition: .3s;
}

.brand-widget ul {
    color: #00062c;
    position: relative;
    justify-content: center;
}

.brand-widget .footer-contact li {
    color: #00062c;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.brand-widget .footer-contact li:last-child {
    border-right: none;
}

.brand-widget .footer-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 8px 0 8px 0;
}

.brand-widget .footer-social li a i:hover {
    background: #00062c;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2);
}

.brand-widget .footer-social li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background: #f5f5f5;
    color: rgba(0, 6, 44, 0.9);
    transition: all .5s ease-in-out;
}

.brand-widget .footer-list li a i {
    margin-right: 5px;
    color: #00062c;
    font-weight: 400;
    font-size: 14px
}

.offcanvas .property-single-content h4 {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #495057;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.offcanvas .theme-btn:hover {
    color: #00062c;
    background: #ffffff;
    border: 1px solid #181818;
    transition: all .3s ease-in-out;
}

.offcanvas .contact {
    justify-content: center;
    text-align: center;
}

.offcanvas .contact ul,
.search-form .contact ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.offcanvas .contact ul li,
.search-form .contact ul li {
    display: flex;
    width: 100%;
    justify-content: center;
}

.offcanvas .contact ul li,
.search-form .contact ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.search-form .contact .theme-btn {
    background: #fff;
    color: #00062c;
    font-size: 16px;
    padding: 5px 20px;
}

.search-form .contact .theme-btn {
    background: #fff;
    color: #00062c;
    font-size: 18px;
    padding: 5px 10px;
}

.offcanvas .contact .theme-btn:hover,
.search-form .contact .theme-btn:hover {
    background: #00062c;
    color: #fff;
}

.offcanvas .contact .theme-btn i,
.search-form .contact .theme-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.search-form .contact .theme-btn i {
    margin-right: 5px;
    font-size: 18px;
}

.floor-plan .header .site-head {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #00062c;
    margin-top: 8px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 40px;
}

.floor-plan .header .site-head:before {
    width: 45px;
    bottom: 24px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: '';
    background: #00062c;

}

.floor-plan .widget-title {
    padding-bottom: 18px;
    margin-bottom: 0;
    position: relative;
    font-size: 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floor-plan .widget-title:before {
    width: 55px;
    bottom: 10px;
    height: 2px;
    left: 0;
    margin-left: 0;
    top: auto;
    position: absolute;
    content: '';
    background: #ffffff;
}

.floor-plan .service-download {
    width: 100%;
}

.floor-plan .imgFloor .gallery-img img {
    border-radius: 20px;
}

.floor-plan .floor-dtl {
    background: #00062ce6;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    width: auto;
    margin-left: -100px;
    z-index: 9;
}

.floor-plan .floor-dtl ul {
    display: block;
}

.floor-plan .floor-dtl ul li {
    border-bottom: 1px solid #f8f9fa54;
    padding: 5px 15px;
    color: #ccc;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.floor-plan .floor-dtl ul li i {
    color: #ccc;
    font-weight: 600;
    font-size: 17px;
    margin-right: 10px;

}

.floor-plan .floor-dtl ul li strong {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline;
    letter-spacing: 0.1rem;
}

.floor-plan .tab-content>.active {
    display: flex;
    align-items: center;
    background: #aaa;
    border: 1px solid #ccc;
    padding: 10px;
}

.floor-plan .img-btn {
    background: #fff;
    padding: 10px;
}

.floor-plan .floor-sm {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.floor-plan .floor-sm,
.floor-plan .dwn-btn {
    text-align: center;
}

.floor-plan .dwn-btn .btn {
    background-color: #fff;
    border-radius: 20px;
    color: #00062c;
    font-size: 13px;
    letter-spacing: 0;
    transition: all .5s;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #ccc;
    padding: 10px 15px;
}

.floor-plan .dwn-btn .btn:hover {
    background-color: #00062c;
    color: #fff;
    transition: all .3s ease-in-out;
}

.floor-plan .dwn-btn .btn i {
    margin-right: 5px;
    color: #aaa;
}

.header-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 0
}

.head-box {
    display: flex;
    font-size: 30px;
    padding: 15px
}

.head-box a {
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #403226;
    background-color: transparent;
    border: 1px solid rgba(64, 50, 38, 0.2);
}

.head-box a:hover {
    color: #fff;
    background-color: #00062c;
    border-color: transparent;
}

.head-box .call-box,
.head-box .whts-box {
    padding: 0 15px;
    position: relative;
}

.head-box>*:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: rgba(64, 50, 38, 0.15);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.bottom-nav {
    bottom: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    z-index: 99;
}

.bottom-nav.bottmnav {
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down .7s;
}

.btmfixed {
    display: inline-block;
    position: fixed;
    width: 100%;
    bottom: 0;
    animation: slide-down .7s;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-child,
.nav-child-start,
.nav-child-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-child-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    color: #444444;
    padding: 0 55px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav-child-link:first-child {
    padding-left: 0;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0 35px;

}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    color: #ccc;
    font-size: 16px;
}

.nav__text {
    color: #fff;
    font-size: 18px;
}

.bottom-nav .btm {
    padding: 0 15px;

}

.theme-btn.one {
    color: #00062c;
    border: 1px solid #514e4e;
    background: #fff;

}

.theme-btn.one:hover {
    color: #fff;
    background: #00062c;
    transition: all .3s ease-in-out;
}

.homefp.floor-plan .tab-content>.active {
    display: block;
    align-items: center;
    background: #dee2e6;
    border: 1px solid #ccc;
    padding: 0;
}

.homefp.floor-plan .floor-sm {
    display: block;

}

.master-site-title:before {
    width: 100px;
    bottom: -8px;
    height: 2px;
    top: auto;
    position: absolute;
    content: '';
    background: #495057;
}



.sidebar-canvas .nav-tabs {
    padding-inline: 0;
}

.sidebar-canvas .nav-tabs,
.sidebar-canvas .nav-tabs .nav-item.show .nav-link,
.sidebar-canvas .nav-tabs .nav-link.active,
.sidebar-canvas .nav-tabs .nav-link:focus,
.sidebar-canvas .nav-tabs .nav-link:hover {
    border-color: #fff0;
}

.sidebar-canvas .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.sidebar-canvas .nav-tabs .nav-item {
    width: 50%;
}

.sidebar-canvas .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.sidebar-canvas .nav-tabs .nav-link {
    padding: 15px 0;
    text-align: center;
}

.sidebar-canvas .nav-tabs .nav-link,
strong,
b,
label {
    font-weight: 700;
}

.sidebar-canvas .nav-tabs .nav-item.show .nav-link,
.sidebar-canvas .nav-tabs .nav-link.active {
    color: #0a58ca;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.sidebar-canvas .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.sidebar-canvas .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.sidebar-canvas .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar-canvas a {
    color: #49535df7
}

.offcanvas .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;

}

.offcanvas .side-schdl .property-single-agent-form .form-group {
    margin-top: 10px
}

.offcanvas .side-schdl .search-nav .nav-link.active::before {
    display: none;
}

.offcanvas .side-schdl .nav-link {
    display: block;
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #ccc;
}

.offcanvas .side-schdl .search-nav .nav-item {
    margin: 5px;
    width: 45%;
}

.offcanvas .side-schdl .form-control {
    line-height: 1;
}

.similar-proj-area {
    position: relative;
    background: #f9f6f2;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.similar-proj-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 2%);
    z-index: -1
}

.similar-proj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.similar-proj-single {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.similar-proj-single li:hover {
    border-color: #00062c;
}

.similar-proj-single li {
    font-size: 13px;
    width: auto;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #00062c47;
    position: relative;
    box-shadow: 0 1px 2px #00062c;
}

.more-proj {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.more-proj li {
    font-size: 14px;
    font-weight: 600;
    width: auto;
    color: #ffffff;
    margin: 5px;
    border-radius: 20px;
    text-align: center;
    padding: 10px 15px;
    border: 3px solid #f8f9fa;
    position: relative;
    box-shadow: 0 1px 5px #ccc;
    background: rgb(0 0 0 / 9%);
}

.more-proj li a:hover {
    color: #00062c
}

.more-proj li:hover {
    border-color: #00062c;
}

.brand-widget .footer-dpt {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 8px 0 8px 0;
}

.brand-widget .footer-dpt {
    border-top: 1px solid rgb(0 0 0 / 5%);
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.brand-widget .footer-dpt li a {
    font-size: 13px;
    color: #474b4e;
}

.brand-widget .footer-dpt li a:hover {
    font-size: 13px;
    color: #00062c;
}

.sum-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00062c1a;
}

.payment-getway .payget-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 50px;
}

.payment-getway .testimonial {
    width: auto;
    margin: 5px;
}

.payment-getway {
    position: relative;
    z-index: 1;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.payment-getway::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1
}

.payment-getway .testimonial-single {
    margin-top: 0;
    display: flex;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    padding: 2px 10px 2px 0;
    border: 1px solid #744a2a42;
    position: relative;
    box-shadow: 0 5px 0px rgb(0 0 0 / 15%);
    align-items: center;
    justify-content: space-between;
}

.payment-getway .testimonial-author-img {
    position: relative;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    border: none;
    left: 0;
    background: #fff;
    top: 0;
    transform: none;
}

.payment-getway .testimonial-author-info {
    margin: 0;
}

.payget-list .testimonial-author-info h3 {
    font-size: 16px;
    color: #00062c;
    padding-left: 10px;
}

.payment-getway .site-title {
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 1px solid #744a2a;
    text-align: center;
}
.payment-getway .site-title:before {
    display: none;
}

.payment-getway .text-white:before {
    width: 85px;
    bottom: 16px;
    height: 3px;
    left: 45%;
    margin-left: 0;
    top: auto;
    position: absolute;
    content: '';
    background: #ffffff;
}

.bt-shake {
    position: relative;
    animation-name: shake;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    cursor: pointer;
}

.property-single-info-item {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.master-site-title {
    font-size: 16px;
}

.footer-area .divBell {
    display: block;
    box-shadow: none;
}

.footer-area .divBellRight {
    background: none;
    width: 100%;
    padding: 0;
    color: #c0c3c6;
}

.footer-area .divBellRight h3 {
    color: #00062c;
    margin: 5px 0;
    font-size: 16px;
}

.footer-area .divBellRight p,
.footer-area .TextHeading {
    font-size: 12px;
    color: #070c26;
}

.footer-area .formBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-area .formBox .form-control {
    font-size: 12px;
    width: auto;
    color: #00062c;
    border: 0 solid #00062c;
    border-bottom-width: 1px;
    background: transparent;
}

.footer-area .formBox .form-control::placeholder {
    color: #070c26;
    font-size: 10px;
}

.footer-area .theme-btnb {
    font-size: 13px;
    margin-top: 10px;
}

.devcom {
    display: flex;
    gap: 10px;
    width: 100%;
}

.devcom .btn.btn-dashed.color-2 {
    border: 1px solid #00122d;
    display: flex;
    width: auto;
    font-size: 12px;
    letter-spacing: 0.2px;
    flex-wrap: wrap;
    align-items: center;
    text-transform: capitalize;
    gap: 5px;
    justify-content: space-between;
    padding: 0 10px 0 0;
}

.devcom .dc-cstm {
    background: #00062c;
    color: #fff;
    border-radius: 30px 0 0 30px;
    padding: 5px 8px;
}


@keyframes shake {
    0% {
        left: 0
    }

    1% {
        left: -3px
    }

    2% {
        left: 5px
    }

    3% {
        left: -8px
    }

    4% {
        left: 8px
    }

    5% {
        left: -5px
    }

    6% {
        left: 3px
    }

    7% {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .hmproptype {
        display: flex;
        gap: 15px;
        width: auto;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .site-breadcrumb .breadcrumb-menu li {
        font-size: 12px;
        margin-left: 12px;
    }
    .site-breadcrumb .breadcrumb-menu li:before {
        font-size: 12px;
        right: -13px;
    }
    .devcom {
        display: flex;
        width: auto;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .devcom .btn.btn-dashed.color-2 {
        border: 1px solid #00122d;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        font-size: 12px;
        letter-spacing: 0.2px;
        text-transform: capitalize;
        gap: 5px;
        justify-content: flex-start;
        padding: 0 10px 0 0;
    }

    .devcom .dc-cstm {
        background: #00062c;
        color: #fff;
        border-radius: 30px 0 0 30px;
        padding: 8px;
    }

    .brand-widget .footer-contact li {
        padding: 0;
    }

    .footer-area .divBell {
        text-align: center;
    }

    .footer-area .formBox {
        margin-top: 10px;
    }

    .key-feature .col-md-6 {
        max-width: 49.999%;
    }

    .header-nav-right {
        position: absolute;
        right: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .navbar.list {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .head-box a {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .head-box {
        display: flex;
        padding: 0px;
    }

    .head-box .call-box,
    .head-box .whts-box {
        padding: 0 15px 0 10px;
        position: relative;
    }

    .pronav ul {
        list-style: none;
        display: flex;
    }

    .pronav .pnav-link {
        margin-right: 0;
        padding: 5px;
        font-size: 12px;
        font-weight: 500;
        color: #00062c;
        text-transform: uppercase;
    }

    .sum-sec {
        align-items: self-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px;
    }

    .summary .services-item {
        width: 100%;
    }

    .services-item .services-content {
        padding: 0;
    }

    .services-item .services-content .title {
        font-size: 14px;
        margin: 0;
    }

    .summary .table td {
        padding: 0.6rem 0;
    }

    .services-item .services-content .services-txt {
        color: #744a2a;
        font-size: 14px;
    }

    .brochure .widget-title {
        flex-direction: column;
    }

    .widget .attachments {
        margin-bottom: 10px;
    }

    .widget .attachments::before {
        left: 0;
    }

    .search-form .contact,
    .offcanvas .contact {
        margin-top: 10px;
    }

    .search-nav .nav-link.active::before {
        display: none;
    }

    .floor-plan .site-heading {
        margin-top: 10px;
    }

    .location-plan .site-heading {
        margin-bottom: 0;
    }

    .testimonial-author-info {
        margin: 25px 0 5px;
    }

    .testimonial-single {
        margin-top: 50px;
    }

    .similar-proj-single li {
        width: 100%;
        padding: 10px 5px;
        margin: 0;
    }

    .more-proj {
        flex-direction: column;
    }

    .bottom-nav .navbar .header-btn {
        display: block;
    }

    .bottom-nav .nav {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .bottom-nav .btm {
        padding: 0;
    }

    .bottom-nav .theme-btn {
        padding: 10px 15px;
    }

    #scroll-top {
        bottom: 15px;
        right: 5px;
    }

    .btmfixed {
        width: auto;
    }

    .floor-plan .floor-dtl {
        border-radius: 0;
        margin-left: 0;
        width: 100%;
        border: 0;
        padding: 5px;
    }

    .floor-plan .dwn-btn .btn {
        padding: 10px 10px;
        margin: 5px 0;
    }

    .homefp.floor-plan .tab-content>.active {
        background: #fff;
    }

    .floor-plan .property-single-sidebar {
        background-color: #00062c;
    }

    .themeloc {
        width: auto;
    }

    .floor-sm .btn {
        margin: 5px;
    }

    .payment-getway .payget-list {
        display: ruby;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .payment-getway .testimonial-single {
        margin: 10px;
    }

    .proj-addon {
        display: block;
        text-align: center;
    }

    .left-single .d-flex h1 {
        font-size: 25px;
    }

    .btn.btn-gradient.color-2 {
        padding: 2px 8px;
        font-size: 12px;
    }

    .project-summary .mainCss {
        padding: 30px 0 10px 0;
    }

    .property-single-info-item {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .amenities-icon {
        display: flex;
        text-align: right;
        box-shadow: 1px 1px 9px #e0e0e0;
        padding: 5px;
        margin-bottom: 5px;
        justify-content: space-between;
        column-gap: 5px;
        align-items: center;
        transition: ease all 0.5s;
        background: #fff;
    }

    .amenities-icon .icons-wrap {
        height: 40px;
        width: 40px;
        margin: 0
    }

    .amenities-icon h3 {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
    }

}