*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,.page-center{
  margin: 0 auto;
  width:100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto; 
}


.dnd-section .dnd-column {
  padding: 0 20px;
}

@media(max-width:800px){
  .body-container-wrapper.f-p {
    padding: 0 15px;
  }
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "FontAwesome";
  src: url("https://www.topproducer.com/hubfs/TopProducerSoftware_July2022/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fontawesome-webfont.woff2") format("woff2"), 
      url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fontawesome-webfont.woff") format("woff"), 
        url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fontawesome-webfont.ttf") format("truetype");
          font-style: normal;
          font-weight: 400;
          font-display: swap;
          }

@font-face { font-family: "Font Awesome 5 Brands"; 
  src: url("https://www.topproducer.com/hubfs/TopProducerSoftware_July2022/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-brands-400.woff2") format("woff2"), 
        url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-brands-400.ttf") format("truetype");
          font-style: normal;
          font-weight: 400; 
          font-display: block; 
          }

@font-face { font-family: "Font Awesome 5 Free";
  src: url("https://www.topproducer.com/hubfs/TopProducerSoftware_July2022/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-regular-400.woff2") format("woff2"),
      url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-regular-400.woff") format("woff"), 
        url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-regular-400.ttf") format("truetype");
          font-style: normal; 
          font-weight: 400; 
          font-display: block;
          }


@font-face { font-family: "Font Awesome 5 Free";
  src: url("https://www.topproducer.com/hubfs/TopProducerSoftware_July2022/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-solid-900.woff2") format("woff2"),
      url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-solid-900.woff") format("woff"), 
        url("https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/fa-solid-900.ttf") format("truetype");
          font-style: normal;
          font-weight: 900;
          font-display: block;
          }

@font-face {
  font-family: "Elusive-Icons";
  src: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/elusiveicons-webfont.woff) format("woff"),
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/elusiveicons-webfont.ttf) format("truetype"),
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/elusiveicons-webfont.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

@font-face { 
  font-family: "Font Awesome";
  src: url("https://www.topproducer.com/hubfs/TopProducerSoftware_July2022/fonts/FontAwesome.eot") format("embedded-opentype"),
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/FontAwesome.woff2) format("woff2"),
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/FontAwesome.woff) format("woff"), 
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/FontAwesome.ttf) format("truetype"),
    url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}


