*{
	margin:0px;
    padding:0px;
    font-weight: 400;
  font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Aeonik-Regular";
}
p {
    margin: 0;
}


@font-face {
  font-family: "Aeonik-Regular";
    font-weight: 400;
  src: url(../fonts/Aeonik-Regular.woff);
}

@font-face {
  font-family: "Aeonik-Regular";
    font-weight: 600;
  src: url(../fonts/Aeonik-Bold.woff);
}


/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
} 
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}

.container-fluid{
    padding: 0 60px;
}  
body {
  transition: background 1s ease;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0068B4; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0068B4; 
}



/* common style */


.btn_rent{
    background: #F37622;
    color: #fff;
    padding: 12px 20px ;
    font-weight: 500;
    border-radius:30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.6s;
    min-width: 140px;
    display: inline-block;
}
.btn_rent:hover {
    color:#F37622;
    box-shadow: inset 0 -4em 0 0 #fff !important;
}  
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb5b0e;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}


.logo {
    margin-right: 40px;
}
.logo img {
    height: 48px;

}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header{
    width: 100%;
    transition: 0.5s all;
    position: relative;
    top: 0;
    background: #fff;
    left: 0;
    padding: 20px 0;
    z-index: 99;  
}
header.sticky {
    /*background: #000000db;*/
    position: sticky;
}
.navbar-brand.logo {
    margin: 0;
}
.sub-menu {
    padding:  0;
    position: absolute;
    width: 250px;
    left: 0%;
    z-index: 2;
    /*min-height: 350px;*/
    justify-content: space-between;
    /*align-items: center;*/
    display: inline-flex;
    box-shadow: 0px 20px 20px #0000006b;
    top: 110px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    padding: 10px;
    max-height: 70vh;
}
.dropdown_menu .sub-menu a:after {
    content: none;
}
.menu .sub-menu li:last-child  a {
    border: none;
    box-shadow: none;
}
.menu .sub-menu .menu {
    flex-direction: column;
}
.menu li:hover .sub-menu {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.dropdown_menu a:after {
    content: "";
    transform: rotate(45deg) translatey(-2px);
    -webkit-transform: rotate(45deg) translatey(-2px);
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
}



.top_head{
    background:#000;
    padding: 10px 0;
}
.top_head form {
    width:160px;
    position: relative;
    margin-left: auto;
}
.top_head form input {
    background: #F3F3F3;
    color: #535353;
}
.top_head form button {
    position: absolute;
    right: 0;
}
.menu a.btn_carus {
    color: #fff;
    padding: 12px;
}


header .navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-left: 10px;
}
.menu li:last-child a {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.menu li:last-child a span {
    background: #00a323;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 2px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 20px;
    margin: 0;
    align-items: start;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    text-align: center;
    font-weight:500;
    color: #272727;
    padding: 6px;
    font-size: 16px;
    border-radius: 10px;
}
.login_btn {
    margin-left: auto;
    margin-right: 25px;   
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    font-weight: 500;
    color: #272727;
    font-size: 16px;
}

.login_btn span{
    font-weight: 500;
    color: #272727;
    font-size: 16px;
}

.menu .sub-menu a {
    font-size: 16px;
}
.menu a:hover {
    color: #F37622;
}
.menu li {
    position: relative;
    margin: 0 10px;
}
.search_btn {
    color: #fff;
    margin-left: 20px;
}
.side_bar{ 
    width: 20px;
    height: 15px;
    justify-content: end;
    display: none;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #272727;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
  }
  
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0; 
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    transform: rotate(-50deg) translate(-3px, 4px);
  }
  .side_bar.open span:before {
    content:unset;
}

.menu li {
    margin: 0;
}

.footer_logo .newsletter h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}
.footer_logo {
    padding-left: 60px;
}
.footer_logo p {
    color: #D8D8D8;
    font-size: 14px;
    font-weight: 400;
}
footer .custom-logo {
    height: 48px;
    object-fit: contain;
    margin-bottom: 20px;
}
footer{
    position: relative;
    bottom: 0;
    height: 550px;
    background: #FFF;
    padding-top: 60px;
} 
footer .container-fluid {
    position: relative;
    z-index: 1;
} 
footer:before {
    position: absolute;
    content: "";
    background: #F8F4F1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
} 
footer .footer_item h4 {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
}
footer .footer_item li a {
    color: #272727;
    text-decoration: none;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}
footer .footer_item li a:hover {
    color:#F37622;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.footer_menu{
    padding-left:60px;
}
.footer_item {
    min-width:33%;
}
footer .footer_item p {
    font-size: 15px;
}
.copy {
    color: #5C5C5C;
    margin-top: 60px;
}
.social-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
}  
.social-links a svg{
    height: 20px;
    width: 26px;
}  
.social-links a:hover{
    transform: translateY(-10px);
}  
.social-links {
    width: 100%;
}
.footer_conten p{
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.footer_conten h4 {
    color: #272727;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 20px;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
img.footer_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}
.title span{
    color: #F37622;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.title h2{
    color: #000;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.title p{
    color: #5C5C5C;
    font-weight: 400;
}
.section{
    padding:60px 0;
    position: relative;
}

.learn_btn{
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}
.learn_btn:hover{
    color: #005087;
}
.learn_btn:hover svg{
    margin-left:20px;
}
.learn_btn svg{
    margin-left: 15px;
    transition: 0.4s;
}

/* home page */


section.main_bnner {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
section.main_bnner .swiper-slide {
    width: 100%;
    height: 105vh;
    overflow: hidden;
    position: relative;
}
section.main_bnner .swiper-slide:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 12.06%, rgba(255, 255, 255, 0.925108) 24.62%, rgba(255, 255, 255, 0.769494) 33.09%, rgba(255, 255, 255, 0) 55.2%);

}


