@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Bold.otf'), format('opentype');
    font-weight: 700;
}


@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Semibold.otf'), format('opentype');
    font-weight: 600;
}


@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Medium.otf'), format('opentype');
    font-weight: 500;
}



@font-face {
    font-family: "General Sans";
    src: url('../fonts/GeneralSans-Regular.otf'), format('opentype');
    font-weight: 400;
}


h1, h2, h3, h4, h5, h6, li,
a, p, input, select, option, ::placeholder, label, button{
    font-family: 'General Sans';
    margin:0!important;
}

body{
    position: relative;
}

.topbarSocial{
    background-color: transparent!important;
    padding: 5px 20px!important;
    margin-bottom: -35px;
    z-index: 100;
    position: relative;
}

.topbarSocial a{
    background-color: #FBAF00;
    color: #fff;
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.topbarSocial a i{
    color:#fff;
    height: 18px!important;
}


.navbar{
    background-color: #fff!important;
    width: 100%;
    padding:0px 20px!important;
    z-index: 99;
}

.subSecMenu{
    background-color: #424242;
    display: none!important;
}

.subSecMenu li a{
    font-weight: 400!important;
}


.signupSec a{
    padding:5px 15px;
    border: 1px solid #ffff;
    border-radius: 5px;
    font-size: 13px!important;
    color: #fff;
    text-decoration: none;
}


.innerLanded{
    position: relative!important;
    background-color: #1F3A93!important;
}

.navbar-nav{
    width: 85%;
}

.navbar-nav .nav-link{
    color:#000;
    font-size: 14px;
    font-weight: 400;
}

.nav-item .nav-link i{
    font-size: 20px;
}

.navbar-nav .nav-link:hover{
    color:#FBAF00!important;
}

.navbar-nav .nav-link.active{
    color:#FBAF00!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#FBAF00!important;
}

.navbar-toggler{
    background-color: #fff!important;
}


.mainBtn{
    padding:13px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 170px;
}


.homebanner{
    padding:200px 20px 60px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}


.homebanner::before{
    content: "";
    background-color: #000;
    opacity: .8;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.bannerCont{
    position: relative;
    z-index: 1;
    width: 60%;
}


.tempBanner{
    width: 100%;
    padding: 0;
    margin:0;
}


#tempBannerSlider{
    width:100%;
}


#tempBannerSlider .carousel-inner{
    width: 100%;
    padding: 0;
}

#tempBannerSlider .carousel-inner .carousel-item{
    height: 700px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

#tempBannerSlider .carousel-inner .carousel-item:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.8995973389355743) 6%, rgba(255,255,255,0) 47%, rgba(0,0,0,1) 95%);
    z-index: 0;
}


#tempBannerSlider .carousel-inner .carousel-item .bnnrItems{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding:0px 20px 150px;
    position: relative;
    z-index: 1;
}


#tempBannerSlider .carousel-inner .carousel-item .bnnrItems .bnnrContent{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: flex-start;
}


#tempBannerSlider .carousel-inner .carousel-item .bnnrItems .bnnrContent a{
    background-color: #ffffff52;
    padding:10px 25px;
    border-radius:50px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color:#fff;
}

#tempBannerSlider .carousel-inner .carousel-item .bnnrItems .bnnrContent h3{
    font-size: 45px;
    font-weight: 600;
    color:#fff;
    margin: 0px;
}


.navbar-brand img{
    width: 100px;
}



.bannerCont h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
    color:#fff;
}


.bannerCont p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    color:#fff;
}



.blkBtn{
    background-color: #00000062;
}


.formSearch, .resultSec{
    width: 100%;
}


/* .resultSec{
    width: 100%;
} */

.formSearch h4{
    font-size: 20px;
    color:#1F3A93;
    font-weight: 600;
}


.searchbar{
    width: 100%;
    padding:7px 10px;
    background-color: #ececec;
    border-radius: 5px;
}


.formSearch .checklist{
    display: none;
}


.checklist .form-check{
    width: 48%!important;
}

