@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

.stopscroll {
  overflow: hidden;
}

.close-icon {
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 15px;
}

:root {
  --red-primary: #e20001;
  --orange-primary: #fd5e0d;
  --green-primary: #28DB65;
  --lightorange-primary: #fff7f1;
  --grey-primary: #525252;
  --grey-secondary: #fbfafa;
  --black-primary: #FD5E0D;
  --white-primary: #ffffff;
  --gradient1: #c96f3b;
  --gradient2: #8224E3;
  --dusky-brown: #1E306E;
  --light-yellow: #ffd30e;
  --body-font: "Open Sans", sans-serif;
}

.search-block .search-input button img {
  padding-bottom: 5px;
}

.filtersearch_filtersearch_wrapper__qbVi8 {
  display: flex !important;
  justify-content: space-between;
}



body {
  font-family: var(--body-font);
  font-display: swap;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 30px;
  line-height: 40.85px;
}

h3 {
  font-size: 20px;
  line-height: 27.24px;
}

h4 {
  font-size: 18px;
  line-height: 24.51px;
}

header {
  background: var(--white-primary);
  padding: 15px 0px;
  box-shadow: 0px 4px 15px 0px #BBD8ED;

}

header .row {
  align-items: center;
}

header .right-block {
  display: flex;
  justify-content: right;
  align-items: center;
}

.css-b62m3t-container {
  display: block !important;
}

header .left-block {
  display: flex;
  align-items: center;
}

header .left-block .logo-block {
  padding-right: 30px;
  width: 30%;
}

header .left-block .logo-block img {
  width: 100%;
}

header .left-block .language-block {
  border-right: 1px solid #a0a0a0;
  padding-right: 10px;
  margin-right: 15px;
  font-size: 18px;
  height: 20px;
}

header .left-block select {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: left;
  color: var(--black-primary);
}

header .left-block .country-block {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}

header .left-block select {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: left;
  color: var(--black-primary);
}

.btn-block a {
  background: linear-gradient(#c96f3b, #e88504);
  color: var(--white-primary);
  padding: 9px 32px;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24.51px;
  width: 180px;
  font-weight: 600;
  text-align: center;
  height: 44px;
}

.btn-block a:hover {
  background: linear-gradient(#e88504, #c96f3b);
}

.homepage-popup h2 {
  font-size: 60px;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.homepopup_wrapper {
  background-image: url("/images/home-page-popup.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 550px;
  background-position: bottom;
}

.homepage-popup {
  text-align: center;
  display: block;
  width: 100%;
}

.home-popup--img {
  padding: 40px;
  /* padding-top: 0; */
  width: 1016px !important;
}

.home-popup--img .startmodal_close {
  margin-bottom: 10px;
  margin-top: 10px;
}

.home-popup--img .startmodal_close {
  justify-content: end;
  position: absolute;
  right: 18px;
  top: -17px;
  font-size: 31px;
}

.home-popup-hedaing {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 100px;
}

.enjoy-instant {
  font-size: "14px";
  font-weight: "bold";
}

.map-list-new-div {
  position: relative;
}

.map-list-new-div .video-status {
  position: absolute;
  bottom: 5%;
  right: 17%;
}

.map-list-new-div .pic-status {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
}

.home-popup-left img {
  width: 100% !important;
  height: auto !important;
}

.homepage-popup img {
  width: 304px;
  height: 58px;
}

.homepopup-content {
  text-align: left;
  /* padding-left: 50px; */
}

.homepopup-content h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.homepopup-content p {
  font-size: 16px;
  line-height: 32px;
}

.homepopup-content .theme-btn {
  font-size: 18px;
}

.signin-block {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signin-block a {
  color: #292D32;
  font-size: 16px;
  line-height: 21.79px;
  font-weight: 600;
  padding: 0px 10px;
  display: inline-block;
}

.menu-block {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.menu-block .all-btn {
  background: transparent;
  padding: 5px 10px;
  border: 1px solid #ff5000;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  /* line-height: 21.79px; */
  color: #1E306E;
  font-weight: 600;
  margin-right: 37px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-block .mainmenu {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
}

.menu-block .mainmenu li {
  margin-right: 37px;
}

.menu-block .mainmenu li a {
  font-size: 15px;
  line-height: 21.79px;
  color: #1E306E;
  font-weight: 600;
}

.menu-block .mainmenu li a:hover {
  color: var(--dusky-brown);
}

.main_banner_nav {
  /* background: var(--lightorange-primary); */
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_banner {
  /* background: var(--lightorange-primary); */
  width: 100%;
  /* box-shadow: inset 0 0px 5px -5px #3333333b, inset 0 -5px 8px -5px #3333333b; */
  box-shadow: 0px 10px 12px -9px #BBD8ED;
  margin-bottom: 15px;
}

.cons-btn {
  text-align: right;
}

.cons-btn img {
  margin-right: 10px;
}

.cons-btn a {
  background: #1E306E;
  color: var(--white-primary);
  padding: 12px 32px;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-display: swap;
  line-height: 19.07px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  height: 44px;
}

.prop-banner .left-block h2 {
  font-weight: 700;
  color: #292d32;
  margin-bottom: 20px;
}

.search-block {
  width: 100%;
  background: var(--white-primary);
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0px 1px 92px 0px #0000001C;
}

.search-block .search-input {
  position: relative;
  width: 100%;
}

.search-block button[type="submit"] {
  background: #000;
  border: 0;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 2%;
  top: 8px;
}

.search-block button[type="button"] {
  background: #1E306E;
  border: 0;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  margin: 0 0px 0px 10px;
}

.main_banner .btn-groups .theme-btn-filter {
  background: var(--dusky-brown);
  color: var(--white-primary);
  padding: 12px 32px;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  height: 44px;
}

.main_banner .btn-groups .theme-btn-filter:hover {
  background-color: #1b4597;
}

.prop-banner .right-block .contxt h2 {
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
}

.prop-banner .right-block .contxt h2 span {
  color: #ff5000;
  font-size: 30px;
}

.prop-banner .right-block .seperator {
  width: 18px;
  float: left;
  margin: 0px 30px 0px 20px;
}

.prop-banner .right-block {
  display: flex;
}

.prop-banner .right-block .contxt {
  width: 65%;
}

.prop-banner .right-block .img {
  width: 50%;
}

.theme-btn {
  color: var(--white-primary);
  padding: 10px 32px;
  display: inline-block;
  border-radius: 0px 10px 0px 10px;
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  height: 36.12px;
  border: 1px solid #ff5000;
  color: #1E306D;
}

.theme-btn:hover {
  background: #1E306D;
  color: var(--white-primary);
  border: 1px solid #1E306D;
}

#address-input {
  background: #f1f3f6;
  padding: 12px 32px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #e6ebf1;
  /* width: 100%; */
}

.subscribe-input input {
  width: 100%;
  /* border-radius: 30px; */
}

#address-input::placeholder {
  color: #7c7c7c;
  font-size: 12px;
  font-size: 400;
}

.main_banner .left-block {
  position: relative;
}

.main_banner .left-block .filter-card {
  background: var(--white-primary);
  border-radius: 10px;
  padding: 12px 24px;
  margin-top: -40px;
  position: absolute;
  width: 100%;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 99;
}

.main_banner .left-block .filter-card.active {
  display: block;
}

.main_banner .left-block .filter-card .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
  color: var(--black-primary);
  margin-bottom: 15px;
}

.filter-card select {
  background: var(--white-primary);
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 15px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  margin-bottom: 15px;
  color: #7c7c7c;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url("/images/icons/dropdown-arrow.svg") !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}

.dropdown-item svg {
  color: #12316e;
  font-size: 20px;
  margin-right: 5px;
}

.filter-card input {
  background: var(--white-primary);
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 15px;
  /* width: 100%; */
  font-size: 13px;
  font-weight: 400;
  line-height: 16.34px;
  /* margin-bottom: 15px; */
  color: #000000;
  /* -webkit-appearance: none; */
}

.main_banner .left-block .filter-card label {
  font-size: 12px;
  font-weight: 500;
}

.main_banner .left-block .filter-card .btn-groups .theme-btn {
  padding-top: 14px;
  padding-bottom: 14px;
  height: max-content;
  margin-right: 10px;
}

.listing-section {
  background: #fff;
  padding: 50px 0px;
  /* box-shadow: 0px 2px 41px 0px #0000001a; */
  /* box-shadow: inset 0 -5px 8px -5px #3333333b; */
}

.listing-section-pink {
  /* background: url(/images/pink_bg-1.png) !important; */
  background-color: #F8FDFF;
  background-size: cover;
  padding: 50px 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.listing-section h2 {
  font-size: 20px;
  line-height: 27.24px;
  font-weight: 600;
  padding-bottom: 15px;
}

.ecp-section {
  background: #1E306E;
  padding: 50px 0px;
  box-shadow: 0px 1px 16px 0px #0000001A;
}

.listing-card {
  background: var(--white-primary);
  padding: 30px 20px 0px 20px;
  position: relative;
  box-shadow: 0px 2px 41px 0px #0000001A;

}

.listing-card .card-head {
  margin-bottom: 30px;
  position: relative;
}

.listing-card .card-head h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40.85px;
  text-align: center;
  color: #292D32;
}

.listing-card .card-head a {
  background: #ff5000;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--white-primary);
  position: absolute;
  right: 0;
  top: 0;
}

.landforsale {
  background: var(--white-primary);
  padding: 50px 0px;
  /* box-shadow: inset 0 -5px 8px -5px #3333333b; */
  box-shadow: 0px 2px 41px 0px #0000001A;

}

.landforsale .header-section {
  text-align: center;
  position: relative;
}

.landforsale h2 {
  font-weight: 700;
  color: #292D32;
}

.landforsale .view-all {
  background: var(--black-primary);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--white-primary);
  position: absolute;
  right: 3%;
  top: 0;
  margin: 0;
}

.product-card {
  margin-bottom: 30px;
  cursor: pointer;
}

.product-card .product-image {
  margin-bottom: 0px;
  position: relative;

  overflow: hidden;
}

.product-card .product-image:hover img {
  transform: scale(1.1);
}

.product-card .product-image img {
  transition: all 500ms ease-in-out;
  width: 100%;
}

.product-card .status {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
  width: max-content;
  min-width: 62px;
  height: 25.03px;
  background: var(--green-primary);
  padding: 3px 8px;
  color: var(--white-primary);
  text-transform: capitalize;
  position: absolute;
  top: 4%;
  right: 30%;
}

.product-card .pending {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
  width: max-content;
  min-width: 62px;
  height: 25.03px;
  background: var(--light-yellow);
  padding: 3px 8px;
  color: var(--white-primary);
  text-transform: capitalize;
  position: absolute;
  top: 4%;
  right: 30%;
}

.product-card .sold {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
  width: max-content;
  min-width: 62px;
  height: 25.03px;
  background: #D22B2B;
  padding: 3px 8px;
  color: var(--white-primary);
  text-transform: capitalize;
  position: absolute;
  top: 4%;
  right: 30%;
}

.product-card .status img {
  width: 15px;
}

.product-card .type {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
  width: max-content;
  min-width: 62px;
  height: 25.03px;
  background: var(--gradient2);
  padding: 3px 8px;
  color: var(--white-primary);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: absolute;
  top: 4%;
  right: 5%;
}

.product-card .type img {
  width: 15px;
}

.product-card .pic-status {
  width: max-content;
  position: absolute;
  bottom: 15px;
  right: 5%;
}

.product-card .pic-status img {
  width: 22px;
  margin-right: 5px;
}

.product-card .pic-status {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: var(--white-primary);
}

.product-card .video-status {
  width: max-content;
  position: absolute;
  bottom: 15px;
  right: 18%;
}

.product-card .video-status img {
  width: 25px;
  margin-right: 5px;
}

.product-card .video-status {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: var(--white-primary);
}

.product-card .wishlist-btn {
  background: var(--white-primary);
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-left: 15px;
}

.product-card .wishlist-btn svg {
  color: #ff5000;
  font-size: 24px;
}

.product-card .share-btn {
  background: var(--white-primary);
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-left: 5px;
}

.product-card .product-context {
  padding: 12px 12px 30px 12px;
  /* box-shadow: 0 0 8px #3333333b; */
  box-shadow: 0px 4px 4px 0px #00000024;

  position: relative;
}

.product-card .product-context .map-icon {
  width: 32px;
  height: 32px;
  background: #EDF2FF;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  right: 5%;
  top: 6%;
}

.product-card .product-context .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: left;
  margin-bottom: 5px;
  color: #1E306C;
}

.product-context .address-show {
  width: 233px;
}

.product-card .product-context .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: left;
  margin-bottom: 10px;
  color: #0041D9;
}

.product-card .product-context .amenties {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.product-card .product-context .amenties .icons {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 19.07px;
  text-align: left;
  color: #1d1e1e;
  font-family: var(--body-font);
  font-display: swap;
  margin-right: 4px;
}

.ecp-section h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.ecp-section p {
  color: var(--black-primary);
  font-size: 16px;
  line-height: 21.77px;
  font-weight: 400;
}

.ecp-section .icon-box {
  background: var(--white-primary);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  cursor: pointer;
  min-height: 245px;
  transition: border-bottom 0.3s ease, transform 0.3s ease;
}

.ecp-section .icon-box:hover {
  border-bottom: 5px solid #ff5000;
  /* transform: scale(1.1); */
}

.ecp-section .icon-box .image-block {
  width: 30%;
}

.ecp-section .icon-box .image-block img {
  width: 85px;
  height: 75px;
}

.ecp-section .icon-box .content-block {
  width: 70%;
}

.ecp-section .icon-box .content-block h3 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
  font-size: 20px;
}

.ecp-section .icon-box .content-block p {
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 400;
  color: #6c7076;
  margin-bottom: 0;
}

.propertybycat {
  /* background: var(--white-primary); */
  /* background: var(--lightorange-primary) !important; */
  /* background-image: url("/images/category-bg.png") !important; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
  box-shadow: 0px 2px 41px 0px #0000001A;
  background: #fff;
}

.propertybycat h2 {
  font-weight: 700;
  color: #292D32;
  margin-bottom: 20px;
}

.propertybycat p {
  color: var(--black-primary);
  font-size: 16px;
  line-height: 21.77px;
  font-weight: 400;
}

.propertybycat .image-text {
  margin-bottom: 30px;
  position: relative;
}

.propertybycat .image-text img {
  height: 305px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.propertybycat .image-text .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--black-primary);
  opacity: 0.4;
  cursor: pointer;
}

.propertybycat .image-text h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-primary);
  text-transform: capitalize;
  width: max-content;
}

.growth-section {
  /* background: url("/images/growth-bg.png") !important; */
  background-size: cover;
  padding: 50px 0px;
}

.growth-section h2 {
  font-weight: 700;
  color: #292D32;
  margin-bottom: 20px;
}

.growth-section p {
  color: var(--black-primary);
  font-size: 16px;
  line-height: 21.77px;
  font-weight: 400;
}

.growth-section .counter-box .counter-icon {
  text-align: center;
  /* background: linear-gradient(#ffe8c900, #ffe8c9, #ffe8c9); */
  position: relative;
  border-radius: 50%;
  /* width: 138px;
  height: 138px; */
  margin: 0 auto -77px auto;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
}

.growth-section .counter-box .counter-icon img {
  width: 150px;
  transition: transform 0.3s ease;
}

.growth-section .counter-box .counter-icon:hover img {
  /* transform: translateY(-10px); */
  /* Move the image up by 10px on hover */
}

.growth-section .counter-box .counter-context {
  text-align: center;
  background: var(--white-primary);
  padding: 80px 30px 50px 30px;
  border-radius: 7px;
  border: 1px solid #ebebeb;
  height: 220px;

}

.growth-section .counter-box .counter-context h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54.47px;
  text-align: center;
  color: #1E306D;
  margin-bottom: 0px;
}

.growth-section .counter-box .counter-context p {
  font-size: 20px;
  line-height: 27.24px;
  font-weight: 600;
  color: #292D32;
  margin-bottom: 0;
  text-transform: capitalize;
}

.whypropfyi {
  background: #fff !important;
  background-image: url("/images/world-map-hq.svg") !important;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px;
  box-shadow: 0px 2px 41px 0px #0000001A;

}

.whypropfyi .sub-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 34.05px;
  text-align: left;
  color: #0041D9;
  margin-bottom: 10px;
}

.whypropfyi .title {
  font-weight: 700;
  color: #292D32;
  margin-bottom: 20px;
  width: 80%;
}

.whypropfyi .seperator {
  width: 150px;
  height: 8px;
  background: #0041D9;
  margin-bottom: 20px;
}

.whypropfyi .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.77px;
  text-align: left;
  color: var(--black-primary);
  width: 92%;
}

.whypropfyi .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.whypropfyi .icon-title img {
  background: var(--white-primary);
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 9px;
  overflow: visible;
  box-shadow: 0px 2px 13px 0px #BBD8ED8F;

}

.whypropfyi .icon-title p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24.51px;
  text-align: left;
  color: #292D32;
  margin-bottom: 0;
}

.whypropfyi .image1 {
  width: 100%;
}

.whypropfyi .image2 {
  width: 450px;
  height: 465px;
}

.whypropfyi .image2 img {
  width: 100%;
  height: 485px;
  object-fit: cover;
  border-radius: 0px 0px 180px 0px;
}

.whypropfyi .image-group {
  display: flex;
  justify-content: right;
  position: relative;
  width: 16px;
}

.filterbtn img {
  width: 19px;
}

.theme-btn-filter img {
  margin-right: 10px;
}

.downloadapp-section {
  background-image: linear-gradient(#5a3d3d00, #5a3d3d00), url(/images/download-app-section.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 50px 0px;
  position: relative;
}

.download-app-dot-icon-1 {
  position: absolute;
  bottom: 8%;
  left: 8%;
}

.download-app-dot-icon-2 {
  position: absolute;
  top: 8%;
  right: 10%;
}

.downloadapp-section .row {
  align-items: center;
}

.downloadapp-section .content-block h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 47.66px;
  text-align: left;
  color: #292D32;
  margin-bottom: 15px;
}

.btn-87,
.btn-87 *,
.btn-87 :after,
.btn-87 :before,
.btn-87:after,
.btn-87:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-87 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-display: swap;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-87:disabled {
  cursor: default;
}

.btn-87:-moz-focusring {
  outline: auto;
}

.btn-87 svg {
  display: block;
  vertical-align: middle;
}

.btn-87 [hidden] {
  display: none;
}

.btn-87 {
  background: none;
  border-radius: 999px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  height: 110px;
  position: relative;
  text-transform: uppercase;
  width: 110px;
}

.btn-87 span {
  mix-blend-mode: difference;
}

.btn-87:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.btn-87:hover:before {
  opacity: 1;
  transition: opacity 0.2s linear 1s;
}

.btn-87 svg {
  fill: none;
  stroke: currentcolor;
  stroke-width: 4px;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  height: 105%;
  left: -5px;
  pointer-events: none;
  position: absolute;
  top: -5px;
  transition: stroke-dashoffset 0.4s ease-in-out;
  width: 105%;
}

.btn-87:hover svg {
  stroke-dashoffset: 120;
  transition: stroke-dashoffset 1s ease-in-out;
}

.downloadapp-section .content-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.77px;
  text-align: left;
  color: #292D32;
  width: 90%;
}

.downloadapp-section .content-block .download-action {
  display: flex;
  margin-top: 65px;
}

.downloadapp-section .content-block .download-action .image-block {
  padding-left: 50px;
}

.downloadapp-section .content-block .download-action .appstore-googleplay {
  width: 25%;
  margin-right: 5%;
}

.downloadapp-section .content-block .download-action .appstore-googleplay img {
  width: 100%;
  margin-bottom: 10px;
}

.downloadapp-section .content-block .download-action .barcode {
  width: 18%;
}

.downloadapp-section .content-block .download-action .barcode img {
  width: 100%;
}

.mobile-menu .modal-backdrop {
  z-index: 1 !important;
}

.mobile-menu .nav-item {
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px;
  margin-bottom: 10px;
}

.mobile-menu .nav-item a {
  color: #e88504;
  font-weight: 600;
  font-size: 18px;
}

.mobile-menu {
  display: none;
}

.sidemenu {
  width: 20.5%;
  position: absolute;
  top: 0;
  z-index: 9;
  /* height: 100%; */
  overflow-y: scroll;
  /* display: none; */
  margin: 0 auto;
  transition: transform 0.3s ease-out;
  z-index: 1072;
  position: absolute;
  background: #fff;
}

.sidemenu.active {
  display: block;
}

.sidemenu .side-head {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.sidemenu .side-head img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  margin-right: 10px;
}

.sidemenu .side-head h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: left;
  color: #292D32;
  margin-bottom: 0;
}

.sidemenu .side-maincontent {
  background: var(--white-primary);
  /* padding-top: 25px; */
  height: 100vh;
}

.sidemenu .side-maincontent .menu-group {
  padding: 10px 15px;
  border-bottom: 1px solid #aaaaaa3b;
}

.sidemenu .side-maincontent h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  text-align: left;
  color: #292D32;
}

.sidemenu .side-maincontent ul {
  list-style-type: none;
  padding: 0;
}

.sidemenu .side-maincontent ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  color: #292D32;
  display: block;
  margin: 8px 0px;
  width: 100%;
  position: relative;
}

.sidemenu .side-maincontent ul li a img {
  position: absolute;
  right: 0;
  top: 4px;
}

.newsletter-section {
  background: #f9f9f9;
  padding: 50px 0px;
  margin-top: 140px;
  box-shadow: 0 -5px 32px -5px #1c1c1c3b;
}

.subscribe-card {
  /* background: linear-gradient(#0000007a, #0000007a) !important; */
  position: relative;
  height: 262px;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 45px;
  padding: 50px 50px;
  background-position: center !important;
  margin-top: -10%;
}

.subscribe-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  /* Light black overlay with 30% opacity */
  z-index: 1;
  border-radius: 45px;
  /* Ensure overlay is above the image */
}

.subscribe-card h2 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 47.66px;
  text-align: left;
  color: var(--white-primary);
  text-align: center;
  text-transform: capitalize;
  z-index: 2;
}

.subscribe-card p {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--white-primary);
  text-align: center;
  z-index: 2;
}

.subscribe-card .form-input {
  position: relative;
  z-index: 2;
}

.subscribe-card input {
  width: 100%;
  border-radius: 50px;
}

.subscribe-card input {
  background: var(--white-primary);
  padding: 20px 28px;
  border: 0;
  margin: 10px 0px;
}

.subscribe-card input::placeholder {
  font-size: 20px;
  font-weight: 500;
}

.subscribe-card button[type="submit"] {
  background: #FD5E0D;
  color: var(--white-primary);
  padding: 12px 28px;
  text-align: center;
  font-size: 20px;
  border: 0;
  border-radius: 30px;
  right: 1%;
  position: absolute;
  top: 15px;
}

footer {
  background: var(--grey-secondary);
  background-image: url("/images/footer-bg-25.svg") !important;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 150px;
}

.footer-logo {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}

.footer-logo .logo {
  display: block;
  width: 139px;
  height: 39px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.footer-logo .homesmart {
  display: block;
  width: 149px;
  margin-bottom: 0px;
  height: 50px;
}

.footer-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 21.79px;
  text-align: left;
  color: #6c7076;
  margin-bottom: 20px;
  width: 80%;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
  background: linear-gradient(#c96f3b, #e88504);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.footer-widget h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: #3D3D3D;
  margin-bottom: 20px;
}

.css-bctwtx-menu {
  z-index: 22222 !important;
}

.footer-widget ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #3D3D3D;
}

.footer-widget ul li a:hover {
  color: var(--dusky-brown);
}

.footer-widget .contact-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--black-primary);
}

.footer-widget .contact-info img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.footer-widget .mail-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--black-primary);
}

.footer-widget .mail-info img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.footer-widget .location-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: var(--black-primary);
}

.footer-widget .location-info img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.backtotop {
  background: var(--white-primary);
  padding: 11px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: center;
  min-height: 9vh;
}

.backtotop a {
  color: #292D32;
  text-decoration: none;
}

.footer-copyright {
  background: #292D32;
  padding: 19px 0px;
  color: var(--white-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.bbb-logo {
  margin: 24px 55px;
}

/** tablet responsive end **/

/* My Custom Css vertical-listing */

/* my own */
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.schedule-modal {
  height: 45vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 60px; */
}

.my_prcard {
  min-height: 398px !important;
  cursor: pointer;
}

.my_prcard .product-image .pr_img {
  max-height: 192px;
  object-fit: cover !important;
  height: 192px;
  /* width: 264px !important; */
}

.horizontal_card {
  height: 800px;
  overflow-x: auto;
}

.horizontal_card::-webkit-scrollbar {
  display: none;
}

.slick-slide {
  padding: 0 10px;
  /* Adjust horizontal spacing between slides */
}

.vertical-card {
  margin: 0 auto;
  cursor: pointer;
}

.vertical-card {
  padding: 15px;
}

.slick-slide img {
  display: inline !important;
}

.alert-class {
  /* padding: '2px 10px' !important; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 640px;
}

.theme-ext-btn {
  background-color: #292d32;
  color: var(--white-primary);
  padding: 10px 18px;
  display: inline-block;
  border-radius: 0px 10px 0px 10px;
  font-size: 14px;
  line-height: 10.94px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  height: 30.12px;
}

/* Adjust gaps for different screen sizes if needed */

.country-block {
  /* border: 1px solid lightgrey; */
  /* padding: 1px 10px; */
  /* border-radius: 10px; */
  cursor: pointer;
}

.location_input_div {
  border-radius: 15px;
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  height: 300px;
}

.location_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  background-color: #fb991a;
  border-radius: 10px;
}

.css-13cymwt-control {
  background: var(--white-primary);
  border: 1px solid #dbdbdb !important;
  border-radius: 0px 10px 0px 10px;
  padding: 0px 15px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  margin-bottom: 15px;
  color: #7c7c7c;
  -webkit-appearance: none;
}

.second_social_ul {
  list-style: none;
}

.map-with-listing-container {
  height: 100vh;
  overflow: scroll;
  padding: 20px 0px;
  border-top: 1px solid #ddd;
}

.bg_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.5);
}

/* design for chceckbox  */

.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  width: 22px;
  height: 20px;
  background-color: #f0f0f0;
  /* Unchecked background color */
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #1E306E;
  /* Checked background color */
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid #f0f0f0;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
}

.custom-checkbox input:checked~.checkmark::after {
  display: block;
}

/* header some changes */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 40px;
}

.action-btns .theme-btn {
  border: 1px solid #1E306D;
}

.skeleton .image-placeholder,
.skeleton .status-placeholder,
.skeleton .type-placeholder,
.skeleton .pic-status-placeholder,
.skeleton .title-placeholder,
.skeleton .price-placeholder,
.skeleton .map-icon-placeholder,
.skeleton .amenties-placeholder .icons-placeholder,
.skeleton .action-btns-placeholder .button-placeholder,
.skeleton .wishlist-placeholder,
.skeleton .share-placeholder {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

.image-placeholder {
  width: 100%;
  height: 180px;
}

.status-placeholder,
.type-placeholder,
.pic-status-placeholder {
  width: 60px;
  height: 20px;
  margin-top: 10px;
}

.title-placeholder {
  width: 80%;
  height: 24px;
  margin: 15px 0;
}

.price-placeholder {
  width: 50%;
  height: 20px;
  margin-bottom: 15px;
}

.button-placeholder {
  width: 40%;
  height: 30px;
}

.wishlist-placeholder,
.share-placeholder {
  width: 24px;
  height: 24px;
}

/* google translater */
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  border: none !important;
  margin-right: 2px;
}

