@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #1f5b5b;
    --border-color: hsl(220, 68%, 97%);
    --body-color: hsl(220, 100%, 99%);

    --primary-shadow: 0 2px 8px hsla(220, 68%, 12%, .1);
    --border-color: hsl(220, 68%, 97%);
}


html {
    scroll-behavior: smooth;
    
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x:hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.p-70{
    padding: 70px 0;
}
img {
    max-width: 100%;
    height: auto;
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.section-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    position: relative;
}

.section-heading::after {
    position: absolute;
    content: '';
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    border-radius: 3px 20px;
    background-color: var(--main-color);
}

.section-heading-2.section-heading::after {
    top: 100px;
}

nav.header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0;
    background-color: rgba(255,255,255,100) !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: var(--primary-shadow);
    
}
@media screen and (max-width:600px){
    nav.header-scrolled{
        height:90px;
    line-height:90px;
    }
}


.main-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--main-color);
    padding: .7rem 1.5rem;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
}

.main-btn i {
    margin-left: 5px;
}
.main-btn:hover{
    color: #fff;
}


.border-btn{
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    padding: .6rem 1.5rem;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid var(--main-color);
}

.main-btn:hover {
    color: var(--main-color);
}

.main-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 10rem;
    transition: 0.3s ease all;
    transform: scale(0, 1);
    transform-origin: top left;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    border: 2px solid var(--main-color);

}

.main-btn:hover::after {
    transform: scale(1, 1);
    transform-origin: top left;

}

::placeholder{
    font-size: 14px ;
}





.only-mobile{
    display: none;
}
.only-desk{
    display: block;
}




.main_wrapper{
    margin-top: 0px;
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.3)), url(../images/new-banner.webp);
    /* background: url(../images/banner.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_wrapper  h1{
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.main_wrapper .search_wrapper{
    /* padding: 180px 0 0px; */
    max-width: 1100px;
    margin: auto;
}
/* .main_wrapper .search_wrapper{
    max-width: 1024px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.search_wrapper .nav-pills{
    background-color: #ffffff8a;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: fit-content;
    padding: 10px !important;
    margin: auto;
}
.search_wrapper .popover .nav-pills{
    margin: 0;
}
.search_wrapper .nav{
    padding: 5px 0px;
    height: auto;
    justify-content: start;
    gap: 15px;
}
.search_wrapper .nav-link{
    background-color: #fff;
    color: var(--main-color);
    box-shadow: var(--primary-shadow);
    /* border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important; */
    border-radius: 5px;
    border: none !important;

}
.search_wrapper .nav-link.active{
    background-color: var(--main-color);
    color: #fff;
}
.search_wrapper .popover{
    border: none !important;
    outline: none !important;
}

.felx_row{
    display: grid;
    grid-template-columns: .7fr .5fr .4fr .3fr .3fr .1fr;
    gap: 5px;
    background-color: #ffffff8a;
    padding: 10px 10px;
    /* border-top-left-radius: 0 !important; */
    border-radius: 10px;
}
.felx_row.two{
    grid-template-columns: 0.5fr .4fr .4fr .3fr .2fr .2fr .1fr;
}


