
.main_wrapper{
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.1)), url(../images/banner/banner.png);*/
    height: 75vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;

}
.main_wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main_wrapper_content{
    position: relative;
    height:75vh;
}
.main_wrapper_content .search_box_div{
    position:absolute;
    /*bottom:210px;*/
    /*bottom:355px;*/
    left:50;
    content:'';
}

/*.main_wrapper_content .container{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    padding-top:180px;*/
/*}*/
.main_wrapper_content h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 2px;
    /*margin-top:100px;*/
        margin-top: 23%;
}

.main_wrapper .quick_enquiry{
    position: absolute;
    top: 50%;
    right: -50px;
    background-color: #fff;
    transform: rotate(270deg);
    padding: 10px 20px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: var(--primary-color);
    font-weight: 500;
}


.search_box{
    max-width: fit-content;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
}


.search_box_div .search_box{
    display: flex;
    align-items: center;
    gap: 20px;
    height:50px;
}
.search_box_div .search_box select{
    border: none;
}

.search_box_div .item{
    position: relative;
    padding:5px;
}
.search_box_div .item::before{
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    width: 1px;
    height: 50px;
    background-color: #c6c6c646;
}
.search_box_div .item:nth-child(1)::before{
    display: none;
}
.search_box_div .item:nth-child(8)::before{
    display: none;
}

.search_box_div button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
}
.search_box_div .btn-item{
    width: fit-content;
    padding: 20px;
}


.section-two{
    background: url(../images/section-two-bg2.png);
    background-size: cover;
    background-position: center;
    height: auto;
        filter: contrast(140%);
}


.section-two .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    color: #fff;
}

.section-two .row_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin: 50px 0;
    
}
.section-two .row_box_one{
    position: relative;
}
.section-two .row_box_one::after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 70%;
    height: 1px;
    margin: auto !important;
}
.section-two .row_box .item{
    text-align: center;
}
.section-two .row_box .item h6{
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}
.section-two .row_box .item h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
}
.section-two .row_box .item p{
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}
.section-two .item-border-one{
    position: relative;
}
.section-two .item-border-one::after{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
}
.section-two .item-border-two{
    position: relative;
}
.section-two .item-border-two::after{
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
}


.section-two .right h3{
    font-size: 48px;
    line-height: 57.6px;
    margin-bottom: 30px;
}

.section-two .right h6{
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}


.section-two .main-btn{
    background-color: #fff;
    width: 100%;
    color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}




.upcoming_projects {
    background-color: #fff;
}

.upcoming_projects .propertySwiper {
    padding: 80px;
}

.upcoming_projects .swiper-slide {
    border: 1px solid #D2D1D1;
    /* box-shadow: var(--primary-shadow); */
    /* height: 450px; */
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
    -webkit-box-shadow: 1px 5px 8px 0 hsla(0,0%,44%,.65);
    
}
/*.upcoming_projects .swiper-slide:hover{*/
/*    cursor:pointer;*/
/*}*/
.upcoming_projects .swiper-slide:hover .property_image img{
    scale: 1.2;
} 
.upcoming_projects .property_details {
    padding: 10px 10px 20px;

}
.upcoming_projects .property_image{
    height: 220px;
    width: 100%;
    margin-bottom: 0;
    overflow:hidden;
}
.upcoming_projects .property_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    filter: contrast(140%);
}
.upcoming_projects .location_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upcoming_projects .price h3{
    font-weight: 700;
    font-size:23px;
}
.upcoming_projects .property_name {
    font-size: 18px;
    margin: 0px 0 10px; 
    font-weight: 600;
}

.upcoming_projects .property_details .btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.upcoming_projects .property_details .btns a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upcoming_projects .swiper-wrappper {
    position: relative;
}

.upcoming_projects .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
    -webkit-box-shadow: 1px 5px 8px 0 hsla(0,0%,44%,.65);
}

