*, *: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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 20px;
  padding-right: 20px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/Great_Dental_Websites_June2022/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/fa-brands-400.woff") format("woff"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/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://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/Great_Dental_Websites_June2022/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/fa-solid-900.woff") format("woff"), 
    url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/fa-solid-900.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}

@font-face {
    font-family: awsmicon;
    src: url("https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/raw_assets/public/Great_Dental_Websites_June2022/fonts/awsmicon-1.10.0.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}



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

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

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

/* Paragraphs */

p {
  margin: 16px 0px;
}

/* Anchors */

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

a:hover {
  text-decoration: underline;
}

/* Headings */

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

/* Lists */

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


ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 16px 40px;
}

/* Horizontal rules */
button,
.button {
  cursor: pointer;
  cursor: pointer;
  line-height: 1.15;
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0px 30px;
  text-decoration: unset;
  border-style: solid;
}

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: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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 {
  line-height: 1.15;
  height: 40px;
  width: 100%;
  letter-spacing: normal;
  border: 1px solid #cecece;
  padding: 10px;
  background-color: #fff;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 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: #EF6B51;
}

.hs-error-msg,
.hs_error_rollup label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  line-height: 1.15;
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0px 30px;
  text-decoration: unset;
  border-style: solid;
  white-space: normal;
}

