.view {
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.6);
}
.view .agentTxt {
  word-break: break-all;
}
.view .viewBg {
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 2em -0.9em #000000;
}
.view .viewBg .MapImg {
  margin-left: 15px;
  max-height: 76px;
  width: 50px;
  cursor: pointer;
}
.view .viewBg .rightMiddle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
}
.view .viewBg .rightMiddle a {
  text-decoration: none !important;
}
.view .viewBg .rightMiddle a .rightIcon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: var(--red-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.view .viewBg .rightMiddle a .rightIcon img {
  max-height: 52px;
  width: 52px;
}
.view .viewBg .rightMiddle a .rightIcon h4 {
  color: white;
  margin: 15px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.view .viewBg .streetSteps h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.view .viewBg .streetSteps .stepLeft {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.view .viewBg .streetSteps .stepLeft .stepIcon {
  padding-right: 28px;
}
.view .viewBg .streetSteps .stepLeft .stepIcon img {
  max-width: 68px;
  max-height: 68px;
}
.view .viewBg .streetSteps .stepLeft p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 0px;
}
.view .viewBg .streetSteps .stepLeft p a {
  color: var(--red-color);
  text-decoration: underline !important;
}
.view .viewBg .streetSteps .streetRight {
  padding-left: 35px;
}
.view .viewBg .streetSteps .streetRight .listingAgent {
  display: flex;
}
.view .viewBg .streetSteps .streetRight .listingAgent .listingImg {
  margin-right: 28px;
}
.view .viewBg .streetSteps .streetRight .listingAgent .listingImg img {
  width: 100%;
  height: auto;
}
.view .viewBg .streetSteps .streetRight .listingAgent p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
}
.view .viewBg .streetSteps .streetRight .agentBtn {
  margin-top: 20px;
}
.view .viewBg .streetSteps .streetRight .agentBtn a {
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 15px 15px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
}
.view .pdfDownload {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: anchor-center;
  padding: 72px !important;
}
.view .pdfDownload a {
  text-decoration: none !important;
}
.view .pdfDownload a .rightIcon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: var(--red-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.view .pdfDownload a .rightIcon img {
  max-height: 52px;
  width: 52px;
}
.view .pdfDownload a .rightIcon h4 {
  color: white;
  margin: 15px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.modelDiaglog {
  margin: 0 auto !important;
  margin-top: 0% !important;
  width: 100%;
}
.modelDiaglog .modelHeader {
  background: var(--red-color);
  text-align: center;
  padding: 8px 0px;
  position: relative;
}
.modelDiaglog .modelHeader .headContent h5 {
  font-size: 24px;
  margin-bottom: 0;
}
.modelDiaglog .modelHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid var(--red-color);
  z-index: 2;
}
.modelDiaglog .modelBody {
  background: #f5f5f5;
  padding: 20px;
}
.modelDiaglog .modelBody p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}
.modelDiaglog .modelBody h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
}
.modelDiaglog .modelBody a {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000;
}
.modelDiaglog .modelBody a:hover {
  color: var(--red-color);
}
.modelDiaglog .modelBody .thanksEmail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.modelDiaglog .modelBody img {
  width: 73px;
  height: 73px;
}
.modelDiaglog .modelBody ul {
  margin: 10px 0 10px 20px !important;
  padding: 0;
}
.modelDiaglog .modelBody ul li {
  list-style: disc;
}
.modelDiaglog .thanksFooter {
  margin: 0;
  background: var(--red-color);
  padding: 19px 20px 20px;
  border: none;
}

.CardMain img {
  width: 252px;
  height: 163px;
}

.videoLeft iframe {
  width: 100%;
  height: 100%;
}

.GuideIcon {
  margin-bottom: 30px;
}
.GuideIcon p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GuideIcon p img {
  max-width: 40px;
  height: auto;
}

.flipBookContainer {
  width: 100%;
  height: 700px;
}

.mapSvg {
  max-height: 62px !important;
  width: 49px !important;
}

.requestBtn {
  background-color: var(--red-color);
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 8px 12px;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 3px;
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease 0.1s;
}

.modalHead {
  background: #e70033 none repeat-x scroll 50% 50% !important;
  color: #fff;
}
.modalHead .modalTital {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}

.modalBody {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
}

.pdfLink {
  font-size: 18px;
  text-decoration: none;
}
.pdfLink img {
  display: inline-block;
  max-width: 55px;
  margin-right: 8px;
  height: auto;
}
.pdfLink a {
  color: #e70033;
}

@media (max-width: 768px) {
  .listingAgent {
    flex-direction: column;
  }
  .flipBookContainer {
    display: none;
  }
  .GuideIcon {
    display: none;
  }
  .rightMiddle {
    width: 100%;
    align-items: center !important;
    justify-content: center;
  }
}/*# sourceMappingURL=view.module.css.map */