@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");

.landingPage .bannerArea {
  background-size: cover;
  width: 100%;
  height: 403px;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 35px;
}

.landingPage .bannerArea h1 {
  color: #fff;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 74%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.landingPage .bannerArea h1 > span {
  color: #57c1e8;
  font-size: 45px;
  line-height: 85%;
}

.landingPage .bannerArea h1 > span:nth-last-child(1) {
  color: #76bc21;
}

.landingPageBodyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landingPageBody {
  max-width: 1312px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landingPageBody .contentArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1277px;
}

.landingPageBody .contentArea p {
  color: #000;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
}

.landingPageBody .contentArea p > a {
  /* color: #036eb5; */
  color: #000;
}

.landingPageBody .contentArea b {
  font-weight: 800;
}

.tool-tip-wrap {
  /* color: #036eb5 !important; */
  color: #000 !important;
  position: relative;
  text-decoration: none;
  /* cursor: pointer; */
  font-weight: 700;
}

.ny-remote-bid .content-row .description .tool-tip-wrap{
  font-weight: 400;
}

/* .tool-tip-wrap:hover .tool-tip-text {
  display: flex;
  transition: 0.3s ease;
} */

.tool-tip-wrap .tool-tip-text {
  position: absolute;
  bottom: 110%;
  left: -85%;
  background: #263238;
  color: white !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px !important;
  font-style: normal;
  line-height: 120%;
  font-weight: 600;
  padding: 10px;
  width: 250px;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tool-tip-wrap .tool-tip-text::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  width: 24px;
  height: 24px;
  background: #263238;
  display: block;
  position: absolute;
  bottom: -23px;
}

.ny-remote-bid .contentArea h4 {
  color: #000102;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin: 5px 0;
  text-align: center;
}

.ny-remote-bid .landingPageGraySection {
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
}