.upcoming_projects .swiper-button-prev {
    background-color: var(--primary-color);
    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: 91%;
    color: #fff;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
    -webkit-box-shadow: 1px 5px 8px 0 hsla(0,0%,44%,.65);
}

.upcoming_projects .swiper-button-next:after,
.upcoming_projects .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}


.upcoming_projects.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px;
    border-radius: 10px;
    background-color: var(--primary-color);
}

.upcoming_projects.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}




.about_section .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0px;
    margin-top: 70px;
}

.about_section .box{
    background-color: #ECF2FF;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    border-bottom: 2px solid var(--primary-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_section .box h6{
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
}
.about_section .box h6 span{
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
}
.about_section .left ,
.about_section .right{
    display: flex;
    flex-direction: column;
    row-gap: 70px;
    margin: auto;
}
.about_section .left .margin-box{
    margin-left: -50px;
}
.about_section .right .margin-box{
    margin-left: 50px;
}

.about_section .centerimg{
    max-width: 500px;
    filter: contrast(110%);
}



.areas .grid_row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin: 50px 0;
}

.areas .item{
    position: relative;
    border-radius:30px;
    overflow:hidden;
    transition:all .4s;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
}
.areas .item img{
    transition:all .4s;
}
.areas .item:hover img{
    scale:1.2;
}
.areas .item img{
    height: 370px; 
    width:100%;
        filter: contrast(140%);
}
.areas .item .blue_box{
    width: 90%;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
}
.areas .item .blue_box h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom:2px;
    text-align: center;
}
.areas .item .blue_box p{
    font-weight: 400;
    line-height: 26px;
}




.color_box .grid_row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.color_box .item{
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
}
.color_box .item .image{
    margin: 0px auto 20px;
}
.color_box .item h6{
    font-size: 20px;
    font-weight: 700;
}
.color_box .item p{
    font-weight: 400;
    height: 120px;
}
.color_box .item.one{
    background-color: #FFEDBA;
}
.color_box .item.two{
    background-color: #C4F4E5;
}
.color_box .item.three{
    background-color: #FFDACE;
}
.color_box .item.four{
    background-color: #FFEDBA;
}



.developers{
    background-color: #ECF2FF;
}



.developers .developerSwiper     {
    padding: 100px 10px;
}

.developers .developer_image {
    width: 100%;
    max-height:120px;
    background-color: #fff;
    box-shadow: var(--primary-shadow);
    padding: 10px 30px;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.developers .developer_image img {
    width: 100%;
}

.developers .swiper-wrappper {
    position: relative;
}

.developers .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.developers .swiper-button-prev {
    background-color: var(--primary-color);
    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%;
    color: #fff;
}

.developers .swiper-button-next:after,
.developers .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.developers .flex_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.developers img{
    filter: grayscale(100%);
    transition: all .4s;
}
.developers img:hover{
    filter: grayscale(0%);
    cursor: pointer;
}


.awards .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1024px;
    margin: auto;
}

.awards h6{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 18px;
}


.awards .awardSwiper     {
    padding: 100px 10px;
}

.awards .award_image {
    width: 100%;
    box-shadow: var(--primary-shadow);
    border-radius: 30px;
    overflow:hidden;
     position: relative;
     height:335px;
}

.awards .award_image img {
    width: 100%;
}

.awards .swiper-wrappper {
    position: relative;
}

.awards .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.awards .swiper-button-prev {
    background-color: var(--primary-color);
    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%;
    color: #fff;
}

.awards .swiper-button-next:after,
.awards .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}





footer{
    background: var(--primary-color);
    padding: 40px 0 0;
}

footer .footer_container{
    display: grid;
    grid-template-columns:1.8fr 1fr 1fr;
    padding-bottom: 10px;
    
    border-bottom: 1px solid #fff;
}
footer .footer_logo{
    margin-bottom: 10px;
    width:220px;
}
footer .footer_desc{
    color: #fff;
}
footer .footer_links_flex{
    display: flex;
    gap: 15px;
}
footer .footer_links_flex a{
    color: #fff;
}