/* 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 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.header_inner .mobile_menu_wrapper {
  display: none;
}


header.header {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  flex-direction: unset;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px #0000000f;
}
.header_inner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;
  width: 100%;
}

.header_inner .menu_wrapper {
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.header_inner .custom-menu-primary {
  margin-right: 30px;
  word-break: normal;
}

.header_inner .custom-menu-primary ul.submenu.level-1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li:not(.marketing) {
  position: relative;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li>a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-color: #ffffff;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  padding: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins';
  color: #09476f;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.header_logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_logo_wrapper a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary ul.submenu.level-2 {
  display: none;
}
.header_inner .mobile_menu_wrapper {
  font-family: 'Poppins';
  color: #09476f;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
}

.header_inner .oxy-menu-toggle {
  cursor: pointer;
}

.header_inner .oxy-nav-menu-hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header_inner .oxy-nav-menu-hamburger {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 40px;
  height: 32px;
}

.header_inner .oxy-nav-menu-hamburger-line {
  border-radius: 2px;
  background-color: #09476f;
  height: 6px;
}

.header_inner .header_mobile_menu ul.submenu.level-1>li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.header_inner .header_mobile_menu ul.submenu.level-1>li>a {
  display: flex;
  align-items: center;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color, border-color;
  text-decoration: none;
  text-align: center;
  border: 0;
  background-color: transparent;
  justify-content: center;
  color: #09476f;
  transition-duration: .3s;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.header_inner .header_mobile_menu {
  display: none;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li>a:hover {
  border-bottom-color: #5eac46;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li>a.active-item {
  border-bottom-color: #5eac46;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li>ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  transition-property: opacity,top;
  position: absolute;
  left: -9999px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  top: 78px;
  min-width: 200px;
  background-color: #ffffff;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  transition-duration: .5s;
  box-shadow: 0px 3px 6px #00000029;
}

body.menu-open .header_inner .oxy-nav-menu-hamburger-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.menu-open .header_inner .oxy-nav-menu-hamburger {
  transform: rotate(45deg);
}

.menu-open .header_inner .oxy-nav-menu-hamburger-line:first-child {
  top: 13px;
  position: relative;
}

.menu-open .header_inner .oxy-nav-menu-hamburger-line:nth-child(2) {
  display: none;
}

.menu-open .header_inner .oxy-nav-menu-hamburger-line:last-child {
  position: relative;
  transform: rotate(90deg);
  top: -13px;
}

body.fixed header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

body.fixed header.header {
  animation-name: sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

body.fixed {
  margin-top: 105.59px;
}
.header_inner .custom-menu-primary ul.submenu.level-1>li:hover>ul {
  left: 0;
  opacity: 1;
  top: 80px;
}
.header_inner .custom-menu-primary ul.submenu.level-2>li>a {
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  transition-duration: .3s;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: rgba(22,101,153,0.75);
  text-align: left;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  min-width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}
.header_inner .custom-menu-primary ul.submenu.level-2>li>a:hover {
  background-color: #5eac46;
  color: #ffffff;
}

/* MEGA MENU STYLE */
.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul {
  margin: 0;
  padding: 0;
  transition-duration: .3s;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 6px 6px rgb(0 0 0 / 16%);
  border-bottom: 2px solid #5eac46;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li.marketing {
  width: 20%;
  padding-right: 0px;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li.one_time {
  width: 40%;
  padding-left: 5px;
  padding-right: 5px;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li.ongoing {
  width: 40.00%;
  padding-left: 5px;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li>a {
  background-color: unset;
  display: block;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 20px;
  color: #404040;
  transition: none;
  min-width: unset;
  text-decoration: none;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li.marketing>a {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-family: 'Poppins';
  border-bottom-color: #5eac46;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 27px;
  color: #09476f;
  font-size: 2em;
  background-color: unset;
  display: block;
  transition: none;
  min-width: unset;
  text-decoration: none;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li>ul {
  width: 100%;
  grid-area: gridrepeater;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li>ul>li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li>ul>li>a {
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
  color: rgba(22,101,153,0.75);
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: #f2f2f2;
  transition-duration: .3s;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  flex-direction: unset;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.header_inner .custom-menu-primary ul.submenu.level-1>li.marketing>ul>li>ul>li>a:hover {
  background-color: #5eac46;
  color: #ffffff;
}

.header_inner .custom-menu-primary ul.submenu.level-2>li>a.active-item, 
.header_inner .custom-menu-primary ul.submenu.level-2>li>a.active-branch {
  border-bottom: 4px solid #5eac46;
}
body.show_mob_filter header.header {
    z-index: 100;
}

@keyframes sticky_header_fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* MEDIA QUERY */
@media (max-width: 1120px){
  .header_inner .custom-menu-primary {
    display: none;
  }
  .header_inner .mobile_menu_wrapper {
    display: flex;
  }
  .header_inner .header_mobile_menu ul.submenu.level-1>li:hover a {
    color: #5eac46;
  }
  body.menu-open {
    overflow: hidden;
    height: 100%;
  }
  body.fixed {
    margin-top: 86px;
  }
  body.menu-open .header_inner .header_mobile_menu {
    max-height: 100%;
    overflow: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    display: block;
  }
  body.menu-open .header_inner .mobile_menu_wrapper {
    margin: 0px;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    z-index: 2147483642 !important;
    background-color: #fff;
  }
}
footer.footer {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  background-image: linear-gradient(#166599,#052438);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-top-width: 10px;
}

.footer__container {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 1120px;
}

.top_footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.top_footer .logo-section {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;

  padding-bottom: 20px;
  padding-top: 20px;
  width: 40%;
  padding-left: 0px;
  padding-right: 0px;
}

.top_footer .footer_menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding: 20px;
}

.top_footer .company_links,
.top_footer .resources_links{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 20.00%;
  padding: 20px;
}

.top_footer .company_links>li, 
.top_footer .resources_links>li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* .footer_menu ul {
padding: 0px;
list-style: none;
margin: 0px;
} */

.top_footer ul{
  padding: 0px;
  list-style: none;
  margin: 0px;
}


.footer_logo a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  max-width: 300px;
}

.footer_logo a:hover {
  opacity: 0.8;
}

.footer_logo a img {
  margin-bottom: 45px;
  max-width: 299.984px;
  width: 100% !important;
}

.top_footer .footer_menu>div {
  width: 100%;
}
.footer_menu ul.submenu.level-1 {
  display: flex;
}

/* .footer_menu ul.submenu.level-1>li {
width: 33.33%;
padding: 20px;
} */

.bottom_footer {
  flex-wrap: nowrap;
  width: 100.00%;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-color: #f2f2f2;
  border-top-width: 1px;
  border-top-style: solid;
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: justify;
}

footer.footer .copyright a {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  margin-left: 24px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bottom_footer .copyright .hs_cos_wrapper_type_rich_text {
  display: flex;
}

footer.footer .copyright a {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  margin-left: 24px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'IBM Plex Sans';
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.bottom_footer .social_icons {
  margin-right: -11px;
  margin-bottom: -11px;
}

.footer_menu ul.submenu.level-2>li>a,
.top_footer .company_links  ul.submenu.level-2>li>a, 
.top_footer .resources_links  ul.submenu.level-2>li>a{
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

.footer_menu ul.submenu.level-2>li:first-child>a,
.top_footer .company_links  ul.submenu.level-2>li:first-child>a, 
.top_footer .resources_links  ul.submenu.level-2>li:first-child>a{
  display: block;
  font-family: 'Poppins';
  color: #f2f2f2;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px;
  cursor: text;
}

footer.footer.landing-page .top_footer {
  justify-content: flex-start;
}

.home-main-pg .footer__container {
  max-width: 1280px;
}


/* IE */
.IE .footer_contact_section .css-grid-inner-wrap {
  width: 100%;
  display: block;
}

.IE .footer_contact_section .css-grid-inner-wrap>div {
  width: 50%;
  display: block;
  float: left;
}

.IE .footer_contact_section .css-grid-inner-wrap::before, 
.IE.footer_contact_section .css-grid-inner-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.IE .footer_contact_section .css-grid-inner-wrap .col_3, 
.IE.footer_contact_section .css-grid-inner-wrap .col_4 {
  margin-top: 25px;
}

.IE .footer_contact_section .css-grid-inner-wrap .col_2>div {
  padding-left: 5px;
}

.IE .footer_contact_section .css-grid-inner-wrap .col_4 {
  margin-top: 32px;
  padding-left: 5px;
}







/* MEDIA QUERY */
@media (max-width: 1120px){
  .footer__container{
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px){
  .top_footer>div {
    width: 50% !important;
  }
}

@media (max-width: 767px){
  .bottom_footer {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .bottom_footer .copyright {
    margin-left: -18px;
  }
  .footer_logo a img{
    margin-bottom: 0px;
  }
  .footer_logo a{
    margin-bottom: 18px;
  }
}

@media (max-width: 479px){
  .top_footer{
    flex-direction: column;
  }
  .bottom_footer {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .bottom_footer .copyright {
    margin-bottom: 11px;
    display: flex;
  }
  .top_footer>div {
    width: 100% !important;
  }
  .footer_logo a img{
    margin-bottom: 6px;
  }
  .footer_info_container {
    width: 100%;
    margin-bottom: 14px;
  }
  .top_footer>div {
    flex-direction: column !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer_menu ul.submenu.level-1 {
    display: flex;
    justify-content: center;
  }
  .footer_menu ul.submenu.level-2>li:first-child>a,
  .top_footer .company_links  ul.submenu.level-2>li:first-child>a, 
  .top_footer .resources_links  ul.submenu.level-2>li:first-child>a{
    padding: 0px;
    margin: 0px;
  }
}


@media (max-width: 767px) and (min-width:480px){
  .IE .footer_contact_section .css-grid-inner-wrap>div{
    display: block;
    float: none;
    width: 100%;
  }
  .IE .footer_contact_section .css-grid-inner-wrap .col_4{
    margin: 0px;
    padding: 0px;
  }
  .IE .footer_contact_section .css-grid-inner-wrap .col_3, 
  .IE .footer_contact_section .css-grid-inner-wrap .col_4{
    margin: 0px;
    padding: 0px;
  }
  .IE .footer_contact_section .css-grid-inner-wrap .col_2>div{
    padding: 0px;
  }
  .IE .footer_contact_section .css-grid-inner-wrap>div:not(.col_1) {
    margin-top: 10px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.home-page .content-wrapper {
  max-width: 1280px;
}

.website-banner .banner_wrapper .bg-image {
  background-size: auto,cover;
  background-repeat: no-repeat;
  background-position: 50% 74%;
}

.website-page .contact-cta-wrapper h2 {
  margin-bottom: 30px;
}

.primepractice-page figure {
  margin: 1em 40px;
}


.primepractice-page form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
  font-style: normal;
  word-break: break-word;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Tahoma sans-serif";
}

.primepractice-page form .hs-input {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgb(209, 209, 209);
  color: rgb(31, 31, 31);
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: 36px;
  padding: 8px 10px;
  border-radius: 4px;
}

.primepractice-page form .hs-input.invalid.error {
  border: 1px solid rgb(249, 72, 57);
  color: rgb(31, 31, 31);
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
}

.primepractice-page form .hs-input:focus {
  border: 1px solid rgb(49, 122, 226);
  box-shadow: rgb(0 0 0 / 4%) 0px 1px 3px inset;
  outline: none;
}

.primepractice-page form .hs-error-msgs label {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(249, 72, 57);
  display: flex;
}

.primepractice-page form .hs-error-msgs li {
  margin: 0;
}

.primepractice-page form .hs-error-msgs label:before {
  content: "<svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.06997 2.80002L14.75 12.92C15.35 13.98 14.85 14.83 13.65 14.83H2.34997C1.14997 14.83 0.649968 13.98 1.24997 12.93L6.92997 2.78002C7.52997 1.73002 8.47997 1.72002 9.06997 2.78002V2.80002ZM8.99997 11H6.99997V13H8.99997V11ZM8.99997 6.00002H6.99997V10H8.99997V6.00002Z" fill="#F94839"></path></svg>";
}

.primepractice-page .hs-form-field {
  margin-bottom: 16px;
}

.primepractice-page .hs-form {
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,"Tahoma sans-serif";
  font-size: 14px;
  line-height: 20px;
  max-width: 480px;
  margin: 0 auto;
}

.primepractice-page form textarea.hs-input {
  min-height: 95px;
}

.primepractice-page .hs-form-required {
  display: none;
}

.primepractice-page form .hs-button {
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: unset;
  padding: 8px 10px;
  margin-top: 24px; 
  min-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: rgb(0, 137, 60);
  border: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-style: normal;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  outline: none;
  text-transform: capitalize;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  letter-spacing: 0;
}

.primepractice-page form .hs-button:hover {
  background-color: rgb(13, 150, 73);
  color: #fff;
}

.primepractice-page form .hs-richtext, .primepractice-page form .hs-richtext p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
  color: rgb(128, 128, 128);
}

.primepractice-page form .hs-richtext a, .primepractice-page form .hs-richtext p a {
  text-decoration: none;
  color: rgb(49, 122, 226);
}

.primepractice-page form .hs-richtext a:hover {
  text-decoration: underline;
}

.partners-banner .banner_wrapper .page-center h1 {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 700;
}

.partners-banner .banner_wrapper .breadcrumbs-link ul>li>a {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  line-height: 2;
  font-family: 'Poppins';
}

.partners-banner .banner_wrapper .breadcrumbs-link .hs-menu-wrapper>ul>li:not(:last-child):after {
  font-family: 'Poppins';
  font-weight: 600;
}

.partners-page .contact-cta-wrapper .content-wrapper {
  padding-top: 31px;
  padding-bottom: 52px;
}

.partners-page .contact-cta-wrapper h2 {
  margin-bottom: 17px;
}

.partners-form .form-title {
  font-size: 30px;
  margin-bottom: 36px;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.6;
  color: #404040;
  text-align: center;
}

.partners-form .hs-form {
  padding: 50px 0 24px 0;
}

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

.partners-form .hs-form .hs-form-field > label {
  display: none;
}

.partners-form .hs-form .hs-form-field .hs-input {
  font-size: 15px;
  line-height: 1.15;
  border: 1px solid #cecece;
  font-family: Arial,sans-serif;
  color: #000000;
}

.partners-form ::-webkit-input-placeholder {
  color: #757575;
  color: rgb(117, 117, 117);
}

.partners-form .hs-form .form-columns-2 .input {
  margin: 0 !important;
}

.partners-form .hs-form .form-columns-2 >.hs-form-field:first-child .input {
  padding-right: 2% !important;
}

.partners-form .hs-form .form-columns-2 >.hs-form-field:last-child .input {
  padding-left: 2% !important;
}

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

.partners-form .hs-form .hs-form-field .hs-input {
  width: 100% !important;
}

.partners-form .hs-form .form-columns-1 .input {
  width: 100% !important;
}

.partners-form .hs-form .form-columns-1 textarea {
  min-height: 288px;
  font-family: monospace, sans-serif !important;
}

.partners-form .hs_recaptcha.hs-recaptcha.hs-form-field {
  display: flex;
}

.partners-form .hs-form .hs-button {
  margin-bottom: 0 !important;
}

.partners-page .integration_wrapper .col_2 .list_item {
  padding-bottom: 0;
}

.partners-page .integration_wrapper .col_2 .left_secton .p-text-grey {
  margin-top: -1px;
}

.partners-page .integration_wrapper .col_2 .right_section_inner.video-sec {
  padding-bottom: 0;
}

.partners-yapi-page .integration_wrapper .col_2 .right_section_inner.list-sec {
  padding-top: 15px;
}

.partners-yapi-page .integration_wrapper .col_2 .right_section_inner.video-sec {
  padding-bottom: 0;
}

.partners-yapi-page .integration_wrapper .col_2 .list_item {
  padding-bottom: 0;
}

.partners-yapi-page .integration_wrapper .right_secton a.btn {
  padding: 15px 40px;
}

.partners-yapi-page .contact-cta-wrapper .content-wrapper {
  padding-top: 31px;
  padding-bottom: 52px;
}

.partners-yapi-page .contact-cta-wrapper h2 {
  margin-bottom: 17px;
}

.partners-yapi-page .contact-cta-wrapper .video-sec-wrap {
  height: 231px;
  padding: 0;
  margin-bottom: 8px;
}

.partners-yapi-page .contact-cta-wrapper .video-sec-wrap iframe {
  width: 100%;
  height: 232px;
}

.partners-connect-page .integration_wrapper .col_2 .list_item {
  padding-bottom: 0;
}

.partners-connect-page .contact-cta-wrapper .content-wrapper {
  padding-top: 31px;
  padding-bottom: 52px;
}

.partners-connect-page .contact-cta-wrapper h2 {
  margin-bottom: 17px;
}

.partners-connect-page .integration_wrapper a.btn {
  margin: 4px auto 0;
  display: block;
  font-family: Open Sans;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding: 10px 16px;
  border-radius: 3px;
  letter-spacing: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}

.partners-gravity-page .contact-cta-wrapper .content-wrapper {
  padding-top: 31px;
  padding-bottom: 52px;
}

.partners-gravity-page .contact-cta-wrapper h2 {
  margin-bottom: 17px;
}

.partners-gravity-page .integration_wrapper .col_2 .left_secton .p-text-grey {
  margin-top: -1px;
}

.partners-gravity-page .integration_wrapper .col_2 .list_item {
  padding-bottom: 0;
}

.partners-gravity-page .integration_wrapper .right_secton a.btn {
  font-family: Open Sans;
  border-radius: 3px;
  padding: 10px 16px;
  letter-spacing: 0;
  width: 100%;
  text-transform: none;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}

.integration-page .integration_wrapper .col_2 .list_item_wrapper {
  margin-bottom: 0;
}

.hs-dental-marketing-ban .banner_wrapper .bg-image {
  background-position: -25% 65%;
}






.fancybox-container .ou-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: transparent;
}

.fancybox-container .ouv-ar-169 .ou-aspect-ratio {
  padding-bottom: 56.25%;
  background: rgba(125,125,125,0.5);
}

.fancybox-container .ou-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.fancybox-content > button.fancybox-close-small {
  display: none!important
}

.fancybox-content .ou-aspect-ratio .fancybox-close-small {
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  top: -24px;
  right: -22px
}

.fancybox-content .ou-aspect-ratio .fancybox-close-small svg,.fancybox-content .ou-aspect-ratio .fancybox-close-small:hover svg {
  fill: currentColor
}

.fancybox-content .ou-aspect-ratio {
  background: rgba(125,125,125,0.5)
}

.fancybox-container .ou-video-container {
  width: 95%
}

.fancybox-is-open .fancybox-content {
  background: transparent!important;
  height: 100%;
  overflow: hidden;
  padding: 0
}

.hs-contactus-ban .banner_wrapper .bg-image {
  background-position: top;
}

.pediatric-dental-page .gallery-slider-wrapper ul.slick-dots {
  bottom: 10px;
}

.hs-become-partner-page .hs-interested-frm .dnd-section>.row-fluid {
  max-width: 100%;
} 

.primepractice-page form .hs-richtext {
  margin-bottom: 40px;
  margin-top: 0;
}

.primepractice-page form .hs-button {
  margin-bottom: 0;
}

.integration-page .contact-cta-wrapper h2 {
  margin-bottom: 30px;
}



@media only screen and (min-width: 1025px) {
  .fancybox-is-open .fancybox-content {
    width:75%
  }
}

@media only screen and (max-width: 1024px) {
  .fancybox-is-open .fancybox-content {
    width:90%
  }
}

@media only screen and (max-width: 920px) {
  .fancybox-is-open .fancybox-content {
    width:99%
  }
}


@media (max-width: 1200px) {
  .primepractice-page figure img {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .website-page .contact-cta-wrapper .content-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .website-page .contact-cta-wrapper .right-col {
    padding-bottom: 48px;
  }

  .partners-page .contact-cta-wrapper.video-active .right-col {
    text-align: left;
    padding-bottom: 20px;
  }
} 


@media (max-width: 767px) {
  .partners-page .integration_wrapper .col_1 {
    margin-bottom: 50px;
  }

  .partners-yapi-page .integration_wrapper .col_1 {
    margin-bottom: 51px;
  }

  .partners-connect-page .integration_wrapper .col_1 {
    margin-bottom: 51px;
  }

  .partners-gravity-page .integration_wrapper .col_1 {
    margin-bottom: 51px;
  }

  .home-page .gallery-slider-wrapper .gallery-slider-heading {
    margin-top: 33px;
    margin-bottom: 0;
  }

  .gallery-page .ct_featured_work .oxy-easy-posts {
    margin-top: 30px;
  }
}


@media (max-width: 641px) {
  .partners-page .hs-form .hs-button {
    line-height: 2;
    min-height: 32px;
  }
}


@media (max-width: 640px) {
  .partners-form .hs-form .form-columns-2 > .hs-form-field {
    width: 100%;
  }

  .partners-form .hs-form .form-columns-2>.hs-form-field:last-child .input {
    padding-left: 0px !important;
  }

  .partners-form .hs-form .form-columns-2>.hs-form-field:first-child .input {
    padding-right: 0px !important;
  }
}

@media (max-width: 479px) {
  .partners-page .integration_wrapper .col_2 .left_secton .p-text-grey {
    margin-top: 0;
  }

  .home-page .gallery-slider-wrapper .gallery-slider-heading {
    margin-top: 3px;
  }

  .home-page .gallery-slider-wrapper .gallery-slider-heading h2 {
    padding-top: 0;
  }

}



.gallery-page .banner_wrapper .bg-image {
  background-position: 0% 50%;
}

.gallery-page .banner_wrapper .blog-block {
  max-width: 382px;
}

.gallery-row1 .dnd-section {
  padding: 0;
}


.partners-website-row2 .bottom-pane-section .bp-heading {
  font-family: 'Poppins';
  font-size: 33px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  width: 50%;
}

.partners-website-row2 .bottom-pane-section .bp-inner {
  width: 1080px;
  max-width: 100%;
}

.partners-website-row2 .bottom-pane-section .bottom-pane {
  padding: 70px 20px;
  border-bottom: 0;
  background-size: auto,cover;
  background-repeat: repeat-y;
  background-position: 80% 0%;
}

.partners-website-row2 .bottom-pane-section .bp-btn a {
  line-height:1.5;
}


.pediatric-dental-row1 .two-column-with-content-wrapper .col-left {
  padding-left: 0;
  padding-bottom:0;
}

.pediatric-dental-row1 .two-column-with-content-wrapper .image-sec p {
  color: #777777;
  padding-bottom: 20px;
  line-height: 1.5;
  padding-top: 7px;
}

.pediatric-dental-row1 .widget-type-rich_text p {
  margin-top: 0;
  color: #777;
}

.pediatric-dental-row1 .widget-type-rich_text h1 {
  margin-bottom: 28px;
}

.pediatric-dental-page .gallery-slider-wrapper .content-wrapper {
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}


.pediatric-dental-page .gallery-slider-wrapper .slick-slider {
  padding-top: 0;
  padding-bottom: 40px;
  margin: 0;
}

.pediatric-dental-page .gallery-slider-wrapper a.gallery-slide-box {
  height: 250px;
  background-size: contain;
  box-shadow: none !important;
  background-position: center;
}

.pediatric-dental-page .gallery-slider-wrapper ul.slick-dots li {
  opacity: .2;
}

.pediatric-dental-page .gallery-slider-wrapper ul.slick-dots li.slick-active {
  background-color:  rgb(0, 122, 255);
}

.pediatric-dental-page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq h1.faq-question {
  font-size: 11pt;
  font-family: Arial;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  vertical-align: baseline;
  white-space: pre-wrap;
  line-height: 25.6px;
}

.pediatric-dental-page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq .faq-answer {
  font-size: 11pt;
  font-family: Arial;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  vertical-align: baseline;
  white-space: pre-wrap;
}

.pediatric-dental-page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq:nth-child(2) h1.faq-question {
  line-height: 22.08px;
}


.pediatric-dental-page .gallery-slider-wrapper .slick-slide {
  padding: 0;
  padding-right: 15px;
}

.pediatric-dental-page .gallery-slider-wrapper .slick-list {
  margin: 0;
  margin-right: -15px;
}

.pediatric-dental-page .bg-img-with-overlay-cont .cm-row>div.right-col img {
  max-height: 400px;
}

.website-platform-row1 .dnd-section {
  padding: 0;
}

.website-platform-row1 .two-column-with-content-wrapper .content-wrapper {
  padding: 0;
}

.website-platform-row1 .two-column-with-content-wrapper .col-right {
  padding-left: 0;
  width: 50%;
}

.website-platform-row1 .two-column-with-content-wrapper .content-item.video-sec .col-left {
  width: 50%;
  padding-left: 25px;
  margin-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.website-platform-page .banner_wrapper .bg-image {
  background-position: 0% 60%;
}

.website-platform-row2 .dnd-section .dnd-column {
  padding: 0;
}

.website-platform-row1 .two-column-with-content-wrapper {
  padding-bottom: 15px;
}


.website-platform-row3 .two-column-with-content-wrapper {
  background-color: #09476f;
  padding-bottom: 20px;
  margin-bottom:20px;
}

.website-platform-row3 .two-column-with-content-wrapper .col-left {
  width: 50%;
}

.website-platform-row3 .two-column-with-content-wrapper .col-right {
  width: 50%;
}


.website-platform-row3 .two-column-with-content-wrapper h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.website-platform-row3 .two-column-with-content-wrapper .image-sec p {
  color: #ffffff;
  padding-top: 20px;
  line-height: 1.6;
  padding-bottom: 0;
}

.website-platform-row3 .two-column-with-content-wrapper a.blue-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 16px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #09476f;
  border-radius: 3px;
  float: none;
  flex-direction: unset;
  width: 100%;
  text-transform: unset;
  font-weight: normal;
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.website-platform-row3 .two-column-with-content-wrapper a.blue-btn:hover {
  background-color: #5eac46;
  border: 1px solid #5eac46;
  color: #09476f;
  text-decoration: underline;
}

.website-platform-row4 .benefits-wrapper .benefits-item-box {
  min-height: 230px;
}


.website-platform-row4 .benefits-wrapper {
  margin-bottom: 10px;
}


.website-platform-row6 .dnd-section > .row-fluid {
  padding-right: 20px;
  padding-bottom: 74px;
  padding-left: 20px;
  padding-top: 55px;
}

.website-platform-row6 .dnd-section {
  padding: 0;
}

.website-platform-row6 .dnd-section .widget-type-rich_text {
  text-align: center;
}

.website-platform-row6 .widget-type-rich_text h3 {
  font-size: 35px;
  line-height: 1.6;
}

.website-platform-row6 .widget-type-rich_text p {
  margin: 0 auto;
  font-family: 'IBM Plex Sans';
  max-width: 700px;
  color: #777777;
  margin-bottom: 47px;
  margin-top: 27px;
}

.website-platform-row6 .dnd-section .dnd-column {
  padding: 0;
}

.website-platform-row7 .marketing-partner-wrapper .item-right-title h2 {
  max-width: 275px;
  text-align: left;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

.website-platform-row7 .marketing-partner-wrapper .marketing-partner-item {
  padding: 20px;
}

.website-platform-row7 .marketing-partner-wrapper .left-col p {
  color: #ffffff;
  margin: 0;
}

.website-platform-row9 .contact-cta-wrapper h2 {
  margin-bottom: 30px;
}

.website-platform-row4 .benefits-wrapper .benefits-item-title h2 {
  word-break: normal !important;
}


.website-platform-row7 .marketing-partner-wrapper .item-left-icon {
  display:flex;
}

.website-platform-row7 .marketing-partner-wrapper {
  background-size: cover;
  background-repeat: repeat;
  background-position: unset;
}

.one-stop-page .banner_wrapper .page-center h1 {
  padding-bottom: 10px;
  padding-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  min-width: 518px;
}

.pediatric-dental-page .gallery-slider-wrapper .slick-arrow.custom-prev {
  left: 10px;
}

.pediatric-dental-page .gallery-slider-wrapper .slick-arrow.custom-next {
  right: 10px;
}

@media (max-width:1120px) {
  .partners-website-row2 .bottom-pane-section .bp-heading {
    line-height: 1.2;
  }

  .website-platform-row7 .marketing-partner-wrapper .green-btn {
    line-height:1.6;
  }

  .website-platform-row9 .contact-cta-wrapper h2 {
    line-height: 1.2;
  }
}

@media (max-width:991px) {
  .partners-website-row2 .bottom-pane-section .bp-heading {
    width: 100%;
  }

  .partners-website-row2 .bottom-pane-section .bottom-pane {
    padding-top: 80px;
    padding-bottom: 88px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .website-platform-row1 .two-column-with-content-wrapper .content-item.video-sec .col-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-platform-row1 .two-column-with-content-wrapper .col-right {
    width: 100%;
    padding: 20px;
  }


}


@media (max-width:767px) {
  .pediatric-dental-row3 .dnd-section {
    padding: 50px 0;
  }

  .pediatric-dental-row4 .bg-img-with-overlay-cont .green-btn {
    text-align: center;
  }

  .pediatric-dental-row4 .bg-img-with-overlay-cont .cm-row>div.right-col img {
    margin-bottom: 48px;
  }

  .website-platform-row9 .contact-cta-wrapper h2 {
    line-height: 1.2;
  }

  .website-platform-row1 .two-column-with-content-wrapper .content-item.video-sec .col-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-platform-row1 .two-column-with-content-wrapper .col-right {
    width: 100%;
    padding: 20px;
  }

  .website-platform-row1 .two-column-with-content-wrapper {
    padding-top: 23px;
  }


  .website-platform-row3 .two-column-with-content-wrapper .col-left, .website-platform-row3 .two-column-with-content-wrapper .col-right {
    width: 100%;
  }

  .website-platform-row3 .two-column-with-content-wrapper {
    padding-top: 90px;
  }

  .website-platform-row4 .benefits-wrapper .benefits-item-box {
    min-height: 100%;
  }


  .website-platform-row6 .counter-wp .ccot-new-columns .ccot-colm {
    width: 50% !important;
  }

  .website-platform-row7 .marketing-partner-wrapper .item-left-icon,
  .website-platform-row7 .marketing-partner-wrapper .left-col,
  .website-platform-row7 .marketing-partner-wrapper .right-col {
    padding-left: 0;
    padding-right: 0;
  }

  .website-platform-row7 .marketing-partner-wrapper .left-col {
    padding-right: 20px;
  }

  .website-platform-row7 .marketing-partner-wrapper .item-left-icon {
    width: 20%;
    padding: 20px !important;
  }

  .website-platform-row7 .marketing-partner-wrapper .item-right-title {
    width: 80%;
    align-items: flex-start;
  }

  .website-platform-row8 .dnd-section .dnd-column {
    padding: 0;
  }

  .website-platform-row8 .dnd-section {
    padding: 50px 0;
  }
}

.partners-form .hs-form .form-columns-2>.hs-form-field:last-child .hs-error-msgs {
  padding-left: 11px;
}

@media (max-width:640px) {
  .pediatric-dental-page .gallery-slider-wrapper .gallery-slides-wrapper {
    margin-top: 0;
  }

  .partners-form .hs-form .form-columns-2>.hs-form-field:last-child .hs-error-msgs {
    padding-left: 0px;
  }

  .pediatric-dental-page .gallery-slider-wrapper .slick-arrow.custom-prev {
    left: 10px;
  }

  .pediatric-dental-page .gallery-slider-wrapper .slick-arrow.custom-next {
    right: 10px;
  }

  .one-stop-page .banner_wrapper .page-center {
    padding-right: 0;
  }

  .one-stop-page .banner_wrapper .page-center h1 {
    min-width: auto;
  }

  .partners-connect-page form .form-columns-2>.hs-form-field:first-child .hs-error-msg, 
  .partners-connect-page form .form-columns-2>.hs-form-field:first-child .hs_error_rollup label {
    width: 100% !important;
  }

  .partners-connect-page form .form-columns-2>.hs-form-field:last-child .hs-error-msg, 
  .partners-connect-page form .form-columns-2>.hs-form-field:last-child .hs_error_rollup label {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width:479px) {
  .pediatric-dental-page .two-column-with-content-wrapper {
    padding-bottom: 0;
  }

  .website-platform-page {
    overflow-x: hidden;
  }

  .website-platform-row1 .two-column-with-content-wrapper .cm-points-columns {
    flex-direction: column;
  }

  .website-platform-row1 .two-column-with-content-wrapper .cm-div-block.icon-feature-list {
    width: 100%;
  }

  .website-platform-row1 .two-column-with-content-wrapper .content-item.video-sec .col-left {
    padding-right: 40px;
    padding-bottom: 5px;
  }


  .website-platform-row4 .benefits-wrapper .content-wrapper {
    padding: 25px 20px;
  }

  .website-platform-row4 .benefits-wrapper .benefits-item {
    width: 100%;
    padding-right: 0;
  }


  .website-platform-row6 .dnd-section>.row-fluid {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .website-platform-row6 .widget-type-rich_text h3 {
    font-size: 30px;
  }

  .website-platform-row6 .dnd-section .widget-type-rich_text {
    text-align: left;
  }

  .counter-wp .ccot-new-columns .heading-caps-grey {
    word-break: normal;
  }


  .website-platform-row7 .marketing-partner-wrapper .left-col p {
    padding-bottom: 14px;
  }

  .website-platform-row7 .marketing-partner-wrapper .item-left-icon {
    padding-left: 0 !important;
  }

  .website-platform-row7 .marketing-partner-wrapper .item-right-title h2 {
    font-size: 22px;
  }

  .website-platform-row8 .dnd-section {
    padding: 25px 0;
  }

  .website-platform-row9 .contact-cta-wrapper .content-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .website-platform-row9 .contact-cta-wrapper .left-col img {
    margin-right: 34px;
  }

  .website-platform-row9 .contact-cta-wrapper .right-col {
    padding-bottom: 48px;
  }

  .website-platform-row9 .contact-cta-wrapper .left-col {
    padding: 20px;
  }

}




.hs-contactus-ban .dnd-section {
  padding: 0px 0px;
}

.hs-contactus-page .hs-learn-how {
  padding-bottom: 26px;
}

.hs-contactus-page .hs-learn-how .dnd-section {
  padding-bottom: 0;
}

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

.hs-become-partner-page .hs-partnership-selection .dnd-section {
  padding-bottom: 43px;
}

.hs-become-partner-page .hs-types-of-partnerships .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-become-partner-page .hs-types-of-partnerships .dnd-section>.row-fluid .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-become-partner-page .hs-types-of-partnerships .dnd-section {
  padding: 0px 0px;
}

.hs-become-partner-page .hs-interested-frm .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-become-partner-page .hs-interested-frm {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
}

.hs-become-partner-page .hs-interested-frm .dnd-section>.row-fluid .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

.hs-become-partner-page .hs-interested-frm h2 {
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 30px;
  margin: 0;
}

.hs-become-partner-page .hs-interested-frm p[dataid="ps"] {
  margin: 0px 0px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  line-height: normal;
  margin-top: 3px;
  margin-bottom: 19px;
}

.hs-become-partner-page .hs-interested-frm p {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  font-family: 'Open Sans';
}

.hs-become-partner-page .hs-interested-frm p>span {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
}

.hs-become-partner-page .hs-interested-frm form {
  padding-top: 0%;
}

.hs-become-partner-page .hs-interested-frm .form_divider_icon {
  display: none;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs-form-field>label {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  margin-bottom: 8px;
  padding: 0;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs-form-field {
  padding-right: 0;
  padding-top: 0px;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs-form-field>label .hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.225em;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs-form-field legend.hs-field-desc {
  font-size: 16px;
  font-weight: 300;
  display: block;
  padding-top: 5px;
  font-family: Open Sans;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs_lastname>label {
  display: none;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs_lastname {
  padding-left: 1%;
  padding-right: 0;
}

.hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs_firstname {
  padding-right: 1%;
}

.hs-become-partner-page .hs-interested-frm form .hs-input {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  width: 100% !important;
  max-width: 100%;
  height: 40px;
  border: 1px solid #333;
  outline: none;
  font-family: Arial,sans-serif;
}

.hs-become-partner-page .hs-interested-frm form .hs-form-field .input {
  margin-right: 0 !important;
}


.hs-become-partner-page .hs-interested-frm form fieldset.form-columns-1 {
  margin-bottom: 16px;
}

.hs-become-partner-page .hs-interested-frm form fieldset.form-columns-2 {
  margin-bottom: 16px;
}

.hs-become-partner-page .hs-interested-frm form .hs-form-field>label {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  margin-bottom: 8px;
  padding: 0;
}

.hs-become-partner-page .hs-interested-frm form .hs-form-field {
  padding-right: 0px;
  margin-bottom: 0;
  padding-top: 0px;
}

.hs-become-partner-page .hs-interested-frm form .hs-form-field>label .hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.225em;
}

.hs-become-partner-page .hs-interested-frm form fieldset.form-columns-2 .hs-input {
  height: auto;
}

.hs-become-partner-page .hs-interested-frm form .hs-form-field .input {
  padding-right: 0px;
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container {
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li {
  margin: 0px 0px;
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label {
  display: block;
  margin: 0;
  font-size: 16px;
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label>.hs-input {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto !important;
  margin-left: 10px;
  display: inline-block;
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label+span {
  color: rgba(43,44,39,0.81);
  font-size: 16px;
  padding-left: 5px;
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
}

.hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label>.hs-input+span {
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
  color: rgba(43,44,39,0.81);
  font-size: 16px;
  padding-left: 9.1px;
  display: inline-block;
  font-family: "Open Sans";
}

.hs-become-partner-page .hs-interested-frm form textarea {
  height: 288px !important;
}

.hs-become-partner-page .hs-interested-frm form .actions {
  margin-top: 0px;
  padding-top: 6px;
}

.hs-become-partner-page .hs-interested-frm form .hs-button {
  font-family: Open Sans!important;
  font-size: 20px!important;
  text-transform: uppercase!important;
  font-weight: 400!important;
  line-height: 1.15!important;
  width: 200px;
  color: #fff;
  background-color: #09476f;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  margin-top: 0;
  letter-spacing: 0;
  border: 0;
  line-height: 1.15;
  height: 47px;
  margin-bottom: 19px!important;
  border: 2px solid #000 !important;
  -webkit-font-smoothing: auto;
}

.hs-become-partner-page .hs-interested-frm form .hs-button:hover {
  background-color: rgba(22,101,153,0.75) !important;
  border-color: rgba(22,101,153,0.75) !important;
  color: #fff !important;
}

.hs-become-partner-page .hs-interested-frm p[dataid='fp'] {
  margin: 0;
  font-family: "IBM Plex Sans";
  margin-top: 6px;
}
.hs-become-partner-page .hs-our-partners-include .dnd-section {
  padding-bottom: 43px;
}

.hs-dental-marketing-page .hs-dental-marketingw h1 {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.hs-dental-marketing-page .hs-dental-marketingw p:first-child {
  margin-block-start: 0; 
}

.hs-dental-marketing-page .hs-dental-marketingw p {
  color: #666666;
  line-height: 1.8;
}

.hs-dental-marketing-page .hs-dental-marketingw h2 {
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 30px;
  font-family: 'Poppins';
  font-weight: 700;
  /*     margin-top: -16px; */
}

.hs-dental-marketing-page .hs-dental-marketingw ul li {
  list-style-type: disc !important;
  display: list-item;
  color: #666666;
  line-height: 1.8;
}

.hs-dental-marketing-page .hs-dental-marketingw p:last-child {
  margin-bottom: 0;
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-video:before {
  content: "\f03d";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-microblog:before {
  content: "\e01a";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-tools:before {
  content: "\f7d9";
}


.hs-dental-marketing-page .hs-marketing-services.two-times .dnd-section {
  padding-top: 0;
}

.hs-dental-marketing-page .hs-need-succeed .dnd-section {
  padding: 0px 0px;
}

.hs-dental-marketing-page .hs-need-succeed .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-dental-marketing-page .hs-need-succeed .dnd-section>.row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

.hs-custom-dental-web-page .hs-uniquely-selection .image-with-content-wp .cm-lft-img .rounded-image-div img {
  width: 100%;
}

.hs-custom-dental-web-page .hs-uniquely-selection .image-with-content-wp .cm-rgt-cont {
  padding-top: 10px;
  text-align: center;
}

.hs-custom-dental-web-page .hs-uniquely-selection .image-with-content-wp .cm-rgt-cont p.p-text-grey {
  text-align: left;
}

.hs-custom-dental-web-page .hs-uniquely-selection .image-with-content-wp .cm-rgt-cont h2.main-h2-dark {
  text-align: left;
}

.hs-custom-dental-web-page .hs-custom-design .dnd-section>.row-fluid .dnd-column {
  padding: 0px 0px;
}

.hs-custom-dental-web-page .hs-custom-design .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-custom-dental-web-page .hs-custom-design .dnd-section {
  padding-top: 20.5px;
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-slider-dental .dnd-section {
  padding-top: 0px;
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .content-wrapper {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .gallery-slider-heading h2 {
  position: static;
  margin-top: 30px;
  margin-left: 10px;
  padding: 0px;
  font-size: 36px;
  line-height: 1.6;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .heading-border-wrapper {
  display: none;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .gallery-slider-heading {
  margin-bottom: 0;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .slick-slider {
  margin-bottom: 15px;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .gallery-button .green-btn {
  background-color: #09476f;
  border: 1px solid #09476f;
}

.hs-custom-dental-web-page .hs-ever-need .dnd-section {
  padding-top: 29.5px;
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-ever-need .types-of-partnershipss .benefits-item-box {
  min-height: 250px;
}

.hs-custom-dental-web-page .hs-frequently-questions .ffrequently-asked-questions .cct-new-columns>.ct-div-block:last-child .toggle-block-faq:last-child .faq-answer {
  font-size: 16px;
  margin-top: 0.5px;
}

.hs-custom-dental-web-page .hs-practices-say {
  background-color: #f2f2f2;
}

.hs-custom-dental-web-page .hs-practices-say .dnd-section {
  padding-top: 0px;
  padding-bottom: 50px;
}

.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-content-sec {
  margin-top: 0;
}

.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-content-wrap p {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #404040;
}

.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-content-wrap h5, 
.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-content-wrap h6 {
  color: #404040;
}

.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-content-wrap h5 {
  margin-top: 9px;
  margin-bottom: 1.5px;
}

.hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .content-wrapper {
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-ready-take .dnd-section {
  padding-top: 0px;
  padding-bottom: 0;
}

.hs-custom-dental-web-page .hs-ready-take .bottom-pane-section .bottom-pane {
  padding-bottom: 74.5px;
  border-bottom: 0;
}

.fab, .far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.hs-working-out-page .hs-managing-selection h1 {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.hs-working-out-page .hs-managing-selection p:first-child {
  margin-block-start: 0; 
}

.hs-working-out-page .hs-managing-selection p {
  font-size: 18px;
  margin: 18px 0px;
}

.hs-working-out-page .hs-managing-selection ul {
  margin: 18px 0px;
}

.hs-working-out-page .hs-managing-selection ul>li {
  font-size: 18px;
}

.hs-working-out-page .hs-managing-selection h2 {
  font-size: 30px;
  margin: 0;
}

.hs-working-out-page .hs-managing-selection p:last-child {
  margin-block-end: 0; 
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col .videoif-sec-wrap {
  padding-right: 40px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 0px;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col {
  padding-left: 0px;
  padding-right: 0px;
  width: 50%;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col {
  width: 50%;
  padding-left: 25px;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #5eac46;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-top: 7px;
  font-family: 'IBM Plex Sans';
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col h2 {
  font-size: 39px;
  line-height: 1.25;
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .content-wrapper {
  padding-top: 31px;
  padding-bottom: 52px;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .row {
  align-items: flex-start;
}

.hs-working-out-page .hs-ready-take .bottom-pane {
  padding-bottom: 75px;
}

.hs-working-out-page .hs-ready-take .bottom-pane-section .bp-btn a:hover {
  text-decoration: underline;
}

.hs-working-out-page .hs-ready-take .bottom-pane-section .bp-btn a {
  background-color: #09476f;
  border: 1px solid #09476f;
}

.hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col .videoif-sec-wrap iframe {
  position: static;
}

@media(max-width:1290px){
  .hs-become-partner-page .hs-interested-frm p[dataid=ps] {
    line-height: 1.6;
  }
}

@media(max-width:1120px){
  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col .videoif-sec-wrap {
    padding-right: 29px;
  }
}

@media(max-width:991px){
  .hs-custom-dental-web-page .hs-uniquely-selection .image-with-content-wp .cm-rgt-cont {
    padding-top: 30px;
  }

  .hs-custom-dental-web-page .hs-custom-design .dnd-section {
    padding-top: 0;
  }

  .hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .slick-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col {
    width: 100%;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col .videoif-sec-wrap {
    padding-right: 32px;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col .videoif-sec-wrap .videoif-sec-ins {
    margin-right: 66px;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col {
    padding-bottom: 20px;
  }

}

@media(max-width:767px){
  .hs-contactus-page .hs-learn-how .dnd-section {
    padding-bottom: 15px;
    padding-top: 50px;
  }

  .hs-contactus-page .hs-our-offices .dnd-section {
    padding-bottom: 50px;
  }

  .hs-become-partner-page .hs-partnership-selection .dnd-section {
    padding-top: 50px;
  }

  .hs-become-partner-page .hs-frequently-asked-questions .dnd-section {
    padding-top: 50px;
  }

  .hs-become-partner-page .hs-our-partners-include .dnd-section {
    padding-top: 65px;
  }

  .hs-dental-marketing-page .hs-dental-marketingw .dnd-section {
    padding-top: 50px;
    padding-bottom: 51px;
  }

  .hs-dental-marketing-page .hs-marketing-services.one-times .dnd-section {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .hs-dental-marketing-page .hs-marketing-services.two-times .dnd-section {
    padding-bottom: 50px;
  }

  .hs-custom-dental-web-page .hs-uniquely-selection .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .gallery-slides-wrapper {
    margin-top: 0;
  }

  .hs-custom-dental-web-page .hs-frequently-questions .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs-custom-dental-web-page .hs-practices-say .testimonial-wrapper .testimonial-heading {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hs-working-out-page .hs-managing-selection .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hs-working-out-page .hs-frequently-questions .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

@media(max-width:641px){
  .hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs-form-field>label {
    position: static;
    clip: inherit;
    clip-path: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    width: auto;
    margin-bottom: 8px;
  }

  .hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs_firstname {
    padding-right: 0;
    margin-bottom: 7.5px;
  }

  .hs-become-partner-page .hs-interested-frm form .form-columns-2 .hs_lastname {
    padding-left: 0;
    margin-bottom: 8px;
  }

  .hs-become-partner-page .hs-interested-frm form .hs-form-field>label {
    position: static;
    clip: inherit;
    clip-path: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    width: auto;
    margin-bottom: 8px;
  }

  .hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label {
    position: static;
    clip: inherit;
    clip-path: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    width: auto;
  }

  .hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container>li>label>.hs-input {
    line-height: normal;
    min-height: auto;
  }

  .hs-become-partner-page .hs-interested-frm form ul.inputs-list.multi-container {
    margin-top: -.5px;
  }

  .hs-become-partner-page .hs-interested-frm form .hs-button {
    line-height: 2 !important;
    min-height: 32px !important;
    height: auto;
  }


}

@media (max-width: 479px){
  .hs-contactus-page .hs-our-offices .dnd-section {
    padding-bottom: 50px;
    padding-top: 51px;
  }

  .hs-become-partner-page .hs-frequently-asked-questions .dnd-section {
    padding-bottom: 35px;
  }

  .hs-become-partner-page .hs-interested-frm p[dataid=ps] {
    line-height: 25.5px;
    margin: 1px 0 9px;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .left-col {
    padding-bottom: 20px;
  }

  .hs-working-out-page .hs-our-clients .contact-cta-wrapper .right-col h2 {
    font-size: 30px;
    line-height: 1.2;
  }


}





.testimonial-banner .banner_wrapper .bg-image, 
.dental-marketings-banner .banner_wrapper .bg-image {
  background-position: 0 25%;
}
.testimonial-two .bottom-pane-section .bp-btn a:hover,
.dental-marketings-content-two .bottom-pane-section .bp-btn a:hover {
  text-decoration: underline;
}
.testimonial-two .bottom-pane-section .bp-btn .cta_button.ct_bottompane_cta:hover,
.dental-marketings-content-two .bottom-pane-section .bp-btn .cta_button.ct_bottompane_cta:hover {
  background-color: #5eac46 !important;
  border: 1px solid #5eac46 !important;
  text-decoration: underline !important;
}

/*=== Testimonial Inner page ===*/

.testimonial-inner-page .testimonial-inner-cnt .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*=== townies Page Css ===*/

.banner-section.townies-banner .bg-image {
  background-position: 50% 75%;
}
.ct-townies-page .two-column-with-content-wrapper .content-item.video-sec .col-left{
  padding-bottom: 0;
}
.ct-townies-page .two-column-with-content-wrapper .content-item.right-align .col-right {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 35px;
}
.ct-townies-page .two-column-with-content-wrapper .content-item.left-align .col-left {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
}
.ct-townies-page .two-column-with-content-wrapper .content-item.left-align .col-right {
  border-radius: 8px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 0px;
  margin-left: 0px;
}
.ct-townies-page .two-column-with-content-wrapper .content-item.right-align a.blue-btn {
  margin-top: 22px;
}
.ct-townies-page .ct_two_col_item_wrap.ct_two_left-align .btn-wrap.sttwo {
  margin-top: 5px;
}
.ct-townies-page .bottom-pane-section .bp-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*== kleer page css ===*/

.ct-kleer-page figure {
  padding: 1em 0;
  margin: 0 0 7px;
  text-align: center;
}
.ct-kleer-page figure img{
  max-width: 1024px;
  width: 100%;
  position: relative;
  left: 12px;
}
.ct-kleer-page form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
  font-style: normal;
  word-break: break-word;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Tahoma sans-serif";
}
.ct-kleer-page form .hs-input {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgb(209, 209, 209);
  color: rgb(31, 31, 31);
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: 36px;
  padding: 8px 10px;
  border-radius: 4px;
}
.ct-kleer-page form .hs-input.invalid.error {
  border: 1px solid rgb(249, 72, 57);
  color: rgb(31, 31, 31);
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
}
.ct-kleer-page form .hs-input:focus {
  border: 1px solid rgb(49, 122, 226);
  box-shadow: rgb(0 0 0 / 4%) 0px 1px 3px inset;
  outline: none;
}
.ct-kleer-page form .hs-error-msgs label {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(249, 72, 57);
  display: flex;
}
.ct-kleer-page form .hs-error-msgs li {
  margin: 0;
}
.ct-kleer-page form .hs-error-msgs label:before {
  content: "";
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url(https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/Great_Dental_Websites_June2022/Images/icon.jpg);
  background-size: 100% 100%;
  background-position: center center;
  margin-right: 6px;
}
.ct-kleer-page .hs-form-field {
  margin-bottom: 16px;
}
.ct-kleer-page .hs-form {
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,"Tahoma sans-serif";
  font-size: 14px;
  line-height: 20px;
  max-width: 480px;
  margin: 0 auto;
}
.ct-kleer-page form textarea.hs-input {
  min-height: 95px;
}
.ct-kleer-page .hs-form-required {
  display: none;
}
.ct-kleer-page form .hs-button {
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: unset;
  padding: 8px 10px;
  margin-top: 24px; 
  min-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: rgb(0, 137, 60);
  border: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-style: normal;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  outline: none;
  text-transform: capitalize;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Tahoma sans-serif";
  letter-spacing: 0;
  margin-bottom: 15px;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
}
.ct-kleer-page form .hs-button:hover {
  background-color: rgb(13, 150, 73);
  color: #fff;
}
.ct-kleer-page form .hs-button:active {
  background-color: rgb(0, 124, 47);
}
.ct-kleer-page form .hs-button:focus {
  box-shadow: rgb(26 163 86) 0px 0px 0px 3px inset;
}
.ct-kleer-page form .hs-richtext, .ct-kleer-page form .hs-richtext p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 40px;
  margin-top: 0;
  color: rgb(128, 128, 128);
}
.ct-kleer-page form .hs-richtext a, .ct-kleer-page form .hs-richtext p a {
  text-decoration: none;
  color: rgb(49, 122, 226);
}
.ct-kleer-page form .hs-richtext a:hover {
  text-decoration: underline;
}

/*=== Pre Designed Page ===*/


.banner-section.cst_semicustomize_bann .bg-image,
.banner-section.cst_customize_bann .bg-image {
  background-position: 0% 48%;
}
.cst_customize_dental_page .cst_customize_sec1 .image-with-content-wp a.ct-link-button {
  margin-top: 30px;
}
.cst_customize_dental_page .cst_customize_sec3 .gallery-slider-wrapper .gallery-slider-heading h2 {
  margin-left: 0;
  margin-top: 35px;
}
.cst_customize_dental_page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq .faq-answer,
.cst_customize_dental_page .hs-frequently-questions .ffrequently-asked-questions .cct-new-columns>.ct-div-block:last-child .toggle-block-faq:last-child .faq-answer{
  font-size: 14px;
  margin: 0;
  color: #404040;
}
.cst_customize_dental_page .hs-ready-take .bottom-pane-section .bottom-pane {
  padding-bottom: 85px;
  margin-bottom: 10px;
}


/*=== Semi Dental Page ===*/

.cst_semicustomize_sec1 .image-with-content-wp a.ct-link-button {
  margin-top: 20px;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec2 .dnd-section {
  padding-top: 34.5px;
  padding-bottom: 0;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec3 .types-of-partnershipss {
  background-image: linear-gradient(rgba(94,172,70,1),rgba(94,172,70,1)) !important;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec3 .types-of-partnershipss .benefits-item-box{
  min-height: 250px;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec4 .testimonial-wrapper .testimonial-content-sec{
  margin-top: 0;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec4 .testimonial-wrapper .testimonial-content-wrap p {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #404040;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec4 .testimonial-wrapper .testimonial-content-wrap h5, 
.cst_semicustomize_dental_page .cst_semicustomize_sec4 .testimonial-wrapper .testimonial-content-wrap h6{
  color: #404040;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .content-wrapper {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .gallery-slider-heading{
  margin-bottom: 0;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .heading-border-wrapper {
  display: none;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .gallery-slider-heading h2 {
  margin-left: 0;
  margin-top: 35px;
  position: static;
  padding: 0;
  font-size: 36px;
  line-height: 1.6;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .gallery-button .green-btn{
  margin-bottom: 35px;
  background-color: #09476f;
  border: 1px solid #09476f;
  color: #ffffff;
  margin-top: 0px;
}
.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .slick-slider{
  margin-bottom: 6px;
  padding-top: 38px;
}
.cst_semicustomize_dental_page .hs-practices-say{
  background: #fff;
}
.cst_semicustomize_dental_page .hs-practices-say .dnd-section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.cst_semicustomize_dental_page .bottom-pane-section{
  margin-bottom: 10px;
}
.cst_semicustomize_dental_page .bottom-pane-section .bp-btn a{
  background-color: #09476f;
  border: 1px solid #09476f;
  color: #ffffff;
}
.cst_semicustomize_dental_page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq .faq-answer{
  color: #404040;
}
.cst_semicustomize_dental_page .ffrequently-asked-questions .cct-new-columns .toggle-block-faq:last-child .faq-answer{
  color: #404040;
  line-height: 1.6;
  font-size: 16px;
}

/*=== Free dental webinar Page Css ===*/

.ct-free-dental-webinar-pg .advance-banner-wrapper h1 {
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 34px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*=== Virtual Speak Page Css ====*/

.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .content-item.right-align .col-right {
  padding-left: 0;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .content-item.right-align .col-left {
  padding-left: 25px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .content-item.right-align .col-left .icon-feature-list {
  margin: 0 0 4px;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .content-item.right-align .col-left .cm-points-block {
  margin-top: 0;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .ct_two_col_item_wrap {
  padding: 50px 0;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .ct_two_col_item_wrap:first-child {
  padding-top: 0;
}
.ct-virtual-prime-speak-pg .two-column-with-content-wrapper .ct_two_col_item_wrap:last-child {
  padding-bottom: 0;
}


/*=== refer page cee ===*/

.ct_next_step_form {
  background-image: linear-gradient(90deg,#09476f,rgba(9,71,111,0.89),rgba(9,71,111,0.86),#09476f),url(https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/Great_Dental_Websites_June2022/Images/kelly-sikkema-Xm65GLdtN7A-unsplash.jpg);
  background-position-y: 4px;
  align-items: center;
  text-align: center;
  padding-bottom: 50px;
  border-bottom-color: #ffffff;
  border-bottom-width: 10px;
  border-bottom-style: none;
  justify-content: space-around;
  background-color: #5eac46;
  width: 100%;
  padding-top: 50px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;;
}
.ct-refer-pg .ct_next_step_form h3.form-title {
  font-size: 45px;
  line-height: 1.25;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-weight: 600;
  font-family: 'IBM Plex Sans';
}
.ct-refer-pg .ct_next_step_form form {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 8px;
}
.ct-refer-pg .ct_next_step_form form .hs-form-field > label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
  font-style: normal;
  word-break: break-word;
  color: #fff;
  font-family: Montserrat, Verdana, sans-serif;
}
.ct-refer-pg .ct_next_step_form form .hs-form-field > label span.hs-form-required{
  display: none;
}
.ct-refer-pg .ct_next_step_form form .hs-form-field {
  margin-bottom: 20px;
}
.ct-refer-pg .ct_next_step_form form .hs-form-field input,
.ct-refer-pg .ct_next_step_form form .hs-form-field textarea{
  box-sizing: border-box;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgb(92, 92, 92);
  background-color: rgb(46, 46, 46);
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: 44px;
  padding: 10px 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.ct-refer-pg .ct_next_step_form form .hs-form-field textarea{
  min-height: 95px;
  resize: none;
}
.ct-refer-pg .ct_next_step_form form .hs-input.invalid.error{
  border: 1px solid rgb(250, 101, 89);
}
.ct-refer-pg .ct_next_step_form form .hs-input.invalid.error:focus,
.ct-refer-pg .ct_next_step_form form .hs-form-field input:focus,
.ct-refer-pg .ct_next_step_form form .hs-form-field textarea:focus{
  border: 1px solid rgb(82, 143, 231);
  box-shadow: rgb(0 0 0 / 4%) 0px 1px 3px inset;
  outline: none;
}
.ct-refer-pg .ct_next_step_form form .hs_submit.hs-submit input.hs-button{
  box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: unset;
  padding: 10px 12px;
  margin-top: 32px;
  min-height: 56px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  background-color: rgb(94, 172, 70);
  border: 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: Montserrat, Verdana, sans-serif;
  font-style: normal;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  outline: none;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 0;
}
.ct-refer-pg .ct_next_step_form form .hs_submit.hs-submit input.hs-button:hover{
  background-color: rgb(107, 185, 83);
}
.ct-refer-pg .ct_next_step_form form .hs_submit.hs-submit input.hs-button:active{
  background-color: rgb(81, 159, 57);
}
.ct-refer-pg .ct_next_step_form form .hs_submit.hs-submit input.hs-button:focus{
  box-shadow: rgb(120 198 96) 0px 0px 0px 3px inset;
  -moz-box-shadow: rgb(120 198 96) 0px 0px 0px 3px inset;
  -webkit-box-shadow: rgb(120 198 96) 0px 0px 0px 3px inset;
  -o-box-shadow: rgb(120 198 96) 0px 0px 0px 3px inset;
  -ms-box-shadow: rgb(120 198 96) 0px 0px 0px 3px inset;
}
.ct-refer-pg .ct_next_step_form form .legal-consent-container .hs-richtext {
  margin: 20px 0;
}
.ct-refer-pg .ct_next_step_form form .legal-consent-container .hs-richtext p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: rgb(209, 209, 209);
  font-family: Montserrat, Verdana, sans-serif;
}
.ct-refer-pg .ct_next_step_form form .legal-consent-container .hs-richtext p a {
  text-decoration: none;
  color: rgb(82, 143, 231);
}
.ct-refer-pg .ct_next_step_form form .legal-consent-container .hs-richtext p a:hover {
  text-decoration: underline;
}
.ct-refer-pg .ct_next_step_form form ul.hs-error-msgs.inputs-list li {
  margin: 0;
}
.ct-refer-pg .ct_next_step_form form ul.hs-error-msgs.inputs-list li label.hs-error-msg {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(250, 101, 89);
  display: flex;
  margin-bottom: 0;
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 300;
}
.ct-refer-pg .ct_next_step_form form ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(https://21954242.fs1.hubspotusercontent-na1.net/hubfs/21954242/Great_Dental_Websites_June2022/Images/wrning.png);
  background-size: 100% 100%;
  background-position: center center;
  margin-right: 6px;
}
.ct-refer-pg .two-column-with-content-wrapper .col-left {
  padding-left: 0;
}
.ct-refer-pg .two-column-with-content-wrapper .col-left h2 {
  font-size: 45px;
  line-height: 1.25;
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-weight: 600;
}
.ct-refer-pg .two-column-with-content-wrapper .col-left p {
  color: #ffffff;
  padding: 0;
  line-height: 1.6;
}
.ct-refer-pg .two-column-with-content-wrapper .col-left a.blue-btn {
  background-color: #5eac46;
  border: 1px solid #5eac46;
  color: #ffffff;
  margin-top: 22px;
}
.ct-refer-pg .two-column-with-content-wrapper .col-right img {
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -o-box-shadow: 0px 3px 6px #00000029;
  -ms-box-shadow: 0px 3px 6px #00000029;
}


@media(max-width: 991px){

  .ct-townies-page .two-column-with-content-wrapper .col-right-content {
    max-width: 550px;
    margin: 36px auto 0;
  }

  /*== kleer page css ===*/

  .ct-kleer-page figure img{
    left: auto;
  }

  /*=== Predesigned Page Css ===*/

  .cst_customize_dental_page .cst_customize_sec1 .image-with-content-wp .cm-rgt-cont{
    padding: 10px 23px 20px 0;
  }

  .cst_customize_dental_page .cst_customize_sec1 .image-with-content-wp .cm-lft-img{
    padding-bottom: 20px;
  }

  .cst_customize_dental_page .cst_customize_sec3 .gallery-slider-wrapper .slick-slider{
    padding-top: 38px;
  }

  /*=== Semi Dental Page Css ===*/

  .cst_semicustomize_dental_page .cst_semicustomize_sec1 .image-with-content-wp .cm-rgt-cont{
    padding: 10px 23px 20px 0;
  }

  .cst_semicustomize_dental_page .cst_semicustomize_sec1 .image-with-content-wp .cm-lft-img{
    padding-bottom: 20px;
  }

  .cst_semicustomize_dental_page .cst_semicustomize_sec3 .gallery-slider-wrapper .slick-slider{
    padding-top: 38px;
  }

}
@media (max-width: 479px){

  /*=== Predesigned Page Css ===*/

  .cst_customize_dental_page .cst_customize_sec1 .image-with-content-wp .cm-lft-img{
    padding: 0 0 20px;
  }

  .cst_customize_dental_page .gallery-slider-wrapper .gallery-slides-wrapper {
    margin-top: 32px;
  }

  /*=== Semi Dental Page Css ===*/

  .cst_semicustomize_dental_page .cst_semicustomize_sec1 .image-with-content-wp .cm-lft-img{
    padding: 0 0 20px;
  }

  .cst_semicustomize_dental_page .gallery-slider-wrapper .gallery-slides-wrapper {
    margin-top: 32px;
  }

  /*=== Refer Page Css ===*/

  .ct-refer-pg .two-column-with-content-wrapper .col-right{
    padding-left: 0;
    padding-right: 0;
  }

  .ct-refer-pg .ffrequently-asked-questions .cct-new-columns>.ct-div-block{
    padding-left: 0;
  }
  .ct-refer-pg .ct_next_step_form form{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ct-refer-pg .ct_next_step_form h3.form-title{
    font-size: 28px;
    line-height: 1.2;
  }

}





.dental-practices-page .dental-practices-banner .dnd-section>.row-fluid {
  max-width: 100%;
}

.dental-practices-page .dental-practices-content .dnd-section>.row-fluid {
  max-width: 100%;
  padding-top: 3%;
  padding-bottom: 2%;
  padding-left: 15%;
  padding-right: 15%;
}

.dental-practices-form svg {
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  width: 100%;
  height: 55px;
  fill: #404040;
  color: #404040;
}

.dental-practices-page .dental-practices-content p {
  margin: 8px 0;
  margin-bottom:0;
}

.dental-practices-page .dental-practices-form .dnd-section>.row-fluid {
  max-width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.dental-practices-form form {
  padding-top: 1%;
}

.dental-practices-form form .hs-form-field {
  padding-right: 16px;
  margin-bottom: 0;
  padding-top: 2px;
}

.dental-practices-form form .hs-input {
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  margin-bottom: 12px;
  margin-top: 12px;
  border: 1px solid #333;
  outline: 0;
  line-height: 1.15;
  height: auto;
  height: 40px;
}

.dental-practices-form form .hs_email .hs-input {
  margin: 0px 0 0 0;
  height: 40px;
  width:100% !important;
}

.dental-practices-form form .hs_company .hs-input {
  margin: 0px 0 0;
  height: 40px;
  width:100% !important;
}

.dental-practices-form form .hs_address .hs-input {
  margin:8px 0 0 0;
  width:100% !important;
  height: 40px;
}



.dental-practices-form form .hs-input::placeholder {
  color: rgb(117, 117, 117);
}

.dental-practices-form form input.hs-button.primary.large {
  width: 200px;
  color: #f2f2f2;
  background-color: #09476f;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 30px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  margin: 0 16px 0 0;
  display: inline-block;
  line-height: 1.15;
  font-weight: 400;
  font-family: 'Open Sans';
  border: 2px solid rgb(0, 0, 0);
  letter-spacing: normal;
}

.dental-practices-form form input.hs-button.primary.large:hover {
  color: rgba(22,101,153,0.75);
  background-color: #5eac46;
  border-color: #5eac46;
  border: 2px solid #5eac46;
}

.dental-practices-form form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%; 
}

.dental-practices-form form .hs-input.invalid.error {
  border: 1px solid #790000;
}

.dental-practices-form form input[type=text]:focus, .dental-practices-form form input[type=email]:focus, .dental-practices-form form input[type=password]:focus, .dental-practices-form form input[type=tel]:focus,.dental-practices-form form input[type=number]:focus, .dental-practices-form form input[type=file]:focus, .dental-practices-form form select:focus,.dental-practices-form form textarea:focus {
  border-color: rgb(0 0 0);
}

.dental-practices-form .hs-form fieldset.form-columns-2 .input {
  margin: 0;
}

.dental-practices-form .hs-form fieldset.form-columns-1 .input {
  margin: 0;
}




@media (max-width:641px){
  .dental-practices-form form .hs-form-field > label {
    display: none;
  }

  .dental-practices-form form .hs-form-field {
    width: 100% !important;
    float: none;
    padding-top: 0px;
    margin-bottom: 8px;
  }

  .dental-practices-form form .hs-input {
    line-height: 2;
    min-height: 2rem;
    width: 100% !important;
  }

  .dental-practices-form form .hs_company .hs-input {
    margin: 20px 0 0;
  }

  .dental-practices-form form .hs_address .hs-input {
    margin: 21px 0 0;
    width: 100% !important;
  }

  .dental-practices-form form .hs_email .hs-input {
    width: 100%!important;
    margin: 20px 0 0;
  }

  .dental-practices-form form input.hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
  }

  .dental-practices-form form fieldset:nth-child(even) .input {
    padding-right: 0;
  }
}



.culture-career-banner .banner_wrapper .bg-image{
  background-position: 50% 28%;
}

.culture-careers-main .image-with-content-wp .cm-rgt-cont {
  padding-top: 20px;
  padding-bottom: 0;
}

.culture-careers-main .image-with-content-wp .cm-lft-img {
  padding-bottom: 20px;
}

.culture-careers-main  .image-with-content-wp .cm-rgt-cont p.p-text-grey{
  font-size: 15px;
  margin-top: 7px;
}

.culture-careers-main  .image-with-content-wp{
  padding: 50px 20px 20px;
}

.culture-careers-main .hs_cos_wrapper_type_rich_text p {
  color: #777777;
  margin:0;
  font-size: 15px;
  margin-bottom: 24px;
}
.culture-careers-main .hs_cos_wrapper_type_rich_text p:last-of-type{
  margin-bottom:0;
}
.culture-careers-main .hs_cos_wrapper_type_rich_text h1{
  padding-bottom: 15px;
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 700;
}

.culture-careers-main .benefits-wrapper .benefits-heading{
  padding:20px;
}
.culture-careers-main .benefits-wrapper .items-wrappper{
  padding-top:12px;
}
.culture-careers-main .benefits-wrapper .item-flex {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.culture-careers-main .benefits-wrapper .benefits-item{
  padding: 0 15px 30px;
}
.culture-careers-main .image-with-content-wp .cm-lft-img .rounded-image-div img {
  max-width: 100%;
  width: 100%;
}
.culture-careers-main .benefits-wrapper .benefits-item-box {
  min-height: 100%;
}
.culture-careers-main .benefits-wrapper .benefits-text-grey,
.culture-careers-main .benefits-wrapper .benefits-item-title {
  margin-bottom: 0;
}

.culture-careers-main .benefits-wrapper .benefits-item-title h2 {
  max-width: 90%;
}
.culture-careers-main .benefits-wrapper .content-wrapper {
  padding-bottom: 20px;
}
.culture-careers-main .benefits-wrapper{
  border-bottom-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-width: 10px;
}

.culture-careers-bottom .image-with-content-wp{
  padding: 0 20px 50px;
}

.culture-careers-bottom .image-with-content-wp .cm-lft-img {
  padding:20px 0 20px 30px;
}

.culture-careers-bottom .image-with-content-wp .cm-rgt-cont {
  padding: 20px 0;
}

.culture-careers-bottom .image-with-content-wp a.ct-link-button{
  flex-direction: row;
  text-align: center;
  display: flex;
  color: #5eac46;
  text-transform: none;
  font-weight: 900;
  -webkit-font-smoothing: unset;
  margin:0;
  transition-duration: .5s;
  url-encoded: true;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 16px;
  font-family: 'IBM Plex Sans';
  padding-top: 22px;
}
.culture-careers-bottom .image-with-content-wp a.ct-link-button .arrow-btn {
  margin-top: 2px;
}
.hs-pre-designed-page-ban .banner_wrapper .bg-image{
  background-position: 50% 74%;
}

.about-main .two-column-with-content-wrapper .content-item.left-align .col-right{
  padding-top:0;
}

.about-main .two-column-with-content-wrapper .content-item.video-sec .col-left {
  padding-bottom: 0;
}

.about-main .two-column-with-content-wrapper .right-align .col-left {
  padding: 20px 0 0px 25px;
}

.about-main .two-column-with-content-wrapper .right-align .col-right {
  padding: 20px 30px 20px 0px;
}

.about-main .two-column-with-content-wrapper .right-align .col-right img{
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 0px;
  max-height: 600px;
  height: 590px;
  box-shadow: 0px 3px 6px #00000029;
  object-fit: cover;
}

.about-main .two-column-with-content-wrapper .right-align .col-left p {
  padding-bottom: 33px;
}

.about-main .two-column-with-content-wrapper .ct_two_col_item_wrap {
  padding:0;
}

.about-main .image-with-content-wp .cm-lft-img{
  padding:20px;
}

.about-main .image-with-content-wp .cm-rgt-cont{
  padding-top:20px;
}

.about-main .image-with-content-wp .cm-lft-img .rounded-image-div {
  box-shadow: none;
}
.about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item {
  padding-top: 20px;
  padding-right:20PX;
  padding-bottom: 20px;
  color: #404040;
  margin-bottom: -10px;
  width: 50%;
}
.about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .ct-text-block {
  color: #404040;
}
.about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .ct-fancy-icon {
  margin-right: 19px;
}

.about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .css-grid-inner-wrap {
  width: 100%;
  min-height:none;
  grid-column-gap: unset;
  grid-row-gap: unset;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.about-main .ct_about_us_wrap .ct_about_top .ct_about_cnt h2{
  font-size: 45px;
  line-height: 1.25;
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-weight: 600;
}

.about-main .ct_about_us_wrap .ct_about_top .img_wrap{
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  max-height: 450px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.about-main .two-column-with-content-wrapper .col-right-content {
  max-width: 550px;
  margin: 0 auto ;
}
.about-main .image-with-content-wp .cm-ct-new-columns{
  padding:50px 0;
}

.about-main .ct_about_us_wrap .ct_about_top .ct_about_col.ct_about_col_left{
  padding-right:20px;
}
.about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .icon-feature-list{
  height:100%;
}

.about-main .ct_featured_work{
  padding-top:78px;
}
.website-platform-row3 .two-column-with-content-wrapper h2,
.website-platform-row3 .two-column-with-content-wrapper a.blue-btn{
  -webkit-font-smoothing: auto;
}
.hs-custom-dental-web-page .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .ct-text-block {
  margin-bottom: 0;
  color: #777;
  color: #404040;
}

.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .slick-slider {
  margin-bottom: 3px;
  padding-top: 37px;
}

.hs-contactus-page .hs-learn-how {
  padding-bottom: 26px;
}

.marketing-partner-wrapper .green-btn:hover {
  text-decoration: underline !important;
}



@media (max-width: 991px){
  .culture-careers-main .benefits-wrapper .benefits-item {
    width: 50%;
  }
  .about-main .two-column-with-content-wrapper .col-right-content {
    display: flex;
    text-align: center;
    margin-top: 36px;
  }
  .about-main .two-column-with-content-wrapper .right-align .col-right img {
    display: none;
  }
  .about-main .two-column-with-content-wrapper .content-item.left-align .col-right {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px){
  .culture-careers-main .benefits-wrapper .benefits-item {
    padding: 0 5px 10px;
  }
  .culture-careers-main .benefits-wrapper .item-flex {
    margin: 0 -5px;
  }
  .culture-careers-main .benefits-wrapper .content-wrapper {
    padding-bottom: 40px;
  }
  .culture-careers-main .benefits-wrapper .benefits-item-title h2{
    margin-right: 5px;
  }
  .about-main .ct_featured_work{
    padding-top:50px;
  }
  .about-main .ct_featured_work .ct-website_title .ct_line {
    display: none;
  }
  .about-main .ct_featured_work .ct-website_title{
    flex-direction: column;
    display: flex; 
    align-items: center;
    text-align: center;
    padding-bottom: 12px;
    margin: 0;
  }
  .about-main .ct_featured_work .ct-website_title h2.ct-headline {
    font-size: 35px;
    line-height: 1.6;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-top: 30px;
    padding-left: 1px;
  }
  .about-main .ct_featured_work .ct-website_title h2.ct-headline {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px){
  .ct-townies-page .btn-wrap.sttwo {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .ct-townies-page .two-column-with-content-wrapper .content-item.right-align .col-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ct-virtual-prime-speak-pg .two-column-with-content-wrapper {
    padding-bottom: 0;
  }

  .ct-virtual-prime-speak-pg .ct_key_takeaway_wrap .title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .ct-virtual-prime-speak-pg .frequently-asked-questions .cct-new-columns>.ct-div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .culture-careers-bottom .image-with-content-wp {
    padding-bottom: 25px;
  }

  .ct-refer-pg .two-column-with-content-wrapper .col-left h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .ct-refer-pg .two-column-with-content-wrapper.ct_twcol_wimg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ct-refer-pg .two-column-with-content-wrapper .col-left p {
    margin-bottom: 14px;
  }

  .about-main .ct_about_us_wrap .ct_about_top .ct_about_col{
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-main .ct_about_us_wrap .ct_about_top .ct_about_cnt p{
    padding-bottom: 14px;
  }
  .about-main .ct_about_us_wrap .ct_about_top .ct_about_cnt h2{
    font-size: 28px;
    line-height: 1.2;
  }
  .about-main .ct_about_us_wrap .ct_container{
    padding-top: 25px;
  }
  .about-main .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item{
    margin-bottom: 10px;
  }
  .about-main .image-with-content-wp .cm-ct-new-columns{
    padding:50px 0 25px;
  }
  .about-main .image-with-content-wp .cm-rgt-cont{
    padding-left:0;
    padding-bottom: 0;
  }
  .about-main .two-column-with-content-wrapper .right-align .col-right {
    padding: 0;
  }
  .about-main .two-column-with-content-wrapper .content-item.left-align .col-right{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .culture-careers-main .benefits-wrapper .content-wrapper,
  .culture-careers-main .image-with-content-wp{
    padding-top: 25px;
  }
  .about-main .two-column-with-content-wrapper p{
    padding-bottom: 0px;
  }
  .about-main .two-column-with-content-wrapper .right-align .col-left {
    padding: 20px 0 0 0px;
  }
  .about-main .two-column-with-content-wrapper .ct_two_col_item_wrap .ct_top_title h1 {
    margin: 25px 0 0;
  }
  .culture-careers-main .image-with-content-wp .cm-lft-img{
    padding-right: 0px;
  }
  .culture-careers-bottom .image-with-content-wp .cm-lft-img,
  .culture-careers-main .image-with-content-wp .cm-rgt-cont{
    padding-left: 0px;
  }
  .about-main .ct_featured_work .ct-website_title h2.ct-headline{
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .culture-careers-main .benefits-wrapper .benefits-item-box  {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .culture-careers-main  .benefits-wrapper .benefits-fancy-icon{
    display: none;
    flex-direction: unset;
  }
  .culture-careers-main .benefits-wrapper .benefits-heading{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .culture-careers-main .benefits-wrapper .benefits-item-title h2{
    font-size: 16px;
    word-break: keep-all;
  }

  .ct-refer-pg .frequently-asked-questions .cct-new-columns>.ct-div-block:last-child, 
  .ct-refer-pg .frequently-asked-questions .cct-new-columns>.ct-div-block:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .ct-refer-pg .ct_next_step_form form {
    padding-left: 0;
    padding-right: 0;
  }

}


.cst_semicustomize_dental_page .cst_semicustomize_sec5 .gallery-slider-wrapper .gallery-button .green-btn,
.hs-custom-dental-web-page .hs-slider-dental .gallery-slider-wrapper .gallery-button .green-btn {
  margin-top: 10px !important; 
}

.custom-design-wp a.cm-arrow-btn:hover {
  text-decoration: underline;
}

.culture-careers-bottom .image-with-content-wp a.ct-link-button {
  flex-wrap: wrap;
  justify-content: left;
}

.pagination-container {
  display: inline-block;
}

.pagination-container ul {
  margin-top: 7px;
  margin-bottom: 0;
}

.pagination-input {
  width: 95px;
  margin-left: auto;
  margin-right: auto;
}

.pagination-slider {
  margin-top: 7px;
}

.pagination-slider-handle {
  outline-style: none;
  outline-width: 0;
}

.pagination-tooltip {
  opacity: 1;
  width: 60px;
  bottom: 120%;
  margin-left: -23px;
}

ul.simple-pagination {
  list-style: none
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left
}

.compact-theme a,.compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #aaa;
  border-right: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
  background: -o-linear-gradient(top,#fff 0,#efefef 100%);
  background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
  background: linear-gradient(top,#fff 0,#efefef 100%)
}

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  background: -moz-linear-gradient(top,#efefef 0,#bbb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#efefef),color-stop(100%,#bbb));
  background: -webkit-linear-gradient(top,#efefef 0,#bbb 100%);
  background: -o-linear-gradient(top,#efefef 0,#bbb 100%);
  background: -ms-linear-gradient(top,#efefef 0,#bbb 100%);
  background: linear-gradient(top,#efefef 0,#bbb 100%)
}

.compact-theme .prev {
  border-radius: 3px 0 0 3px
}

.compact-theme .next {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0
}

.compact-theme .current {
  background: #bbb;
  background: -moz-linear-gradient(top,#bbb 0,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#bbb),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#bbb 0,#efefef 100%);
  background: -o-linear-gradient(top,#bbb 0,#efefef 100%);
  background: -ms-linear-gradient(top,#bbb 0,#efefef 100%);
  background: linear-gradient(top,#bbb 0,#efefef 100%);
  cursor: default
}

.compact-theme .ellipse {
  background: #eaeaea;
  padding: 0 10px;
  cursor: default
}

.light-theme a,.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #bbb;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
  background: -o-linear-gradient(top,#fff 0,#efefef 100%);
  background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
  background: linear-gradient(top,#fff 0,#efefef 100%)
}

.light-theme a:hover {
  text-decoration: none;
  background: #fcfcfc
}

.light-theme .current {
  background: #666;
  color: #fff;
  border-color: #444;
  box-shadow: 0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,.3) inset;
  cursor: default
}

.light-theme .ellipse {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  cursor: default
}

.dark-theme a,.dark-theme span {
  float: left;
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background: #555;
  background: -moz-linear-gradient(top,#555 0,#333 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#555),color-stop(100%,#333));
  background: -webkit-linear-gradient(top,#555 0,#333 100%);
  background: -o-linear-gradient(top,#555 0,#333 100%);
  background: -ms-linear-gradient(top,#555 0,#333 100%);
  background: linear-gradient(top,#555 0,#333 100%)
}

.dark-theme a:hover {
  text-decoration: none;
  background: #444
}

.dark-theme .current {
  background: #222;
  color: #fff;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255,255,255,.2),0 0 1px 1px rgba(0,0,0,.1) inset;
  cursor: default
}

.dark-theme .ellipse {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  cursor: default
}

.hs-pre-designed-page .pre-designed-wp .pre-new-columns.pre-columns-item-5 .cm-scroll-image {
  margin-top: 10px;
}
.pediatric-dental-page .frequently-asked-questions .cct-new-columns .toggle-block-faq h1.faq-question {
  font-size: 11pt;
  font-family: Arial;
  color: rgb(0, 0, 0);
}
.pediatric-dental-page .frequently-asked-questions .cct-new-columns .toggle-block-faq .faq-answer {
  font-size: 11pt;
  font-family: Arial;
  color: rgb(0, 0, 0);
}


/*=== Integration category Page Css ===*/

.ct-integrations-category-pg .two-column-with-content-wrapper{
  padding-bottom: 50px;
}
.ct-integrations-category-pg .two-column-with-content-wrapper .col-left {
  padding-left: 0;
}

.ct-integrations-category-pg .two-column-with-content-wrapper .col-left h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #5eac46;
  font-weight: 600;
}

.ct-integrations-category-pg .two-column-with-content-wrapper .col-left h2 {
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 8px;
  color: #404040;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
.ct-integrations-category-pg .two-column-with-content-wrapper .col-left p {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #404040;
}
.ct-integrations-category-pg .two-column-with-content-wrapper .col-right {
  padding: 20px;
  background-size: 118% auto;
  width: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ct-integrations-category-pg .two-column-with-content-wrapper .col-right img {
  display: none;
}

.dental-practices-form form .hs-error-msgs label {
  display: block;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
}

.ct-townies-page .btn-wrap.sttwo {
  text-align: center;
  margin-top: 22px;
}

@media(max-width: 991px){
  .ct-integrations-category-pg .two-column-with-content-wrapper .col-right{
    display: none;
  }
}

.cst_customize_bann .banner_wrapper .breadcrumbs-link ul>li>a {
  padding-right: 0;
}

.cst_customize_bann .banner_wrapper .breadcrumbs-link .hs-menu-wrapper>ul>li:not(:last-child):after {
  margin-right: 5px;
}

.contact-us-wp .ct-new-columns>.cm-rgt-rm form .hs-error-msgs li label {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  display: block;
  max-width: calc(100% - 16px);
}

.cst_semicustomize_bann .banner_wrapper .breadcrumbs-link ul > li > a {
  padding-right: 0;
}

.cst_semicustomize_bann .banner_wrapper .breadcrumbs-link .hs-menu-wrapper > ul > li:not(:last-child):after {
  margin-right: 5px;
}

.hs-become-partner-page .hs-error-msg,
.hs-become-partner-page .hs_error_rollup label {
  color: #c02b0a;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  margin-top: 8px;
  padding: 12.992px 24px;
  clear: both;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  width: 100%;
  display: block;
  font-family: 'Open Sans';
  font-weight: 300;
}

.partners-connect-page .hs-error-msg,
.partners-connect-page .hs_error_rollup label {
  color: #c02b0a;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  margin-top: 8px;
  padding: 12.992px 24px;
  clear: both;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  width: 100%;
  display: block;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}

.partners-connect-page form .form-columns-2 > .hs-form-field:first-child .hs-error-msg,
.partners-connect-page form .form-columns-2 > .hs-form-field:first-child .hs_error_rollup label {
  width: calc(100% - 12px);
}

.hs-become-partner-page .hs-interested-frm form .hs-input.invalid.error {
  border: 1px solid #c02b0a;
}

.ie .header_inner .custom-menu-primary ul.submenu.level-1 > li.marketing > ul > li > ul,
.ie .two-column-with-content-wrapper .content-wrapper,
.ie .testimonial-wrapper .testimonial-content-sec,
.ie .benefits-wrapper .benefits-item-box,
.ie .benefits-wrapper .benefits-content {
  display: block;
}

.ie .testimonial-wrapper .testimonial-content-sec {
  text-align: center;
}

.ie .header_inner .custom-menu-primary ul.submenu.level-1 > li.marketing > ul > li > a {
  background-color: #fff;
}


/*  */

.dntl-inner-banner .banner_wrapper .breadcrumbs-link {
  padding-left: 2px;
}

.dntl-inner-banner .banner_wrapper .breadcrumbs-link .hs-menu-wrapper>ul>li:not(:last-child):after {
  margin-right: 10px;
  margin-left: -1px;
}

.dntl-main-cnt .image-with-content-wp .cm-rgt-cont {
  padding-top: 10px;
}

.dntl-main-cnt .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .ct-text-block {
  color: #404040;
}

.dental-marketings-inner-page .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .css-grid-inner-wrap {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.dental-marketings-inner-page .custom-design-wp .bg-img-wpp {
  right: 0px;
  left: auto;
}

.dental-marketings-inner-page .custom-design-wp>.content-wrapper {
  align-items: flex-start;
  justify-content: unset;
}

.dental-marketings-inner-page .custom-design-wp .cont-box h2.ct-headline {
  font-size: 36px;
  font-weight: 700;
}

.dental-marketings-inner-page .custom-design-wp .cont-box .ctt-new-columns>.clm-box {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 50%;
}

.dental-marketings-inner-page .custom-design-wp .cont-box .ctt-new-columns {
  justify-content: unset;
}

.dental-marketings-inner-page .bottom-pane-section .bp-btn a {
  line-height: 1.6;
}

.dntl-btm-cnt .bottom-pane-section .bp-btn a{
  background-color: #09476f;
  border: 1px solid #09476f;
  color: #ffffff;
}

.dental-marketings-inner-page .bottom-pane-section .bottom-pane {
  padding-bottom: 75px;
}

.dental-marketings-inner-page .frequently-asked-questions .cct-new-columns>.ct-div-block:last-child {
  padding-left: 0;
}

.dental-marketings-inner-page .blog-related-posts .content-wrapper {
  padding-top: 51px;
  padding-bottom: 50px;
}

.dental-marketings-inner-page  .frequently-asked-questions .cct-new-columns>.ct-div-block .toggle-block-faq .ct-text-block .faq-answer {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.dental-marketings-inner-page .image-with-content-wp .cm-lft-img {
  padding-bottom: 20px;
}

.dental-marketings-inner-page .custom-design-wp .cont-box {
  margin-right: 50px;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
}

.dental-marketings-inner-page  .frequently-asked-questions .content p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}

.dental-marketings-inner-page .frequently-asked-questions .content ul {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .content-wrapper {
  padding: 0;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .content-item.video-sec .col-left {
  padding-left: 25px;
  padding-top: 10px;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .cm-points-columns {
  justify-content: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .cm-div-block.icon-feature-list {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .cm-points-block {
  margin-top: 0;
}

.dental-marketings-inner-page .two-column-with-content-wrapper .cm-fancy-icon {
  margin-right: 20px;
}

.dental-marketings-inner-page .frequently-asked-questions .cct-new-columns .toggle-block-faq .faq-answer .content div {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width:991px) {

  .dental-marketings-inner-page .image-with-content-wp .cm-lft-img{
    padding-right:0;
  }

}

@media (max-width:767px) {

  .dntl-main-cnt .image-with-content-wp .cm-rgt-cont {
    padding-left: 0;
  }

  .dental-marketings-inner-page .custom-design-wp .cont-box .ctt-new-columns>.clm-box {
    width: 100%;
  }

  .dental-marketings-inner-page .custom-design-wp .cont-box {
    margin-right: 20px;
  }

  .dental-marketings-inner-page .two-column-with-content-wrapper {
    padding-top: 0;
  }

  .dental-marketings-inner-page .two-column-with-content-wrapper .content-item.video-sec .col-left {
    padding-left: 20px;
  }

  .dental-marketings-inner-page .frequently-asked-questions .cct-new-columns>.ct-div-block:last-child {
    padding-right: 0;
  }


}

@media (max-width:479px) {

  .dntl-main-cnt .image-with-content-wp .cm-rgt-cont .cm-btm-rgt .oxy-ou-css-grid-item .ct-text-block {
    font-size: 14px;
  }

  .dental-marketings-inner-page .two-column-with-content-wrapper .cm-div-block.icon-feature-list {
    font-size: 14px;
  }

  .dental-marketings-inner-page .two-column-with-content-wrapper {
    padding-bottom: 0;
  }

  .dental-marketings-inner-page .custom-design-wp .cont-box h2.ct-headline {
    font-size: 6.7vw;
  }

}