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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Outfit', 'Roboto', sans-serif;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2E48DE;
}

textarea:focus,
input:focus {
  outline: none;
}
.slick-dots li button::before {
  font-size: 23px;
}
.error{
    color: #FF0000;
}
p {
  margin: 0;
}

.z-50 {
  z-index: 50;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.mt-150 {
  margin-top: 125px;
}
.pt-250{
  padding-top: 250px;
}
.p-20 {
  padding: 4rem;
}

.my-section {
  margin: 3rem 0;
}
#more {display: none;}
input::placeholder{
  color: #8B8A8A;
}
textarea::placeholder{
  color: #8B8A8A;
}


/* =========== Font size css start ======= */
.h2-title {
  font-size: 1.85rem;
}
.fs-10-10{
  font-size: 10px;
}
.fs-12 {
  font-size: 0.70rem;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-55 {
  font-size: 3.4375rem;
}

.fs-14-title {
  font-size: 1rem;
}
.fs-8{
  font-size: 12px;
}
@media (max-width:768px) {
  .pt-250{
    padding-top: 50px;
  }
  .fs-8{
    font-size: 8px;
  }
}

@media (max-width:1400px) {
  .fs-14-title {
    font-size: 0.95rem;
  }

  .h2-title {
    font-size: 1.58rem;
  }

  .h1-title {
    font-size: 1.88rem;
  }

}

.overflow_text_div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.bg_transparent {
  background: transparent !important;
}

/* =========== Font size css end ======= */


/* ========== width css start ========== */
.w-450 {
  width: 450px;
}

.w-250 {
  width: 250px;
}

.w-250_1 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.mw-150 {
  width: 120px;
}

.w-400 {
  width: 600px;
}

/* ========== width css end ========== */

.map_view_input::placeholder {
  font-size: 10px;
}

.cursor_pointer:hover {
  cursor: pointer;
}

.icon_blue:hover {
  color: #d4d4d4;
}


/* ========================================== Header section start =========================================== */
.search_tab_btn:hover {
  background-color: #E4E8FF;
  color: #5A5A5A;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: none;
}

@media (max-width:480px) {
  .max-width-header-location {

    flex-direction: column;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
}

.advertise_btn {
  padding: 9px;
}

/* FREE BLINK STYLESHEET */

.badge-text {
  animation: pulse 0.5s infinite;
  font-size: 8px;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    /* Normal scale */
  }

  50% {
    transform: scale(1.2);
    /* Slightly larger scale */
  }
}

.mobile_header_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mhc_second_div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle_header_button {
  width: 50px;
  height: 30px;
  border: 1px solid gray;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.toggle_header_button .line {
  width: 80%;
  height: 3px;
  background-color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_header_button .line:nth-child(1) {
  top: 20%;
}

.toggle_header_button .line:nth-child(3) {
  top: 80%;
}

.toggle_header_button.active .line:nth-child(1) {
  transform: translate(-45%, -45%) rotate(-50deg) translateY(4px)
    scaleX(1.5);
}

.toggle_header_button.active .line:nth-child(2) {
  opacity: 0;
}

.toggle_header_button.active .line:nth-child(3) {
  transform: translate(-45%, -45%) rotate(50deg) translateY(-4px)
    scaleX(1.5);
}
.toggle_container.navbar-collapse.visible {
  display: block;
}

.header_mobile_view {
  display: none;
}

.mobile_view_on{
  display: none;
}

.mobile_view_off {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mobile_header_container {
    display: none;
  }
  .mobile_view_on{
    display: block;
  }
  
  .mobile_view_off{
    display: none;
  }
}

/* FREE BLINK STYLESHEET */


/* ------------------ mobile header start ----------- */



/* ------------------ mobile header end ----------- */


/* ========================================== Header section end =========================================== */

/* ========================================== chatbox section start =========================================== */
/* 
.chatbox_scroll {
  width: 100%;
  height: 290px;
  overflow-y: scroll;
}

.chatbox_scroll::-webkit-scrollbar {
  display: none;
}

.chatbox_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width:480px) {
  .w-450 {
    width: 380px;
  }
}

@media (max-width:375px) {
  .w-450 {
    width: 280px;
  }

  .w-250_1 {
    width: 140px;
  }

  .w-300 {
    width: 200px;
  }
} */



.whatapp_image_for_mobile {
  display: none;
}

.whatapp_image_for_desk{
  display: block;
}

@media only screen and (max-width: 720px) {
  .whatapp_image_for_mobile{
    display: block;
  }
  .whatapp_image_for_desk{
    display: none;
  }
}
/* ========================================== chatbox section end =========================================== */

/* ============================================ Login section start ========================================= */
.container_login {
  margin: 50px auto 20;  
  top: 214px; 
  left: 520px;
}

.login_main_box {
  width: 920px;
  height: 530px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-1 {
width: 40%;
background: #2E48DE; 
}
.box-2 {
width: 60%;
}
.robot_box {
max-width: 210px;
}
.email_box {
background-color: #E9E9E9; 
border-radius: 6px; 
border: 1px solid #D1CDCD;
 height: 52px;
 max-width: 25rem;
}
.user_img{
width: 35px;
}
.check_img {
width: 20px;
height: auto;
}
.captcha_img {
width: 31px;
height: auto;
}
.position_absolute{
position: absolute;
}
.fs-14-12{
font-size: 14px;
}
.fs-18-14 {
font-size: 18px;
}
.fs-16-12 {
font-size: 16px;
}
.fs-20-16 {
font-size: 20px;
}
.user_txt::placeholder{

font-weight: 300;
}
@media (max-width:1400px) {
.fs-14-12{
  font-size: 13px;
} 

}

@media (max-width:375px) {
.box-1 {
  width: 100%;
  background: #2E48DE; 
}
.box-2 {
  width: 100%;
}
.login_main_box {
  width: 100%;
  height: auto;
  margin: 20px auto;
 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.user_txt::placeholder{
font-size: 12px;
font-weight: 300;
}
.container_login {
margin: 90px auto 0;  
padding: 30px 10px;
/* top: 40px; 
left: 15px;
right: 15px; */
}
.email_box {
background-color: #E9E9E9; 
border-radius: 6px; 
border: 1px solid #D1CDCD;
height: 38px;
 max-width: 16rem;
}
.robot_box {
max-width: 185px;
}
.check_img {
width: 15px;
height: auto;
}
.captcha_img {
width: 21px;
height: auto;
}
.user_img{
width: 34px;
}
.social_icon_width{
width: 36px;
height: auto;
}
.position_absolute{
position: relative;
}
.fs-18-14 {
font-size: 14px;
}
.fs-16-12 {
font-size: 11px;
}
.fs-14-12{
font-size: 12px;
}
.fs-20-16 {
font-size: 14px;
}
}
@media (min-width:375px) and (max-width:576px) {
.box-1 {
  width: 100%;
  background: #2E48DE; 
}
.box-2 {
  width: 100%;
}
.login_main_box {
  width: 100%;
  height: auto;
  margin: 20px auto;
 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.user_txt::placeholder{
font-size: 12px;
}
.container_login {
margin: 72px auto 0;  
padding: 40px 30px; 
/* top: 40px; 
left: 15px;
right: 15px; */
}
.email_box {
background-color: #E9E9E9; 
border-radius: 6px; 
border: 1px solid #D1CDCD;
height: 42px;
 max-width: 16rem;
}
.robot_box {
max-width: 185px;
}
.check_img {
width: 15px;
height: auto;
}
.captcha_img {
width: 21px;
height: auto;
}
.user_img{
width: 38px;
}
.social_icon_width{
width: 36px;
height: auto;
}
.position_absolute{
position: relative;
}
.fs-18-14 {
font-size: 14px;
}
.fs-16-12 {
font-size: 12px;
}
.fs-20-16 {
font-size: 16px;
}
}

@media (min-width:577px) and (max-width:768px) {
.box-1 {
  width: 100%;
  background: #2E48DE; 
}
.box-2 {
  width: 100%;
}
.login_main_box {
  width: 100%;
  height: auto;
  margin: 20px auto;
 max-width: 520px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.user_txt::placeholder{
font-size: 16px;
}
.container_login {
margin: 72px auto 0;  
padding: 40px 30px; 
/* top: 40px; 
left: 15px;
right: 15px; */
}
.email_box {
background-color: #E9E9E9; 
border-radius: 6px; 
border: 1px solid #D1CDCD;
height: 42px;
 max-width: 19rem;
}
.robot_box {
max-width: 185px;
}
.check_img {
width: 15px;
height: auto;
}
.captcha_img {
width: 21px;
height: auto;
}
.user_img{
width: 40px;
}
.social_icon_width{
width: 45px;
height: auto;
}
.position_absolute{
position: relative;
}
.fs-18-14 {
font-size: 16px;
}
.fs-16-12 {
font-size: 14px;
}
.fs-20-16 {
font-size: 18px;
}
}
@media (min-width: 769px) and (max-width:991px) { 
.box-1 {
  width: 100%;
  background: #2E48DE; 
}
.box-2 {
  width: 100%;
}
.login_main_box {
  width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 520px;
  
}
.user_txt::placeholder{
font-size: 16px;
}
.container_login {
margin: 50px auto 0; 
padding: 40px 30px; 
/* top: 40px; 
left: 15px;
right: 15px; */
}
.email_box {
background-color: #E9E9E9; 
border-radius: 6px; 
border: 1px solid #D1CDCD;
 height: 42px;
 max-width: none;
}
.robot_box {
max-width: 185px;
}
.check_img {
width: 15px;
height: auto;
}
.captcha_img {
width: 21px;
height: auto;
}
.user_img{
width: 40px;
}
.social_icon_width{
width: 45px;
height: auto;
}
.position_absolute{
position: relative;
}
.fs-18-14 {
font-size: 18px;
}
.fs-16-12 {
font-size: 14px;
}
.fs-20-16 {
font-size: 16px;
}

}
@media (min-width:1400px) { 
.container_login {
  margin: 80px auto 0;  
  padding-top: 120px;
  /* top: 40px; 
  left:30px;
  right: 30px; */
}
}

@media (min-width: 992px) and (max-width:1400px){ 
.login_main_box {
  width: 100%;
  height: 100%;
  margin: 20px auto;
 max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.container_login {
margin: 80px auto 0;  
padding-top: 90px; 
/* top: 40px; 
left:30px;
right: 30px; */
}
.position_absolute{
position: relative;
}
}
/* ============================================== Login section end =========================================== */


/* ========================================== Banner section start =========================================== */
.mic_animation {
  animation: mic_video 0.9s infinite;
}

@keyframes mic_video {

  0%,
  100% {
    transform: scale(1.0);
  }

  50% {
    transform: scale(0.85);
  }
}
@media (min-width: 320px) and (max-width:991px){
  .mt-200 {
      margin-top: 0px;
  }
}
.search_tab_btn:hover{
  background-color: #E4E8FF;
  color: #5A5A5A;
}

/* .search_input_width {
  width: 90px;
} */

.margin_top_search_box {
  margin-top: -3.55rem;
}

.search_property_type_dropdown {
  height: 38px;
  width: 212px;
}

.dropdown-toggle-arrow1_search::after {
  /* margin-left: 3.6em; */
  position: absolute;
  top: 50%;
  right: 0;
}

.dropdown-toggle-arrow2_search::after {
  /* margin-left: 5.8em; */
  position: absolute;
  top: 50%;
  right: 0;
}

.location_searchbar ::placeholder {
  font-size: 14px;
  color: #8B8A8A;
}

.searchbox {
  max-width: 50%;
}

.search_font_16 {
  font-size: 16px;
  cursor: pointer;
}

.microphone_position {
  right: 8rem;
}

.dropdown-menu {
  border: 1px solid #e9e8e8;
}

.btn-outline-secondary {
  border: 1px solid #e9e8e8;
}

/* ------tab_banner ------- */
.the_tabs_header {
  display: flex;
  flex-wrap: wrap;
  max-width: 75rem;
  /* margin: 0 auto; */
  margin-top: 6px;
  /* border-bottom: 1px solid #ffffff; */

}

.the_tabs_header input[type="radio"] {
  display: none;
}

.the_tabs_header label {
  padding: 0px 20px 0px;
  text-align: center;
}

.the_tabs_header .tab_banner {
  width: 100%;
  padding: 1rem 2rem 1rem;
  background-color: #ffffff;
  order: 1;
  display: none;

}

.the_tabs_header .tab_banner h2 {
  font-size: 2rem;
}

.the_tabs_header .tab_banner p {
  padding-bottom: 1rem;
}

.the_tabs_header input[type="radio"]:checked+label+.tab_banner {
  display: block;
}

.the_tabs_header input[type="radio"]:checked+label {
  border-bottom: 2px solid #ffffff;
  font-weight: bold;


}

/* ------tab_banner ------- */
@media (min-width:1401px) {
  .searchbox {
    max-width: 55rem;
  }

}

@media (min-width:992px) and (max-width:1400px) {
  .searchbox {
    max-width: 50rem;
  }

  .location_li_maxwidth {
    max-width: 12rem;
  }

  .search_property_type_dropdown {
    height: 38px;
    width: 140px;
  }

  .microphone_position {
    right: 8rem;

  }

  .margin_top_search_box {
    margin-top: -3.15rem;
  }
}

@media (min-width:769px) and (max-width:991px) {
  .searchbox {
    max-width: 85%;
  }

  .location_li_maxwidth {
    max-width: 12rem;
  }

  .search_property_type_dropdown {
    height: 38px;
    width: 140px;
  }

  .microphone_position {
    right: 8rem;
  }

  .margin_top_search_box {
    margin-top: -3rem;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .searchbox {
    max-width: 85%;
  }

  .search_font_16 {
    font-size: 14px;
  }

  .the_tabs_header label {
    padding: 0px 6px 0px;
    text-align: center;
  }

  .location_searchbar ::placeholder {
    font-size: 12px;
    color: #8B8A8A;
  }

  .location_li_maxwidth {
    max-width: 13rem;
  }

  .the_tabs_header .tab_banner {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem;
    background-color: #ffffff;
    order: 1;
    display: none;

  }

  .microphone_position {
    right: 8rem;
  }

  .margin_top_search_box {
    margin-top: -3rem;
  }
}

@media (min-width:376px) and (max-width:480px) {
  .searchbox {
    max-width: 95%;
  }

  .search_font_16 {
    font-size: 12px;
  }

  .the_tabs_header label {
    padding: 0px 4px 0px;
    text-align: center;
  }

  .location_searchbar ::placeholder {
    font-size: 11px;
    color: #8B8A8A;
  }

  .location_li_maxwidth {
    max-width: 11rem;
  }

  .the_tabs_header .tab_banner {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem;
    background-color: #ffffff;
    order: 1;
    display: none;

  }

  .microphone_position {
    right: 5rem;
  }

  .margin_top_search_box {
    margin-top: -1rem;
  }
}

@media (min-width:320px) and (max-width:375px) {
  .searchbox {
    max-width: 95%;

  }

  .search_font_16 {
    font-size: 10px;
  }

  .the_tabs_header label {
    padding: 0px 4px 0px;
    text-align: center;
  }

  .location_searchbar ::placeholder {
    font-size: 11px;
    color: #8B8A8A;
  }

  .location_li_maxwidth {
    max-width: 9rem;
  }

  .the_tabs_header .tab_banner {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    order: 1;
    display: none;

  }

  .microphone_position {
    right: 5rem;
  }

  .margin_top_search_box {
    margin-top: -1rem;
  }
}

.image-button-slider {
  border: none; /* Add this line */
  background-color: transparent;
  width: 100%;
  padding: 0;
    outline: none;

}

.image-button-slider img {
  display: block;
  width: 100%;
  max-height: 600px;
  height: auto;
  outline: none;
}


/* ========================================== Banner section end =========================================== */



/* ========================================== Fliter section start =========================================== */
.filter_section ::placeholder {
  font-size: 14px;
  color: #B7B7B7;
}

.filter_dropdown {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  height: 38px;
  width: 195px;
}

.filter_dropdown_small {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  height: 38px;
  /* width: 155px; */
  width: 125px;
}

.filter_search_small {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  height: 38px;
  width: 35px;
}

.filter_dropdown_extra_small {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  height: 38px;
  width: 85px;
}

.dropdown-toggle1::after {

  display: inline-block;

  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;

}

.dropdown-toggle-arrow1::after {
  /* margin-left: 5em; */
  position: absolute;
  top: 50%;
  right: 18%;
}

.dropdown-toggle-arrow2::after {
  /* margin-left: 3.5em; */
  position: absolute;
  top: 50%;
  right: 6%;
}

.dropdown-toggle-arrow3::after {
  /* margin-left: 1.6em; */
  position: absolute;
  top: 50%;
  right: 7%;
}

.dropdown-toggle-arrow4::after {
  /* margin-left: 4.5em; */
  position: absolute;
  top: 50%;
  right: 7%;
}

.dropdown-toggle-arrow5::after {
  /* margin-left: 2em; */
  position: absolute;
  top: 50%;
  right: 6%;
}

/* ------------------ mobile start ----------- */
@media (max-width:375px) {
  .mw_filter_input {
    width: 9rem;
  }
  .mw_dashboard_filter_input {
    width:100%;
  }

  .filter_dropdown {
    width: 9rem;

    vertical-align: middle;
  }

  .filter_dropdown_small {
    width: 9rem;
  }

  .filter_section ::placeholder {
    font-size: 13px;
    color: #B7B7B7;
  }
}

@media (min-width:376px) and (max-width:480px) {
  .mw_filter_input {
    width: 10rem;
  }
  .mw_dashboard_filter_input {
    width:13rem;
  }

  .filter_dropdown {
    width: 10rem;
  }

  .filter_dropdown_small {
    width: 10rem;
  }

  .filter_section ::placeholder {
    font-size: 13px;
    color: #B7B7B7;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .mw_filter_input {
    width: 13rem;
  }
  .mw_dashboard_filter_input {
    width:13rem;
  }

  .filter_dropdown {
    width: 13rem;
  }

  .filter_dropdown_small {
    width: 13rem;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .mw_filter_input {
    width: 11rem;
  }
  .mw_dashboard_filter_input {
    width:11rem;
  }

  .filter_dropdown {
    width: 11rem;
  }

  .filter_dropdown_small {
    width: 10rem;
  }
}

/* ------------------ mobile  end ----------- */


/* ========================================== Fliter section end =========================================== */

/* ========================================== listing section start =========================================== */

.listing_img {
  margin: 10px 0px 0px 10px;
}

.listing_card:hover {
  cursor: pointer;

}
.listing_scroll{
  width: 100%;
  height: 1000px;
  overflow-y: scroll; /* Add the ability to scroll */
}
.listing_scroll::-webkit-scrollbar {
  display: none;
}
.listing_scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.mw_dropdown {

  width: 500px;
}

@media (min-width:1200px) and (max-width:1400px) {
  .listing_img1 {
    width: 20px;
    height: auto;
  }

  .listing_img2 {
    width: 20px;
    height: auto;
  }

  .listing_img3 {
    width: 20px;
    height: auto;
  }
}

@media (max-width:768px) {
  .mw_dropdown {
    width: 400px;

  }

}

@media (max-width:480px) {
  .mw_dropdown {
    width: 270px;

  }

}

.spinner-border-listing-section{
  color: #1F84DD;
}

@media screen and (min-width: 720px) {
  .row_children_height_322px > div > div{ height:325px; }
}

/* ------------------ mobile header start ----------- */

/* ------------------ mobile header end ----------- */


/* ========================================== listing section end =========================================== */

/* ========================================== our services section end =========================================== */
.ftr_os_16 {
  font-size: 16px;
}
@media  (max-width:1400px){
  .ftr_os_16 {
      font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width:1200px) {
  .ftr_os_16 {
    font-size: 13px;
  }
}

/* ========================================== our services section end =========================================== */

/* ========================================== trending property section start =========================================== */

/* .img-hover-zoom {
  height: 200px; 
  overflow: hidden; 
}


.img-hover-zoom img {
  transition: transform .4s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
} */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius-none);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-image: linear-gradient(to right, #1F84DD, #2E48DE);

}

.card-size {
  max-height: 200px;
  width: 100%;
}
/* [1] The container */
.img-hover-zoom {
  height: 200px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .4s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
/* ========================================== trending property section end =========================================== */

/* ========================================== home page the 31st section start =========================================== */

.w-80 {
  width: 80px !important;
  height: 70px !important;
}

/* ========================================== home page the 31st section end =========================================== */

/* ========================================== trending house tour section start =========================================== */

@media (min-width: 320px) and (max-width:480px) {
  .mw-trending-house-img {
    max-width: 80px;
    width: 100%;
    align-items: center;
  }
}

@media (min-width: 481px) and (max-width:767px) {
  .mw-trending-house-img {
    max-width: 120px;
    width: 100%;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .mw-trending-house-img {
    max-width: 80px;
    width: 100%;
    align-items: center;
  }
}

/* ========================================== trending house tour section end =========================================== */

/* ========================================== developer explore section start =========================================== */
.mt-200 {
  margin-top: 150px;
}

.explore_btn:hover {
  /* background-color: #1F84DD; */
  background-image: linear-gradient(to right, #1F84DD, #2E48DE);
  color: white;


}

.developer_scroll {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  /* Add the ability to scroll */
}

.developer_scroll::-webkit-scrollbar {
  display: none;
}

.developer_scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.video_animation {
  animation: pulse_video 0.9s infinite;
}

@keyframes pulse_video {

  0%,
  100% {
    transform: scale(0.8);
    /* Normal scale */
  }

  50% {
    transform: scale(0.85);
    /* Slightly larger scale */
  }
}

@media (min-width: 320px) and (max-width:991px) {
  .mt-200 {
    margin-top: 0px;
  }
}

.pt-250{
    padding-top: 250px;
  }

.fs-8{
  font-size: 12px;
}
@media (max-width:768px) {
  .pt-250{
    padding-top: 50px;
  }
  .fs-8{
    font-size: 8px;
  }
}

/* ========================================== developer explore section end =========================================== */

/* ========================================== luxury property section start =========================================== */

.developer_listing_scroll{
  width: 100%;
  height: 668px;
  overflow-y: scroll; 
}
.developer_listing_scroll::-webkit-scrollbar {
  display: none;
}
.developer_listing_scroll {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

.w_luxury_property_img_280{
  width: 280px;

  }
@media (max-width:1400px) {
  .w_luxury_property_img_280{
    width: 234px;
  }
}
@media (max-width:1200px) {
  .w_luxury_property_img_280{
    width: 205px;
  }
  
}
@media (max-width:991px) {
  .w_luxury_property_img_280{
    width: 205px;
  }
  
}
@media (max-width:767px) {
  .w_luxury_property_img_280{
    width: 165px;
  }
  
}
@media (max-width:576px) {
  .w_luxury_property_img_280{
    width: 140px;
  }
  
}
@media (max-width:480px) {
  .w_luxury_property_img_280{
    width: 100px;
  }
  
}
@media (max-width:375px) {
  .w_luxury_property_img_280{
    width: 85px;
  }
  
}

/* ========================================== luxury property section end =========================================== */

/* ========================================== trending developer section start =========================================== */
.trending_developer_img {
  width: 20rem;
  height: 20rem;
}

.trending_developer_img:hover {
  transform: translateY(-2.1rem);
  animation-timing-function: ease;
  transition: 1s;

}

.set_circle_image{
	width:350px;
	height:350px;
}

@media (max-width:375px) {
  .set_circle_image{
	width:240px;
	height:240px;
  }
  
}


/* ========================================== trending developer section end =========================================== */

/* ========================================== testimonial section start =========================================== */
.testimonial_scroll {
  width: 100%;
  height: 60px;
  overflow-y: scroll;
}

.testimonial_scroll::-webkit-scrollbar {
  display: none;
}

.testimonial_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div.star-wrapper .change-regular1 {
  color: #ACACAC;
}

div.star-wrapper .change-solid1 {
  color: #EB8D00;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 95px;
  height: 95px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 10px -4px #c9dff0;
  margin: 15px 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}

.gtco-testimonials .card .card-body p {
  min-height: 100px;
}


/* ========================================== testimonial section end =========================================== */

.w-36 {
  max-width: 130px;
  width: 100%;
}

.w-qr-img {
  max-width: 70px;
  width: 100%;
}

/* ========================================== gaurantee_property_sales_section start =========================================== */
.map_bg {

  background-repeat: no-repeat;
  background-position: right;
}

.fs-30-mb-24 {
  font-size: 30px;
}

.progress_left_margin {
  margin-left: 9rem;
}

.progress_left_margin2 {
  margin-left: 18rem;
}

/* ------------- animation circle start--------------- */

.main-container {
  min-height: 65vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100px;
  overflow: hidden;
}

.main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}

.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 3px solid #6495f2;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
  width: 69px;
  height: 69px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
  -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
  box-shadow: 0 2px 4px 0 #3e5ada;
  -webkit-box-shadow: 0 2px 4px 0 #3e5ada;
}

.icon-block img {
  margin: 0px auto;
  width: 59%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #6495f2;
  border-radius: 50%;
}

.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
  max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}

@media (min-width: 1400px) and (max-width:1800px) {
  .main-container {
    min-height: 70vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 380px;
    height: 380px;
    position: relative;
  }
}

@media (min-width: 961px) and (max-width:1399px) {
  .main-container {
    min-height: 65vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 340px;
    height: 340px;
    position: relative;
  }

  .center-logo img {
    max-width: 170px;
  }

}

@media (max-width: 960px) {
  .main-container {
    min-height: 65vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 380px;
    height: 380px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .main-container {
    min-height: 65vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 380px;
    height: 380px;
    position: relative;
  }

  .center-logo img {
    max-width: 130px;
  }

  .icon-block {
    width: 70px;
    height: 70px;
  }

  .fs-30-mb-24 {
    font-size: 24px;
  }

  .progress_left_margin {
    margin-left: 9rem;
  }

  .progress_left_margin2 {
    margin-left: 18rem;
  }

}

@media (max-width: 480px) {
  .main-container {
    min-height: 50vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 290px;
    height: 290px;
    position: relative;
  }

  .center-logo img {
    max-width: 130px;
  }

  .icon-block {
    width: 50px;
    height: 50px;
  }

  .fs-30-mb-24 {
    font-size: 24px;
  }

  .progress_left_margin {
    margin-left: 9rem;
  }

  .progress_left_margin2 {
    margin-left: 18rem;
  }

}

@media (max-width: 375px) {

  .main-container {
    min-height: 40vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .main {
    margin: 0px auto;
    width: 240px;
    height: 240px;
    position: relative;
  }

  .center-logo img {
    max-width: 95px;
  }

  .icon-block {
    width: 40px;
    height: 40px;
  }

  .fs-30-mb-24 {
    font-size: 24px;
  }

  .progress_left_margin {
    margin-left: 7rem;
  }

  .progress_left_margin2 {
    margin-left: 14rem;
  }

  .max-width-progress {
    width: 280px;
  }

  .step-description {
    font-size: 0.05rem;
    width: 120px;
  }
}

/* ------------- animation circle end--------------- */

/* ------------- progress bar css ---------------- */

.progress-bar {
  max-width: 400px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}

.active_btn:hover {
  border: 3px solid #01b0f8;
  background-color: white;
  color: #01b0f8;
}


.step-description {
  font-size: 0.7rem;
  width: 120px;
}

/* ------------- progress bar css ---------------- */

/* ========================================== gaurantee_property_sales_section end =========================================== */


/* ============================================= detail page map view section start ====================================== */

.ellipsis-container p {
  font-size: 11px; 
  overflow: hidden; 
  height: 100%;
  color: white;
}

.ellipsis-container {
  position: relative;
}

.hight_scroll{
  height: 90px;
  overflow: scroll;
  scrollbar-width: thin;
}

.set_hight {
  height: 0px;
}

.mystyle {
  height: 0px;
  overflow: scroll;
  scrollbar-width: thin;
}

.four_column_icon_text {
  border-top: 1px solid #2E48DE;
}

.area_dropdown:focus{
    outline: none;
}

.tab_detail1 .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  color: #ffffff;
  border-radius: 6px;
  background-color: var(--bs-nav-tabs-link-active-bg);
  background-color: #2E48DE;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border: 1px solid #2E48DE;
}
.tab_detail .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  color: #2E48DE;
  background-color: transparent;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border: 0;
  border-bottom: 4px solid #2E48DE;
  border-radius: 0;
}

.tab_detail1 ul{
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 10px 0 0;
  align-items: center;
}
.tab_detail ul{
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 10px 0 0;
  align-items: center;
}
.map_icon {

  background-color: #ffffff;
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  margin: 10px 0;
  cursor: pointer;
}

.map_icon:hover {
  border: 1px solid #2E48DE;

}

.map_icon img {
  top: 13px;
  left: 13px;
}

.fs-10 {
  font-size: 12px;
}

.nav-tabs1 .nav-link1 {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-link1 {
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs1 {
  border: none;
}

@media (max-width:480px) {
  .map_icon {

    background-color: #ffffff;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    margin: 30px 0 10px;
    cursor: pointer;
  }

  .fs-10 {
    font-size: 8px;
  }

  .map_icon img {
    top: 10px;
    left: 10px;
    width: 13px;
  }

}

/* ============================================= detail page map view section end ====================================== */


/* ============================================= detail page reviews section section start ====================================== */
.review_scroll{
  width: 100%;
  height: 610px;
  overflow-y: scroll; /* Add the ability to scroll */
}
.review_scroll::-webkit-scrollbar {
  display: none;
}
.review_scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* ============================================= detail page reviews section section end ====================================== */

/* ============================================= detail page developer detail section end ====================================== */
.image-container1 {
  position: relative;
  display: inline-block;
    height:100%;width: 100%;
}

.text-over-image1 {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
  background-color: rgba(32, 31, 41, 0.5);
  color: #fff;
  padding: 10px;
  display: flex;
  border-radius: 5px;
      justify-content: center;
      align-items: center;
  font-size: 26px;
  font-weight: bold;
  opacity: 0; 
  transition: opacity 0.3s; 
}

.image-container1:hover .text-over-image1 {
  opacity: 1; 
}
 .image-container {
      position: relative;
      display: inline-block;
  }
    .text-over-image {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      background-color: rgba(0,0,0,.5);
      margin: 0;
    }
    
.developer_box {
  width: 260px;
  position: absolute;

  align-items: center;
  justify-content: center;

  top: 80px;
}

.h-150 {
  height: 150px;
}

@media (max-width:375px) {
  .developer_box {
    width: 260px;
    position: absolute;

    align-items: center;
    justify-content: center;

    top: 40px;
  }

  .h-150 {
    height: 100px;
  }
}

/* ============================================= detail page developer detail section end ====================================== */

/* ============================================= detail page EMI calculator section start ====================================== */

.amenity-detail-page {
  display: none;
}

/* Show the first 3 amenities */
.amenity-detail-page:nth-child(-n+7) {
  display: block;
}

.Calculator_input input::placeholder {
  color: #c9dff0;
  font-size: 14px;
}

.mw_detail_page_500 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width:375px) {
  .emi_calculator input::placeholder {
    font-size: 12px;
  }
}

/* ============================================= detail page EMI calculator section end ====================================== */

/* ============================================= detail page Inquiry section start ====================================== */

.datepicker-dropdown {
  position: absolute;
  background-color: white;
  color: #555;
  margin-top: 310px;
  padding: 10px 20px;
  font-size: 12px;
  text-align: center;
}

.day {
  padding: 3px 5px;
}

.form-select:focus {
  box-shadow: none;
  border: 1px solid #B7B7B7;
}


/* ============================================= detail page Inquiry section end ====================================== */

.border_none_mobile {
  border: 1px solid #E9E9E9;
}

@media (max-width:576px) {
  .border_none_mobile {
    border: none;

  }
}


/* ========================================== Property_Option_section start =========================================== */
.border_bottom_grey {
  border-bottom: 1px solid #D1CDCD;
}

.blue_underline:hover {
  border-bottom: 4px solid #2E48DE;
}

/* -------------- tabs_css_start ------------- */

.the_tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;


}

.the_tabs input[type="radio"] {
  display: none;
}

.the_tabs label {
  padding: 0px 20px 0px;
  text-align: center;
}

.the_tabs .tab {
  width: 100%;
  padding: 3rem 0 1rem;
  border-top: 1px solid #D1CDCD;
  order: 1;
  display: none;
}


.the_tabs .tab h2 {
  font-size: 2rem;
}

.the_tabs .tab p {
  padding-bottom: 1rem;
}

.the_tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

.the_tabs input[type="radio"]:checked+label {
  border-bottom: 4px solid #2E48DE;

}




/* -------------- tabs_css_end ------------- */




/* ========================================== Property_Option_section end =========================================== */


/* ========================================== newsletter section start =========================================== */
.py-110 {
  padding: 110px 0px;
}

/* ------------------ mobile  start ----------- */
@media (min-width: 320px) {
  .py-110 {
    padding: 50px 0px;
  }

  .fs-mb-12 {
    font-size: 12px;
  }

}

@media (min-width: 375px) {
  .max_width_480 {
    max-width: 480px;
    margin: 0 auto;
  }

  .fs-mb-12 {
    font-size: 14px;
  }

}

/* ------------------ mobile  end ----------- */


/* ========================================== newsletter section end =========================================== */




/* ========================================== Footer section start =========================================== */

.ftr_logo {
  max-width: 180px;
}

.max-w-190 {
  max-width: 150px;
}

.text_justify {
  text-align: justify;
}

.ftr_fs_16 {
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width:1400px) {
  .ftr_fs_16 {
    font-size: 0.80rem;
  }

  .max-w-190 {
    max-width: 130px;
  }

  .ftr_logo {
    max-width: 160px;
  }

  .w-5 {
    width: 25px;
  }

  .w-2 {
    width: 15px;
  }
}

@media (min-width: 320px) and (max-width:992px) {
  .ftr_fs_16 {
    font-size: 14px;
  }
}


/* ------------------ mobile  start ----------- */

/* ------------------ mobile  end ----------- */


/* ========================================== Footer section end =========================================== */

.developer_listing_scroll{
  width: 100%;
  height: 668px;
  overflow-y: scroll; /* Add the ability to scroll */
}
.developer_listing_scroll::-webkit-scrollbar {
  display: none;
}
.developer_listing_scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* .detail_tag_x_scroll{
  width: auto;
  height: auto;
  overflow-x: scroll;
}
.detail_tag_x_scroll::-webkit-scrollbar {
  display: none;
}
.detail_tag_x_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */



.w_luxury_property_img_280{
  width: 280px;

  }
@media (max-width:1400px) {
  .w_luxury_property_img_280{
    width: 234px;
  }
}
@media (max-width:1200px) {
  .w_luxury_property_img_280{
    width: 205px;
  }

}
@media (max-width:991px) {
  .w_luxury_property_img_280{
    width: 205px;
  }

}
@media (max-width:767px) {
  .w_luxury_property_img_280{
    width: 165px;
  }

}
@media (max-width:576px) {
  .w_luxury_property_img_280{
    width: 140px;
  }

}
@media (max-width:480px) {
  .w_luxury_property_img_280{
    width: 100px;
  }

}
@media (max-width:375px) {
  .w_luxury_property_img_280{
    width: 85px;
  }

}

.slick-dots li button::before {
  font-size: 23px;
}

/* ========================================== Builder dashboard section start =========================================== */

.w_dashboard_box{
  width: 150px;
  height: 125px;
}
.dashboard_filter_section input::placeholder {
  font-size: 13px;
  color: #B7B7B7;
}
.my_inquiries input::placeholder{
  font-size: 13px;
  color: #B7B7B7;
}
.dashboard_scroll{
  width:224px;
  height: 880px;
  overflow-y: scroll; /* Add the ability to scroll */
}
.dashboard_scroll::-webkit-scrollbar {
  display: none;
}
.dashboard_scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media (max-width:576px) {
  .w_dashboard_box{
    width: 100px;
    height: 118px;
  }
}

/* ========================================== Builder dashboard section end =========================================== */

/* ========================================== User dashboard section start =========================================== */

.feedback_section textarea::placeholder{
  color:#B7B7B7;
}

.dashboard_icon_width{
  width: 35px;
  height: auto;
}

@media (max-width:480px) {
  .save_serach_title {
    width: 225px;
    margin-right: 6px;
  }
}
/* ========================================== User dashboard section end =========================================== */


/* ========================================== Post your Property section start =========================================== */
.moretext {
  display: none;
}
.ms-200 {
  margin-left: 280px;
}
.pt-230 {
    padding-top: 160px;
}
.btn-check + .btn:hover {
  color:#5A5A5A;
  background-color:#ffffff;
  border-color: #2E48DE;
}
.form_section input::placeholder{
  color:#141414;
  font-size: 14px;
}

.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #6c757d;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #2E48DE;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2E48DE;
  --bs-btn-active-border-color: #2E48DE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.form-select {
  --bs-form-select-active-color: #fff;
  --bs-form-select-active-bg: #2E48DE;
  --bs-form-select-active-border-color: #2E48DE;
}

@media (min-width:1600px){
  .ms-200 {
    margin-left: 18rem;
  }
}
@media (max-width:1600px){
  .ms-200 {
    margin-left: 2rem;
  }
    .mt-230 {
    margin-top: 100px;
}
}
@media (max-width:992px) {
  .ms-200 {
    margin-left: 0px;
  }
  .mt-230 {
    margin-top: 100px;
}
}
/* ========================================== Post your Property section end =========================================== */

/* ========================================== home loan page start =========================================== */
.img_effect {
  opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img_effect:hover {
  opacity: .5;

border-top-right-radius: 10px;
border-top-left-radius: 10px;
  }

.homeloan_box{
height: 208px;
}
.homeloan_box:hover{
  border-bottom:2px solid #2E48DE;
}
@media (max-width:1199px) {
  .mw_cal_500{
    max-width: 500px;
    width: 100%;
  margin: 0 auto;
  } 
}

/* ========================================== home loan page end =========================================== */

/* ========================================== sweet alert start =========================================== */
.swal2-shown {
  overflow: unset !important;
  padding-right: 0px !important;
}
/* ========================================== sweet alert end =========================================== */


/* ========================================== privacy policy cms page section start =========================================== */

.privacy-policy h2 {
  margin-bottom: 10px;
}
.privacy-policy  {
  margin-top: 70px;
}

.privacy-policy p {
  font-size: 16px;
  margin-bottom: 15px;
}

.privacy-policy h6, .privacy-policy h4 {
  margin-bottom: 5px;
}

.privacy-policy_primary_text {
 color: #0d6efd;
}
/* ========================================== privacy policy cms page section end =========================================== */


/* ========================================== disclaimer cms page section start =========================================== */
.disclaimer_margin_top_90{
  margin-top: 120px;
}

.service_section_padding_top_120{
  padding-top: 90px;
}

/* ========================================== disclaimer cms page section end =========================================== */


/* ========================================== our services cms page section start =========================================== */

.about-progress-inner .inner .disc {
  color: #5c727d;
  margin-bottom: 40px;
}

/* ========================================== our services cms page section end =========================================== */


/* ========================================== terms and condition cms page section start =========================================== */

.term_condition_section {
  margin-top: 90px;
}
.term_condition_section h2 {
   margin-bottom: 20px; /* Adjust margin as needed */
   margin-top: 50px;
 }

 .term_condition_section p {
   color: #5c727d;
 }

 .term_condition_section ol {
   color: #5c727d;
 }

 .term_condition_section span {
   color: blue; /* Change color to blue */
 }
 
/* ========================================== terms and condition cms page section end =========================================== */



/* ========================================== about us cms page section start =========================================== */
/* Style for the image div and content div */

.about_us_page_ {
  margin-top: 90px;
  box-sizing: border-box;
  padding: 10px;
}

.aup_heading_div {
  margin-bottom: 80px;
}
.about_us_page_ h1 {
  font-size: 32px;
  margin-bottom: 2px;
  color: blue;
}

.aup_main_paragraph {
  margin: 2px;
}

.about_us_page_ h2 {
  font-size: 24px;
  color: blue;
}

.about_us_page_ h3 {
  font-size: 20px;
  color: blue;
}

.about_us_page_ h4 {
  font-size: 18px;
  color: blue;
}

.aup_heading_div {
  text-align: center;
}

.aup_about_you_div,
.aup_our_vision,
.aup_our_mission {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 90px;
}

.aup_ayd_img,
.aup_ov_img,
.aup_om_img {
  max-width: 50%;
}

.aup_ayd_content,
.aup_ov_content,
.aup_om_content {
  display: flex;
  justify-content: flex-start; /* Aligning content to start from the top */
  align-items: center;
  flex-direction: column;
  max-width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

.aup_ayd_img img,
.aup_ov_img img,
.aup_om_img img {
  width: 100%;
  border-radius: 12px;
  max-height: 314px;
}

.aup_query_div {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 0 50px;
  border: 5px solid blue;
  box-sizing: border-box;
  border-radius: 12px;
  color: blue;
  margin-bottom: 80px;
}

.aup_qd_button {
  padding: 10px;
  text-align: center;
  background-color: transparent;
  border: 2px solid blue;
  border-radius: 5px;
  color: blue;
}

.aup_qd_button > a {
  text-decoration: none;
  color: blue;
}

.aup_qd_button:hover {
  cursor: pointer;
}

.aup_double_imgs {
    position: relative;
    width: 80%;
    height: fit-content;
    margin: 0 auto;
    margin-bottom: 180px;
  }
  
  .aup_double_imgs img:first-child {
    position: relative;
    width: 60%;
    border-radius: 12px;
    z-index: 0; /* Ensure the first image is above the second image */
  }
  
  .aup_double_imgs img:last-child {
    position: absolute;
    border-radius: 12px;
    width: 50%;
    top: 40%; /* Position at the top of the container */
    left: 40%; /* Position at the right side of the container */
    z-index: 1; /* Ensure the second image is below the first image */
  }

  .aup_about_you_inside_div {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .aup_about_you_inside_div img:first-child {
    position: relative;
    width: 90%;
    max-height: 414px;
    border-radius: 12px;
    z-index: 0; /* Ensure the first image is above the second image */
  }
  
  .aup_about_you_inside_div img:last-child {
    position: absolute;
    border-radius: 12px;
    max-height: 270px;
    width: 80%;
    top: 60%; /* Position at the top of the container */
    left: 50%; /* Position at the right side of the container */
    z-index: 1; /* Ensure the second image is below the first image */
  }


  .aup_wwd_question_heading {
    margin-bottom: 10px !important;
  } 
  .aup_wwd_question_answer{
    margin-bottom: 20px;
  }

  .aup_wwd_heading_last {
    margin-bottom: 50px;
  }

@media screen and (max-width: 720px) {
  .aup_ayd_content,
  .aup_ov_content,
  .aup_om_content {
    max-width: 100%;
    padding: 10px;
  }
  .aup_about_you_div,
  .aup_our_mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 90px;
  }

  .aup_our_vision {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 90px;
  }

  .aup_ayd_img,
  .aup_ov_img,
  .aup_om_img {
    max-width: 80%;
  }
  
  .aup_double_imgs {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}



/* ========================================== about us cms page section end =========================================== */


/* ========================================== about us cms page section start =========================================== */
.fb_section {
  font-family: Arial, sans-serif;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 120px;
}

.fb_tb_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; /* Added flex-wrap to wrap boxes */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
}

.fb_tb_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  align-items: center;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  flex-grow: 1;
}

.fb_tb_box img {
  margin-right: 20px;
  color: #2e46de;
}

.fb_tb_box-content {
  flex-grow: 1;
}

.fb_tb_box-content h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.fb_tb_box h2 {
  color: #2e46de;
  margin-top: 0;
}

.fb_tb_box p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .fb_tb_box {
    flex-basis: calc(
      50% - 20px
    ); /* Adjusted flex-basis for 2 boxes per row */
    margin-top: 20px;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .fb_tb_container {
    flex-direction: column;
    align-items: center;
  }

  .fb_tb_box {
    width: 90%;
    margin: 10px 0;
    padding: 30px 15px;
  }

  .fb_tb_box img {
    margin: 0;
    margin-bottom: 10px;
  }

  .fb_tb_box-content {
    text-align: center;
  }
}

.fb_get_touch_container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 650px;
  margin: 0 auto;
}

.fb_get_touch_form-group {
  margin-bottom: 20px;
}

.fb_get_touch_form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.fb_get_touch_form-group input[type="text"],
.fb_get_touch_form-group input[type="email"],
.fb_get_touch_form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.fb_get_touch_form-group textarea {
  height: 100px;
}

.fb_get_touch_container .fb_btn {
  background-color: #2e46de;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.1s ease;
}

.fb_get_touch_container .fb_btn:hover {
  background-color: #0056b3;
}
.fb_get_touch_heading_continer {
  text-align: center;
}
.fb_get_touch_heading_continer h3 {
  color: #2e46de;
}
.fb_tb_box:hover {
  transform: scale(1.16);
  z-index: 1;
}

.fb_map_container {
  margin-bottom: 90px;
}
/* ========================================== about us cms page section start =========================================== */




/* ========================================== Our Partners section start =========================================== */

.customer-logos-h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden; 
}

.slick-slide img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos .slide{
  height: 100px;
}

/* ========================================== Our Partners section end =========================================== */




/* ============================================= Degital visiting card start ====================================== */
/* .mw_visiting_card_800{
  max-width: 800px;
  width: 100%;
margin: 0 auto;
}
.person_photo{
  margin-top: -95px;
  left: 300px;
} */

/* ============================================= Degital visiting card end ====================================== */

/* ============================================= Degital visiting small card start ====================================== */

/* .mw_visiting_small_card_800{
  max-width: 400px;
  width: 100%;
margin: 0 auto;
}
.text_center_mob{
  text-align: left;
}
.justify_cnt_mob {
  justify-content: end;
}
@media (min-width: 320px) and (max-width:374px){
  .text_center_mob{
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .justify_cnt_mob {
    justify-content: center;
  }
} */
/* ============================================= Degital visiting small card end ====================================== */

/* .modal-backdrop {
  display: none;
} */