.searchbar input[type="text"]{
    width: 90%;
    border:0;
    font-size: 16px;
    outline: none!important;
    background-color: #ececec;
}

.searchbar i{
    font-size: 14px;
}


.searhSec h5{
    font-size: 20px;
    font-weight: 600;
}

.searhSec .chosen-choices{
    padding:0!important;
    padding-bottom: 5px!important;
    border:0px!important;
    background-color: transparent!important;
    background-image: none!important;
    border-bottom: 1px solid #7e7e7e!important;
}

.searhSec .dropdown .btn-secondary{
    background-color: transparent;
    border: 0;
    padding: 0px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #7e7e7e;
    border-radius: 0px;
}

.searhSec .dropdown .btn:hover{
    background-color: transparent!important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    font-family: "General Sans"!important;
}

.chosen-container-multi .chosen-choices li.search-choice{
    padding:5px 15px!important;
    border-radius: 50px!important;
    border: 0px!important;
    color:#fff!important;
    background-image: linear-gradient(#535353 20%, #535353 50%, #535353 52%, #535353 100%)!important;
    background-size: 100%!important;
    background-repeat: repeat-x;
}



.searhSec .form-select{
    border: 0px!important;
    font-size: 14px;
    outline: none!important;
}


.searhSec .form-select:focus{
    box-shadow: none!important;
}


.form-check{
    padding:0px!important;
    display: flex!important;
    align-items: center;
    gap:10px;
}

.multiselect-native-select{
    display: none!important;
}




.filteBtn{
    border-radius: 50px;
    background-color: #FBAF00;
    color:#fff;
    border-color: #FBAF00;
}

.bannerNewsec .blkBtn{
    width: auto!important;
    padding: 5px 20px!important;
    border-radius: 50px!important;
}


.yllwBtn{
    background-color: #FBAF00;
    border-color:#FBAF00;
    color:#fff;
    width: auto!important;
    padding:5px 20px;
    border-radius: 50px;
}
.whtBtn{
    background-color: #fff;
    border-color:#fff;
    color:#000;
    width: auto!important;
    padding:5px 20px;
}

.btnSlRT{
    width: auto!important;
    background-color: #fff;
    padding: 7px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #00000061;
}



/* Result Section */



.resultSec{
    flex-wrap: wrap;
    align-items: flex-start;
}

.resultCard{
    width: 48%;
    height: 350px!important;
    background-position: center center;
    background-size: cover;
    padding:20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.resultCard::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(83,83,83);
    background: linear-gradient(180deg, rgba(83,83,83,0) 51%, rgba(0,0,0,1) 100%);
}

.recentSoldSlide .resultCard::after{
    position: absolute;
    content: "SOLD";
    font-family: "General Sans";
    font-size: 100px;
    font-weight: 700;
    color:#ffffff94;
    z-index: 1;
    top: 0;
    transform: translate(0, 15%);
}


.rentedText, .resultCard{
   justify-content: center;
}

.recentSoldSlide .rentedText::after{
    position: absolute;
    content: "Occupied "!important;
    font-family: "General Sans";
    font-size:3vw;
    font-weight: 700;
    color:#ffffff94;
    z-index: 1;
    top: 70px;
    left: auto;
    text-transform: uppercase;
    transform: translate(0, 15%);
}



.cardContent{
    position: relative;
    z-index: 3;
}


.catTag{
    background-color: #0000004d;
    border-radius: 50px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    padding:6px 20px;
}


.cardDtls span{
    font-size: 10px;
    color:#fff;
}

.cardDtls h4{
    font-size: 25px;
    color:#FBAF00;
    font-weight: 600;
}

.cardDtls h6{
    font-size: 13px;
    color:#fff;
    font-weight: 600;
}


.cardContent {
    width: 100%;
}


.cardBtn button{
    background-color: transparent;
    border:none;
}


.cardBtn i{
    font-size: 45px;
    color: #ffffff7a;
}



.descContent ul{
    padding: 0;
}

.descContent ul i{
    color:#1F3A93;
}





/* END Result Section */


.recentSec{
    padding:60px 20px;
}



.topRecentCont h2{
    width: 35%;
    font-size: 45px;
    font-weight: 700;
    color:#000;
}


.topRecentCont h2 span{
    color:#1F3A93;
}


.topRecentCont p{
    width: 65%;
    font-size:17px ;
    color:#000;
}


.recentSoldSlide{
    overflow-x: scroll;
}


.recentSoldSlide .resultCard{
    width: 35%;
    flex: none;
    height: 300px;
}



.bttmSect{
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bttmSect::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0px;
    content: "";
    z-index: 0;
    background: rgb(251,175,0);
    background: linear-gradient(290deg, rgba(251,175,0,1) 0%, rgba(0,97,255,0) 87%);
}




.bttmSectImg{
    width: 50%;
}

.bttmSectImg img{
    width: 100%;
}


.bttmSectCont{
    width: 50%;
    position: relative;
    z-index: 1;
}


.bttmSectCont h1{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}


.bttmSectCont p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}




