@import "_customHeader.css";


.productMainWrapper {
  position: relative;
  margin-top: 110px;
}
.productMainWrapper * {
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .productMainWrapper {
    width: 100%;
    display: inline-block;
    margin-top: 65px;
  }
}
.productMainWrapper .wrapperPage {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1370px;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .wrapperPage {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .wrapperPage {
    width: 100%;
  }
}
.productMainWrapper .productBannerSec {
  position: relative;
  margin: 30px 0 60px;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .productBannerSec {
    margin: 50px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productBannerSec {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productBannerSec .productPageBoxImage {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productBannerSec .productPageUlLi li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productBannerSec .productPageHolder .productPageBoxData {
    margin-top: 0;
  }
}
.productMainWrapper .otherProducPageSec {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 120px 0 0;
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .otherProducPageSec:nth-child(2n) .productPageHolder {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1280px) {
  .productMainWrapper .otherProducPageSec {
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .otherProducPageSec {
    margin: 40px 0 0;
  }
}
.productMainWrapper .otherProducPageSec.lastBottomSection {
  margin-bottom: 100px;
}
.productMainWrapper .productPageHolder {
  position: relative;
  display: flex;
  align-items: center;
}
.productMainWrapper .productPageHolder .productPageBoxData {
  position: relative;
  width: calc(100% - 700px);
  padding-right: 80px;
  margin-right: 0;
}
.productMainWrapper .productPageHolder .productPageBoxData .sectionTitle {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}
.productMainWrapper .productPageHolder .productPageBoxData .sectionTitle strong {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .productPageHolder .productPageBoxData .sectionTitle {
    margin: 0 0 10px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .sectionTitle .newStrip {
  width: 94px;
  height: 30px;
  position: relative;
  display: inline-block;
  background-image: url(https://dtpwvruv8ddnl.cloudfront.net/images/vendor-directory/new-strip.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .productPageHolder .productPageBoxData .sectionTitle .newStrip {
    height: 20px;
    width: 71px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .subTitle {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  margin: 30px 0 15px;
}
.productMainWrapper .productPageHolder .productPageBoxData p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}
.productMainWrapper .productPageHolder .productPageBoxData p strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
}
.productMainWrapper .productPageHolder .productPageBoxData p.boldText {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.productMainWrapper .productPageHolder .productPageBoxData .linkStyle {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-right: 30px;
  color: #0B5AA5;
  margin-top: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle {
    margin-top: 15px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .linkStyle .arrowImg {
  position: relative;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  top: 1px;
  bottom: 0;
  margin-right: 0px;
  transform: translateX(0px);
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle .arrowImg {
    position: relative;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .linkStyle:hover .arrowImg {
  transform: translateX(15px);
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle:hover .arrowImg {
    margin-right: 0;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .linkStyle.linkStyleIdVerify {
  padding-left: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle.linkStyleIdVerify {
    margin-top: 0px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData .linkStyle.ulLiCta {
  padding-left: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle.ulLiCta {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .productPageHolder .productPageBoxData {
    padding-right: 50px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .sectionTitle {
    font-size: 26px;
    line-height: 34px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .sectionTitle strong {
    font-size: 26px;
    line-height: 34px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .subTitle {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 10px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData p {
    font-size: 16px;
    line-height: 24px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle .arrowImg {
    height: 20px;
    width: 20px;
    top: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .productPageHolder .productPageBoxData {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData .linkStyle {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productPageHolder .productPageBoxData {
    padding-right: 0;
    margin-top: 15px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxData.fullDivData {
  width: 100%;
  margin: 0;
  text-align: center;
}
.productMainWrapper .productPageHolder .productPageBoxData.fullDivData h2 {
  line-height: 50px;
}
.productMainWrapper .productPageHolder .productPageBoxData.fullDivData h2 strong {
  line-height: 50px;
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .productPageHolder .productPageBoxData.fullDivData h2 {
    line-height: 40px;
  }
  .productMainWrapper .productPageHolder .productPageBoxData.fullDivData h2 strong {
    line-height: 40px;
  }
}
.productMainWrapper .productPageHolder .productPageBoxImage {
  position: relative;
  width: 700px;
  text-align: right;
}
.productMainWrapper .productPageHolder .productPageBoxImage.paddingData {
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .productPageHolder .productPageBoxImage.paddingData {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .productPageHolder .productPageBoxImage.paddingData {
    padding-left: 0;
  }
}
.productMainWrapper .productPageHolder .productPageBoxImage img {
  max-width: 100%;
  width: auto;
  height: auto;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.15));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=20, Color='#00000015')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=20, Color='#00000015')";
}
.productMainWrapper .productPageHolder .productPageBoxImage img.dropShadowOne {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.productMainWrapper .productPageHolder .productPageBoxImage img.dropShadowTwo {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.productMainWrapper .productPageHolder .productPageBoxImage img.noDropShadow {
  filter: none;
}
.productMainWrapper .productPageHolder.leftDataRightImg .productPageBoxData {
  order: 1;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 80px;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .productPageHolder.leftDataRightImg .productPageBoxData {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productPageHolder.leftDataRightImg .productPageBoxData {
    padding-left: 0;
    margin-top: 15px;
  }
}
.productMainWrapper .productPageHolder.leftDataRightImg .productPageBoxImage {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .productPageHolder {
    display: flex;
    flex-direction: column;
  }
  .productMainWrapper .productPageHolder .productPageBoxData {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 0;
  }
  .productMainWrapper .productPageHolder .productPageBoxImage {
    width: 100%;
    text-align: center;
  }
  .productMainWrapper .productPageHolder.leftDataRightImg .productPageBoxData {
    margin-left: 0;
  }
}
.productMainWrapper .dividerBandSec {
  position: relative;
  margin: 0;
  background-color: #0B5AA5;
}
.productMainWrapper .dividerBandSec .dividerBandHolder {
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading {
  position: relative;
  font-size: 40px;
  line-height: 60px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
  font-family: "Lato", sans-serif;
}
.productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading strong {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading strong {
    font-size: 30px;
    line-height: 40px;
  }
  .productMainWrapper .dividerBandSec .dividerBandHolder p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading {
    font-size: 26px;
    line-height: 34px;
  }
  .productMainWrapper .dividerBandSec .dividerBandHolder .dividerHeading strong {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .dividerBandSec {
    margin: 0;
  }
}
.productMainWrapper .dividerWithPointSec {
  margin: 120px 0;
  position: relative;
  background-color: #FAFAFC;
}
.productMainWrapper .dividerWithPointSec .dividerWithPoints {
  padding: 45px 0;
  position: relative;
  text-align: center;
  display: flex;
}
.productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 {
  width: calc(33.33% - 60px);
  margin: 0 60px;
}
.productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 h3 {
  position: relative;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0px;
}
.productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 span {
  display: block;
  width: 80px;
  background: #2F80ED;
  height: 6px;
  margin: 14px auto 10px;
}
.productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 {
    margin: 0 40px;
    width: calc(33.33% - 40px);
  }
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 {
    margin: 0 10px;
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 {
    width: 100%;
    margin: 30px 0px;
    margin-right: 0px;
  }
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .productMainWrapper .dividerWithPointSec .dividerWithPoints .col_33 span {
    width: 80px;
    height: 4px;
    margin: 5px auto 10px;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .dividerWithPointSec .dividerWithPoints {
    display: block;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper .dividerWithPointSec {
    margin: 40px 0;
    padding: 5px 0;
  }
}
.productMainWrapper .simpleDataSection {
  position: relative;
  margin: 80px 0;
}
.productMainWrapper .simpleDataSection .simpleDataHolder {
  position: relative;
  text-align: center;
}
.productMainWrapper .simpleDataSection .simpleDataHolder h2 {
  position: relative;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 30px;
}
.productMainWrapper .simpleDataSection .simpleDataHolder p {
  max-width: 1063px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  margin: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .simpleDataSection .simpleDataHolder h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .productMainWrapper .simpleDataSection .simpleDataHolder p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .simpleDataSection .simpleDataHolder h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .productMainWrapper .simpleDataSection {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .simpleDataSection {
    margin: 40px 0;
  }
}
.productMainWrapper .socailMediaBox {
  margin-top: 30px;
  display: flex;
  align-items: center;
  margin: 30px -10px 0;
}
.productMainWrapper .socailMediaBox a {
  margin: 0 10px;
  transition: all 0.3s;
}
.productMainWrapper .socailMediaBox a:hover {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5411764706);
}
.productMainWrapper .socailMediaBox a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 760px) {
  .productMainWrapper .socailMediaBox a img {
    height: 40px;
  }
}
.productMainWrapper .cursorDefault {
  cursor: default;
}
.productMainWrapper .cursorDefault:hover {
  text-decoration: none;
}
.productMainWrapper .cursorDefault:hover .arrowImg {
  margin-right: 0 !important;
}
.productMainWrapper.vendorDirectory {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.vendorDirectory {
    margin-bottom: 40px;
  }
}
.productMainWrapper.vendorDirectory .productBannerSec {
  margin-bottom: 0;
}
.productMainWrapper.vendorDirectory .otherProducPageSec {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.vendorDirectory .otherProducPageSec {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.vendorDirectory .otherProducPageSec .productPageBoxImage {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.vendorDirectory .productPageHolder .productPageBoxImage {
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.intelliListManagement .productBannerSec .productPageHolder .productPageBoxImage, .productMainWrapper.houzeoShowings .productBannerSec .productPageHolder .productPageBoxImage, .productMainWrapper.digitalTranMang .productBannerSec .productPageHolder .productPageBoxImage, .productMainWrapper.leadManagement .productBannerSec .productPageHolder .productPageBoxImage {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .productMainWrapper.intelliListManagement .productPageHolder .productPageBoxImage, .productMainWrapper.houzeoShowings .productPageHolder .productPageBoxImage, .productMainWrapper.digitalTranMang .productPageHolder .productPageBoxImage, .productMainWrapper.leadManagement .productPageHolder .productPageBoxImage {
    margin-bottom: 30px;
  }
}