section.main_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}section.main_bnner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.main_bnner .banner_content h2{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    text-align: center;

}

section.main_bnner .banner_content {
    position: absolute;
    width: 62%;
    top: 6%;
    z-index: 3;
    left: 0%;
    z-index: 10;
    color: #000;
    transform: translateX(-50%);
    transition: 1s;
}
section.main_bnner .swiper-slide-active .banner_content {
    left: 50%;
}
.search_form {
    position: absolute;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: #fff;
    left: 50%;
    top: 280px;
    padding: 20px;
    z-index: 1;
    width: 70%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.search_form label {
    color: #272727;
    font-weight: 500;
    margin-bottom: 10px;
}
.search_form input {
    font-weight: 400;
    font-size: 20px;
    border: none;
    padding: 5px 0;
    color: #272727;
    box-shadow: none !important;
}
.search_form input::placeholder {
    color: #272727;
}
.search_form select {
    font-weight: 400;
    font-size: 18px;
    box-shadow: none !important;
    border: none;
    color: #272727;
    padding: 5px 0;
}


.main_bnner .swiper-pagination {
    width: 38%;
    left: 8%;
    bottom: 50px;
    text-align: left;
}
.main_bnner .swiper-pagination span {
    background: #fff;
    border-radius: 20px;
    width: 20px;
    height: 5px;
}

.prop_item {
    width: 50%;
    overflow: hidden;
    transition: 0.6s;
    position: relative;
    height: 500px;
    border-radius: 10px;
}
.prop_item.active {
    width:80%;
}
.prop_item .learn_btn {
    display:none;
    
}
.prop_item.active .learn_btn {
    display:block;
}
.prop_item.active .prop_content {
    justify-content: space-between;
}
.prop_item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.prop_content {
    position: absolute;
    bottom: 30px;
    background: rgb(255 255 255 / 80%);
    width: 90%;
    padding: 18px;
    border-radius: 10px;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);    
    display: inline-flex;
    align-items: center;
}
.prop_content p {
    font-family: 'Aeonik-Regular';
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}