.ny-remote-bid .faq-section {
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.landingPageGreenSection {
  padding: 61px 0;
  background-color: #76bc21;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ny-remote-bid .how-it-works .title,
.ny-remote-bid .faq-section .title {
  font-size: 42px;
  color: #54c0e8;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.ny-remote-bid .how-it-works .title span,
.ny-remote-bid .faq-section .title span {
  color: #76bc21;
}

.landingPageGreenSection .title {
  color: #fff;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.ny-remote-bid .landingPageGreenSection .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 36px;
  row-gap: 15px;
  margin-top: 25px;
}

.ny-remote-bid {
  overflow-x: hidden;
}

.ny-remote-bid .bannerArea h1 > span {
  font-size: 33px;
  line-height: 58%;
}

.ny-remote-bid .bannerArea h1 > span br {
  display: none;
}

.ny-remote-bid .bannerArea h1 {
  line-height: 58%;
}

.landingPageGreenSection .buttonsWrapper .contactBtn {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  background-color: #036eb5;
  border-radius: 7px;
  width: 462px;
  padding: 18.5px 39px;
  text-decoration: none;
}

.ny-remote-bid .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 15px;
  margin-bottom: 20px;
}

.ny-remote-bid .btn-primary {
  font-family: "Nunito Sans";
  font-size: 22px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  background-color: #036eb5;
  border-radius: 6px;
  text-decoration: none;
  height: 62px;
  width: 377px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ny-remote-bid .landingPageSloganArea {
  background-image: url("images/slider-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 399px;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.ny-remote-bid .landingPageProperty .title,
.ny-remote-bid .landingPageSloganArea .title {
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 42px;
  color: #54c0e8;
  padding-top: 65px;
  margin-bottom: 40px;
}

.ny-remote-bid .landingPageProperty .title {
  padding-top: 25px;
  margin-bottom: 20px;
}

.ny-remote-bid .landingPageProperty .title > span,
.ny-remote-bid .landingPageSloganArea .title > span {
  color: #76bc21;
}

.ny-remote-bid .landingPageSloganArea .content-area p,
.ny-remote-bid .landingPageSloganArea .content-area .title {
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: normal;
  text-align: left;
  line-height: 140%;
}

.ny-remote-bid .landingPageSloganArea .content-area .title {
  font-weight: 900;
  letter-spacing: -0.5px;
}

.ny-remote-bid .landingPageSloganArea .content-area p {
  font-weight: 500;
}

.ny-remote-bid .landingPageSloganArea .image-area img {
  width: 131px;
  height: 182px;
}

.ny-remote-bid .landingPageGreenSection .title {
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.ny-remote-bid .landingPageProperty {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f4f4f4;
}

.ny-remote-bid .landingPageGreenSection .subtitle {
  color: #000;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito Sans";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 8px;
}

.ny-remote-bid .faq-section .faq-wrap {
  width: 100%;
}

.ny-remote-bid .faq-section .title {
  text-align: left;
}

.ny-remote-bid .faq-section .landingPageBody {
  align-items: start;
}
main.ny-remote-bid #accordion_pro_5730 {
  border-top: none !important;
}
main.ny-remote-bid #accordion_pro_5730 > *:last-child {
  border-bottom: none !important;
}
@media (max-width: 768px) {
  main.ny-remote-bid #accordion_pro_5730 .wpsm_panel-title > a {
    font-size: 20px !important;
  }
  main.ny-remote-bid #accordion_pro_5730 .wpsm_panel-body,
  main.ny-remote-bid #accordion_pro_5730 .wpsm_panel-body p {
    font-size: 18px !important;
  }
}

.ny-remote-bid .content-row {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.ny-remote-bid .content-row .image {
  width: 100%;
  max-width: 323px;
}

.ny-remote-bid .content-row .image img {
  width: 100%;
  height: auto;
}

.ny-remote-bid .content-row .description h5 {
  font-family: "Nunito Sans";
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ny-remote-bid .content-row .description p {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}

.ny-remote-bid .content-row .description p:nth-last-child(1) {
  margin-bottom: 0;
}

.ny-remote-bid .content-row .description p > a {
  color: #036eb5;
}

.ny-remote-bid .how-it-works {
  padding: 30px 0;
}

.ny-remote-bid .btns-title {
  font-size: 42px;
  font-variant-numeric: ordinal;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 110%;
  text-align: center;
}

.ny-remote-bid .how-it-works .tabs-area {
  display: flex;
  gap: 10px;
}

.ny-remote-bid .how-it-works .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 25px 30px 25px;
  background-color: #ededed;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
  top: 30px;
  height: 320px;
  transition: background-color 0.35s ease-in-out;
}

.ny-remote-bid .how-it-works .content-box p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
}

.how-it-works .prev,
.how-it-works .next {
  transition: 0.5s;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 100%;
  cursor: pointer;
}

.ny-remote-bid .how-it-works .tab-item.active {
  bottom: -30px;
  height: 350px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ny-remote-bid .how-it-works .boxes-wrapper {
  position: relative;
  width: 100%;
}

.ny-remote-bid .how-it-works .content-box {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
  z-index: 2;
  margin-bottom: 45px;
  user-select: none;
  min-height: 175px;
  opacity: 0;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.ny-remote-bid .how-it-works .content-box.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.ny-remote-bid .how-it-works #tab_1.active {
  border-top-left-radius: 0;
}

.ny-remote-bid .how-it-works #tab_4.active {
  border-top-right-radius: 0;
}

.ny-remote-bid .how-it-works .tab-item:nth-last-child(1) {
  padding: 25px 6px 25px 6px;
}

.ny-remote-bid .how-it-works .tab-item:nth-last-child(1) .title {
  min-width: 303px;
}

.ny-remote-bid .how-it-works .tab-item .icon {
  height: 166px;
  width: 100%;
  max-width: 154px;
}

.ny-remote-bid .how-it-works .tab-item .icon img {
  width: 100%;
  height: 100%;
  min-height: 166px;
  object-fit: contain;
  transition: 0.3s ease;
}

.ny-remote-bid .how-it-works .tab-item .icon .animate {
  display: none;
}

.ny-remote-bid .how-it-works .tab-item:hover .static {
  display: none;
}

.ny-remote-bid .how-it-works .tab-item:hover .animate {
  display: block;
}

.ny-remote-bid .how-it-works .tab-item .title {
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-align: center;
  max-width: 303px;
}

/* Section 4 Slider */
.swiper-wrap .slide-wrap {
  display: flex;
  padding: 0 10%;
}

.swiper-wrap {
  max-width: 100vw;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
  transition: 0.5s;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 90px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.swiper-wrap .swiper-button-next::after,
.swiper-wrap .swiper-button-prev::after {
  visibility: hidden;
}

.swiper-wrap .swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-wrap .slide-icon {
  display: flex;
  min-width: 250px;
  align-items: center;
  justify-content: center;
}

.swiper-wrap .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-wrap .slide-content * {
  font-size: 24px;
  line-height: 150%;
  color: #000;
}

.swiper-wrap .slide-content h3 {
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
}

.swiper-wrap .slide-content p {
  font-weight: normal;
}

/* Calendy */
.calendly-overlay .calendly-popup{
  max-height: 685px!important;
}

/* Related Properties */
#properties .pcard .title {
  text-align: left;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: unset;
}

#properties .pcard .btn-view {
  min-height: 46px;
}

#properties-near-you .cta-wrap {
  display: flex;
  justify-content: center;
  margin: auto 8vw;
}