footer .footer_title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer_links{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .footer_links a{
    color: #fff;
}


footer .subscribe{
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .subscribe input{
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 0px;
    width: 80%;
}
footer .subscribe input::placeholder{
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
}
footer .subscribe i{
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 22px;
}
footer .follow_us{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
footer .follow_us p{
    color: #fff;
}
footer .social_icons{
    display: flex;
    gap: 15px;
}
footer .social_icons i{
    font-size: 22px;
    color: #fff;
}


footer .copyright{
    padding: 10px 0 ;
}
footer .copyright p{
    color: #fff;
    margin-bottom:0px;
}



/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 30px;
}

.open-button i {
    font-size: 40px;
}

.open-button:hover i {
    color: #fff;
}









.property_list_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:30px;
}

.property_card {
    border-radius: 20px;
    overflow: hidden;
    border: 0px solid #D2D1D1;
     -webkit-box-shadow: 1px 5px 8px 0 hsla(0,0%,44%,.65);
}
/*.property_card:hover{*/
/*    cursor:pointer;*/
/*}*/
.property_card:hover .property_image img{
    scale:1.2;
}
.property_card .property_image{
    height: 220px;
    width: 100%;
    overflow:hidden;
}
.property_card .property_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    filter: contrast(140%);
}

.property_card h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    color:#000;
}

.property_card .location_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#000;
}
.property_card .location_price .price{
    font-weight: 700;
    font-size:22px;
}
.property-content{
    padding:10px 10px 20px;
    color:#000;
}

.property-content span{
    display: flex;
    align-items: center;
    gap:5px;
    padding-bottom:10px;
    font-size:14px;
    
}
.property-content .property_desc{
    color:#000;
}
.property_card .btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top:10px;
}
.property_card .btns a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.property_card .btns .border-btn{
    background-color: #D2D1D1;
    border: 1px solid transparent;
    color: #000;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
}
.property_card .btns .border-btn i{
    color: var(--primary-color);
    font-weight: 700;
}




.project_detailed_content h1{
    text-align: center;
    margin-bottom: 30px;
}






/* Pagination Css */
.pagination_row{
    margin-top: 50px;
}
.pagination_row nav {
    line-height: 20px;
}
.pagination_row .pagination{
    justify-content: center;
    gap: 20px;
}
.pagination_row .pagination .page-link.active{
    background-color: var(--primary-color);
    color: #fff;
}
.pagination_row .pagination .page-link{
    color: var(--primary-color);
    border-radius: 3px;
    width: 38px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2D1D1;
}
.pagination_row .pagination .next-btn,
.pagination_row .pagination .prev-btn{
    width: auto;
    background-color: transparent;
    color: var(--primary-color);
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
}



.blue_banner{
    background-color: #1E4395;
    height: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.blue_banner .container{
    padding-left: 0;
}

.blue_banner h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}
.blue_banner .search_box{
    margin: 0;
}