.pop_img {
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.pop_item:hover .pop_img img{
    scale: 1.1;
}
.pop_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.pop_item p{
    font-family: 'Aeonik-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}  
.pop_cards {
    padding-left: 60px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px 25px;
    grid-template-rows: 280px 280px;
}
.pop_item:first-child {
  grid-column: 1 / span 2;
  width: 100%;
  height: auto;
  grid-row: 2 span;
}

.pop_item {
  grid-column: 3 / span 2;
  grid-row: 1 span;
    text-decoration: none;
}

.locality{
    background:#F8F4F1;
}


.loc_nav {
    position: unset;
    opacity: 1;
    border-radius: 40px;
    width: 70px;
    transition: 0.6s;
    border:1px solid #272727;
}
.loc_nav:hover {
    background: #272727;

}
.loc_nav:hover svg path{
    fill: #F37622;
}
.loc_nav svg {
    height: 16px;
}
.loc_nav svg path{
    transition: 0.6s;
    fill: #272727;
}
.loc_nav:after{
    content: none;
}
.swiper-button-prev.loc_nav {
    rotate: 180deg;
}

.loc_img{
    width:100%;
    height:280px;    
    overflow: hidden;
    margin-bottom:10px;
    border-radius: 10px;
}
.loc_img img {
     height: 100%; 
    width: 100%;
    object-fit: cover;
     transition: 0.6s; 
}
.loc_card:hover .loc_img img {
    scale: 1.1;
}
.loc_card h2{
    font-weight: 400;
    font-size: 22px;
    color: #272727;
}
.loc_card p{
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
}
.loc_card {
    text-decoration: none;
}

.tend_card {
    text-decoration: none;
}
.tend_img{
    width:100%;
    height:420px;    
    overflow: hidden;
    margin-bottom:10px;
    border-radius: 10px;
}
.tend_img img {
     height: 100%; 
    width: 100%;
    object-fit: cover;
     transition: 0.6s; 
}
.tend_card:hover .tend_img img {
    scale: 1.1;
}
.tend_card h2{
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 22px;
    color: #272727;
}
.tend_card p{
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
}
.tend_card span{
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}

.tend_nav {
    position: unset;
    opacity: 1;
    border-radius: 40px;
    width: 70px;
    transition: 0.6s;
    border:1px solid #272727;
}
.tend_nav:hover {
    background: #272727;

}
.tend_nav:hover svg path{
    fill: #F37622;
}
.tend_nav svg {
    height: 16px;
}
.tend_nav svg path{
    transition: 0.6s;
    fill: #272727;
}
.tend_nav:after{
    content: none;
}
.swiper-button-prev.tend_nav {
    rotate: 180deg;
}







.news_home .news_content span{
    color: #F37622;
    font-weight: 500;
}
.news_card .news_img{
    height: 280px;
    overflow: hidden;
}
.news_card .news_img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.4s;
    object-fit: cover;
}.news_card:hover .news_img img{

    scale: 1.1;
}
  a.news_card{
    height: 100%;
    display: block;
    box-shadow: 0px 0px 30px 0px #0000001A;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.4s;
} 
.news_card p{
    color: #5C5C5C;
}
.news_card h4{
    color: #272727;
    margin: 10px 0 20px;
    font-size: 22px;
    width: 100%;
    font-weight: 400;
}
.news_card .news_content  {  
    padding: 20px 25px;
        /*background: #fff;*/
}
.news_card:hover {
    background: #272727;
}
.news_card:hover .news_content h4, .news_card:hover .news_content p{
    color: #fff;
}


.test_nav {
    position: unset;
    opacity: 1;
    border-radius: 40px;
    width: 70px;
    transition: 0.6s;
    border:1px solid #272727;
}
.test_nav:hover {
    background: #272727;

}
.test_nav:hover svg path{
    fill: #F37622;
}
.test_nav svg {
    height: 16px;
}
.test_nav svg path{
    transition: 0.6s;
    fill: #272727;
}
.test_nav:after{
    content: none;
}
.swiper-button-prev.test_nav {
    rotate: 180deg;
}

.test_card h2 {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    margin-bottom: 0;
}
.test_card img{
    height: 20px;
    margin: 15px 0 25px;
}
.test_card p{
    font-weight: 400;
    font-size: 18px;
    color: #5C5C5C;
}
.swiper-slide-next .test_card{ 
    border-inline: 1px solid #D4D4D4;
    padding: 40px;
}
.test_card {
    padding: 40px 0;
    overflow: auto;
    height: 400px;
}
.expert {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    padding: 40px;
    display: grid;
    place-content: center start;
}
.expert img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    left: 0;
    top: 0;
}
.expert:before {
    background: linear-gradient(90deg, rgba(248, 244, 241, 0.8) 0%, rgba(248, 244, 241, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.expert_form{
    position:relative;
}
.expert_form form {
    margin-top: 25px;
    background: #FFFFFF4F;
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 5px;
}
.expert_form form .form-control {
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}


.lux_prop {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}.lux_bg {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.lux_prop:before{
    content:"";
    position:absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, #FFFFFF 12.06%, rgba(255, 255, 255, 0.925108) 24.62%, rgba(255, 255, 255, 0.769494) 33.09%, rgba(255, 255, 255, 0) 55.2%); 
}
.invest .row{
    background: #F8F4F1;
    padding:40px;
    border-radius:10px;
}

.invest img{
    width: 100%;
    border-radius: 10px;
    height: 320px;
    object-fit: cover;
}
.tags {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    flex-wrap: wrap;
    left: 25px;
    z-index: 8;
    top: 15px;
}
.trending a{
    display: block;
    position: relative;
}
.tags span{
    font-weight: 400;
    font-size: 14px;
    color: #505050;backdrop-filter: blur(10px);
    background: #FFFFFFCF;
    border-radius: 20px;
    padding: 5px 20px;
}

.prop_list_form .form-select {
    width: auto;
    border: 1px solid #BDBDBD;
    border-radius: 30px;
    min-width: 160px;
    padding: 10px 20px;
}


.residential_prop .title{
    border-top: 1px solid #C8C8C8;
    padding-top:40px;
}
.faq .accordion {
    display: flex;
    gap:0px 100px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq .accordion-item  {
    width: calc(50% - 50px);
    border: none;
    /*padding: 10px 0;*/
    border-radius: 0;
}
.faq .accordion-button {
    border: none;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #DEDEDE;
    font-weight: 400;
    font-size: 20px;
    color: #272727;
    padding: 20px 0;
    font-family: 'Rubik';
}
.faq .accordion-body {
    padding: 0;
    color: #505050;
    padding-right: 60px;
    font-weight: 400;
    padding-bottom: 40px;
    font-size: 16px;
}


.pagination_list a{
    text-decoration: none;
    width: 40px;
    padding: 10px !important;
    text-align: center;
    color: #272727;
}
.active_pagination{
    width: 40px !important;
    padding: 10px !important;
    text-align: center;
    color: #f37622;
    display: inline-block;
}.pagi_arrow{
    width: 40px !important;
    padding: 10px !important;
    display: inline-block;
}


/*inner page*/

.inner_bnner {
    background: #000;
}
.inner_bnner .inner_bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
}
.inner_bnner .banner_content {
    min-height: 280px;
    color: #fff;
    display: grid;
    place-content: center;
}
.inner_bnner .banner_content h2{
    font-size: 50px;
    font-weight: 400;
}
.blog_page{
    background: #F8F4F1;

}
.inner_bnner svg {
    position: absolute;
    left: 0;
    top: 0;
}
.inner_bnner svg:nth-child(3), .inner_bnner svg:nth-child(4) {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
}

.news_card.large_blog {
    display: flex;
    align-items: center;
    gap: 40px;
}
.news_card.large_blog .news_img {
    width: 45%;
    border-radius: 10px;
    height: 360px;
}
.news_card.large_blog .news_content {
    width: 55%;
}

.news_card.large_blog h4 {
    font-size: 32px;
}


.blog_Pagi.swiper-pagination {
    left: 46%;
    transform: translateX(-50%);
    bottom: -50px;
}
.blog_Pagi.swiper-pagination span {
    width: 15px;
    height: 15px;
    background: #7e7e7e;
}
.blog_Pagi.swiper-pagination span.swiper-pagination-bullet-active {
    background: #F37622;
}


.news_detail .social-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    background: #fff;
    border-radius: 50%;    
    height: 40px;
    width: 40px;
    border: 1px solid rgba(198, 187, 187, 1);
} .news_detail .social-links a.linkedin svg {
    height: 18px;
    width: 18px;
}
.news_detail .social-links a svg{
    height: 32px;
    width: 32px;
} 
.news_head{
    width: 100%;
    height: 600px;
    position:relative;
}
.news_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_head h1 {
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}
.news_head:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content:"";
    position:absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 30.09%, rgba(0, 0, 0, 0.358089) 54.86%, rgba(0, 0, 0, 0.54) 77.37%);
}

.news_content_page{
    padding:40px 0;
}
.news_content_box p{
    color: #5C5C5C;
    font-size: 16px;
}
.news_content_box h2{
    font-weight: 500;
    font-size: 20px;
    color: #272727;
    font-family: 'Rubik';
    margin: 15px 0;
}
.news_content_box img{
    width: 100%;
    height: 380px;
    border-radius: 10px;
    margin: 40px 0;
}
.news_content_page{
    border-bottom: 1px solid #D4D4D4;
}
.faq_search_form h4{
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}  
.faq_search_form input{
    background: #FAFAFA;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 1px 8px 0px #00000000;
    padding: 10px 40px;
    border-radius: 10px;
}  
.faq.faq_page .accordion-button {
    border-top: none;
}
.faq.faq_page .accordion-item {
    width: 100%;
    padding: 0px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #D2D2D2;
}
.faq.faq_page .accordion-body {
    padding-bottom: 20px;
}
.testimonial_home{
    background: #F8F4F1;
}
.testimonial_card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 420px;
    transition: 0.6s;
    overflow: auto;
}