.search_wrapper .search_here_input{
    position: relative;
}
.search_wrapper .search_here_input input{
    height: 45px;
    font-size: 14px;
    width: 100%;
}
.search_wrapper .search_here_input input:focus{
    box-shadow: none;
    outline: none;
}
.search_wrapper .search_here_input i{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7b7b7b;
}
.search_wrapper .main-btn{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_wrapper .popover{
    position: relative;
    display: grid;
    place-items: center;
    height: 45px;
    width: 100%;
}
.popover > button{
    position: relative;
    display: grid;
    place-items: center;
    /* width: 40px; */
    height: 45px;
    background: transparent;
    border: none !important;
}
.popover .category_btn{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    
}
.popover > button::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    scale: 0.25;
    opacity: 0;
    /* background-color: #f5f5f5; */
    transition: .2s;
}
button:focus{
    outline: none;
    border: none;
    box-shadow: none !important;
}
.popover .menu{
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    right: -30px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: max-content; */
    width: 300px;
    max-height: 286px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgb(0 0 0 /8%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}


 .popover:hover > button::before{
    scale: 1;
    opacity: 1;
}

 .popover .menu::-webkit-scrollbar{
    width: 15px;
}
 .popover .menu::-webkit-slider-thumb{
    background: #dadce0;
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: padding-box;
}
 .popover:hover > .menu{
    opacity: 1;
    visibility: visible;
}

.category_popover .nav-pills{
    gap: 15px;
    padding: 10px 0 !important;
}
.category_popover .nav-link{
    border-radius: 5px !important;
    color: var(--main-color);
    box-shadow: var(--primary-shadow);
    border: 1px solid #d7d7d7 !important;
}


.category_popover .list-group a{
    font-size: 12px;
    font-weight: 500;
}

.furnish_popover .menu{
    width: 150px !important;
    right: 0px !important;
}



.beds_bath .menu{
    padding: 20px;
}
.beds_bath .menu h6{
    margin: 10px 0;
}
.beds_bath ul{
    display: flex;
    /* justify-content: space-between; */
    gap: 5px;
    column-count: 5;
    flex-wrap: wrap;
    width: auto;
}

.beds_bath .bed_bath_btn{
    /* width: 20px;
    height: 20px; */
    border: 1px solid #d7d7d7;
    padding: 3px 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
}
.beds_bath .bed_bath_btn:hover{
    background-color: #e9f7f0;
}

.price_tab .menu{
    width: 300px;
    height:70px;
    overflow:visible;
}
.price_tab .price_inputs{
    display: flex;
    gap: 10px;
}
.price_tab .price_inputs input{
    width: 100%;
    height: 38px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
.price_tab .price_inputs input::placeholder{
    font-weight: 300;
}
.price_tab .price_inputs input:focus{
    box-shadow: none;
    outline: none;
}




.hot_selling_wrapper {
    padding: 70px 0 0px;
}
.hot_selling_wrapper .hotsellingSlider {
    padding: 70px 10px 100px;
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide {
    background-color: #fff;
    /* padding: 10px; */
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: var(--primary-shadow);
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide .image-box {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide .project_details {
    padding: 10px;
    height: auto;
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide .project-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.hot_selling_wrapper .hotsellingSlider .project_place{
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 8px;
}

.hot_selling_wrapper .hotsellingSlider .price{
    font-size: 16px;
    font-weight: 700;
}
.hot_selling_wrapper .hotsellingSlider .more_details{
    font-size: 14px;
}
/* .hot_selling_wrapper .hotsellingSlider .swiper-slide .project-desc {
    text-overflow: ellipsis;
    overflow: hidden;
} */

.hot_selling_wrapper .hotsellingSlider .swiper-slide .more-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_selling_wrapper .hotsellingSlider .swiper-slide .main-btn {
    display: flex;
    gap: .2rem;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.hot_selling_wrapper .swiper-wrappper {
    position: relative;
}

.hot_selling_wrapper .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: var(--main-color);
}

.hot_selling_wrapper .swiper-button-prev {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 30px;
    left: 92.5%;
    color: var(--main-color);
}

.hot_selling_wrapper .swiper-button-next:after,
.hot_selling_wrapper .swiper-button-prev:after {
    text-align:center;
    font-size: 16px !important;
    font-weight: 900 !important;
}
.hot_selling_wrapper .main-btn{
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 1.5rem;
    height: 35px;
}
.hot_selling_wrapper .border-btn{
    display: inline-flex;
    gap: 5px;
    text-transform: capitalize;
    padding: 2px 1.5rem;
    height: 35px;
}
.hot_selling_wrapper .border-btn:hover{
    color: #000;
}
.hot_selling_wrapper .border-btn:hover i{
    color: var(--main-color);
}
.hot_selling_wrapper .border-btn i{
    font-size: 18px;
    transition: all .4s ease-in;
}

.hot_selling_wrapper .project_name_details{
    height: 170px;
}




.service_wrapper{
    background-color: #f7f8fa;
    padding: 70px 0;
}
.service_wrapper .heading {
    max-width: 70%;
}

.service_wrapper .grid{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;

}
.service_wrapper .item{
    background: #fff;
    padding: 10px 20px 30px;
    width: 100%;
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    transition: all .4s ease-in;
    cursor: pointer;
    border: 1px solid transparent;
    height: 220px;
}
.service_wrapper .item:hover{
    /* border: 1px solid var(--main-color); */
    background-color: rgba(39, 174, 96, 0.1);
}
.service_wrapper .item:hover .service_icon{
    scale: 1.1;
}
.service_wrapper .service_icon{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 50px;
    transition: all .4s ease-in;
}

.service_wrapper .service_icon img{
    width: 100%;
    height: 100%;
}
.service_wrapper .service_name{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.service_wrapper ul{
    list-style: none;
    padding-left: 15px;
}
.service_wrapper ul li{
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
}
.service_wrapper ul li::before{
    position: absolute;
    content: '>';
    color: var(--main-color);
    font-weight: 600;
    left: -15px;
}
.service_wrapper p{
    margin-bottom: 5px;
    font-size: 14px;
}
.service_wrapper .item .flex_col{
    display: flex;
    align-items: center;
    gap: 20px;
}

.service_wrapper .item .border-btn{
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 1.5rem;
    height: 35px;
    margin-top: 20px;
}






.preffered_city{
    padding: 70px 0;
}
.preffered_city .flex_row{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.preffered_city .item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    box-shadow: var(--primary-shadow);
    cursor: pointer;
}
.preffered_city .item .icon{
    width: 70px;
    height: 70px;
    /* margin-bottom: 20px; */
}



.client_wrapper{
    padding: 70px 0;
    background-color: #fff;
}
.client_wrapper .clientSlider{
    padding: 0px 0px 50px;
}
.client_wrapper img{
    border-radius: 10px;
    box-shadow: var(--primary-shadow);
}




footer{
    padding: 70px 0;
    background-color: #0e2e50;
    color: #fff;
}
footer p{
    font-size: 14px;
}

footer .grid{
    grid-template-columns: 1fr .7fr 1fr 1fr;
    gap: 50px;
}


footer .footer_title{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

footer .app_desc{
    font-size: 14px;
}
footer .app_btns{
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
footer .app_btns img{
    border-radius: 5px;
}

footer .footer_link{
    font-size: 16px;
    margin-bottom: 10px;
}
footer .footer_link a{
    color: #fff;
    font-size: 14px;
}

footer .form-control{
    /* border-radius: 0; */
    margin-bottom: 10px;
}

footer .contact_details li{
    display: inline-flex;
    gap: 10px;
    margin-bottom: 15px;
}
/* footer .contact_details li i{
    font-size: 20px;
} */
footer .contact_details a{
    color: #fff;
    font-size: 14px;
}



.become_agent{
    background-color: #eaf7f4;
    /* padding: 30px 0px 0px; */
    position: relative;
    /* height: 200px; */
}
.become_agent .bg-1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: 0;
    opacity: 0.4;
}
.become_agent .bg-2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 0;
    opacity: 0.4;
}

.become_agent .flex_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.become_agent .flex_row .man-image{
    width: 150px;
    z-index: 1;
}
.become_agent h2{
    color: #000;
}
.become_agent p{
    font-size: 14px;
    color: #000;
    max-width: 60%;
    font-weight: 300;
    line-height: 1.8;
}
.become_agent .main-btn{
    background-color: var(--main-color);
    color: #fff;
}
.become_agent .main-btn:hover{
    color: var(--main-color);
}


.about_page_wrapper{
    /*margin-top: 80px;*/
    padding: 50px 0;
}

.about_page_wrapper h6{
    color: var(--main-color);
    font-weight: 600;
}
.about_page_wrapper h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about_page_wrapper p{
    font-weight: 400;
    line-height: 1.8;
    /* max-width: 90%; */
}



.contact_wrapper{
    padding: 70px 0;
}

.contact_wrapper {
    background-color: #f7f8fa;
    /* padding: 100px 0; */
}
.contact_wrapper .container {
    /* padding: 50px 0px; */
    margin: 0 auto;
}


.contact_deatils{
    padding: 50px 0;
}
.contact_deatils .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.contact_deatils .item{
    text-align: center;
    box-shadow: var(--primary-shadow);
    padding: 30px;
    border-radius: 20px;
    background:#fff;
}

.contact_deatils .icon{
    width: 60px;
    height: 60px;
    margin: 15px auto 20px auto;
}

.contact_deatils h6{
    font-size: 22px;
    font-weight: 600;
    margin-bottom:30px;
}

.contact_deatils a{
    font-size: 18px;
    color: #000;
}
.contact_deatils .f-14{
    font-size:14px !important;
    font-weight: 300 !important;
}





/* .contact_wrapper form {
    padding-top: 30px;
    max-width: 800px;
} */


.contact_wrapper .input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.contact_wrapper .input-box input ,
.contact_wrapper select {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.contact_wrapper textarea {
    border-radius: 0;
}

.contact_wrapper .input-box input:focus,
.contact_wrapper textarea:focus,
.contact_wrapper select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--primary-color);
}

.contact_wrapper .main-btn {
    /* border: none; */
    margin: 20px 0;
    display: flex;
    gap: 5px;
}


.contact_wrapper .loaction_details {
    padding-top: 30px;
}

.contact_wrapper .loaction_details .item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.contact_wrapper .item .icon {
    width: 60px;
}

.contact_wrapper .item p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}

.contact_wrapper .item a {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}





.property_wrapper{
    padding: 50px 0;
    background-color: #f7f8fa;
}
.property_wrapper .box{
    box-shadow: var(--primary-shadow) !important;
    border-radius:10px;
    overflow:hidden;
}

.property_wrapper .propery_image{
    position: relative;
    width: 100%;
}

.property_wrapper .favourite_icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color:#00000077;
    z-index: 9999;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
    border-radius: 50px;
    cursor: pointer;
    transition: all .1s ease-in;
}
.property_wrapper .favourite_icon:hover {
    background-color: var(--main-color);
}
.property_wrapper .favourite_icon.active{
    background-color: var(--main-color);
    animation: heartBeat 0.5s;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.property_wrapper .property_details{
    padding: 15px;
    background-color: #fff;
    color: #000;
}


.property_wrapper .propery_category{
    background-color: #1f5b5b;
    width: fit-content;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    font-weight:300;
    text-transform:uppercase;
    margin-bottom:0;

}
.property_wrapper .property_details hr{
    margin: 7px 0 5px;
    opacity: 1;
    background-color:var(--border-color);
}
.property_wrapper .category_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.property_wrapper .price{
    font-size: 18px;
    font-weight: 600;
}
.property_wrapper .property_name{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform:capitalize;
    cursor:pointer;
}

.property_wrapper .location{
    font-size: 14px;
    font-weight: 400;
}
.property_wrapper .swiper-wrappper {
    position: relative;
}
.property_wrapper .swiper-button-next,
.property_wrapper .swiper-button-prev{
    color: #fff !important;
   
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
     width: 20px !important;
    height: 20px !important;
}
.property_wrapper .swiper-pagination-bullet-active{
    background-color: #fff !important;
    box-shadow: var(--primary-shadow) !important;
}
.property_wrapper .swiper-pagination{
    width: fit-content !important;
    background-color: #00000077 !important;
    box-shadow: var(--primary-shadow) !important;
    left: 10px !important;
    border-radius: 50px;
    padding: 0px 10px;
}

.property_wrapper .btns{
    display: flex;
    justify-content: space-between;
}
.property_wrapper .btns .main-btn{
    padding: 5px 20px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-flex;
    gap: 5px;
}
.property_wrapper .btns .border-btn:hover{
    color: #000;
}
.whatsapp_btn{
background:#25D366;
}






.register_agent{
    padding: 70px 0;
    position: relative;
    background-color: #f7f7f7;
}
.register_agent .card{
    padding: 20px;
    border: none;
    box-shadow: var(--primary-shadow);
}
.register_agent .card h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.register_agent .card label{
    color: #9e9e9e;
    font-weight: 300;
    font-size: 14px;
}

.register_agent input{
    height: 45px;
    border-radius: 0;
}
.register_agent input:focus{
    box-shadow: none;
    outline: none;
}
.register_agent input::placeholder{
    font-size: 14px;
    font-weight: 300;
}
.register_agent .main-btn{
    width: fit-content;
    margin-bottom: 20px;
}




.app_wrapper{
    background-color: #f7f8fa;
    padding: 70px 0;
}

.app_wrapper .grid_row{
    display: grid;
    grid-template-columns: 40% 55%;
    align-items: center;
}

.app_wrapper .app_download{
    display: flex;
    gap: 20px;
}
.app_wrapper .app_download img{
    border-radius: 5px;
}
.app_wrapper .right h3{
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}



.find_property_box{
    background-color: #0e2e50;
    padding: 50px 0;
}
.find_property_box .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.find_property_box h2,
.find_property_box h6{
    color: #fff;
}


.find_property_box .input_box{
    position: relative;
}
.find_property_box input{
    height: 50px !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 20px;
    font-size: 16px;
}
.find_property_box input::placeholder{
    font-weight: 300;
}
.find_property_box input:focus{
    box-shadow: none;
    border: none;
}
.find_property_box button{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.find_property_box .main-btn{
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.find_property_box .main-btn::after{
    display: none;
}
.find_property_box .main-btn:hover{
    color: #fff;
}



.sell_property_form form{
    margin-top: 30px;
}
.sell_property_form .card{
    padding: 20px;
}

.sell_property_form .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.sell_property_form .form-control{
    height: 45px;
    border-radius: 0;
}
.sell_property_form textarea{
    height: 100% !important;
}
.sell_property_form .form-control:focus{
    box-shadow: none;
    outline: none;
}
.sell_property_form .form-check-input{
    height: 20px;
    width: 20px;
    margin-right: 15px;
}









.single-listing-wrap1{
    padding:100px 0;
}
.single-listing-wrap1 .grid_row{
    display:grid;
    grid-template-columns: 65% 30%;
}
.single-listing-wrap1 .flex_row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}
.single-listing-wrap1 .flex_row .single-list-cate{
    display:flex;
    align-items:center;
    gap:30px;
}
.single-listing-wrap1 .flex_row p{
    margin-bottom:0px;
}
.single-list-price{
    margin-bottom:0;
    font-size:25px;
}
.page_title h1{
    font-size:25px;
}
.single-listing-wrap1 .single-item-address ul{
    display:flex;
    align-items:center;
}

.single-listing-wrap1 .single-item-address ul li{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-right:10px;
    font-size:14px;
}

.overview-area .gallery-icon-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
    

.overview-area .gallery-icon-box .item-icon-box{
    display: flex !important;
    width: 25%;
}
.overview-area .gallery-icon-box .item-icon-box i{
    color: var(--primary-color);
    font-size: 26px;
    height: 52px;
    width: 52px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e9f1;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgba(188, 192, 202, 0.26);
    padding: 7px 7px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
}
.overview-area .gallery-icon-box .item-icon-box .text-muted{
    font-size:18px;
    font-weight:600;
}
/*.overview-area .gallery-icon-box .item-icon-box .item-number{*/
/*    margin-left:15px;*/
/*}*/







.blog_page_wrapper{
    padding: 100px 0;
}
.blog_page_wrapper .blog_box{
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
}
.blog_page_wrapper .blog_image{
    height: 250px;
    width: 100%;
}
.blog_page_wrapper .blog_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog_page_wrapper .blog_contents{
    padding: 15px 10px;
}
.blog_page_wrapper .blog_title{
    font-size: 18px;
    font-weight: 600;
}
.blog_page_wrapper .blog_author{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_page_wrapper .author_img{
    width: 60px;
    height: 60px;
    box-shadow: var(--primary-shadow);
    border-radius: 50px;
    overflow: hidden;
}
.blog_page_wrapper .author_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_page_wrapper .author_details p{
    margin-bottom: -5px;
}
.blog_page_wrapper .flex_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_page_wrapper .flex_row a{
    display: inline-flex;
    gap: 5px;
    color: #000;
    margin-right: 10px !important;
   
}






.blog_detail_page{
    padding: 70px 0;
}
.blog_detail_page h2{
    font-size: 35px;
}
.blog_detail_page .blog_image{
    height: 400px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.blog_detail_page .blog_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_detail_page .author_dtails{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog_detail_page .author{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_detail_page .author_image{
    width: 30px;
    height: 30px;
    box-shadow: var(--primary-shadow);
    border-radius: 50px;
    overflow: hidden;
}
.blog_detail_page .author_anme{
    margin-bottom: 0;
}






.form-check-input:checked{
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.modal{
    z-index:99999 !important;
    border:none;
}


.modal .btns{
    display:felx;
    gap:10px;
}


.minBox .dropdown-menu{
    z-index:99999;
}



.single-listing-wrap1 .propery_items{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}
.single-listing-wrap1 .propery_items p{
    margin-bottom:0px;
}
.single-listing-wrap1 .propery_items h6{
    margin-bottom:0px;
}

.overview_items{
    margin-top:30px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap:50px;
    row-gap:20px;
}