.blue_banner .name_share{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue_banner .share_icons{
    display: flex;
    align-items: center;
    gap: 20px;
}
.blue_banner .share_icons li i{
    padding: 10px;
    border-radius: 50px;
    background-color:#01246e;
    color: #fff;
}


.real_estate_banner_box {
    border: 1px solid #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.real_estate_banner_box .item {
    padding: 15px 16px;
    position: relative;
    min-width: 140px;
    text-align: center;
}
.real_estate_banner_box .item::after{
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
}
.real_estate_banner_box .item:nth-child(1)::after{
    display: none;
}
.real_estate_banner_box .item p{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.real_estate_banner_box .item h6{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}



.realestate_wrapper .grid_row{
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 50px;
}

.realestate_wrapper .nav-pills{
    gap: 0px;
}
.realestate_wrapper .tab_section button{
    background-color: transparent;
    border: 1px solid #D2D1D1;
    color: #1F3662;
    font-weight: 500;
    font-size: 20px;
}
.realestate_wrapper .tab_section button.active{
    background-color: var(--primary-color);
}

.realestate_wrapper .tab_section .tab-content{
    border: 1px solid #D2D1D1;
    border-radius: 12px;
    padding: 20px;
}


.realestate_wrapper .about_project_ul li{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}
.realestate_wrapper .about_project_ul li p{
    margin-bottom: 0;
}

.realestate_wrapper .features_box,
.realestate_wrapper .about_location_box{
    height: 200px;
}

.borker_profile{
    margin-top: 62px;
}
.borker_profile .profile_box{
    background-color: #ECF2FF;
    border: 1px solid #D2D1D1;
    border-radius: 12px;
    padding: 20px;
}

.borker_profile .profile_box .name_rating{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borker_profile .profile_box .name{
    display: flex;
    align-items: center;
    gap: 20px;
}

.borker_profile .profile_box .profile_image{
    width: 60px;
    height: 60px;
    border-radius: 50px;
}
.borker_profile .profile_box .profile_image img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.borker_profile .profile_box .broker_name h6,
.borker_profile .profile_box .broker_name p{
    margin-bottom: 0;
}
.borker_profile .profile_box .broker_name h6{
    font-size: 18px;
    font-weight: 600;
}

.borker_profile .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.borker_profile .btns a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
}

.borker_profile .btns .border-btn{
    background-color: #D2D1D1;
    border-color: transparent;
    color: #000;
}


.realestate_gallery_map .grid_row{
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 50px;
}

.realestate_gallery_map .gallery_slider img{
    border-radius: 12px !important;
    overflow: hidden;
}
.realestate_gallery_map .gallery_slider .swiper-slide{
    border-radius: 12px;
    overflow: hidden;
}
.realestate_gallery_map .gallery_slider .mySwiper2{
    height: 350px;
}
.realestate_gallery_map .gallery_slider .mySwiper2 .swiper-slide img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.realestate_gallery_map .gallery_slider .mySwiper{
    height: 180px;
    margin-top: 20px;
}
.realestate_gallery_map .gallery_slider .mySwiper .swiper-slide img{
    width: 180px !important;
    height: 180px;
    object-fit: cover;
}
.realestate_gallery_map .map{
    border-radius: 12px;
    overflow: hidden;
}
.realestate_gallery_map .map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}









/* project details */

.project_detail_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.1)) , url(../images/project-details-banner.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed !important;
}
.project_detail_banner h1{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
}

.project_detail_banner .btns{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.project_detail_banner .btns a{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.real_estate_banner_box.for_about_page{
    background-color: #ECF2FF;
    border: 1px solid #D2D1D1;
    justify-content: space-between;
    margin-bottom: 50px;
    
}

.real_estate_banner_box.for_about_page .item p,
.real_estate_banner_box.for_about_page .item h6{
    color: #000 !important;
    font-size:14px;
    
}
.real_estate_banner_box.for_about_page .item img{
    width:18px;
}
.real_estate_banner_box.for_about_page .item::after{
    background-color: #D2D1D1;
    left: -30px;
    
}

.near_by_places .icon{
    width:50px;
    height:50px;
}

.about_project .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.about_project .grid_row_2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.about_project .content p{
    line-height: 36px;
}

.about_project .content .btns{
    display: flex;
    align-items: center;
    gap: 30px;
}
.about_project .content .btns a{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 2px;
}
.about_project .content .btns .bule-border-btn{
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color) !important;
}
.about_project .content .btns .bule-border-btn i{
    background-color: #BAC7DF;
    /* padding: 6px; */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: var(--primary-color);
}


.price_offers .box{
    border-top: 1px solid #D2D1D1;
    border-bottom: 1px solid #D2D1D1;
    /* padding: 30px; */
}
.price_offers .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}