.testimonial_img {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial_img img{
    width: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial_img h4{
    color: #272727;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Rubik';
}
.testimonial_img p{
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
}
.testimonial_content p{
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 18px;
    color: #5C5C5C;
}
.testimonial_card:hover{
    background:#272727;
}
.testimonial_card:hover h4{
    color: #fff;
}
.testimonial_card:hover p{
    color: #fff;
}
.testimonial_video {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.testimonial_video_card.large_card {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.testimonial_video_card  iframe{
    border-radius: 20px;
    height: 280px;
}
.testimonial_video_card {
    width: calc(33% - 10px);
}
.testimonial_video_card.large_card  iframe{
    width: 50%;
    height: 380px;
}
.testimonial_video_content{
       width: 50%;
}
.testimonial_video_content h4{
    font-weight: 400;
    font-size: 32px;
    color: #272727;
}
.testimonial_video_content p {
    color: #272727;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Rubik';
}
.testimonial_video_content p span {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik';
}

.video_card {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    min-height: 380px;
}

.video_card_large {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
.video_card_large iframe {
    width: 50%;
}
.video_card_large iframe {
    border-radius: 20px;
    height: 380px;
}
.video_card iframe {
    border-radius: 20px;
    height: 220px;
    margin-bottom: 20px;
}

.video_card_large .video_content {
    width: 50%;
}

.video_card_large .video_content h4 {
    font-size: 32px;
}
.video_content p {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik';
}
 .video_content h4 {
    font-weight: 400;
    font-size: 22px;
    color: #272727;
}

.bg_gray{
    background: #F8F4F1;
}

.search_form.search_page {
    position: unset;
    margin: auto;
    transform: unset;
    margin: -10% auto 40px;
}

.search_form.search_page h4{
    color: #272727;
    font-family: Rubik;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 22px;
}
.search_form.search_page .form-control,.search_form.search_page .form-select {
    border: 1px solid;
    padding: 8px;
    border: 1px solid #5C5C5C;
}


.search_form.search_page .nav-pills {
    border-bottom: 1px solid #dfdfdf;
}

.search_form.search_page .nav-link{
    background: transparent;
    font-weight: 500;
    border-radius: 0;
    font-family: Rubik;
    font-size: 18px;
    color:#272727;
    padding-inline: 40px;
}


.search_form.search_page .nav-link.active{
    color: #005087;
    border-bottom: 4px solid #005087;
}

.how_card h2{
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 22px;
    color: #272727;
}
.how_card p{
    color: #5C5C5C;
}
.how_card img {
    width: 52px;
    margin-bottom: 20px;
    height: 52px;
    object-fit: contain;
}
.how_form img {
    width: 100%;
    border-radius: 10px;
    min-height: 700px;
    height: 100%;
    object-fit: cover;
}
.how_form  {
    background: #F8F4F1;
}
.how_form form  {
    padding:40px;
}
.how_form h4 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.how_form p {
    color: #5C5C5C;
    margin-bottom: 20px;
}
.how_form .form-control {
    border: 1px solid #DADADA;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
}
.how_form .form-select {
    border: 1px solid #DADADA;
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 10px;
}
.how_form textarea{
    border: 1px solid #DADADA;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 5px;
}


#contact_slider img{
    height: 400px;
    width: 100%;
    object-fit:cover;
    border-radius: 20px;
}


.contact_message .nav-pills {
    background: #E6E6E6;
    border-radius: 30px;
}
.contact_message .nav-pills .nav-item {
    width: 50%;
}
.contact_message .nav-pills .nav-item .nav-link{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border-radius: 30px;
    padding: 15px;
    color: #272727;
}
.contact_message .nav-pills .nav-item .nav-link.active, .contact_message .nav-pills .nav-item .show>.nav-link {
    color: #fff;
    background-color: #000;
}

.contact_message .tab-content .form-control {
    border: 1px solid #DADADA;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
}
.contact_message .tab-content .form-select {
    border: 1px solid #DADADA;
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 10px;
}
.contact_message .tab-content textarea{
    border: 1px solid #DADADA;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 5px;
}
.contact_info {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    margin: 80px auto -110px;
    justify-content: center;
    width: 90%;
}
.contact_card {
    width: 33%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 220px;
    padding: 40px 80px;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}
.contact_card span {
    color: #F37622;
    margin: 10px 0;
}
.contact_card p {
    color: #272727;
    margin: 0;
    font-size: 20px;
}
.contact_message iframe{
    border: 1px solid #DBDBDB !important;
}
.inner_bnner.login_page {
    height: 680px;
    display: grid;
    place-content: center end;
}
.login_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login_content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    width: 500px;

}
.login_content ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 25px;
    margin-bottom: 25px;
}
.login_content ul li {
    color: #002400;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Aeonik-Regular';
}
.login_content .form-control {
    border: 1px solid #DADADA;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}

.login_content ul li a {
    font-size: 26px;
    color: #CCCCCC;
    text-decoration: none;
    font-family: 'Aeonik-Regular';
}
.login_content p {
    font-size: 14px;
    width: 80%;
    font-weight: 500;
    margin: 25px auto 0;
    color: #595959;
}.login_content p a{
    color: #1967DB;
    font-weight: 500;
    text-decoration: none;
}


.pro_head{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.pro_head .btn_rent{
    background: #272727;
    padding: 12px 40px;
}

.pro_head .watch_list{
    color: #5C5C5C;
    text-decoration: none;
    gap: 10px;
    margin-left: 30px;
}
#pro_detail_slider img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.dashboard_left {
    background: #FFFFFF;
    height: 100%;
    box-shadow: 0px 0px 20px 0px #0000000D;
    padding: 25px 0;
    border-radius: 10px;
}
.dashboard_right{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000000D;
    padding:25px 40px;
    border-radius: 10px;
}

.dashboard_left h4{
    font-weight: 500;
    font-size: 20px;
    color: #272727;
    font-family: 'Rubik';
    margin-bottom: 25px;
    padding: 0px 25px;
}
.dashboard_right .btn_rent.dark{
    color: #272727;
    padding: 12px 40px;
    background: #fff;
}
.dashboard_left a{
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    padding: 20px 25px;
    transition: 0.4s;
    display: block;
}
.dashboard_left a.active{
    background: #F37622;
    color: #fff;
}
.dashboard_left a:hover{
    background: #F37622;
    color: #fff;
}.dashboard_left a svg{
    margin-right: 10px;
}.dashboard_left a.active svg path{
    stroke: #fff;
}
.dashboard_left a:hover svg path{
    stroke: #fff;
}
.dashboard_left ul {
    list-style: none;
    padding: 0;
}

.dashboard_left ul li:last-child {
    margin-top: 100px;
}
.dashboard_right h4{
    font-weight: 500; 
    font-size: 20px;
    color: #272727;
    font-family: 'Rubik';
    margin-bottom: 25px;
}

.dashboard_right .form-label {
    color: #272727;
    font-family: 'Rubik';

}
.dashboard_right .form-control {
    border: 1px solid #DADADA;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}

.saved_list {
    display: flex;
    border: 1px solid #CFCFCF;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}
.saved_list img {
    height: 180px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}
.saved_list .saved_list_caption h5{
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 20px;
    color: #272727;
}
.saved_list .saved_list_caption p{
    font-family: 'Rubik';
    color: #5C5C5C;
    margin-bottom: 10px;
}
.saved_list .saved_list_caption h6{
    font-family: 'Rubik';
    color: #272727;
    font-weight: 400;
}
.saved_list .saved_list_caption a{
    color: #595959;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.dashboard_right.row .saved_list {
    display: block;
    position: relative;
}
.dashboard_right.row .saved_list img {
    margin-bottom: 15px;
    width:100%;
}
.dashboard_right.row .saved_list a {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.feat_pro {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.feat_pro li {
    width: calc(33.3% - 30px);
    display: flex;
    gap: 15px;
}
.feat_pro li span{
    color: #5C5C5C;
}

.feat_pro li p{
    font-family: Rubik;
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}
.amen_card {
    width: 100%;
    height: 310px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.6s;
    position: relative;
    margin-bottom: 30px;
}
.amenities .col-md-3:nth-child(even) .amen_card {
    margin-top: 120px;
}
.amenities.active .col-md-3 .amen_card {
    margin-top: 0px;
}
.amen_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}.amen_card:hover img {
    scale: 1.1;
}
.amen_card p {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #272727;
}
.loc_map iframe{
    border: 1px solid #D3D3D3;
    border-radius:10px;
}


.photo_img {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 10px;
}
.photo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.photo_img:hover img {
    scale: 1.1;
}


.photo_nav {
    position: unset;
    opacity: 1;
    border-radius: 40px;
    width: 70px;
    transition: 0.6s;
    border:1px solid #272727;
}
.photo_nav:hover {
    background: #272727;

}
.photo_nav:hover svg path{
    fill: #F37622;
}
.photo_nav svg {
    height: 16px;
}
.photo_nav svg path{
    transition: 0.6s;
    fill: #272727;
}
.photo_nav:after{
    content: none;
}
.swiper-button-prev.photo_nav {
    rotate: 180deg;
}
.note {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #5C5C5C;
}
.note strong {
    font-weight: 600;
    color: #272727;
}
.ass_card {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}
.amenities .col-md-3 .amen_card {
    margin-top: 0;
}

.ass_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}.ass_card:hover img {
    scale: 1.1;
}
.ass_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 2;
    color: #fff;
}
.ass_card:before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 100%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.ass_content h4{
    font-size: 22px;
    font-weight: 500;
}
.ass_content a{
    color: #F37622;
    text-decoration: none;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block;
}

.floor_cont {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px #0000000D;
    border-radius: 10px;
    padding: 25px;
}
.floor_cont h4{
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}
.floor_cont ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.floor_cont li {
    width: 50%;
    margin-bottom: 35px;
}
.floor_cont li:last-child {
    margin-bottom: 0;
}
.floor_cont li p {
    color: #272727;
    margin-top: 10px;
}

.floor_detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px #0000000D;
    border-radius: 10px;
    padding: 25px;
}



.floor_nav {
    opacity: 1;
    border-radius: 40px;
    width: 70px;
    transition: 0.6s;
    border:1px solid #272727;
}
.floor_nav:hover {
    background: #272727;

}
.floor_nav:hover svg path{
    fill: #F37622;
}
.floor_nav svg {
    height: 16px;
}
.floor_nav svg path{
    transition: 0.6s;
    fill: #272727;
}
.floor_nav:after{
    content: none;
}
.swiper-button-prev.floor_nav {
    rotate: 180deg;
}
.floor_img img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    margin-bottom: 20px;
}
.floor_img ul {
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 80px;
}
.floor_img ul span{
    color: #5C5C5C;
}
.floor_img ul p{
    color: #272727;
    font-size: 20px;
}

.setting_detail h2 {
    position: absolute;
    bottom: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    width: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.setting_detail video{
    height: 88vh;
    object-fit: cover;
}
.setting_detail p {
    width: 65%;
    text-align: center;
    margin: auto;
    color: #5C5C5C;
}
.impact img {
    width: 85%;
    height: 680px;
    object-fit: cover;
    border-radius: 10px;
}
.impact_card {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.impact_card h4{
    font-weight: 400;
    font-size: 50px;
    color: #000000;
}
.impact_card span{
    font-weight: 400;
    font-size: 20px;
    color: #272727;
}
.impact_card p{
    color: #5C5C5C;
}
.impact_card div {
    width: 50%;
}
.impact_team_content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 70%;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
}
.impact_team:before {    
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.1%, rgba(0, 0, 0, 0.62) 87.36%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.impact_team h5 {  
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 36px;
}
.impact_team {  
    border-radius: 10px;
}
.value img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
}
.value_card {
    border-bottom: 1px solid #DADADA;
    padding: 25px;
    color: #272727;
    transition: 0.6s;
}
.value_card h4 {
    font-weight: 500;
    font-size: 26px;
}
.value_card:hover {
    background: #F37622;
    color: #fff;    border-radius: 10px;
}







@media screen and (min-width: 1400px) {
    .cstm-container {
        margin-left: calc(50vw - 686px) !important;
        padding-left: 35px;
        padding-right: 15px;
    }
}


@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 15px 0;
    }
    .side_bar{
        display:inline-flex;
    }
    header  .menu{
        right: -100%;
        top:0;
        position: fixed;
        width: 70%;
        height: 100vh;
        z-index:9;
        padding: 15px 4%; 
        text-align: left;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        transition: 0.9s all ease-in-out !important;
         box-shadow: -10px 0px 20px #0000005e; 
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu ul {
        margin-top: 50px;
    }
    
    
    header  .menu.kk{
        /*display:block;*/
        /*transform: translateY(0);*/ 
        right:0;
    }
    header .menu a {
        text-align: start;
        color: #000 !important;
    }
    
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .logo img {
          height: 32px;
    }
    .menu li:last-child a {
        padding-inline: 10px;
    }
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
    .section {
        padding: 40px 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    .container-fluid {
        padding: 0 20px;
    }
    section.main_bnner .banner_content h2 {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    section.main_bnner .swiper-slide {
        height: 550px;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        width: 85%;
    }.search_form {
    padding: 12px;
    top: 300px;
        width: 90%;
    }.search_form input {
        font-size: 16px;
        border: 1px solid #000;
        padding: 5px;
    }.search_form select{
        font-size: 16px;
        border: 1px solid #000;
        padding: 5px;
    }.search_form label {
        margin: 10px 0 5px;
    }.search_form .col-md-5.d-inline-flex{
        display: block !important;
    }.search_form .col-md-5.d-inline-flex .w-75{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .prop_item {
        width: 100% !important;
        height: 280px;
    }
    .property_sec .col-md-12.d-flex{
        flex-direction: column;
    }.prop_content p {
        font-size: 18px;
    }
    .prop_content {
        padding: 12px;
    }
    
    .popular.mb-5{
        margin:0 !important;
    }
    .popular .mt-5.title{
        margin:0 !important;
        margin-bottom:40px !important;
    }
    .pop_cards {
        display: block;
        padding: 0;
    }
    .pop_item {
        margin-bottom: 40px;
        display: block;
        height: 260px !important;
    }
    .locality .col-md-12.d-flex{
        flex-direction: column;
    }
    .locality .nav_btn  {
        justify-content: start !important;
    }
    
    .trending  .col-md-12.d-flex{
        flex-direction: column;
    }
    .trending  .nav_btn  {
        justify-content: start !important;
    }
    .tend_img {
        height: 280px;
    }
        
    .invest .row {
        padding: 25px 0;
    }  
    .invest .btn_rent  {
    margin: 20px 0 20px !important;
    }
    .invest img {
        height: auto;
    }
    .lux_prop .justify-content-between.pt-5{
        padding-top: 1rem !important;
    }
    .lux_prop:before {
        background: linear-gradient(180deg, #FFFFFF 50%, rgba(255, 255, 255, 0.925108) 60%, rgba(255, 255, 255, 0.769494) 70%, rgba(255, 255, 255, 0) 80%);
    }
    .expert {
        height: auto;
        padding: 20px;
    }.expert_form form {
        padding: 10px;
    }
    .expert_form  .col-md-6.d-flex{
        flex-direction: column;
    }
    
    .testimonial   .col-md-12.d-flex{
        flex-direction: column;
    }
    .testimonial   .nav_btn  {
        justify-content: start !important;
    } .test_card {
        height: 280px;
        padding:10px;
    }
    
    .news_home .title.d-flex{
        flex-direction: column;
        align-items: start !important;
    }
    
    
    .news_card .news_img {
        height: 220px;
    }
    .news_card .news_content {
        padding: 15px;
    }
    .news_card h4 {
        margin: 10px 0;
        font-size: 18px;
    }
    .news_home .col-md-4 {
        margin-bottom: 20px;
    }
    .footer_menu {
        padding-left: 0;
    margin-top: 40px;
    }
    
    
    .search_form .btn_rent{
        margin-top: 15px;
    }
    
    
    .test_card p {
        font-size: 16px;
    }
    footer {
        padding: 40px 0 ;
    height: auto;
    }
    footer p {
        padding-right: 0;
        font-size: 15px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 100%;
    padding: 0;

        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100% !important;
        padding: 0px 0 !important;
    }
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
        color: #000;
        margin-top: 20px;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_menu li a {
        font-size: 15px !important;
    }
    .setting_detail h2 {
        font-size: 28px;
        width: 80%;
    }
    .setting_detail video {
        height: 280px;
    }
    .setting_detail p {
        width: 90%;
    }
    .setting_detail .mb-5 {
        margin-bottom: 1rem !important;
    }
    .impact_card h4 {
        font-size: 24px;
    }
    .impact_card span {
        font-size: 16px;
    }
    .impact_card div {
        width: 60%;
    }
    .impact img {
        width: 100%;
        height: auto;
    }
    .impact_team img {
        height: 420px;
    }
    .impact_team_content {
        width: 90%;
    }
    .impact_team h5 {
        font-size: 28px;
    }
    .value img {
        height: auto;
    }
    .value  .ps-5 {
        padding-left: 0rem !important;
    }
    
    .value_card {
        padding: 15px;
    }.value_card h4 {
        font-size: 20px;
    }
    .ass_card {
        height: 320px;
    }
    .ass_content {
        padding: 20px;
    }
    .ass_content a {
        margin-top: 15px;
    }
    .prop_list_form .form-select {
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .form_left  {
    gap: 0 !important;
        flex-direction: column;
    }
    .tags {
        left: 10px;
    }.faq .accordion-item {
        width: 100%;
    }
    .faq .accordion-body {
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 16px;
    }.faq .accordion-button {
        font-size: 18px;
    }
    .inner_bnner svg {
        width: 40%;
        height: auto;
    }
    .inner_bnner .banner_content h2 {
        font-size: 28px;
    }
    .inner_bnner .banner_content {
        min-height: 220px;
    }
    .search_form.search_page {
        margin: 0% auto 40px;
        width: 100%;
    }
    .faq_search_form  {
        flex-direction: column;
        align-items: start !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
    }
    .faq.faq_page .accordion-item {
        padding: 0px 11px;
    }
    .faq_search_form input {
        padding: 10px 20px;
    }
    .how_card {
        margin-bottom: 40px;
    }
    .how_form img {
        min-height: auto;
    }
    .how_form form {
        padding: 20px 0;
    }
    .how_form h4 {
        font-size: 24px;
    }
    
    
    .contact_message iframe{
        height: 280px;
    }
    .contact_message .col-md-6.ps-5 {
        padding-left: 15px !important;
        margin-top:20px;
    }
    
    .contact_info {
        margin: 40px auto 0;
        width: 100%;
        flex-direction: column;
    }
    .contact_card {
        width: 100%;
        padding: 40px;
    }
    #contact_slider img {
        height: auto;
        display: flex;
        margin: auto;
        width: 95%;
    }
    
    .news_card.large_blog {
        flex-direction: column;
        gap: 0;
    }
    .news_card.large_blog .news_img {
        width: 100%;
        height: auto;
    }
    
    .news_card.large_blog .news_content {
        width: 100%;
    }
    .news_card.large_blog h4 {
        font-size: 18px;
    }.blog_Pagi.swiper-pagination {
        bottom: -15px;
        position: relative;
    }
    
    .news_head h1 {
        font-size: 28px;
        width: 90%;
    }
    .news_head {
        height: 280px;
    }
    .news_content_box h1,.news_content_box h2, .news_content_box h3,.news_content_box h4,.news_content_box h5,.news_content_box h6 {
        font-size: 16px;
    }
    .news_content_box li {
        font-size: 14px;
    }
    .news_content_box p {
        font-size: 14px;
    }
    .news_content_page .d-flex.justify-content-between {
        flex-direction: column;
        gap: 15px;
    margin-bottom: 25px !important;
    }
    
    .pro_head {
        flex-direction: column;
    }
    .pro_head .btn_rent {
        padding:12px 15px;
    }
    .pro_head .watch_list {
        margin-left: 10px;
    }
        #pro_detail_slider img {
        height: auto;
    }
    .feat_pro li p {
        font-size: 16px;
    }
    .feat_pro li {
        width: 100%;
    }
    .amen_card {
        height: 260px;
    }
    .photo_img {
        height: auto;
    }
    .loc_map iframe {
        height: 280px;
    }
    .floor_detail {
        padding: 15px;
        margin-bottom: 20px;
    }
    .feat_pro {
        gap: 20px;
    }
    .floor_img img {
        width: 100%;
        height: auto;
    }
    .floor_img ul {
        gap: 25px;
        flex-wrap: wrap;
    }
    .floor_cont {
        padding: 15px;
    }
    .floor_nav {
        right: 0;
    }
    .floor_nav.swiper-button-prev  {
        left: 0;
    }
    .video_content h4 {
        font-size: 18px;
    }
    .video_card {
        min-height: auto;
    }
    
    .testimonial_content p {
        font-size: 14px;
    }
    .testimonial_video_card {
        width: 100%;
    }
    .testimonial_card {
        height: auto;
    }
    .inner_bnner.login_page {
        height: 550px;
    }
    .login_content {
        padding: 15px;
        width: 340px;
    }
    .login_content ul li {
        font-size: 20px;
    }
    .login_content ul li a {
        font-size: 20px;
    }
    .login_content .form-control {
        margin-bottom: 10px;
    }
    .login_content p {
        font-size: 12px;
        width: 100%;
        margin: 15px auto 0;
    }
    
    .dashboard_left {
        padding: 25px 0 0;
    }
    .dashboard  .col-md-3 {
        margin-bottom: 20px;
    }
    .dashboard_right {
        padding: 20px;
    }
    .dashboard_left ul li:last-child {
        margin-top: 0;
    }
    .dashboard_left h4 {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }
    .dashboard_left a {
        font-size: 16px;
        padding: 15px 20px;
    }
    .dashboard_right h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .saved_list {
        border-radius: 10px;
        align-items: start;
        gap: 15px;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .saved_list img {
        height: 200px;
        width: 100%;
    }
    .dashboard  .btn_rent {
        margin: 0 !important;
    }
    .saved_list .saved_list_caption a {
        margin-top: 15px;
    }
    
      .menu-toggle-drop {
        color: #000;
        padding: 10px;
    }.dropdown_menu a:after {
    content: none;
}.menu-toggle-drop i{
    font-size: 25px;
}
        header .sub-menu .menu.kk {
        /*border: 1px solid;*/
        height: auto;
        overflow: hidden;
        margin: 0;
    position: unset;
        padding: 0;
        max-height: max-content;
        box-shadow: none;
    }.menu li:hover .sub-menu {
        display: none;
    }.menu .sub-menu a {
    font-size: 16px;
}
    .dropdown_menu {
    display: inline-flex;
    justify-content: space-between;
}
    
    .menu li .sub-menu {
        order: 1;
        transition: unset;
        padding: 0;
        min-height: auto;
    box-shadow: none;
        z-index: 1;
        max-height: max-content;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }.sub-menu {
        position: unset;
        width: 100%;
        display: none;
    } 
    
    
}


@media only screen and (max-width: 760px) {
    
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
}