.goog-te-gadget-simple {
  background-color: #fff !important;
  border: none !important;
  font-size: 16px !important;
  display: inline-block !important;
  padding-top: 1px !important;
  padding-bottom: 2px !important;
  padding-right: 6px !important;
  cursor: pointer !important;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget img {
  display: none !important;
}

.language-block .goog-te-spinner-icon {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
  display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

body {
  top: 0px !important;
}

.filter-checklist {
  list-style-type: none;
  display: flex;
  gap: 10px;
  padding: 0;
}

.location-input {
  width: 100% !important;
}



@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.country-block h4 {
  font-size: 16px;
  margin: 0 !important;
  width: max-content;
}

.menu-block a img {
  margin-right: 10px;
}

.mob-block {
  display: none !important;
}

.breadcrumb-heading {
  padding: 35px 0px;
}

.breadcrumb-top-heading {
  color: #FD5E0D;
  font-weight: 700;
  font-size: 25px;
  line-height: 23.85px;
}

.mortgage-heading {
  font-weight: 900;
}

.mortgage-para {
  font-weight: 400;
  color: #6c7076;
  font-size: 20px;
}

.footer_line a {
  text-decoration: none;
  color: #fd5e0d;
  margin-left: 3px;
  font-size: 15px !important;
}

.footer_line svg {
  width: 20px;
  height: 20px;
  fill: #00326d;
}

.css-1p3oxyr-menu {
  z-index: 999 !important;
}

.startmodal_close h3 {
  position: relative;
  padding-left: 0 !important;
  padding-bottom: 8px !important;
  margin-left: 25px;
}

.startmodal_close h3::after {
  content: "";
  background-color: #bababa;
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.new-card-label-bottom span {
  font-size: 12px;
  background: #a30f0f;
  padding: 3px;
  margin-right: 5px;
  border-radius: 6px;
  line-height: 1.3;
  justify-content: space-between;
}

.new-card-label-top span {
  font-size: 12px;
  background: #8c008c;
  padding: 3px 8px;
  margin-right: 5px;
  border-radius: 0;
  line-height: 1.3;
}

.new-card-label-bottom {
  position: absolute;
  bottom: 0;
  margin: 0px 3px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.3;
}

.new-card-label-top {
  position: absolute;
  top: 0;
  margin: 0px 3px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.3;
}

.filtersearch_count_button__SABLF {
  font-size: 16px !important;
}

header .left-block .country-block {
  height: 20px;
}

.filter-top-elements {
  display: flex;
  justify-content: space-between;
  width: auto;
}

.filter-bottom-elements {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.css-1unklbu-control {
  margin: 0px 10px !important;
}

.filtersearch_searchbar__KKjZ6 input[type="text"] {
  padding: 11.5px 80px 11.5px 32px !important;
}

.tab-profile-side-menu {
  display: none;
}

.mobile-logout-btn {
  display: none;
}

.payment_form_payment_box__nmNlV {
  margin: 5px !important;
}

.payment_form_addon_box__du_AT {
  margin: 5px !important;
}

.stripe_stripe_form_card__TWPxb {
  margin: 5px !important;
}

.css-1ynilwk-control {
  margin-bottom: 20px !important;
}

.react-datepicker__input-container {
  margin-bottom: 10px !important;
}

.about-breadcrumb {
  background-image: url("/images/about-us/banner-bg.png") !important;
}

.about-vector-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.about-info p {
  line-height: 32px;
}

.about-info h3 {
  font-size: 36px !important;
}

.about_a {
  color: #e88504;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  /* font-style: italic; */
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin-left: 15px;
  cursor: pointer;
}

.image-block img {
  width: auto;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw-chr {
  position: absolute !important;
  z-index: 1 !important;
  width: 100%;
}

.gm-ui-hover-effect {
  background: none;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: 34px !important;
  height: 37px !important;
  padding-left: 5px !important;
  background: #ffffff !important;
  color: #fff !important;
}

.property-internal-content {
  padding: 10px;
}

.map_pointer_heading p {
  margin-bottom: 0 !important;
  color: #1E306C;
}

.aminities_para {
  margin-bottom: 0 !important;
}

h3.property_price {
  margin-bottom: 0 !important;
}

.delete_div {
  padding: 20px 10px !important;
}

.startmodal_bg_modal__mBm21 {
  display: flex !important;
  align-items: center !important;
}

.startmodal_close {
  padding: 0 !important;
}

.search-left svg {
  font-size: 25px !important;
}

.social_icons {
  margin-top: 35px;
  display: flex;
  gap: 12px;
}

.social_icons a {
  width: 45px;
  height: 45px;
  display: flex;
  background: #13316d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.css-1qwsc7v-control {
  margin: 0px 10px !important;
}

.saved-search-button {
  border-radius: 10px;
  margin-left: 10px;
  background: #1E306E;
  color: white;
  padding: 5px 10px;
  border: none;
}

.modal-content-save {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
}

.img_show_wrapper {
  background: #f3f5f7 url(webpack:///mini-css-extract-plugin//_next/static/media/icon_img.c90a049e.svg) no-repeat center center !important;
  aspect-ratio: 4/2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.react-datepicker-popper {
  z-index: 5 !important;
}

.image-text:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.image-text img {
  transition: all 800ms ease-in-out;
}

.image-text {
  overflow: hidden;
}

.social_icons a:hover img {
  transform: translate(0, -5px);
}

.social_icons a img {
  transition: all 300ms ease-in-out;
}

.sell-item:hover img {
  transform: translate(0, -5px);
}

.feature-item:hover {
  transform: translate(0, -5px);
}

.sell-item img {
  transition: all 300ms ease-in-out;
}

.feature-item {
  transition: all 300ms ease-in-out;
}

.servicestyle_box__ESnMU {
  transition: all 100ms ease-in-out;
}

.servicestyle_box__ESnMU:hover {
  transform: translate(0, -10px) !important;
}

.rsw_header {
  display: none !important;
}

.rsw_even.rsw_divider {
  background-color: #fff !important;
}

.rsw_footer {
  display: none !important;
}

.rsw_testimonial_container {
  width: 31% !important;
  min-height: 290px !important;
  position: relative;
  margin-bottom: 25px;
  vertical-align: top;
  padding: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  border-radius: 12px;
  margin-top: 50px;
}

.rsw_testimonial_author {
  position: absolute !important;
  bottom: 15% !important;
  right: 6%;
  color: #000000 !important;
  font-size: 19px !important;
}

.rsw_testimonial_date {
  position: absolute;
  bottom: 13%;
  color: #9d9d9d !important;
  right: 6%;
}

.rsw_testimonial {
  text-align: left !important;
}

.testimonial_wrapper {
  padding-top: 30px !important;
}

.about-us-new-dotted-box {
  padding: 60px;
}

.about-us-new-dotted-box p {
  text-align: justify !important;
}

.about-us-new-dotted-box {
  padding: 60px;
  border-right: 2px dashed #ff5000;
  border-bottom: 2px dashed #ff5000;
  position: relative;
}

.about-us-new-dotted-box-3 {
  padding: 60px;
  border-right: 2px dashed #6c707659;
  position: relative;
  border-bottom: none;
}

.about-us-new-dotted-box-2 {
  padding: 60px;
  border-left: 2px dashed #ff5000;
  border-bottom: 2px dashed #6c707659;
  position: relative;
  border-right: none;
}

.about-us-new-dotted-box:after {
  content: "";
  border-top: 2px dashed #ff5000;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.about-us-new-dotted-box-2::after {
  display: none;
}

.about-us-new-dotted-box-2::before {
  display: none;
}

.about-us-new-dotted-box-3::after {
  bottom: 0;
  top: auto;
  border-top: 2px dashed #6c707659;
}

.about-us-new-dotted-box::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ff5000;
  position: absolute;
  border-radius: 100%;
  top: -2%;
  left: 48%;
}

.about-us-new-dotted-box-3::before {
  bottom: -7px;
  top: auto;
  background: #6c707659;
}

.about-us-new-dotted-box .mortgage-info:after {
  content: url(/images/about-us/bg-arrow.png);
  position: absolute;
  top: 0;
  height: auto;
  right: -78px;
  top: 50%;
}

.about-us-new-dotted-box .mortgage-info {
  position: relative;
}

.about-us-new-dotted-box-2 .mortgage-info:after {
  left: -78px;
  right: auto;
}

.about-us-new-dotted-box-3 .mortgage-info:after {
  content: url(/images/about-us/bg-arrow-grey.png);
}

.about-vector-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-card .product-context {
  min-height: 200px;
}

.action-btns {
  position: absolute;
  bottom: 13%;
  display: flex;
  align-items: center;
}

.product-card-wrapper {
  vertical-align: top;
}

.noti-icon svg {
  width: 25px;
  fill: #afafaf;
}

.notification-dropdown li a {
  display: flex;
  align-items: center;
  gap: 17px;
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.notification-dropdown h3 {
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  color: #4e4e4edd;
}

.notification-dropdown h3 span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 600;
}

.notification-dropdown {
  padding: 25px;
  transform: none !important;
  right: 0 !important;
  left: auto !important;
  /* bottom: 0 !important; */
  background: #fff;
  top: 100% !important;
  width: 370px;
  max-width: 370px;
}

.noti-content {
  padding-left: 20px;
  border-left: 2px solid #ddd;
}

.noti-content p {
  margin: 0;
  font-size: 13px;
  color: #858585;
}

.noti-content .noti-name {
  font-size: 12px;
  color: #000000dd;
  margin: 0;
}

.noti-content .noti-date-time {
  font-size: 12px;
  color: #000000dd;
}

.noti-svg {
  position: relative;
}

.noti-count {
  position: absolute;
  color: #fff;
  background: #b90000;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  right: -11px;
  font-size: 11px;
  top: -8px;
  padding: 3px 2px;
}

.filtersearch_filter_img__hHEJn {
  background: #1E306E !important;
}

/** mobile responsive start **/




@media (max-width: 768px) {
  .payment_form_addon_box__du_AT {
    height: auto !important;
  }

  .css-b62m3t-container {
    display: none;
  }

  .listing_form_wrapper .css-b62m3t-container {
    display: block !important;
  }

  .cst_d {
    justify-content: end;
  }

  .menu-block .mainmenu {
    display: none;
  }

  .homepage-popup h2 {
    font-size: 45px;
  }

  .homepage-popup img {
    width: 204px;
    height: 38px;
  }

}

@media (max-width: 580px) {
  header .right-block {
    justify-content: start !important;
  }

  .signin-block {
    margin: 5px 0 5px 20px;
  }

  .cst_d {
    justify-content: flex-start;
  }


}

@media (max-width: 767px) {
  .menu-block-upper-cls {
    display: none;
  }

  .whypropfyi .image-group {
    width: 100%;
  }

  .lead-search-block {
    width: 61% !important;
  }

  header .left-block {
    align-items: flex-end;
    display: flex;
    align-items: center;
  }

  header .left-block .logo-block {
    padding-right: 20px;
    width: 140px;
  }

  header .left-block .logo-block img {
    width: 100%;
  }

  header .left-block .language-block {
    display: flex;
  }

  header .left-block .language-block img {
    width: 18px;
    height: 18px;
  }

  header .left-block .language-block select {
    font-size: 12px;
  }

  header .right-block {
    justify-content: end;
  }

  header .btn-block a {
    background: linear-gradient(#c96f3b, #e88504);
    color: var(--white-primary);
    padding: 6px 24px;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    line-height: 24.51px;
    width: 165px;
    font-weight: 600;
    text-align: center;
    height: 38px;
  }

  header .signin-block {
    right: 3%;
  }

  .main_banner {
    position: relative;
  }

  .cons-btn {
    position: absolute;
    right: 2%;
  }

  .main_banner .btn-groups {
    display: flex;
    margin-bottom: 20px;
  }

  .prop-banner .left-block h2 {
    font-size: 26px;
    width: 100%;
  }

  .main_banner .btn-groups .theme-btn-filter {
    padding: 12px 26px;
    width: 49%;
    margin-right: 1%;
  }

  .main_banner .left-block .filter-card .btn-groups .theme-btn {
    width: 33.33%;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 10px;
    font-size: 12px;
  }

  .search-block {
    padding: 12px 12px;
  }

  .search-input input {
    padding: 12px 18px;
  }

  .search-input input::placeholder {
    font-size: 12px;
  }

  .sidemenu {
    width: 75%;
  }

  .pb-5 {
    padding-bottom: 2rem !important;
  }

  .ecp-section h2 {
    font-size: 24px;
    line-height: 36.85px;
  }

  .landforsale h2 {
    text-align: left !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 36.85px;
  }

  .listing-section h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34.85px;
    text-align: center;
  }

  .listing-card .card-head h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36.85px;
    text-align: left;
  }

  .landforsale .view-all {
    right: 3%;
  }

  .prop-banner .right-block {
    margin-top: 50px;
  }

  .prop-banner .right-block .seperator {
    display: none;
  }

  .whypropfyi .image-group {
    margin-top: 30px;
  }

  .whypropfyi .col-md-6:nth-child(2) {
    text-align: right;
  }

  .whypropfyi .image1 {
    width: 100%;
  }

  .whypropfyi .image1 img {
    width: 100%;
  }

  .subscribe-card {
    padding: 35px 35px;
    margin-top: -40%;
  }

  .subscribe-card h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38.66px;
  }

  .subscribe-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  .subscribe-card input {
    background: var(--white-primary);
    padding: 12px 22px;
    border: 0;
    margin: 10px 0px;
  }

  .subscribe-card input::placeholder {
    font-size: 16px;
    font-weight: 500;
  }

  .subscribe-card button[type="submit"] {
    background: var(--gradient2);
    color: var(--white-primary);
    padding: 8px 22px;
    text-align: center;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    right: 1%;
    position: absolute;
    top: 18px;
  }

  .downloadapp-section .image-block img {
    width: 100% !important;
  }

  .footer-social {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .footer-widget .contact-info {
    text-align: center;
  }

  .footer-widget .mail-info {
    text-align: center;
  }

  .footer-widget .location-info {
    text-align: center;
  }

  .footer-desc {
    width: 100%;
  }

  .footer-copyright {
    padding: 10px 0px;
    color: var(--white-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .downloadapp-section .content-block .download-action .appstore-googleplay {
    width: 50%;
  }

  .downloadapp-section .content-block .download-action .barcode {
    width: 35%;
  }

  .downloadapp-section .content-block h2 {
    text-align: center;
  }

  .downloadapp-section .content-block p {
    text-align: center;
    width: 100%;
  }

  .downloadapp-section .content-block .download-action {
    justify-content: center;
  }

  footer {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 98%;
  }

  .alert-class {
    width: 298px;
  }

  .homepopup_wrapper {
    background-position: left;
  }

  .home-popup-left {
    min-height: 200px;
  }

  .home-popup-hedaing {
    margin-bottom: 0;
  }

  .homepopup-content .theme-btn {
    margin-bottom: 20px;
  }

  .homepage-popup h2 {
    display: block;
  }

  .home-popup-hedaing {
    display: block;
  }

  .payment_form_addon_box__du_AT {
    min-height: auto !important;
    height: auto !important;
  }

  .css-3iigni-container {
    margin: 0px !important;
    margin-top: 10px !important;
  }

  .css-b62m3t-container {
    margin: 0 !important;
  }
}

@media (min-width: 1777px) and (max-width: 2134px) {
  .sell-step-6::after {
    height: 328px;
    left: 39%;
  }

  .new-buy-how-it-works .sell-step-4::after {
    height: 387px;
    top: -61px;
    width: 325px;
    left: 17%;
  }
}

@media (min-width: 2401px) and (max-width: 3200px) {
  /* .sell-step-7::after {
        top: -68px !important;
    } */
}

@media (min-width: 768px) and (max-width: 1180px) {
  .menu-block .mainmenu li a {
    font-size: 14px;
    line-height: 18.79px;
    color: var(--black-primary);
    font-weight: 600;
  }

  .menu-block .mainmenu li {
    margin-right: 16px;
  }

  .menu-block .all-btn {
    font-size: 0;
  }

  .sidemenu {
    width: 30.5%;
  }

  .main_banner .filter-card .col-md-6 {
    width: 50%;
  }

  header .left-block .language-block {
    padding-right: 10px;
    display: flex;
  }

  header .left-block .language-block img {
    width: 20px;
    height: 20px;
  }

  header .left-block .country-block {
    padding-right: 10px;
    display: flex;
  }

  header .left-block .country-block img {
    width: 20px;
    height: 20px;
  }

  header .left-block .logo-block {
    padding-right: 20px;
    width: auto;
  }

  header .left-block .logo-block img {
    width: 115px;
  }

  header .right-block .btn-block a {
    background: linear-gradient(#c96f3b, #e88504);
    color: var(--white-primary);
    padding: 8px 24px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    line-height: 25.51px;
    width: 130px;
    font-weight: 600;
    text-align: center;
    height: 44px;
  }

  header .right-block .signin-block a {
    color: var(--black-primary);
    font-size: 14px;
    line-height: 18.79px;
    font-weight: 600;
    padding: 0px 10px;
    display: inline-block;
  }

  header .left-block select {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.79px;
    text-align: left;
    color: var(--black-primary);
  }

  .prop-banner .right-block .seperator {
    display: none;
  }

  .main_banner .col-md-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .main_banner .col-md-6 {
    width: 100%;
  }

  .main_banner .right-block {
    align-items: center;
  }

  .listing-section .col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .listing-section .col-md-6 .row .col-md-6 {
    width: 50%;
  }

  .listing-section-pink .col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .listing-section-pink .col-md-6 .row .col-md-6 {
    width: 50%;
  }

  .landforsale .col-md-3 {
    width: 50%;
  }

  .ecp-section .col-md-4 {
    width: 50%;
  }

  .ecp-section .icon-box .image-block img {
    width: 55px;
    height: 55px;
  }

  .propertybycat .col-md-6 {
    width: 50%;
  }

  .propertybycat .col-md-3 {
    width: 50%;
  }

  .subscribe-card {
    margin-top: -20%;
  }

  .subscribe-card .col-md-7 {
    width: 83.33%;
  }

  .downloadapp-section .col-md-6:nth-child(1) {
    width: 35%;
  }

  .downloadapp-section .col-md-6:nth-child(1) img {
    width: 100%;
  }

  .downloadapp-section .col-md-6:nth-child(2) {
    width: 65%;
  }

  .downloadapp-section .content-block .download-action {
    margin-top: 35px;
  }

  .growth-section .col-md-3 {
    width: 50% !important;
  }

  .whypropfyi .col-md-6 {
    width: 100% !important;
  }

  .whypropfyi .col-md-6 .row .col-md-6 {
    width: 50% !important;
  }

  .whypropfyi .image2 img {
    height: 425px;
  }

  .whypropfyi .image-group {
    margin-top: 50px;
  }

  footer .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .col-md-8 {
    width: 100%;
  }

  footer {
    background-size: 90%;
    background-position-y: 95%;
  }

  .alert-class {
    width: 494px !important;
  }
}

@media (max-width: 768px) {
  .prop-banner {
    padding-top: 0 !important;
  }

  .slick-slide {
    padding: 0 5px;
    /* Less gap for smaller screens */
  }

  .alert-class {
    width: 298px;
    padding: 0px 10px !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1999px) {
  .logo-block img {
    width: 200px;
  }

  header .left-block .country-block {
    margin-top: 10px;
  }

  .signin-block a {
    font-size: 20px;
  }

  .signin-block a img {
    width: 20px;
  }

  /* .btn-block a {
        height: 56px;
        padding: 15px 32px;
        font-size: 20px !important;
    }

    .cons-btn a {
        height: 56px;
        font-weight: 600;
        padding: 15px 32px;
        font-size: 20px !important;
    } */

  /* .cons-btn img {
        width: 30px;
    } */

  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    font-size: 20pt !important;
  }

  .VIpgJd-ZVi9od-vH1Gmf {
    padding: 10px;
  }
}

@media screen and (min-width: 1417px) and (max-width: 1599px) {
  .logo-block img {
    width: 180px;
  }

  header .left-block .language-block {
    height: 20px;
  }

  .country-block img {
    width: 25px;
  }

  header .left-block .country-block {
    margin-top: 10px;
  }

  .signin-block a {
    font-size: 18px;
  }

  .signin-block a img {
    width: 15px;
  }

  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    font-size: 20pt !important;
  }

  .VIpgJd-ZVi9od-vH1Gmf {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1416px) {
  .filtersearch_searchbar__KKjZ6 input[type="text"] {
    font-size: 12px !important;
  }

  .filtersearch_searchbar__KKjZ6 .filtersearch_search_icon__1wDAT {
    width: 50px !important;
  }

  .css-1unklbu-control {
    width: 200px !important;
  }

  .logo-block img {
    width: 150px;
  }

  .goog-te-gadget-simple {
    font-size: 18px !important;
  }

  header .left-block .language-block {
    height: 20px;
  }

  .country-block h4 {
    font-size: 17px;
  }

  .country-block img {
    width: 25px;
  }

  header .left-block .country-block {
    margin-top: 10px;
  }

  .signin-block a {
    font-size: 16px;
  }

  .signin-block img {
    width: 30px;
    height: 30px;
  }

  .signin-block a img {
    width: 15px;
  }

  .menu-block .mainmenu li a {
    font-size: 16px !important;
  }

  .menu-block .mainmenu li {
    margin-right: 27px;
  }

  .menu-block .all-btn {
    font-size: 16px !important;
  }

  .btn-block a {
    height: 40px;
    padding: 7px 15px;
    font-size: 16px !important;
    width: 133px;
  }

  .cons-btn a {
    height: 40px;
    padding: 10px 15px;
    font-size: 16px !important;
    font-weight: 600;
    font-display: swap;
  }

  .cons-btn img {
    width: 20px;
  }

  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
  .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    font-size: 20pt !important;
  }

  .VIpgJd-ZVi9od-vH1Gmf {
    padding: 10px;
  }

  .payment_form_addon_box__du_AT {
    min-height: 276px !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1199px) {
  .payment_form_addon_box__du_AT {
    min-height: 200px !important;
  }

  .menu-block .all-btn {
    font-size: 15px;
  }

  .menu-block .mainmenu li a {
    font-size: 15px;
  }

  .signin-block a {
    font-size: 15px;
  }

  .btn-block a {
    font-size: 13px;
    height: 35px;
    padding: 4px 32px;
    width: auto;
  }

  .cons-btn a {
    font-size: 13px;
    height: 35px;
    padding: 8px 27px;
    font-display: swap;
    font-weight: 600;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .menu-block .all-btn {
    font-size: 15px;
  }

  .menu-block .mainmenu li a {
    font-size: 15px;
  }

  .signin-block a {
    font-size: 15px;
  }

  .btn-block a {
    font-size: 10px;
    height: 35px;
    padding: 4px 15px;
    width: auto;
  }

  .cons-btn a {
    font-size: 10px;
    height: 35px;
    padding: 8px 15px;
    font-display: swap;
    font-weight: 600;
  }

  .cons-btn img {
    width: 18px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .filtersearch_filtersearch_wrapper__qbVi8 {
    display: block !important;
  }

  .filter-bottom-elements {
    width: 100% !important;
    margin-top: 20px;
  }

  .filter-top-elements {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .sell-step-1::after {
    width: 320px;
  }

  .sell-step-2::after {
    height: 329px;
  }

  .sell-step-3::after {
    height: 316px;
  }

  .sell-step-6::after {
    height: 326px;
    left: 54%;
  }

  .rsw_testimonial_container {
    min-height: 371px !important;
  }

  .rsw_testimonial_author {
    text-align: right;
    line-height: 29px !important;
  }

  .mortage-modal-content-div {
    width: auto !important;
    height: auto !important;
  }

  .mortage_lable {
    font-size: 11px;
  }

  .prop-banner {
    padding-top: 20px !important;
  }

  .listing-section {
    padding: 20px 0px;
  }

  .growth-section .pb-5 {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 775px) and (max-width: 999px) {
  .css-b62m3t-container {
    display: none;
  }

  .listing_form_wrapper .css-b62m3t-container {
    display: block !important;
  }

  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .nav-right-btn {
    display: none !important;
  }

  .menu-block-upper-cls {
    width: 100%;
  }

  .menu-block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 631px) and (max-width: 774px) {
  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    font-size: 14px;
  }

  .nav-right-btn {
    display: none !important;
  }

  .menu-block-upper-cls {
    width: 100%;
  }

  .menu-block {
    justify-content: space-between;
  }

  .goog-te-gadget-simple {
    padding-right: 0 !important;
  }

  .country-block h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .offcanvas .sidebar_sidebar_wrapper__Q9fo0 {
    box-shadow: none !important;
    padding: 0 !important;
    display: block !important;
  }

  .tab-profile-side-menu {
    display: block !important;
  }

  .delete_div {
    display: none !important;
  }

  .mobile-logout-btn {
    display: block !important;
  }

  .desktop-profile-btn {
    display: none;
  }

  .sidebar_sidebar_wrapper__Q9fo0 {
    display: none !important;
  }

  .payment_form_button_footer__wJwbw {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .mobile-menu {
    display: block;
  }

  .navbar-toggler {
    border: 2px solid #ff5000;
    font-size: 13px;
    display: flex;
    color: #000;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-toggler-icon {
    height: 15px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 400px) {
  .homepage-popup h2 {
    font-size: 35px;
  }

  .main_banner .left-block .filter-card label {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 630px) {
  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .nav-right-btn {
    display: none !important;
  }

  .mobile-menu {
    margin-right: 30px;
  }

  .goog-te-gadget-simple {
    display: none !important;
  }

  /* .cons-btn a {
    display: none;
  } */

  .btn-block a {
    display: none;
  }

  .sign-inright-arrow {
    width: 10px;
  }

  .country-block h4 {
    font-size: 13px;
  }

  header .left-block .logo-block {
    width: 90px;
  }
}

@media screen and (min-width: 300px) and (max-width: 490px) {
  .stripe_payment_button__TphxG {
    width: 100% !important;
  }

  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .nav-right-btn {
    display: none !important;
  }

  .mobile-menu {
    margin-right: 6px;
  }

  .language-block {
    display: none !important;
  }

  /* .cons-btn {
    display: none;
  } */

  .btn-block {
    display: none;
  }

  .country-block h4 {
    font-size: 13px;
  }

  .signin-block a {
    font-size: 13px;
  }

  .signin-block img {
    width: 40px;
    height: auto;
  }

  .sign-inright-arrow {
    width: 10px !important;
  }

  .signin-block a {
    font-size: 14px;
  }

  header .left-block .country-block {
    border-left: 1px solid #ddd;
    padding-left: 5px;
  }

  .header-container {
    margin: 0px 20px;
  }

  header {
    padding: 5px 0px;
  }

  header .left-block {
    align-items: flex-end;
  }

  .menu-block-upper-cls {
    margin: 0px 20px !important;
  }

  .prop-banner {
    padding-top: 0 !important;
  }

  .prop-banner .left-block h2 {
    font-size: 21px;
    line-height: 29.85px;
  }

  #address-input {
    padding: 12px 10px;
  }

  #address-input::placeholder {
    font-size: 10px;
  }

  .search-block .search-input button img {
    width: 15px;
  }

  .filterbtn img {
    width: 15px;
  }

  .search-block {
    margin-bottom: 20px;
  }

  .main_banner .btn-groups .theme-btn-filter {
    font-size: 13px;
    padding: 8px 15px;
    height: 38px;
  }

  .prop-banner .right-block .contxt h2 {
    font-size: 21px;
    line-height: 35.85px;
  }

  .prop-banner .right-block {
    margin-top: 30px;
  }

  .listing-section h2 {
    font-size: 20px;
  }

  .listing-section {
    padding: 30px 0px;
  }

  .listing-card {
    margin: 0 !important;
  }

  .listing-section h2 {
    padding-bottom: 0;
  }

  .listing-section-pink {
    background-size: cover !important;
  }

  .landforsale .pb-5 {
    padding-bottom: 0 !important;
  }

  .landforsale {
    padding: 30px 0px;
  }

  .propertybycat {
    padding: 30px 0px;
  }

  .propertybycat h2 {
    font-size: 20px;
    margin: 0;
  }

  .propertybycat p {
    font-size: 14px;
  }

  .propertybycat .pb-5 {
    padding-bottom: 0 !important;
  }

  .ecp-section h2 {
    font-size: 20px;
    margin: 0;
  }

  .ecp-section p {
    font-size: 14px;
  }

  .ecp-section {
    padding: 30px 0px;
  }

  .ecp-section .pb-5 {
    padding-bottom: 10px !important;
  }

  .ecp-section .icon-box .image-block img {
    width: 50px;
    height: 50px;
  }

  .ecp-section .icon-box {
    padding: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .growth-section {
    padding: 30px 0px;
  }

  .growth-section h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .growth-section p {
    font-size: 14px;
  }

  .growth-section .pb-5 {
    padding-bottom: 10px !important;
  }



  .growth-section .counter-box .counter-context {
    padding: 80px 30px 30px 30px;
    height: auto;
  }

  .growth-section .counter-box .counter-context h2 {
    font-size: 30px;
  }

  .whypropfyi {
    padding: 30px 0px;
  }

  .whypropfyi .sub-title {
    font-size: 18px;
  }

  .whypropfyi .title {
    font-size: 20px;
    line-height: 30.85px;
  }

  .about_para span {
    font-size: 14px;
  }

  .whypropfyi .image-group {
    width: 100%;
  }

  .downloadapp-section .content-block h2 {
    font-size: 25px;
  }

  .downloadapp-section .content-block p {
    font-size: 14px;
  }

  .downloadapp-section {
    padding: 30px 0px;
  }

  .downloadapp-section .content-block .download-action {
    margin-top: 30px;
  }

  .downloadapp-section .content-block .download-action .appstore-googleplay {
    width: 35%;
  }

  .downloadapp-section .content-block .download-action .barcode {
    width: 25%;
  }

  .subscribe-card h2 {
    font-size: 23px;
  }

  .subscribe-card p {
    font-size: 15px;
  }

  .subscribe-card .row {
    height: auto !important;
  }

  .subscribe-card input::placeholder {
    font-size: 10px;
  }

  .subscribe-card button[type="submit"] {
    font-size: 10px;
  }

  .css-1unklbu-control {
    display: none !important;
  }

  .all-filter-span {
    display: none;
  }

  .filtersearch_filtersearch_wrapper__qbVi8 {
    display: block !important;
  }

  .filter-top-elements {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .filter-bottom-elements {
    width: 100% !important;
  }

  .listing_listing_wrapper__P7o4J {
    width: 100% !important;
  }

  .filtersearch_searchbar__KKjZ6 {
    margin-right: 20px !important;
  }

  .payment_form_tabs_wrapper__GHj_I ul li {
    font-size: 13px !important;
  }

  .payment_form_form_row__ThGFX {
    height: auto !important;
  }

  .payment_form_plan_details__NMI7W {
    height: auto !important;
    display: block !important;
  }

  .payment_form_plan_content_view_button__5aTC_ {
    display: block !important;
  }

  .payment_form_custom_select__3RhhW {
    padding: 12px 0px !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 991px) {
  .contact_input_div .input_div_signup {
    width: 100% !important;
  }

  .nav-right-btn {
    display: none !important;
  }

  .mobile-menu {
    margin-right: 3px;
  }

  .language-block {
    display: none !important;
  }

  /* .cons-btn {
    display: none;
  } */

  .btn-block {
    display: none;
  }

  .country-block h4 {
    font-size: 13px;
  }

  .signin-block a {
    font-size: 13px;
  }

  .signin-block img {
    width: 20px;
    height: 20px;
  }

  .sign-inright-arrow {
    width: 10px !important;
  }

  .signin-block a {
    font-size: 10px;
  }

  .right-block .dropdown svg {
    font-size: 22px !important;
  }

  header .left-block .country-block {
    border-left: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 0 !important;
  }

  .header-container {
    margin: 0px 20px;
  }

  .menu-block a img {
    width: 15px;
  }

  .about-new-container {
    margin: 25px;
  }

  .about-us-new-dotted-box::before {
    top: -9px;
  }

  .about-us-new-dotted-box-3::before {
    top: auto;
  }

  .about-us-new-dotted-box {
    padding: 30px;
  }

  .about-us-new-dotted-box .mortgage-info:after {
    right: -45px;
  }

  .about-us-new-dotted-box-2 .mortgage-info:after {
    right: auto;
    left: -47px;
  }

  .privacy_para p span {
    word-wrap: break-word;
  }

  .filter-btn-search {
    display: inline-block;
    margin-top: 15px;
  }

  .filtersearch_searchbar__KKjZ6 {
    margin-right: 0 !important;
  }

  .filter-bottom-elements {
    justify-content: space-between;
  }

  .saved-search-button {
    float: right;
    margin-top: 15px;
  }
}

@media screen and (min-width: 391px) and (max-width: 399px) {
  .sell-step-icon-top::before {
    left: 30% !important;
  }

  .sell-step-1::after {
    height: 280px;
  }

  .sell-step-2::after {
    height: 329px;
  }

  .sell-step-3::after {
    height: 224px;
  }

  .sell-step-4::after {
    height: 261px;
  }

  .sell-step-5::after {
    height: 264px;
  }

  .sell-step-6::after {
    height: 260px;
  }

  /* .sell-step-7::after {
        height: 214px !important;
    } */

  .sell-step-icon-bottom::before {
    left: 33% !important;
  }

  .card_card_wrapper__aZoyY {
    padding-top: 0 !important;
  }

  .rsw_testimonial_container {
    width: 100% !important;
  }

  .blog-para {
    font-size: 13px !important;
    line-height: 5px !important;
  }

  .count-view button {
    padding: 5px !important;
  }

  .count-view {
    right: 0 !important;
  }

  .listing_wrapper-detail {
    width: 100% !important;
  }

  .detail-map-img {
    display: none;
  }

  .main_banner .left-block .filter-card label {
    font-size: 10px;
  }

  .gallery {
    grid-template-columns: auto;
  }

  .count-view {
    right: auto;
  }

  .left-container-mortgage-detail {
    padding: 20px 10px;
  }

  .detail-input label {
    margin-bottom: 5px;
  }

  p.interior_p {
    text-align: center;
    padding-left: 0;
  }

  .col-lg-12.interior {
    padding-left: 0 !important;
  }

  .neighbour_row {
    min-height: auto !important;
  }

  .footer-logo .homesmart {
    height: auto;
    width: 76%;
  }

  .footer-logo .logo {
    width: 170px;
  }

  .listing_view_button_document__kI1Xz {
    font-size: 11px !important;
  }

  .listing_view_button_back__Mj6_c {
    font-size: 11px !important;
  }

  .listing_text__Qopt_ {
    text-align: justify !important;
    width: 100% !important;
  }

  .listing_wrapper-detail {
    width: 100% !important;
  }
}

@media only screen and (max-width: 393px) {
  .theme-btn-filter img {
    width: 18px;
  }

  .left-container span {
    font-size: 12px;
  }

  .left-container span img {
    width: 12px;
  }

  .property_second_row hr {
    display: none !important;
  }

  .left-container-mortgage-detail h2 {
    font-size: 17px;
  }
}

/* documents view */
.documents-view-offer {
  margin-bottom: 10px;
  background: #e9e3e6;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  border: 1px solid #c1c1c1;
}

/* footer  */
a.footer_anchor {
  text-decoration: none;
  color: #3d3d3d;
}

p.footer_para {
  font-size: 14px;
  color: #838383;
  font-family: "Open Sans";
  font-display: swap;
  line-height: 24px;
  margin-top: 26px;
  padding-right: 40px;
}

h3.footer_heading {
  color: #3d3d3d;
  font-family: Open Sans;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}

ul.footer_ul {
  list-style: none;
  padding-left: 0px;
}

li.footer_li {
  color: #3d3d3d;
  font-size: 14.5px;
  font-family: "Open Sans";
  font-display: swap;
  margin-top: 15px;
}

img.contact_icon {
  margin-right: 15px;
}

.left_li a {
  text-decoration: none;
  color: #3d3d3d;
  font-family: "Open Sans";
  font-display: swap;
  font-weight: 600;
}

.footer_line {
  color: #fd5e0d;
  font-family: Open Sans;
  font-display: swap;

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.footer_line a {
  text-decoration: none;
  color: #00326d;
  margin-left: 3px;
}

.modal-backdrop.show {
  z-index: 1 !important;
}

button.property_scroll_btn {
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 8%);
  border: none;
  color: #000;
  padding: 15px 10px;
  margin: 5px 0px;
  font-size: 14px;
  width: 87%;
}

.col_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

button.property_scroll_btn:hover {
  background-color: #12316e !important;
}

button.property_scroll_btn:active {
  background-color: #12316e !important;
}

.slick-prev:before {
  content: "" !important;
  background-image: url(webpack:///mini-css-extract-plugin//_next/static/media/left_arrow.d87e34a9.svg);
  width: 15px;

  height: 29px;

  display: inline-block;
}

.slick-next:before {
  content: "" !important;
  background-image: url(webpack:///mini-css-extract-plugin//_next/static/media/right_arrow.b2fff46f.svg);
  width: 15px;

  height: 29px;

  display: inline-block;
}

.bOmZtP div:first-child {
  overflow: visible !important;
}

.truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
}

.css-1ynilwk-control {
  margin-bottom: 0px !important;
}

.css-1wvake5 {
  width: 100% !important;
  min-width: 100% !important;
}

.css-dip3t8 {
  background-color: white !important;
}

.category-div-home {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.category-div-home:hover .category-head-home {
  color: #FD5E0D;
}

.category-icons-home {
  background-color: #ffffff;
  border: 2px solid #ebebeb;
  padding: 18px 27px;
  width: 100px;
  border-radius: 43px 38px 1px 1px;
  cursor: pointer;
}

.category-head-div {
  margin-top: 10px;
}

.category-head-home {
  font-size: 20px;
  font-weight: bold;
  color: #292D32;
}

.yt-vdo-sec {
  box-shadow: 5px 5px 25px #ddd;
  padding: 50px 0px;
}

.service_wrapper {
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.offcanvas-header {
  background-color: #F4F8FB !important;
}

.right-block .theme-btn {
  background-color: #1E306E;
  color: #fff;
  border: none;
}

.right-block .theme-btn:hover {
  background-color: #1b4597;
}

.about_para span {
  background-color: transparent !important;
}


.buy-property-breadcrumb {
  background-image: url(webpack:///mini-css-extract-plugin//_next/static/media/buy-property-breadcrumb-img.2745ad86.svg);
  padding: 50px 0px;
  text-align: center;
}

.buy-property-breadcrumb h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 17px;
  color: #FD5E0D;
}

.buy-property-breadcrumb p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #6C7076;
  margin-bottom: 37px;
}

.buy-property-breadcrumb p b {
  font-weight: 700;
  color: #292D32;
}

.ptb-50 {
  padding: 50px 0px;
}

.new-main-heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000000;
  text-align: center;
}

.traditional-agent-img {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  /* border-bottom: 1px solid #DADEF3; */
}

.comparison-table tr {
  background: #1E306E;
  border: none;
}

.comparison-table tbody {
  border: none;
  border-bottom: 1px solid #DADEF3;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  text-align: left;
  border-right: 1px solid #DADEF3;
}

.comparison-table .border-none {
  border: none;
}

.comparison-table th {
  background-color: #002f6c;
  color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  padding: 19px !important;
}

.comparison-table .border-block {
  border-left: 1px solid #DADEF3;
  border-right: 1px solid #DADEF3;
}

.comparison-table td {
  background-color: #F4F5FF;
  color: #000000;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 24px;
}

.comparison-table th:last-child {
  border: none;
}

.comparison-table th:first-child {
  padding-left: 140px !important;
}

.comparison-table th:nth-child(2) {
  padding-left: 55px !important;
}

.comparison-table td:nth-child(2) {
  padding-left: 55px !important;
}

.comparison-table th:nth-child(3) {
  padding-left: 58px !important;
}

.comparison-table td:nth-child(3) {
  padding-left: 58px !important;
}

.comparison-table td:nth-child(3) img {
  margin-right: 10px;
}

.comparison-table td:first-child {
  font-weight: bold;
  padding-left: 140px !important;
  color: #1E306E;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 38px;
}

.comparison-table .propfyi {
  color: #28DB65 !important;
  font-weight: bold;
}

.comparison-table .negative {
  color: #EA5050;
  font-weight: bold;
}

.comparison-table .icon {
  font-size: 16px;
  margin-right: 5px;
}

.buy-property-traditional-agents-sec h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 152%;
  color: #1E306E;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
}

.journey-and-how-works-sec {
  background-color: #F8F8FF;
}

.journey-and-how-works-sec .new-main-heading {
  color: #292D32;
  line-height: 40px;
}

.buy-card-details-property {
  box-shadow: 0px 0px 15px 0px #0000001A;
  background: #fff;
  padding: 24px 16px;
  border-radius: 15px;
  margin-top: 30px;
  padding-bottom: 0;
  min-height: 790px;
}

.buy-card-details-property .buy-property-plan {
  background: #F3F5F7;
  padding: 19px 15px;
  border-radius: 5px;
}

.buy-card-details-property .buy-property-plan h5 {
  color: #FD5E0D;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.buy-property-plan-content-orange {
  color: #FD5E0D;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.buy-card-details-property .buy-property-plan p {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 100%;
}

.buy-card-details-property .buy-property-plan-content {
  margin-top: 15px;
  padding: 15px;
}

.buy-card-details-property .buy-property-plan-content h6 {
  font-weight: 700;
  color: #1E306E;
  line-height: 100%;
  font-size: 36px;
}

.buy-card-details-property .buy-property-plan-content span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
  display: block;
  color: #000;
}

.buy-card-details-property .buy-property-plan-content ul {
  padding: 0;
}

.buy-card-details-property .buy-property-plan-content ul li {
  list-style: none;
  font-weight: 400;
  color: #292D32;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 23px;
}

.modern-real-state-agent-sec {
  box-shadow: 0px 2px 41px 0px #0000001A;
  background-color: #fff;
  padding: 70px 0px;
}

.modern-real-state-agent-sec .modern-estate-heaidngs {
  text-align: center;
}

.small-orange-new-heading {
  font-weight: 700;
  font-size: 22px;
  color: #FD5E0D;
  line-height: 100%;
}

.modern-real-state-agent-sec .modern-estate-heaidngs h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #000;
  margin-top: 13px;
  margin-bottom: 22px;
}

.modern-real-state-agent-sec .modern-estate-heaidngs h4 {
  font-weight: 600;
  color: #28DB65;
  font-size: 36px;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}

.modern-real-state-agent-sec .modern-estate-heaidngs p {
  font-weight: 600;
  color: #292D32;
  font-size: 22px;
  line-height: 195%;
}

.modern-real-state-agent-sec .modern-estate-heaidngs span {
  font-weight: 400;
  font-size: 18px;
  color: #292D32;
  line-height: 100%;
  margin-bottom: 30px;
  display: block;
}

.buyer-guide-card {
  margin-top: 50px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  padding: 20px;
  border-radius: 9px;
  background: white;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(white, white), linear-gradient(to right, #684DD9, #398AF1);
  min-height: 393px;
}

.buyer-card-heading {
  border-radius: 8px;
  background: #1E306E;
  padding: 12px 0px;
  text-align: center;
}

.buyer-card-heading h6 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
}

.buyer-guide-card ul li {
  font-weight: 400;
  color: #292D32;
  line-height: 29px;
  font-size: 18px;
  margin-top: 24px;
}

.your-dream-home-sec {
  background: #F8F8FF;
  position: relative;
  padding-bottom: 150px;
}

.dream-home-vect-1 {
  position: absolute;
  bottom: 11%;
  left: 0;
  width: 45%;
}

.dream-home-vect-2 {
  position: absolute;
  bottom: 11%;
  right: 0;
}

.dream-home-img {
  position: relative;
}

.dream-home-content .new-main-heading {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buy-property-p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #292D32;
}

.home-valiuation-sec .new-main-heading {
  color: #292D32;
}

.sell-feature-container {
  box-shadow: 0px 2px 41px 0px #0000001A;
  position: relative;
}

.new-buy-how-it-works .sell-step-icon-top::before {
  background-color: #1E306E;
  width: 25px;
  height: 25px;
  top: -46px;
  left: -2%;
}

.new-buy-how-it-works .sell-step-5::before {
  background-color: #1E306E;
  width: 25px;
  height: 25px;
  bottom: 24%;
  left: 49.7%;
  position: absolute;
  content: '';
  border-radius: 100%;
}

.new-buy-how-it-works .sell-step-1::after {
  border-right: 2px dashed #000000;
  border-left: none;
  border-top: 2px dashed #000;
  left: auto;
  right: 17%;
  border-bottom: 2px dashed #000;
  border-radius: 0;
  width: 316px;
}

.new-buy-how-it-works .sell-step-content {
  width: 50%;
}

.new-buy-how-it-works .sell-step-icon {
  width: 50%;
  text-align: right;
}

.new-buy-how-it-works .sell-how-it-works-steps {
  max-width: 970px;
  position: relative;
  z-index: 1;
}




.new-buy-how-it-works .sell-step-2::after {
  content: '';
  width: 332px;
  height: 353px;
  position: absolute;
  top: -72px;
  left: 16%;
  border-top: 2px dashed #000000;
  border-left: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  z-index: -1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.new-buy-how-it-works .sell-step-3::after {
  content: '';
  width: 297px;
  height: 332px;
  position: absolute;
  top: -63px;
  right: 19%;
  border-top: 2px dashed #000000;
  border-right: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: auto;
  border-left: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.new-buy-how-it-works .sell-step-4::after {
  content: '';
  width: 336px;
  height: 339px;
  position: absolute;
  top: -62px;
  left: 16%;
  border-top: 2px dashed #000000;
  border-left: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  z-index: -1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.new-buy-how-it-works .sell-step-5::after {
  content: '';
  width: 311px;
  height: 371px;
  position: absolute;
  top: -55px;
  left: 19%;
  border-top: 2px dashed #000000;
  border-right: 2px dashed #000000;
  border-bottom: 2px dashed #000000;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
  border-bottom: none;
}

.new-buy-how-it-works .sell-step-2 .sell-step-icon img {
  width: 225px;
  height: 212px;
}

.new-buy-how-it-works .sell-step-3 .sell-step-icon img {
  width: 225px;
  height: 196px;
}

.new-buy-how-it-works .sell-step-4 .sell-step-icon img {
  width: 225px;
  height: 196px;
}

.new-buy-how-it-works .sell-step-2 .sell-step-icon {
  text-align: left;
}

.new-buy-how-it-works .sell-step-4 .sell-step-icon {
  text-align: left;
}

.new-buy-how-it-works .sell-step-5 {
  display: block;
}

.new-buy-how-it-works .sell-step-5 .sell-step-icon {
  width: 60%;
}

.new-buy-how-it-works .sell-step-5 .sell-step-content {
  width: 100%;
  margin-left: 37px;
  margin-top: 50px;
}

.new-buy-how-it-works .new-main-heading {
  color: #FD5E0D;
}

.new-buy-how-it-works h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 195%;
  color: #292D32;
}

.new-buy-how-it-works {
  margin-top: 0 !important;
  background-color: #F8F8FF;
  margin-bottom: 0 !important;
}

.dream-home-vect-1 img {
  width: 100%;
}

.image-block img {
  /* width: auto !important; */
}

.image-block {
  text-align: center;
}

.footer_li svg {
  width: 22px;
  height: 28px;
  left: 0;
  margin-right: 7px;
  /* fill: #00326d; */
  color: #00326d;
  position: absolute;
}



.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
  display: none !important;
}

.iub__us-widget {
  display: none !important;
}

.price-label-content {
  font-size: 20px;
  color: #1e306e;
  font-weight: bold;
}

.price-desc-content {
  color: #161616;
  font-size: 18px;
  font-weight: 700;
}

.footer-logo span {
  height: 27px;
  width: 1px;
  background-color: #6C707659;
}

.iubenda-tp-alert-btn:not([data-tp-nostyle]):not(.iubenda-floatable-default-btn),
.iubenda-tp-btn:not(.iubenda-floatable-tb-btn):not([data-tp-nostyle]):not(.iubenda-floatable-default-btn),
.iubenda-uspr-btn:not([data-tp-nostyle]):not(.iubenda-floatable-default-btn) {
  -webkit-appearance: none !important;
  appearance: none !important;
  line-height: 34px !important;
  height: 0px !important;
  min-width: 0px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
  color: rgba(0, 0, 0, .65) !important;
  background-color: #fff !important;
  display: none !important;
  vertical-align: middle !important;
  z-index: 0 !important;
}

.new-buy-property-how-works .new-main-heading {
  color: #FD5E0D;
}

.new-buy-property-how-works h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 195%;
  color: #292D32;
}

.new-buy-property-how-works {
  margin-top: 0 !important;
  background-color: #F8F8FF;
  margin-bottom: 0 !important;
}

.new-buy-property-how-works .about-us-new-dotted-box::before {
  background-color: #1E306E;
  z-index: 1;
}

.new-buy-property-how-works .about-us-new-dotted-box {
  border-right: 2px dashed #000;
  border-bottom: 2px dashed #000;
}

.new-buy-property-how-works .about-us-new-dotted-box:after {
  border-top: 2px dashed #000;
}

.new-buy-property-how-works .about-us-new-dotted-box-2 {
  border-right: none;
  border-left: 2px dashed #000;
}

.new-buy-property-how-works .about-us-new-dotted-box-4 {
  border-left: none;
  border-right: 2px dashed #000;
}

.new-buy-property-how-works .about-us-new-dotted-box-4::before {
  display: none;
}

.new-buy-property-how-works .about-us-new-dotted-box-4::after {
  display: none;
}

.new-buy-property-how-works .about-us-new-dotted-box-3 {
  border-bottom: none;
}

.new-buy-property-how-works .about-us-new-dotted-box .new-buy-prop-img {
  position: relative;
}

.new-buy-property-how-works .about-us-new-dotted-box .new-buy-prop-img:after {

  content: url(/images/about-us/bg-arrow.png);
  position: absolute;
  height: auto;
  right: -78px;
  top: 50%;
}

.new-buy-property-how-works .about-us-new-dotted-box .mortgage-info:after {
  display: none;
}

.new-buy-property-how-works .about-us-new-dotted-box-2 .new-buy-prop-img:after {
  right: auto;
  left: -80px;
}

.new-sell-how-it-works .sell-step-content::after {
  content: url(/images/about-us/bg-arrow.png);
  position: absolute;
  height: auto;
  right: -18px;
  top: 50%;
}

.new-sell-how-it-works .about-us-new-dotted-box-2 .sell-step-content::after {
  content: url(/images/about-us/bg-arrow.png);
  position: absolute;
  height: auto;
  right: auto;
  top: 50%;
  left: -18px;
}

.new-sell-how-it-works .about-us-new-dotted-box-4::before {
  display: none;
}

.new-sell-how-it-works .about-us-new-dotted-box-4::after {
  display: none;
}

.new-sell-how-it-works .about-us-new-dotted-box::before {
  background-color: #12316e;
}

.new-sell-how-it-works .about-us-new-dotted-box-3::before {
  background-color: #e2e2e2;
}

.new-sell-how-it-works .about-us-new-dotted-box {
  border-color: #12316e;
}

.new-sell-how-it-works .about-us-new-dotted-box:after {
  border-color: #12316e;
}

.new-sell-how-it-works .about-us-new-dotted-box-2 {
  border-bottom: 2px dashed #e2e2e2;
}

.new-sell-how-it-works .about-us-new-dotted-box-3:after {
  border-color: #e2e2e2;
}

/* .footer_li{padding-left: 0 !importa  nt;} */
@media (min-width: 3200px) and (max-width: 3200px) {
  .new-buy-how-it-works .sell-step-4::after {
    width: 340px;
    height: 340px;
    top: -63px;
    left: 16%;
  }
}

@media (min-width: 2560px) and (max-width:3000px) {
  .sell-step-1::after {
    height: 329px;
    left: 16%;
  }

  .sell-step-icon-top::before {
    left: 32%;
  }
}

@media (min-width: 2400px) and (max-width: 2500px) {
  .sell-step-2::after {
    top: -58px;
    height: 355px;
  }

  .sell-step-3::after {
    width: 293px;
    height: 356px;
    top: -100px;
    left: 18%;
  }

  .sell-step-5::after {
    top: -91px;
    height: 369px;
  }

  .sell-step-7::after {
    height: 300px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    height: 351px;
    top: -71px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -61px;
    width: 325px;
    height: 337px;
    left: 17%;
  }
}

@media (min-width: 2200px) and (max-width: 2399px) {
  .new-buy-how-it-works .sell-step-4::after {
    top: -63px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    top: -54px;
  }

}

@media (min-width: 2100px) and (max-width: 2200px) {
  .sell-step-3::after {
    height: 357px;
  }

  .sell-step-5::after {
    width: 293px;
  }

  .sell-step-7::after {
    width: 273px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -73px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -63px !important;
    width: 321px;
    height: 339px;
    left: 18%;
  }
}

@media (min-width: 2000px) and (max-width: 2100px) {
  .sell-step-1::after {
    height: 327px;
  }

  .sell-step-3::after {
    height: 356px;
  }

  .sell-step-5::after {
    left: 18%;
  }

  .sell-step-7::after {
    width: 300px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    top: -37px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -72px !important;
    height: 352px !important;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -64px !important;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -64px;
  }

  .embedded-agent-container {
    bottom: 60px !important;
    right: 50px !important;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -62px !important;
    height: 337px;
  }
}

@media (min-width: 1999px) and (max-width: 2000px) {
  .new-buy-how-it-works .sell-step-1::after {
    top: -37px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -73px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -65px !important;
  }

  .embedded-agent-container {
    bottom: 60px !important;
    right: 50px !important;
  }
}

@media (min-width: 1700px) and (max-width: 1999px) {
  .sell-step-1::after {
    left: 16%;
    width: 343px;
    top: -36px;
  }

  .sell-step-icon-top::before {
    left: 31%;
  }

  .sell-step-2::after {
    height: 434px;
  }

  .sell-step-3::after {
    height: 393px;
  }

  .sell-step-4::after {
    height: 393px;
  }

  .sell-step-5::after {
    width: 357px;
    height: 393px;
  }

  .sell-step-7::after {
    top: -43px;
    border-top: 3px dashed #E2E2E2;
    border-left: 3px dashed #E2E2E2;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 378px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    height: 403px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    height: 382px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    height: 390px;
    top: -63px;
  }

  .embedded-agent-container {
    bottom: 60px !important;
    right: 50px !important;
  }

}

@media (min-width: 1601px) and (max-width: 1780px) {
  .new-buy-how-it-works .sell-step-2::after {
    height: 401px;
    top: -71px;
  }
}

@media (max-width: 1440px) {
  .sell-step-2::after {
    height: 331px;
  }

  .sell-step-5::after {
    width: 390px;
  }

  .sell-step-7::after {
    width: 286px;
  }

  .new-buy-how-it-works .sell-step-content p br {
    display: none;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 20px;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 20px;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -54px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -53px;
    height: 318px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 336px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -49px;
    height: 306px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -53px;
    height: 307px;
  }

  .buy-property-breadcrumb p {
    font-size: 19px;
    line-height: 158%;
  }

  .new-main-heading {
    font-size: 26px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 310px;
  }
}

@media (max-width: 1300px) {
  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    width: 86%;
    margin-left: 37px;
    margin-top: 50px;
  }

}

@media (max-width: 1024px) {
  .sell-step-1::after {
    width: 320px;
  }

  .sell-step-2::after {
    height: 392px;
  }

  .sell-step-3::after {
    height: 316px;
  }

  .sell-step-6::after {
    height: 326px;
    left: 47%;
  }

  .cst_d {
    align-items: center;
  }

  .new-card-label-top {
    bottom: 3%;
    top: auto !important;
  }

  .product-card .product-context .map-icon {
    top: 20% !important;
  }

  .product-card .wishlist-btn {
    margin-left: 2px !important;
  }

  .product-card .product-context .amenties .icons {
    font-size: 13px !important;
  }

  .payment_form_addon_box__du_AT {
    min-height: 388px !important;
    height: auto !important;
  }

  .new-buy-how-it-works .sell-step-content p br {
    display: none;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 20px;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 20px;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -46px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -53px;
    height: 348px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 345px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -49px;
    height: 324px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -53px;
    height: 309px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    top: -72px;
    height: 368px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    margin-left: 38px;
    width: 90%;
  }

  .buy-property-breadcrumb p {
    font-size: 17px;
  }

  .buy-property-breadcrumb h3 {
    font-size: 25px;
  }

  .new-main-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .comparison-table th {
    font-size: 16px;
  }

  .comparison-table td {
    font-size: 13px;
  }

  .comparison-table td:first-child {
    font-size: 15px;
  }

  .comparison-table th:first-child {
    padding-left: 100px !important;
  }

  .comparison-table td:first-child {
    padding-left: 100px !important;
  }

  .buy-property-traditional-agents-sec h5 {
    font-size: 19px;
  }

  .sell-get-started-btn {
    font-size: 15px;
  }

  .buy-card-details-property .buy-property-plan h5 {
    font-size: 20px;
  }

  .buy-card-details-property .buy-property-plan-content h6 {
    font-size: 30px;
  }

  .buy-card-details-property .buy-property-plan-content ul li {
    font-size: 13px;
  }

  .buy-card-details-property {
    min-height: 780px;
  }

  .new-buy-how-it-works h5 {
    font-size: 18px;
    line-height: 172%;
  }

  .small-orange-new-heading {
    font-size: 20px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h5 {
    font-size: 25px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs p {
    font-size: 18px;
    line-height: 159%;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h4 {
    font-size: 30px;
  }

  .buyer-card-heading h6 {
    font-size: 15px;
  }

  .buyer-guide-card ul li {
    line-height: 22px;
    font-size: 13px;
    margin-top: 16px;
  }

  .dream-home-content .new-main-heading br {
    display: none;
  }

  .buy-property-p br {
    display: none;
  }

  .home-valiuation-sec img {
    width: 100%;
  }

  .buyer-guide-card {
    min-height: 375px;
  }

  .dream-home-vect-1 {
    bottom: 33%;
  }

  .your-dream-home-sec {
    padding-bottom: 100px;
  }

  .dream-home-content .cons-btn img {
    margin-right: 10px;
  }

  .sell-item h3 {
    font-size: 20px;
  }

  .sell-item {
    min-height: 329px !important;
  }

  .sell-feature-container p {
    font-size: 17px !important;
  }

}

@media (max-width: 912px) {
  .payment_form_addon_box__du_AT {
    height: auto !important;
  }

  .new-buy-how-it-works .sell-step-2::after {
    top: -54px;
    height: 349px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box .new-buy-prop-img:after {
    right: -45px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box-2 .new-buy-prop-img:after {
    right: auto;
    left: -47px;
  }

  .sell-step-content p br {
    display: none;
  }

  .new-buy-property-how-works .about-us-new-dotted-box {
    padding: 70px 30px;
  }
}

@media (min-width: 821px) and (max-width: 991px) {
  .sell-get-started-btn {
    font-size: 16px;
  }

  .buy-card-details-property .buy-property-plan h5 {
    font-size: 17px;
  }

  .new-main-heading {
    font-size: 22px;
  }

  .comparison-table th:first-child {
    padding-left: 50px !important;
  }

  .comparison-table td:first-child {
    padding-left: 50px !important;
  }

  .comparison-table th:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table th:nth-child(3) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(3) {
    padding-left: 30px !important;
  }

  .journey-and-how-works-sec .new-main-heading {
    line-height: 32px;
  }

  .buy-card-details-property .buy-property-plan-content span {
    line-height: 139%;
  }

  .buy-card-details-property {
    min-height: 912px;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    left: -9%;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 344px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    width: 326px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 259px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 278px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 260px;
  }

  .buyer-guide-card {
    min-height: 310px;
  }

  .dream-home-content .new-main-heading {
    line-height: 31px;
  }

  .buy-property-p {
    font-size: 16px;
    line-height: 26px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    width: 325px;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 46%;
  }
}

@media (min-width: 769px) and (max-width: 820px) {
  .sell-get-started-btn {
    font-size: 16px;
  }

  .buy-card-details-property .buy-property-plan h5 {
    font-size: 17px;
  }

  .new-main-heading {
    font-size: 22px;
  }

  .comparison-table th:first-child {
    padding-left: 50px !important;
  }

  .comparison-table td:first-child {
    padding-left: 50px !important;
  }

  .comparison-table th:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table th:nth-child(3) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(3) {
    padding-left: 30px !important;
  }

  .journey-and-how-works-sec .new-main-heading {
    line-height: 32px;
  }

  .buy-card-details-property .buy-property-plan-content span {
    line-height: 139%;
  }

  .buy-card-details-property {
    min-height: 933px;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    left: -18%;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 344px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    width: 326px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 259px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 278px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 260px;
  }

  .buyer-guide-card {
    min-height: 310px;
  }

  .dream-home-content .new-main-heading {
    line-height: 31px;
  }

  .buy-property-p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 853px) {
  .sell-step-7::after {
    width: 301px;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    left: -14%;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 345px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    width: 319px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 260px;
    left: 12%;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 48%;
  }
}

@media (max-width: 820px) {
  .payment_form_addon_box__du_AT {
    height: auto !important;
  }

  .new-buy-how-it-works .sell-step-2::after {
    width: 313px;
    top: -54px;
    left: 13%;
    height: 349px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 268px;
    left: 18%;
  }

  .new-buy-property-how-works .about-us-new-dotted-box .new-buy-prop-img:after {
    right: -45px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box-2 .new-buy-prop-img:after {
    right: auto;
    left: -47px;
  }

  .sell-step-content p br {
    display: none;
  }

  .new-buy-property-how-works .about-us-new-dotted-box {
    padding: 70px 30px;
  }
}

@media (max-width: 768px) {
  .sell-step-icon-top::before {
    left: -28% !important;
  }

  .sell-step-3::after {
    height: 316px;
    left: 16%;
  }

  .sell-step-1::after {
    height: 288px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 344px;
    width: 312px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 212px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 224px;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 46.3%;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    left: -26% !important;
  }

  .sell-get-started-btn {
    font-size: 16px;
  }

  .new-main-heading {
    font-size: 22px;

  }

  .comparison-table th:first-child {
    padding-left: 50px !important;
  }

  .comparison-table td:first-child {
    padding-left: 50px !important;
  }

  .comparison-table th:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(2) {
    padding-left: 30px !important;
  }

  .comparison-table th:nth-child(3) {
    padding-left: 30px !important;
  }

  .comparison-table td:nth-child(3) {
    padding-left: 30px !important;
  }

  .comparison-table th {
    font-size: 14px;
  }

  .comparison-table td:first-child {
    font-size: 13px;
    line-height: 24px;
  }

  .buy-property-traditional-agents-sec h5 {
    font-size: 16px;
  }

  .journey-and-how-works-sec .new-main-heading {
    line-height: 32px;
  }

  .sell-get-started-btn {
    font-size: 12px;
  }

  .buy-card-details-property .buy-property-plan h5 {
    font-size: 17px;
  }

  .buy-card-details-property .buy-property-plan p {
    font-size: 14px;
  }

  .buy-card-details-property .buy-property-plan-content h6 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .buy-card-details-property .buy-property-plan-content span {
    line-height: 0%;
  }

  .buy-card-details-property {
    min-height: 909px;
  }

  .new-buy-how-it-works h5 {
    font-size: 16px;
  }

  .small-orange-new-heading {
    font-size: 18px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h5 {
    font-size: 21px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs p {
    font-size: 15px;
    line-height: 143%;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h4 {
    font-size: 25px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs span {
    font-size: 15px;
  }

  .buyer-guide-card {
    min-height: 313px;
  }

  .small-orange-new-heading {
    line-height: 127%;
  }

  .dream-home-content .new-main-heading {
    line-height: 30px;
  }

  .buy-property-p {
    font-size: 16px;
    line-height: 26px;
  }

  .sell-item {
    min-height: auto !important;
  }

  .new-buy-property-how-works .about-us-new-dotted-box .new-buy-prop-img:after {
    right: -47px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box-2 .new-buy-prop-img:after {
    right: auto;
    left: -47px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box {
    padding: 80px 30px;
  }
}

@media (max-width: 600px) {
  .buy-property-breadcrumb p br {
    display: none;
  }

  .buy-property-breadcrumb h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .buy-property-breadcrumb p {
    font-size: 15px;
  }

  .new-main-heading {
    font-size: 19px;
    line-height: 27px;
  }

  .comparison-table th:first-child {
    padding-left: 20px !important;
  }

  .comparison-table td:first-child {
    padding-left: 20px !important;
    line-height: 20px;
  }

  .comparison-table th:nth-child(2) {
    padding-left: 20px !important;
    line-height: 20px;
  }

  .comparison-table td:nth-child(2) {
    padding-left: 20px !important;
    line-height: 20px;
  }

  .comparison-table th:nth-child(3) {
    padding-left: 20px !important;
    line-height: 20px;
  }

  .comparison-table td:nth-child(3) {
    padding-left: 20px !important;
    line-height: 20px;
  }

  .comparison-table th {
    line-height: 138%;
  }

  .buy-property-traditional-agents-sec h5 br {
    display: none;
  }

  .journey-and-how-works-sec .new-main-heading {
    line-height: 25px;
  }

  .buy-card-details-property {
    min-height: auto;
  }

  .new-buy-how-it-works h5 br {
    display: none;
  }

  .small-orange-new-heading {
    font-size: 15px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h5 {
    font-size: 17px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs p br {
    display: none;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs p {
    font-size: 13px;
  }

  .modern-real-state-agent-sec .modern-estate-heaidngs h4 {
    font-size: 22px;
  }

  .buyer-guide-card {
    min-height: auto;
  }

  .buyer-card-heading h6 br {
    display: none;
  }

  .dream-home-vect-1 {
    bottom: 56%;
    width: 87%;
  }

  .home-valiuation-sec img {
    margin-bottom: 30px;
  }

  /* .new-buy-how-it-works h5 {
    font-size: 13px;
    padding: 0px 10px;
} */
  .sell-get-started-btn {
    padding: 9px 17px !important;
    font-size: 15px !important;
  }

  .school_rating_div {
    margin-bottom: 10px !important;
  }

  .payment_form_addon_box__du_AT {
    min-height: auto !important;
    height: auto !important;
  }

  .listing_view_button_document__kI1Xz {
    padding: 10px 18px !important;

  }

  .listing_text__Qopt_ {
    width: 100% !important;
  }

  .new-buy-property-how-works {
    padding: 20px;
  }

  .new-sell-how-it-works {
    padding: 20px;
  }

  .new-buy-property-how-works .about-us-new-dotted-box {
    padding: 50px 30px;
  }

  .new-sell-how-it-works .about-us-new-dotted-box {
    padding: 50px 30px;
  }

  .new-buy-prop-img.text-end {
    text-align: left !important;
    margin-top: 30px;
  }

  .new-buy-prop-img.text-start {
    margin-bottom: 30px;
  }

  .new-buy-prop-img.text-end::after {
    top: -13% !important;
  }

  .new-buy-prop-img.text-start::after {
    top: 89% !important;
  }
}

@media (min-width: 401px) and (max-width: 500px) {
  .home-valiuation-sec img {
    width: 100%;
    margin-bottom: 30px;
  }

  .new-buy-how-it-works .sell-step-2 .sell-step-icon img {
    width: 156px;
    height: 138px;
  }

  .new-buy-how-it-works .sell-step-3 .sell-step-icon img {
    width: 156px;
    height: 138px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    border-right: 1px dashed #000000;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    width: 186px;
    height: 283px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -45px;
    height: 277px;
    width: 234px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -36px;
    height: 273px;
    width: 201px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -31px;
    height: 280px;
    width: 52px;

  }

  .new-buy-how-it-works .sell-step-5::after {
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    top: -37px;
    height: 197px;
    width: 111px;
    border-bottom: none !important;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -89px;
    left: -42% !important;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 44.3%;
    bottom: 51%;
  }

  .traditional-agent-img img {
    width: 100%;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    width: 90%;
  }

  .new-buy-how-it-works {
    padding: 30px 20px;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 15px;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 17px;
  }

  .dream-home-content {
    margin-top: 20px;
  }


}

@media (min-width: 430px) and (max-width: 450px) {
  .home-valiuation-sec img {
    width: 100%;
  }

  .traditional-agent-img img {
    width: 100%;
  }

  .new-buy-how-it-works .sell-how-it-works-steps {
    max-width: 280px;
    width: 280px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 310px;
    width: 123px;
    border-right: 1px dashed #000000;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -102px;
    left: -40% !important;
  }

  .new-buy-how-it-works .sell-step-2 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-3 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-4 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-1 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    height: 316px;
    width: 116px;
    left: 15%;
    top: -46px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -46px;
    height: 319px;
    width: 143px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -43px;
    height: 314px;
    left: 19%;
    width: 70px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    top: -24px;
    height: 229px;
    width: 57px;
    border-bottom: none !important;
    left: 25%;
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 40.3%;
    bottom: 46%;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 15px;
    line-height: 142%;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 16px;
  }

  .new-buy-how-it-works .sell-step {
    margin: 0px 0px 80px 0px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    margin-left: 7px;
  }

  .sell-step-content img {
    width: 20px;
  }
}

@media (min-width: 400px) and (max-width: 429px) {
  .home-valiuation-sec img {
    width: 100%;
  }

  .traditional-agent-img img {
    width: 100%;
  }

  .new-buy-how-it-works .sell-how-it-works-steps {
    max-width: 280px;
    width: 280px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 310px;
    width: 123px;
    border-right: 1px dashed #000000;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -102px;
    left: -40% !important;
  }

  .new-buy-how-it-works .sell-step-2 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-3 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-4 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-1 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    height: 316px;
    width: 116px;
    left: 15%;
    top: -46px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -46px;
    height: 318px;
    width: 143px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -44px;
    height: 314px;
    left: 19%;
    width: 70px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    top: -25px;
    height: 229px;
    width: 57px;
    border-bottom: none !important;
    left: 25%;
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 40.3%;
    bottom: 46%;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 15px;
    line-height: 142%;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 16px;
  }

  .new-buy-how-it-works .sell-step {
    margin: 0px 0px 80px 0px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    margin-left: 7px;
  }

  .sell-step-content img {
    width: 20px;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .home-valiuation-sec img {
    width: 100%;
  }

  .traditional-agent-img img {
    width: 100%;
  }

  .new-buy-how-it-works .sell-how-it-works-steps {
    max-width: 280px;
    width: 280px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 310px;
    width: 123px;
    border-right: 1px dashed #000000;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    top: -102px;
    left: -40% !important;
  }

  .new-buy-how-it-works .sell-step-2 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-3 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-4 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-1 .sell-step-icon img {
    width: 130px;
    height: 130px;
  }

  .new-buy-how-it-works .sell-step-2::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    height: 316px;
    width: 116px;
    left: 15%;
    top: -46px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -46px;
    height: 318px;
    width: 143px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    border-top: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    top: -44px;
    height: 314px;
    left: 18%;
    width: 70px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    top: -25px;
    height: 229px;
    width: 57px;
    border-bottom: none !important;
    left: 25%;
    border-top: 1px dashed #000000;
    border-right: 1px dashed #000000;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 41.3%;
    bottom: 46%;
  }

  .new-buy-how-it-works .sell-step-content h5 {
    font-size: 15px;
    line-height: 142%;
  }

  .new-buy-how-it-works .sell-step-content h4 {
    font-size: 16px;
  }

  .new-buy-how-it-works .sell-step {
    margin: 0px 0px 80px 0px;
  }

  .new-buy-how-it-works .sell-step-5 .sell-step-content {
    margin-left: 7px;
  }

  .dream-home-vect-1 {
    bottom: 60%;
  }

  .sell-get-started-btn {
    font-size: 11px;
  }

}

@media (min-width: 1280px) {
  .sell-step-1::after {
    height: 305px;
    width: 336px;
  }

  .sell-step-2::after {
    height: 326px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 310px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px !important;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

@media (min-width: 1600px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px !important;
    } */

  .cst_d {
    justify-content: end;
  }
}

@media (min-width: 1800px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1720px !important;
    } */
}

@media (max-width: 540px) {
  .sell-step-icon-top::before {
    left: 44% !important;
    top: -60px;
  }

  .sell-step-1::after {
    height: 304px;
  }

  .sell-step-3::after {
    left: 14%;
  }

  .sell-step-4::after {
    height: 303px;
    left: 30%;
    width: 330px;
  }

  .sell-step-5::after {
    height: 275px;
    left: 13%;
  }

  .sell-step-icon-bottom::before {
    bottom: -86px;
    left: 56%;
  }

  .new-buy-how-it-works .sell-step-icon-top::before {
    left: -58% !important;
    top: -69px;
  }

  .new-buy-how-it-works .sell-step-1::after {
    height: 331px;
    width: 312px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -49px;
    height: 324px;
    right: 22%;
    width: 267px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    height: 352px;
    width: 158px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 78px;
  }

  .mortgage-container {
    margin: 0;
    padding: 50px 20px;
  }
}

@media (max-width: 430px) {
  .sell-step-1::after {
    height: 288px;
    width: 211px;
  }

  .sell-step-2::after {
    height: 319px;
  }

  .sell-step-4::after {
    height: 297px;
    top: -65px;
  }

  .sell-step-6::after {
    height: 319px;
    top: -74px;
    width: 239px;
    left: 30%;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -28px;
    height: 301px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 60px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 71px;
  }
}

@media (max-width: 414px) {
  .sell-step-1::after {
    height: 262px;
    width: 163px;
  }

  .sell-step-2::after {

    height: 273px;
  }

  .sell-step-3::after {
    height: 205px;
  }

  .sell-step-5::after {
    height: 243px;
    top: -50px;
  }

  .sell-step-6::after {
    height: 222px;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -28px;
    height: 300px;
    width: 139px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    width: 51px;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 42.3%;
  }
}

@media (max-width: 412px) {
  .sell-step-1::after {
    height: 262px;
    width: 163px;
  }

  .sell-step-2::after {
    height: 273px;
  }

  .sell-step-4::after {
    height: 240px;
    left: 35%;
    top: -36px;
  }

  .sell-step-5::after {
    height: 245px;
  }

  .sell-step-6::after {
    height: 222px;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 42.3%;
  }


}

@media (max-width: 390px) {
  .sell-step-2::after {
    height: 301px;
  }

  .sell-step-3::after {
    height: 231px;
  }

  .sell-step-5::after {
    height: 244px;
    top: -33px;
    width: 141px;
  }

  .sell-step-7::after {
    top: -43px;
    left: 14%;
  }

  .new-buy-how-it-works .sell-step-3::after {
    width: 137px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    left: 17%;
    width: 47px;
    top: -45px;
  }
}

@media (max-width: 375px) {
  .sell-step-2::after {
    height: 337px;
  }

  .sell-step-4::after {
    height: 258px;
  }

  .sell-step-6::after {
    height: 248px;
    top: -36px;
    width: 187px;
    left: 38%;
  }

  .new-buy-how-it-works .sell-step-3::after {
    top: -28px;
    height: 301px;
    width: 141px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    left: 25%;
    top: -24px;
    height: 229px;
    width: 61px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    width: 60px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    left: 17%;
    width: 38px;
  }

  .new-buy-how-it-works .sell-step-5::before {
    left: 42.3%;
  }
}

@media (max-width: 360px) {
  .sell-step-1::after {
    height: 297px;
  }

  .sell-step-5::after {
    width: 137px;
  }

  .new-buy-how-it-works .sell-step-4::after {
    top: -43px;
    left: 15%;
  }

  .new-buy-how-it-works .sell-step-2::after {
    left: 17%;
  }
}

@media (max-width: 344px) {
  .new-buy-how-it-works .sell-step-3::after {
    width: 132px;
  }

  .new-buy-how-it-works .sell-step-5::after {
    left: 24%;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar_sidebar_wrapper__Q9fo0 {
    /* width: 280px; */
    padding: 30px 30px 0 0;
    box-shadow: 0 -10px 40px -10px rgba(0, 0, 0, 0.1);
}

.sidebar_sidebar_wrapper__Q9fo0 ul {
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
}

.sidebar_sidebar_wrapper__Q9fo0 ul li {
    padding: 16px 9px;
    font-size: 16px;
    line-height: 22px;
    color: #292D32;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebar_sidebar_wrapper__Q9fo0 ul li:hover {
    background: #ebecff;
    border-radius: 8px;
    cursor: pointer;
}

.sidebar_sidebar_wrapper__Q9fo0 ul li.sidebar_active__C1SPw {
    background: #ebecff;
    border-radius: 8px;
    cursor: pointer;
}

.sidebar_sidebar_wrapper__Q9fo0 ul li span {
    display: inline-block;
    margin: 0 20px 0 0;
}




@media (max-width: 991px) {

    .sidebar_sidebar_wrapper__Q9fo0{display: none !important;padding: 0 !important;}
    
}
/* For social Icons */
.social_icons img {
  margin-right: 12px;
}

img.social_img {
  width: 45px;
}

/* search input */

input.search_input {
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
}

input.search_input::placeholder {
  color: #cacaca;
}

button.input_btn {
  background: linear-gradient(180deg, #c96f3b 0%, #e88504 100%);
  color: #fff;
  height: 53px;
  padding: 0px 40px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 9px;
  border: none;
}

.search_div {
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 20px;
  display: flex;
  padding: 10px 10px 10px 20px;
  gap: 10px;
  align-items: center;
}

img.search_icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-top: -1px;
}

/*Newsletter  */
section.newletter_div {
  background: linear-gradient(180deg, #c96f3b 0%, #e88504 100%);
  padding: 20px 0px 33px;
}

.newsletter_search_div {
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  padding: 10px 10px 10px 20px;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
}

input.newsletter_search_input {
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
}

.newsletter_subheading {
  color: #fff;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 22px;
}

.newletter_heading {
  color: #fff;

  font-family: Open Sans;
  font-display: swap;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.newsletter_btn {
  background: #c96f3b !important;
}

/*Property Search Filter */
section.property_search_section {
  padding: 30px 0px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

input.input_text {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  width: 238px;
  padding-left: 20px;
}

.input_name_text {
  width: 150px !important;
}

.location_text {
  font-size: 14px !important;
}

input.input_text::placeholder {
  font-family: Open Sans;
  font-display: swap;
  color: #cacaca;
  font-size: 15px;
}

.search_filter_form {
  display: flex;
  gap: 14px;
}

.sale_dropdown {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  background: none;
  padding: 0px 0px;
}

.sale_dropdown_bath {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  /* width: 150px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 14px;
  background: none;
  padding: 0px 0px;
}

.sale_dropdown_price {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  background: none;
  padding: 0px 0px;
}

.sale_dropdown_more {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 0px 10px 0px 10px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  background: none;
  padding: 0px 0px;
}

.css-13cymwt-control {
  border: none !important;
  box-shadow: none !important;
  width: 100%;
}

.css-13cymwt-control:hover {
  border: none !important;
  box-shadow: none !important;
}

.css-t3ipsp-control:hover {
  border-color: none !important;
  box-shadow: none !important;
}

.css-t3ipsp-control {
  border-color: none !important;
  box-shadow: none !important;
}

.css-tj5bde-Svg {
  fill: #292D32 !important;
}

.css-1fdsijx-ValueContainer {
  padding: 2px 8px !important;
}

span.css-1u9des2-indicatorSeparator {
  display: none !important;
}

.css-t3ipsp-control {
  border: none !important;
}

.css-t3ipsp-control:hover {
  border: none !important;
}

.search_filter_form input:focus-visible {
  border: 1px solid #dbdbdb;
  box-shadow: none;
  outline: 1px solid #dbdbdb;
}

.more_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  gap: 89px;
  position: relative;
}

p.more_filter_para {
  margin: 0px;
  color: #000;
  font-family: Open Sans;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup_filter_div {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 300px;
  position: absolute;
  top: 190px;
  overflow-y: visible;
  z-index: 5;
  height: 450px;
}

.popup_filter_div_bed {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 350px;
  position: absolute;
  top: 190px;
  overflow-y: visible;
  z-index: 2;
  height: 400px;
}

.popup_filter_div::-webkit-scrollbar {
  display: none;
}

.fiter_popup_heading {
  color: #3d3d3d;
  font-family: Open Sans;
  font-display: swap;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.filter_popup_text {
  border-radius: 2px;
  border: 1px solid #ececec;
  background: #fafafa;
  width: 100%;
  height: 30px;
  padding-left: 12px;
  font-size: 12px;
}

.martop {
  margin-top: 20px;
}

.filter_dropdownwidth {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ececec;

  height: 40px;
  font-size: 12px;
}

.filter_dropdownwidth .css-13cymwt-control {
  background: #fafafa;
}

.filter_lable {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: Open Sans;
  font-display: swap;
  margin-left: 10px;
}

.filter_width {
  width: 100%;
}

.sale_filter_popup {
  width: 100%;
  height: 206px;
  left: 0%;
  top: 100%;
  position: absolute;
}

.radio-container input[type="radio"] {
  transform: scale(1.5);
  margin-right: 5px;
}

.bath_filter_popup {
  width: 350px;
  height: 190px;
}

.price_filter_popup {
  width: 350px;
  height: 160px;
}

.hometype_filter_popup {
  /* width: 200px;
    height: 330px; */

  width: 100%;
  height: auto;
  left: 0;
  top: 100%;
}

.sale_box {
  transform: scale(1.5);
}

.active_filter {
  border: 2px solid #ff5000 !important;
}

.active_filter_bed {
  border: 2px solid #ff5000 !important;
}

.active_filter_price {
  border: 2px solid #ff5000 !important;
}

.active_filter_home_type {
  border: 2px solid #ff5000 !important;
}

/* App Notification */
p.notification_para {
  margin: 0px;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.notification_div {
  display: flex;
  justify-content: space-between;
  padding: 10px 45px;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  background: #fff;
  align-items: center;
}

a.notification_btn {
  background: linear-gradient(180deg, #c96f3b 0%, #e88504 100%);
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 14px;
  padding: 9px;
  border-radius: 6px;
  font-weight: 600;
}

.notification_cross {
  position: absolute;
  z-index: 1;
  right: 10px;
  color: #000000;
  opacity: 1;
  top: 10px;
  z-index: 11;
  cursor: pointer;
  font-size: 10px;
}

/* mobile responsiveness */
@media only screen and (min-width: 275px) and (max-width: 1024px) {
  section.newletter_div {
    background: linear-gradient(180deg, #c96f3b 0%, #e88504 100%);
    padding: 20px 20px 50px;
  }

  button.input_btn {
    height: 44px;
    padding: 0px 14px;
    font-size: 14px;
  }

  .section.property_search_section {
    padding: 20px;
  }

  .search_filter_form {
    display: block;
  }

  input.input_text {
    width: 100%;
  }

  .sale_dropdown {
    width: 100%;
    margin-top: 10px;
  }

  .sale_dropdown_bath {
    width: 100%;
    margin-top: 10px;
  }

  .sale_dropdown_price {
    width: 100%;
    margin-top: 10px;
  }

  .sale_dropdown_more {
    width: 100%;
    margin-top: 10px;
  }

  .filter_btn {
    width: 100%;
    margin-top: 10px;
  }

  .mobile_padding {
    padding-top: 90px !important;
  }

  .filter-mobile_none {
    display: none;
  }

  .mobile_search {
    padding-top: 165px;
  }

  .mobile_div {
    display: flex;
    padding: 10px;
    gap: 10px;
  }

  .more_filter_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    gap: 0px;
  }

  .modal_section_filter {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #fff;
    z-index: 99999999;
    bottom: 0px;
    align-items: center;
    animation: fadeInScaleUp 0.3s ease-out;
  }

  @keyframes fadeInScaleUp {
    from {
      transform: scale(0.8);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .salemobile_div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
    height: 100%;
  }

  .filter_lable {
    margin-bottom: 20px;
    font-size: 19px;
    font-family: Open Sans;
    font-display: swap;
    margin-left: 10px;
  }

  .filter_close {
    top: 5px !important;
  }

  .mobile_keyword_filter {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .input_height {
    height: 50px;
  }

  .hr_mobile {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }

  .filter_col {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .mobile_search {
    display: none;
  }

  .modal_section_filter {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .mobile_search {
    display: none;
  }

  .modal_section_filter {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mobile_search {
    padding-top: 118px;
  }
}

.cursor_pointer {
  cursor: pointer;
}

.keyword-display {
  display: flex;
  align-items: center;
  margin-top: 0px;
  padding: 3px 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 15px;
  color: #333;
}

.keyword-text {
  flex-grow: 1;
}

.keyword-reset {
  cursor: pointer;
  margin-left: 10px;
  color: #ff0000;
  font-size: 30px;
  font-weight: bold;
  margin-top: -5px;
}

.keyword-reset:hover {
  color: #d00000;
}

/* Yuvam CSS for MAP */

/* Custom Zoom Control Button */
.gm-style button.gm-control-active {
  width: 40px;
  /* Adjust size */
  height: 40px;
  /* Adjust size */
  border-radius: 8px !important;
  /* Add border-radius */
  background-color: #fff !important;
  /* Customize background color */
  border: 2px solid #ff5000 !important;
  /* Customize border color */
  font-size: 16px !important;
  /* Customize font size */
}

/* Custom Map Type Control Button */
.gm-style div.gm-svpc {
  width: 40px;
  /* Adjust size */
  height: 40px;
  /* Adjust size */
  border-radius: 8px !important;
  /* Add border-radius */
  background-color: #fff !important;
  /* Customize background color */
  border: 2px solid #df7e13 !important;
  /* Customize border color */
  font-size: 16px !important;
  /* Customize font size */
}

.filter-btn-search {
  display: flex;
}
.custom-marker-label:hover{
  background-color: #ff5000 !important;
}
@media only screen and (max-width: 1024px) {
  .filter-btn-search {
    justify-content: space-between;
    margin-top: 15px;
  }

  .filter-bottom-elements {
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 1024px) {
  .filter-btn-search {
    display: flex !important;
  }

  .saved-search-button {
    margin-top: 0 !important;
  }
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
  font-display: swap;
}
.login_modal {
  border-radius: 20px;
  /* border: 20px solid #FFF; */
  width: 83.179vw;
  height: 41vw;
  box-shadow: #959da533 0px 8px 24px;
  /* margin-top: 6px; */
  background: #fff;
  animation: fadeInScaleUp 0.3s ease-out;
  position: relative;
}

.signup_modal {
  position: relative;
}

img.close_btn {
  z-index: 9999;
}

p.dont_like_message {
  margin: 0px;
  color: #d57725;
  font-family: "Open Sans";
  font-display: swap;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  margin-top: 3vw;
}

.image_col_6 {
  padding: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
}

section.modal_section {
  display: flex;
  justify-content: center;
  position: fixed;
  align-items: center;
  left: 0;
  right: 0;
  top: 0px;
  background: #00000061;
  z-index: 9999;
  align-items: center;
  height: 100%;
}

@keyframes fadeInScaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

img.login_image {
  width: 85%;
  height: 33.5vw;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.login_heading {
  text-align: center;
  font-family: "Open Sans";
  font-display: swap;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
}

.login_logo {
  width: 275px;
  height: 52px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.login_input {
  border: none;
  width: 84%;
  outline: none;
}

.login_input:focus-visible {
  border: none !important;
}

.input_div {
  height: 55px;
  flex-shrink: 0;
  border-radius: 0px 10px;
  background: #fff;
  box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  margin: 0px auto;
  margin-top: 50px;
}

.input_div_signup {
  height: 55px;
  flex-shrink: 0;
  border-radius: 0px 10px;
  background: #fff;
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  margin: 0px auto;
  margin-top: 20px;
}

.input_div_otp {
  height: 55px;
  flex-shrink: 0;
  border-radius: 0px 10px;
  background: #fff;
  box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  margin: 0px auto;
  margin-top: 30px;
}

.email {
  width: 20px !important;
  height: 15px !important;
}

.button_div {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}

.carousel_btn_2 {
  background: #fff;
  color: #000;
  height: 45px;
  padding: 0px 40px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.07);
  font-family: open sans;
  font-display: swap;
  font-weight: 500;
}

.social_image {
  box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
}

.social_div {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 10px;
}

.login_para {
  color: #3d3d3d;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.col-lg-6.content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 100px;
}

.para-div {
  display: flex;
  justify-content: center;
  margin: 24px;
  gap: 10px;
  align-items: center;
}

img.line {
  height: 1px;
  width: 60px;
}

img.close_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.checkbox_input {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-left: 8px;
}

.check_para {
  font-family: "Open Sans";
  font-display: swap;
  font-size: 14px;
}

.input_checkbox {
  width: 18px;
  accent-color: #00336e;
}

/* Profile */

.profile_section {
  padding: 60px 0px;
}

.profile_div {
  border-radius: 5px;
  background: #ffece2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
  gap: 5px;
  cursor: pointer;
}

.profile_para {
  color: #c96f3b;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.user_icon {
  color: #c96f3b;
}

.saved_col_properties {
  padding: 0px;
}

p.liked_para_saved {
  background: #fd5e0d;
  padding: 5px 0px 5px 25px;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  font-display: swap;
  border-radius: 50px;
  width: 21%;
  margin-left: 33px;
}

.magnifying {
  width: 28px;
  height: 28px;
  color: #c96f3b;
}

.right_angle {
  width: 13px;
  height: 22px;
  color: #c96f3b;
}

.delete_icon {
  font-size: 25px;
  color: #c96f3b;
  cursor: pointer;
}

.delete_releative_div {
  position: relative !important;
}

.delete_search_modal {
  position: absolute;
  bottom: 30px;
  right: 0px;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 12px;
  border-radius: 5px;
  width: 210px;
}

.delete_para {
  font-family: "Open Sans";
  font-display: swap;
  font-size: 15px;
  line-height: 18px;
}

.button_delete_modal_div {
  display: flex;
  justify-content: space-between;
}

button.button_delete_modal {
  background: #d57725;
  border: none;
  font-family: "Open Sans";
  font-display: swap;
  color: #fff;
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 2px;
}

button.button_delete_modal_two {
  background: #000;
  border: none;
  font-family: "Open Sans";
  font-display: swap;
  color: #fff;
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 4px;
}

.saved_title {
  color: #3d3d3d;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.sale_title {
  color: #c96f3b;
  font-family: Open Sans;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.saved_col {
  border-radius: 2px;
  border: 1px solid #ececec;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  cursor: pointer;
}

.saved_first_div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.saved_col_profile {
  border-radius: 5px;
  border: 1px solid #ececec;
  background: #fafafa;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  width: 100%;
}

.profile_input {
  color: #c96f3b;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.profile_edit {
  color: #c96f3b;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  cursor: pointer;
}

.profile_first_div {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.profile-icon {
  margin-top: -5px;
}

.user_icon_email {
  color: #c96f3b;
  width: 24px;
  height: 20px;
}

.my_user_image {
  width: 206px;
  border-radius: 180px;
  height: 206px;
  object-fit: cover;
}

.first_profile_my_div {
  border-radius: 17px;
  border: 1px solid #ececec;
  background: #fafafa;
  justify-content: center;
  padding: 40px 0px 20px 0px;
  position: relative;
}

.avtar_btn {
  margin-top: 10px;
}

.camera {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff !important;
  background: linear-gradient(180deg, #c96f3b 0%, #e88504 100%) !important;
}

.logout_div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

input.profile_input_edit {
  border: none;
  background: transparent;
  color: #c96f3b !important;
  font-family: Open Sans;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  outline: none;
  width: 100%;
}

input.profile_input_edit::placeholder {
  color: #c96f3b;
}

.avtar_btn {
  position: relative;
}

.avtar_div {
  position: absolute;
  top: 0;
  width: 100%;
}

img.my_avtar_image {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  object-fit: contain;
  margin-top: 5px;
  margin-bottom: 5px;
  margin: 5px 5px;
  cursor: pointer;
}

.avtar_upper_div {
  display: flex;
  justify-content: center;
}

.avtar_div {
  background: #fafafa;
  padding: 10px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 355px;
  overflow-y: scroll;
  animation: fadeInScaleUp 0.3s ease-out;
  z-index: 99;
  text-align: center;
}

@keyframes fadeInScaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.avtar_div::-webkit-scrollbar {
  display: none;
}

.avtar_heading {
  color: #ff5000 !important;
  font-family: Open Sans;
  font-display: swap;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
}

section.pre_loader {
  position: fixed;
  z-index: 9999;
  /* background: #ababab66; */
  background: #f1f2f3;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.saved_properties_image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px 15px;
}

.active_profile {
  background: #d57725;
}

.active_svg {
  color: #fff;
}

.active_para {
  color: #fff;
}

.content_div {
  height: auto;
  /* overflow: scroll; */
}

.content_div::-webkit-scrollbar {
  display: none;
}

.input_div_signup svg {
  color: #00336e;
  font-size: 20px;
}

.input_div svg {
  color: #00336e;
  font-size: 20px;
}

/* For Mobileresponsiveness */

@media only screen and (min-width: 275px) and (max-width: 1024px) {
  .profile_div {
    margin-top: 20px;
  }

  img.line {
    height: 1px;
    width: 40px;
  }

  img.login_image {
    display: none;
  }

  .login_modal {
    border-radius: 16px;
    border: 0px;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-top: 6px;
    background: #fff;
    padding: 10px 0px;
    margin: 0 auto;
    height: 650px;
    overflow-y: scroll;
  }

  img.mobile_login {
    position: absolute;
    top: 10px;
    right: 8px;
  }

  .login_modal::-webkit-scrollbar {
    display: none;
  }

  .col-lg-6.content {
    padding: 40px 20px;
  }

  section.modal_section {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #fff;
    z-index: 999999999;
    bottom: 0px;
    align-items: center;
    animation: fadeInScaleUp 0.3s ease-out;
  }

  @keyframes fadeInScaleUp {
    from {
      transform: scale(0.8);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .check_para {
    font-family: "Open Sans";
    font-display: swap;
    font-size: 13px;
  }

  .mobile_font {
    font-size: 13px;
  }

  .zero-padding {
    padding: 0px;
  }

  .hide_mobile {
    display: none;
  }

  .saved_col_profile {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .hide_desktop {
    /* display: none; */
  }
}

@media only screen and (min-width: 1280px) {
  .hide_desktop {
    display: none;
  }
}

.signup_modal {
  height: 48vw;
}

/* .signup_modal .signup_img {
    height: 46.6vw;
} */

/*responsive */
@media screen and (max-width: 2700px) {
  .login_new_modal {
    height: 44vw;
  }

  .check_para {
    font-size: 20px;
  }

  img.close_btn {
    width: 100px;
    height: 100px;
    padding: 0;
  }

  .login_logo {
    /* width: 375px;
        height: 80px; */
    margin-bottom: 30px;
  }

  .col-lg-6.content {
    display: block;
  }

  .input_div_signup {
    height: 80px;
  }

  img.line {
    width: 100px;
  }
}

@media screen and (max-width: 2400px) {
  img.close_btn {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 2200px) {
  .login_new_modal .input_div_signup {
    height: 70px;
  }

  .login_new_modal .social_div img {
    width: 80px;
    height: 55px;
  }

  .login_new_modal .login_input {
    font-size: 20px;
  }
}

@media screen and (max-width: 2000px) {
  .login_new_modal .input_div_signup {
    height: 60px;
  }

  .login_new_modal .login_input {
    font-size: 17px;
  }

  .login_new_modal .button_div {
    margin-top: 10px;
  }

  .login_new_modal {
    height: 42vw;
  }

  .login_new_modal img.close_btn {
    width: 70px;
    height: 70px;
    padding: 0;
  }

  img.close_btn {
    width: 70px;
    height: 70px;
    padding: 0;
  }

  .login_logo {
    margin-top: 0;
  }

  .col-lg-6.content {
    display: block;
  }

  .input_div_signup {
    height: 60px;
  }

  img.line {
    width: 100px;
  }
}

@media screen and (max-width: 1850px) {
  .login_new_modal .input_div_signup {
    height: 50px;
  }

  .login_new_modal .login_input {
    font-size: 15px;
  }

  .login_new_modal .para-div {
    margin: 15px;
  }

  .login_new_modal .social_div img {
    width: 60px;
    height: 45px;
  }
}

@media screen and (max-width: 1750px) {
  .login_new_modal .check_para {
    font-size: 16px;
  }

  img.close_btn {
    width: 60px;
    height: 60px;
  }

  .login_heading {
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
  }

  .col-lg-6.content {
    display: block;
  }

  .input_div_signup {
    height: 50px;
  }

  .login_input {
    font-size: 15px;
  }

  .button_div {
    margin-top: 20px;
  }

  button.login_btn {
    height: 55px !important;
    font-size: 20px;
  }

  .forgot-text-pass a {
    font-size: 17px;
  }

  button.carousel_btn {
    height: 50px !important;
    font-size: 16px;
  }

  .carousel_btn_2 {
    height: 50px;
    font-size: 16px;
  }

  .login_para {
    font-size: 17px;
  }

  img.line {
    width: 100px;
  }

  .social_div img {
    width: 70px;
    height: 55px;
  }
}

@media screen and (max-width: 1600px) {
  .login_new_modal .input_div_signup {
    height: 40px;
  }

  .login_new_modal .para-div {
    margin: 11px;
  }

  .login_new_modal img.close_btn {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1500px) {
  .login_new_modal .check_para {
    font-size: 12px;
  }

  .login_new_modal button.carousel_btn_otp {
    height: 37px;
  }

  .login_new_modal .social_div img {
    width: 40px;
    height: 35px;
  }

  .login_heading {
    font-size: 20px;
    margin-bottom: 10px;
  }

  img.close_btn {
    width: 60px;
    height: 60px;
  }

  .login_logo {
    width: 250px;
    height: 50px;
  }

  .input_div_signup {
    height: 40px;
  }

  .login_input {
    font-size: 15px;
  }

  button.login_btn {
    height: 45px !important;
    font-size: 20px;
  }

  .forgot-text-pass a {
    font-size: 15px;
  }

  button.carousel_btn {
    height: 40px !important;
    font-size: 15px;
  }

  .carousel_btn_2 {
    height: 40px !important;
    font-size: 15px;
  }

  .login_para {
    font-size: 14px;
  }

  .para-div {
    margin: 15px;
  }

  .social_div img {
    width: 60px;
    height: 45px;
  }
}

@media screen and (max-width: 1350px) {
  .hide_desktop {
    display: none;
  }

  .login_new_modal .input_div_signup {
    margin-top: 15px;
    height: 30px;
  }

  .login_new_modal .login_input {
    font-size: 11px;
  }

  .login_new_modal .email {
    width: 20px;
    height: 10px;
  }

  .login_para {
    font-size: 12px;
  }

  img.line {
    width: 80px;
  }
}

@media screen and (max-width: 1235px) {
  button.carousel_btn {
    padding: 0px 30px !important;
  }

  img.line {
    width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .login_logo {
    width: 200px;
    height: 50px;
  }

  .login_heading {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .button_div {
    margin-top: 15px;
  }

  button.carousel_btn {
    font-size: 13px;
  }

  .carousel_btn_2 {
    font-size: 13px;
  }

  .col-lg-6.content {
    /* padding: 0px 50px; */
  }

  .login_modal {
    height: 45vw;
  }

  img.login_image {
    height: 43.2vw;
  }

  .login_new_modal .signup_img {
    height: 43.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .hide_desktop {
    display: block;
  }

  .login_new_modal .input_div_signup {
    width: 400px !important;
  }

  .login_new_modal .login_input {
    font-size: 17px;
  }

  .checkbox_input {
    justify-content: center;
  }

  .col-lg-6.content {
    width: 100%;
  }

  .login_modal {
    overflow: visible;
  }

  .input_div_signup {
    height: 50px !important;
    width: 354px !important;
  }

  button.carousel_btn {
    height: 44px;
    padding: 0px 30px;
  }

  .login_modal {
    height: 50vw;
  }
}

@media screen and (max-width: 991px) {
  .login_modal {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .forget_modal .input_div {
    width: 400px;
  }

  .button_div {
    margin: 20px 10px;
    /* margin-top: 15px; */
  }

  button.carousel_btn {
    height: 44px;
    padding: 0px 40px;
  }

  .input_div_signup {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 450px) {
  .input_div_signup {
    height: 60px !important;
    width: 394px !important;
  }

  button.login_btn {
    height: 60px !important;
  }

  .login_heading {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .forgot-text-pass a {
    font-size: 20px;
  }

  button.carousel_btn {
    padding: 0px 44px;
  }

  button.carousel_btn {
    font-size: 12px;
  }

  .carousel_btn_2 {
    font-size: 15px;
  }

  .social_div img {
    width: 40px;
    height: 40px;
  }

  .login_new_modal .check_para {
    font-size: 15px;
  }

  img.close_btn {
    width: 30px;
    height: 30px;
  }

  .login_logo {
    height: 40px;
  }
}

@media screen and (max-width: 350px) {
  .login_heading {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .login_logo {
    width: 300px;
    height: 80px;
  }

  .input_div_signup {
    height: 80px !important;
    width: 394px !important;
  }

  .login_input {
    font-size: 25px;
  }

  .forgot-text-pass a {
    font-size: 20px;
  }

  button.carousel_btn {
    height: 44px;
    padding: 0px 60px;
  }

  button.carousel_btn {
    height: 44px;
    padding: 0px 60px;
  }

  button.carousel_btn {
    font-size: 20px;
  }

  .carousel_btn_2 {
    font-size: 20px;
  }

  .login_para {
    font-size: 17px;
  }

  img.line {
    width: 65px;
  }

  .login_new_modal .login_input {
    font-size: 21px;
  }

  .login_heading {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  button.carousel_btn {
    padding: 0px 38px;
  }
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

img.map_image {
    width: 100%;
}

.listing_div {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    border-radius: 0px 15px 0px 15px;
    margin: 15px 15px !important;
    cursor: pointer;
}

img.buy_listing_image {
    width: 270px;
    height: 176px;
    border-radius: 0px 10px 0px 10px;
    object-fit: cover;
}

.property_name_buy {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin: 0px;
}

.aminities_div_two {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;

}

p.property_para {
    font-size: 14px;
    margin: 0px !important;
    margin-top: 5px !important;
}

.price_div_buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 0px 10px;
    padding: 0px;
}

.scroll_list {
    height: calc(100vh);
    overflow-y: auto;
}

.scroll_list::-webkit-scrollbar {
    display: none;
}

p.liked_para_buy {
    background: #fd5e0d;
    padding: 5px 0px 5px 25px;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    border-radius: 50px;
    padding-right: 15px;
    margin-left: 33px;
}

/* Property Modal */
img.first_image {
    width: 100%;
    height: 406px;
    object-fit: cover;
    border-radius: 25px, 25px, 0px, 0px !important;
}

.single_property_heading {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}

.single_property_price {
    font-family: 'Open Sans';
    color: #C96F3B;
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}

img.location_img {
    width: 15px !important;
    height: 22px !important;
    margin-right: 5px;
}

.location_div {
    display: flex;
    gap: 10px;
}

.location_btn {

    color: #fff;
    height: 45px;

    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;

}

.gradient_btn {
    background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
    padding: 0px 40px;
    border: none;
    width: 50%;
}

.black_btn {
    background-color: #000 !important;
    padding: 0px 40px;
    border: none;
    width: 50%;
}

.blue_btn {
    background-color: #3DB2FF !important;
    padding: 0px 40px;
    border: none;
    width: 50%;
}

.location_btn_div {
    display: flex;
    gap: 15px;
}

.like_div_modal {
    position: absolute;
    top: 54px;
    left: 40px;
    width: 8.5%;
}

.like_icon_modal {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: -8px;
    margin-left: 6px;
}

.liked_para_buy_modal {
    background: #fd5e0d;
    padding: 5px 0px 5px 25px;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    border-radius: 50px;
    margin-left: 33px;
    padding-right: 45px;
}

/* 
.close_btn_property {
    width: 50px;
    position: absolute;
    top: -15px;
    right: 1%;
    cursor: pointer;
    z-index: 9;
} */

.close_btn_property {
    width: 50px;
    position: fixed;
    top: 13px;
    right: 9vw;
    cursor: pointer;
    z-index: 9;
    direction: rtl;
}



.property_modal {
    border-radius: 40px;

    padding: 0px;
    margin: 0px !important;
    box-shadow: #959da533 0px 8px 24px;
    margin-top: 6px;
    background: #fff;
    position: relative;
    overflow-y: scroll;
    height: 99vh;
    width: 83.766vw;

}

.property_modal::-webkit-scrollbar {
    display: none;
}

hr.hr {
    margin-top: 30px;
    width: 100%;
    background-color: #DDD;
    ;
}

.property_first_row {
    padding: 35px;
    padding-bottom: 0px;
}

.property_second_row {
    padding: 10px 20px;
}

button.property_scroll_btn {
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 8%);
    border: none;
    color: #000;
    padding: 15px 10px;
    margin: 5px 0px;
    font-size: 14px;
    width: 87%;
}

.col_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

button.property_scroll_btn:hover {
    background-color: #12316e !important;
}

button.property_scroll_btn:active {
    background-color: #12316e !important;
}

.speacial_heading {
    color: #3D3D3D;

    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 20px;
}

.speacial_para {
    color: #3D3D3D;
    text-align: justify;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.speacial_para_one {
    color: #3D3D3D;
    text-align: justify;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

.map_modal {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.day_div {
    background: #F3F3F3;
    display: flex;
    padding: 12px;
}

p.day_p {
    margin: 0px;
    font-size: 13px;
    font-family: 'Open Sans';
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 400;
}

.est_div {
    background: #FFF;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    width: 24vw;
}

p.est_p {
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans';

}

p.get_p {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    color: #C96F3B;
    cursor: pointer;
}

.main_est_div {
    display: flex;
    justify-content: space-between;
    margin: 28px 0px;
}

.last_p {
    border-right: 1px solid #000;

}

li.neighbor_li {
    color: #000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
}

.neighbor_p {
    font-size: 14px;
    margin-top: 5px;
}

.col-lg-12.interior {
    padding: 0px;
    background: #F3F3F3;
    padding-left: 46px !important;
    padding: 10px 0px;
    margin-bottom: 20px;
}

p.interior_p {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.bed_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0px;
}

.bed_li {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.col-lg-12.homes {
    padding: 0px;
    background: #F3F3F3;
    padding-left: 46px !important;
    padding: 10px 0px;

}

.aminities_div_modal {
    background: #F3F3F3;
    display: flex;
    padding: 10px;
}

img.aminities_img_modal {
    margin-right: 9px;
}

.tags_div {
    background: #f3f3f3;
    border-top: 1px solid #dfdfdf;
    padding: 10px 20px;
}

span.tags_p {
    /* border-radius: 5px;
    padding: 10px 20px;
    background: #E7E7E7;
    font-family: 'Open Sans';
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 14px; */
    border-radius: 5px;
    padding: 0px 20px;
    background: #E7E7E7;
    font-family: 'Open Sans';
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 7px;
    display: inline-block;
    margin-top: 10px;
}

.active_orange {
    background-color: #FD5E0D !important;
    color: #fff !important;
}

/* .col-lg-12.tab_col {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
} */

.property_second_row .slick-prev:before {
    content: '←';
    color: #fd5e0d !important;
    font-size: 26px !important;
}

.property_second_row .slick-next:before {
    content: '→';
    color: #fd5e0d !important;
    font-size: 26px !important;
}

img.slider_image_detail {
    width: 152px;
    height: 100px;
}

.image_slider_div {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    overflow-x: scroll;
}

.image_slider_div::-webkit-scrollbar {
    display: none;
}

.slider_main_div {
    position: relative;
}

.overlay_image {
    width: 152px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}



.map_pointer_image {
    border-radius: 0px 15px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: pointer;

}

.map_pointer_heading {
    color: #3D3D3D;
    margin-top: 0px;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.map_price {
    font-size: 18px !important;
}

.map_btn {
    font-size: 13px;
}

.map_pointer {
    cursor: pointer !important;
    z-index: 999999 !important;
}

.google_map {
    height: 100vh;
    width: 50%;
}

.marker_property {
    position: relative;
}

.map_pointer_div {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
    border-radius: 0px 15px 0px 15px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 17%;
    left: 15%;
    z-index: 999999;
}

.buy_page {
    font-size: 25px !important;
}

.buy_propery_para {
    font-size: 16px !important;
}

.location_icon {

    color: #d0742f;
    margin-top: -4px;
    margin-right: 4px
}

.location_icon_hover {
    color: #12316e;
    font-size: 18px;
}

.listing_email {
    font-size: 15px !important;
    font-weight: 600;
}

.onmarker_hover {
    font-size: 12px;
    font-weight: 400;
    /* width: 60%; */

}

/* .blank_property_div {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.no_property_div {
    padding: 40px 25px;
}

.no_listing_heading {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.matching_p {
    margin: 0px;
    font-size: 15px;
    color: #3a3838;
    font-family: 'Open Sans';
}

hr.no_listing_hr {
    margin: 35px 0px;
}

.search_heading {
    font-size: 14px;
    color: #939393;
}

p.heading_p {
    margin: 0px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
}

p.paragraphp_p {
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 14px;

    margin-top: 6px;
    color: #919191;
}

.search_div_no_property {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.save_no_property_icon {
    color: #fd5e0d;
}

span.remove_filter {
    color: #de7e15;
    font-family: 'Open Sans';
    font-weight: 700;
    cursor: pointer;
}

.gm-style-iw-d {
    padding-left: 5px;
}

.loader_opacity {
    opacity: 0.3;

}

.loader_opacity_two {
    opacity: 0.3;

}

.scroll_height {
    height: 40.3vw;
}

.property_copyright {
    font-size: 11px;
    padding: 20px;
    padding-bottom: 0px;
}

.marker_label {
    margin-top: -10px !important;
}

/* mobile responsiveness */
@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .price_div_buy {
        gap: 40px !important;
    }

    .map_pointer_image {
        border-radius: 0px 15px;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .no_property_div {
        padding-top: 20px;
    }

    .map_price {
        font-size: 15px !important;
    }

    .pointer_aminities_para {
        font-size: 9px !important;
    }

    .mobile_aminities {
        width: 12px !important;
        margin-top: 2px !important;
        margin-right: 4px !important;
        height: 10px !important;
    }

    .onmarker_hover {
        font-size: 11px !important;
    }

    .pointer_btn {
        height: 35px !important;
        padding: 0px 8px !important;
    }

    .google_map {
        height: 60vh;
        width: 100%;
    }

    .listing_div {

        margin: 0px;
        margin: 20px;
    }

    img.buy_listing_image {
        width: 100%;
    }

    .aminities_div_two {
        margin-top: 18vw;
    }

    .property_modal {
        width: 370px;
        box-shadow: none;
        border-radius: 0px;
        height: 100%;
        padding-top: 10px !important;
    }


    img.first_image {
        width: 100%;
        height: 190px;
    }



    .property_first_row {
        padding: 15px;
        padding-bottom: 0px;
    }

    .close_btn_property {
        width: 50px;
        position: absolute;
        top: 10px;
        left: 3%;
        cursor: pointer;
        z-index: 9999;
    }

    .like_div_modal {
        position: absolute;
        top: 32px;
        left: 20px;
        width: 25%;
    }

    p.day_p {
        padding-right: 6px;
        padding-left: 6px;
    }

    span.tags_p {

        padding: 10px 10px;

        margin-right: 9px;
    }

    .black_btn {
        padding: 0px 25px;

    }

    .gradient_btn {
        padding: 0px 25px;
    }

    .property_second_row {
        padding: 10px 20px;
    }

    .day_div {
        background: #F3F3F3;
        display: block;
        padding: 12px;
        width: 100%;
    }

    .day_div p {
        margin-top: 10px;
        border-right: none !important;
    }

    .est_div {
        display: flex;

        width: 100%;
        margin-top: 18px;
        width: 77vw;
    }

    .main_est_div {
        display: block;
    }

    .container-fluid.property_modal .row {
        margin-left: 0 !important;
        margin-right: 0px !important;
        padding: 0px;
    }

    .floating_map_btn {
        background: #d3762acf;
        color: #fff;
        height: 45px;
        border: none;
        cursor: pointer;
        border-radius: 4px;

        width: 90px;
    }




    .floating_map_div {
        display: flex;
        justify-content: center;
        gap: 1px;
        position: fixed;
        bottom: 10px;
        align-items: center;
        margin: 0 auto;
        z-index: 99999999;
    }

    .extra_map_div {
        display: flex;
        justify-content: center;
    }



    .mobile_map_float {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999999;
    }

}

/* Styles for mobile devices */
@media only screen and (max-width: 767px) {

    /* Apply specific styles for mobile devices here */
    .scroll_height {
        /* Example style for mobile */
        height: 100vh;
        /* Set height to full viewport height */
    }
}

@media only screen and (min-width: 992px) {
    .floating_map_div {
        display: none;
    }

    .mobile_map {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .floating_map_div {
        display: none;
    }

    .mobile_map {
        display: none;
    }
}

/* CSS */
.gm-style-iw button span {
    width: 23px !important;
    /* Set the desired width */
    height: 23px !important;
    /* Set the desired height */
    margin: 0px !important;
}

.list-property-div {
    position: relative;
}

.status-badge {
    position: absolute;
    width: 60px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    z-index: 1;
}
/* Banner */
section.banner_bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_heading {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-weight: 900;
  font-size: 2.4vw;
  padding: 0 22vw;
  line-height: 48px;
}

.banner_para {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-weight: 100;
  margin-top: 10px;
  font-size: 1.483vw;
  font-weight: 400;
}

.col-lg-12.social_div {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.banner_second_row {
  padding: 80px 0px 110px;
}

/* Hot Deals */

div.hot_para {
  color: #fff;
  font-family: "Open Sans";
  font-display: swap;
  margin: 0px;
  font-size: 16px;
}

.like_btn_color {
  color: #fd5e0d;
}

.like_btn_color_after {
  color: #fff;
}

h1.hot_heading {
  font-weight: 800;
  color: #fff;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 26px;
  margin-top: 15px;
}

.row.text-center.hot_deal {
  padding: 50px 0px 120px 0px;
}

.hot_caraousel {
  padding: 12px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #fff;

  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

  margin: 10px;
  cursor: pointer;
}

img.hotdeal_img {
  width: 100%;
  height: 200px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  object-fit: cover;
}

h3.property_name {
  font-family: "Open Sans";
  font-display: swap;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 18px;
  padding-left: 8px;
}

h6.property_name {
  height: 2.5vw;
  margin-top: 10px;
}

/* .property_name {
    padding: 0 7px;
    font-size: 1.2vw;
} */

h3.property_price {
  color: #1049d8;
  font-weight: 900;
  font-size: 22px;
}

.price_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
  padding: 0px 10px;
}

button.carousel_btn {
  /* background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%); */
  background: #12316e;
  color: #fff;
  height: 45px;
  padding: 0px 40px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
}

button.carousel_btn_otp {
  background: #00326e;
  color: #fff;
  height: 45px;
  padding: 0px 40px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
}
button.carousel_btn:hover{background-color: #1b4597;}
button.login_btn {
  background: #00326e;
  color: #fff;
  height: 45px;
  padding: 0px 40px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
  width: 100%;
}

.services_home_a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15vw; */
  text-decoration: none;
}

a.carousel_btn {
  background: #00326e;
  color: #fff;
  height: 45px !important;
  padding: 0px 38px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
}

div.aminities_para {
  font-family: "Open Sans";
  font-display: swap;
  color: #3db2ff;
  font-size: 14px;
  display: flex;
  font-size: 1vw;
}

.aminities_img svg {
  margin-top: -4px;
}

.bed_svg svg {
  margin-top: 5px !important;
}

.aminities_div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 4vw;
}

img.aminities_img {
  width: 16px;
  margin-top: 3px;
  margin-right: 4px;
  height: 16px;
  margin-top: 6px;
}

.slick-prev:before {
  content: "←";
  color: #000 !important;
  font-size: 26px !important;
}

.slick-next:before {
  content: "→";
  color: #000 !important;
  font-size: 26px !important;
}

section.caraousel_section {
  margin-top: -100px;
}

p.liked_para {
  background: #fd5e0d;
  padding: 5px 0px 5px 25px;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  font-display: swap;
  border-radius: 50px;
  margin-left: 33px;
  padding-right: 18px;
}

.like_div {
  display: flex;
  margin-top: -50px;
  position: relative;
}

.like_icon {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: -8px;
  margin-left: 6px;
}

.like_icon_after {
  background: #fd5e0d;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: -8px;
  margin-left: 6px;
}

/* Feature Properties */

section.feature_bg {
  background: #fff5ef;
  padding: 50px 0px;
  margin-top: 100px;
}

h1.feature_heading {
  color: #c96f3b;
  text-align: center;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

/* Trending Properties */
section.trending_bg {
  padding: 50px 0px;
}

/* services */
.service_para {
  color: #3d3d3d;

  font-family: "Open Sans";
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px !important;
  height: 4vw;
}

.service_heading {
  color: #3d3d3d;

  font-family: "Open Sans";
  font-display: swap;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.service_div {
  border-radius: 0px 15px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
}

.id_div {
  border-radius: 0px 15px 0px 200px;
  background: #ffe5d6;
  width: 131px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.id_div p {
  color: #e88504;
  text-align: center;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  margin-left: 19px;
  margin-top: -5px;
}

section.service_section {
  padding: 100px 0px 50px 0px;
}

/* statics */
section.static_section {
  padding: 80px 0px;
  margin-top: 40px;
}

.statics_heading {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 20px;
}

.statics_para {
  color: #3d3d3d;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

img.statics_img {
  margin-top: -68px;
}

.free_consultation {
  font-size: 20px;
  font-weight: bold;
}

.free_consultation_radio_div {
  text-align: center;
}

.free_consult_p {
  padding: 15px;
}

.static_div {
  border-radius: 0px 15px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  padding-bottom: 20px;
  height: 200px;
}

/*about section  */
section.about_section {
  padding: 80px 0px;
}

img.about_image {
  width: 100%;
}

.about_subheading {
  color: #c96f3b;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.about_heading {
  color: #000;

  font-family: "Open Sans";
  font-display: swap;
  font-size: 31px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.about_para {
  color: #3d3d3d;

  font-family: "Open Sans";
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.about_para{
  background-color: transparent !important;
}
p.other_para {
  color: #e88504;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.smart_heading {
  color: #3d3d3d;
  font-family: "Open Sans";
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}

.col-lg-6.about_second_div {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
}

.about_div {
  padding-top: 60px;
}

.app_section {
  padding: 30px 0px;
  background: #ffe5d6;
}

.app_heading {
  color: #c96f3b;
  font-family: Open Sans;
  font-display: swap;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.app_para {
  color: #3d3d3d;

  font-family: Open Sans;
  font-display: swap;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.col-lg-6.app_col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 125px;
}

.bar_div {
  display: flex;
  gap: 20px;
  mix-blend-mode: multiply;
  margin-top: 20px;
}

.google_image {
  margin-top: 10px;
}

.slick-prev:before {
  content: "" !important;
  background-image: url(/_next/static/media/left_arrow.d87e34a9.svg);
  width: 15px;

  height: 29px;

  display: inline-block;
}

.slick-next:before {
  content: "" !important;
  background-image: url(/_next/static/media/right_arrow.b2fff46f.svg);
  width: 15px;

  height: 29px;

  display: inline-block;
}

.about_home_image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.black-color {
  color: #c96f3b !important;
}

/* mobile responsiveness */
@media only screen and (min-width: 275px) and (max-width: 1024px) {
  h6.property_name {
    height: 10vw;
  }

  .service_para {
    height: 14vw;
  }

  .aminities_div {
    margin-top: 14vw;
    gap: 3px;
  }

  p.aminities_para {
    font-size: 4vw;
  }

  section.banner_bg {
    background-position: 70%;
  }

  button.carousel_btn {
    height: 44px;
    padding: 0px 14px;
  }

  .col-lg-12.text-center.banner_div {
    margin: 0;
    padding: 20px 8px 0px !important;
  }

  .banner_heading {
    font-size: 24px;
    /* margin-top: 24px; */
    padding: 0px;
  }

  .row.text-center.hot_deal {
    padding: 20px 0px 95px 0px;
  }

  section.feature_bg {
    background: #fff5ef;
    padding: 50px 0px;
    margin-top: 20px;
  }

  section.trending_bg {
    padding: 20px 0px;
  }

  section.service_section {
    padding: 10px;
  }

  h1.hot_heading {
    margin-top: 0px;
  }

  h1.feature_heading {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .service_div {
    margin-top: 12px;
  }

  .static_div {
    margin-top: 48px;
  }

  .about_div {
    padding: 20px;
  }

  section.about_section {
    padding: 40px 0px;
  }

  section.static_section {
    padding: 18px 14px;
    margin-top: 40px;
  }

  .app_about_image {
    width: 100%;
  }

  .col-lg-6.app_col {
    padding-right: 0px;
    padding: 20px;
  }

  .banner_second_row {
    padding: 10px 10px 65px 10px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  p.liked_para {
    font-size: 11px;
  }

  .mobile_padding {
    padding-top: 90px;
  }

  .mobile_hide {
    display: none;
  }

  .mobile_padding.banner-visible {
    padding-top: 165px !important;
  }
}

/* App Download Modal CSS */

/* AppDownloadModal.js */
.app-download-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  max-width: 400px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.app-links {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.app-store-link {
  width: 100px;
  height: 35px;
}

@media (min-width: 768px) {
  .app-download-modal {
    display: none;
  }
}

.approved_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #FFE5D6;
    border-radius: 8px;
}

.approved_heading {
    color: #C96F3B;
    text-align: center;
    font-family: Open Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mortgage_form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 40px;
    margin-top: 40px;

}

.mortgage_form input:focus-visible {
    border: 1px solid #CACACA;
    box-shadow: none;
    outline: 1px solid #CACACA;
}

.mortgage_name_text {
    border-radius: 0px 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    width: 100%;
    padding: 15px 10px 15px 15px;
    border: 1px solid #CACACA;
}

.focus:focus-visible {
    border: none !important;
}

.mortgage_first_section {
    background-size: cover;
    padding: 70px 0px 96px 0px;
}

.mortgage_btn {
    width: 100%;
}

.top_margin {
    margin-top: 20px;
}

.mortgage_disclaimer_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.mortgage_disclaimer_para span {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mortage_heading {
    color: #000;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

/* 
.mortage_lable {
    margin: 0px;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 500;
} */
.mortage_lable {
    margin: 0px;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

input::-webkit-inner-spin-button {
    display: none;
}


input {
    outline: none;
    border: none;
}

.mortage_input {

    margin-top: 10px;
    border: 1px solid #cbcbcb;
    height: 40px;
    width: 100%;
    padding-left: 10px;

}

.mortage_sublable {
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    color: #858585;
    margin-top: 5px;
}

.calculator_section {
    padding: 80px 0px;
}

.Estimated {
    font-size: 25px;
    font-family: 'Open Sans';
    margin-top: 10px;
    font-weight: 600;
}

.sale_dropdown_mortage {
    height: 46px;
    border: 1px solid #DBDBDB;

    width: 100%;


}

.piechart {
    display: flex;
    justify-self: center;
    align-items: center;
}

.mortgage_calculator_form {
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 9px;
}

.mortgage_main_section {
    padding: 80px 0px;
}

.mortgage_dis_para {
    margin-top: 10px;
}

.mortage_main_heading {
    color: #c96f3b;
}



@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .mortgage_calculator_form {
        margin-top: 10vw;
    }

    .mortgage_main_section {
        padding: 117px 0px;
    }

    .calculator_section {
        padding: 10px;
    }

    .mortgage_first_section {
        background-size: cover;
        padding: 115px 0px 20px 0px;
    }

    .approved_heading {
        font-size: 23px;
    }

    .help_section {
        padding: 20px 0px;
    }

    .col-lg-12.mortgage_calculator_form {
        border: none;
        margin-top: 18px;
    }

    .mortgage_main_section.banner-visible {
        padding: 190px 0px;
    }
}
/* Blog Page */
.blog_banner_heading {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

/* .blog_banner_section {
    background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
    padding: 100px 200px;
} */

/* .blog_banner_section {
    background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
    padding: 100px 200px;
} */

/* Banner */
section.blog_banner_section {
    padding: 100px 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog_section_para {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

.blog_first_section {
    padding: 30px 0px 80px;
}

.blog_image {
    border-radius: 0px 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog_heading {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.blog_para {
    color: #000;
    margin: 0px;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;

}

a.blog_read_more {
    color: #FD5E0D;
    font-size: 1.2vw;
    text-decoration: none;
    font-style: italic;
    margin-top: 12px;
    display: inline-block;
    font-weight: 600;
}

.blog_div {
    cursor: pointer;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .blog_banner_section {
        background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
        padding: 20px 20px 40px;
    }

    .blog_first_section {
        padding: 10px;

    }

    .blog_banner_heading {
        font-size: 20px;
    }

    .mobile_padding {
        padding-top: 100px !important;
    }

    .blog_section_para {
        font-size: 12px;
    }
}


/* single blog page */
.single_blog_heading {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 56vw;
}

.blog_data_p {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    display: flex;
    align-items: center;
}

.blog_data_span {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.heading_div {
    display: flex;
    justify-content: space-between;
}

.single_blog_para {
    color: #3D3D3D;

    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.single_blog_banner_section {
    background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
    padding: 100px 200px 200px;
}

.single_blog_image {
    margin-top: -170px;
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0px 55px;
}

.accordion-button::after {
    background-image: url(/_next/static/media/down-arrow.7ffd8a76.svg) !important;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .single_blog_banner_section {
        background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
        padding: 20px;
    }

    .single_blog_image {
        margin-top: 30px;
        margin-bottom: 50px;
        height: 200px;
    }

    .heading_div {
        display: block;
    }

    .single_blog_heading {
        font-size: 20px;
    }
}

/* Privacy Page */
.privacy_banner_section {
    background: #FFF2EB;
    padding: 50px;
}

.privacy_banner_heading {
    color: #C96F3B;
    text-align: center;
    font-family: Open Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.privacy_para p {
    color: #3D3D3D !important;
    font-family: Open Sans !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}

.privacy_para li {
    color: #3D3D3D !important;
    font-family: Open Sans !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}

.privacy_first_section {
    padding: 100px 0px;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .privacy_first_section {
        padding: 20px;
    }

    .privacy_banner_section {
        background: #FFF2EB;
        padding: 28px;
    }

    .privacy_banner_heading {
        font-size: 28px;
    }

}


/* about page */
.about_banner_heading {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about_banner_subheading {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about_banner_para {
    color: #3D3D3D;

    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.about_banner_section {
    background: #FFF2EB;
    padding: 50px 0px;
}

.about_banner_image {
    width: 90%;
}

.col-lg-6.about_page_col {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.col-lg-6.about_page_col_2 {
    display: flex;
    justify-content: flex-end;
}

.about_second_section_heading {
    color: #C96F3B;
    text-align: center;
    font-family: Open Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.about_last_heading {
    color: #303030;
    font-family: Open Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about_last_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.about_a {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}

.about_banner_second_image {
    width: 80%;
    float: right;
    border-radius: 45px;
}

.about_banner_first_image {
    width: 80%;
    margin-right: auto;
    border-radius: 45px;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .col-lg-6.about_page_col_2 {
        display: block;
        padding-top: 20px;
    }

    .about_banner_image {
        width: 100%;
    }

    .about_banner_first_image {
        width: 100%;
        margin-right: auto;
    }

    .about_last_heading {

        margin-top: 20px;
    }

    .about_banner_second_image {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .about_banner_section {
        background: #FFF2EB;
        padding: 20px;
    }

    section.pt-5.pb-5 {
        padding: 20px;
    }
}


/* Help Page */
.help_contact_user {
    border-radius: 10px;
    background: #FFF2EB;
    padding: 20px;
    margin: 0px;
}

.help_section {
    padding: 60px 0px;
    padding-top: 0;
}

.help_text_input {
    border-radius: 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    width: 100%;
    height: 52px;
    padding-left: 15px;
    margin-top: 15px;
}

.help_email_input {
    border-radius: 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    width: 100%;
    height: 52px;
    padding-left: 15px;
    margin-top: 15px;
}

.help_phone_input {
    border-radius: 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    width: 100%;
    height: 52px;
    padding-left: 15px;
    margin-top: 15px;
}

.help_textarea_input {
    border-radius: 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    width: 100%;
    height: 160px;
    padding-left: 15px;
    margin-top: 15px;
    padding-top: 15px;
}

input.help_submit_btn {
    border-radius: 10px;
    background: #C96F3B;
    width: 100%;
    color: #fff;
    border: none;
    height: 50px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    margin-top: 21px;
}

.help_text {
    color: #C96F3B;
    text-align: center;
    font-family: Open Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


/* Error Page */
.error_section {
    padding: 40px 0px;
}

.not_found_span {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    padding-right: 100px;

}

.error_6 {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .mobile_margin-top {
        margin-top: 20px;
    }

    .error_section {
        padding: 20px;
        padding-top: 100px;
    }

    .not_found_span {
        font-size: 14px;
        color: #303030;
        font-weight: 400;
        padding-right: 0px;

    }
}


/* faq page */


.faq_section button.accordion-button.collapsed {
    border-radius: 2px;
    border: 1px solid #ECECEC;
    background: #FAFAFA;
    margin-top: 15px;
    height: 72px;
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.faq_section .accordion-button:not(.collapsed) {
    border-radius: 2px;
    border: 1px solid #ECECEC;
    background: #FAFAFA;
    margin-top: 15px;
    height: 72px;
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.faq_section .accordion-button:focus {
    box-shadow: none;
}


@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .faq_section button.accordion-button.collapsed {
        font-size: 14px;
    }

    .faq_section .accordion-button:not(.collapsed) {
        font-size: 14px;
    }

    .error_section.banner-visible {
        padding-top: 190px !important;
    }
}
.sell_section {
    padding: 100px;
    background-size: cover;
}

.sell_last_section {
    background: #FFF5EF;
    padding: 60px 0px 100px;
}

.sell_last_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
}

.sell_last_div {
    background: #FFF;
    padding: 20px;
    height: 102px;
    border: 1px solid #e9e9e9;
}

.sell_last_div:hover {
    background-color: #e2810e;
    border: none;
}

.sell_last_div:hover .sell_last_para {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
}

.sell_last_div_active {
    background-color: #e2810e;
    border: none;
}

.sell_last_para_active {
    color: #fff;
}

.col-lg-12.sell_question_col {
    padding: 17px;
    /* background: #fff; */
}

p.selected_question {
    font-family: 'Open Sans';
    font-weight: 600;
}

.seller_guide {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

.sell_second_section {
    padding: 60px 0px;
    background-color: #F5EFEF;
}

.sell_second_row {
    border-radius: 15px;
    border: 1px solid #FFE5D6;
    background: #FFF;
    padding: 50px 30px;
}

.house_heading {
    color: #C96F3B;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.house_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.no_width {
    width: 0px;
}

.image_div {
    border-radius: 0px 15px;
    border: 1px solid #FFE5D6;
    background: #FFF;
}

.image_box {
    border-radius: 0px 15px;
    border: 1px solid #FFE5D6;
    background: #FFE5D6;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    height: 200px;
}

.content_box h2 {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.content_box p {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.content_box {
    padding: 30px 22px;
}

.sell_btn {
    margin-top: 10px;
    cursor: pointer;
}

.btn_div {
    display: flex;
    justify-content: flex-end;
}

.selling_div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.selling_p {
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
}

/* Sell Form */
section.sell_modal_section {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #00000061;
    /* z-index: 9999; */
    align-items: center;
    height: 100%;
}

.sell_page_modal {
    border-radius: 40px;
    border: 20px solid #FFF;
    width: 1000px;
    height: 500px;
    box-shadow: #959da533 0px 8px 24px;
    margin-top: 6px;
    background: #fff;
}

.question_heading {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.col-lg-12.content_sell_form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

button.answer_btn {
    background: #FFF2EB;
    border: none;
    border-radius: 0px 15px;
    padding: 25px 30px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
}

button.answer_btn:hover {
    background: #c5c5c5;
    color: #000;
}

.answer_div {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px
}

img.sell_page_form_close {
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.sell_search_div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
    background: #FFF2EB;
    padding: 18px;
    border-radius: 0px 25px;
}

button.sell_location {
    font-size: 18px;
    font-weight: 600;
}

.sell_location_input {
    background: none;
    width: 100%;
    font-size: 20px;
}

.input_sale {
    background: #FFF2EB;
    padding: 18px;
    border-radius: 0px 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 70px;
}

input.sale_input {
    width: 100%;
    background: none;
    font-size: 16px;
    font-family: 'Open Sans';
}

.sell_form_sumbit {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.input_sale_btn {
    display: flex;
    justify-content: center;
}

.content_div.user_submit {
    width: 70%;
}

.sell_page_banner_heading {
    font-size: 70px !important;
}

.sell_page_banner_para {
    font-size: 20px !important;
}

.thank_you_sell {
    display: flex;
    justify-content: center;
    text-align: center;
}

.application_submitted {
    font-family: 'Open Sans';
    color: #C96F3B;
    font-size: 30px;
    font-weight: 800;
}

.para_agent {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
}

.thankyou_user {
    background: #FFE5D6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 75px;
}

.user_th_text {
    text-align: left;
    /* margin-top: 13px; */
}

.zoom-in-out {
    animation: zoomInOut 0.5s infinite alternate;

}

.lander_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16vw;
    text-decoration: none;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);

    }
}

.sell_col {
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .hide_sell_desktop {
        display: none;
    }
}

@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .hide_sell_mobile {
        display: none;
    }

    .sell_page_banner_heading {

        font-size: 30px !important;
    }

    .sell_page_banner_para {
        font-size: 14px !important;
    }

    section.sell_modal_section {
        display: flex;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        top: 0px;
        background: #fff;
        z-index: 99999999;
        bottom: 0px;
        align-items: center;
        animation: fadeInScaleUp 0.3s ease-out;
    }

    .sell_page_modal {
        border-radius: 16px;
        border: 0px;
        width: 100%;
        height: auto;
        box-shadow: none;
        margin-top: 6px;
        background: #fff;
        padding: 10px 0px;
        margin: 0 auto;
        height: 650px;
        overflow-y: scroll;
    }

    button.answer_btn {
        background: #FFF2EB;
        border: none;
        border-radius: 0px 15px;
        padding: 20px;
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: 400;
    }

    button.answer_btn:hover {
        background: #000;
        color: #FFF2EB;
    }

    .mobile_padding {
        padding-top: 130px !important;
    }

    .sell_section {
        padding: 20px;
    }

    .sell_last_div {
        margin-bottom: 15px;
    }

    .sell_second_row {
        padding: 50px 23px;
        margin: 5px;
    }

    .house_heading {
        font-size: 20px;
        margin-top: 13px;
    }

    .image_div {
        margin: 16px;
    }

    .mobile_padding.banner-visible {
        padding-top: 190px !important;
    }

}

.contact_input_div {
    border-radius: 15px;
    background: #FAFAFA;
    padding: 30px;
    position: relative;
    overflow: auto;
    height: 651px;
}

.contact_input_div_pre {
    border-radius: 15px;
    background: #FAFAFA;
    padding: 30px;
    position: relative;
    overflow-y: scroll;
}

.contact_input_div::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.contact_input_div::-webkit-scrollbar-thumb {
    background: #bcbbbb;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Roundness of the scrollbar thumb */
}

.contact_input_div::-webkit-scrollbar-thumb:hover {
    background: #bcbbbb;
    /* Color of the scrollbar thumb on hover */
}

.contact_input_div_pre::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.contact_input_div_pre::-webkit-scrollbar-thumb {
    background: #bcbbbb;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Roundness of the scrollbar thumb */
}

.contact_input_div_pre::-webkit-scrollbar-thumb:hover {
    background: #bcbbbb;
    /* Color of the scrollbar thumb on hover */
}
.contact_input_div .free_consult_p{color: #fff !important;}
.textarea {
    height: 150px;
    display: flex;
    justify-content: normal;
    align-items: baseline;
    padding-top: 16px;
}

.modal_contact {
    width: 100%;
    margin-top: 20px;
}

.contact_modal_checkbox {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal_span_checkbox {
    color: #ff5000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal_checkbox {
    width: 20px;
    height: 20px;
}

.modal_checkbox_div {
    display: flex;
    gap: 11px;
    margin-top: 16px;
}

.contact_modal_para {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

p.user_talk {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    margin-bottom: 5px;
}

p.user_agent {
    color: #3D3D3D;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.contact_agent_div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.close_btn_modal {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0vw;
    cursor: pointer;
    z-index: 9999;
}

.close_btn_modal_pre {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
}

.contact_textarea {
    height: 150px !important;
    display: flex;
    border-radius: 0px 10px;
    background: #FFF;
    box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.10);
    display: flex;
    gap: 10px;
    padding-left: 20px;
    margin: 0px auto;
    margin-top: 20px;
}

.property_modal_close {
    position: relative;
}

svg.image-gallery-svg {
    height: 58px !important;
    width: 30px !important;
    color: #fff;
}

.image-gallery-slide .image-gallery-image {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}

.image-gallery-thumbnails-bottom.fullscreen .image-gallery-slide .image-gallery-image {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.image-gallery-thumbnails-bottom.fullscreen {
    padding: 0vw 6vw !important;

}

.image-gallery-thumbnails-bottom.fullscreen .image-gallery-image {
    height: 66vh;
    margin-top: 11vh;
    object-fit: fill !important;
}

.image-gallery-thumbnails-bottom.fullscreen .image-gallery-fullscreen-button {
    position: absolute;
    left: 0vw;
    top: -2vw;
    height: 1vw;
}

.image-gallery-thumbnail.active {
    outline: none;
    border: 2px solid #000 !important;
}

.image-gallery-thumbnail:focus {
    outline: none;
    border: 2px solid #000 !important;
}

.image-gallery-thumbnail:hover {
    outline: none;
    border: 2px solid #000 !important;
}

.single_property_aminities {
    display: flex;
}

.single_property_aminities_img {
    height: 20px;
    margin-top: 1px;
}

.save_properties {
    position: absolute;
    top: 10px;
    right: 10px;
}

.property_main_div {
    position: relative;
}

.save_sub_div {
    display: flex;
    gap: 10px;
}

.save_img_btn {
    background: #fff;
    color: #C96F3B;
    font-size: 28px;
    height: 45px;
    width: 45px;
    padding: 8px;
    border-radius: 35px;
    cursor: pointer;
}

.save_img_btn_save {
    background: #C96F3B;
    color: #fff;
    font-size: 28px;
    height: 45px;
    width: 45px;
    padding: 8px;
    border-radius: 35px;
    cursor: pointer;
}


.two-column-list {
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    padding: 0px;

}

.angle_icon {
    color: #12316e;
    margin-right: 5px;
}

.contact_div_padding {
    padding: 0px !important;
}

.radio_div {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

p.radio_para:hover {
    background: #000000;
    color: #fff;
}

p.radio_para {
    margin: 0px;
    background: #f9f9f9;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    padding: 17px;
    cursor: pointer;
}

.form_padding {
    padding: 1px 27px;
}

.ul_style {
    list-style: none;
    padding: 0px;
}

.col-lg-12.feature_div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}

.ded_div {
    width: calc(25% - 10px);
    /* border-bottom: 1px solid #e9e9e9; */
    margin-bottom: 40px;
    padding-bottom: 15px;
    height: 120px;
    overflow-y: scroll;
}

.ded_div::-webkit-scrollbar {
    display: none;
}

.active_radio_para {
    /* background-color: #d3762a !important; */
    background: #1E306E;
    color: #000 !important;
}
.active_radio_para:hover{
    color: #fff !important;
}
.time_div {
    width: 100%;
    padding: 8px;
    margin: 0;
    box-sizing: border-box;

}

.date_div {
    width: 100%;
    padding: 8px;
    margin: 0;

    box-sizing: border-box;

}

p.school_rating_para_one {
    margin: 0px;
    background: #12316e;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    border-radius: 52px;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans';
}

p.school_rating_para_two {
    margin: 0px;
    font-family: 'Open Sans';
    color: black;
    font-weight: 700;
    cursor: pointer;
}

p.school_rating_para_three {
    margin: 0px;
}

.school_rating_div {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.mb-3.similar_section_header {
    padding: 10px 50px 40px;
    padding-left: 0;
}

ul.react-tabs__tab-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    overflow-x: scroll;
    width: 100%;
}

ul.react-tabs__tab-list::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}


ul.react-tabs__tab-list::-webkit-scrollbar-track {
    background-color: #d6d6d6;
}

ul.react-tabs__tab-list::-webkit-scrollbar-thumb {
    background-color: #e4820a;
}

.react-tabs {
    display: block;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}

.react-tabs__tab {
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

.react-tabs__tab--selected {
    background: #E4820A;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    outline: none;
    font-size: 15px;
}

.tabpanel_div {
    display: flex;
    gap: 60px;
    padding: 20px 45px;
}

.neighbourhood_income {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    color: #e4820a;
}

p.neighbourhood_para {
    margin: 0px;
    font-family: 'Open Sans';
    margin-top: 7px;
    color: #606060;
    font-size: 14px;
    margin-top: 0px;
    color: #606060;
    font-size: 14px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.tabpanel_subdiv {
    display: flex;
    justify-content: flex-end;

}

.extra-paddding {
    padding: 70px;
}

.aminities_div_modal {
    color: #3DB2FF;
}

.aminities_img_modal svg {
    margin-top: -4px;

}

/* Nieghbourhood  */
.neighbour_property_heading {
    font-family: 'Open Sans';
    color: #1b1b1b;
    font-size: 1.5vw;
}

span.neighbour_span {
    color: #fd5e0d;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
}

p.neighbour_span_para {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;

}

.neighbour_property_heading_income {
    font-family: 'Open Sans';
    color: #1b1b1b;
    font-size: 1.5vw;
    margin: 0px;
}

hr.neighbour_hr {
    color: #adadad;
    margin: 20px 0px;
}

.graph_col {
    display: flex;
    align-items: center;
}

span.income_point {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 14px;
}

.color_15 {
    background: #ff0000;
    /* Red */
}

.color_25 {
    background: #FFD166;
    /* Yellow */
}

.color_35 {
    background: #06D6A0;
    /* Green */
}

.color_50 {
    background: #536DFE;
    /* Indigo */
}

.color_75 {
    background: #833471;
    /* Purple */
}

.color_100 {
    background: #FF9F1C;
    /* Orange */
}

.color_125 {
    background: #118AB2;
    /* Blue */
}

.color_150 {
    background: #003049;
    /* Deep Green */
}

.color_200 {
    background: #2A9D8F;
    /* Dark Cyan */
}

.color_250 {
    background: #9A8C98;
    /* Dark Gray */
}

.neighbour_row {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-top: 19px;
    margin: 2px;
    padding: 2vw;
    padding-bottom: 0px;
    height: auto;
}

.col-lg-6.education_col {
    display: flex;
    align-items: center;
}

.col-lg-12.col-pad {
    padding: 0px;
}

button.react-share__ShareButton {
    z-index: 9999;
}

.share_div {
    background: #fff;
    position: absolute;
    top: 41vw;
    left: 0;
    z-index: 9;
    border-radius: 4px;
    width: 15vw;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.share_div_home {
    background: #fff;
    position: absolute;
    top: -4vw;
    left: 0;
    z-index: 9;
    border-radius: 4px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.share_div ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.second_social_ul {
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    margin-top: 10px !important;
    padding-left: 0;
}

.share_div_home ul {
    padding-left: 0;
}

.share_div ul li {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
}

.soical_share_icon {
    color: #12316e;
    font-size: 25px;
    margin: 0px 15px;
}

.close-button_fullscreen {
    color: #fff !important;
    z-index: 9999999999;
}

.share_new_btn {
    cursor: pointer;
    z-index: 0;

}

.copyright_modal {
    padding: 30px;
}

.har_logo {
    width: 20px;
    margin-left: 5px;
}

/* mobile responsiveness */
@media only screen and (min-width: 275px) and (max-width: 1024px) {
    .share_new_btn {
        cursor: pointer;
        z-index: 99999999;

    }

    .share_div {
        background: #fff;
        position: absolute;
        top: 15vw;
        z-index: 9;
        border-radius: 4px;
        width: 53vw;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding-bottom: 20px;
        padding-top: 10px;
        left: auto;
        right: 0;
    }

    .neighbour_row {
        padding-top: 20px !important;
        height: auto;
    }

    .neighbour_property_heading_income {

        font-size: 5.5vw;

        margin-bottom: 20px;
    }

    .neighbour_property_heading {
        font-family: 'Open Sans';
        color: #1b1b1b;
        font-size: 4.5vw;
    }

    .col-lg-3.mobile_width {
        width: 50%;
        margin-bottom: 35px;
    }

    .tabpanel_subdiv {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    p.neighbourhood_para {
        font-size: 12px;
    }

    .contact_input_div {
        background-color: #fff;
        height: 100vh;
        /* border-radius: 0px; */
        box-shadow: -2px -1px 27px #ddd;
    }

    .contact_input_div_pre {
        background-color: #fff;
    }


    .image-gallery-slide .image-gallery-image {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
    }

    .ded_div {
        width: calc(100% - 10px) !important;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    section.mb-3.similar_section_header {
        padding: 0px;
        padding-bottom: 24px;
    }
    
}

.image-gallery-thumbnails-bottom.fullscreen .image-gallery-slide .image-gallery-image {
    object-fit: contain !important;
}
@media (max-width: 500px) {
    .school_rating_div{margin-bottom: 10px !important;}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    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
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}

.pricing_title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.pricing_title span {
    color: #6C7076;
}

.pricing_subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 20px 0 0 0;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.service_wrapper,
.comparison_wrapper {
    margin: 30px 0px;
    padding: 50px 0;
    box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.1);
}

.success_wrapper {
    width: 798px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

.testimonial_wrapper {
    padding: 50px 0 0;
}

.faq_wrapper {
    padding: 50px 0;
    background-color: #fffbf3;
}

.seller_wrapper {
    padding: 50px 0;
}

@media (max-width: 1024px) {
    .pricing_wrapper {
        overflow: auto;
    }

    .card_card_wrapper__aZoyY {
        justify-content: normal !important;
    }
}

@media (max-width: 767px) {
    .success_wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .success_wrapper {
        width: 100%;
    }
}

@media (min-width: 2000px) {
    .pricing_title {
        font-size: 36px;
    }

    .servicestyle_box__ESnMU {
        width: 48% !important;
    }

    .servicestyle_services_details__WdPpP {
        width: 100% !important;
    }

    .comparison_comparison_row__BvPfQ>div {
        font-size: 16px !important;
    }

    .testimonial_testimonial_text__PZM4A,
    .testimonial_author__LNGKy {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .testimonial_testimonial_box__QZJSP span {
        font-size: inherit !important;
    }

    .faq_faq_details__e6pOv {
        font-size: 16px !important;
        line-height: 24px !important;
    }


}

@media (min-width: 2400px) {
    .pricing_title {
        font-size: 38px;
    }

    .pricing_subtitle {
        font-size: 24px;
        line-height: 30px;
    }

}

.card_top_strip__n4fJJ .card_offer__xc38w {
    font-size: 30px !important;
}

.pricing-price-card {
    position: sticky;
    top: 0;
    background: #fff;
}

.comparison_comparison_row__BvPfQ div {
    /* font-size: 21px !important; */
    line-height: 27px;
}

.testimonial_wrapper .pricing_title {
    font-size: 30px !important;
}

.seller_seller_box__aCha5 div {
    font-size: 18px !important;
}

@media screen and (max-width: 2648px) {
    .comparison_comparison_row__BvPfQ>div {
        text-align: center !important;
    }
}

@media screen and (min-width:991px) and (max-width: 1199px) {
    .servicestyle_services_details__WdPpP {
        width: 100% !important;
    }

    .comparison_comparison_row__BvPfQ>div {
        text-align: center !important;
    }

    .pricing_subtitle {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .seller_seller_box__aCha5 {
        justify-content: start;
        min-height: 150px;
    }
}

@media screen and (max-width: 991px) {
    .pricing_subtitle {
        width: 100%;
    }

    .startmodal_wrapper {
        height: 500px;
        overflow: scroll;
    }

    .startmodal_close h3 {
        line-height: 25px;
    }

    .comparison_mbl_comparisionwrapper__zI5A7 {
        overflow: scroll !important;
    }

    .comparison_comparison_grid__3O8Ta {
        margin: 25px !important;
    }

    .comparison_comparison_row__BvPfQ div {
        font-size: 18px !important;
        line-height: 27px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .comparison_comparison_row__BvPfQ>div {
        min-width: 200px !important;
    }
}

@media screen and (max-width: 768px) {
    .seller_seller_box__aCha5 {
        justify-content: start !important;
        min-height: 135px !important;
        margin-top: 20px !important;
    }

    .help_section {
        padding: 20px 0px !important;
    }
}

@media screen and (min-width:300px) and (max-width: 550px) {
    .comparison_comparison_row__BvPfQ>div {
        min-width: 150px !important;
    }

    .comparison_comparison_row__BvPfQ>div {
        text-align: center !important;
    }

    .card {
        flex-shrink: inherit !important;
    }

    .pricing_subtitle {
        width: 100%;
    }
}

.seller-guide-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: column;
    /* max-width: 1200px; */
    margin: 24px auto;
    /* padding: 0 10px; */
}

.gallery__item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.gallery__item>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.street-view {
    position: absolute;
    bottom: 5%;
    left: 36px;
}

.count-view {
    position: absolute;
    bottom: 5% !important;
    right: 7% !important;
    left: auto !important;
}

.street-view button {
    background-color: black;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.count-view button {
    background-color: black;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.gallery__item--hor {
    grid-column: span 2;
}

.gallery__item--vert {
    grid-row: span 2;
}

.gallery__item--lg {
    grid-column: span 3;
    grid-row: span 2;
}

/* .gallery-wrapper-container {
    height: 100vh;
    overflow: scroll;
}

.gallery-wrapper-container::-webkit-scrollbar {
    display: none;
} */

.gallery-wrapper-container {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    /* gap: 16px; */
    height: 100vh;
    overflow: scroll;
}

.gallery-wrapper-container img {
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
}

.gallery-wrapper-container::-webkit-scrollbar {
    display: none;
}

.reverse-gallery-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* Left column larger, right column smaller */
    grid-template-rows: 1fr 1fr;
    /* Two rows */
    grid-gap: 10px;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
}

.reverse-gallery-main {
    grid-column: 1 / 2;
    /* Main image on the left */
    grid-row: span 2;
    /* Spans both rows */
    /* border-radius: 10px; */
    overflow: hidden;
}

.reverse-gallery-secondary:nth-child(2) {
    grid-column: 2 / 3;
    /* First secondary image on the right */
    grid-row: 1 / 2;
    overflow: hidden;
}

.reverse-gallery-secondary:nth-child(3) {
    grid-column: 2 / 3;
    /* Second secondary image below the first */
    grid-row: 2 / 3;
    overflow: hidden;
}

.reverse-gallery-main img,
.reverse-gallery-secondary img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.gallery-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* Left column smaller, right column larger */
    grid-template-rows: 1fr 1fr;
    /* Two rows */
    grid-gap: 10px;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
}

.gallery-main {
    grid-column: 2 / 3;
    /* Main image on the right */
    grid-row: span 2;
    /* Spans both rows */
    border-radius: 10px;
    overflow: hidden;
}

.gallery-secondary:nth-child(1) {
    grid-column: 1 / 2;
    /* First secondary image on the left */
    grid-row: 1 / 2;
    overflow: hidden;
}

.gallery-secondary:nth-child(2) {
    grid-column: 1 / 2;
    /* Second secondary image below the first */
    grid-row: 2 / 3;
    overflow: hidden;
}

.gallery-main img,
.gallery-secondary img {
    /* height: 200px; */
    /* width: 100%; */
    object-fit: cover;
}

.property_scroll_btn {
    font-size: 15px;
}

.property-advantagemobile {
    display: none !important;
}

.utils-share-icons {
    padding: 4px 3px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #817171;
    cursor: pointer;
}

.left-container {
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius: 10px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 30px;
}

.property-special h3 {
    font-weight: bold;
    font-size: 22px;
}

.property-name-conatiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-name-conatiner p svg {
    font-size: 23px;
    color: #12316e;
}

.property-name-conatiner p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
}

.property-name-conatiner h4 {
    color: #39A904;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
}

.property-name-conatiner h3 {
    font-size: 37px;
    font-weight: 800;
    font-weight: bold;
}

.property-advantage {
    background: #F3F5F7;
    padding: 15px 24px;
    /* text-align: center; */
    display: flex;
    gap: 5px;
    margin: 13px 0px;
}

.property-button-tag {
    display: flex;
    justify-content: space-between;
    width: 370px;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    color: #12316e;
    box-shadow: 0px 0px 5px #bdbaba;
    margin-top: 28px;
}

.property-button-tag p {
    margin-bottom: 0;
}

.property-button-tag p:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
}

.property-button-tag:hover {
    background: #ff5000;
    cursor: pointer;
    color: white;
}

.detail-input input {
    background: var(--white-primary);
    border: 1px solid #DBDBDB;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 15px 10px 35px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 16.34px;
    margin-bottom: 25px;
    /* text-align: center; */
    color: #7C7C7C;
    -webkit-appearance: none;
}

.right-container {
    box-shadow: 0px 0px 5px #bdbbbb;
    border-radius: 10px;
    padding: 15px 25px;
    background: #e1e5f1
}

.request-button {
    background: #fff;
    color: #000000;
    padding: 10px 32px;
    display: inline-block;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 16.94px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    height: 36.12px;
}

.request-button:hover {
    background: #12316e;
    color: white
}

.target-slider {
    padding: 10px;
    overflow: hidden;
}

.slider-item {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bullet-point {
    color: orange;
    margin-right: 5px;
    font-size: 20px;
}

.features-container {
    display: flex;
    /* justify-content: space-between; */
    padding: 20px;
}

.column {
    width: 45%;
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}


/* ChartTable.css */
.chart-container {
    /* width: 50%; */
    /* margin-right: 20px; */
    /* float: left; */
}

.data-table-container {
    width: 100%;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    overflow: hidden;
}

.data-table-header {
    display: flex;
    /* background-color: #f4f4f4; */
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.data-table-header-cell {
    flex: 1 1;
    padding: 10px;
    text-align: left;
}

.data-table-body {
    display: flex;
    flex-direction: column;
}

.data-table-row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.data-table-cell {
    flex: 1 1;
    padding: 10px;
}


/* tax */
.table-container {
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
}

h3 {
    margin-bottom: 15px;
}

.table-row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.table-row.header {
    background-color: #f8f8f8;
}

.table-cell {
    flex: 1 1;
    padding: 10px 15px;
}

.increase {
    color: green;
}

.info {
    font-size: 0.8em;
    background-color: #ddd;
    border-radius: 50%;
    padding: 2px 5px;
    margin-left: 5px;
    display: inline-block;
}

/* facts */

.property-details {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    /* margin: 0 auto; */
}

.column {
    width: 48%;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-title {
    font-weight: bold;
    color: #666;
}

.detail-value {
    color: #000;
}

.detail-row:nth-child(3) .detail-value,
.detail-row:nth-child(4) .detail-value {
    color: blue;
}

/* neighbour  */

.tab-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.tab {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 10px);
    /* Each tab will take up 25% of the container's width minus the gap */
    padding: 10px 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #666;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab.active {
    background-color: #f7951e;
    color: #fff;
}

.tab:hover {
    background-color: #f7951e;
    color: #fff;
}

.pr_img {
    max-height: 192px !important;
    object-fit: cover !important;
    height: 192px !important;
    /* width: 250px !important; */
}

.feature {
    font-weight: 700;
}

.input-container {
    position: relative;
    width: 100%;
}

.input-container .icon {
    position: absolute;
    left: 10px;
    top: 28%;
    transform: translateY(-50%);
    color: #1E306E;
    font-size: 18px;
    z-index: 1;
}


.orange-bullets li::marker {
    color: orange;
    /* Changes only the bullet color to orange */
}

.detail-action-utils {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}

.detail-action-utils svg {
    color: #ff5000;
    font-size: 22px;
}

.detail-action-utils span {
    margin: 10px 15px;
    width: 43px;
    height: 43px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 0px #00000040;
}

.detail-input h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 14px;
}

.navigation-arrows {
    display: flex;
    justify-content: end;
}

.navigation-arrows button {
    background-color: transparent;
    border-color: transparent;
    font-size: 50px;
    margin-left: 15px;
    font-weight: bold;
}

.morgage-detail-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.div-prequalified {
    display: flex;
    justify-content: center;
}

.prequalified-button {
    background: white;
    border: transparent;
    padding: 10px 20px;
    color: black;
    border-radius: 10px;
    font-weight: bold;
}

.left-container-mortgage-detail {
    margin-top: 44px;
    background: #e1e5f1;
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px;
}

.left-container-mortgage-detail h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 35px;
}

.my_prcard .porduct-image {
    position: relative;
}

.my_prcard .porduct-image .pr_img {
    width: 100%;

}


/* drawer  */
.listing_wrapper-detail {
    width: 620px;
    margin: 0 auto;
    transition: transform .3s ease-out;
    z-index: 1072;
    transform: translate(-50%, 0);
    left: 50% !important;
    position: fixed;
    inset: 0 0 auto auto;
    background: #fff;
    padding: 0 20px;
    transform: translate(-50%, 0);
    left: 50%;

}

.scrolldiv {
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

.listing_header-detail {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #CBCBCB;
    justify-content: space-between;
}

.listing_header-detail .cancel_modal-detail {
    cursor: pointer;
}

.bg_overlay-detail {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5)
}

.lg-react-element {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    grid-gap: 8px !important;
    gap: 8px !important;
}

.view-toggle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.start-an-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.start-an-offer button {
    background-color: #12316e;
    border: 2px solid #12316e;
    padding: 10px 100px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.start-an-offer button:hover {
    background-color: #345baa;
    border: 2px solid #345baa;
    color: #ffffff;
}

.start-an-request {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0px; */
}

.start-an-request button {
    background-color: #333;
    border: 2px solid #333;
    padding: 10px 79px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.start-an-request button:hover {
    background-color: #333;
    color: #ffffff;
}

.side-tab-button {
    background: #f2f2f2;
    border: none;
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 30px;
    margin-left: 10px !important;
}

.side-tab-button-active {
    color: #ffffff;
    background: #000000;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 30px;
    margin-left: 10px !important;
}

/* skeleton loading  */

.skeleton-gallery {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
}

.skeleton-img-large {
    width: 100%;
    height: 400px;
}

.skeleton-img-small {
    width: 100%;
    height: 200px;
}

.skeleton-gallery-btn {
    width: 150px;
    height: 30px;
    margin: 10px 0;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}



@media (max-width: 768px) {}

@media (max-width: 768px) {
    .count-view {
        left: 80%;
    }

    .street-view {
        left: 53px;
    }
}

@media (max-width: 1024px) {
    .gallery {
        grid-auto-flow: dense;
    }
}

@media (min-width: 1720px) {
    .street-view {
        left: 36px;
    }

    .count-view {
        left: 87%;
    }
}

.gallery .gallery__item {
    position: relative;
    border-radius: 10px;

}

.product-detail-label {
    position: absolute;
    top: 5%;
    left: 36px;
    z-index: 9;
    left: 2%;
}

.property-detail-label {
    padding: 8px 16px;
    background: #a30f0f;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.property-detail-label-2 {
    padding: 8px 16px;
    background: #8c008c;
    color: #fff;
    border-radius: 5px;
}

.detail-sticky-form {
    position: sticky;
    top: 20px;
}

/* tab switch  */

.toggle-button-neighbour {
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #ff7700;
    font-weight: bold;
    border-radius: 5px;
}

.toggle-button-neighbour.active {
    background-color: #ff7700;
    color: #fff;
}

.icons-newww img {
    margin-right: 10px !important;
}

.neighbour_row {
    min-height: 384px;
    padding: 2vh !important;
}

.neighbour_row-2 {
    min-height: auto !important;
}

p.neighbourhood_para {
    margin-bottom: 5px !important;
}

.gallery .gallery__item img {
    transition: transform 0.5s ease !important;
}

.gallery .gallery__item:hover img {
    transform: scale(1.1)
}

.gallery .gallery__item {
    overflow: hidden;
}

.porduct-image img {
    transition: transform 0.5s ease !important;
}

.porduct-image:hover img {
    transform: scale(1.1)
}

.porduct-image {
    overflow: hidden;
}

.zestimate-card {
    background-color: #f8f9fa;
    border: none;
    padding: 20px;
    /* text-align: center; */
}

.zestimate-card h6 {
    color: #6c757d;
    font-size: 0.9rem;
}

.zestimate-card h4 {
    font-weight: bold;
}

.custom-assesment-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-assesment-table th,
.custom-assesment-table td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}

.custom-assesment-table th {
    font-weight: bold;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

@media only screen and (min-width: 1280px) {

    .property-advantage {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 1024px) {
    .detail-input input {
        font-size: 8px !important;
        margin-bottom: 10px;
    }

    .detail-input label {
        font-size: 13px !important;
    }

    .icon {
        transform: translateY(-43%);
    }

    .mortgage-new---pie-chart {
        width: 180px !important;
        height: 270px !important;
    }

    .icon img {
        width: 13px;
    }

    .start-an-offer button {
        padding: 10px 43px;
        width: 100%;
        font-size: 16px;
    }

    .mortgage-form {
        padding: 0 !important;
    }

    .form-group label {
        font-size: 12px;
    }

    .left-container-mortgage-detail h2 {
        margin-bottom: 10px;
        font-size: 29px;
    }

    .property-name-conatiner h3 {
        font-size: 30px;
    }

    .property-advantage {
        font-size: 14px;
        gap: 6px;
    }

    .neighbour_property_heading {
        font-size: 2.5vw;
    }

    .neighbour_property_heading_income {
        font-size: 2.5vw;
    }

    .neighbour_row {
        min-height: 385px !important;
    }

    .col-lg-6.education_col {
        align-items: flex-start;
    }

    .graph_col {
        align-items: flex-start;
    }

    .graph_col svg {
        height: auto;
    }

    .neighbour_row-2 {
        min-height: auto !important;
    }

}

@media screen and (max-width: 767px) {
    .mortgage-new---pie-chart {
        width: 280px !important;
    }

    .react-datepicker__input-container {
        margin-bottom: 0px !important;
    }

    .neighbourhood-container .my-4 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media screen and (max-width: 499px) {
    .left-container {
        padding-top: 30px;
    }

    .property-name-conatiner h4 {
        font-size: 17px;
    }

    .property-name-conatiner p {
        font-size: 13px;
    }

    .property-name-conatiner h3 {
        font-size: 20px;
    }

    .left-container .icons {
        margin-bottom: 10px;
        display: block;
    }

    .property-advantage {
        display: block;
    }

    .mobile-line {
        display: none !important;
    }

    .property-advantage span {
        display: block;
    }

    .property-advantage-dektop {
        display: none;
    }

    .property-advantagemobile {
        display: block !important;
    }

    .property-advantagemobile li {
        list-style: circle;
        margin-left: 10px;
    }

    .property-button-tag {
        width: 100%;
    }

    .left-container-mortgage-detail h2 {
        font-size: 20px;
    }

    .left-container-mortgage-detail p {
        font-size: 15px;
    }

    .detail-input input {
        font-size: 13px !important;
    }

    .neighbour_property_heading {
        font-size: 4.5vw;
    }

    .neighbour_property_heading_income {
        font-size: 3.5vw;
    }

    .detail-map-img {
        display: none;
    }

    .count-view {
        right: 0 !important;
        left: auto !important;
    }

    .street-view {
        left: 9px;
    }
}
.faq-show-heading {
    background: url('/images/faq/FAQ.svg');
    padding: 39px 0px;
    margin: 0;
    text-align: center;
}

.faq-heading {
    font-weight: 800;
}

.faq-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.top-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-content {
    margin-top: 50px;
}

.faq-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}

.faq-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.btn_rent,
.btn_sale {
    background: #000;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #fff;
    margin-right: 18px;
    padding: 6px 42px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.btn_sale {
    background: #F1F3F6;
    border: 1px solid #E6EBF1;
    color: #7C7C7C;
}

.for-more-information {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.for-more-information button {
    background-color: #12316e;
    border: 2px solid #12316e;
    padding: 10px 150px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.for-more-information button:hover {
    background-color: #1b4597;
    color: #ffffff;
    border: 2px solid #1b4597;
}

.listing_header {
    display: flex;
}

.faq_faq_row__rtYlG span {
    margin-left: 10px;
}

@media (max-width: 500px) {

    .btn_rent,
    .btn_sale {
        margin-right: 8px;
        padding: 6px 35px;
    }

    .for-more-information button {
        padding: 10px 128px;
    }
}

@media (min-width: 2000px) {
    .faq-heading {
        font-size: 36px;
        line-height: 46.85px;
    }

    .faq-para {
        font-size: 20px;
    }

    .btn_sale,
    .btn_rent {
        font-size: 20px;
        padding: 10px 42px;
    }

    .faq-content h2 {
        font-size: 42px;
    }

    .faq-content p {
        font-size: 24px;
    }


}


@media screen and (min-width:300px) and (max-width: 499px) {
    .faq-content h2 {
        font-size: 25px;
        line-height: 41px;
    }

    .faq-content p {
        font-size: 16px;
        line-height: 23.4px;
    }
}
.property-card-container {
    margin-top: 20px;
}

.property-card-heading {
    font-weight: 700;
}

/* saved search page css */
.search-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.saved-card-container {
    flex: 1 1;
    position: relative;
    padding-bottom: 50px;
    /* Space for the fixed pagination */
    overflow-y: auto;
}

/* .saved-card-container::-webkit-scrollbar {
    display: none;
} */

.save-search-container {
    background: var(--white-primary);
    border: 1px solid #DBDBDB;
    border-radius: 0px 10px 0px 10px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    padding: 20px 20px;
    margin-top: 20px;
}

.search-show-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-right {
    display: flex;
    gap: 25px;
    align-items: center;
}

.search-right svg {
    font-size: 25px;
    color: #12316e;
}

.search-left {
    cursor: pointer;
}

.search-title {
    font-size: 18px;
    cursor: pointer;
}

.search-title:hover {
    color: #ff5000;
}

/* pagination */
.pagination-container {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    /* Optional: background color */
    z-index: 1;
    /* Ensure the pagination stays above the content */
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination-circle {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination-circle.active {
    background-color: #d77923;
    color: #fff;
}

.pagination-circle:hover {
    background-color: #d77923;
    color: #fff;
}

.pagination-arrow {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination-arrow:hover:not(.disabled) {
    background-color: #d77923;
    color: #fff;
}

.pagination-arrow.disabled {
    background-color: #bbb;
    cursor: not-allowed;
}

/* schedule css */
.event-card {
    display: inline-block;
    border-radius: 8px;
    /* max-width: 300px; */
}

.event-location {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.location-icon {
    font-size: 20px;
    margin-right: 8px;
    color: #1E306E;
}

.event-date {
    font-size: 14px;
    color: #666;
    margin-left: 22px;
}

.event-day {
    font-weight: bold;
}

.event-time {
    margin-left: 8px;
}

.add-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #12316e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.plus-icon {
    font-size: 30px;
    color: #fff;
}

/* modal */

.startmodal_wrapper {
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    width: 850px;
    margin: 20px auto 0;
    position: relative;
    z-index: 500;
}

.schedule_modal_content_wrapper {
    /* box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1); */
    background: #fff;
    border-radius: 15px;
    /* width: 850px; */
    /* margin: 20px auto 0; */
    position: relative;
    z-index: 500;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.view_plan_modal_content_wrapper {
    /* box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1); */
    background: #fff;
    border-radius: 15px;
    /* width: 850px; */
    /* margin: 20px auto 0; */
    position: relative;
    z-index: 500;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 500px;
    overflow-y: scroll;
}

/* Custom scrollbar styles for Webkit browsers (Chrome, Safari) */
.view_plan_modal_content_wrapper::-webkit-scrollbar {
    width: 8px;
    /* Slim scrollbar width */
}

.view_plan_modal_content_wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar color */
    border-radius: 4px;
    /* Rounded corners */
}

.view_plan_modal_content_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darker color on hover */
}

.view_plan_modal_content_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 4px;
    /* Rounded corners */
}

/* Custom scrollbar styles for Firefox */
.view_plan_modal_content_wrapper {
    scrollbar-width: thin;
    /* Slim scrollbar */
    scrollbar-color: #888 #f1f1f1;
    /* Thumb and track color */
}

.startmodal_close {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    padding: 10px 0px;
}

.startmodal_close h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 0px 25px;
}

.subtitle {
    font-size: 16px;
    line-height: 21px;
    color: #6C7076;
    /* text-align: center; */
}

.details_text {
    font-size: 14px;
    line-height: 19px;
    color: #6C7076;
    width: 90%;
}


.startmodal_content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.startmodal_content .img_wrap {
    display: inline-block;
    margin-right: 16px;
}

.startmodal_content h5 {
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    color: #292D32;
    margin: 0;
}

.bg_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.5);
    display: flex !important;
    align-items: center;
}

.startmodal_content>div {
    flex: 50% 1;
    display: flex;
    padding: 0 20px 30px 0;
}

.btn_start {
    background: #1E306E;
    color: #fff;
    padding: 10px 32px;
    display: block;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 16.94px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    height: 38px;
    /* width: 85%; */
    /* margin: 0 auto; */
    cursor: pointer;
    border: none;
    float: right;
}

.disclaimer {
    margin-top: 20px;
}

/* date picker */
.react-datepicker-wrapper {
    display: block !important;
    padding: 0;
    border: 0;
}

.listing_error {
    color: red;
    font-size: 12px;
    font-style: italic;
}

/* notification */
.bullet-point {
    display: inline-block;
    /* Ensure it stays inline */
    width: 12px;
    /* Set bullet size */
    height: 12px;
    /* Set bullet size */
    background-color: #403e3e;
    /* Set bullet color */
    border-radius: 50%;
    /* Make the bullet round */
    margin-right: 10px;
    /* Space between bullet and text */
    vertical-align: middle;
    /* Align with text */
}

/* property info style on map */
.property-info-map-button {
    background: linear-gradient(180deg, #C96F3B 0%, #E88504 100%);
    color: #fff;
    padding: 10px 35px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: none;
}

.status-badge-map {
    /* position: absolute; */
    left: 4px;
    bottom: 50%;
    width: 60px;
    padding: 5px 10px;
    /* border-radius: 5px; */
    color: white;
    font-size: 12px;
    z-index: 1;
}

.new-card-label-top-map {
    position: absolute;
    top: 0;
    margin: 0px 3px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.3;
}

.new-card-label-top-map span {
    font-size: 12px;
    background: #8c008c;
    padding: 3px 8px;
    margin-right: 5px;
    line-height: 1.3;
    position: relative;
    z-index: 999;
}

.new-card-label-bottom-map {
    position: absolute;
    bottom: 2%;
    left: 5px;
    margin: 0px 3px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.3;
    z-index: 9;
}

.new-card-label-bottom-map span {
    font-size: 12px;
    background: #a30f0f;
    padding: 3px;
    margin-right: 5px;
    border-radius: 6px;
    line-height: 1.3;
}

.map_pointer_image-map {
    /* border-radius: 0px 15px; */
    width: 300px;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .property-card-container {
        margin-left: 0 !important;
    }

    .property-card-heading {
        font-size: 20px;
    }

    .event-card {
        max-width: 200px;
    }

    .event-day {
        line-height: 30px;
    }

}
.filter-search-container {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    align-items: baseline;
    margin-top: 30px;
}

.lead-search-block {
    width: 33%;
    background: var(--white-primary);
    border-radius: 10px;
    /* padding: 8px 24px; */
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: none;
    background-color: #fff7f1;
}

#leads-input {
    background: #F1F3F6;
    padding: 8px 27px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #E6EBF1;
    /* width: 100%; */
}

.lead-search-block .lead-search-input {
    position: relative;
    width: 100%;
}

.lead-search-block button[type="submit"] {
    background: #12316e;
    border: 0;
    border-radius: 50px;
    height: 32px;
    width: 33px;
    position: absolute;
    right: 2%;
    top: 4px;
}
.badge{
    background-color: #12316e !important;
}
.search-box {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.sort-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.sort-box {
    padding: 3px 14px;
    /* border: 1px solid #ccc; */
    border-radius: 15px;
    border: none;
    background-color: #ebecff;
}

.dataTable {
    margin-top: 20px;
}

.avatar {
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.view-detail {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}
.chat-container {
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 80vh;
    height: 86vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: auto;
}

/* WebKit browsers (Chrome, Safari, Edge) */
.chat-container::-webkit-scrollbar {
    width: 8px;
}

.chat-container::-webkit-scrollbar-track {
    background: transparent;
}

.chat-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.chat-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


.message {
    display: flex;
    margin-bottom: 15px;
}

.message-content {
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.message-recieved-top {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
}

.message-received-show {
    background-color: #f2f2f2;
    padding: 8px 14px;
    border-radius: 0px 10px 0px 10px;
}

.message.sent {
    justify-content: flex-end;
}

.message-sent-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.message-sent-show {
    background: #1E306E;
    padding: 8px 14px;
    border-radius: 0px 10px 0px 10px;
    color: white;
}

.sender {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.timestamp {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.date-divider {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
    color: #999;
}

.avatar {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.message-input {
    display: flex;
    align-items: center;
    background-color: #fefaf5;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 73.5%;
    max-width: 100%;
}

.message-input input {
    flex: 1 1;
    padding: 10px;
    border: none;
    border-radius: 20px;
    margin-right: 10px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.message-input input:focus {
    outline: none;
}

.send-button {
    /* background-color: #ff7b47; */
    border: none;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send-button img {
    /* width: 16px; */
    /* height: 16px; */
}

@media only screen and (max-width: 480px) {

    .message-input {
        width: 100%;
    }
}
.blog-show-heading {
    background: url('/images/blog/blog.svg');
    padding: 39px 0px;
    margin: 0;
    text-align: center;
}

.blog-heading {
    font-weight: 800;
}

.blog-para {
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
}

.blog-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

.blog-sidebar {
    margin-right: 20px;
    height: 514px;
    box-shadow: 0px 0px 4px #dddada;
    padding: 17px 30px;
    border-radius: 15px;
    cursor: pointer;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.blog-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.blog-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.blog-sidebar::-webkit-scrollbar-track {
    background-color: transparent;
}

.blog-sidebar h2 {
    margin-bottom: 24px;
    color: #292D32;
    font-size: 26px;
    font-weight: 600;
    line-height: 55px;
}

.blog-sidebar ul {
    list-style: none;
    /* padding: 0; */
}

.blog-sidebar ul li {
    margin-bottom: 17px;
}

.category-header {
    font-weight: 600;
    color: #1E306E;
    font-size: 20px;
}

.category-sub-category {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    list-style: circle;
}

.blog-card-top {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 20px;
}

.blog-card-top-img {
    width: 100%;
    height: 350px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    height: 498px;
}


.blog-card-img {
    width: 100%;
    height: auto;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-body h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #292D32;
    line-height: 27px;
}

.blog-card-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #888;
    gap: 20px;
    margin-top: auto;
}

.blog-card-footer .author {
    color: #1E306E;
}

@media (max-width: 1500px) {
    .blog-card {
        min-height: 550px;
    }
}

@media (max-width: 991px) {
    .blog-card {
        min-height: auto;
    }

    .blog-sidebar {
        margin-bottom: 25px;
    }

    .blog-card {
        height: auto;
    }
}

@media (max-width: 768px) {
    .blog-container {
        flex-direction: column;
    }

    .blog-sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-content {
        width: 100%;
    }

    .blog-card {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .blog-card-body {
        padding: 15px;
    }

    .blog-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-card-footer .date {
        margin-top: 5px;
    }
}


.blog-detail-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.blog-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-card-img {
    width: 100%;
    height: 250px;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-body h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #292D32;
    line-height: 27px;
}

.blog-card-body p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.blog-card-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #888;
    margin-top: 10px;
}

.blog-card-footer .author {
    color: #1E306E;
    font-size: 16px;
    font-weight: 400;
}

.blog-card-footer .date {
    color: #737373;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .blog-card {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .blog-card {
        flex: 1 1 100%;
    }

    .blog-card-body {
        padding: 15px;
    }

    .blog-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-card-footer .date {
        margin-top: 5px;
    }
}

/* for blog slug detail */
/* Base styles for larger screens */
.blog-slug-container {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 40px auto;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.blog-slug-content {
    flex: 3 1;
}

.blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog-image-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.blog-details {
    margin-top: 20px;
}

.blog-details h1 {
    font-size: 29px;
    color: #292D32;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-details h2 {
    color: #1E306E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 29.96px;
}

.blog-details p {
    color: Black;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.related-blogs {
    flex: 1 1;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 500px;
    overflow: scroll;
}

.related-blogs::-webkit-scrollbar {
    display: none;
}

.related-blogs h3 {
    margin-bottom: 20px;
    color: #333;
}

.related-blog-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.related-blog-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 10px;
}

.related-blog-content {
    flex: 1 1;
}

.related-blog-content p {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: bold;
}

.related-blog-content span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.view-all {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

.blg_section {
    padding: 0 30px !important;
}

.blg_btn button {
    background-color: #E88504;
    border: transparent;
    padding: 11px 31px;
    border-radius: 5px;
    color: white;
}

/* Media Queries for Tablet */

@media screen and (max-width: 1500px) {
    .blog-slug-container {
        max-width: 2000px;
    }

    .related-blogs h3 {
        font-size: 25px;
    }

    .related-blog-content p {
        font-size: 18px;
    }

    .related-blog-content span {
        font-size: 17px;
    }

    .view-all {
        font-size: 20px;
    }

    .blog-details h1 {
        font-size: 30px;
    }

    .blog-details h2 {
        font-size: 20px;
    }

    .blog-details p {
        font-size: 18px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1199px) {

    .blog-slug-container {
        flex-direction: column;
        gap: 0;
        padding: 15px;
    }

}

@media screen and (max-width: 1024px) {

    .blog-slug-content {
        flex: 1 1;
    }

    .related-blogs {
        margin-top: 30px;
        box-shadow: none;
        padding: 15px;
    }

    .related-blogs h3 {
        text-align: center;
    }

    .related-blog-item img {
        width: 70px;
        height: 70px;
    }

    .related-blog-content p {
        font-size: 13px;
    }

    .related-blog-content span {
        font-size: 11px;
    }
}

/* Media Queries for Mobile */
/* @media screen and (max-width: 768px) {
    .blog-slug-container {
        padding: 10px;
    }

    .blog-image-overlay {
        font-size: 12px;
        padding: 3px 8px;
    }

    .blog-details h1 {
        font-size: 24px;
    }

    .blog-details h2 {
        font-size: 16px;
    }

    .blog-details p {
        font-size: 14px;
    }

    .related-blogs {
        padding: 10px;
    }

    .related-blog-item {
        margin-bottom: 10px;
    }

    .related-blog-item img {
        width: 60px;
        height: 60px;
    }

    .related-blog-content p {
        font-size: 12px;
    }

    .related-blog-content span {
        font-size: 10px;
    }
} */



@media screen and (min-width:300px) and (max-width: 499px) {
    .blg_section {
        padding: 0 !important;
    }

    .blog-sidebar h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .blog-sidebar ul li {
        margin-bottom: 14px;
    }

    .category-sub-category {
        font-size: 16px;
    }

    .blog-card-top-img {
        height: auto;
    }

    .blog-card-img {
        height: auto;
    }

    .blog-card-body p {
        font-size: 16px;
    }

    .blog-heading {
        font-size: 23px;
    }

    .blog-details h1 {
        font-size: 25px;
    }

    .blog-details h2 {
        font-size: 18px;
    }

    .blog-details p {
        font-size: 16px;
        line-height: 26px;
    }
}

.blog-content:hover .blog-card-top img {
    transform: scale(1.1) !important;
}

.blog-content .blog--img {
    overflow: hidden;
}

.blog-content .blog--img img {
    transition: transform 0.5s ease !important;
}

.blog-card:hover img {
    transform: scale(1.1) !important;
}

.blog-card .blog-card---img {
    overflow: hidden;
}

.blog-card .blog-card---img img {
    transition: transform 0.5s ease !important;
}
.sell-show-heading {
    background: url('/images/sell/Sell.svg') !important;
    text-align: center;
}

.sell-top-middle strong {
    font-size: 30px;
    line-height: 20px;
    font-weight: bold;
}

.sell-top-middle {
    font-weight: 600;
}

.sell-top-last {
    color: #8e9195;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.sell-get-started {
    margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}

.sell-how-it-works {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.sell-get-started h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.sell-get-started-btn {

    background: #1E306E;
    color: var(--white-primary);
    padding: 9px 32px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24.51px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    height: 44px;
    border: none;
}

.sell-how-it-works-steps {
    max-width: 760px;
    margin: 0 auto;
}

.sell-how-it-works h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
}

.select-plan-tag {
    font-weight: 500;
    font-size: 22px;
}

.step-container {
    margin-top: 100px;
    position: relative;
}

.sell-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 130px;
    position: relative;
}

.sell-step-icon {
    margin-right: 20px;
}

.sell-step-icon img {
    height: auto;
}

.sell-step-content {
    text-align: left;
}

.sell-step-content h4 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.sell-step-content p {
    margin: 0;
    color: #44474c;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 768px) {
    .sell-step {
        align-items: center;
        text-align: center;
    }

    .sell-step {
        margin: 0px 20px 130px 20px;
    }

    .sell-step-icon {
        margin-bottom: 20px;
    }


}

.sell-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
    gap: 20px;
}

.sell-item {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1;
    min-height: 356px;
}

.sell-item img {
    max-width: 80px;
    margin-bottom: 20px;
}

.sell-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.sell-item p {
    font-size: 18px;
}

@media (max-width: 768px) {
    .sell-slider {
        flex-direction: column;
        align-items: center;
    }

    .sell-item {
        max-width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .sell-item {
        max-width: 100%;
        padding: 15px;
    }

    .sell-item h3 {
        font-size: 16px;
    }

    .sell-item p {
        font-size: 13px;
    }
}


.sell-solution {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 200px;
    background-color: #fffdfc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.solution-heading {
    font-weight: 700;
    font-size: 33px;
}

.solution-para {
    font-size: 27px;
}

.seller-types {
    flex: 1 1;
    max-width: 40%;
}

.seller-type {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
}

.seller-type img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.seller-type span {
    font-size: 18px;
    color: #333;
    font-weight: 600;

}

.solution-text {
    flex: 1 1;
    max-width: 55%;
    padding-left: 40px;
}

.solution-text h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #333;
}

.solution-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #ff5000;
}

.solution-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .sell-solution {
        flex-direction: column;
        padding: 20px;
    }

    .seller-types {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .solution-text {
        max-width: 100%;
        padding-left: 0;
    }

    .solution-text h2 {
        font-size: 24px;
    }

    .solution-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .seller-type {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .seller-type img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .seller-type span {
        font-size: 14px;
    }

    .solution-text h2 {
        font-size: 20px;
    }

    .solution-text h3 {
        font-size: 18px;
    }

    .solution-text p {
        font-size: 14px;
    }
}


.sell-story {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.story-span {
    font-weight: 700;
}

.story-content {
    flex: 1 1;
    max-width: 50%;
    padding-right: 20px;
}

.story-content h4 {
    color: #f39c12;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

.story-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.story-content h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 15px;
    color: #555;
}

.plan-details {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.plan-type,
.plan-savings {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 16px;
    color: #555;
    font-weight: 600;
}

.story-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.property-details {
    display: flex;
    align-items: center;
    background-color: #f1f3f6;
    width: 400px;
    padding: 10px 20px;
    text-align: end;
    border-radius: 10px;
}

.property-details .status {
    font-size: 30px;
    font-weight: 500;
    color: #f39c12;
    margin-right: 15px;
}

.property-details .details p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.story-image {
    flex: 0 1;
    max-width: 50%;
    position: relative;
}

.story-image img {
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.quote-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #f39c12;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
}

.navigation .prev,
.navigation .next {
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sell-story {
        flex-direction: column;
        padding: 20px;
    }

    .story-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .story-image {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .story-content h2 {
        font-size: 24px;
    }

    .story-content h3 {
        font-size: 18px;
    }

    .plan-type,
    .plan-savings {
        font-size: 12px;
        padding: 6px 10px;
    }

    .property-details .status {
        font-size: 16px;
    }

    .property-details .details p {
        font-size: 12px;
    }

    .quote-icon {
        font-size: 20px;
    }

    .navigation .prev,
    .navigation .next {
        font-size: 20px;
    }
}

.sell-step-icon {
    position: relative;
    margin: 0px 45px;
}

.sell-step-icon-top::before {
    content: '';
    background-color: #12316e;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -67px;
    left: 47%;
    border-radius: 100%;
}

.sell-step-1::after {
    content: '';
    width: 343px;
    height: 328px;
    position: absolute;
    top: -35px;
    left: 20%;
    border-left: 4px dashed #12316e;
    border-bottom: 4px dashed #12316e;
    z-index: -1;
    border-bottom-left-radius: 24%;
}

.sell-step-2::after {
    content: '';
    width: 319px;
    height: 356px;
    position: absolute;
    top: -59px;
    left: 38%;
    border-top: 4px dashed #12316e;
    border-right: 4px dashed #12316e;
    border-bottom: 4px dashed #12316e;
    z-index: -1;
    border-bottom-right-radius: 24%;
    border-top-right-radius: 24%;
}

.sell-step-3::after {
    content: '';
    width: 297px;
    height: 357px;
    position: absolute;
    top: -100px;
    left: 19%;
    border-top: 4px dashed #E2E2E2;
    border-left: 4px dashed #E2E2E2;
    border-bottom: 4px dashed #E2E2E2;
    z-index: -1;
    border-bottom-left-radius: 24%;
    border-top-left-radius: 24%;
}

.sell-step-4::after {
    content: '';
    width: 312px;
    height: 312px;
    position: absolute;
    top: -61px;
    left: 39%;
    border-top: 4px dashed #E2E2E2;
    border-right: 4px dashed #E2E2E2;
    border-bottom: 4px dashed #E2E2E2;
    z-index: -1;
    border-bottom-right-radius: 24%;
    border-top-right-radius: 24%;
}

.sell-step-5::after {
    content: '';
    width: 317px;
    height: 371px;
    position: absolute;
    top: -92px;
    left: 19%;
    border-top: 4px dashed #E2E2E2;
    border-left: 4px dashed #E2E2E2;
    border-bottom: 4px dashed #E2E2E2;
    z-index: -1;
    border-bottom-left-radius: 24%;
    border-top-left-radius: 24%;
}

.sell-step-6::after {
    content: '';
    width: 315px;
    height: 328px;
    position: absolute;
    top: -54px;
    left: 40%;
    border-top: 4px dashed #E2E2E2;
    border-right: 4px dashed #E2E2E2;
    border-bottom: 4px dashed #E2E2E2;
    z-index: -1;
    border-bottom-right-radius: 24%;
    border-top-right-radius: 24%;
}

.sell-step-7::after {
    content: '';
    width: 315px;
    height: 300px;
    position: absolute;
    top: -44px;
    left: 18%;
    border-top: 4px dashed #E2E2E2;
    border-left: 4px dashed #E2E2E2;
    z-index: -1;
    border-top-left-radius: 24%;
}

.sell-step-icon-bottom::before {
    content: '';
    background-color: #E2E2E2;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -86px;
    left: 39%;
    border-radius: 100%;
}

.double-quote-img {
    position: absolute;
    bottom: 10%;
    left: -46px;
}

.double-quote-img img {
    width: 100% !important;
}

.subscribe-card h2 {
    font-weight: bold !important;
}

.subscribe-card input {
    font-size: 22px !important;
}

.subscribe-card button[type="submit"] {
    padding: 16px 28px !important;
}


li.footer_li {
    padding-left: 31px;
    position: relative;
}

img.contact_icon {
    position: absolute;
    left: 0;
}



@media screen and (min-width: 3000px) and (max-width: 3200px) {
    .sell-step-6::after {
        height: 328px !important;
    }
}





@media screen and (min-width: 1700px) and (max-width: 1999px) {
    .sell-step-1::after {
        height: 327px;
    }

    .sell-step-3::after {
        height: 356px;
    }

    .sell-step-4::after {
        width: 306px;
        height: 312px;
    }






    .sell-top-top {
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }



    .sell-step-icon-top::before {
        left: 40%;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }



    .sell-step {
        margin-bottom: 180px;
    }

    .sell-step-1::after {
        height: 336px;
        left: 18%;
        border-left: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 3px dashed #12316e;
        height: 432px;
        top: -100px;
        border-right: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
        left: 34%;
        width: 339px;
    }

    .sell-step-3::after {
        border-top: 3px dashed #E2E2E2;
        height: 392px;
        top: -112px;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 364px;
        left: 17%;
    }

    .sell-step-4::after {
        height: 392px;
        top: -86px;
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 320px;
    }

    .sell-step-5::after {
        height: 392px;
        top: -85px;
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 366px;
        left: 18%;
    }

    .sell-step-6::after {
        height: 397px;
        top: -74px;
        width: 327px;
        left: 40%;
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }




    .solution-text h2 {
        line-height: 47.85px;
        margin-bottom: 20px;
    }








    .footer-widget h3 {
        font-size: 25px;
    }

    .sell-get-started h2 {
        margin-bottom: 30px;
    }






}



@media screen and (min-width: 1500px) and (max-width: 1599px) {



    .sell-top-last {
        font-size: 22px;
    }




    .sell-top-top {
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 20px;
    }

    .sell-step-icon-top::before {
        left: 43%;
        width: 20px;
        height: 20px;
        top: -51px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step {
        margin-bottom: 150px;
    }

    .sell-step-1::after {
        height: 332px;
        width: 337px;
        left: 14%;
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        height: 378px;
        top: -70px;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
        left: 38%;
        width: 454px;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        height: 330px;
        top: -82px;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 364px;
        left: 15%;
    }

    .sell-step-4::after {
        height: 390px;
        top: -86px;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 560px;
    }

    .sell-step-5::after {
        height: 353px;
        top: -76px;
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 415px;
        left: 15%;
    }

    .sell-step-6::after {
        height: 358px;
        top: -74px;
        width: 556px;
        left: 39%;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        width: 413px;
        height: 314px;
        position: absolute;
        top: -80px;
        left: 18%;
    }

    .solution-text h2 {
        line-height: 39.85px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 18px;
    }

    .story-content h4 {
        font-size: 23px;
    }

    .story-content p {
        font-size: 25px;
    }


    .subscribe-card p {
        font-size: 25px;
    }

    .footer-widget ul li a {
        font-size: 18px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 17.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-top-top {
        margin-bottom: 25px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 372px;
        left: 45%;
        top: -88px;
        width: 382px;
    }

    .sell-step-6::after {
        height: 330px;
        top: -74px;
        width: 350px;
        left: 48%;
    }

    .sell-feature-container h2 {
        font-size: 25px;
    }

    .seller-type span {
        font-size: 18px;
    }

    .story-content p {
        font-size: 16px;

    }

    .property-details .details p {
        font-size: 17px;
    }

    .subscribe-card h2 {
        font-size: 30px;
        margin: 0;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .subscribe-card input {
        padding: 12px 28px;
    }

    .subscribe-card button[type="submit"] {
        padding: 9px 28px !important;
    }

    .footer_line {
        font-size: 13px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .breadcrumb-top-heading {
        font-size: 20px;
    }

    .sell-item {
        min-height: 363px;
    }

    .story-content h2 {
        font-size: 22px;
    }

    .sell-step-icon-bottom::before {
        bottom: -80px;
        left: 59%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {




    .menu-block .all-btn {
        font-size: 15px;
    }

    .sell-top-last {
        font-size: 22px;
    }




    .sell-top-top {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 20px;
    }

    .sell-step-icon-top::before {
        left: 44%;
    }

    .sell-step-2::after {
        height: 419px;
        top: -75px;
        left: 48%;
    }

    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step {
        margin-bottom: 100px;
    }

    .sell-step-1::after {
        height: 372px;
        left: 15%;
        top: -42px;
    }

    .sell-step-2::after {
        height: 411px;
        top: -74px;
        left: 48%;
        width: 360px;
    }

    .sell-step-3::after {
        height: 390px;
        top: -126px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 390px;
        top: -100px;
        width: 310px;
        left: 17%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }


    .solution-text h2 {
        line-height: 37.85px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .sell-item {
        min-height: 376px;
    }

    .solution-text p {
        font-size: 18px;
    }

    .story-content h4 {
        font-size: 23;
    }

    .story-content p {
        font-size: 25px;
    }



    li.footer_li {
        font-size: 17.5px;
    }

    .sell-top-middle strong {
        font-size: 45px;
    }

    .sell-top-top {
        margin-bottom: 20px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 400px;
        left: 47%;
        top: -104px;
        width: 382px;
    }

    .sell-step-6::after {
        height: 367px;
        top: -94px;
        width: 394px;
        left: 46%;
    }



    .seller-type span {
        font-size: 18px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 13px;
    }

    .solution-text h3 {
        font-size: 25px;
    }



    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 18px;
    }

    .breadcrumb-top-heading {
        font-size: 20px;
        line-height: 29.85px;
    }

    .sell-top-middle strong {
        font-size: 30px;
        line-height: 31.85px;
    }

    .sell-step-1::after {
        height: 312px;
        width: 340px;
        left: 15%;
        border-left: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 3px dashed #12316e;
        height: 330px;
        top: -48px;
        border-right: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
        left: 38%;
        width: 454px;
    }

    .sell-step-3::after {
        border-top: 3px dashed #E2E2E2;
        height: 299px;
        top: -59px;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 364px;
        left: 15%;
    }

    .sell-step-4::after {
        height: 300px;
        top: -47px;
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 365px;
    }

    .sell-step-5::after {
        height: 315px;
        top: -58px;
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
        width: 415px;
        left: 17%;
    }

    .sell-step-6::after {
        height: 288px;
        top: -45px;
        width: 450px;
        left: 37%;
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
        left: 48%;
        top: -60px;
    }


    .sell-feature-container h2 {
        font-size: 25px;
    }

    .sell-item h3 {
        font-size: 20px;
    }

    .story-content h2 {
        font-size: 22px;
    }

    .property-details .details p {
        font-size: 18px;
    }

    .sell-step-icon-bottom::before {
        left: 59%;
    }

}


@media screen and (min-width: 1200px) and (max-width: 1399px) {


    .menu-block .mainmenu li a {
        font-size: 17px;
    }

    .menu-block .all-btn {
        font-size: 15px;
    }

    .sell-top-last {
        font-size: 22px;
    }




    .sell-top-top {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 20px;
    }

    .sell-step-icon-top::before {
        left: 44%;
    }

    .sell-step-2::after {
        height: 419px;
        top: -75px;
        left: 48%;
    }

    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step {
        margin-bottom: 100px;
    }

    .sell-step-1::after {
        height: 372px;
        left: 15%;
        top: -42px;
    }

    .sell-step-2::after {
        height: 411px;
        top: -74px;
        left: 48%;
        width: 360px;
    }

    .sell-step-3::after {
        height: 390px;
        top: -126px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 390px;
        top: -100px;
        width: 310px;
        left: 17%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }


    .solution-text h2 {
        line-height: 37.85px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .sell-item {
        min-height: 376px;
    }

    .solution-text p {
        font-size: 18px;
    }

    .story-content h4 {
        font-size: 23;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 18px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 17.5px;
    }

    .sell-top-middle strong {
        font-size: 45px;
    }

    .sell-top-top {
        margin-bottom: 20px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 400px;
        left: 47%;
        top: -104px;
        width: 382px;
    }

    .sell-step-6::after {
        height: 367px;
        top: -94px;
        width: 394px;
        left: 46%;
    }



    .seller-type span {
        font-size: 18px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 13px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .goog-te-gadget-simple {
        font-size: 17px !important;
    }



    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .breadcrumb-top-heading {
        font-size: 20px;
        line-height: 29.85px;
    }

    .sell-top-middle strong {
        font-size: 35px;
        line-height: 31.85px;
    }

    .sell-step-1::after {
        height: 296px;
        width: 340px;
        left: 15%;
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        height: 301px;
        top: -49px;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
        left: 38%;
        width: 454px;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        height: 298px;
        top: -59px;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 364px;
        left: 15%;
    }

    .sell-step-4::after {
        height: 297px;
        top: -47px;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 365px;
    }

    .sell-step-5::after {
        height: 314px;
        top: -58px;
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 415px;
        left: 15%;
    }

    .sell-step-6::after {
        height: 287px;
        top: -45px;
        width: 450px;
        left: 39%;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
        left: 48%;
        top: -60px;
    }



    .sell-feature-container h2 {
        font-size: 25px;
    }

    .sell-item h3 {
        font-size: 20px;
    }

    .story-content h2 {
        font-size: 22px;
    }

    .property-details .details p {
        font-size: 18px;
    }

    .subscribe-card h2 {
        font-size: 30px;
    }

    .sell-step-icon-bottom::before {
        left: 58%;
    }



}

@media screen and (min-width: 1000px) and (max-width: 1199px) {


    .menu-block .mainmenu li a {
        font-size: 17px;
    }

    .menu-block .all-btn {
        font-size: 15px;
    }

    .sell-top-last {
        font-size: 22px;
    }




    .sell-top-top {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 18px;
    }

    .sell-step-icon-top::before {
        left: 44%;
    }

    .sell-step-2::after {
        height: 419px;
        top: -75px;
        left: 48%;
    }

    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step {
        margin-bottom: 100px;
    }

    .sell-step-1::after {
        height: 372px;
        left: 15%;
        top: -42px;
    }

    .sell-step-2::after {
        height: 411px;
        top: -74px;
        left: 48%;
        width: 360px;
    }

    .sell-step-3::after {
        height: 390px;
        top: -126px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 390px;
        top: -100px;
        width: 310px;
        left: 17%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }



    .solution-text h2 {
        line-height: 37.85px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .sell-item {
        min-height: 376px;
    }

    .solution-text p {
        font-size: 18px;
    }

    .story-content h4 {
        font-size: 23;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 18px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 17.5px;
    }

    .sell-top-middle strong {
        font-size: 45px;
    }

    .sell-top-top {
        margin-bottom: 20px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 400px;
        left: 47%;
        top: -104px;
        width: 382px;
    }

    .sell-step-6::after {
        height: 367px;
        top: -94px;
        width: 394px;
        left: 46%;
    }



    .seller-type span {
        font-size: 18px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 13px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .goog-te-gadget-simple {
        font-size: 17px !important;
    }

    /* 
    .country-block h4 {
        font-size: 16px !important;
    } */

    .sell-get-started h2 {
        font-size: 22px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .breadcrumb-top-heading {
        font-size: 20px;
        line-height: 29.85px;
    }

    .sell-top-middle strong {
        font-size: 30px;
        line-height: 31.85px;
    }

    .sell-step-1::after {
        height: 296px;
        width: 340px;
        left: 15%;
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        height: 301px;
        top: -49px;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
        left: 38%;
        width: 454px;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        height: 298px;
        top: -59px;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 364px;
        left: 15%;
    }

    .sell-step-4::after {
        height: 297px;
        top: -47px;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 365px;
    }

    .sell-step-5::after {
        height: 314px;
        top: -58px;
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
        width: 415px;
        left: 15%;
    }

    .sell-step-6::after {
        height: 278px;
        top: -45px;
        width: 450px;
        left: 39%;
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        /* height: 284px;
        top: -53px; */
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        /* width: 449px;
        left: 15%; */
        top: -44px;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
        left: 48%;
        top: -60px;
    }

    /* .sell-step-icon-bottom::before {
        width: 20px;
        height: 20px;
        left: 47%;
    } */

    .sell-feature-container h2 {
        font-size: 25px;
    }

    .sell-item h3 {
        font-size: 20px;
    }

    .story-content h2 {
        font-size: 22px;
    }

    .property-details .details p {
        font-size: 18px;
    }

    .subscribe-card h2 {
        font-size: 30px;
    }

    .sell-step-icon-bottom::before {
        bottom: -92px;
        left: 42%;
    }

}


@media screen and (max-width: 1599px) {
    .sell-item h3 {
        font-size: 22px;
    }

    .sell-feature-container p {
        font-size: 20px !important;
    }

    .sell-top-top {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sell-top-middle strong {
        font-size: 45px;
    }

    .sell-top-last {
        font-size: 26px;
    }

    .sell-get-started h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-how-it-works h3 {
        font-size: 25px;
    }

    .sell-how-it-works-steps {
        max-width: 1000px;
    }

    .sell-step-content h4 {
        font-size: 23px;
    }

    .sell-step-content h5 {
        font-size: 24px;
    }

    .sell-step-content p {
        font-size: 16px;
    }



}

@media screen and (max-width: 1440px) {


    .seller-type span {
        font-size: 19px;
    }

    .solution-text h2 {
        font-size: 40px;
        line-height: 51.85px;
        margin-bottom: 40px;
    }

    .solution-text h3 {
        font-size: 35px;
    }

    .solution-text h2 {
        margin-bottom: 20px;
    }

    .solution-text p {
        font-size: 20px;
    }

    .story-content p {
        font-size: 20px;
    }

    .story-content h2 {
        font-size: 27px;
    }

    .story-content h3 {
        font-size: 25px;
    }

    .property-details .status {
        font-size: 30px;
    }




    .footer_line {
        font-size: 15px;
    }

    .footer_line svg {
        margin-right: 20px;
    }

    .sell-solution {
        padding: 40px 100px;
    }
}

@media screen and (max-width: 1399px) {
    .sell-top-top {
        font-size: 25px;
        font-weight: 500;
    }

    .sell-top-middle strong {
        font-size: 40px;
    }

    .sell-top-last {
        font-size: 22px;
    }


    .sell-step-content h4 {
        font-size: 28px;
    }

    .sell-step-content h5 {
        font-size: 28px;
    }

    .sell-step-content p {
        margin-top: 0;
    }


}



@media screen and (max-width: 1249px) {
    .menu-block .mainmenu li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .sell-feature-container p {
        margin-top: 10px;
    }

    .sell-item {
        min-height: 450px;
    }

}


@media screen and (max-width: 1026px) {
    .sell-top-top {
        margin: 0;
    }



    .sell-top-last {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 25px;
    }

    .sell-get-started h2 {
        margin-bottom: 20px;
    }



    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step-content h5 {
        font-size: 25px;
    }

    .sell-step-content h4 {
        font-size: 28px;
    }


    .solution-text h2 {
        font-size: 35px;
        line-height: 44.85px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .solution-text p {
        font-size: 18px;
    }

    .seller-type span {
        font-size: 18px;
    }

    .story-image img {
        width: 400px;
    }

    .property-details {
        width: 400px;
        margin: 0;
    }

    .double-quote-img {
        left: -28px;
        width: 17%;
    }

    .subscribe-card {
        padding: 30px 50px;
    }

    .footer-desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 999px) {
    .btn-block a {
        padding: 9px 19px !important;
    }

    .menu-block .mainmenu li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sell-how-it-works-steps {
        max-width: 750px;
    }

    .sell-step-content p {
        font-size: 18px;
    }

    .sell-step-icon-top::before {
        left: 28%;
    }

    .sell-step-icon {
        margin: 0;
    }

    .sell-step-content {

        margin: 0px 10px;
    }

    .sell-step-icon-top::before {
        left: 43%;
    }

    .sell-step-content h5 {
        font-size: 23px;
    }

    .sell-step-content h4 {
        font-size: 23px;
    }


    .sell-item {
        min-height: auto;
    }


}

@media screen and (max-width: 768px) {


    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-top-top {
        font-size: 20px;

    }

    .sell-top-middle strong {
        font-size: 35px;
    }

    .sell-get-started h2 {
        font-size: 20px;
    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-step-icon-top::before {
        left: 40%;
    }

    /* .sell-step-icon-bottom::before {
        left: 41%;
    } */

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .sell-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .seller-types {
        width: 100%;
    }

    .solution-text h2 {
        font-size: 29px;
        line-height: 26.85px;
    }

    .solution-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sell-solution {
        padding: 40px 30px;
    }

    .story-image {
        max-width: 100%;
        width: 100%;
    }

    .story-image img {
        width: 100%;
    }

    .double-quote-img {
        left: -16px;
        width: 10%;
    }



    /* .sell-step-icon-bottom::before {
        left: 41% !important;
        bottom: -57px;
    } */

    .sell-step-icon-top::before {
        left: 51% !important;
        top: -47px;
    }

    .newsletter-section {
        background: #F9F9F9;
        padding: 50px 0px;
        margin-top: 280px;
        box-shadow: 0 -5px 8px -5px #3333333b;
    }
}



@media screen and (max-width: 656px) {
    .sell-step-content p {
        font-size: 16px;
    }





    .sell-step-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 644px) {

    .sell-step-icon img {
        width: 150px;
    }

    .sell-step-content p {
        font-size: 13px;
    }




    .sell-step {
        margin: 0px 70px 80px 70px;
    }


}

@media screen and (max-width: 623px) {}

@media screen and (max-width: 617px) {


    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        font-size: 15px;
    }

    .goog-te-gadget-simple {
        font-size: 15px;
    }

    .goog-te-gadget-simple {
        padding-right: 10px;
    }
}

@media screen and (max-width: 551px) {}


@media screen and (min-width: 992px) and (max-width: 1149px) {
    .sell-how-it-works-steps {
        max-width: 800px;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 3px dashed #12316e;
        border-right: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    /* .signin-block img{width: 50px !important; height: 50px;} */




    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 18px;
    }

    .sell-step-icon-top::before {
        left: 33%;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 16px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-1::after {
        height: 289px;
        width: 322px;
        top: -35px;
    }

    .sell-step-2::after {
        height: 328px;
        top: -76px;
        left: 48%;
        width: 265px;
    }

    .sell-step-3::after {
        height: 317px;
        top: -78px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 316px;
        top: -65px;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* 
    .sell-step-7::after {
        height: 291px;
        top: -44px;
        left: 14%;
        width: 355px;
    } */

    .solution-text h2 {
        line-height: 41.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 20px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        font-size: 35px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 35px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 10px;
    }

    .sell-step-content h5 {
        font-size: 23px;
    }

    .sell-step-content h4 {
        font-size: 25px;
    }

    .sell-step-4::after {
        height: 324px;
        left: 47%;
        top: -57px;
        width: 295px;
    }

    .sell-step-6::after {
        height: 325px;
        top: -58px;
        width: 295px;
        left: 49%;
    }

    /* .sell-step-icon-bottom::before {
        left: 29%;
        width: 20px;
        height: 20px;
    } */

    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 11px;
    }

    .solution-text h3 {
        font-size: 28px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    .country-block h4 {
        font-size: 13px !important;
    }

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 350px;
    }

    .sell-step-icon img {
        width: 200px;
    }
}

@media screen and (min-width: 800px) and (max-width: 991px) {
    .newsletter-section {
        background: #F9F9F9;
        padding: 50px 0px;
        margin-top: 180px;
        box-shadow: 0 -5px 8px -5px #3333333b;
    }

    .sell-how-it-works-steps {
        max-width: 800px;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 3px dashed #12316e;
        border-right: 3px dashed #12316e;
        border-bottom: 3px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 3px dashed #E2E2E2;
        border-right: 3px dashed #E2E2E2;
        border-bottom: 3px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 3px dashed #E2E2E2;
        border-left: 3px dashed #E2E2E2;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 18px;
    }

    .sell-step-icon-top::before {
        left: 35%;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 16px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-1::after {
        height: 289px;
        width: 322px;
        top: -35px;
        left: 9.8%;
    }

    .sell-step-2::after {
        height: 329px;
        top: -76px;
        left: 49%;
        width: 295px;
    }

    .sell-step-3::after {
        height: 317px;
        top: -78px;
        width: 400px;
        left: 8%;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 316px;
        top: -65px;
        width: 371px;
        left: 9%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* .sell-step-7::after {
        height: 297px;
        top: -44px;
        left: 9%;
        width: 355px;
    } */

    .solution-text h2 {
        line-height: 49.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 50px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 35px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 10px;
    }

    .sell-step-content h5 {
        font-size: 23px;
    }

    .sell-step-content h4 {
        font-size: 25px;
    }

    .sell-step-4::after {
        height: 324px;
        left: 55%;
        top: -57px;
        width: 295px;
    }

    .sell-step-6::after {
        height: 326px;
        top: -58px;
        width: 335px;
        left: 48%;
    }

    /* .sell-step-icon-bottom::before {
        left: 30%;
        width: 30px;
        height: 30px;
    } */

    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    .country-block h4 {
        font-size: 13px !important;
    }

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 14px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 300px;
    }

    .sell-story {
        padding: 40px 10px;
    }

    .sell-step-icon img {
        width: 200px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .sell-step-icon-bottom::before {
        bottom: -90px;
        left: 65%;
    }
}

@media screen and (min-width:700px) and (max-width: 799px) {
    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 700px;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        top: -59px;
        left: 15%;
        border-left: 2px dashed #E2E2E2;
    }

    .sell-step-icon-bottom::before {
        left: 43%;
    }

    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 18px;
    }

    .sell-step-icon-top::before {
        left: 54%;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 14px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-1::after {
        height: 289px;
        width: 263px;
        top: -35px;
        left: 16.8%;
    }

    .sell-step-2::after {
        height: 309px;
        top: -76px;
        left: 42%;
        width: 266px;
    }

    .sell-step-3::after {
        height: 315px;
        top: -78px;
        left: 17%;
        width: 354px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 314px;
        top: -64px;
        width: 357px;
        left: 14%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* .sell-step-7::after {
        height: 285px;
        top: -60px;
        left: 16%;
        width: 355px;
    } */

    .solution-text h2 {
        line-height: 49.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 50px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 35px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 10px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 324px;
        left: 41%;
        top: -57px;
        width: 303px;
    }

    .sell-step-6::after {
        height: 309px;
        top: -58px;
        width: 335px;
        left: 36%;
    }

    /* .sell-step-icon-bottom::before {
        left: 49%;
        width: 20px;
        left: 48% !important;
        height: 20px;
    } */

    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    .country-block h4 {
        font-size: 13px !important;
    }

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 12px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 500px;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px;
    }

    .sell-step-icon img {
        width: 200px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: 11%;
        width: 10%;
    }
}

@media screen and (min-width:645px) and (max-width: 699px) {
    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 600px;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        top: -67px;
        left: 17%;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 15px;
    }

    .sell-step-icon-top::before {
        left: 42% !important;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 14px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-1::after {
        height: 289px;
        width: 263px;
        top: -35px;
        left: 16.8%;
    }

    .sell-step-2::after {
        height: 333px;
        top: -75px;
        left: 34%;
        width: 266px;
    }

    .sell-step-3::after {
        height: 315px;
        top: -95px;
        left: 17%;
        width: 280px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 314px;
        top: -77px;
        width: 314px;
        left: 14%;
    }

    .sell-step-6::after {
        height: 315px;
        top: -72px;
        width: 335px;
        left: 36%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* .sell-step-7::after {
        height: 286px;
        top: -67px;
        left: 16%;
        width: 315px;
    } */

    .solution-text h2 {
        line-height: 49.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 50px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 0;
        font-size: 15px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 328px;
        left: 36%;
        top: -74px;
        width: 246px;
    }

    .sell-step-6::after {
        height: 316px;
        top: -72px;
        width: 279px;
        left: 36%;
    }

    /* .sell-step-icon-bottom::before {
        left: 49%;
        width: 20px;
        height: 20px;
    } */

    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 25px;
    }



    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 500px;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px;
    }

    .sell-step-icon img {
        width: 200px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: 11%;
        width: 10%;
    }
}

@media screen and (min-width:600px) and (max-width: 644px) {
    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 600px;
    }

    .sell-step {
        margin: 0;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 15px;
    }

    .sell-step-icon-top::before {
        left: 46% !important;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 14px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-1::after {
        height: 289px;
        width: 263px;
        top: -35px;
        left: 16.8%;
    }

    .sell-step-2::after {
        height: 333px;
        top: -75px;
        left: 33%;
        width: 266px;
    }

    .sell-step-3::after {
        height: 294px;
        top: -74px;
        left: 15%;
        width: 280px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 314px;
        top: -77px;
        width: 314px;
        left: 14%;
    }

    .sell-step-6::after {
        height: 315px;
        top: -72px;
        width: 335px;
        left: 36%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }


    .solution-text h2 {
        line-height: 49.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 30px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 0;
        font-size: 15px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 328px;
        left: 36%;
        top: -74px;
        width: 246px;
    }

    .sell-step-6::after {
        height: 338px;
        top: -72px;
        width: 279px;
        left: 36%;
    }


    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 25px;
    }



    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 500px;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px 30px;
    }

    .sell-step-icon img {
        width: 200px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: 11%;
        width: 10%;
    }

    .sell-get-started h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sell-step-icon-bottom::before {
        left: 47%;
    }
}

@media screen and (min-width:400px) and (max-width: 599px) {
    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 600px;
    }

    .sell-step {
        margin: 0;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        top: -35px;
        left: 14%;
        height: 282px;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        height: 260px;
        top: -60px;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    /* .cons-btn a {
        font-size: 13px;
    } */



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 15px;
    }

    .sell-step-icon-top::before {
        left: 49% !important;
        top: -47px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 14px;
    }

    .sell-step {
        margin-bottom: 130px;
    }

    .sell-step-2::after {
        height: 307px;
        top: -49px;
        left: 44%;
        width: 266px;
    }

    .sell-step-3::after {
        height: 294px;
        top: -74px;
        left: 15%;
        width: 280px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 254px;
        top: -57px;
        width: 314px;
        left: 14%;
    }

    .sell-step-6::after {
        height: 315px;
        top: -72px;
        width: 335px;
        left: 36%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* .sell-step-7::after {
        height: 286px;
        top: -67px;
        left: 16%;
        width: 315px;
    } */

    .solution-text h2 {
        line-height: 49.85px;
        margin-bottom: 20px;
        font-size: 35px;
    }

    .sell-feature-container p {
        font-size: 18px !important;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 30px;
    }

    .story-content p {
        font-size: 25px;
    }



    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-show-heading {
        padding: 30px;
    }

    .sell-top-top {
        margin-bottom: 0;
        font-size: 15px;
    }

    .sell-step-content h5 {
        font-size: 20px;
    }

    .sell-step-content h4 {
        font-size: 20px;
    }

    .sell-step-4::after {
        height: 282px;
        left: 36%;
        top: -49px;
        width: 317px;
    }

    .sell-step-6::after {
        height: 302px;
        top: -72px;
        width: 279px;
        left: 39%;
    }

    /* .sell-step-icon-bottom::before {
        left: 49%;
        width: 20px;
        height: 20px;
        bottom: -56px;
        left: 44% !important;
    } */

    .seller-type span {
        font-size: 16px;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 25px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    /* .country-block h4 {
        font-size: 11px !important;
    } */

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 500px;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px 30px;
    }

    .sell-step-icon img {
        width: 150px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: 11%;
        width: 10%;
    }

    .sell-get-started h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        font-size: 12px;
    }

    /* header .left-block .logo-block {
        width: 130px;
    } */
    /* .sell-step-icon-bottom::before{left: 47%;} */
    .sell-step-icon-bottom::before {
        bottom: -52px;
        left: 34%;
    }
}

@media screen and (min-width:400px) and (max-width: 425px) {
    .left-block .lang {
        line-height: 15.51px;
    }

    .menu-block {
        padding: 10px 0px;
    }

    .header-container {
        margin: 0px 10px;
    }

    .goog-te-gadget-simple {
        padding-right: 20px !important;
    }

    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 600px;
    }

    .sell-step {
        margin: 0;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
    }


    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 15px;
    }

    .sell-step-icon-top::before {
        left: 42% !important;
        top: -88px;
    }

    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }

    .sell-step-content p {
        font-size: 12px;
    }

    .sell-step {
        margin-bottom: 80px;
    }

    .sell-step-1::after {
        height: 248px;
        width: 263px;
        top: -35px;
        left: 13.8%;
    }

    .sell-step-2::after {
        height: 324px;
        top: -55px;
        left: 32%;
        width: 236px;
    }

    .sell-step-3::after {
        height: 226px;
        top: -51px;
        left: 15%;
        width: 232px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 243px;
        top: -39px;
        width: 242px;
        left: 14%;
    }

    .sell-step-6::after {
        height: 315px;
        top: -72px;
        width: 335px;
        left: 36%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* .sell-step-7::after {
        height: 190px;
        top: -42px;
        left: 16%;
        width: 230px;
    } */

    .solution-text h2 {
        line-height: 36.85px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 14px !important;
    }

    .seller-type {
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 30px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }

    .sell-top-top {
        margin-bottom: 10px;
        line-height: 29.85px;
        font-size: 19px;
    }

    .sell-step-content h5 {
        font-size: 18px;
    }

    .sell-step-content h4 {
        font-size: 18px;
    }

    .sell-step-4::after {
        height: 255px;
        left: 36%;
        top: -32px;
        width: 229px;
    }

    .sell-step-6::after {
        height: 241px;
        top: -39px;
        width: 226px;
        left: 36%;
    }

    /* .sell-step-icon-bottom::before {
        left: 49%;
        width: 20px;
        height: 20px;
        bottom: -56px;
        left: 50% !important;
    } */

    header .left-block .country-block {
        display: flex;
        padding-right: 0;
    }

    header .left-block .language-block {
        border-right: 1px solid #A0A0A0;
        padding-right: 10px;
        margin-right: 5px;
        font-size: 18px;
    }

    .sell-feature-container h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .sell-item h3 {
        font-size: 20px;
        margin: 0;
    }


    .seller-type span {
        font-size: 15px;
        margin-left: 20px;
    }

    .property-details {
        width: auto;
        margin: 0;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 20px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    .country-block h4 {
        font-size: 11px !important;
    }

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 100%;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px 30px;
    }

    .sell-step-icon img {
        width: 110px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: -12px;
        width: 17%;
    }

    .sell-get-started h2 {
        font-size: 19px;
        margin-bottom: 25px;
        line-height: 29.85px;
    }

    .newsletter-section {
        background: #F9F9F9;
        padding: 50px 0px;
        margin-top: 180px;
        box-shadow: 0 -5px 8px -5px #3333333b;
    }

    .subscribe-card h2 {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 14px;
    }

    .subscribe-card button[type="submit"] {
        padding: 11px 28px !important;
    }

    .subscribe-card .row {
        height: auto !important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        font-size: 12px;
    }

    header .left-block .logo-block {
        width: 130px;
    }

    .sell-how-it-works-steps {
        max-width: 400px;
    }
}


@media screen and (min-width:350px) and (max-width: 399px) {
    .signin-block img {
        width: 20px;
        height: 20px;
    }

    .goog-te-gadget-simple {
        padding-right: 0 !important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        font-size: 10px !important;
    }

    .left-block .lang {
        line-height: 15.51px;
    }

    .menu-block {
        padding: 10px 0px;
    }

    .header-container {
        margin: 0px 10px;
    }

    .goog-te-gadget-simple {
        padding-right: 20px !important;
    }

    .bbb-logo {
        margin: 0;
    }

    .sell-how-it-works-steps {
        max-width: 600px;
    }

    .sell-step {
        margin: 0;
    }

    .sell-step-icon-top::before {
        width: 20px;
        height: 20px;
    }

    .menu-block .mainmenu li a {
        font-size: 15px;
    }

    .sell-step-1::after {
        border-left: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-2::after {
        border-top: 2px dashed #12316e;
        border-right: 2px dashed #12316e;
        border-bottom: 2px dashed #12316e;
    }

    .sell-step-3::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-4::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-5::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-6::after {
        border-top: 2px dashed #E2E2E2;
        border-right: 2px dashed #E2E2E2;
        border-bottom: 2px dashed #E2E2E2;
    }

    .sell-step-7::after {
        border-top: 2px dashed #E2E2E2;
        border-left: 2px dashed #E2E2E2;
    }

    .menu-block .all-btn {
        font-size: 13px;
    }

    .sell-top-last {
        font-size: 22px;
    }

    .btn-block a {
        font-size: 13px;
        padding: 9px 0px;
    }

    .cons-btn a {
        font-size: 13px;
    }



    .sell-top-top {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 37.85px;
        font-weight: 700;
    }

    .sell-top-last {
        font-size: 14px;
    }

    .sell-step-icon-top::before {
        left: 37% !important;
        top: -88px;
    }

    .property-details .details p {
        font-size: 15px;
    }

    .subscribe-card {
        padding: 35px 35px;
        /* margin-top: -62%; */
    }


    .sell-step-2::after {

        height: 429px;
        top: -62px;
    }



    .sell-step {
        margin-bottom: 80px;
    }

    .sell-step-1::after {
        height: 266px;
        width: 212px;
        top: -35px;
        left: 13.8%;
    }

    .sell-step-2::after {
        height: 345px;
        top: -55px;
        left: 35%;
        width: 181px;
    }

    .sell-step-3::after {
        height: 226px;
        top: -47px;
        left: 15%;
        width: 193px;
    }

    .sell-step-4::after {
        height: 458px;
        top: -104px;
    }

    .sell-step-5::after {
        height: 286px;
        top: -58px;
        width: 149px;
        left: 16%;
    }

    .sell-step-6::after {
        height: 315px;
        top: -72px;
        width: 335px;
        left: 36%;
    }

    .sell-step-6::after {
        height: 426px;
        top: -106px;
        width: 480px;
        left: 41%;
    }

    /* 
    .sell-step-7::after {
        height: 190px;
        top: -54px;
        left: 16%;
        width: 184px;
    } */

    .solution-text h2 {
        line-height: 36.85px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .sell-feature-container p {
        font-size: 14px !important;
    }

    .seller-type {
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }

    .solution-text p {
        font-size: 16px;
    }

    .story-content h4 {
        margin: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .story-content h2 {
        font-size: 22px;
        margin: 0;
    }

    .story-content h3 {
        font-size: 22px;


    }

    .sell-solution {
        padding: 40px 30px;
    }

    .story-content p {
        font-size: 25px;
    }

    .subscribe-card p {
        font-size: 20px;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .footer-widget h3 {
        font-size: 25px;
    }

    li.footer_li {
        font-size: 16.5px;
    }

    .sell-top-middle strong {
        font-size: 30px;
    }

    .sell-show-heading {
        padding: 35px 0px;
    }





    .sell-step-4::after {
        height: 268px;
        left: 29%;
        top: -47px;
        width: 197px;
    }

    .sell-step-6::after {
        height: 263px;
        top: -56px;
        width: 180px;
        left: 36%;
    }

    /* .sell-step-icon-bottom::before {
        left: 49%;
        width: 20px;
        height: 20px;
        bottom: -46px;
        left: 43% !important;
    } */

    header .left-block .country-block {
        display: flex;
        padding-right: 0;
    }

    header .left-block .language-block {
        border-right: 1px solid #A0A0A0;
        padding-right: 10px;
        margin-right: 5px;
        font-size: 18px;
    }

    .sell-feature-container h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .sell-item h3 {
        font-size: 20px;
        margin: 0;
    }


    .seller-type span {
        font-size: 15px;
        margin-left: 20px;
    }

    .property-details {
        width: auto;
        margin: 0;
    }

    .story-content p {
        font-size: 18px;
    }

    .footer_line {
        font-size: 15px;
    }

    .solution-text h3 {
        font-size: 20px;
    }

    .goog-te-gadget-simple {
        font-size: 14px !important;
    }

    .country-block h4 {
        font-size: 11px !important;
    }

    .sell-get-started h2 {
        font-size: 25px;

    }

    .sell-get-started-btn {
        font-size: 20px;
    }

    .sell-get-started h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .story-image img {
        width: 100%;
        /* margin: 0px auto; */
    }

    .story-image {
        text-align: center;
    }

    .sell-story {
        padding: 40px 30px;
    }


    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }

    .double-quote-img {
        left: -12px;
        width: 17%;
    }

    .sell-get-started h2 {
        font-size: 19px;
        margin-bottom: 25px;
        line-height: 29.85px;
    }

    .newsletter-section {
        background: #F9F9F9;
        padding: 50px 0px;
        margin-top: 180px;
        box-shadow: 0 -5px 8px -5px #3333333b;
    }

    .subscribe-card h2 {
        font-size: 22px;
    }

    .subscribe-card p {
        font-size: 14px;
    }

    .subscribe-card button[type="submit"] {
        padding: 15px 14px !important;
        font-size: 12px;
    }

    .subscribe-card .row {
        height: auto !important;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        font-size: 12px;
    }

    header .left-block .logo-block {
        width: 130px;
    }

    .sell-how-it-works-steps {
        max-width: 400px;
    }
}



@media screen and (min-width:300px) and (max-width: 490px) {
    .sell-feature-container h2 {
        font-size: 20px;
    }

    .sell-feature-container p {
        font-size: 16px !important;
    }

    .sell-item h3 {
        font-size: 20px;
    }

    .solution-text h2 {
        line-height: 34.85px;
        font-size: 25px;
    }

    .solution-text h3 {
        font-size: 20px;
    }

    .story-content h4 {
        font-size: 20px;
    }

    .story-content h2 {
        font-size: 20px;
    }

    .story-content h3 {
        font-size: 20px;
    }

    .story-content p {
        font-size: 16px;
    }

    .property-details .status {
        font-size: 25px;
    }

    .story-image img {
        width: 100%;
    }

    .double-quote-img {
        left: -19px;
        width: 16%;
        bottom: 0;
    }

    .property-details {
        width: 100%;
        margin: 0;
    }

    .sell-step-icon-top::before {
        left: 58% !important;
        top: -77px;
    }

    .sell-step-2::after {
        height: 328px;
        left: 34%;
    }

    .sell-step-4::after {
        height: 268px;
        left: 28%;
    }

    .sell-step-5::after {
        height: 257px;
        top: -41px;
        width: 149px;
        left: 15%;
    }

    .sell-step-6::after {
        height: 249px;
        top: -27px;
        width: 180px;
        left: 35%;
    }

    .sell-step-7::after {
        height: 207px;
        top: -44px;
        left: 15%;
        width: 184px;
    }

    .sell-get-started h2 {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 22.85px;
        padding: 0px 10px;
    }

    .sell-top-top {
        margin-bottom: 10px;
        line-height: 20.85px;
        font-size: 15px;
    }

    .sell-show-heading {
        padding: 30px 10px;
    }

    .breadcrumb-top-heading {
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }

    .sell-top-middle strong {
        font-size: 23px;
    }

    .sell-top-last {
        font-size: 13px;
    }

    .sell-get-started-btn {
        font-size: 15px;
    }

    .sell-how-it-works h3 {
        font-size: 20px;
    }

    .sell-step-1::after {
        width: 214px;
        height: 299px;
    }

    .sell-step-2::after {
        height: 375px;
    }

    .sell-step-3::after {
        height: 269px;
        width: 262px;
    }

    .sell-step-4::after {
        height: 316px;
        left: 36%;
    }

    .sell-step-5::after {
        height: 312px;
        top: -90px;
        width: 143px;

    }

    .sell-step-6::after {
        height: 303px;
        top: -68px;
        width: 254px;
        left: 34%;
    }

    /* .sell-step-7::after {
        height: 243px;
        top: -76px;
    } */

    .sell-step-content h5 {
        font-size: 15px;
    }

    .sell-step-content h4 {
        font-size: 15px;
    }

    .sell-step-content p {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .sell-step-icon-top::before {
        left: 34% !important;
        top: -68px;
    }

    .sell-step-1::after {
        height: 287px;
    }

    .sell-step-2::after {
        width: 214px;
        height: 320px;
        top: -62px;
        left: 35%;
    }

    .sell-step-3::after {
        top: -86px;
        height: 274px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 299px;
        left: 33%;
        top: -66px;
        width: 214px;
    }

    .sell-step-5::after {
        height: 289px;
        top: -75px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 322px;
        top: -76px;
        width: 225px;
        left: 29%;
    }

    /* .sell-step-7::after {
        height: 196px;
        top: -44px;
    } */

    /* .sell-step-icon-bottom::before {
        bottom: -43px;
        left: 38% !important;
    } */
}

@media screen and (max-width: 425px) {
    .sell-step-icon-top::before {
        left: 43% !important;
        top: -75px;
    }

    .sell-step-1::after {
        height: 253px;
        width: 167px;
    }

    .sell-step-2::after {
        width: 214px;
        height: 277px;
        top: -46px;
        left: 35%;
    }

    .sell-step-3::after {
        top: -45px;
        height: 215px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 250px;
        left: 33%;
        top: -34px;
    }

    .sell-step-5::after {
        height: 225px;
        top: -42px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 233px;
        top: -39px;
        width: 201px;
        left: 38%;
    }

    .sell-step-7::after {
        height: 190px;
        top: -46px;
    }

    .sell-step-icon-bottom::before {
        bottom: -49px;
        left: 41% !important;
    }
}

@media screen and (max-width: 414px) {
    .sell-step-icon-top::before {
        left: 42% !important;
        top: -77px;
    }

    .sell-step-1::after {
        height: 261px;
    }

    .sell-step-2::after {
        width: 214px;
        height: 276px;
        top: -38px;
        left: 34%;
    }

    .sell-step-3::after {
        top: -39px;
        height: 206px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 243px;
        left: 33%;
        top: -37px;
    }

    .sell-step-5::after {
        height: 246px;
        top: -52px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 224px;
        top: -28px;
        width: 225px;
        left: 30%;
    }

    .sell-step-7::after {
        height: 191px;
        top: -44px;
    }

    .sell-step-icon-bottom::before {
        bottom: -51px;
        left: 43% !important;
    }
}


@media screen and (max-width: 399px) {
    .sell-step-content img {
        width: 20px;
    }

    .sell-step-icon-top::before {
        left: 30% !important;
    }

    .sell-step-1::after {
        height: 279px;
    }

    .sell-step-2::after {
        width: 185px;
        height: 320px;
        top: -38px;
        left: 34%;
    }

    .sell-step-3::after {
        top: -47px;
        height: 231px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 259px;
        left: 32%;
        top: -37px;
    }

    .sell-step-5::after {
        height: 244px;
        top: -52px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 258px;
        top: -46px;
        width: 225px;
        left: 30%;
    }

    /* .sell-step-7::after {
        height: 200px;
        top: -44px;
    } */

    /* .sell-step-icon-bottom::before {
        bottom: -43px;
        left: 34% !important;
    } */
}

@media screen and (max-width: 393px) {
    .sell-step-content img {
        width: 20px;
    }

    .sell-step-icon-top::before {
        left: 30% !important;
    }

    .sell-step-1::after {
        height: 280px;
    }

    .sell-step-2::after {
        width: 185px;
        height: 302px;
        top: -38px;
        left: 34%;
    }

    .sell-step-3::after {
        top: -47px;
        height: 229px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 260px;
        left: 32%;
        top: -37px;
    }

    .sell-step-5::after {
        height: 262px;
        top: -52px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 241px;
        top: -28px;
        width: 225px;
        left: 29%;
    }

    /* .sell-step-7::after {
        height: 200px;
        top: -44px;
    } */

    .sell-step-icon-bottom::before {
        left: 30% !important;
    }
}

@media screen and (max-width: 375px) {
    .sell-step-icon-top::before {
        left: 28% !important;
        top: -84px;
    }

    .sell-step-1::after {
        width: 187px;
        height: 280px;
    }

    .sell-step-2::after {
        height: 338px;
    }

    .sell-step-3::after {
        height: 232px;
        width: 143px;
    }

    .sell-step-4::after {
        height: 259px;
        left: 35%;
        top: -36px;
    }

    .sell-step-5::after {
        height: 273px;
        top: -52px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 250px;
        top: -37px;
        width: 191px;
        left: 31%;
    }

    /* .sell-step-7::after {
        height: 222px;
        top: -44px;
    } */

    /* .sell-step-icon-bottom::before {
        bottom: -54px;
        left: 32% !important;
    } */
}


@media screen and (max-width: 360px) {
    .sell-step-icon-top::before {
        left: 28% !important;
        top: -84px;
    }

    .sell-step-1::after {
        width: 187px;
        height: 298px;
    }

    .sell-step-2::after {
        height: 338px;
    }

    .sell-step-3::after {
        height: 249px;
        width: 139px;
    }

    .sell-step-4::after {
        width: 172px;
        height: 259px;
        left: 35%;
        top: -18px;
    }


    .sell-step-5::after {
        height: 271px;
        top: -52px;
        width: 143px;
    }

    .sell-step-6::after {
        height: 286px;
        top: -37px;
        width: 185px;
        left: 33%;
    }

    /* .sell-step-7::after {
        height: 222px;
        top: -44px;
    } */

    /* .sell-step-icon-bottom::before {
        bottom: -54px;
        left: 30% !important;
    } */
}
.task-accordion {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.task-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.task-accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
}

.task-accordion-title {
    display: flex;
    align-items: center;
}

.task-accordion-icon {
    margin-right: 10px;
    background: #12316e;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.task-accordion-icon svg {
    color: #fff;
}

.task-status-badge {
    background-color: #c52323;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
}

.task-status-complete-badge {
    background-color: #37911a;
    color: #fff;
    padding: 5px 27px;
    border-radius: 20px;
}


.task-accordion-content {
    padding: 0px 41px;
    transition: max-height 0.3s ease-out;
    /* background-color: #f9f9f9; */
}

/* Task list styles */
.task-list {
    padding: 0;
    margin: 0;
}

.task {
    display: flex;
    align-items: center;
    padding: 2px 0;
    /* border-bottom: 1px solid #d5cdcd; */
}

.task input[type="checkbox"] {
    margin-right: 10px;
}

.task-full-div {
    border-bottom: 1px solid #d9d5d5;
}

.task-desc {
    padding-left: 40px;
    color: grey;
    font-size: 14px;
}
.help-show-heading {
    background: url('/images/help/help.svg');
    padding: 39px 0px;
    margin: 0;
    text-align: center;
}

.help-heading {
    font-weight: 800;
}

.help-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.help-container {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 20px; */
    margin-top: 30px;
    padding-bottom: 40px;
}

.help-form-container {
    flex: 2 1;
    /* max-width: 810px; */
    height: auto;
    padding: 30px 30px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
}

.help-input-field,
.help-textarea-field {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    font-size: 16px;
    border-radius: 0px 10px 0px 10px;
}

.help-input-group {
    display: flex;
    justify-content: space-between;
}

.help-input-group .help-input-field {
    width: 48%;
}

.help-textarea-field {
    height: 150px;
}

.help-button {
    background-color: #1E306E;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.help-button:hover {
    background-color: 1b4597;
}

.help-disclaimer {
    font-size: 15px;
    color: #3D3D3D;
    margin-top: 10px;
}

.strong-disclaimer {
    color:#ff5000;
}

.help-agent-info {
    flex: 1 1;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #FFF2EB;
    background-color: #ebecff;
    border-radius: 10px;
    /* text-align: center; */
    height: 116px;
    /* max-width: 700px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.ready-talk {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.call-agent {
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
}

.help-agent-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
}

.help-agent-text {
    font-size: 14px;
    color: #333;
}

/* Responsive */


@media screen and (max-width: 768px) {
    .help-container {
        flex-direction: column;
    }

    .help-agent-info {
        margin-left: 0;
        margin-top: 20px;
    }

    .help-input-group {
        flex-direction: column;
    }

    .help-input-group .help-input-field {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .help-form-container {
        padding: 15px;
    }

    .help-button {
        font-size: 16px;
    }

    .help-agent-text {
        font-size: 13px;
    }
}
.feature-show-heading {
    background: url('/images/features/Feature.svg');
    padding: 42px 0px;
    margin: 0;
    text-align: center;
}

.feature-heading {
    font-weight: 900;
}

.feature-para {
    font-weight: 400;
    color: #6C7076;
    font-size: 20px;
}

.feature-container {
    display: flex;
    justify-content: space-around;
    gap: 90px;
    padding: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.feature-image-section {
    flex: 1 1;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-main-image {
    width: 100%;
    /* height: 500px; */
}

.feature-overview {
    flex: 1 1;
    max-width: 600px;
}

.feature-title {
    font-size: 36px;
    font-weight: 600;
    color: #292D32;
    margin-bottom: 20px;
}

.feature-paragraph {
    font-size: 20px;
    color: #292D32;
    margin-bottom: 15px;
    line-height: 37px;
    font-weight: 400;
    text-align: justify;
}

/* .order-1{order: 2;} */
.feature-store-buttons {
    margin-top: 20px;
    display: flex;
    cursor: pointer;
}

.feature-store-icon {
    /* width: 150px; */
    height: 50px;
    min-height: 47px;
    margin-right: 15px;
}

.feature-website {
    font-size: 20px;
    line-height: 38px;
    color: #333;
    margin-top: 10px;
    font-weight: 400;
}

/* Responsive for tablet */
@media screen and (max-width: 768px) {
    .feature-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-image-section {
        margin-bottom: 30px;
    }

    .feature-title {
        font-size: 28px;
    }

    .feature-store-icon {
        width: 120px;
    }
}

/* Responsive for mobile */
@media screen and (max-width: 480px) {
    .feature-title {
        font-size: 24px;
    }

    .feature-paragraph {
        font-size: 14px;
    }

    .feature-store-icon {
        width: 100px;
    }
}




@media screen and (max-width: 1999px) {
    .feature-paragraph {
        font-size: 18px;
        line-height: 32px;
    }
 
    .feature-overview {
        max-width: 900px;
    }
}

@media screen and (max-width: 1500px) {
    .feature-paragraph {
        font-size: 17px;
        line-height: 31px;
    }
}
@media screen and (max-width: 1199px) {
   
    .feature-container {
        justify-content: center;
        gap: 180px;
        /* margin-bottom: 100px; */
    }
 
    .feature-overview {
        max-width: 100%;
    }

    .feature-image-section {
        max-width: 100%;
    }

    .feature-container {
        display: flex;
        flex-direction: column;
    }

    .feature-main-image {
        width: 100%;
    }

    .order1 {
        order: 2;
    }

}

@media screen and (max-width: 1180px) {
    .feature-paragraph {
        line-height: 34px;
    }


}

@media screen and (max-width: 1062px) {
    .feature-container {
        gap: 0;
    }


}

@media screen and (max-width: 991px) {
    .newsletter-section {
        margin-top: 140px;
    }
}

@media screen and (max-width: 799px) {
   
}

@media screen and (max-width: 767px) {
  

    .subscribe-card button[type="submit"] {
        padding: 12px 28px !important;
    }
}

@media screen and (max-width: 547px) {
    .feature-paragraph {
        line-height: 31px;
        font-size: 17px;
    }
    
    .feature-title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    .feature-title {
        font-size: 33px;
    }
    
    
    .feature-para {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px) {
    .feature-title {
        font-size: 30px;
    }
    
    
}
@media screen and (min-width:300px) and (max-width: 499px) {
    .feature-paragraph {
        line-height: 28px;
        font-size: 16px;
    }
    .feature-title {
        font-size: 25px;
    }
    .feature-container {
        margin-bottom: 10px;
    }
    .testimonial_wrapper {
        padding: 0;
    }
}
.mortgage-show-heading {
    background: url('/images/mortgage/Mortgage.svg');
    padding: 42px 0px;
    margin: 0;
    text-align: center;
}

.plan-show-heading {
    background: url('/images/mortgage/plan-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.mortgage-form-container {
    position: relative;
    z-index: 1;
}

.mortgage-info {
    position: relative;
    z-index: 1;
}

.faq_faq_content__ZJDD3 {
    width: 70%;
}

.mortgage-heading {
    font-weight: 800;
}

.mortgage-para {
    font-weight: 400;
    color: #6C7076;
    font-size: 20px;
}

.mortgage-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #fbfbfb;
    padding: 80px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mortgage-vc-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mortgage-vc-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.mortgage-form-container h2 {
    background-color: #00326e;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.mortgage-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.mortgage-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 0px 10px 0px 10px;
}

.mortgage-button {
    width: 100%;
    padding: 10px;
    background-color: #12316e;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

.mortgage-disclaimer {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}
.mortgage-disclaimer strong{color: #ff5000 !important;}
.mortgage-info {
    padding-left: 20px;
}

.mortgage-info h3 {
    font-size: 30px;
    color: #292D32;
    font-weight: 700;
    line-height: 40.85px;
}

.mortgage-info p {
    color: #292D32;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.mortgage-calculator {
    background-color: #E1E5F1;
    color: #292D32;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
}

.card-grid-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px 0px;
}

.mortgage-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    gap: 70px;
    padding: 57px 100px;
}

.mortgage-card {
    background-color: #fff;
    border: 1px solid #12316e;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 190px;
    margin: 25px;
}

.mortgage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mortgage-card-heading {
    margin: 0 0 10px;
    font-size: 18px;
    color: #292D32;
    font-weight: 700;
}

.mortgage-card-text {
    margin: 0 0 15px;
    color: #292D32;
    font-weight: 400;
    font-size: 16px;
}

.mortgage-card-link {
    display: inline-block;
    color: #ff5000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.mortgage-card-link:hover {
    color: #ff5000;
}

.mortgage-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.mortgage-modal.open {
    opacity: 1;
    visibility: visible;
}

.mortgage-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    padding: 5px 20px;
    border-radius: 8px;
    width: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mortgage-modal.open .mortgage-modal-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.mortgage-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.mortgage-modal-close:hover,
.mortgage-modal-close:focus {
    color: black;
    text-decoration: none;
}

.mortage-modal-content-ul {
    list-style-type: disc;
    padding: 28px 30px;
}

.mortage-modal-content-ul li {
    margin-bottom: 10px;
    color: #333;
}

.mortgage-program {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    margin: auto;
    background: #FBFBFBAB;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.moratge-program-sub-heading h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40.85px;
    color: #292D32;
}

.mortgage-program-content-para p {
    font-size: 18px;
    color: #292D32;
    line-height: 24.51px;
    font-weight: 400;
}

.program-container {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    padding: 30px 65px;
}

.program__heading {
    flex: 1 1 60%;
    padding-right: 2rem;
    text-align: center;
}

.program__heading h2 {
    font-weight: 700;
    line-height: 40.85px;
}

.program__heading p {
    font-weight: 400;
    size: 15px;
    line-height: 21.77px;
    color: #292D32;
}

.program-container-right {
    margin: 25px;
}

.mortgage-right-card-sec {
    margin: 25px;
}

.program-container-left {
    flex: 1 1;
}

.mortgage-program__content {
    flex: 1 1 60%;
    padding-right: 2rem;
}

.mortgage-program__content h2 {
    font-size: 2rem;
    color: #333;
}

.mortgage-program__content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.mortgage-program__content p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
}

.mortgage-program__btn {
    margin-top: 1.5rem;
    padding: 0.8rem 1.5rem;
    background-color: #ff6600;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}

.mortgage-program__btn:hover {
    background-color: #e65c00;
}

.mortgage-program__features {
    flex: 1 1 35%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
    padding: 2rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 200px;
    margin-bottom: 20px;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feature-item p {
    font-size: 18px;
    color: #292D32;
    font-weight: 400;
}

.mortgage-graph {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    padding: 1rem;
}


.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper.split {
    display: flex;
    gap: 10px;
}

.input-wrapper input {
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.currency-symbol,
.percentage-symbol {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #555;
}

.percentage-symbol {
    right: 10px;
    left: auto;
}

.divider {
    border-left: 1px solid #ddd;
    height: 100%;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-appearance: none;
            appearance: none;
}

.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

.current-rate-link {
    font-size: 12px;
    color: orange;
    margin-left: 10px;
    text-decoration: none;
}

.mortgage-pie {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 44px 0px;
    font-family: Arial, sans-serif;
}

.mortgage-pie-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.mortgage-pie-tab {
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    color: #000000;
    background-color: #F3F5F7;
    cursor: pointer;
}

.mortgage-pie-tab.active {
    background-color: #12316e;
    color: #fff;
}

.mortgage-pie-payment-info {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.mortgage-pie-center-text {
    margin: 20px 0;
}

.mortgage-pie-center-text p {
    font-size: 14px;
    margin: 0;
}

.mortgage-pie-center-text h2 {
    font-size: 24px;
    margin: 0;
}

.mortgage-pie-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mortgage-pie-label-top-left,
.mortgage-pie-label-bottom-left,
.mortgage-pie-label-bottom-right {
    font-size: 12px;
    text-align: center;
}

.mortgage-pie-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mortgage-pie-action-button {
    padding: 10px 15px;
    border: none;
    background-color: #f5f5f5;
    cursor: pointer;
    border-radius: 5px;
    width: 50%;
}

.mortgage-pie-action-button:hover {
    background-color: #e0e0e0;
}


.faq-mortage {
    background-color: #fff;
}


@media (max-width: 1024px) {
    .mortgage-ullist-card {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
    }

    .mortgage-graph {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .mortgage-container {
        flex-direction: column;
    }

    .mortgage-form,
    .mortgage-info {
        max-width: 100%;
        width: 100%;
    }

    .mortgage-info {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mortgage-card-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .mortgage-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mortgage-program {
        flex-direction: column;
        padding: 1rem;
    }

    .mortgage-program__content {
        padding-right: 0;
    }

    .mortgage-program__features {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:1601px) and (max-width:1999px) {
    .startmodal_close h3 {
        font-size: 25px;
    }


    .btn_start {
        font-size: 20px;
    }

    .pricing_title {
        font-size: 30px;
    }

    .pricing_subtitle {
        font-size: 16px;
        padding: 5px 0px 0px 0px;
    }

    .faq_faq_row__rtYlG h5 {
        font-size: 20px;
    }

    .faq_faq_row__rtYlG {
        margin-bottom: 10px;
    }

    .mortgage-card {
        min-height: 200px;
    }

    .mortgage-modal-close {
        font-size: 35px;
    }

    .mortgage-info h3 {
        font-size: 30px;
    }

    .mortgage-calculator {
        font-size: 20px;
    }

    .mortgage-heading {
        font-size: 30px;
    }

    .mortgage-show-heading {
        padding: 60px 0px;
    }


    .mortgage-pie {
        width: 100%;
    }


    .mortgage-pie-tab.active {
        font-size: 25px;
    }


    .mortgage-program-content-para p {
        line-height: 30.51px;
    }

    .feature-item {
        padding: 10px;
    }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .mortgage-card {
        min-height: 195px;
    }

    .mortgage-right-card-sec {
        margin: 0;
    }

    .program-container-right {
        margin: 0;
    }

    .pricing_title {
        font-size: 30px;
    }

    .pricing_subtitle {
        padding: 0;
        font-size: 16px;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .pricing_title {
        font-size: 30px;
    }

    .pricing_subtitle {
        padding: 0;
        font-size: 16px;
    }

    .program-container-right {
        margin: 0;
    }

    .mortgage-right-card-sec {
        margin: 0;
    }

    .feature-item {
        min-height: auto;
    }

    .mortgage-card {
        margin: 0;
        margin-bottom: 25px;
    }

    .mortgage-para {
        font-size: 18px;
    }

    .mortgage-show-heading {
        padding: 42px 30px;
    }

    .mortgage-modal-content {
        height: 500px;
        overflow: auto;
    }

}

@media screen and (min-width:757px) and (max-width:990px) {
    .mortgage-modal-content {
        height: 500px;
        overflow: auto;
    }

    .startmodal_wrapper {
        width: 100%;
    }

    .pricing_title {
        font-size: 30px;
    }

    .pricing_subtitle {
        padding: 0;
        font-size: 16px;
    }

    .faq_faq_content__ZJDD3 {
        width: 100%;
    }

    .program-container-right {
        margin: 0;
    }

    .mortgage-right-card-sec {
        margin: 0;
    }

    .feature-item {
        min-height: 250px;
    }

    .mortgage-card {
        margin: 0;
        margin-bottom: 20px;
        min-height: auto;
    }

    .mortgage-graph {
        display: block;
        gap: 0;
    }

    .mortgage-pie {
        margin: 30px auto;
    }

    .mortgage-para {
        font-size: 16px;
    }

    .mortgage-heading {
        font-size: 25px;
    }

    .mortgage-show-heading {
        padding: 42px 30px;
    }
}

@media screen and (min-width:500px) and (max-width:757px) {
    .mortgage-modal-content {
        height: 500px;
        overflow: auto;
    }

    .startmodal_wrapper {
        width: 100%;
    }

    .faq_faq_content__ZJDD3 {
        width: 100% !important;
    }

    .pricing_title {
        font-size: 30px;
    }

    .pricing_subtitle {
        padding: 0;
        font-size: 16px;
    }

    .for-more-information button {
        font-size: 17px;
        padding: 10px 80px;
        width: 100%;
    }

    .program-container-right {
        margin: 0;
    }

    .mortgage-right-card-sec {
        margin: 0;
    }

    .feature-item {
        min-height: auto;
    }

    .mortgage-graph {
        display: block;
        gap: 0;
    }

    .mortgage-pie {
        margin: 20px auto;
    }

    .mortgage-para {
        font-size: 16px;
    }

    .mortgage-heading {
        font-size: 25px;
    }

    .mortgage-show-heading {
        padding: 42px 30px;
    }
}

@media screen and (min-width:300px) and (max-width:499px) {
    .mortgage-modal-content {
        height: 500px;
        overflow: auto;
    }

    .card-grid-container .mortgage-modal-content {
        height: auto !important;
        overflow: auto !important;
    }

    .startmodal_wrapper {
        width: 100%;
        height: 500px;
        overflow: auto;
    }

    .mortgage-input {
        margin-bottom: 0;
    }

    .faq_faq_content__ZJDD3 {
        width: 100% !important;
    }

    .pricing_title {
        font-size: 25px;
    }

    .pricing_subtitle {
        padding: 0;
        font-size: 16px;
    }

    .for-more-information button {
        font-size: 15px;
        padding: 10px 80px;
        width: 100%;
    }

    .mortgage-program-content-para p {
        font-size: 16px;
    }

    .moratge-program-sub-heading h3 {
        font-size: 20px;
        line-height: 25.85px;
    }

    .program__heading h2 {
        font-size: 25px;
    }

    .program-container-right {
        margin: 0;
    }

    .mortgage-right-card-sec {
        margin: 0;
    }

    .feature-item {
        min-height: auto;
    }

    .mortgage-graph {
        display: block;
        gap: 0;
    }

    .mortgage-pie {
        margin: 20px auto;
    }

    .mortgage-para {
        font-size: 13px;
    }

    .mortgage-heading {
        font-size: 23px;
        line-height: 25.85px;
        font-weight: bold;
    }

    .mortgage-show-heading {
        padding: 30px 10px;
    }

    .mortgage-form-container h2 {
        font-size: 17px;
        line-height: 31.85px;
    }

    .mortgage-container {
        padding: 50px 0px;
    }

    .mortgage-input {
        margin-bottom: 10px;
    }

    .mortgage-info h3 {
        font-size: 20px;
        line-height: 27.85px;
    }

    .mortgage-calculator {
        font-size: 18px;
    }

    .mortgage-card {
        min-height: auto;
        margin: 10px;
    }

    .program__heading h2 {
        font-size: 20px;
    }

    .moratge-program-sub-heading h3 {
        font-size: 18px;
    }

    .feature-item p {
        font-size: 16px;
    }

    .pricing_title {
        font-size: 20px;
    }

    .for-more-information button {
        padding: 10px 20px;
    }

    .mortgage-pie {
        width: 100%;
    }

    .mortage-modal-content-div {
        width: 150px;
    }

    .mortgage-modal-content {
        width: 100%;
    }
}

.mortgage-left-side-mortgage {
    width: 100% !important;
}


.graph_heading {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

span.principle_span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #12316e;
    border-radius: 13px;
}

span.property_span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #0043d8;

    border-radius: 13px;
}

span.homeowner_span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #598cff;
    border-radius: 13px;
}

span.hoa_span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #0070b4;

    border-radius: 13px;
}

.hoa_color {
    color: #0070b4;
    font-weight: 700;
}

.homeowner_color {
    color: #598cff;
    font-weight: 700;
}

.property_color {
    color: #0043d8;
    font-weight: 700;
}

.principle_color {
    color: #12316e;
    font-weight: 700;
}
.start-offer-container {
    padding: 37px 0px;
}

.start-offer-option-container {
    margin: 33px 0px;
}

.start-offer-option-label {
    font-weight: 600;
    font-size: 20px;
    color: #292D32;
    line-height: 38px;
}

.start-offer-option-button {
    border-radius: 6px;
    padding: 10px 104px;
    border: 1px solid #8383835c;
    background: #ffff;
}

.start-offer-option-button_active {
    border-radius: 6px;
    padding: 10px 104px;
    background-color: #1E306E;
    color: #ffffff;
    border: 1px solid #1E306E;
}

.start-offer-option-button:hover {
    background-color: #1E306E;
    color: #ffffff;
    border: transparent;
}

.start-offer-option-text-area {
    width: 100%;
    border-radius: 6px;
    height: 206px;
    border: 1px solid #de8404;
    padding: 10px 12px;
}

.start-offer-option-span {
    font-size: 14px;
    font-weight: 400;
    line-height: 29.07px;
    color: #6C7076;
}

.start-offer-option-highlighted {
    color: #FD5E0D;
    line-height: 22.4px;
    font-size: 14px;
    font-weight: 600;
}

.error-text {
    color: red;
    font-size: 15px;
    margin-top: 5px;
}

.offer-price-div {
    background: #ededed;
    padding: 10px 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.start-offer-price-input {
    padding: 10px 20px;
    margin: 10px 0px;
}


.offer-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 20px;
    background: white;
}

.offer-section {
    flex: 1 1;
    min-width: 262px;
    padding: 10px 12px;
    border-left: 1px solid #ddd;
}

.offer-section:first-child {
    border-left: none;
}

.offer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.offer-label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    color: #666;
}

.offer-value {
    display: inline-block;
    font-weight: normal;
    color: #000;
}

.img-fluid {
    width: 100%;
}

@media screen and (max-width:768px) {
    .start-offer-option-container .cccc {
        display: block !important;
    }

    .start-offer-option-button {
        width: 100%;
        margin-left: 0 !important;
    }

    .start-offer-option-button {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .start-offer-option-button_active{padding: 10px;}

    .start-offer-main-img {
        margin-bottom: 20px;
    }

    .start-offer-option-button_active {
        width: 100%;
    }

    .start-offer-option-button {
        padding: 10px 20px;
    }
}
.startmodal_startmodal_wrapper__6GO6a {
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    width: 850px;
    margin: 20px auto 0;
    position: relative;
    z-index: 500;
}

.startmodal_startmodal_content_wrapper__p10TE {
    background: #fff;
    border-radius: 15px;
    width: 850px;
    position: relative;
    z-index: 500;
    padding: 19px 20px 34px 20px;
}

.startmodal_startmodal_close__3NZ4_ {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.startmodal_startmodal_content_wrapper__p10TE h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #12316e;
    text-align: center;
}

.startmodal_subtitle__66YbR {
    font-size: 16px;
    line-height: 21px;
    color: #6C7076;
    text-align: center;
    text-align: center;
}

.startmodal_details_text__WzIo5 {
    font-size: 14px;
    line-height: 19px;
    color: #6C7076;
    width: 90%;
}


.startmodal_startmodal_content__BrtVO {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.startmodal_startmodal_content__BrtVO .startmodal_img_wrap__mOVZR {
    display: inline-block;
    margin-right: 16px;
    width: 68px !important;
    height: 56px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f7f9;
    border-radius: 100%;
}
.startmodal_startmodal_content__BrtVO .startmodal_img_wrap__mOVZR svg{
    color: #00326e;
    font-size: 27px;
    width: 56px;
}
.startmodal_startmodal_content__BrtVO h5 {
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    color: #292D32;
    margin: 0;
}

.startmodal_bg_modal__mBm21 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
}

.startmodal_startmodal_content__BrtVO>div {
    flex: 50% 1;
    display: flex;
    padding: 0 20px 30px 0;
}

.startmodal_btn_start__4_KNe {
    background: #12316e;
    color: #fff;
    padding: 10px 32px;
    display: block;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 16.94px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    height: 38px;
    width: 85%;
    margin: 0 auto;
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .startmodal_startmodal_wrapper__6GO6a {
        width: 100%;
    }

    .startmodal_startmodal_content_wrapper__p10TE {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .startmodal_startmodal_wrapper__6GO6a {
        height: 500px;
        overflow: auto;
    }

    .startmodal_startmodal_content__BrtVO {
        display: block;
    }

}