#properties-near-you .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 462px;
  min-height: 62px;
  background-color: #036eb5;
  border-radius: 7px;
  padding: 0 2em;
  margin: 4rem auto 2rem auto;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

/* Docusign Modal */
#modal-docusign {
  font-size: 25px;
}
#modal-docusign .docusign {
  margin: 0 4vw 3vw;
}
#modal-docusign h3 {
  font-family: "Nunito Sans";
  font-weight: 800;
  font-size: 25px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
#modal-docusign ul {
  margin: 0;
  line-height: 130%;
}
#modal-docusign ul li {
  margin: 0;
}
#modal-docusign p.center {
  text-align: center;
}
#modal-docusign .btn-wrap {
  margin-top: 1.2em;
  display: flex;
  justify-content: center;
}
#modal-docusign a {
  font-family: "Nunito Sans";
  font-size: 22px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  background-color: #036eb5;
  border-radius: 6px;
  text-decoration: none;
  height: 62px;
  width: 377px;
  max-width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1200px) {
  #modal-docusign h3 {
    font-size: 22px;
  }
  #modal-docusign {
    font-size: 18px;
  }
  #modal-docusign a {
    font-size: 20px;
  }
}

@media (min-width: 1500px) {
  .landingPageSloganArea .container {
    width: 1312px;
  }
}

@media (max-width: 1399px) {
  .ny-remote-bid .landingPageSloganArea .content-area p,
  .ny-remote-bid .landingPageSloganArea .content-area .title {
    font-size: 24px;
  }

  .swiper-wrap .slide-content *,
  .ny-remote-bid .content-row .description h5,
  .ny-remote-bid .how-it-works .content-box p,
  .ny-remote-bid .content-row .description p {
    font-size: 22px;
  }

  .ny-remote-bid .how-it-works .tab-item .title {
    font-size: 20px;
  }

  .swiper-wrap .slide-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .landingPageBody .contentArea p {
    font-size: 20px;
  }

  .landingPageGreenSection .buttonsWrapper .contactBtn {
    font-size: 20px;
  }

  .ny-remote-bid .landingPageBody {
    max-width: 100%;
    padding: 0 15px;
  }

  .ny-remote-bid .content-row .description h5,
  .ny-remote-bid .content-row .description p {
    font-size: 20px;
  }

  .ny-remote-bid .content-row .image {
    max-width: 250px;
  }

  .ny-remote-bid .how-it-works .tab-item .icon img {
    max-height: 115px;
    min-height: auto;
  }

  .ny-remote-bid .how-it-works .tab-item .icon {
    height: 135px;
  }

  .ny-remote-bid .how-it-works .tab-item:nth-last-child(1) .title {
    min-width: 220px;
  }
}