/* Inner Page */


.topInnernav{
    padding: 10px 0px;
}


.shareBtnsec{
    padding:10px 13px;
    background-color: #fff;
    border-radius: 5px;
}


.shareBtnsec button {
    font-weight: 500;
    font-family: 'General Sans';
}


.backBtn a {
    color:#1F3A93;
    text-decoration: none;
    font-weight: 600;
}


.backBtn a i{
    color:#fbb00088;
    font-size: 25px;
}

.InrBnrCol{
    flex: 1;
    position: relative;
}

.innrSecbtn {
    position: absolute;
    bottom:10px;
    left: 10px;
}

.InrBnrCol img {
    width: 100%;
}

.InrBnrCol .sgnlmg{
    height: 410px;
    object-fit: cover;
}


.InrBnrCol .blkBtn{
    width: auto!important;
}

.galSec{
    flex-wrap: wrap;
}

.galSec img {
    width: 49%;
    height: 200px;
    object-fit: cover;
}




.brdCrbs .breadcrumb li a{
    font-weight: 600!important;
    font-size: 16px;
    color:#1F3A93;
}

.breadcrumb-item+.breadcrumb-item::before{
    font-weight: 600!important;
    color:#1F3A93!important;
}

.brdCrbs .breadcrumb .breadcrumb-item.active{
    color:#1F3A93!important;
    font-weight: 600;
    font-size: 16px;
}


.innerContCol{
    width: 65%!important;
}



.innerContCol h2{
    font-size: 45px;
}




.sideBarCol{
    width: 35%!important;
}

.innrListsAmen{
    padding: 0px;
    list-style: none;
    width:100%;
}


.innrConBtn {
    color:#000;
}


.innrList{
    width:16.6666666667%;
}

.innrList img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.innrList p{
    font-size: 14px;
}



.descContent, .floorPlns{
    padding:0px;
    border-radius: 10px;
    background-color: #fff;
}


