.container {
  max-width: 1250px;
}

.videoSection {
  background: url(../../../assets/footer-leftbg.jpg);
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.videoSection .videoOuter {
  width: 100%;
  margin: auto auto 10px;
  border: 0px solid #dadada;
  height: 200px;
}

.listingDetail {
  background: #fff;
  padding: 0;
  top: -28px;
  position: relative;
  box-shadow: 0 0 2em -0.9em #000000;
  height: auto;
  z-index: 0;
}
.listingDetail .listingDetail {
  background: #cfd3d9;
  padding: 0px 4px 4px 0px;
}
.listingDetail .itemLeft {
  background: #cfd3d9;
  padding: 0px 4px 4px 0px;
}
.listingDetail .itemLeft .spoonImg {
  padding: 8px 8px;
  text-align: center;
  background: var(--red-color);
}
.listingDetail .itemLeft .spoonImg img {
  max-height: 40px;
  width: 100%;
}
.listingDetail .topList {
  margin-left: 20px;
}
.listingDetail .topList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.listingDetail .topList ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.listingDetail .topList ul li button {
  background-color: transparent;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.listingDetail .topList ul li a {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.listingDetail .listingContent {
  position: relative;
  padding: 20px 20px;
  font-size: 14px;
  color: #666;
}
.listingDetail .listingContent h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.listingDetail .listingContent a {
  color: #5e5e5e;
  cursor: pointer;
  text-decoration: underline !important;
  transition: color 0.1s linear 0s;
}
.listingDetail .soldStamp {
  position: absolute;
  top: 10%;
  left: 3%;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}
.listingDetail .soldOverlay {
  max-width: 80%;
  height: auto;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .listingDetail .soldOverlay {
    max-width: 100%;
    height: auto;
  }
}
.listingDetail .ListBtnGroup {
  text-align: right;
  padding: 0px 20px;
}
.listingDetail .ListBtnGroup button {
  background: var(--red-color);
  color: #fff;
  padding: 11px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  text-decoration: none;
  margin: 28px 0px 28px 15px;
  display: inline-block;
  border: none;
}
.listingDetail .listingTop ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.listingDetail .listingTop ul li {
  margin: 0 0 2px;
  padding: 8px;
  list-style: none;
  background-color: #f8f8f8;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
}
.listingDetail .listingTop ul li strong {
  color: var(--red-color);
  padding-right: 10px;
}
.listingDetail .tabs {
  margin-bottom: 25px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.listingDetail .tabs ul {
  padding: 0;
}
.listingDetail .tabs ul li {
  display: block;
  float: left;
  margin-right: 1px;
  position: relative;
}
.listingDetail .tabs ul span {
  bottom: -14px;
  font-size: 16px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 20px;
}
.listingDetail .tabs ul button {
  background: none repeat scroll 0 0 #efefef;
  color: #fff;
  display: block;
  padding: 0px 12px;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  text-decoration: none;
  border: none;
  font-size: 14px;
}
.listingDetail .tabs ul button:focus, .listingDetail .tabs ul button:hover {
  background: var(--red-color);
  color: #fff;
}
.listingDetail .tabs ul li span path {
  fill: #efefef;
}
.listingDetail .tabs ul li:hover span path, .listingDetail .tabs ul li:focus span path {
  fill: var(--red-color);
}
.listingDetail .newForm {
  width: 100%;
  float: right;
  background: #efefef;
  padding: 15px 8px;
  margin-top: 20px;
}
.listingDetail .newForm form button {
  background: var(--red-color);
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  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;
  color: #fff;
}
.listingDetail .newForm form .businessLsd {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.listingDetail .newForm form .imgRow {
  width: 100%;
  float: left;
  font-size: 12px;
}
.listingDetail .newForm form .Img {
  float: left;
  width: 70px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.listingDetail .newForm form .Img img {
  width: 100%;
  display: block;
}
.listingDetail .newForm form .imgTxt {
  padding-left: 80px;
  color: #666666;
  line-height: 20px;
}
.listingDetail .newForm form .imgTxt a {
  cursor: pointer;
}
.listingDetail .newForm form .imgTxt a strong {
  color: var(--red-color);
}
.listingDetail .newForm form .showNum {
  width: 100%;
  float: left;
  font-size: 12px;
  color: var(--red-color);
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  margin: 7px 0;
  cursor: pointer;
}
.listingDetail .newForm form .viewListing a {
  font-weight: 600;
  float: right;
  text-decoration: none;
  color: var(--red-color);
  margin-bottom: 15px;
}
.listingDetail .newForm form .viewListing a:hover {
  font-weight: 600;
  float: right;
  text-decoration: underline !important;
  cursor: pointer;
  color: var(--red-color);
  margin-bottom: 15px;
}
.listingDetail .newForm form input {
  font-size: 14px !important;
}
.listingDetail .newForm form .form_group {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.listingDetail .newForm form textarea {
  width: 100%;
  font-size: 14px !important;
  padding: 0.375rem 0.75rem;
}
.listingDetail .recommendedListing {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding: 20px 20px;
}
.listingDetail .recommendedListing h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.listingDetail .recommendedListing .recommendedListing_Left {
  width: 75%;
  gap: 1rem;
  display: flex;
}
.listingDetail .recommendedListing .recommendedListing_Left .iCard {
  width: 33.333%;
}
.listingDetail .recommendedListing .wseSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.listingDetail .recommendedListing .wseSearch img {
  max-width: 28px;
  margin-right: 15px;
  height: auto;
}
.listingDetail .recommendedListing .wseSearch h2 {
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  color: #242122;
  font-weight: 600;
}
.listingDetail .recommendedListing .bottomright a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .listingDetail .recommendedListing_Left {
    width: 100% !important;
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .listingDetail .recommendedListing_Left .iCard {
    width: 100% !important;
  }
}

.RightVideo {
  background: url(../../../assets/footer-leftbg.jpg);
  width: 100%;
  height: 170px;
}

.videoTop {
  width: 100%;
  top: 146px;
  left: 0;
  position: absolute;
}
.videoTop .contentVideo {
  background-color: var(--red-color);
  color: #fff;
  font-size: 16px;
  padding-left: 8px;
}

.detailsRight {
  padding-top: 80px;
  cursor: pointer;
}
.detailsRight .wsCardItems_img {
  position: relative;
}
.detailsRight .wsCardItems_img img {
  width: 100%;
}
.detailsRight .wsCardItems_img .bgGradeList {
  position: absolute;
  width: 42%;
  height: 50%;
  right: 5%;
  bottom: 10%;
}
.detailsRight .detailBG {
  background: url(../../../assets/footer-leftbg.jpg);
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.detailsRight .detailBG img {
  width: 100%;
}

.stepsLink .linkBg {
  background: url(../../../assets/footer-leftbg.jpg);
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.stepsLink .linkBg h2 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
}
.stepsLink .linkBg h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.stepsLink .linkBg .acknowledge {
  border-top: 4px solid #fff;
  padding: 8px 0px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--red-color);
  font-weight: 600;
  border-bottom: 4px solid #fff;
}
.stepsLink .linkBg p {
  color: #fff;
  font-size: 16px;
  padding: 15px 0px 0px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.tabContent {
  font-size: 14px;
  color: #666;
}
.tabContent h3 {
  color: #000;
  font-weight: 600;
}
.tabContent li {
  margin: 0 0 2px;
  padding: 8px;
  list-style: none;
  background-color: #f8f8f8;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
}

.CardBtn button {
  background: var(--red-color) !important;
}
.CardBtn svg path {
  fill: var(--red-color) !important;
}

.CardBtnBlack button {
  color: #5e5e5e !important;
}
.CardBtnBlack button:hover {
  color: white !important;
}

.listingHead {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.sideLine {
  background: #fff;
  display: inline-block;
  width: 35px;
  height: 4px;
  margin: 0px 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 4px;
}

@media (max-width: 350px) {
  .topList li {
    display: flex !important;
    align-items: center !important;
  }
  .topList li button {
    text-align: start !important;
  }
}
.tourBtn {
  color: var(--red-color) !important;
  background-color: transparent !important;
  border: 2px solid var(--red-color) !important;
}

.bgGradeListSvg {
  position: absolute;
  width: 85%;
  height: 82%;
  right: 5%;
  bottom: 10%;
}
.bgGradeListSvg svg {
  width: 55px !important;
  height: 55px !important;
}

.customSoldimg {
  width: 90% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  z-index: 9;
  transform: translateY(-50%) translateX(-50%);
}

.crb {
  font-size: 20px;
}

.mailIcon {
  top: 0;
  bottom: 0;
  left: 14px;
  display: flex;
  align-items: center;
}

.inputField {
  padding-left: 32px;
}

.sharemodal .modal-content {
  border-radius: 0px !important;
}/*# sourceMappingURL=featureInside.module.css.map */