@media (max-width: 991px) {
  .landingPage .bannerArea {
    height: 280px;
  }

  .landingPageBody .contentArea {
    max-width: 800px;
  }

  .tool-tip-wrap .tool-tip-text {
    left: -100%;
  }

  .ny-remote-bid .content-row .image {
    max-width: 200px;
  }

  .landingPage .bannerArea h1 {
    font-size: 50px;
  }

  .landingPage .bannerArea h1 > span {
    font-size: 36px;
  }

  .landingPageBody .contentArea p {
    font-size: 18px;
  }

  .ny-remote-bid .contentArea h4 {
    font-size: 28px;
  }

  .landingPageGreenSection {
    padding: 64px 0px 32px 0px;
  }

  .landingPageGreenSection .title {
    font-size: 32px;
  }

  .ny-remote-bid .contentArea p {
    margin-bottom: 25px;
  }

  .landingPageGreenSection .buttonsWrapper .contactBtn {
    padding: 14.5px 34.5px;
    font-size: 16px;
    width: 350px;
  }

  .ny-remote-bid .landingPageSloganArea {
    padding: 0 15px 2rem 15px;
    min-width: auto;
  }

  .ny-remote-bid .landingPageSloganArea .content-area p,
  .ny-remote-bid .landingPageSloganArea .content-area .title {
    font-size: 20px;
  }

  .ny-remote-bid .landingPageSloganArea .title {
    padding-top: 40px;
    margin-bottom: 35px;
  }

  .ny-remote-bid .btn-primary {
    font-size: 16px;
    height: 55px;
    width: 320px;
  }

  .ny-remote-bid .landingPageGreenSection .subtitle {
    font-size: 20px;
  }

  .swiper-wrap .slide-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 15px;
  }

  .swiper-wrap .slide-content * {
    font-size: 20px;
  }

  .swiper-wrap .slide-content h3 {
    font-size: 25px;
  }

  .how-it-works .prev,
  .how-it-works .next,
  .swiper-wrap .swiper-button-next,
  .swiper-wrap .swiper-button-prev {
    font-size: 40px;
  }
}