.price_offers .item{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 30px;
}
.price_offers .item::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #D2D1D1;
    width: 1px;
    height: 100%;
}
.price_offers .item h3{
    margin-bottom: 0;
    font-weight: 700;
}
.price_offers .main-btn{
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_offers span{
    background-color: #D2D1D1;
    width: fit-content;
    margin: auto;
    padding: 7px 20px;
    border-radius: 50px;
}



.layout{
    padding: 50px 0 0px;
}
.layout .main-box{
    border: 1px solid #D2D1D1;
    padding: 50px 0;
}

.layout .grid_row{
    display: grid;
    grid-template-columns: 60% 35%;
    align-items: center;
    gap: 70px;
}

.layout .right_col select{
    height: 45px;
    border: none;
    border-bottom: 1px solid #D2D1D1;
    border-radius: 0;
    margin-bottom: 20px;
}

.layout .boxes {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D2D1D1;
    border-left: none;
    border-right: none;
}

.layout .boxes .box{
    padding: 20px;
}
.layout .boxes .box p{
    display: flex;
    gap: 10px;
    align-items: center;
}
.layout .boxes .box h6{
    font-size: 14px;
    font-weight: 700;
}
.layout .boxes .box-1{
    position: relative;
}
.layout .boxes .box-1::after{
    position: absolute;
    content: '';
    top: 0;
    right: -70px;
    height: 100%;
    width: 1px;
    
}


.layout .btns{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.layout .btns a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.layout .layoutSwiper .swiper-button-next {
    
    background-color: #BAC7DF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: var(--primary-color);
}

.layout .layoutSwiper .swiper-button-prev {
    background-color: #BAC7DF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
   
    color: var(--primary-color);
}


.layout .layoutSwiper .swiper-button-next:after,
.layout .layoutSwiper .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}



.amenities .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.amenities .box{
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    height: 120px;
}
.amenities .box .icon{
    background-color: var(--primary-color);
    height: 100%;
    width: 100%;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities .amenity{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #D2D1D1;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.amenities .amenity h6{
    font-size: 20px;
    font-weight: 600;
}
.amenities .amenity p{
    margin-bottom: 0;
}


.near_by_places .box{
    display: flex;
    /* align-items: center; */
    gap: 20px;
}

.near_by_places .box h6{
    margin-bottom: 5px;
    font-weight: 600;
    color: #0c3996;
}

.col-lg-3.col-md-6.col-12.mb-5 {
    border: solid 1px #e3ebdd;
    padding: 30px;
}


.developers_page .flex_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.developers_page .search_box{
    display: flex;
    margin: 0;
    align-items: center;
    gap: 5px;
}
.developers_page .search_box input{
    width: 300px;
    border: 1px solid #D2D1D1;
    height: 45px;
    border-radius: 5px;
}
.developers_page .search_box i{
    /* width: 45px;
    height: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
}


.developers_page .grid_row{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}

.developers_page .item{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.developers_page .item .developer-img{
    width:100%;
    height:100%;
    transition:all .4s;
}
.developers_page .item:hover .developer-img{
    scale:1.2;
}
.developers_page .logo{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    /* height: 150px; */
}
.developers_page .item .logo{
    filter: brightness(0) invert(1);
}

.page_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.developer_details_page_banner {
    background: url(../images/developers/developer-detail-banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
}


.page_banner{
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page_banner.service_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/services.png);
}
.page_banner.leasing_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/leasing.png);
}
.page_banner.mortgages_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/mortgages\ \(1\).png);
}
.page_banner.short_term_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/short\ term.png);
}
.page_banner.convey_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/conveyancing\ \(2\).png);
}
.page_banner.commercial_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/commercial\ \(2\).png);
}
.page_banner.visa_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/services/banner/visa.png);
}