body {
  line-height: 1.46666666667;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

img {
  height: auto;
  max-width: 100%;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

sup {
  font-size: 60%;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
}

h1 {
  line-height:1.19047619048;
}

h2 {
  line-height:1.2;
}

h3 {
  line-height:1.3;
}

h4 {
  line-height:1.25;
}

h5 {
  line-height:1.33333333333;
}

h6 {
  line-height:1.2;
}

/* Lists */

ul,
ol {
  line-height: 1.8;
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ol {
  margin-left: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  background-color: currentColor;
  border: none;
  color: #CCC;
  height: 1px;
  margin: 1rem 0;
}

.el {
  display: inline-block;
  font: normal normal normal 14px/1 'Elusive-Icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}

@media(max-width:767px){
  h1 {
    line-height:1.33333333333;
  }

  h2 {
    line-height:1.33333333333;
  }

  h3 {
    line-height:1.08333333333;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 10px 0;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f5f8fa;
  height: 40px;
  border: 1px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  padding: 0 15px;
  font-weight: normal;
  line-height: 22px;
  min-height: 27px;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  list-style: none;
}

.inputs-list label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msgs label {
  color: #f2545b;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 10px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  padding: 0;
  background: #fff;
  z-index: 9999;
  bottom: auto!important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}

header.header.lp-header .bottom-header .col {
  min-height: 57px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li:hover>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li:hover>a {
  text-decoration: underline;
}

header.header .top-header {
  margin: 0 0 10px;
  padding-top: 8px;
  background-color: #004b8d;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  z-index: 1;
  padding-bottom: 8px;
}

header.header .row {
  margin-right: calc(1.5rem/ -2);
  margin-left: calc(1.5rem/ -2);
}

header.header .col {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(1.5rem/ 2);
  padding-left: calc(1.5rem/ 2);
}

header.header .nav-langugae {
  float: left;
  max-width: 600px;
  margin: 0 0 0 8px;
}

header.header .top-nav {
  float: right;
  max-width: 600px;
  margin: 0 -9px 0 0;
}

header.header .top-nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 0px;
}

header.header .top-nav ul li {
  padding: 0 1px 0 20px;
  display: inline-block;
}

header.header .top-nav ul li a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 14px;
}

header.header .page-center {
  padding-right: .75rem;
  padding-left: .75rem;
  position: relative;
  max-width:1320px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
  content: "\f095";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.bottom-header .col {
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.custom-logo {
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  padding: 0 25px 0 0;
  padding-bottom: 10px;
  display: block;
  float: left;
}

.custom-logo a {
  display: block;
}

.custom-logo a img {
  display: block;
  width: 200px !important;
  max-width: 100%;
}

.header-main-nav {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.hd-menu-wrap {
  float: right !important;
  padding-top: 10px;
  padding-right: 30px;
}

.cta-wrap {
  margin: -8px 4px 0 -11px;
  position: relative;
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header .cta-wrap a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  font-family: "montserrat", sans-serif;
  cursor: pointer;
  padding: 12px 20px 8px 20px;
  letter-spacing: 2px;
  color: #39b54a;
  border-color: #39b54a;
  background: #ffffff;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0 17px 0 0;
  line-height: 30px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #004b8d;
  border-bottom: 2px solid #fff;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: Roboto;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  display: block;
  z-index: 2;
  position: relative;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #40b350;
}

.fa-caret-down:before {
  content: "\f0d7";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #40b350;
  border-color: #0091ea;
  border-bottom: 2px solid;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-top: 0px;
  top: 45px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  min-width: 200px;
  max-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  list-style: none;
  margin-left: 0;
  box-shadow: #cccccc 1px 1px 2px;
  z-index: 99999;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #252525;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  padding: 7px 15px;
  display: block;
  position: relative;
  line-height: 22px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul {
  width: unset;
  left: 0;
  right: 0;
  max-width: unset;
  padding: 10px 30px 30px 30px !important;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.features- {}

.custom-menu-primary .hs-menu-wrapper>ul>li.features- {
  position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li {
  width: 33.33333333333333%;
  padding: 0 20px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>a {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
  padding: 31px 0 10px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>a {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  /* padding: 7px 0px; */
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>a:hover {
  text-decoration:underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>a sup {
  font-size: 60%;
  top: -0.5em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>a i {
  padding-right: 5px;
  color: #39b54a;
}

.market-snapshot®.reports>a>i.f-icon:before {
  content: "\f15c";
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>ul>li>a {
  font-weight: 400;
  font-size: 12px;
  color: #252525 !important;
  display: table;
  margin-left: 15px;
  padding: 6px 10px 6px 10px;
  line-height: normal;
  text-align: left;
  position: relative;
  top: -1px;
  left: 0px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li>ul {
  line-height: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li {
  padding: 7px 0px;
}

.-transaction.management>a>i.f-icon:before {
  content: "\f1ec";
}

.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li.market-snapshot®.reports>a>i,
.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li.social-insights>a>i,
.custom-menu-primary .hs-menu-wrapper>ul>li.features->ul>li>ul>li.teams-\&.brokers>a>i {
  padding-right: 9px;
}

.-dynamic.workflows.\&.tasks>a>i.f-icon:before {
  content: "\f1ec";
  content: "\f0ca";
}

.social-insights>a>i.f-icon:before {
  content: "\f110";
}

.-mls.property.insights>a>i.f-icon:before {
  content: "\f015";
}

.lead-response>a>.fa.f-icon:before {
  content: "\f0c0";
}

.-email.marketing>a>i.f-icon:before {
  content: "\f0e0";
}

.-lead.management.\&.routing>a>i.f-icon:before {
  content: "\f27a";
}

.-mls.boards>a>i.f-icon:before {
  content: "\f1e6";
}

.catchProgressbar {
  height: 7px;
  background-color: #004d8b;
  opacity: 1;
  top: 0;
  bottom: auto;
  border-radius: 8px;
}

.catchProgressbar::-webkit-progress-bar { 
  background-color: transparent; 
} 
.catchProgressbar::-webkit-progress-value { 
  background-color: #dd0f0f;
  border-radius: 8px;
  opacity: 1; 
} 

.catchProgressbar::-webkit-progress-bar,
.catchProgressbar::-moz-progress-bar { 
  background-color: #dd0f0f; 
  border-radius: 8px;
  opacity: 1; 
}

.catchProgressbar {
  width: 100%;
  z-index: 9999999;
  bottom: auto;
  position: fixed;
  display: none;
}

header.header_2 .cta-wrap a:hover {
  color: #f24a01;
  border-color: #f24a01;
  background: #fff;
}

.lead-response>a>.fa.f-icon:before {
  content: "\f0c0";
  padding-right: 4px;
}

.lp-header .custom-logo {
  padding-top: 10px;
}



@media (min-width: 576px){
  header.header .page-center {
    max-width:540px;
  }
}

@media (min-width: 768px){
  header.header .page-center {
    max-width:720px;
  }
}

@media (min-width: 992px){
  header.header .page-center {
    max-width:960px;
  }
}


@media(min-width:1100px){
  .mobile-logo,.mob-menu-toggle,.mobile-wrapper{
    display:none;
  }
  ::selection {
    background-color: #999999;
    color: #FFFFFF;
  }

  .fixed-header header.header {
    padding: 20px 0 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed!important;
    background: #fff;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  }

  .fixed-header .top-header {
    margin-top: -70px !important;
    margin-bottom: 20px !important;
  }
  .header-wrap {
    min-height: 108px;
  }

  /*   .fixed-header header.header.lp-header {
  padding: 11px 0 0;
} */
}

@media (min-width: 1200px){
  header.header .page-center {
    max-width:1140px;
  }
}

@media (min-width: 1400px){
  header.header .page-center {
    max-width:1320px;
  }
}

@media(max-width:1219px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 12px 0 0;
  }
}

@media(max-width:1099px){
  header.header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    min-height:80px;
  }

  .header-wrap{
    min-height:80px;
  }

  header.header .top-header {
    display: none;
  }

  header.header .bottom-header .page-center {
    width: 100%;
    height: 80px;
    line-height: 80px;
    /* max-width: none; */
    padding-right: 0;
    padding-left: 0;
    position: static;
  }

  header.header .bottom-header .page-center > .row {
    margin: 0;
  }

  header.header .bottom-header .page-center > .row > .col {
    padding: 0;
    display: block;
  }

  .bottom-header {
    padding-right: 25px;
    padding-left: 20px;
  }

  .hd-menu-wrap {
    display: none;
  }

  .header-main-nav {
    width: 150px;
    float: right;
    padding-top: 11px;
    text-align: center;
    margin-right: 15px;
    top: 20px;
    right: 15px;
    display: block;
    cursor: pointer;
    padding-left: 20px;
  }

  .header-main-nav .cta-wrap {
    width: 150px;
    float: right;
    padding-top: 13px;
    text-align: center;
    margin: 0;
    margin-right: 15px;
    top: 20px;
    right: 15px;
    display: block;
    cursor: pointer;
    padding-left: 20px;
    position: static;
  }

  .mob-menu-toggle {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    box-shadow: inset 0 0 0 2px #e5e5e5;
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    cursor: pointer;
    background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/menu.png);
    background-repeat: no-repeat;
    background-position: 48% center;
  }

  .custom-logo {
    display: none;
  }

  .mobile-logo {
    float: left;
    position: relative;
    overflow: hidden;
  }

  .mobile-logo a {
    text-align: left;
    display: block;
    height: 100%;
    width: 100%;
    line-height: inherit;
  }

  .mobile-logo a img {
    margin-bottom: 0;
    margin-top: -2px;
    border: none;
    vertical-align: middle;
    width: 45px !important;
    height: auto;
  }

  .mob-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 98;
  }

  .show .mob-overlay {
    visibility: visible;
    cursor: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/close_white.png), auto;
    display: block;
  }

  .mobile-wrapper {
    right: -320px;
    position: fixed;
    height: 100%;
    padding: 50px 0 0 0;
    top: 0;
    width: 320px;
    background: #004b8d;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
    background: #004b8d;
    z-index: 99999;
  }

  .mob-menu-toggle2 {
    background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/close.png);
    right: 0px;
    top: 0px;
    border-radius: 0px;
    box-shadow: none;
    z-index: 50;
    height: 40px;
    width: 40px;
    ;position: absolute;
    ;display: block;
    cursor: pointer;
    ;background-repeat: no-repeat;
    background-position: 48% center;
  }

  .mob-menu-toggle2:hover {
    background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/close_white.png);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .show .mobile-wrapper {
    right: 0;
  }

  .mobile-inner-wrap {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 0px 20px 75px 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
  }

  .mobile-login-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
  }

  .mobile-login-wrap ul li {
    display: block;
  }

  .mobile-login-wrap ul li a {
    font-family: "Roboto";
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #86868645!important;
    color: #ffffff;
    display: block !important;
    position: relative !important;
    padding: 15px 25px 15px 0;
    outline: none;
    font-size: 14px !important;
    line-height: 24px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Open Sans;
    font-weight: 300;
    font-family: "Roboto" !important;
  }

  .mobile-menu .hs-menu-wrapper > ul li {
    position: relative;
    padding: 0px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #ffffff;
    display: block;
    position: relative;
    padding: 16px 25px 16px 0;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 300;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    border-bottom: 1px solid #86868645!important;
  }

  .mobile-menu .hs-menu-wrapper > ul > li a .child-mb {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    right: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .fa-angle-down:before {
    content: "\f107";
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul li a {
    font-family: "Roboto";
    color: #ffffff;
    display: block !important;
    position: relative !important;
    padding: 15px 25px 15px 0;
    outline: none;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #86868645!important;
  }

  .mobile-inner-wrap::-webkit-scrollbar {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul li a .child-mb {
    color: #39b54a;
    padding-right: 5px;
  }

  .mobile-menu .hs-menu-wrapper>ul li.features- .f-icon {
    color: #39b54a;
    padding-right: 5px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.features->ul>li>ul>li.market-snapshot®.reports>a>i.f-icon,
  .mobile-menu .hs-menu-wrapper>ul>li.features->ul>li>ul>li.social-insights>a>i.f-icon,
  .mobile-menu .hs-menu-wrapper>ul>li.features->ul>li>ul>li.teams-\&.brokers>a>i.f-icon
  {
    padding-right: 9px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li ul {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul li.child-open > a > .child-mb {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media(max-width:800px){
  header.header .bottom-header .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-wrap a {
    margin-top:-40px;
  }
}

@media(max-width:767px){
  .mobile-menu .hs-menu-wrapper>ul>li > ul {
    padding-left: 20px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a>span>.fa-caret-down {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul li.features- .f-icon {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper>ul>li ul {
    padding-left: 20px;
  }

  .mobile-logo {
    width: 135px;
  }

  header.header {
    position: relative;
    top: auto;
  }
    .cta-wrap a {
    margin-top:-45px;
  }
}

@media(max-width:460px){
  .mobile-logo {
    width: auto;
    max-width: 135px;
  }
    .cta-wrap {
    margin-top:-45px;
  }
}

@media(max-width:320px){
  .mobile-wrapper {
    width: 100%;
  }
    .cta-wrap {
    margin-top:-45px;
  }
}
footer.footer {
  background: #004b8e;
}

.footer-bottom {
  padding-top: 27px;
  padding-bottom: 26px;
  color: #727272;
  font-size: 14px;
  line-height: 20px;
}

.footer .footer-container {
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}

footer.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(1.5rem/ -2);
  margin-left: calc(1.5rem/ -2);
}

.footer-bottom .column {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem/ 2);
  padding-left: calc(1.5rem/ 2);
}

.copyright-wrap p {
  float: left;
  text-transform: none;
  color: #fff;
  font-size: 10px;
  max-width: 500px;
}


.footer-top {
  padding-top: 53px;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 39px;
}

.footer-top .ft-ad-wrap {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-right: .75rem;
  padding-left: .75rem;
}

.footer-menu-wrap {
  width: 66.6666666668%;
  /* float: left; */
}

.footer-menu-wrap .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li {
  width: 25%;
  padding: 0 .75rem;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li:first-child {
  margin-left: 25%;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat" !important;
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 27px;
  padding-top: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 700 14px/18px "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  cursor: text;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul {
  margin-bottom: 1rem;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.footer-menu-wrap .hs-menu-wrapper > ul > li > ul li a {
  color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-top .ft-ad-wrap > .side-widget {
  color: #aaa;
  font-size: 14px;
  margin: 0 0 55px;
  line-height: 20px;
}

.footer-top .ft-ad-wrap > .side-widget .ft-widget {
  border: 0;
  margin: 0 0 30px;
  padding: 0 0 10px;
  position: relative;
  padding-left: 15px;
}

.footer-top .ft-ad-wrap .footer_branding {
  padding-top: 25px;
}

.footer_branding img {
  float: none;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
}

.footer-top .ft-ad-wrap > .side-widget .ft-widget p {
  margin: 0 0 20px;
}

.footer_branding .tel-footer {
  font-size: 16px;
}

.footer_branding a {
  color: #ffffff;
  line-height: 1.5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer_branding .f_spacer {
  padding: 0 15px 0px 10px;
}

.fa-envelope-o:before {
  content: "\f003";
}

.footer-social {
  float: left;
  margin: 2px 0 0;
  list-style: none;
  padding-left: 0;
}

.footer-social li:first-child {
  border-top: 0;
}

.footer-social li {
  padding: 0 0 10px 6px;
  border-bottom: none;
  margin-bottom: 6px;
  display: inline-block;
  border-top: 1px solid rgba(51,51,51,.1);
}

.footer-social li a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #6fc04a;
  line-height: 30px;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  text-align: center;
  border-radius: 50%;
}

.footer-social .fa-facebook {
  margin: 3px 0 0;
  font-size: 21px;
}

.footer-social a .fa {
  display: inline-block;
  vertical-align: middle;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}


.footer-top .footer\.style3 {
  padding-top: 20px;
}




@media (min-width: 576px){
  .footer .footer-container {
    max-width:540px;
  }
}

@media (min-width: 768px){
  .footer .footer-container {
    max-width:720px;
  }
}

@media (min-width: 992px){
  .footer .footer-container {
    max-width:960px;
  }

  .footer-menu-wrap .hs-menu-wrapper>ul .ft-ad-wrap {
    display: none;
  }
}


@media (min-width: 1200px){
  .footer .footer-container {
    max-width:1140px;
  }
}

@media (min-width: 1400px){
  .footer .footer-container {
    max-width:1320px;
  }
}


@media(max-width:991px){
  .copyright-wrap p {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .footer-top .ft-ad-wrap {
    flex: 0 0 auto;
    width: 50%;
    order: 2;
    float: left;
  }

  .footer-menu-wrap {
    width: 100%;
    float: left;
  }

  .footer-menu-wrap .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }

  .footer-menu-wrap .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  footer.footer .row > .ft-ad-wrap {
    display: none;
  }
}

@media(max-width:800px){
  .footer .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:767px){
  .footer-top {
    padding-top: 25px;
    padding-left: 25px;
  }

  .footer-menu-wrap .hs-menu-wrapper>ul>li>ul li a {
    font-size: 12px;
  }

  footer.footer a {
    font-size: 12px;
  }

  .footer_branding .f_spacer {
    display: none;
  }

  .footer_branding img {
    width: 135px !important;
  }


  .footer-top .ft-ad-wrap>.side-widget .ft-widget {
    padding-left: 0px;
  }

  .footer-social li {
    padding: 0 0 10px 2px;
  }

  .footer-social li a {
    font-size: 16px;
  }
}

@media(max-width:460px){
  .footer_branding img {
    width: auto !important;
  }
}





@media(max-width:767px) {
  
  .real-estate-websites-page .cm-content-wt-img-column-type2-wrap .top-content {
    padding-left: 20px;
    padding-right: 20px;
}
  
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.fa-envelope:before {
  content: "\f0e0";
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-comments:before {
  content: "\f086";
}
.contact_p1 .widget-type-rich_text {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 39px;
}

.contact_p1 .widget-type-rich_text h1 {
  margin-bottom: 33px;
}

.contact_p1 .widget-type-rich_text h3 {
  color: #39b54a;
  font-size: 30px;
}

.contact_p1 .widget-type-rich_text p {
  margin-bottom: 0;
}

.contact_p2 .row-fluid {
  padding: 0;
}

.disclosure-policy-wrap h1 {
  margin-bottom: 35px;
  text-align: center;
}

.disclosure-policy-wrap section {
  margin-bottom: 35px;
}

.disclosure-policy-wrap section p:last-child {
  margin-bottom: 0;
}

.disclosure-policy-wrap section > ul {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 22px;
  text-align: left;
}

.disclosure-policy-wrap section > ul li {
  margin: 10px 0;
}

.about_P1 .widget-type-rich_text {
  padding-top: 55px;
  position: relative;
  display: block;
  text-align: center;
}

.about_P1 .widget-type-rich_text h1 {
  margin-bottom: 35px;
}
.about_P1 .widget-type-rich_text p {
  display: block;
  color: #252525;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  opacity: 1;
}

.about_P5 .widget-type-rich_text {
  display: block;
  color: #004b8d;
  font-family: "Montserrat";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
  max-width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
}

.about_P5 .widget-type-rich_text h2 {
  font: inherit;
  text-align: inherit;
  color: inherit;
}

.about_P5 .hs_cos_wrapper_type_linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.bottom-pane .content .column-inner a.btn-wrap .mpc-button {
  position: relative;
  z-index: 2;
  display: flex;
}

.bottom-pane .content .column-inner a.btn-wrap:hover span {
  color: #ffffff;
}

.disclosure-policy_1 .widget-type-rich_text {
  padding: 0 15px;
}

.faq-row3 .bottom-pane .content .column-inner .title p {
  margin: 0 0 20px 0;
}

.faq-row3 .bottom-pane .content .column-inner .subtitle {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 100%;
  color: #004b8d;
  font-size: 22px;
}

.faq-row3 .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  text-align: center;
}

.faq-row2 .accordion .page-center {
  padding-bottom: 20px;
}

.terms-page .page-center {
  padding: 40px 0 40px 0;
}

.terms-condition-page .page-center {
  padding: 30px 0 0;
}

.terms-condition-page h3 {
  font-family: Montserrat;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: #004b8d;
  font-size: 30px;
}

.get-demo-row2 .widget-type-rich_text {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;
  max-width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}

.get-demo-row2 .widget-type-rich_text p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  margin-top: 0;
  line-height: 22px;
}

.get-demo-row2 .widget-type-rich_text h3 {
  font: inherit;
  text-align: inherit;
  color: inherit;
  line-height: 22px;
}

.get-demo-row2 .widget-type-rich_text h3 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.get-demo-row2 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  display: block;
}

.career-page .page-center {
  padding: 30px 0 0;
}

.career-row1 .widget-type-rich_text {
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.career-row1 .widget-type-rich_text h1 {
  margin-bottom: 35px;
  margin-top: 20px;
}

.career-row1 .widget-type-rich_text p {
  display: block;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  margin-bottom: 20px;
}

.career-row1 .widget-type-rich_text h1 + p {
  margin-bottom: 12px;
}

.integrations-row3 .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
}

.integrations-row3 .bottom-pane .content a.mpc-button {
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #f24a01;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  line-height: initial;
}

.integrations-row3 .bottom-pane .content a.mpc-button:after {
  -webkit-transition: all .25s;
  transition: all .25s;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39b54a;
  content: '';
}

.integrations-row3 .bottom-pane .content a.mpc-button:hover:after {
  opacity: 1;
  top: 0;
}

.integrations-row3 .bottom-pane .content a.mpc-button span {
  position: relative;
  z-index: 3;
}

.leadmetadata-row1 .widget-type-rich_text {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 21px;
}

.leadmetadata-row1 .widget-type-rich_text blockquote {
  margin-bottom: 20px;
}

.leadmetadata-row1 .widget-type-rich_text blockquote h1 {
  margin: 0 0 20px 0;
  font-size: 36px;
}

.leadmetadata-row1 .widget-type-rich_text blockquote h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #252525;
}

.leadmetadata-row1 .widget-type-rich_text blockquote h3 {
  font-size: 32px;
  line-height: 38.4px;
}

.leadmetadata-row1 .widget-type-rich_text blockquote:empty {
  margin-bottom: 0;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table {
  caption-side: bottom;
  background: #fff;
  margin: 0 0 18px;
  width: 100%;
  color: #2a2a2a;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr {
  width: 100%;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  direction: ltr;
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td:nth-child(1) {
  width: 20%;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td:nth-child(2) {
  width: 50%;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td:nth-child(3) {
  width: 10%;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td:nth-child(4) {
  width: 20%;
}

.leadmetadata-row1 .widget-type-rich_text {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 40px;
}

.leadmetadata-row1 .widget-type-rich_text pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

.leadmetadata-row1 .widget-type-rich_text pre {
  font-family: "Roboto";
  font-size: .875em;
  margin-bottom: 1rem;
}

.leadmetadata-row1 .widget-type-rich_text blockquote:last-child p a {
  font: inherit;
  text-align: inherit;
  color: inherit;
}

.lead-management-row1 .widget-type-rich_text {
  display: block;
  text-align: center;
}

.lead-management-row1 .widget-type-rich_text h1 {
  margin-bottom: 35px;
}

.lead-management-row1 .widget-type-rich_text p {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.fa-heart:before {
  content: "\f004";
}

.market-snapshot-row4 .bottom-pane .content .column-inner .bottom-img {
  margin-bottom: 55px;
}

.market-snapshot-row4 .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
}

.market-snapshot-row4 .bottom-pane .content .column-inner .title {
  margin-bottom: 45px;
}

.market-snapshot-row4 .bottom-pane .page-center {
  padding-top: 0;
}

.market-snapshot-row3 .widget-type-rich_text h3 {
  color: #252525;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: inherit;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
}

.market-snapshot-row3 .widget-type-rich_text p {
  color: #252525;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  text-align: center;
  margin-bottom: 0;
  padding: 0 15px;
}

.market-snapshot-row3 .widget-type-rich_text p {
  margin-bottom: 20px;
}

.market-snapshot-row3 .widget-type-linked_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.market-snapshot-row1 .producer-banner .content-col .inner {
  padding-top: 35px;
}

.market-snapshot-row1 .producer-banner .slider-col .inner {
  padding-top: 35px;
}

.market-snapshot-row1 .producer-banner .content-col .content p {
  margin-bottom: 0;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .image-wrap img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .row {
  padding: 20px 0;
  margin-top: 4px;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .row .column.image-col .col-inner {
  margin-top: 60px;
}

.lead-management-row4 .cm-content-wt-img-column-wrap h2.title {
  font-size: 32px;
  color: #252525;
  line-height: 1.2;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .content p {
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .content p a {
  color: #337ab7;
}

.lead-management-row4 .cm-content-wt-img-column-wrap .content h5 {
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}

.lead-management-row5 .cm-content-wt-img-column-wrap h2.title {
  color: #252525;
}

.lead-management-row5 .cm-content-wt-img-column-wrap .content p {
  font-size: 16px;
  line-height: 1.4;
}

.lead-management-row5 .cm-content-wt-img-column-wrap .content p a {
  color: #337ab7;
}

.lead-management-row5 .cm-content-wt-img-column-wrap .image-wrap img {
  vertical-align: top;
}

.lead-management-row11 .bottom-pane .content .column-inner .title {
  margin-bottom: 20px;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .title-wrap {
  text-align: center;
  padding: 0;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .content {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .content p:last-of-type {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap h2.title {
  font-size: 32px;
  line-height: 1.2;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .col-inner {
  justify-content: unset;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .column {
  align-items: unset;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .content-col {
  margin-top: 80px;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .column {
  display: block;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .image-wrap {
  margin-bottom: 15px;
}

.lead-management-row5 .cm-content-wt-img-column-wrap h2.title {
  font-size: 32px;
  line-height: 1.2;
}

.lead-management-row5 {
  margin-top: 105px;
  margin-bottom: 20px;
}

.lead-management-row5 .cm-content-wt-img-column-wrap .column.content-col .col-inner {
  padding-top: 0;
}

.lead-management-row7 .lead-management .top-title {
  margin-top: 40px;
}

.lead-management-row7 .lead-management .top-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.lead-management-row7 .lead-management .item .content-main .content-wrap h3 {
  margin-bottom: 0;
}

.lead-management-row7 .lead-management .item:last-child .item-inner .content-main {
  padding: 0 15px;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .title-wrap {
  padding-left: 0;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .content p {
  margin-left: 0;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .content h5 {
  color: #252525;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap h2.title {
  font-size: 32px;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .image-col .col-inner {
  margin-top: 43px;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .content-col .col-inner {
  margin-top: 18px;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap .content p {
  line-height: 1.4;
}

.lead-management-row8 .cm-content-wt-img-column-type2-wrap {
  padding-bottom: 20px;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .row {
  margin-top: 5px;
  margin-bottom: 0;
}

.real-estate-row1 .cm-content-wt-img-column-wrap .content,
.real-estate-row2 .cm-content-wt-img-column-wrap .content,
.real-estate-row3 .cm-content-wt-img-column-wrap .content,
.real-estate-row4 .cm-content-wt-img-column-wrap .content,
.real-estate-row6 .cm-content-wt-img-column-wrap .content,
.real-estate-row7 .cm-content-wt-img-column-wrap .content,
.real-estate-row8 .cm-content-wt-img-column-wrap .content,
.real-mls-row1 .cm-content-wt-img-column-wrap .content,
.real-mls-row4 .cm-content-wt-img-column-wrap .content,
.real-mls-row3 .cm-content-wt-img-column-wrap .content {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}

.real-estate-row1 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row2 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row3 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row4 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row6 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row7 .cm-content-wt-img-column-wrap h2.title,
.real-estate-row8 .cm-content-wt-img-column-wrap h2.title,
.real-mls-row1 .cm-content-wt-img-column-wrap h2.title,
.real-mls-row4 .cm-content-wt-img-column-wrap h2.title,
.real-mls-row2 .cm-content-wt-img-column-wrap h2.title,
.real-mls-row3 .cm-content-wt-img-column-wrap h2.title,
.real-mls-row5 .widget-type-rich_text h3 {  
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 100%;
  text-align: left;
  color: #252525;
  font-size: 32px;
  line-height: 1.2;
}

.real-mls-row5 .widget-type-rich_text h3 {
  margin-left: 0;
}

.real-estate-row1 .cm-content-wt-img-column-wrap .row {
  margin-top: 5px;
}


.real-estate-page-wrap .Automated-wrap .mpc-overlay {
  display: none;
}

.Automated-wrap .right-content-main .title {
  color: #252525;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: inherit;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 100%;
  text-align: left;
}

.Automated-wrap .right-content-main .title h3 {
  font: inherit;
  text-align: inherit;
  color: inherit;
}

.Automated-wrap .right-content-main .title + .content {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}

.real-estate-row10 .bottom-pane .content .column-inner .title {
  margin-bottom: 20px;
}

.real-estate-row10 .bottom-pane .content {
  margin-top: 0;
}

.real-estate-row9 .Automated-wrap .right-content .right-content-inner .spacer {
  display: none;
}

.real-estate-page-wrap .real-estate-row9 .Automated-wrap .right-image .right-image-inner {
  padding-top: 40px;
}

.real-estate-row8 .cm-content-wt-img-column-wrap .row {
  padding-bottom: 18px;
}

.real-estate-row6 .cm-content-wt-img-column-wrap .row {
  padding-top: 35px;
}

.real-estate-row1 .cm-content-wt-img-column-wrap .content-col .col-inner {
  padding-top: 0;
}

.real-estate-row2 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 6px;
}

.real-estate-row3 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 5px;
}

.real-estate-row4 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 5px;
}

.real-estate-row6 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 5px;
}

.real-estate-row7 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 5px;
}

.real-estate-row8 .cm-content-wt-img-column-wrap .image-wrap {
  padding-top: 5px;
}

.real-mls-row1 .cm-content-wt-img-column-wrap .page-center {
  padding-top: 45px;
}





.cm-content-wt-img-column-wrap .col-inner .content-items .items {
  -webkit-transition: all .25s;
  transition: all .25s;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.cm-content-wt-img-column-wrap .col-inner .content-items .items:before {
  display: block;
  content: "";
  float: none;
  clear: both;
}

.cm-content-wt-img-column-wrap .col-inner .content-items .items:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}

.cm-content-wt-img-column-wrap .col-inner .content-items .items .left {
  -webkit-transition: all .25s;
  transition: all .25s;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translate3d(0,0,0);
  position: relative;
  float: left;
  left: -16px;
  opacity: 1;
}

.cm-content-wt-img-column-wrap .col-inner .content-items .items .left i {
  font-style: normal;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #f24a01;
  height: 1.35em;
  line-height: 1.35em;
  width: auto;
  min-width: 1.35em;
  -webkit-transition: none;
  transition: none;
}

.cm-content-wt-img-column-wrap .col-inner .content-items .items .right {
  overflow: hidden;
  -webkit-transition: all .25s;
  transition: all .25s;
  color: #252525;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}

.status-page-wrap .values_wrap .item .img-col {
  float: unset; 
  opacity: 1;
  margin-right: 0;
  padding-top: 5px;
}

.status-page-wrap .values_wrap .item {
  width: 20%;
}

.status-page-wrap .values_wrap .item .inner {
  padding-top: 35px;
}

.status-page-wrap .values_wrap .item .inner .wrapper {
  text-align: center;
  position: relative;
}

.status-page-wrap .values_wrap .item .cont_wrap {
  text-align: center;
}

.status-page-wrap .values_wrap .item .cont_wrap .text-wrap {
  text-align: center;
}

.status-page-wrap .values_wrap .item .inner .wrapper {
  margin-top: -24px;
}

.status-page-wrap .values_wrap {
  padding-bottom: 80px;
}

.real-estate-row11 .user-reviews-wrapper .user-reviews-button a.btn {
  margin-bottom: 4px;
}
.real-estate-row11 .user-reviews-wrapper .user-reviews-item:nth-child(4) .testimonial-section img {
  padding-top: 20px;
}

.user-reviews-wrapper .title-wrapper {
  position: relative;
  text-align: center;
}

.user-reviews-wrapper .title-wrapper .col-inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;
}

.user-reviews-wrapper .title-wrapper .col-inner .title-content {
  color: #252525;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: inherit;
  max-width: 100%;
}

.user-reviews-wrapper .title-wrapper .col-inner .title-content h3 {
  font: inherit;
  text-align: inherit;
  color: inherit;
}

.user-reviews-wrapper .user-reviews-item .text-sec h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #004d8b;
  text-align: center;
  margin: 0;
}

.lead-management-row1 .dnd-section>.row-fluid {
  padding: 0 15px;
}

.lead-management-row10 .cm-content-wt-img-column-type2-wrap .content-col .col-inner {
  padding-top: 14px;
}

.onboarding-page-wrap .banner .heading-wrap h1 {
  font-size: 36px;
  line-height: 1.2;
}

.onboarding-page-wrap .banner .heading-wrap {
  margin-bottom: 20px;
}


.jobs .job-single-wrap .job-form form .hs-form-field .input>input,
.jobs .job-single-wrap .job-form form .hs-form-field .input textarea {
  height: auto;  
}

.jobs .job-single-wrap .job-form form .hs-fieldtype-booleancheckbox.hs-form-field {
  margin-bottom: 10px;
}

.jobs .job-single-wrap .job-form form .hs-fieldtype-file.hs-form-field input {
  padding: 0 !important;
  background-color: unset !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: unset;
  box-shadow: none !important;
}

.Contact-info .Contact-inner .item.item-3 .item-inner {
  min-height: 275px;
}

.faq-row3 .bottom-pane .content .column-inner a.btn-wrap {
  margin-top: 50px;
}
.faq-row3 .bottom-pane .content {
  margin-top: 25px;
}

.real-estate-websites-banner .cta-btn-wrap a:before {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39b54a;
  content: '';
}

.jobs .job-single-wrap .job-form .hs-input.invalid.error {
  border: 1px solid #db4c4c;
}

.jobs .job-single-wrap .job-form .hs-error-msgs label {
  color: #db4c4c;
  font-weight: 500;
  font-family: Roboto;
  line-height: 22px;
  font-size: 15px;
}

.real-estate-websites-banner .cta-btn-wrap a:hover:before {
  top: 0;
  opacity: 1;
}

.real-estate-websites-banner .cta-btn-wrap a span {
  position: relative;
  z-index: 1;
}

.crm-2-page-bottom-sec form label.hs-error-msg,
.crm-2-page-bottom-sec form .hs_error_rollup label {
  font-size: 14px;
}

.leadmetadata-row1 .widget-type-rich_text blockquote table tbody tr td a {
  color: inherit;
}

.real-estate-crm-banner .cta-btn-wrap a:before {
  content: '';
  -webkit-transition: all .25s;
  transition: all .25s;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39b54a;
}

.real-estate-crm-banner .cta-btn-wrap a:hover:before {
  top: 0;
  opacity: 1;
}

.real-estate-crm-banner .cta-btn-wrap a span {
  position: relative;
  z-index: 1;
}

.integrations-row3 .bottom-pane .content a.mpc-button {
  margin-bottom: 15px;
}

.integrations-row3 .bottom-pane .content .column-inner .title {
  margin-bottom: 45px;
}


.real-estate-page-wrap .banner .banner-inner a.btn-wrap {
  margin-top: 40px;
  margin-bottom: 10px;
  background: #f24a01;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 16px;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  width: auto;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: initial;
}

.real-estate-page-wrap .banner .banner-inner a.btn-wrap:before {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39b54a;
  content: '';
}

.real-estate-page-wrap .banner .banner-inner a.btn-wrap:hover:before {
  top: 0;
  opacity: 1;
}

.real-estate-page-wrap .user-reviews-wrapper .title-wrapper {
  margin-bottom: 50px;
}

.integrations-row3 .bottom-pane {
  margin-top: -60px;
}

.real-mls-row1 .cm-content-wt-img-column-wrap .content-col .col-inner {
  padding-top: 0;
}

.contact_p1 .widget-type-rich_text h3 {
  margin: 0 0 18px;
}

.real-estate-row1 .cm-content-wt-img-column-wrap .mob_image_wrap img {
  max-width: 100%;
}

.real-mls-row7 .user-reviews-wrapper .user-reviews-image {
  display: none;
}

.real-mls-row7 .user-reviews-wrapper .user-reviews-image + .user-reviews-content {
  display: none;
}

.real-mls-row7 .user-reviews-wrapper {
  padding-bottom: 27px;
}

.cm-content-wt-img-column-wrap .content blockquote {
  text-align: right;
}

.cm-content-wt-img-column-wrap .content blockquote a {
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #f24a01;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.cm-content-wt-img-column-wrap .content blockquote a:before {
  -webkit-transition: all .25s;
  transition: all .25s;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #39b54a;
  content: '';
}

.cm-content-wt-img-column-wrap .content blockquote a:hover:before {
  opacity: 1;
  top: 0;
}

.cm-content-wt-img-column-wrap .content blockquote a span {
  position: relative;
  z-index: 1;
}

.cm-content-wt-img-column-wrap .content blockquote a:hover {
  color: #fff;
}

.f-p form .hs-button {
  margin-bottom: 20px;
}

.real-mls-row5 .dnd-section>.row-fluid img {
  vertical-align: top;
}

.leadmetadata-row1 .widget-type-rich_text blockquote h3 {
  color: #252525;
}




@media (max-width:1199px) {
  .about_P1 .dnd-section>.row-fluid,
  .about_P5 .dnd-section>.row-fluid {
    max-width: 990px;
  }
  .Content-with-image .page-center {
    max-width: 990px;
  }
  .accordion .page-center {
    max-width: 990px;
  }
  .disclosure-policy_1 .dnd-section>.row-fluid {
    max-width: 990px;
  }
  .lead-management-row1 .dnd-section>.row-fluid {
    max-width: 990px;
  }
  .two-col .page-center {
    max-width: 990px;
  }
  .lead-providers .page-center {
    max-width: 990px;
  }
  .lead-management .page-center {
    max-width: 990px;
  }
  .lead-management-page-wrap .cm-content-wt-img-column-type2-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .get-demo-page .page-center {
    max-width: 990px;
  }
}


@media (max-width:991px) {
  .lead-management-row4 .cm-content-wt-img-column-wrap .row {
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -16px;
  }
  .lead-management-row5 .cm-content-wt-img-column-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .lead-management-row5 {
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .lead-management-row8 .cm-content-wt-img-column-type2-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .lead-management-row8 .cm-content-wt-img-column-type2-wrap .content p {
    margin-right: 0;
  }
  .about_P1 .dnd-section>.row-fluid,
  .about_P5 .dnd-section>.row-fluid {
    max-width: 750px;
  }
  .Content-with-image .page-center {
    max-width: 750px;
  }
  .accordion .page-center {
    max-width: 750px;
  }
  .disclosure-policy_1 .dnd-section>.row-fluid {
    max-width: 750px;
  }
  .onboarding-page-wrap .banner .page-center {
    max-width: 750px;
  }
  .lead-providers .page-center {
    max-width: 750px;
  }
  .lead-management-row1 .dnd-section>.row-fluid {
    max-width: 750px;
  }
}


@media (max-width:800px) {
  .about_P3 .row-fluid {
    padding: 0;
  }
  .faq-row2 .accordion .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-banner .page-center {
    padding: 0 15px;
  }
  .terms-page .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .terms-condition-page .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get-demo-page .page-center {
    padding: 0 15px;
  }
  .about_P1 .dnd-section>.row-fluid,
  .about_P5 .dnd-section>.row-fluid, 
  .Content-with-image .page-center, 
  .accordion .page-center {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .disclosure-policy_1 .widget-type-rich_text {
    padding: 0 30px;
  }
  .market-snapshot-row3 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
}

@media (max-width:767px) {
  .contact_p1 .widget-type-rich_text h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .about_P5 .widget-type-rich_text h2 {
    font-size: 24px;
  }
  .terms-condition-page h3 {
    line-height: 32px;
    font-size: 24px;
  }
  .get-demo-row2 .widget-type-rich_text h3 {
    font-size: 24px;
  }
  .career-page .page-center {
    max-width: 100%;
  }
  .career-row1 .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .integrations-row3 .bottom-pane .content .column-inner .title p {
    font-size: 24px;
  } 
  .leadmetadata-row1 .widget-type-rich_text blockquote h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .leadmetadata-row1 .widget-type-rich_text blockquote h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .market-snapshot-row1 .producer-banner .content-col .content {
    display: none;
  }
  .market-snapshot-row3 .widget-type-rich_text h3 {
    font-size: 24px;
  }
  .market-snapshot-row3 .widget-type-rich_text p {
    display: none;
  }
  .market-snapshot-row4 .bottom-pane .content .column-inner .title p {
    font-size: 24px;
  }
  .market-snapshot-row4 .bottom-pane .content .column-inner .bottom-img {
    margin-bottom: 15px;
  }
  .market-snapshot-row4 .bottom-pane .content .column-inner .title {
    margin-bottom: 20px;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row2 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row3 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row4 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row6 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row7 .cm-content-wt-img-column-wrap h2.title,
  .real-estate-row8 .cm-content-wt-img-column-wrap h2.title {
    font-size: 24px;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap .mob_image_wrap {
    padding: 0;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap .row {
    margin-top: 0;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap .mob_image_wrap { 
    margin-bottom: 35px;
  }
  .real-estate-row2 .cm-content-wt-img-column-wrap {
    display: none;
  }
  .real-estate-row3 .cm-content-wt-img-column-wrap .page-center {
    padding-top: 29px;
  }
  .real-estate-row3 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .real-estate-row4 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .real-estate-row6 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .real-estate-row7 .cm-content-wt-img-column-wrap {
    display: none;
  }
  .real-estate-row8 .cm-content-wt-img-column-wrap .page-center {
    padding-top: 39px;
  }
  .real-estate-row8 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .real-estate-page-wrap .real-estate-row9 .Automated-wrap .right-image .right-image-inner {
    padding: 0 6px;
    padding-top: 28px;
  }
  .real-estate-row9 .Automated-wrap .right-content .right-content-inner {
    padding: 0 6px;
  }
  .Automated-wrap .right-content-main .title h3 {
    font-size: 24px;
  }
  .real-estate-row10 .bottom-pane .content .column-inner .title {
    font-size: 24px;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap .content-col .col-inner,
  .real-estate-row2 .cm-content-wt-img-column-wrap .content-col .col-inner, 
  .real-estate-row3 .cm-content-wt-img-column-wrap .content-col .col-inner,
  .real-estate-row4 .cm-content-wt-img-column-wrap .content-col .col-inner,
  .real-estate-row6 .cm-content-wt-img-column-wrap .content-col .col-inner,
  .real-estate-row7 .cm-content-wt-img-column-wrap .content-col .col-inner,
  .real-estate-row8 .cm-content-wt-img-column-wrap .content-col .col-inner, 
  .real-mls-row1 .cm-content-wt-img-column-wrap .content-col .col-inner, 
  .real-mls-row4 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .status-page-wrap .values_wrap .item {
    width: 100%;
  }
  .status-page-wrap .values_wrap .item .cont_wrap .text-wrap {
    margin: 0;
  }
  .status-page-wrap .values_wrap .item .img-col {
    margin-bottom: 0;
  }
  .about_P1 .dnd-section>.row-fluid,
  .about_P5 .dnd-section>.row-fluid {
    max-width: 570px;
  }
  .Content-with-image .page-center {
    max-width: 570px;
  }
  .accordion .page-center {
    max-width: 570px;
  }
  .disclosure-policy_1 .dnd-section>.row-fluid {
    max-width: 570px;
  }
  .onboarding-page-wrap .banner .heading-wrap h1 {
    font-size: 24px;
  }
  .onboarding-page-wrap .banner .page-center {
    max-width: 570px;
  }
  .faq-row3 .bottom-pane .content .column-inner .title p {
    font-size: 24px;
  }
  .integrations-row3 .bottom-pane .content .column-inner .title {
    margin-bottom: 25px;
  }
  .real-estate-mls-page-wrap .cm-content-wt-img-column-wrap h2.title {
    font-size: 24px;
  }
  .real-mls-row2 .cm-content-wt-img-column-wrap {
    display: none;
  }
  .real-mls-row3 .cm-content-wt-img-column-wrap .content blockquote {
    line-height: initial;
  }
  .real-mls-row7 .user-reviews-wrapper.content-wrapper {
    display: none;
  }
  .real-mls-row5 .widget-type-rich_text h3 {
    font-size: 24px;
  }
  .real-mls-row1 .cm-content-wt-img-column-wrap .page-center {
    padding-top: 11px;
  }
  .real-mls-row3 .cm-content-wt-img-column-wrap .page-center {
    padding-top: 45px;
  }
  .real-mls-row3 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .real-mls-row4 .cm-content-wt-img-column-wrap .image-col .col-inner {
    padding-top: 0;
  }
  .real-mls-row4 .cm-content-wt-img-column-wrap .content-col .col-inner {
    padding-top: 45px;
  }
  .real-mls-row5 .widget-type-linked_image {
    margin: 0 21px;
  }
  .real-mls-row5 .widget-type-rich_text {
    margin: 0 26px;
  }
  .real-mls-row5 {
    padding-top: 50px;
  }
}




@media (max-width:575px) {
  .Real-estate .content-main .content p {
    padding: 0 4px;
  }
  .real-estate-page-wrap .real-estate-row9 .Automated-wrap .right-image .right-image-inner {
    padding: 28px 0 0;
  }
  .real-estate-row9 .Automated-wrap .right-content .right-content-inner {
    padding: 0 0;
  }
  .about_P1 .dnd-section>.row-fluid,
  .about_P5 .dnd-section>.row-fluid, 
  .Content-with-image .page-center, 
  .accordion .page-center {
    padding-left: 0;
    padding-right: 0;
  } 
  .disclosure-policy_1 .widget-type-rich_text {
    padding: 0 15px;
  }
  .onboarding-page-wrap .banner .banner-inner {
    padding: 0 15px;
  }
  .Contact-info .button-wrapper .button-inner {
    padding: 0 15px;
  }
  .faq-row2 .accordion .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-banner .page-center {
    padding: 0;
  }
  .faq-row3 .bottom-pane .content {
    margin-top: 0;
  }
  .faq-row3 .bottom-pane .content .column-inner a.btn-wrap {
    margin-top: 24px;
  }
  .contact_p1 .widget-type-rich_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Automated-wrap {
    padding-bottom: 50px;
  }
  .real-mls-row1 .cm-content-wt-img-column-wrap .page-center {
    padding-top: 10px;
  }
  .real-mls-row3 .cm-content-wt-img-column-wrap .content blockquote {
    margin-left: -20px;
    margin-right: -20px;  
  }
  .real-mls-row5 .widget-type-rich_text {
    margin: 0 6px;
  }
  .real-mls-row5 .widget-type-linked_image {
    margin: 0;
  }
}



@media (min-width:576px) {
  .terms-page .page-center,
  .terms-condition-page .page-center {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .terms-page .page-center,
  .terms-condition-page .page-center  {
    max-width: 720px;
  }
  .career-page .page-center {
    max-width: 780px;
  }
  .lead-management-row4 .cm-content-wt-img-column-wrap .image-col {
    width: 50%;
  }
  .lead-management-row4 .cm-content-wt-img-column-wrap .content-col {
    width: 50%;
  }
  .lead-management-row5 .cm-content-wt-img-column-wrap .right_img .image-col {
    width: 50%;
  }
  .lead-management-row5 .cm-content-wt-img-column-wrap .content-col {
    width: 50%;
  }
  .real-estate-row1 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row1 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-estate-row2 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row2 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-estate-row3 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row3 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-estate-row4 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row4 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }

  .real-estate-row6 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row6 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }

  .real-estate-row7 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row7 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }

  .real-estate-row8 .cm-content-wt-img-column-wrap .col-inner,
  .real-estate-row8 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-mls-row1 .cm-content-wt-img-column-wrap .col-inner,
  .real-mls-row1 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-mls-row4 .cm-content-wt-img-column-wrap .col-inner,
  .real-mls-row4 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-mls-row2 .cm-content-wt-img-column-wrap .col-inner,
  .real-mls-row2 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-mls-row3 .cm-content-wt-img-column-wrap .col-inner,
  .real-mls-row3 .cm-content-wt-img-column-wrap .column {
    width: 50%;
  }
  .real-estate-page-wrap .Automated-wrap .page-center {
    display: flex;
  }
  .real-estate-page-wrap .Automated-wrap .right-content,
  .real-estate-page-wrap .Automated-wrap .right-image {
    width: 50%;
  }
  .real-estate-page-wrap .Automated-wrap .right-image .right-image-inner {
    padding: 0 15px;
  }
  .real-estate-page-wrap .Automated-wrap .right-content .right-content-inner {
    padding: 0 15px;
  }
  .user-reviews-wrapper .title-wrapper {
    float: left;
    width: 100%;
  }
}



@media (min-width:992px) {
  .terms-page .page-center,
  .terms-condition-page .page-center {
    max-width: 960px;
  }
  .career-page .page-center {
    max-width: 970px;
  }
}

@media (min-width:1200px) {
  .terms-page .page-center,
  .terms-condition-page .page-center {
    max-width: 1140px;
  }
}

@media (min-width:1220px) {
  .career-page .page-center {
    max-width: 1230px;
  }
}

@media (min-width:1400px) {
  .terms-page .page-center,
  .terms-condition-page .page-center {
    max-width: 1320px;
  }
}



/* prashant */

.bright-wrap .bright_P1 .hs_cos_wrapper_type_rich_text {
  padding: 0 15px;
  display:block;
}

.bright-wrap .bright_P1 h1 {
  max-width: 100%;
  font-size: 46px;
  line-height: 1.4;
  text-align: center;
}

.bright-wrap .bright_P1 h1 span {
  color: #4c9e45;
}

.bright-wrap .bright_P1 h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 32px;
}

.bright-wrap .bright_P1 p {
  margin-bottom: 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

.privacy-row1 h1 {
  margin-bottom: 35px;
  text-align: center;
}

.privacy-row1 section {
  margin-bottom: 35px;
}

.privacy-row1 ul {
  list-style-position: outside;
  line-height: 22px;
  text-align: left;
  margin-bottom: 1rem;
}

.privacy-row1 ul li {
  margin: 10px 0;
}


.privacy-row1 blockquote {
  margin: 0;
}

.privacy-row1 blockquote ul li {
  margin: 0;
}

.privacy-row1 blockquote ul {
  line-height: 1.8;
  list-style-position: inside;
}

.privacy-wrap {}

.privacy-wrap table {
  border: 1px solid #ddd;
  color: #2a2a2a;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0 18px;
  caption-side: bottom;
  line-height: 22px;
  word-break: normal;
}

.privacy-wrap table tbody {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.privacy-wrap table tbody tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.privacy-wrap table tbody tr td {
  border: 1px solid #ddd;
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  direction: ltr;
  /* white-space: nowrap; */
}

.privacy-wrap table tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.privacy-inner .page-center {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
}


/* jpb type */

.job-type-wrap .rec-job.job-type .page-center {
  padding: 0;
  max-width: 1170px;
}

/* error page */


.error-page-wrap .page-center {
  padding-right: 23px;
  padding-left: 23px;
}

.error-page-wrap .error-content-wrap {
  margin-top: 60px;
  margin-bottom: 200px;
  text-align: center;
}

.error-page-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.error-page-wrap .row .col {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.error-image-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.error-image-wrap img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.error-title-wrap {}

.error-title-wrap h3 {
  margin-bottom: 35px;
  font-family: Montserrat;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: #004b8d;
  font-size: 30px;
  /* margin-bottom: 0; */
}

.error-title-wrap p {
  margin-bottom: 20px;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 18px;
  text-align: center;
  color: #43b752;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.error-title-wrap .button {
  border-radius: 30px;
  margin-bottom: 20px;
  background: #f24a01;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat" !important;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  line-height: initial;
  border: none;
  margin: 0;
  margin-bottom:26px;
  z-index: 2;
}

.error-title-wrap .button:after {
  background: #ffffff;
  top: -100%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
  content: "";
}

.error-title-wrap .button:hover:after {
  top: 0;
  opacity: 1;
}

.error-title-wrap .button:hover {
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-color: #f24a01;
  border-style: solid;
  border-radius: 30px;
  color: #f24a01;
}

.error-page-wrap {
  overflow: hidden;
}

@media(max-width:1199px){
  .privacy-inner .page-center {
    max-width: 990px;
  }
}

@media(max-width:991px){
  .privacy-inner .page-center {
    max-width: 750px;
  }
  .get-demo-page .page-center {
    max-width: 750px;
  }
  .two-col .page-center {
    max-width: 750px;
  }
}

@media(max-width:800px){
  .privacy-inner .page-center{
    padding: 40px 30px 80px;
  }

  .error-page-wrap .page-center {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media(max-width:767px){
  .bright-wrap .bright_P1 h1 {
    max-width: 100%;
    font-size: 24px !important;
    line-height: 1.4;
    text-align: center;
  }

  .bright-wrap .bright_P1 h3 {
    font-size: 24px;
  }

  .error-title-wrap h3 {
    line-height: 32px;
    font-size: 24px;
  }

  .privacy-inner .page-center {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
  }

  .contact_producer-wrap .contact_p1 .dnd-section {
    padding-right: 0 !important;
  }
  .get-demo-page .page-center {
    max-width: 570px;
  }
  .lead-management-row1 .dnd-section>.row-fluid {
    max-width: 570px;
  }
  .lead-management-row5 {
    margin-top: 0;
  }
}



@media(max-width:576px){
  .privacy-inner .page-center{
    padding: 40px 15px 80px;
  }

  .error-page-wrap .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:400px){
  .privacy-wrap table tbody tr td {
    font-size: 10px;
  }
}



/* end */



/* sunny */

/* *** Header 2 *** */

.header_2_phone {
  padding: 0px 10px;
  margin-right: 11px;
  position: relative;
  top: -5px;
  display: none;
}

.header_2_phone p {
  margin: 0;
}

.header_2_phone a {
  padding: 0px 10px;
  color: #004b8d;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 2.19;
  pointer-events: none;
}
.header_2_phone p a i.fa.fa-phone {
  padding-right: 5px;
}

@media (min-width: 1100px) {
  header.header_2 .bottom-header {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .header_2_phone {
    display: block;
  } 
}

/* *** Header 2 End *** */

.banner-section .dnd-section {
  padding: 0;
}


/* *** Website Page *** */

.website-page .banner .banner-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.website-page .dnd-section .dnd-column {
  padding-left: 15px;
  padding-right: 15px;
}

.website-page .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 10px;
}
.website-page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 32px;
  line-height: 1.2;
}

.website-page .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 1.375;
}
.website-page .bottom-pane .content .column-inner .title {
  margin-bottom: 20px;
}
.website-page .bottom-pane .no-image .content {
  margin-top: 0;
}
.website-page .bottom-pane .no-image .content .column-inner {
  padding-left: 20px;
  padding-right: 20px;
}


.website-page .user-reviews-wrapper {
  padding-top: 0;
}

.website-page .user-reviews-wrapper .user-reviews-image {
  padding-top: 35px;
}
.website-page .user-reviews-wrapper .user-reviews-content .user-reviews-content-inner {
  padding-top: 35px;
  padding-bottom: 20px;
}
.website-page .user-reviews-wrapper .user-reviews-item .-reviews-item_titl {
  padding-bottom: 0;
}
.website-page .user-reviews-wrapper .user-reviews-item:nth-child(4) .testimonial-section img {
  padding: 0;
  padding-top: 20px;
}
.website-page .user-reviews-wrapper .user-reviews-button-inner {
  padding-top: 35px;
}

/* *** Transaction Management Page *** */

.transaction-management-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.transaction-management-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.transaction-management-page .dnd-section .dnd-column {
  padding: 0;
}

/* *** Real Estate Websites Page *** */

.real-estate-websites-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.real-estate-websites-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.real-estate-websites-page .dnd-section .dnd-column {
  padding: 0;
}

.real-estate-websites-page .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}


.real-estate-websites-page .bottom-pane .content {
  margin-top: 0;
}
.real-estate-websites-page .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  line-height: 1.4;
}

.real-estate-websites-page .bottom-pane .content .column-inner .title {
  padding-bottom: 45px;
}


/* *** CRM Page *** */

.crm-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.crm-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.crm-page .dnd-section .dnd-column {
  padding: 0;
}

.crm-page .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}


.crm-page .section-header h2 {
  font-size: 36px;
  line-height: 1.2;
}

.crm-page .section-header {
  font-size: 18px ;
  font-family: "Montserrat" ;
  font-weight: 700 ;
  line-height: 1.2;
  margin: 0 0 20px;

}

.crm-page .section-subheader {
  color: #39b54a;
}

.crm-page p.secondary-header {
  margin-top: -2px;
  margin-bottom: 18px;
}


.crm-page a.hs-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 15px 50px;
  line-height: normal;
  -webkit-transition: all .25s;
  transition: all .25s;
  background-color: #39b54a;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}
.crm-page a.hs-button:hover {
  background-color: #39b54a;
  color: #fff;
}

.crm-page .client-review {
  padding-top: 35px;
  padding-bottom: 40px;
}

.crm-page .client-review .item-wrap .card-outer .wrap {
  padding-top: 35px;
}
.crm-page .client-review .item-wrap .item-inner {
  padding-top: 35px;
}

.crm-page .client-review .item-wrap .rating-col .inner,
.crm-page .client-review .item-wrap .right-img .inner {
  padding-top: 35px;
}


.crm-page .client-review .top-sec .sub-title {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.crm-page .widget-type-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}



.crm-page .widget-type-form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: center;
}

.crm-page .widget-type-form form input.hs-button {
  margin: 0;
  font-family: Roboto;
}

.crm-page-bottom-sec .hs_cos_wrapper_type_form {
  background-color: transparent;
}

.crm-page-bottom-sec .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 1.2;
}


.crm-page .widget-type-rich_text h1 {
  font-size: 36px;
  line-height: 1.2;
}


.crm-page .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 1.2;
}

.crm-page .our-service {
  padding-top: 30px;
  padding-bottom: 40px;
}
.crm-page .our-service .top-sec {
  padding-bottom: 20px;
}
.crm-page .our-service .item .cont_col ul li {
  list-style: unset;
  font-size: 18px;
  line-height: 22px;
}
.crm-page .our-service .item .inn {
  margin-bottom: 40px;
}


.crm-page .cm-content-wt-img-column-type2-wrap .content-col .col-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.crm-page .cm-content-wt-img-column-type2-wrap h2.title {
  font-size: 32px;
  line-height: 1.2;
}

.crm-page .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  line-height: 1.4;
}
.crm-page .bottom-pane .content .column-inner .title {
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.crm-page .bottom-pane .content {
  margin-top: 0;
}
.crm-page .bottom-pane .page-center {
  padding-top: 40px;
}


.crm-page .widget-type-rich_text {
  font-size: 16px;
  line-height: 22px;
}
.crm-page .widget-type-rich_text ul {
  list-style-position: outside;
}
.crm-page .widget-type-rich_text ul li {
  margin: 10px 0;
  line-height: 22px;
}
.crm-page .widget-type-rich_text ul li a {
  color: #337ab7;
}


/* *** CRM 2 Page *** */

.crm-2-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.crm-2-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.crm-2-page .dnd-section .dnd-column {
  padding: 0;
}

.crm-2-page .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}


.crm-2-page .section-header h2 {
  font-size: 36px;
  line-height: 1.2;
}

.crm-2-page .section-header {
  font-size: 18px ;
  font-family: "Montserrat" ;
  font-weight: 700 ;
  line-height: 1.2;
  margin: 0 0 20px;

}

.crm-2-page .section-subheader {
  color: #39b54a;
}

.crm-2-page p.secondary-header {
  margin-top: -2px;
  margin-bottom: 18px;
}

.crm-2-page .cm-featured-section .col-inner {
  padding-top: 0;
}


.crm-2-page a.hs-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 15px 50px;
  line-height: normal;
  -webkit-transition: all .25s;
  transition: all .25s;
  background-color: #39b54a;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}
.crm-2-page a.hs-button:hover {
  background-color: #39b54a;
  color: #fff;
}

.crm-2-page .client-review {
  padding-top: 40px;
  padding-bottom: 40px;
}

.crm-2-page .client-review .item-wrap .card-outer .wrap {
  padding-top: 0;
}
.crm-2-page .client-review .item-wrap .item-inner {
  padding-top: 0;
}

.crm-2-page .client-review .item-wrap .rating-col .inner,
.crm-2-page .client-review .item-wrap .right-img .inner {
  padding-top: 0;
}
.crm-2-page .client-review .top-sec .sub-title {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.crm-2-page .cm-content-wt-video-wrap .col-inner {
  padding-top: 0;
}




.crm-2-page .widget-type-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}



.crm-2-page .widget-type-form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
  text-align: center;
}

.crm-2-page .widget-type-form form input.hs-button {
  margin: 0;
  font-family: Roboto;
}

.crm-2-page-bottom-sec .hs_cos_wrapper_type_form {
  background-color: transparent;
}
.crm-2-page-bottom-sec .widget-type-rich_text h2 {
  font-size: 32px;
  line-height: 1.2;
}

.crm-2-page .crm-page-banner {
  padding-top: 20px;
}

.crm-2-page .crm-page-banner .col-inner {
  padding-top: 20px;
}
.crm-2-page .crm-page-banner .bottom-sec .col-inner {
  padding-top: 0;
}

.crm-2-page .crm-page-banner .feature-item-inner {
  padding-top: 0;
}
.crm-2-page .crm-page-banner .list-wrp ul li {
  list-style: none;
}

.crm-2-page .pricing_wrap {
  padding-top: 0;
}



.dynamic-workflow-page .real-estate-websites-banner .top-sec {
  padding: 70px 0 0;
}
.dynamic-workflow-page .real-estate-websites-banner h1.title > span {
  font-size: 24px;
  font-weight: 400;
}

.dynamic-workflow-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.dynamic-workflow-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.dynamic-workflow-page .dnd-section .dnd-column {
  padding: 0;
}



.dynamic-workflow-page .bottom-pane .page-center {
  padding-top: 20px;
  padding-bottom: 40px;
}
.dynamic-workflow-page .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  line-height: 1.4;
}
.dynamic-workflow-page .bottom-pane .content .column-inner .title {
  padding-bottom: 45px;
}
.dynamic-workflow-page .bottom-pane .content {
  margin-top: 20px;
}

/* *** Leap Response Page *** */

.leap-response-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.leap-response-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.leap-response-page .dnd-section .dnd-column {
  padding: 0;
}



.leap-response-page .bottom-pane .page-center {
  padding-top: 20px;
  padding-bottom: 40px;
}
.leap-response-page .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  line-height: 1.4;
}
.leap-response-page .bottom-pane .content .column-inner .title {
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.leap-response-page .bottom-pane .content {
  margin-top: 20px;
}

.leap-response-page .cm-campaign-service {
  padding: 40px 0 40px;
}
.leap-response-page .cm-campaign-service .camp-item-content {
  margin-bottom: 4px;
}
.leap-response-page .cm-content-wt-img-column-wrap .content a,
.leap-response-page .cm-content-wt-img-column-wrap .content a:hover {
  color: #0d6efd;
}

/* *** Smart Targeting Page *** */

.smart-targeting-page .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.smart-targeting-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.smart-targeting-page .dnd-section .dnd-column {
  padding: 0;
}


.smart-targeting-page .bottom-pane .page-center {
  padding-top: 20px;
  padding-bottom: 40px;
}
.smart-targeting-page .bottom-pane .content .column-inner .title {
  margin-bottom: 16px;
}

.smart-targeting-page .bottom-pane .content .column-inner .contact-info {
  font-size: 22px;
  line-height: 1.4;
}

.smart-targeting-page .bottom-pane .content .column-inner a.btn-wrap {
  margin-top: 13px;
}
.smart-targeting-page .bottom-pane .content {
  margin-top: 20px;
} 

.smart-targeting-page .cm-campaign-service {
  padding: 0px 0 40px;
}
.smart-targeting-page .cm-campaign-service .camp-item-content {
  margin: 15px 0 15px;
}


/* *** Onboarding Page *** */

.onboarding-page .dnd-section .dnd-column {
  padding: 0;
}


.onboarding-page .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.onboarding-page .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.onboarding-page .bottom-pane .content .column-inner {
  padding-top: 0;
}

.onboarding-page .bottom-pane .content {
  margin-top: 0;
}

.onboarding-page .bottom-pane .content .column-inner .button-w a {
  margin-top: 10px;
}

.onboarding-page .bottom-pane .page-center {
  padding-top: 20px;
}

.hubspot-disable-focus-styles .body-container-wrapper ,
.hubspot-disable-focus-styles footer.footer,
.hubspot-disable-focus-styles header.header{
    position: relative;
    z-index: 999999;
}

@media (min-width: 768px) {

  .website-page .row-fluid .span6 {
    width: 50%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 1199px) {
  .website-page .banner .page-center {
    max-width: 990px;
  }
  .website-page .dnd-section > .row-fluid {
    max-width: 990px;
  }
  .website-page .bottom-pane .page-center {
    max-width: 990px;
  }
}

@media (max-width: 1024px) {
  .client-review .item-wrap .card-outer .description {
    min-height: 230px;
  }
}




@media (max-width: 991px) {
  .real-estate-websites-page .dnd-section > .row-fluid {
    max-width: 750px;
  }
  .crm-page .dnd-section > .row-fluid {
    max-width: 750px;
  }
  .crm-2-page .dnd-section > .row-fluid {
    max-width: 750px;
  }

  .website-page .banner .page-center {
    max-width: 750px;
  }
  .website-page .dnd-section > .row-fluid {
    max-width: 750px;
  }
  .website-page .bottom-pane .page-center {
    max-width: 750px;
  }
  .market-snapshot-row3 .dnd-section>.row-fluid {
    max-width: 750px;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .crm-2-page .pricing_wrap .top-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .real-estate-websites-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .real-estate-websites-page .dnd-section > .row-fluid {
    max-width: 540px;
  }

  .crm-page .dnd-section > .row-fluid {
    max-width: 540px;
  }
  
  .crm-page .section-header h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .crm-page .section-subheader {
    font-size: 18px;
  }
  
  .crm-page p.secondary-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .crm-page .widget-type-form form .actions {
    margin-bottom: 0;
  }
  
  .crm-page-bottom-sec .widget-type-rich_text h2 {
    font-size: 24px ;
  }
  
  .crm-page .widget-type-rich_text h1 {
    font-size: 24px;
  }

  .crm-page .our-service .item .inn {
    margin-bottom: 30px;
  }

  .crm-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
    padding-bottom: 0;
  }

  .crm-page .widget-type-rich_text h2 {
    font-size: 24px;
  }

  .dynamic-workflow-page .real-estate-websites-banner .top-sec {
    padding: 50px 0 0;
  }
  
  .dynamic-workflow-page .cm-content-wt-img-column-wrap .mob_img_added .col-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .dynamic-workflow-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  
  .dynamic-workflow-page .bottom-pane .content {
    margin-top: 0;
  }

  .crm-2-page .crm-page-banner .right-col .col-inner {
    padding-top: 0;
  }

  .crm-2-page .dnd-section > .row-fluid {
    max-width: 540px;
  }
  
  .crm-2-page .section-header h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  
  .crm-2-page .section-subheader {
    font-size: 18px;
  }
  
  .crm-2-page p.secondary-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .crm-2-page .widget-type-form form .actions {
    margin-bottom: 0;
  }
  .crm-2-page-bottom-sec .widget-type-rich_text h2 {
    font-size: 24px ;
  } 

  .website-page .banner .page-center {
    max-width: 540px;
  }
  .website-page .dnd-section > .row-fluid {
    max-width: 540px;
  }

  .website-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
  }
  .website-page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  } 
  .website-page .bottom-pane .page-center {
    max-width: 540px;
  }
  .website-page .user-reviews-wrapper.content-wrapper {
    padding-top: 0;
  }
  .website-page .user-reviews-wrapper .user-reviews-content .user-reviews-author p.hidden-on-desk {
    margin: 0;
  }

  .leap-response-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
    padding-bottom: 0;
  }
  .leap-response-page .bottom-pane .content {
    margin-top: 0;
  }
  .leap-response-page .cm-campaign-service .content {
    display: none;
  }
  .leap-response-page .cm-campaign-service .slick-slider {
    margin-top: 60px;
  }

  .smart-targeting-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
  }
  .smart-targeting-page .bottom-pane .content {
    margin-top: 0;
  }

  .smart-targeting-page .cm-content-wt-img-column-wrap .mob_img_added .col-inner {
    padding-bottom: 0;
    padding-top: 35px;
  }

  .smart-targeting-page .cm-campaign-service .content {
    display: none;
  }
  .smart-targeting-page .cm-campaign-service h2.title {
    margin-bottom: 60px;
  }
  .smart-targeting-page .cm-campaign-service .camp-item {
    padding-left: 20px;
  }
  .lead-management-row5 .cm-content-wt-img-column-wrap h2.title {
    font-size: 24px !important;
    text-align: left;
  }
  .crm-2-page .pricing_wrap .top-section .sub-content {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }




}

@media (max-width: 575px) {
  .real-estate-websites-page .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .crm-page .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .crm-2-page .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .website-page .banner .page-center {
    max-width: 100%;
  }
  .website-page .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .website-page .bottom-pane .page-center {
    max-width: 100%;
  }



  .lead-providers .page-center {
    max-width: 570px;
  }
  .lead-management-row1 .dnd-section {
    padding-bottom: 0;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .crm-page .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .crm-2-page .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

/* end */


/* sanjay */
.home-page .cm-content-wt-img-column-type2-wrap .top-content h2 span {
  font-size: 24px;
  font-weight: 400;
}
.home-page .cm-content-wt-img-column-type2-wrap .content-col {
  width: 40%;
}
.home-page .cm-content-wt-img-column-type2-wrap .image-col {
  width: 60%;
}
.home-page .cm-content-wt-img-column-type2-wrap .content p:last-of-type {
  margin: 0;
}
.home-page .cm-content-wt-img-column-type2-wrap .title-wrap {
  padding: 0;
}
.home-page .cm-content-wt-img-column-type2-wrap h2.title {
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: rgb(0 75 141);
  font-size: 30px;
  font-family: Montserrat;
} 
.home-page .cm-content-wt-img-column-type2-wrap .col-inner h4 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(57 181 74);
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: Roboto;
}
.home-page .cm-content-wt-img-column-type2-wrap .content p:last-of-type {
  margin: 0;
  font-size: 15px;
  line-height: 22.5px;
  font-family: Roboto;
}
.home-page .cm-content-wt-img-column-type2-wrap {
  padding: 0;
}
.home-page .cm-content-wt-img-column-type2-wrap .top-content {
  text-align: center;
  padding-top: 38px;
}
.home-page .cm-content-wt-img-column-type2-wrap .content a {
  color: rgb(242 74 1);
}
.home-page .bottom-pane .content .column-inner .title p {
  margin: 0 0 20px 0;
}
.home_row3 .cm-content-wt-img-column-type2-wrap .col-inner {
  padding-top: 0;
}
.home-page .cm-content-wt-img-column-type2-wrap .content p:last-of-type+span {
  font-size: 12px;
  padding-top: 23px;
  display: block;
}
.home-page .cm-content-wt-img-column-type2-wrap.-----contact-view---social-insights p {
  margin-bottom: 20px !important;
}
.home_row4 {
  text-align: center;
}
.home_row4 h3 {
  color: rgb(37 37 37);
  font-family: "Montserrat" !important;
  font-size: 32px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  text-transform: inherit;
  margin-top: 20px;
}
.home_row4 p {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  color: rgb(37 37 37);
  font-family: "Roboto" !important;
  font-size: 18px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4;
  margin-bottom: 0;
}
.home_row4 .cta_button {
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: rgb(242 74 1);
  text-align: center;
  text-transform: uppercase;
  color: rgb(255 255 255);
  font-family: "Montserrat" !important;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  box-sizing: border-box !important;
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  line-height: initial;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.home_row4 .cta_button:before {
  content: "";
  background: rgb(57 181 74);
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: -1;
}
.home_row4 .cta_button:hover:before {
  top: 0;
  opacity: 1;
}
.two_column_content_with_image .two_column_content_with_image_overlay {
  opacity: 1;
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/bg-g.png);
  background-repeat: repeat-x;
  background-size: initial;
  background-color: rgb(240 249 241);
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-reviews-wrapper .user-reviews-item .testimonial-section {
  width: 400px;
  height: 400px;
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.home-page {
  overflow: inherit;
}

.teams_brokers_row1 .real-estate-websites-banner .content p {
  margin: 0;
}
.teams_brokers_row1 .real-estate-websites-banner .content {
  max-width: 100%;
  margin: 0;
}
.teams_brokers_row1 .real-estate-websites-banner .botm-content p {
  max-width: 100%;
  color: rgb(0 75 141);
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.teams_brokers_row1 .real-estate-websites-banner .bottom-sec {
  position: relative;
  padding: 70px 0 0;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap {
  background: rgb(233 239 245);
  padding-top: 65px;
  padding-bottom: 20px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .row>div {
  width: 50%;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .col-inner {
  padding-left: 35px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap h2.title {
  color: rgb(0 75 141);
  font-family: "Montserrat" !important;
  font-size: 36px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin-bottom: 50px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content ul {
  padding: 0;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content ul li {
  margin: 10px 0;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content p {
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content ul strong {
  font-size: 16px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .column.image-col .col-inner {
  padding-left: 14px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content>:last-child {
  margin-bottom: 19px;
  list-style-position: outside;
  line-height: 22px;
  text-align: left;
  padding-left: 12px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .image-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.teams_brokers_row1 .cm-content-wt-img-column-wrap .content p a {
  color: rgb(51 122 183) !important;
}
.real_estate_teams .real_estate_wrapper .real_estate_items .real_estate_items_col {
  width: 400px;
  height: 400px;
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.user-reviews-wrapper .user-reviews-item:nth-child(4) .testimonial-section img {
  padding: 20px 0 0 0 !important;
}
.teams_brokers_row1 .real-estate-websites-banner .content p a.interlink {
  color: rgb(51 122 183) !important;
}

.teams_brokers_row1 .cm-content-wt-img-column-wrap {
  padding-top: 60px ;
}


@media(max-width: 991px) and (min-width: 768px){
  .home-page .cm-content-wt-img-column-type2-wrap .col-inner h4 {
    text-align: center;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .page-center {
    max-width: 742px;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .content p:last-of-type {
    text-align: center;
  }
}

@media(max-width: 1199px){
  .teams-brokers-page .content-wrapper {
    max-width: 990px !important;
  }
}

@media(max-width: 991px){
  .teams-brokers-page .content-wrapper {
    max-width: 750px!important;
  }
}

@media(max-width: 800px){
  .home-page .cm-content-wt-img-column-type2-wrap .page-center {
    max-width: 711px;
  }
}

@media(max-width: 767px){
  .home-page .cm-content-wt-img-column-type2-wrap .top-content {
    text-align: center;
    padding-top: 13px;
  }

  .home-page .cm-content-wt-img-column-type2-wrap .page-center {
    max-width: 540px;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .content-col {
    width: 100%;
    text-align: center;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .row {
    flex-direction: column-reverse;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .image-col {
    width: 100%;
  }


  .home-page .cm-content-wt-img-column-type2-wrap .content-col .mobile-img {
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 15px;
  }

  .home-page .cm-content-wt-img-column-type2-wrap .content-col .col-inner {
    padding-top: 0;
  }
  .home-page .cm-content-wt-img-column-type2-wrap h2.title {
    text-align: center;
    font-size: 18px !important;
    line-height: 32px;
  }

  .home-page .cm-content-wt-img-column-type2-wrap .content-col .mobile-img img {
    width: 100%;
    max-width: 300px;
  }

  .home-page .cm-content-wt-img-column-type2-wrap .content-col {
    display: block;
  }

  .home-page .cm-content-wt-img-column-type2-wrap .content-col .mobile-img {
    padding: 8px;
    margin-bottom: 10px;
    padding-top: 41px;
  }
  .home-page .cm-content-wt-img-column-type2-wrap .content p:last-of-type+span {
    text-align: left;
  }
  .home_row4 .dnd-section>.row-fluid>.span12 {
    background-color: rgb(240 249 241);
    padding: 20px 20px 51px 20px !important;
    margin: 20px 0px 0;
  }
  .home_row4 .dnd-section>.row-fluid {
    max-width: 540px;
  }
  .home_row4 h3 {
    font-size: 24px !important;
  }
  .home_row4 .dnd-section>.row-fluid>.span12>div {
    padding: 0 15px;
  }
  .home-page .bottom-pane .content .column-inner .title p {
    font-size: 24px !important;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap .row {
    flex-direction: column-reverse;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap .row>div {
    width: 100%;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap h2.title {
    font-size: 24px !important;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap .column.image-col .col-inner {
    padding-left: 14px;
    padding-top: 40px;
  }
  .teams-brokers-page .content-wrapper {
    max-width: 540px!important;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap {
    padding-top: 25px;
  }

  .teams_brokers_row1 .real-estate-websites-banner .image-wrap {
    padding-bottom: 75px;
  }
  .market-snapshot-row3 .dnd-section>.row-fluid {
    max-width: 570px;
  }

}

@media(max-width: 767px) and (min-width: 765px){
  .homepage-banner .homepage-banner-bg {
    opacity: 1;
    background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

/* end */



/* sagar */
.pricing-page .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-column,
.producer-crm-page .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-column,
.reviews-page .dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-column{
  padding: 0;
  width: 100%;
}

.pricing-page .dnd-section[class*="force-full-width-section"],
.producer-crm-page .dnd-section[class*="force-full-width-section"],
.reviews-page .dnd-section[class*="force-full-width-section"]{
  padding: 0;
}

.pricing-page .widget-type-rich_text h3 {
  color: #252525;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.pricing-page .widget-type-rich_text p {
  font-size: 16px;
  line-height: 22px;
}
.pricing-page .widget-type-rich_text img {
  display: block;
  margin: 5px auto;
}

.pricing-page .widget-type-rich_text p+div {
  margin-bottom: 20px;
}


.pricing-page .widget-type-form form .field {
  margin-bottom: 18px;
}

.pricing-page .widget-type-form form .field>label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}


.pricing-page .widget-type-form form .hs-input {
  padding: 0 15px;
  display: inline-block;
  min-height: 27px;
  background-color: #f5f8fa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100% !important;
  line-height: 22px;
  height: 40px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

.pricing-page .widget-type-form form .hs-firstname .hs-input {
  width: 90% !important;
}


.pricing-page .widget-type-form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}

.pricing-page .widget-type-form form .actions input.hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  transition: all .15s linear;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 24px;
}
.pricing-page .widget-type-rich_text h3 {
  margin-bottom: 30px;
}


.pricing-page .widget-type-form form .hs-richtext {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}

.pricing-page .widget-type-form form .hs-richtext p {
  margin: 1em 0;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.pricing-page .widget-type-form form .hs-richtext p a {
  color: #0000EE;
  text-decoration: underline;
}

.pricing-page .widget-type-form form {
  margin-bottom: 1em;
}


.producer-banner .slider-col .slick-prev.slick-arrow{
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/skin.png);
}

.producer-banner .slider-col .slick-next.slick-arrow{
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/skin.png);
}

.producer-banner .slider-col ul.slick-dots li{
  background-image: url(https://www.topproducer.com/hubfs/raw_assets/public/TopProducerSoftware_July2022/images/skin.png);
}


/* ============= */

.producer-crm-page .widget-type-rich_text h3 {
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #252525;
}

.producer-crm-page .widget-type-rich_text p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.producer-crm-page .widget-type-form form .hs_submit {
  text-align: center;
}

.producer-crm-page .widget-type-form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.producer-crm-page .widget-type-form form input.hs-button {
  margin: 0;
  font-family: Roboto;
}


.producer-crm-page .widget-type-form form .form-columns-2 .field:first-child .hs-input {
  width: 90%;
}

.producer-crm-page .widget-type-form form .field .hs-input {
  width: 100%;
}

.producer-crm-page .hs-error-msgs label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.producer-crm-page .hs_error_rollup label.hs-main-font-element {
  font-family: Roboto;
}

/* ===== */

.market-page .values_wrap {
  padding-top: 0;
}

.market-page .values_wrap .item{
  padding-top: 35px;
}

.market-page .our-service {
  padding-top: 55px;
}

.market-page .our-service .item .inn {
  padding-top: 35px;
}

.market-page .our-service .item .cont_col ul li {
  list-style: disc;
  font-size: 18px;
}

.market-page .client-review .item-wrap .card-outer .title {
  font-size: 24px;
}

.market-page .client-review .item-wrap .card-outer .description {
  min-height: auto;
}

.market-page .client-review .item-wrap .rating-col .inner {
  padding-top: 35px;
}

.market-page .client-review .item-wrap .right-img .inner {
  padding-top: 35px;
}

.market-page .bottom-pane .content .column-inner .title p {
  margin-bottom: 40px;
}

.market-page .client-review {
  padding-top: 35px;
}

.market-page .client-review .item-wrap .item-inner {
  padding-top: 35px;
}
.market-page .client-review .item-wrap .card-outer .wrap {
  padding-top: 35px;
}

.market-page .bottom-pane .page-center {
  padding-top: 40px;
}

.market-page .bottom-pane .content {
  margin-top: 0;
}

.market-page .bottom-pane .content .column-inner a.btn-wrap {
  margin-bottom: 37px;
}

.market-page .bottom-pane .content .column-inner {
  padding-left: 40px;
  padding-right: 40px;
}

/* ====================== */

.referral-page .widget-type-rich_text p {
  font-size: 16px;
  font-family: Roboto;
  line-height: 22px;
}

.referral-page .widget-type-rich_text ul {
  list-style-position: outside;
  line-height: 22px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.referral-page .widget-type-rich_text ul li {
  margin: 10px 0;
}

.reviews-page .faq-banner h1 {
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

.reviews-page .faq-banner .content .col-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.reviews-page .faq-banner .content .col-inner .title-wrap {
  margin: 0;
}

.reviews-page .faq-banner .content .col-inner .sub-content {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.reviews-page .faq-banner .content .col-inner .sub-content p {
  margin: 0;
}

.reviews-page .faq-banner .mpc-overlay {
  background-position: bottom center;
}

.reviews-page .widget-type-rich_text img {
  vertical-align: middle;
}

.reviews-page .bottom-pane .content .column-inner .title {
  margin-bottom: 45px;
}

.reviews-page .bottom-pane .content .column-inner .contact-info {
  max-width: 100%;
  color: #004b8d;
  font-size: 22px;
  text-align: center;
}

.reviews-page .bottom-pane .content{
  margin-top: 23px;
}

.reviews-page .bottom-pane .content .column-inner .bottom-img{
  padding-top: 39px;
}

/* ===================== */


.capterra-page .widget-type-form form .hs-richtext p {
  margin: 1em 0;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.capterra-page .widget-type-form form .hs-richtext p a {
  color: #0000EE;
  text-decoration: underline;
}
.capterra-page .widget-type-form form .hs-richtext {
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 3px;
  line-height: 24px;
}

.capterra-page .widget-type-form form .hs-richtext p a {
  color: #f24a01;
}

.capterra-page .widget-type-form form input.hs-button {
  font-family: arial, helvetica, sans-serif;
}

.market-snapshot-page-wrap .Automated-wrap .page-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pricing-page .widget-type-form form .hs-richtext p a:visited {
  color: #551A8B;
}

.pricing-page .widget-type-form form .hs-richtext p a:hover {
  color: #551A8B;
}

.real-estate-mls-page-wrap .bottom-pane .content {
  margin-top: 0;
}

.real-estate-mls-page-wrap .bottom-pane .content .column-inner .title {
  margin: 0 0 20px 0;
}

.about_P.about_P3 .Content-with-image .content ul li a {
  color: #337AB7;
}
.home-page .cm-content-wt-img-column-type2-wrap .content a:hover {
  color: #f24a01;
}


@media screen and (min-width: 768px) and (max-width: 992px){
  .market-snapshot-page-wrap .Automated-wrap .right-content .right-content-main .item {
    text-align: center;
  }
  .market-snapshot-page-wrap .Automated-wrap .right-content .item .image-wrap {
    margin: 0.5em auto;
    margin-top: 0;
    float: none;
    position: static;
  }
  .market-snapshot-page-wrap .Automated-wrap .right-content .item .content {
    margin: 0.5em auto;
  }
  .market-snapshot-page-wrap .Automated-wrap .right-content .item .content p {
    margin: 0;
  }
}

@media (min-width: 768px){
  .market-page .bottom-pane .content {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px){
  .pricing-page .widget-type-rich_text h3 {
    font-size: 24px;
  }
  .producer-crm-page .widget-type-rich_text h3 {
    font-size: 24px;
  }
  .market-page .bottom-pane .content .column-inner .title p {
    font-size: 24px;
  }
  .market-page .bottom-pane .page-center {
    padding-bottom: 95px;
  }
  .market-page .bottom-pane .content {
    margin-top: 35px;
  }
  .market-page .bottom-pane .content .column-inner a.btn-wrap {
    margin-bottom: 16px;
  }
  .reviews-page .faq-banner h1 {
    font-size: 24px;
  }
  .reviews-page .faq-banner .content .col-inner .sub-content {
    display: none;
  }
  .reviews-page .bottom-pane .content .column-inner .title {
    font-size: 24px;
    margin-bottom: 19px;
  }
  .reviews-page .bottom-pane .content {
    margin-top: 0;
  }
  .real-estate-mls-page-wrap .bottom-pane .content .column-inner .title {
    font-size: 24px;
  }
  .teams_brokers_row1 .real-estate-websites-banner .image-wrap {
    padding-bottom: 80px;
    position: relative;
  }
  .teams_brokers_row1 .cm-content-wt-img-column-wrap h2.title {
    text-align: left;
  }
  .lead-management-row4 .cm-content-wt-img-column-wrap h2.title {
    font-size: 24px !important;
    text-align: left;
  }
  .real-estate-row11 .user-reviews-wrapper .user-reviews-content .user-reviews-author p.hidden-on-desk {
    display: none;
  }
  .real-estate-row11 .user-reviews-wrapper .user-reviews-button {
    display: block;
  }
  .home-page .cm-content-wt-img-column-type2-wrap {
    padding: 0;
    padding-top: 40px;
  }
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .pricing-page .widget-type-form form .hs-firstname .hs-input {
    width: 100% !important;
  }
  .producer-crm-page .widget-type-form form .form-columns-2 .field:first-child .hs-input,
  .producer-crm-page .widget-type-form form .field .hs-input {
    width: 100% !important;
  }
}

/* end */

@media (max-width:448px) {
  .get-demo-page .form-image .from-wrapper form .input {
    margin-right: 0;
  }
}


@media (max-width:400px) {
  .career-row3 .rec-job .rec-content .b-content p a {
    word-break: normal;
  }
}



@media  only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .career-row1 .widget-type-rich_text h1 {
    text-align: center;
    padding-bottom: 20px;
    line-height: 42px;
    font-size: 36px;
  }  
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5){
  .homepage-banner .homepage-banner-col-left h3 {
    font-size: 28px !important;
  }
}