@media (max-width: 820px) {
  .ny-remote-bid .btns-title,
  .ny-remote-bid .landingPageProperty .title,
  .ny-remote-bid .how-it-works .title,
  .ny-remote-bid .faq-section .title,
  .ny-remote-bid .landingPageSloganArea .title {
    font-size: 38px;
  }

  .swiper-wrap .slide-content *,
  .ny-remote-bid .content-row .description h5,
  .ny-remote-bid .how-it-works .content-box p,
  .ny-remote-bid .content-row .description p {
    font-size: 18px;
  }

  .ny-remote-bid .landingPageSloganArea .title {
    margin-bottom: 15px;
    padding-top: 25px;
  }

  .ny-remote-bid .landingPageSloganArea .image-area img {
    height: 150px;
  }

  .ny-remote-bid .landingPageSloganArea {
    justify-content: center;
    gap: 25px;
  }

  .ny-remote-bid .how-it-works .tab-item {
    min-width: 225px;
  }

  .ny-remote-bid .how-it-works .tabs-area {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .ny-remote-bid .how-it-works .tabs-area::-webkit-scrollbar {
    display: none;
  }

  .ny-remote-bid .how-it-works .content-box {
    margin-top: 0;
  }

  .ny-remote-bid .how-it-works {
    padding: 45px 0;
  }

  .tool-tip-wrap .tool-tip-text {
    width: 200px;
    bottom: 130%;
  }
}

@media (max-width: 768px) {
  .ny-remote-bid .content-row {
    flex-direction: column;
  }

  .ny-remote-bid .content-row .description h5,
  .ny-remote-bid .content-row .description p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .landingPage .bannerArea h1 {
    font-size: 38px;
  }

  .landingPage .bannerArea h1 > span {
    font-size: 28px;
  }

  .landingPage .bannerArea {
    height: 300px;
    padding: 0 1rem;
    background-position: center;
  }

  .ny-remote-bid .landingPageProperty {
    padding: 0 15px;
  }

  .landingPageBody .contentArea p {
    font-size: 16px;
  }

  .landingPageGreenSection .title {
    font-size: 28px;
    line-height: 32px;
  }

  .ny-remote-bid .bannerArea h1 {
    font-size: 28px;
  }

  .swiper-wrap .slide-content h3 {
    font-size: 20px;
  }

  .ny-remote-bid .content-row .image {
    max-width: 220px;
  }

  .ny-remote-bid .how-it-works {
    padding: 30px 0;
  }

  .ny-remote-bid .landingPageGreenSection .buttonsWrapper {
    flex-direction: column;
  }

  .ny-remote-bid .bannerArea .titleArea {
    padding: 0 15px;
  }

  .ny-remote-bid .bannerArea h1 > span {
    font-size: 24px;
    line-height: 95%;
  }

  .ny-remote-bid .bannerArea h1 > span br {
    display: block;
  }

  .ny-remote-bid .bannerArea h1 {
    line-height: 95%;
    margin-bottom: 17px;
  }

  .ny-remote-bid .btn-primary {
    max-width: 300px;
    padding: 10px;
  }

  .ny-remote-bid .landingPageGreenSection .subtitle {
    font-size: 16px;
  }

  .ny-remote-bid .landingPageSloganArea .content-area p,
  .ny-remote-bid .landingPageSloganArea .content-area .title {
    text-align: center;
  }

  .swiper-wrap .slide-icon img {
    max-width: 120px;
    margin-bottom: 1rem;
  }

  .swiper-wrap .swiper-button-next {
    right: 0;
    margin-right: 0;
    justify-content: unset;
  }

  .swiper-wrap .swiper-button-prev {
    left: 0;
    margin-left: 0;
    justify-content: unset;
  }

  #properties-near-you .cta-btn {
    font-size: 18px;
  }

  .ny-remote-bid .how-it-works .tab-item .icon img {
    max-height: 80px;
  }

  .ny-remote-bid .how-it-works .tab-item .icon {
    height: 100px;
  }

  .ny-remote-bid .how-it-works .tab-item,
  .ny-remote-bid .how-it-works .tab-item.active {
    height: 250px;
    padding: 20px 15px;
    top: 0;
    bottom: auto;
  }

  .ny-remote-bid .how-it-works .tab-item:nth-last-child(1) {
    padding: 20px 0;
  }

  .ny-remote-bid .how-it-works .tab-item:nth-last-child(1) {
    min-width: 270px;
  }

  .ny-remote-bid .how-it-works .tab-item {
    min-width: 205px;
  }

  .ny-remote-bid .how-it-works .tab-item .title {
    font-size: 18px;
  }

  .ny-remote-bid .how-it-works .content-box {
    padding: 25px 15px;
    gap: 20px;
  }

  .ny-remote-bid .btns-title,
  .ny-remote-bid .landingPageProperty .title,
  .ny-remote-bid .how-it-works .title,
  .ny-remote-bid .faq-section .title,
  .ny-remote-bid .landingPageSloganArea .title {
    font-size: 32px;
  }

  .ny-remote-bid .btns-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tool-tip-wrap .tool-tip-text {
    width: 160px;
  }

  .tool-tip-wrap .tool-tip-text {
    left: -46%;
  }

  .content-row .tool-tip-wrap .tool-tip-text {
    left: -70%;
  }
}

@media (max-width: 390px) {
  .tool-tip-wrap .tool-tip-text {
    left: -95%;
  }
}

@media (max-width: 375px) {
  .ny-remote-bid .landingPageSloganArea .tool-tip-wrap .tool-tip-text {
    left: -85%;
  }

  .landingPageBody .contentArea .tool-tip-wrap .tool-tip-text {
    left: -135%;
  }
}

@media (max-width: 361px) {
  .landingPageBody .contentArea .tool-tip-wrap .tool-tip-text {
    left: -40%;
  }

  .content-row .tool-tip-wrap .tool-tip-text {
    left: -108%;
  }
}

@media (max-width: 330px) {
  .ny-remote-bid .landingPageSloganArea .tool-tip-wrap .tool-tip-text {
    left: -45%;
  }
}