.developer_details_page_banner .developer-logo{
    width: 150px;
    height: auto;
    margin-bottom: 0;
}
.developer_details_page_banner .name_view_btn h3{
    color: #fff;
        text-transform: capitalize;
}
.developer_details_page_banner .name_view_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.developer_details_page_banner .name_view_btn a{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #fff;
}
.developer_details_page_banner .name_view_btn a i{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.developer_details_page_banner .banner_box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    content: '';
    width: 90%;
    height: 100px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: var(--primary-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.developer_details_page_banner .banner_box .item{
    padding: 10px 50px;
    text-align: center;
    position: relative;
    width: 25%;
}
.developer_details_page_banner .banner_box .item::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #D2D1D1;
}

.developer_details_page_banner .banner_box .item:nth-child(1)::before{
    display: none;
}
.developer_details_page_banner .banner_box .item p{
    margin-bottom: 5px;
}
.developer_details_page_banner .banner_box .item h6{
    font-size: 20px;
    font-weight: 600;
}


.developer_details_section_1{
    padding: 100px 0 50px;
}





.page_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        background-attachment: fixed;
}
.page_banner h1{
    color: #fff;
}
/* .services_page{
    padding:50px 80px;
} */
.services_page .services_row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px;
}
.services_row .card{
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    border-bottom: 10px solid #0c3996;
    box-shadow: 2px 5px 16px 0 hsla(0,0%,44%,.65);
}
.services_row h5{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.services_row p{
    font-weight: 400;
    line-height: 1.8;
    text-align: left !important;
}


.page_banner p{
    color:#fff;
    font-size: 18px;
}



.process_section{
    padding: 10px;
    padding-bottom: 80px;
}




.process-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px;
}

.process-content{
    padding:20px;
}

.process-content span{
    display: flex;
    gap:5px;
    padding-bottom:10px;
}
.process_section .process-image{
    height: 240px;
    width: 100%;
    margin-bottom: 0;
}
.process_section .process-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}
.process_section .rental_images{
    position: relative;
    text-align: center;
}
.process_section .rental_images .main-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-top: -200px; */
}

.process_section .card{
    border-radius: 12px;
    overflow: hidden;
    
}
.process-content h5{
    padding-bottom:10px;
    font-weight: bold;
}
.process-content p{
    font-size: 15px;
}
.commercial_content .commercial_row{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;

}
.commercial_row .card{
    padding:20px;
    background-color:  #ECF2FF;
    border: 1px solid #D2D1D1;
}
.commercial_row h3{
    font-weight: bold;
    color:rgb(7, 7, 97);
}
.commercial_row h6{
    font-weight: bold;
  
}

.blog_content h2{
    text-align: center;
}
.blog_content h6{
    font-weight: bold;
    font-size: 18px;
}

.process-row .card a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}





