@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');
:root {
    --white-color: #fff;
    --black-color: #000;
    --font-family: "Maven Pro", sans-serif;
    --font-size: 16px;
    --section-title: #A8A8A8;

}

.top-banner .carousel {
    position: relative;
    top: -60px;
}

.navbar {
    position: relative;
    z-index: 2;
}

.top-banner .carousel-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #071c3561;
    z-index: 1;
}

.navbar-brand {
    font-weight: 600;
    margin-right: 25px;
    color: var(--white-color) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

.white-btn {
    padding: 5px 12px;
    text-align: center;
    color: var(--black-color);
    background-color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.white-btn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.white-btn:last-child {
    margin-left: 25px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--white-color);
    text-transform: uppercase;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.banner-top-section {
    position: absolute;
    width: 70%;
    z-index: 2;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

.banner-top-section p {
    color: #fff;
}

.banner-top-section p:first-child span {
    display: block;
    font-size: 32px;
    font-weight: 400;
}

.banner-top-section p:first-child span strong {
    font-weight: 700;
}

.banner-top-section p:last-of-type {
    line-height: 20px;
    margin-bottom: 30px;
}

.search-bar {
    background-color: var(--white-color);
    padding: 15px 20px;
    margin-top: 40px;
}

.search-bar label {
    display: block;
    text-align: left;
    letter-spacing: 1.4px;
    font-size: 10px;
}

.search-bar input,
.search-bar select {
    border: none;
    color: #070707;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.brdr-left {
    border-left: 1px solid #B0B0B0;
    padding: 0 25px;
}
.mx-w-100{max-width: 100%!important;}
.sea-face-bunglow .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.sea-face-bunglow .carousel-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1;
}
.black-btn {
    padding: 5px 12px;
    text-align: center;
    background-color: var(--black-color);
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 1px solid var(--black-color);
}

.black-btn:hover {
    color: var(--black-color);
    background-color: var(--white-color);
}

.brdr-left:first-child {
    border-left: none;
}

.three-blocks-wrap {
    text-align: center;
}

.title {
    font-size: 25px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.sub-title {
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
    color: #363636;
}

.search-bar .black-btn {
    font-size: 10px;
    color: var(--white-color);
}

.section-title {
    color: #A8A8A8;
    font-weight: 500;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #b5b5b5;
    top: 13px;
    left: 40px;
}

.three-blocks-wrap .black-btn {
    padding: 15px 75px;
}

.purple-bg {
    background-color: #322E63;
    padding: 40px 40px 0 40px;
}

.mt-100 {
    margin-top: 100px;
}

.purple-bg-top-heading {
    color: #B99FEC;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.purple-bg-top-heading p:last-child {
    color: var(--white-color);
    font-size: 48px;
    margin-top: 30px;
    font-weight: 500;
}

.purple-bg-bot-txt {
    margin-top: 30px;
}

.purple-bg-bot-txt p:first-child {
    font-size: 36px;
    font-weight: 500;
    color: var(--white-color);
}

.purple-bg-bot-txt p:last-of-type {
    font-size: 36px;
    font-weight: 500;
    color: #B99FEC;
    font-size: 20px;
    font-weight: 600;
}

.ad-img-wrap {
    position: relative;
    top: 40px;
}

.purple-btn {
    text-align: center;
    background: #591DC4;
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 1px solid #591DC4;
}

.purple-btn:hover {
    color: #591DC4;
    background-color: var(--white-color);
}

.mt-150 {
    margin-top: 150px;
}

.property-blocks .section-title:after {
    left: 100px;
}

.py-30 {
    padding: 30px 0;
}

.left-img-block-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.left-img-block-col {
    flex: 50%;
    padding: 4px 0 0 4px;
    box-sizing: border-box;
}

.left-img-block-col img {
    margin-top: 4px;
}

.bot-three-block {
    text-align: center;
}

.title2 {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
}

.text-normal {
    text-transform: capitalize;
}

.mid-block {
    width: 50%;
    margin: 0 auto;
}

.fw-400 {
    font-weight: 400;
}

.fs-20 {
    font-size: 20px;
}

.line-height-20 {
    line-height: 20px;
    min-height: 46px;
    margin-bottom: 0;
}

.text-link {
    font-weight: bold;
    font-weight: 12px;
    font-weight: 700;
    color: var(--black-color);
    text-decoration: none;
}

.reside-mag-blocks .three-blocks-wrap:nth-child(2) {
    margin-top: 40px;
}

.yel-brdr {
    width: 53px;
    background: #D1B46F;
    height: 2px;
    margin: 0 auto 50px auto;
    transform: rotate(90deg);
}

.carousal-blocks .section-title:after {
    left: 150px;
}

.owl-dots {
    display: none;
}

.owl-carousel .item {
    padding: 5px;
    background: #fff;

}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
}

.carousal-txt-inner {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .black-btn {
    min-width: 160px;
}

.h-43 {
    height: 43px;
}

.sticky-block {
    background-color: var(--black-color);
    position: fixed;
    right: 0;
    width: 76px;
    bottom: 0;
    padding: 10px;
    z-index: 99;
}

.enter-email input {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dbdbdb;
}

.footer-brdr {
    border-top: 1px solid #0000001A;
}

.footer-wrap {
    display: flex;
    gap: 80px;
    flex-direction: row;
}

.footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col ul li {
    margin: 0;
    padding: 0;
}

.footer-col ul li a {
    color: #8B8B8B;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s linear;
}

.footer-col ul li a:hover {
    color: #000;
}

.footer-col p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}

.footer-social {
    margin-left: 6%;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
}

.footer-social ul li a {
    color: var(--black-color);
}

.footer-logo {
    width: 15%;
    border-right: 1px solid #cacaca;
}

.footer-social-wrap {
    display: flex;
}

.sticky-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sticky-block ul li {
    margin: 0;
    padding: 10px 0;
}

.bg-inner .navbar-light .navbar-nav .nav-link,
.bg-inner .navbar-light .navbar-nav .nav-link.active,
.bg-inner .navbar-light .navbar-nav .show>.nav-link {
    color: (var(--black-color));
}

.bg-inner .navbar-light .navbar-brand {
    color: var(--black-color) !important;
}

.bg-inner .white-btn {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
    border: 1px solid transparent;
}

.bg-inner .navbar-light .navbar-nav .nav-link:hover {
    color: var(--black-color);
    border-bottom: 1px solid var(--black-color);
}

.bg-inner .white-btn:hover {
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    border: 1px solid var(--black-color);
}

.breadcrumbBg {
    padding: 40px;
}

.srch-wrap {
    display: flex;
}

.srch-txt {
    font-size: 40px;
    margin-right: 20px;
    line-height: 30px;
    font-weight: 600;
}

.srch-wrap input {
    border: none;
}

.srch-wrap .input-group {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #00000080;
    border-radius: 0;
}

.srch-wrap .input-group-text {
    background: transparent;
    border: none;
}

.property-desc-details {
    display: flex;
    justify-content: space-between;
}

.property-desc p:first-child {
    font-size: 20px;
    font-weight: 400;
}

.property-desc p:last-of-type {
    font-size: 32px;
    font-weight: 500;
}

.property-btn-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.property-btn-wrap li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.property-btn-wrap li a {
    font-size: 16px;
}

.property-carousal .carousel-control-next-icon,
.property-carousal .carousel-control-prev-icon {
    background: #fff;
}

.property-carousal .carousel-control-next,
.property-carousal .carousel-control-prev {
    opacity: 1;
}

.property-carousal .carousel-control-next-icon {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.property-carousal .carousel-control-prev-icon {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.property-carousal .carousel-control-next {
    right: -4px;
}

.property-carousal .carousel-control-prev {
    left: -4px;
}

.property-desc-details-left img {
    margin-right: 15px;
}

.blue-btn {
    text-align: center;
    background-color: #0D1347;
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 10px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 1px solid #0D1347;
}

.grey-btn {
    text-align: center;
    background-color: #70707080;
    color: var(--white-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 10px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 1px solid #70707080;
}

.border-btn {
    text-align: center;
    background-color: var(--white-color);
    color: var(--black-color);
    text-decoration: none;
    transition: all 0.3s linear;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 10px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 1px solid var(--black-color);
}

.filter-list ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.filter-list ul li {
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50px;
    width: 11%;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-list-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.filter-list ul li i {
    margin-left: 5px;
}

.filter-list-option ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.filter-list-option ul li {
    border: none;
    text-align: left;
    margin: 0;
    padding: 5px 15px;
    justify-content: flex-start;
    background: transparent;
    display: flex;
    width: 100%;
    border-radius: 0;
}

.filter-list-option ul li a {
    font-size: 14px;
    color: var(--black-color);
    text-decoration: none;
}

.filter-list-option ul li.active {
    background: #4363DA;
}

.filter-list-option ul li.active a {
    color: var(--white-color);
}

.filter-list-option {
    position: absolute;
    top: 41px;
    z-index: 99;
    background: #D9D9D9;
    width: 28%;
    padding: 5px 0;
}
.border-btn:hover{border:1px solid #0d6efd;}
.grey-btn:hover{background-color:#fff;border:1px solid #70707080; color:#70707080;}
.blue-btn:hover{background-color:#fff;border:1px solid #0D1347; color:#0D1347;}
.search-bar .black-btn:hover{color:#070707; border:1px solid #070707!important;}
.bg-inner{padding:20px 0 30px 0;}
.about-top-bg{
    width:100%;
    background:url(../images/abbout.png);
    background-size:cover;
    height:772px;
    position:relative;
}
.about-top-txt{position:absolute;bottom:0;left:0;padding:20px; background:#fff;width:50%;}
.abt-section-title:after {
    content: '';
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #b5b5b5;
    top: 13px;
    left: 90px;
}
.about-top-section-two{
    width:100%;
    background:url(../images/image15.png);
    background-size:cover;
    height:772px;
    position:relative;
    
}
.text-transform-none{text-transform:none;}
.abt-section-title-two:after{content: '';
    position: absolute;
    width: 124px;
    height: 1px;
    background-color: #b5b5b5;
    top: 13px;
    left:150px;}
.three-black-blocks-wrap{
    background: var(--black-color);
    padding:30px;
    display:flex;
    justify-content:center;
    color:var(--white-color);
    flex-direction: column;
}
.three-black-blocks-wrap img{width:100px; margin:0 auto 20px auto;}
.three-black-blocks-wrap div{width:60%; margin:0 auto;}
.three-black-blocks-wrap p{text-align:left;font-size:28px;font-family: "Maven Pro", serif;}
.about-top-section-three{width:100%;
    background:url(../images/choose-image.png);
    background-size:cover;
    height:690px;
    position:relative;}
.about-top-section-three:before{
   content:'';
   width:100%;
   background:#498BD573;
   height: 100%;
   left:0;
   position:absolute;
   z-index:9;}
.three-blocks-wrap-grey{
    background:#AAA9A94D;
    padding: 15px 15px 25px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    }
.three-blocks-wrap-grey .text-center {
        margin-top: auto; 
    }
.three-blocks-wrap-grey-title{
    font-size: 45px;
    margin: 15px 0 50px 0;
    text-transform: uppercase;
    font-weight: 500;
    }
.mb-100{margin-bottom:100px;}
.blog-img-wrap{width:100%;
height:600px;position:relative;}
.blog-img-wrap:before{content:'';position:absolute;background-image: linear-gradient(353deg, rgb(0 0 0 / 70%), transparent);z-index: 9;width: 100%;height: 100%;}
.blog-img-wrap-txt{position: absolute;bottom: 0px;padding: 20px 20px 0 20px;z-index: 10;}
.blog-img-wrap-txt .title{color:#fff;}
.blog-img-wrap-txt .sub-title{color:#fff;}
.blog-img-wrap img{width: 100%!important;
    height: 100%!important;
    object-fit: cover;}
.blog-carousal-txt-inner{margin-top:70px; text-align: center;}
.blog-carousal-txt-inner .sub-title{ font-size:18px;}
.who-we-are-block{border-top:1px solid #000;border-bottom:1px solid #000;padding: 0 0 60px 0;}
.about-top-section-three-txt .title{font-size:40px;}
.blog-carousal-btn{position: relative;}
.cursor-pointer{cursor:pointer;}
.blog-carousal-btn .carousel-indicators{bottom:-50px;z-index: 99;}
.blog-carousal-btn .carousel-indicators [data-bs-target]{background-color: #000;}
.reader-letter{outline: 3px solid #000!important;border: 3px solid #fff!important;}
.sea-face-bunglow-property .right-side-pro{
    padding-left: 0;
}
.sea-face-bunglow-property .right-side-pro .property-desc{
    padding: 10px 14px;
    position: relative;
    border: 1px solid #eee;
    background: #f9f9f9;
    height: 100%;
    margin-left: -12px;
}
.office-rent-title{margin-bottom:0;}
.sea-face-bunglow-name{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    text-align: center;
    color: #fff;
}
.sea-face-bunglow-name p:first-child{
    font-size: 20px;
    font-weight: 400;
}
.sea-face-bunglow-name p:last-child{
    font-size: 25px;
    font-weight: 500;
    margin-bottom:0;
}
.sea-face-bunglow-property .property-btn-wrap{
    border-top:1px solid transparent;
    background: #f9f9f9;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
    }
.office-rent-property .property-btn-wrap{flex-direction: column;border-top: 1px solid #ccc;padding-top: 10px;margin-top: 10px;}
.office-rent-address{font-size:13px!important;}
.sea-face-bunglow-property .right-side-pro .property-btn-wrap{flex-direction:column;}
.office-rent-property .property-desc-details p.office-rent-sub-txt{font-size:14px;font-weight: 400;line-height: 18px;color: #5c5c5c;margin-bottom: 0;}
.office-rent-property .property-desc{background:#f2f2f2;padding: 0 20px 20px;}
.about-top-section-three-txt{position:absolute;bottom:20px;left:0;padding:15px; background:#fff;width:100%;z-index:10;text-align:center;}
.sea-face-bunglow .banner-top-section p:first-child span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.smll-txt{font-size:20px;}
.list-single-facts{display:flex;}
.banner-bottom-section{
    position: absolute;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #0000002e;
    color: #fff;
    font-size: 18px;
    }
.inline-facts-wrap {
    width: 100%;
    padding: 10px 0;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    background: #9f9f9f;
    justify-content: center;
    display: flex;
    align-items: center;
}
.banner-bottom-section p{margin-bottom:0;padding:15px 0;}
.inline-facts-wrap:last-child{border-right:1px solid #e2e2e2;}
.inline-facts img{
    margin: 0 auto 5px auto;
    display: block;
    filter: invert(1);
}
.inline-facts h6{margin-bottom: 0;font-size: 20px;color: #fff;}
.inline-facts span{display: block;text-align: center;color: #fff;}
.listing-details .office-rent-title{
    font-size: 28px;
    font-weight: 600;
}
.inline-facts{display: block;}
.pro-details{
    margin: 0 0 20px 0;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #e2e2e2;
}
.pro-details p{font-size:14px; color: #363636;}
.pro-details p:first-child{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.listing-tab .nav-tabs .nav-item.show .nav-link, .listing-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0D1347;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #0d1347;
}
.listing-tab .tab-pane{margin-top: 10px;}
.listing-tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #70707080;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    margin: 0 2px;
}
.listing-tab h3{font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;}

@media (min-width: 1200px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 95%;
        }
}
@media (max-width: 1399.98px) {
    .property-desc p:last-of-type {
        font-size: 25px;
        font-weight: 500;
    }
   
}
@media (max-width: 1299.98px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
    font-size: 13px;
}
.three-black-blocks-wrap p{font-size: 20px;}
ul.property-btn-wrap.property-btn-wrap-listing {flex-direction: row;}
ul.property-btn-wrap.property-btn-wrap-listing li a{font-size: 12px;}
}
@media (max-width: 1199.98px) {
    .property-btn-wrap {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .three-black-blocks-wrap p{font-size: 18px;}   
}

@media (max-width: 991.98px) {
    ul.property-btn-wrap.property-btn-wrap-listing {
        margin-bottom: 20px;
    }
    .sea-face-bunglow-property .right-side-pro {
        padding-left: 12px;
    }
    .sea-face-bunglow-property .right-side-pro .property-desc{
        margin-left: 0;
    }
    .bg-inner .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
        filter:invert(100)
    }
    .bg-inner .navbar-light .navbar-nav .nav-link, .bg-inner .navbar-light .navbar-nav .nav-link.active, .bg-inner .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
    }
    .bg-inner .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .navbar .d-flex{
        flex-direction:column;
    }
    .navBg .bg-transparent .white-btn {
        width: 100%;
    }
    .bg-inner .white-btn {
        width: 100%;
        text-align: left;
        border: 1px solid #fff;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .bg-inner .white-btn:last-child {
        margin-left:0;
    }
    .filter-list ul li {
        width: 20%;
    }

    .navBg .bg-transparent {
        background-color: var(--black-color) !important;
        padding: 0 0 30px 0;
        margin-bottom: 20px;
    }

    .footer-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .navBg .bg-transparent .white-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-link {
        font-size: 13px;
    }

    .footer-col {
        width: 30%;
    }

    .black-btn {
        padding: 10px;
    }

    .search-bar {
        padding: 10px;
        margin-top: 20px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }

    .title {
        font-size: 20px;
        margin: 15px 0 0 0;
    }

    .sub-title {
        font-size: 14px;
        margin: 5px 0 15px 0;
        ;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .purple-bg-bot-txt p:first-child {
        font-size: 24px;
    }

    .purple-bg-bot-txt p:last-of-type {
        font-size: 16px;
    }

    .purple-bg-top-heading p:last-child {
        font-size: 30px;
        margin-bottom: 0;
    }

    .purple-btn {
        padding: 10px 20px;
    }

    .purple-bg {
        padding: 40px;
    }

    .ad-img-wrap {
        top: 60px;
    }

    .purple-bg-bot-txt {
        margin-top: 50px;
    }

    .purple-bg-top-heading {
        margin-bottom: 0;
    }

    .section-title {
        padding-bottom: 0;
    }

    .py-30 {
        padding: 10px 0;
    }

    .left-img-block-col {
        padding: 4px 4px 0 0;
    }

    .mid-block {
        width: 100%;
        margin: 20px 0;
    }

    /* .bg-transparent {
        background-color: #000000 !important;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
    }

    .mt-150 {
        margin-top: 50px;
    }

    .filter-list ul li {
        width: 100%;
    }

    .filter-list-option {
        width: 90%;
    }
    .white-btn:last-child {
        margin-left: 0;
    }
    .abt-section-title-two{padding-bottom: 20px;}
    .inline-facts h6 {
        margin-bottom: 0;
        font-size: 16px;
        color: #fff;
    }
}

@media(max-width:767.98px) {

    .banner-top-section {
        position: absolute;
        width: 70%;
        z-index: 2;
        margin: 0 auto;
        transform: translate(-50%, -50%);
        top: 60%;
        left: 50%;
        text-align: center;
    }


    .banner-top-section p:first-child span {
        display: block;
        font-size: 28px;
        font-weight: 400;
    }

    .banner-top-section p:last-of-type {
        line-height: 20px;
        margin-bottom: 13px;
        font-size: 14px;
    }

    .carousel-indicators {
        display: none;
    }

    .search-bar {
        margin-bottom: 40px;
    }

    .banner-top-section {
        width: 90%;
    }
     .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
   
    
}

@media(max-width:575.98px) {
 
    .srch-wrap input{font-size:10px;}
    .srch-wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .filter-list ul li{font-size: 14px;}
    .footer-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer-col {
        width: 100%;
    }

    .sticky-block {
        width: 42px;
        padding: 6px;
        z-index: 99;
    }

    .brdr-left {
        border: none;
    }

    .mt-130 {
        margin-top: 130px;
    }

    .banner-top-section p:last-of-type {
        display: none;
    }

    .banner-top-section p {
        font-size: 14px;
    }

    .banner-top-section p:first-child span {
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

    .search-bar {
        margin-bottom: 40px;
        margin-top: 17px;
    }

    .banner-top-section {
        position: absolute;
        width: 70%;
        z-index: 2;
        margin: 0 auto;
        transform: none;
        top: 20%;
        left: 17%;
        text-align: center;
    }
    .about-top-txt {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: #fff;
        width: 100%;
    }
    /* .sea-face-bunglow .banner-top-section p:last-of-type {
        display: block;
    }
    .sea-face-bunglow .banner-top-section p:first-child span strong{font-size: 20px;}
    .sea-face-bunglow .banner-top-section p:first-child span{margin-bottom:0;} */
    .smll-txt{font-size:16px!important;}
    /* .sea-face-bunglow .banner-top-section{top: 36%;}
    .property-category-pg .breadcrumbBg{position: relative; top: -35px;}
    .property-category-pg .top-banner{height: 130px;}
    .sea-face-bunglow-pg .top-banner{height: 100px;} */
    .carousel-control-next, 
    .carousel-control-prev {
        bottom: -50%!important;
        width: 15%!important;
    }
    /* .property-category-pg .breadcrumbBg {
        padding: 0 10px;
    }
    .sea-face-bunglow-pg .breadcrumbBg {
        padding: 0 10px;
    } */
    .srch-txt {
        font-size: 30px;
    }
    ul.property-btn-wrap.property-btn-wrap-listing {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .pro-ddetials .banner-top-section p:last-of-type {
        display: block;
    }
    .pro-ddetials .banner-top-section {
        position: absolute;
        width: 70%;
        z-index: 2;
        margin: 0 auto;
        transform: none;
        top: 50%;
        left: 17%;
        text-align: center;
    }
   
}