@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.main-wrapper .container:has(.comman_banner, .pricing_home, .more_property, .tips_seller, .considering_downsizing, .property_selling) {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 540px) {
  .comman_banner.be_agent_banner .heading h2 {
    font-size: 22px;
  }
}
.comman_banner.sale_expertise .top_grid .icon_card {
  text-align: center;
}
.comman_banner.sale_expertise .top_grid .icon_card .icon {
  margin: 0 auto;
}
.comman_banner .heading {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .heading {
    max-width: 500px;
  }
}
.comman_banner .heading .tag {
  padding: 7px 14px;
  background: var(--orangelight);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  width: 100%;
  max-width: 245px;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 991px) {
  .comman_banner .heading .tag {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .comman_banner .heading .tag {
    padding: 5px 12px;
    margin: 0 auto 15px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.comman_banner .heading .tag img, .comman_banner .heading .tag svg {
  width: 25px;
  height: 25px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .comman_banner .heading .tag img, .comman_banner .heading .tag svg {
    width: 20px;
    height: 20px;
  }
}
.comman_banner .heading .tag p {
  color: var(--orange);
  font-weight: 600;
}
.comman_banner .top_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .top_grid {
    margin-top: 40px;
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .comman_banner .top_grid {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .top_grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
  }
}
.comman_banner .howItWork {
  padding: 45px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 45px;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .howItWork {
    margin-top: 40px;
    padding: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .comman_banner .howItWork {
    margin-top: 35px;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .comman_banner .howItWork {
    padding: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .howItWork {
    padding: 20px;
    margin-top: 25px;
  }
}
.comman_banner .howItWork h4 {
  text-align: center;
}
.comman_banner .howItWork .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .howItWork .grid {
    margin-top: 40px;
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .comman_banner .howItWork .grid {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .comman_banner .howItWork .grid {
    margin-top: 30px;
    gap: 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .howItWork .grid {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.comman_banner .howItWork .grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comman_banner .howItWork .grid .item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .howItWork .grid .item .icon {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .howItWork .grid .item .icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.comman_banner .howItWork .grid .item h6 {
  font-weight: 600;
  margin: 20px 0 6px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .comman_banner .howItWork .grid .item h6 {
    margin: 16px 0 6px;
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .howItWork .grid .item h6 {
    margin: 14px 0 6px;
  }
}
.comman_banner .howItWork .grid .item p {
  font-size: 14px;
}
.comman_banner .benifits {
  margin-top: 45px;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .benifits {
    margin-top: 40px;
  }
}
.comman_banner .benifits .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .comman_banner .benifits .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .comman_banner .benifits .grid {
    gap: 15px;
  }
}
.comman_banner .benifits .grid .icon_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  box-shadow: none;
  padding: 0 40px;
}
@media only screen and (max-width: 1170px) {
  .comman_banner .benifits .grid .icon_card {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .comman_banner .benifits .grid .icon_card {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .comman_banner .benifits .grid .icon_card {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }
}
.comman_banner .benifits .grid .icon_card .icon2 {
  background: #DBEAFE;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.achievements {
  background: var(--gradient-d);
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1170px) {
  .achievements {
    padding: 40px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .achievements {
    padding: 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .achievements {
    padding: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .achievements {
    padding: 20px;
    margin-top: 25px;
    gap: 20px;
  }
}
.achievements .nums {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .achievements .nums {
    flex: 0 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 540px) {
  .achievements .nums {
    flex: 0 1 calc(50% - 10px);
  }
}
.achievements .nums h2 {
  color: var(--white);
  margin-bottom: 5px;
}
@media only screen and (max-width: 1170px) {
  .achievements .nums h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .achievements .nums h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .achievements .nums h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .achievements .nums h2 {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.achievements .nums p {
  color: var(--white);
  opacity: 0.7;
}

.comman-notify {
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .comman-notify {
    padding: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify {
    margin-top: 20px;
    padding: 20px 13px;
  }
}
.comman-notify .heading h2 {
  color: var(--black);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .comman-notify .heading h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .heading h2 {
    font-size: 20px;
  }
}
.comman-notify .heading p {
  text-align: center;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .comman-notify .heading p {
    font-size: 14px;
  }
}
.comman-notify .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0px;
}
@media only screen and (max-width: 991px) {
  .comman-notify .btn-group {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .comman-notify .btn-group {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .btn-group {
    flex-direction: column;
    gap: 10px;
  }
}
.comman-notify .call-us {
  color: var(--text);
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .comman-notify .call-us {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .comman-notify .call-us {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .call-us {
    margin-top: 15px;
  }
}
.comman-notify .call-us a {
  color: var(--orange);
  text-decoration: none;
  font-size: inherit;
}

.make-different {
  padding: 35px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .make-different {
    padding: 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .make-different {
    padding: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .make-different {
    padding: 20px;
    margin-top: 20px;
  }
}
.make-different h4 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .make-different h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .make-different h4 {
    font-size: 22px;
  }
}
.make-different .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .make-different .grid {
    margin-top: 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .make-different .grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 15px;
  }
}
.make-different .grid .card {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .make-different .grid .card {
    gap: 15px;
  }
}
.make-different .grid .card .icon {
  flex: 0 1 auto;
  width: 25px;
  height: 25px;
}
.make-different .grid .card .icon img, .make-different .grid .card .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.make-different .grid .card .content {
  flex: 1;
}
.make-different .grid .card .content h6 {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .make-different .grid .card .content h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .make-different .grid .card .content h6 {
    font-size: 16px;
  }
}

.req-notify {
  background: var(--primary);
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .req-notify {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .req-notify {
    padding: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .req-notify {
    padding: 20px;
    margin-top: 20px;
  }
}
.req-notify .heading h2 {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .req-notify .heading h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .req-notify .heading h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .req-notify .heading h2 {
    font-size: 20px;
  }
}
.req-notify .heading p {
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .req-notify .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .req-notify .heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .req-notify .heading p {
    font-size: 14px;
  }
}
.req-notify .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0px;
}
@media only screen and (max-width: 540px) {
  .req-notify .btn {
    margin: 15px auto 0;
  }
}

.pricing_home {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .pricing_home {
    margin-top: 30px;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pricing_home {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.pricing_home .card {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .pricing_home .card {
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .pricing_home .card {
    padding: 20px;
  }
}
.pricing_home .card h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .pricing_home .card h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .pricing_home .card h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pricing_home .card p {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .pricing_home .card p {
    font-size: 14px;
  }
}
.pricing_home .card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 8px;
}
@media only screen and (max-width: 540px) {
  .pricing_home .card ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.pricing_home .card ul li img {
  width: 20px;
  height: 20px;
}

.more_property .more_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .more_property .more_grid {
    gap: 15px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .more_property .more_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .more_property .more_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.more_property .btn_wrap {
  margin-top: 50px;
}
.more_property .btn_wrap .btn {
  margin: 0 auto;
}

.tips_seller .tips_card {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .tips_seller .tips_card {
    padding: 25px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .tips_seller .tips_card {
    padding: 20px;
    margin-top: 20px;
  }
}
.tips_seller .tips_card .icon {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
}
.tips_seller .tips_card .icon img, .tips_seller .tips_card .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tips_seller .tips_card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .tips_seller .tips_card ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .tips_seller .tips_card ul {
    margin-top: 15px;
  }
}
.tips_seller .tips_card ul li {
  display: flex;
  gap: 10px;
  color: var(--text);
}
.tips_seller .tips_card ul li .index {
  flex: 0 1 auto;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
}
@media only screen and (max-width: 540px) {
  .tips_seller .tips_card ul li .index {
    font-size: 14px;
  }
}
.tips_seller .tips_card ul li p {
  flex: 1;
}

.considering_downsizing {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .considering_downsizing {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .considering_downsizing {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.considering_downsizing .card {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .considering_downsizing .card {
    padding: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .considering_downsizing .card {
    padding: 20px;
  }
}
.considering_downsizing .card h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 540px) {
  .considering_downsizing .card h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.considering_downsizing .card h4 img {
  width: 30px;
  height: 30px;
}
.considering_downsizing .card ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  margin-bottom: 8px;
  padding-left: 16px;
}
@media only screen and (max-width: 540px) {
  .considering_downsizing .card ul li {
    font-size: 14px;
    line-height: 1.2;
  }
}
.considering_downsizing .card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text);
}

.property_selling .card {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .property_selling .card {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .property_selling .card {
    padding: 25px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .property_selling .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.property_selling .card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .property_selling .card h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .property_selling .card h4 {
    font-size: 18px;
  }
}
.property_selling .card ul li {
  display: flex;
  gap: 12px;
}
.property_selling .card ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 540px) {
  .property_selling .card ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.property_selling .card ul li img {
  width: 24px;
  height: 24px;
}
.property_selling .card ul li h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .property_selling .card ul li h6 {
    font-size: 16px;
  }
}
.property_selling .need_expt {
  padding: 45px;
  border: 1px solid #BEDBFF;
  background: #EFF6FF;
  margin-top: 45px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .property_selling .need_expt {
    padding: 35px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .property_selling .need_expt {
    padding: 25px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .property_selling .need_expt {
    padding: 20px;
    margin-top: 20px;
  }
}
.property_selling .need_expt .content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.property_selling .need_expt .content h6 {
  font-weight: 500;
}
.property_selling .need_expt .content p {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 540px) {
  .property_selling .need_expt .content p {
    margin: 10px 0 15px;
  }
}

.be_agent_banner .heading {
  max-width: 100%;
}
.be_agent_banner .heading .tag {
  background: var(--lightprimary);
}
.be_agent_banner .heading .tag p {
  color: var(--primary);
}
.be_agent_banner .top_grid {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .be_agent_banner .top_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .be_agent_banner .top_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.be_agent_banner .top_grid .icon_card .icon2 {
  background: var(--lightprimary);
}
.be_agent_banner .achievements {
  background: var(--primary);
}

.comman-notify {
  background: var(--bgcolor);
}
.comman-notify.sell_property {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1019607843);
}
.comman-notify.sell_property .orange-fill {
  color: var(--white);
  border-color: #f54a00;
}
.comman-notify.sell_property .orange-fill::before {
  background: #f54a00;
  bottom: 0;
  border-radius: 0;
}
.comman-notify.sell_property .orange-fill:hover {
  color: #f54a00;
}
.comman-notify.sell_property .orange-fill:hover::before {
  bottom: -100%;
  border-radius: 50%;
}
.comman-notify.sell_property .orange-outline {
  color: #f54a00;
  border-color: #f54a00;
}
.comman-notify.sell_property .orange-outline::before {
  background: #f54a00;
}
.comman-notify.sell_property .orange-outline:hover {
  color: var(--white);
}
.comman-notify .content {
  background: var(--primary);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .comman-notify .content {
    padding: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .content {
    padding: 20px;
  }
}
.comman-notify .content .heading h2 {
  color: var(--white);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .comman-notify .content .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .comman-notify .content .heading h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .content .heading h2 {
    font-size: 20px;
  }
}
.comman-notify .content .heading p {
  text-align: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .comman-notify .content .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .comman-notify .content .heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .comman-notify .content .heading p {
    font-size: 14px;
  }
}
.comman-notify .content .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0px;
}
@media only screen and (max-width: 768px) {
  .comman-notify .content .btn-group {
    margin: 20px auto 0;
  }
}
.comman-notify .content .btn-group .outline-white {
  padding: 12px 30px;
  font-weight: 500;
  color: var(--white);
  border: 1px solid var(--white);
}/*# sourceMappingURL=seller.css.map */