.list_property_banner{
    background: url(../images/list_property_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.contact_page_banner{
    background: url(../images/contact_page_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact_page_banner .banner_box{
    background-color: var(--primary-color);
    border-radius: 12px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.contact_page_banner .banner_box .flex_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_page_banner .item{
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    position: relative;
}
.contact_page_banner .item::before{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
    content: '';
}
.contact_page_banner .item:nth-child(3)::before{
    display: none;
}
.contact_page_banner .item .icon{
    margin-bottom: 15px;
}
.contact_page_banner .item a{
    color: #fff;
}

.contact_form {
    padding: 50px 0 50px;
}

.list_property_form{
    padding: 50px 0px;
}
.form_box{
    background: #fff;
    /* height: 100px; */
    box-shadow: var(--primary-shadow);
    z-index: 99999;
    border-radius: 12px;
    padding: 30px;
}

.form_box .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.form_box input,
.form_box select{
    height: 45px;
    border: none;
    border-bottom: 1px solid #D2D1D1;
    border-radius: 0;
}

.form_box .list_property_banner label{
    display: none !important;
}

.form_box textarea{
    border: none;
    border-bottom: 1px solid #D2D1D1;
    border-radius: 0;
}

.form_box .main-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.investment_page_banner{
    background: url(../images/investment_page_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

.investment-section-three .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    overflow: hidden;
    gap: 0;
}
.investment-section-three .right{
    background-color: var(--primary-color);
    color: #fff;
}
.investment-section-three .row_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin: 35px 0;
    
}
.investment-section-three .row_box_one{
    position: relative;
}
.investment-section-three .row_box_one::after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 70%;
    height: 1px;
    margin: auto !important;
}
.investment-section-three .row_box .item{
    text-align: center;
}
.investment-section-three .row_box .item h6{
    font-size: 24px;
    font-weight: 700;
    /* line-height: 28.8px; */
}
.investment-section-three .row_box .item h3{
    font-size: 36px;
    font-weight: 600;
    /* line-height: 57.6px; */
}
.investment-section-three .row_box .item p{
    font-size: 22   px;
    font-weight: 700;
    /* line-height: 28.8px; */
}
.investment-section-three .item-border-one{
    position: relative;
}
.investment-section-three .item-border-one::after{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
}
.investment-section-three .item-border-two{
    position: relative;
}
.investment-section-three .item-border-two::after{
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
}



.investment-section-three .swiper-button-next {
   
    background-color: #627cb5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.investment-section-three .swiper-button-prev {
    background-color: #627cb5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.169);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.investment-section-three .swiper-button-next:after,
.investment-section-three .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}


.investment-section-four .grid_row{
    display: grid;
    grid-template-columns: 60% 35%;
    align-items: start;
    gap: 30px;
}

.investment-section-four .borker_profile{
    margin-top: 0 !important;
}




.page_banner.blog_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/blog/blog-banner-1.png);
}



.blog_content h2{
    text-align: center;
}
.blog_content h6{
    font-weight: bold;
    font-size: 18px;
}
.blog_section .card{
    border-radius: 12px;
    border: 1px solid #d2d1d1;
}
.blog_section .card a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.blog_section .select_box{
    width: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog_section .select_box select{
    width: 300px;
    height: 45px;
}
.blog_section .select_box .form-label{
    margin-bottom: 0;
}

.blog_section .search_box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog_section .search_box input{
    height: 45px;
}

.blog_section .d-flex{
    display: flex;
    align-items: center;
}

.blog_content .author_details{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #D2D1D1;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.blog_content .author_details li{
    display: flex;
    gap: 5px;
}
.blog_content h6{
    font-size: 20px;
}






.acount_page .acount_box {
    border: 1px solid #D2D1D1;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acount_page .acount_box  .name_details{
    display: flex;
    align-items: center;
    gap: 20px;
}
.acount_page .acount_box .profile_pic{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
}
.acount_page .acount_box .profile_pic img{
    width: 100%;
    height: 100%;
}
.acount_page .acount_box .name{
    font-size: 18px;
    margin-bottom: 5px;
}

.acount_page .acount_box .logout-btn{
    display:flex;
    flex-direction:column;
    gap:20px;
    text-align:right;
}

.acount_page .acount_box .logout-link{
    color:#000;
}


.acount_page h2{
    font-size:20px;
}


.acount_page .property_list_row{
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.acount_page .property_card .property_image{
    height:200px;
}
.acount_page .property_card h5{
    font-size:16px;
    font-weight:700;
}

.acount_page .property_card .location_price .price{
    font-size:20px;
}

.acount_page .property_card .location_price{
    flex-direction:column;
    justify-content: start;
    align-items:start;
}
#myDiv2 .container_emi{width:100%;}

.about_bg{
     background-image: url(../images/services/about-bg.jpg);

    background-size: cover;
    background-repeat: no-repeat;
}
.awards{
    display:none;
}



.location {
    font-size: 14px !important;
}