.floorPlns img{
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.FpToptitle ul{
    list-style: none;
    padding: 0;
}


.floorPlns .seeMoreLink{
    color:#FBAF00;
    text-decoration: none;
    font-weight: 600;
}


.userCard{
    padding:25px;
    border-radius: 10px;
    background-color: #fff;
}

.userInfoSec img{
    width: 25%;
    height: 70px;
    object-fit: contain;
}

.userInfoSec ul {
    width: 75%;
    padding: 0;
    list-style: none;
}


.userCard ul {
    padding: 0;
    list-style: none;
}


.btmFtrAdrs a{
    font-size: 12px;
    color:#000;
    text-decoration: none;
}


.socialSec h5{
    font-size: 18px;
    color:#000!important;
}

.socialList i{
    font-size: 20px;
    color: #000!important;
}

.BtmFooterSec {
    padding: 10px 0px!important;
    border-top: 2px solid #00000049;
}

.BtmFooterSec p{
    color: #000;
    font-size: 12px;
}

.BtmFooterSec ul{
    list-style: none;
    padding: 0;
}

.BtmFooterSec ul li{
    position: relative;
}

.BtmFooterSec ul li::after{
    content: "|";
    position: absolute;
    font-size: 14px;
    color: #000;
    right: -10px;
}

.BtmFooterSec ul li:last-child::after {
    display: none !important;
}

.BtmFooterSec ul li a{
    font-size: 14px;
    color:#000;
    text-decoration: none;
}

.userCard .yllwBtn{
    width: 100%;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}


.bleBtn{
    background-color: #1F3A93;
    border: 0;
}

.userCard ul li i{
    font-size: 13px;
}

.userCard ul li p{
    font-size: 15px;
}

.innrDetailSec{
    padding:50px 20px;
    background-color: #1F3A93;
}

.cardDtitle {
    width: 35%;
    padding:20px;
    border-radius: 20px;
    background-color: #fff;
}


.cardImgSldr{
    width: 65%;
}

.cardImgSldr .carousel-item img{
    width: 100%;
}

.cardDtitle h4{
    font-size: 40px;
    color: #1F3A93;
    font-weight: 600;
}

.rowText{
    padding-bottom: 5px;
    border-bottom: 1px solid #0000005d;
}

.rowText span{
    font-size: 12px;
}

.rowText h6{
    font-size: 18px;
}

.colTxt{
    width: 50%;
}


.dtltext .yllwBtn{
    width: 100%;
}

.hsDtlTitle h2{
    font-size: 45px;
    color:#FBAF00;
    font-weight: 600;
}


.checkbotItems{
    padding: 10px;
}

.checkbotItems .form-check{
    width: 47%;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px; 
}

.radioSec .form-check{
    width: 47%;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px; 
}


.radioSec .form-check label{
    font-size: 13px!important;
    font-weight: 500!important;
}

.checkbotItems .form-check label{
    font-size: 13px!important;
    font-weight: 500!important;
}

.form-check-input:checked{
    background-color: #FBAF00!important;
    border-color: #FBAF00!important;
}

.form-check-input:focus{
    box-shadow: 0 0 0 .25rem #fbb00050!important;
}

.priceDropdown{
    height: 200px;
    overflow-y: scroll;
}


.nav-link:focus, .nav-link:hover{
    color:#fff!important;
}

.dropdown-menu textarea{
    border: 0;
    outline: none!important;
    font-size: 13px!important;
}

.dropdown-menu textarea::placeholder{
    font-size: 13px!important;
}
/* END Inner Page */



























/* Footer Section */


.footerSection{
    padding:60px 20px 0px;
    background-color: #fff;
}


.footerColSec .logoBrand{
    width: 150px;
}


.footerColSec h2{
    font-size: 45px;
    color: #000;
    font-weight: 700;
}


.footerBrandCol{
    width: 40%;
}

.footerColSec p{
    font-size: 16px;
    color:#fff;
    font-weight: 400;
}


.footerColSec form{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 60%;
}

.footerColSec form input[type="email"]{
    font-size: 13px;
    color:#000;
    width: 65%!important;
    border: 0;
}

.ftrsubmit input[type="submit"]{
    background-color: #18292C;
    border:0;
    width: 100%!important;
    padding: 10px;
    color:#fff;
    font-size: 12px;
    border-radius: 5px;
}


.ftrsubmit{
    position: relative;
    width: 35%;
}

.ftrsubmit i{
    font-size: 14px;
    color:#fff;
    position: absolute;
    right: 5px;
}


.footerColSec h5{
    font-size: 17px;
    color:#000;
}

.footerColSec ul{
    padding: 0;
    list-style: none;
}

.footerColSec ul li a{
    font-size: 16px;
    color:#000;
    text-decoration: none;
}



.toggle-wrapper {
    display: inline-flex;
    background: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.toggle-option {
    padding: 8px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}
.toggle-option.active {
    background-color: #f4a000; /* Orange color */
    color: white;
}


.chosen-container{
    width: 100%!important;
}

.modal-dialog{
    width: 100%!important;
    max-width:650px!important;
}