@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-family: "Inter", sans-serif !important;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif !important;
  }
}
/* ====== COLORS ====== */
/* ====== FONT SIZES ====== */
/* ====== FONT WEIGHTS ====== */
/* ====== TRANSITIONS ====== */
html, body {
  color: #212529;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif !important;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

strong {
  font-weight: 700;
}

a {
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  color: #00C1BF;
  text-decoration: none;
}
a:hover {
  color: #00C1BF;
  text-decoration: none;
}

.hover--color-har-blue-dark:hover {
  color: #0a8543 !important;
}
.hover--color-har-pink:hover {
  color: #ff0065 !important;
}
.hover--color-available:hover {
  color: #018361 !important;
}
.hover--color-pending:hover {
  color: #FBA000 !important;
}
.hover--color-sold:hover {
  color: #CC0000 !important;
}
.hover--color-auxiliary:hover {
  color: #515B7A !important;
}
.hover--color-carbon:hover {
  color: #212529 !important;
}
.hover--color-black:hover {
  color: #000 !important;
}
.hover--color-cement:hover {
  color: #DDDDDD !important;
}
.hover--color-cement-dark:hover {
  color: #5D5E5E !important;
}
.hover--color-slate:hover {
  color: #212529 !important;
}
.hover--color-slate-light:hover {
  color: #212529 !important;
}
.hover--color-cloudy-sky:hover {
  color: #DFE3F0 !important;
}
.hover--color-snow-white:hover {
  color: #FFF !important;
}

hr {
  border-top: 1px solid #000000;
}

.clear_both {
  clear: both;
}

.border_radius--default {
  border-radius: 4px;
}
.border_radius--pudgy {
  border-radius: 8px;
}
.border_radius--small {
  border-radius: 2px;
}
.border_radius--mini {
  border-radius: 1px;
}
.border_radius--round {
  border-radius: 16px;
}
.border_radius--rounded {
  border-radius: 32px;
}

.border_thin_light {
  border: 1px solid #DFE3F0;
}

.depth {
  border: 1px solid #DFE3F0;
}
.depth--landed {
  box-shadow: none;
}
.depth--emboss {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.depth--standed_out {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.depth--above_all {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.24);
}
.depth--above_all_extra {
  box-shadow: 0 16px 56px 0 rgba(0, 0, 0, 0.16);
}

.border-color {
  border-color: #DFE3F0;
}
.border-color--har-blue-light {
  border-color: #53B700 !important;
}
.border-color--har-blue-light-extra {
  border-color: #000000 !important;
}
.border-color--cement_auxiliary {
  border-color: #AFB8D9 !important;
}
.border-color--auxiliary {
  border-color: #515B7A !important;
}
.border-color--cement_light {
  border-color: #F3F4F7 !important;
}
.border-color--cement {
  border-color: #DDDDDD !important;
}
.border-color--cement-dark {
  border-color: #5D5E5E !important;
}
.border-color--carbon {
  border-color: #212529 !important;
}
.border-color--slate {
  border-color: #212529 !important;
}
.border-color--slate-light {
  border-color: #212529 !important;
}
.border-color--cloudy-sky {
  border-color: #DFE3F0 !important;
}
.border-color--cloudy-sky-light {
  border-color: #EDF0FA !important;
}
.border-color--snow-white {
  border-color: #FFF !important;
}
.border-color--available {
  border-color: #018361 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #DFE3F0 !important;
  }
  .border-sm-right {
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-sm-left {
    border-left: 1px solid #DFE3F0 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-sm-y {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-sm {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #DFE3F0 !important;
  }
  .border-md-right {
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-md-left {
    border-left: 1px solid #DFE3F0 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-md-y {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-md {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #DFE3F0 !important;
  }
  .border-lg-right {
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-lg-left {
    border-left: 1px solid #DFE3F0 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-lg-y {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-lg {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #DFE3F0 !important;
  }
  .border-xl-right {
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-xl-left {
    border-left: 1px solid #DFE3F0 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-xl-y {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
  }
  .border-xl {
    border-top: 1px solid #DFE3F0 !important;
    border-bottom: 1px solid #DFE3F0 !important;
    border-left: 1px solid #DFE3F0 !important;
    border-right: 1px solid #DFE3F0 !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .border-sm-none {
    border: none !important;
  }
  .font_weight--normal-sm {
    font-weight: normal !important;
  }
}
@media (max-width: 768px) {
  .bg-image-md-none {
    background-image: none !important;
  }
}
/* ====== COLORS ====== */
.bg_color_har_blue, .hover_bg_color_har_blue:hover {
  background-color: #00C1BF;
}

.bg_color_har_blue_light, .hover_bg_color_har_blue_light:hover {
  background-color: #53B700;
}

.bg_color_har_blue_light_extra, .hover_bg_color_har_blue_light_extra:hover {
  background-color: #000000;
}

.bg_color_har_blue_dark, .hover_bg_color_har_blue_dark:hover {
  background-color: #0a8543;
}

.bg_color_har_pink, .hover_bg_color_har_pink:hover {
  background-color: #ff0065;
}

.bg_color_har_pink_light, .hover_bg_color_har_pink_light:hover {
  background-color: #FFA4BB;
}

.bg_color_har_pink_light_extra, .hover_bg_color_har_pink_light_extra:hover {
  background-color: #FFE4EB;
}

.bg_color_har_pink_dark, .hover_bg_color_har_pink_dark:hover {
  background-color: #B03453;
}

.bg_color_available, .hover_bg_color_available:hover {
  background-color: #018361;
}

.bg_color_available_light, .hover_bg_color_available_light:hover {
  background-color: #E5FFF9;
}

.bg_color_pending, .hover_bg_color_pending:hover {
  background-color: #FBA000;
}

.bg_color_pending_light, .hover_bg_color_pending_light:hover {
  background-color: #FDF7CF;
}

.bg_color_sold, .hover_bg_color_sold:hover {
  background-color: #CC0000;
}

.bg_color_sold_light, .hover_bg_color_sold_light:hover {
  background-color: #FFD8D8;
}

.bg_color_auxiliary, .hover_bg_color_auxiliary:hover {
  background-color: #515B7A;
}

.bg_color_auxiliary_light, .hover_bg_color_auxiliary_light:hover {
  background-color: #AFB8D9;
}

.bg_color_black, .hover_bg_color_black:hover {
  background-color: #000;
}

.bg_color_carbon, .hover_bg_color_carbon:hover {
  background-color: #212529;
}

.bg_color_cement, .hover_bg_color_cement:hover {
  background-color: #DDDDDD;
}

.bg_color_cement_light, .hover_bg_color_cement_light:hover {
  background-color: #F3F4F7;
}

.bg_color_cement_dark, .hover_bg_color_cement_dark:hover {
  background-color: #5D5E5E;
}

.bg_color_slate, .hover_bg_color_slate:hover {
  background-color: #212529;
}

.bg_color_slate_light, .hover_bg_color_slate_light:hover {
  background-color: #212529;
}

.bg_color_cloudy_sky, .hover_bg_color_cloudy_sky:hover {
  background-color: #DFE3F0;
}

.bg_color_cloudy_sky_light, .hover_bg_color_cloudy_sky_light:hover {
  background-color: #EDF0FA;
}

.bg_color_snow_white, .hover_bg_color_snow_white:hover {
  background-color: #FFF;
}

.bg_color-grit-border-form {
  background: #D4D7DC;
}

.bg_color-grit-placeholder {
  background: #6B6C72;
}

.bg_color-grit-leaf-green {
  background: #59c500;
}

.bg_color-grit-grey-cement {
  background: #BABEC5;
}

.bg_color-grit-dark-shaded-grey {
  background: #12141D;
}

.bg_color-grit-dark-light-grey {
  background: #3d3939;
}

.color_har_blue, a.color_har_blue {
  color: #00C1BF;
}

.color_har_blue_light, a.color_har_blue_light {
  color: #53B700;
}

.color_har_blue_light_extra, a.color_har_blue_light_extra {
  color: #000000;
}

.color_har_blue_dark, a.color_har_blue_dark {
  color: #0a8543;
}

.color_har_pink, a.color_har_pink {
  color: #ff0065;
}

.color_har_pink_light, a.color_har_pink_light {
  color: #FFA4BB;
}

.color_har_pink_light_extra, .color_har_pink_light_extra {
  color: #FFE4EB;
}

.color_har_pink_dark, a.color_har_pink_dark {
  color: #B03453;
}

.color_available, a.color_available {
  color: #018361;
}

.color_available_light, a.color_available_light {
  color: #E5FFF9;
}

.color_pending, a.color_pending {
  color: #FBA000;
}

.color_pending_light, a.color_pending_light {
  color: #FDF7CF;
}

.color_sold, a.color_sold {
  color: #CC0000;
}

.color_sold_light, a.color_sold_light {
  color: #FFD8D8;
}

.color_auxiliary, a.color_auxiliary {
  color: #515B7A;
}

.color_auxiliary_light, a.color_auxiliary_light {
  color: #AFB8D9;
}

.color_pricechanged, a.color_pricechanged {
  color: #a800c3;
}

.color_black, a.color_black {
  color: #000;
}

.color_carbon, a.color_carbon {
  color: #212529;
}

.color_cement, a.color_cement {
  color: #DDDDDD;
}

.color_cement_light, a.color_cement_light {
  color: #F3F4F7;
}

.color_cement_dark, a.color_cement_dark {
  color: #5D5E5E;
}

.color_slate, a.color_slate {
  color: #212529;
}

.color_slate_light, a.color_slate_light {
  color: #515B7A;
}

.color_cloudy_sky, a.color_cloudy_sky {
  color: #DFE3F0;
}

.color_cloudy_sky_light, a.color_cloudy_sky_light {
  color: #EDF0FA;
}

.color_snow_white, a.color_snow_white {
  color: #FFF;
}

/* Font sizes */
.font_size--small_extra_extra {
  font-size: 9px;
  line-height: 12px;
}
.font_size--small_extra {
  font-size: 11px;
  line-height: 16px;
}
.font_size--small {
  font-size: 12px;
  line-height: 18px;
}
.font_size--medium {
  font-size: 14px;
  line-height: 20px;
}
.font_size--large {
  font-size: 16px;
  line-height: 24px;
}
.font_size--large_extra {
  font-size: 18px;
  line-height: 26px;
}
.font_size--large_extra_extra {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.font_size--large_extra_extra_extra {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.8px;
}
.font_size--large_extra_extra_extra_extra {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.4px;
}

/* Font weights */
.font_weight--light {
  font-weight: 300;
}
.font_weight--regular {
  font-weight: 400;
}
.font_weight--semi_bold {
  font-weight: 600;
}
.font_weight--bold {
  font-weight: 700;
}
.font_weight--bold_extra {
  font-weight: 800;
}

@media only screen and (max-width: 768px) and (min-width: 576px) {
  .font_size--medium_md {
    font-size: 14px !important;
    line-height: 20px;
  }
  .font_size--large_md {
    font-size: 16px;
    line-height: 24px;
  }
  .font_size--large_extra_md {
    font-size: 18px !important;
    line-height: 26px;
  }
  .font_size--large_extra_extra_md {
    font-size: 24px !important;
    line-height: 32px;
  }
  .font_size--large_extra_extra_extra_md {
    font-size: 34px !important;
    line-height: 40px;
  }
  .font_size--large_extra_extra_extra_extra_md {
    font-size: 48px !important;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .font_size--medium_sm {
    font-size: 14px !important;
    line-height: 20px;
  }
  .font_size--small_extra_extra_sm {
    font-size: 9px !important;
    line-height: 12px !important;
  }
  .font_size--small_extra_sm {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .font_size--small_sm {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .font_size--large_sm {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .font_size--large_extra_sm {
    font-size: 18px !important;
    line-height: 26px;
  }
  .font_size--large_extra_extra_sm {
    font-size: 24px !important;
    line-height: 32px;
  }
  .font_size--large_extra_extra_extra_sm {
    font-size: 34px !important;
    line-height: 40px;
  }
  .font_size--large_extra_extra_extra_extra_sm {
    font-size: 48px !important;
    line-height: 40px;
  }
}
/* Headings */
a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: pointer !important;
}

h1, .h1 {
  cursor: default;
  font-weight: 800;
  color: #000;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.4px;
  margin-bottom: 64px;
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 1;
  }
}
h1.h1--inner_page, .h1.h1--inner_page {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 576px) {
  h1.h1--inner_page, .h1.h1--inner_page {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
h1.h1--negative, .h1.h1--negative {
  color: #FFF !important;
}
h1.h1--strong, .h1.h1--strong {
  font-size: 48px;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 60px;
  color: #000;
  font-weight: 800;
}
@media screen and (max-width: 576px) {
  h1.h1--strong, .h1.h1--strong {
    font-size: 24px;
    line-height: 1.4;
  }
}
h1--larger, .h1--larger {
  font-size: 64px;
  font-weight: 800 !important;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 576px) {
  h1--larger, .h1--larger {
    font-size: 48px;
    line-height: 1.2;
  }
}

h2, .h2 {
  text-align: left !important;
  position: relative;
  cursor: default;
  font-weight: 700;
  color: #000;
  font-size: 27px;
  /*font-size: $font-size-large-extra-extra;*/
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
  /*
   &:before {
     content: "";
     display: block;
     width: 56px;
     height: 4px;
     margin-bottom: 6px;
     background: $color-har-pink;

     @media screen and (max-width: 576px) {
      width: 40px;
      height: 3px;
      margin-bottom: 2px;
  }
   }
   */
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 24px;
  }
  h2:before, .h2:before {
    width: 40px;
    height: 3px;
    margin-bottom: 2px;
  }
}
h2:before, .h2:before {
  content: none;
  display: none;
}
h2.text-center, .h2.text-center {
  text-align: center !important;
}
h2.h2--negative, .h2.h2--negative {
  color: #FFF !important;
}
h2.h2--simple, h2--simple, .h2.h2--simple, .h2--simple {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
h2.h2--simple:before, h2--simple:before, .h2.h2--simple:before, .h2--simple:before {
  content: none;
}
h2.h2--simple__black, h2--simple__black, .h2.h2--simple__black, .h2--simple__black {
  color: #212529;
}
h2--black_large, .h2--black_large {
  color: #000;
  font-size: 27px;
}
h2--black_large:before, .h2--black_large:before {
  content: none;
}
h2.h2--light, .h2.h2--light {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
}
h2.h2--light:before, .h2.h2--light:before {
  content: none;
}
@media screen and (max-width: 576px) {
  h2.h2--light, .h2.h2--light {
    font-size: 24px;
    line-height: 32px;
  }
}
h2.h2--strong, .h2.h2--strong {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  line-height: normal;
  letter-spacing: -1.2px;
}
h2.h2--strong:before, .h2.h2--strong:before {
  content: none;
}
@media screen and (max-width: 576px) {
  h2.h2--strong, .h2.h2--strong {
    font-size: 34px;
    line-height: normal;
  }
}
h2--larger, .h2--larger {
  font-size: 64px;
  font-weight: 800 !important;
}
@media screen and (max-width: 576px) {
  h2--larger, .h2--larger {
    font-size: 48px;
    line-height: 1.2;
  }
}
h2--extrabold, h2.h2--extrabold, .h2--extrabold, .h2.h2--extrabold {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
h2--extrabold:before, h2.h2--extrabold:before, .h2--extrabold:before, .h2.h2--extrabold:before {
  content: none;
}
@media screen and (max-width: 576px) {
  h2--extrabold, h2.h2--extrabold, .h2--extrabold, .h2.h2--extrabold {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
h2.h2--centerline, .h2.h2--centerline {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  line-height: normal;
  letter-spacing: -1.2px;
}
h2.h2--centerline__small, .h2.h2--centerline__small {
  font-size: 34px;
}
h2.h2--centerline:before, .h2.h2--centerline:before {
  content: none;
}
@media screen and (max-width: 576px) {
  h2.h2--centerline, .h2.h2--centerline {
    font-size: 34px;
    line-height: 1.3;
  }
  h2.h2--centerline__small, .h2.h2--centerline__small {
    font-size: 24px;
  }
}
h2.h2--centerline, h2--centerline, .h2.h2--centerline, .h2--centerline {
  text-align: center !important;
  position: relative;
}
h2.h2--centerline span, h2--centerline span, .h2.h2--centerline span, .h2--centerline span {
  background-color: #ffffff;
  padding: 0px 32px;
  display: inline-block;
}
h2.h2--centerline:after, h2--centerline:after, .h2.h2--centerline:after, .h2--centerline:after {
  display: inline-block;
  content: "";
  border-top: solid 3px #edf0fa;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  h2.h2--centerline:after, h2--centerline:after, .h2.h2--centerline:after, .h2--centerline:after {
    top: 16px;
    border-top: solid 1px #edf0fa;
  }
}
h2.h2--rightline, h2--rightline, .h2.h2--rightline, .h2--rightline {
  position: relative;
  font-size: 27px;
}
h2.h2--rightline span, h2--rightline span, .h2.h2--rightline span, .h2--rightline span {
  background-color: #ffffff;
  padding: 0px 22px 0px 0px;
  display: inline-block;
}
h2.h2--rightline:after, h2--rightline:after, .h2.h2--rightline:after, .h2--rightline:after {
  display: inline-block;
  content: "";
  border-top: solid 3px #edf0fa;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  h2.h2--rightline:after, h2--rightline:after, .h2.h2--rightline:after, .h2--rightline:after {
    top: 16px;
    border-top: solid 1px #edf0fa;
  }
}

h3 {
  text-align: left !important;
  cursor: default;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 16px;
}
h3.h3--negative {
  color: #FFF !important;
}
h3.h3--strong {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  text-align: left !important;
  cursor: default;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}
h4.h4--negative {
  color: #FFF !important;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Alignments */
.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_justify {
  text-align: justify;
}

.tagline_text {
  text-transform: uppercase;
  font-size: 16px;
  color: #5D5E5E;
}

.list--inside li {
  list-style: inside !important;
  list-style-position: inside !important;
}
.list--black > li, .list .blog_content ul > li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  padding: 0px 0px 4px 23px;
  position: relative;
}
.list--black > li:before, .list .blog_content ul > li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #212529;
  left: 0px;
  top: 7px;
  content: "";
  border-radius: 50%;
}
.list--blue > li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  padding: 0px 0px 10px 14px;
  position: relative;
  font-size: 14px;
  color: #00C1BF;
  font-weight: 600;
}
.list--blue > li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #00C1BF;
  left: 0px;
  top: 9px;
  content: "";
  border-radius: 50%;
}
.list--large > li {
  padding: 0px 0px 16px 14px;
  font-size: 16px;
}
.list--large > li:before {
  top: 10px;
}

.textcontent__header {
  padding: 56px 56px 27px 56px;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .textcontent__header {
    padding: 24px;
  }
}
.textcontent__header.headersticky {
  padding: 18px 56px 18px 56px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  border: solid 1px #dfe3f0;
}
@media screen and (max-width: 576px) {
  .textcontent__header.headersticky {
    padding: 18px 24px 18px 24px;
  }
}
.textcontent__content {
  font-size: 14px;
  color: #212529;
  padding: 27px 56px 56px 56px;
}
@media screen and (max-width: 576px) {
  .textcontent__content {
    padding: 24px;
  }
}

.peratext {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 32px;
  padding-bottom: 0px;
  color: #000;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon--16x16 {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.icon--github {
  background-image: url(https://content.harstatic.com/media/icons/styleguide/icon-github.svg);
}
.icon--price_reduced {
  background-image: url(https://content.harstatic.com/media/icons/styleguide/icon-price-reduced.svg);
}
.icon--circle {
  border: 1px solid #DFE3F0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}
.icon--circle img {
  max-height: 30px;
  max-width: 30px;
}
.icon--circle_large {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.icon--circle_large img {
  max-height: 50px;
  max-width: 50px;
}

.icon-graphy {
  padding: 10px 12px;
  border: 1px solid #ccc;
  background: transparent;
}

.iconlink {
  display: inline-block;
  color: #515B7A;
  font-size: 14px;
  letter-spacing: 0.09px;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding: 0px 20px 0px 28px;
  text-decoration: none !important;
}
.iconlink span {
  display: block;
  position: absolute;
  left: 0px;
  top: -1px;
}
.iconlink:hover {
  opacity: 0.5 !important;
  color: #515B7A;
}

.icon_square {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #dfe3f0;
  background-color: #fff;
  display: inline-flex;
}
.icon_square span {
  align-self: center;
  width: 40px;
}
.icon_square span img {
  max-width: 40px;
  max-height: 40px;
}

.component_content__demo .icon-graphy {
  position: relative;
  background: transparent !important;
  height: auto !important;
  line-height: normal !important;
  padding: 10px 12px;
  border: none;
}
.component_content__demo .icon-graphy svg {
  position: relative;
}

.image-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.image-frame img {
  width: 100%;
  border-radius: 4px 4px;
  height: 100%;
  object-fit: cover;
}
.image-frame svg {
  width: 100%;
}
.image-frame--btn {
  max-width: 220px;
}
.image-frame--btn svg {
  margin-left: 10px;
  margin-right: 0px;
  max-width: 23px;
  width: 100%;
  filter: brightness(0) invert(1);
}
.image-frame--top-center {
  top: 38%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.image-frame--text-overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.508);
  border-radius: 4px 4px;
}
.image-frame--text-overlay h3 {
  position: absolute;
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  left: 10px;
  bottom: 20px;
}
.image-frame--text-overlay h4 {
  color: #FFF;
  font-size: 22px;
  z-index: 1;
  position: relative;
}
.image-frame--postion-play {
  position: absolute;
  left: 0px;
  top: calc(100% - 170px);
  width: 70px;
  height: 70px;
  background: linear-gradient(94.86deg, #53B700 -33.18%, #00C1BF 103.11%);
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  right: 0px;
  line-height: 65px;
  cursor: pointer;
  z-index: 1;
}
.image-frame--postion-play svg {
  color: #FFF;
  width: 21px;
}
@media only screen and (max-width: 767px) {
  .image-frame--text-overlay {
    padding-top: 15px !important;
  }
}

.gradient-color {
  background: linear-gradient(94.86deg, #53B700 -33.18%, #00C1BF 103.11%);
  border-radius: 4px 4px;
}
.gradient-color--image-frame--text-overlay {
  background: transparent;
  position: relative;
}
.gradient-color--image-frame--text-overlay h4 {
  font-weight: 500;
}
.gradient-color--image-frame--text-overlay p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.gradient-color--image-frame--text-overlay a:nth-child(odd) {
  background: #FFF !important;
  color: #0a8543 !important;
}

.btn {
  position: relative;
  border-radius: 50rem !important;
  border: 1px solid #000000;
  text-decoration: none;
  height: 40px !important;
  line-height: 37px !important;
  padding: 0px 22px;
  font-weight: 500;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
}
.btn svg {
  margin-right: 3px;
  width: auto !important;
}
.btn span {
  color: #000000;
}
.btn .svg-adjustment {
  position: relative;
  top: -1px;
  margin: 0;
  margin-left: 3px;
}
.btn--outline {
    border: 1px solid #0d333f;
    color: #0d333f;
    text-align: center;
}
.btn--primary {
  color: #FFF !important;
  background: #0a8543 !important;
  border: none !important;
}
.btn--primary span {
  color: #FFF !important;
}
.btn--primary svg path {
  fill: #FFF !important;
}
.btn--prominent {
  background: #0a8543 !important;
  border: none !important;
  text-align: center;
  color: #FFF;
}
.btn--ordinary {
  background: #0d333f !important;
  border: none !important;
  text-align: center;
  color: #FFF;
}
.btn--ordinary:hover {
  color: #FFF !important;
}
.btn--primary-outline {
  border: 1px solid #0a8543 !important;
  color: #0a8543 !important;
}
.btn--primary-outline svg path {
  fill: #0a8543 !important;
}
.btn--shapeless {
  border: none;
  padding: 0% 0px;
  color: #000000;
}
.btn--shapeless svg {
  width: auto !important;
  margin: 0px 3px;
}
.btn--shapeless:hover {
  color: #000000 !important;
}

.client-card {
  position: relative;
}
.client-card--box {
  position: relative;
  border: 1px solid #E3E5E8;
  background: #FFF;
  border-radius: 8.78858px;
  padding: 0px 0px;
}
.client-card--box a {
  display: block;
  padding: 20px 21px;
  text-decoration: none !important;
}
.client-card--box a svg {
  width: auto !important;
}
.client-card--box a h6 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #212529;
  font-weight: 600;
}
.client-card--box a p {
  position: relative;
  width: 100%;
  margin: 0px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.client-card--box a .btn {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  color: #0a8543;
}
.client-card--box a .btn svg {
  width: auto;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.blog-area-box {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D4D7DC;
}
.blog-area-box a {
  display: block;
  padding: 14px 14px;
}
.blog-area-box--image {
  position: relative;
  width: 100%;
  border-radius: 8px 8px;
  overflow: hidden;
}
.blog-area-box--image img {
  width: 100%;
  transition: 0.3s;
}
.blog-area-box h6 {
  width: 100%;
  position: relative;
  color: #000000;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  padding: 0px 0px;
  margin-bottom: 5px;
  max-width: 57px;
  margin-top: 10px;
  padding: 3px 5px;
  border: 1px solid #000000;
  border-radius: 2px;
}
.blog-area-box h3 {
  width: 100%;
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-area-box h4 {
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: right !important;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
}
.blog-area-box :hover img {
  transform: scale(1.1);
}

.slider {
  position: relative;
}
.slider h1 {
  position: relative;
  width: 80%;
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
.slider p {
  font-size: 16px;
  color: #3d3939;
  margin-bottom: 20px;
  font-weight: 500;
  width: 71%;
}
.slider p a {
  color: #0a8543;
  display: block;
}
.slider ul {
  margin-bottom: 0px;
  margin-top: 30px;
  padding: 0px 20px;
  list-style: simp-chinese-informal;
}
.slider ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  list-style: disc;
}
.slider img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider .px-5 {
    padding: 0px 1rem !important;
  }
  .slider h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .slider .btn {
    padding: 0px 20px;
    font-size: 12px;
  }
  .slider ul {
    margin-top: 15px;
  }
  .slider li {
    font-size: 14px;
  }
}

.our-services h3 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 34px;
  color: #000000;
  text-align: center !important;
}
.our-services--section {
  display: flex;
}
.our-services--section svg {
  width: 27px;
  height: 28px;
  margin: 0 auto;
  margin-top: 5px;
}
.our-services--section h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.our-services--section p {
  color: #393A3D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 90%;
}
.our-services--section a {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .our-services {
    display: block;
    text-align: center;
  }
  .our-services h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .our-services--section p {
    margin: 0 auto;
    margin-top: 5px;
    width: 80%;
  }
  .our-services .col-md-10 {
    margin-top: 10px;
  }
}

.our-customer {
  position: relative;
  width: 100%;
}
.our-customer h3 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  font-size: 34px;
  color: #000000;
  text-align: center !important;
}
.our-customer a {
  display: block;
}
.our-customer a img {
  width: 100%;
  max-width: 155px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .our-customer h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.single-service {
  position: relative;
}
.single-service img {
  width: 100%;
}
.single-service h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 34px;
  margin-bottom: 0px;
  text-align: center !important;
}
.single-service p {
  position: relative;
  width: 53%;
  color: #3d3939;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.single-service--main {
  position: relative;
  width: 100%;
  margin-top: 35px;
  text-align: left;
}
.single-service--main h3 {
  text-align: left !important;
  line-height: 46px;
  font-size: 34px;
  color: #000000;
  width: 80%;
  font-weight: 600;
}
.single-service--main p {
  position: relative;
  width: 78%;
  margin: 0px 0px;
  margin-top: 15px;
  margin-bottom: 35px;
  color: #3d3939;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-service h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .single-service p {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .single-service .pt-5 {
    padding-top: 0px !important;
  }
  .single-service--main {
    margin-top: 15px;
  }
}

.cards-other {
  border: 1px solid #e8ebf2;
  padding: 25px 20px;
  display: block;
  border-radius: 4px 4px;
}
.cards-other h6 {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.cards-other h6 img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cards-other h3 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}
.cards-other i {
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.cards-other .col-md-12 p {
  position: relative;
  width: 80%;
  display: block;
  font-size: 14px;
  color: #393A3D;
  font-weight: 500;
}
.cards-other .col-md-12 a {
  font-size: 14px;
  position: relative;
  width: auto;
  text-decoration: none;
  color: #0a8543;
  border: 1px solid #0a8543;
}
.cards-other .col-md-12 .btn--prominent {
  color: #FFF !important;
}
.cards-other iframe {
  width: 100%;
  height: 220px;
}
.cards-other .align-self {
  align-self: center;
}

.section-tabs {
  position: relative;
}
.section-tabs nav {
  position: relative;
  border: none;
}
.section-tabs nav .nav-tabs {
  position: relative;
  border: none;
  align-items: center;
  justify-content: center;
}
.section-tabs button {
  position: relative;
  border: none !important;
  border-bottom: 3px solid #D4D7DC !important;
  font-size: 16px;
  padding: 10px 25px;
  color: #000000 !important;
  font-weight: 600;
}
.section-tabs .active {
  color: #000000;
}
.section-tabs .active::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: rgb(82, 183, 0);
  background: -moz-linear-gradient(left, rgb(82, 183, 0) 0%, rgb(0, 193, 190) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(82, 183, 0)), color-stop(100%, rgb(0, 193, 190)));
  background: -webkit-linear-gradient(left, rgb(82, 183, 0) 0%, rgb(0, 193, 190) 100%);
  background: -o-linear-gradient(left, rgb(82, 183, 0) 0%, rgb(0, 193, 190) 100%);
  background: -ms-linear-gradient(left, rgb(82, 183, 0) 0%, rgb(0, 193, 190) 100%);
  background: linear-gradient(to right, rgb(82, 183, 0) 0%, rgb(0, 193, 190) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52b700", endColorstr="#00c1be", GradientType=1 );
}
.section-tabs .tab-content {
  padding: 34px 0px;
}
.section-tabs .tab-content .active::after {
  display: none !important;
}

.tabs-radio {
  position: relative;
  width: 100%;
  max-width: 340px;
  border-radius: 4px 4px;
  background: #dae1f8 !important;
  margin: 0 auto;
}
.tabs-radio input {
  display: none;
}
.tabs-radio label {
  width: 100%;
  background: transparent;
  border: none;
  color: #000000 !important;
  font-weight: 600 !important;
  border: 1px solid #dae1f8;
  border-radius: 4px 4px;
  padding: 10px 5px;
  max-width: 210px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.tabs-radio label span {
  font-size: 12px;
  color: #6B6C72 !important;
  display: block;
  position: relative;
  width: 100%;
}
.tabs-radio input[type=radio]:checked + label {
  border: 1px solid #53B700;
  background: #FFF !important;
}

.heading-area img {
  width: 100%;
}
.heading-area h6 {
  position: relative;
  width: 100%;
  color: #0a8543;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.heading-area h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 34px;
  margin-bottom: 0px;
  text-align: center !important;
}
.heading-area p {
  position: relative;
  width: 70%;
  color: #393A3D;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .heading-area h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 10px !important;
    line-height: normal;
  }
  .heading-area p {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
  }
}

.top-heading {
  position: relative;
  width: 100%;
  background: #000000;
  text-align: center;
}
.top-heading h6 {
  position: relative;
  width: 100%;
  padding: 8.5px 0px;
  font-size: 12px;
  color: #0a8543;
  font-weight: 500;
  line-height: 18px;
  margin: 0px 2px;
}
.top-heading h6 span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}

.action-area {
  background: linear-gradient(94.86deg, #53B700 -33.18%, #00C1BF 103.11%);
  border-radius: 17px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
  z-index: 1;
}
.action-area h3 {
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center !important;
  color: #FFF;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 30px;
}
.action-area a {
  background: #FFF !important;
  color: #0a8543;
  padding: 0px 31px;
}
@media only screen and (max-width: 767px) {
  .action-area h3 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 20px;
    line-height: normal;
  }
}

.satisfied-clients {
  position: relative;
  width: 100%;
}
.satisfied-clients h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center !important;
}
.satisfied-clients--box {
  border: 1px solid #D4D7DC;
  border-radius: 9.025px;
  position: relative;
  background: #FFF;
  text-align: left;
}
.satisfied-clients--box a {
  padding: 20px 20px;
  display: block;
}
.satisfied-clients--box p {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  color: #3d3939;
  font-size: 16px;
  max-height: 72px;
  overflow: hidden;
}
.satisfied-clients--box--ratings {
  position: relative;
  margin-bottom: 10px;
}
.satisfied-clients--box--ratings img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .satisfied-clients h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.dental-section {
  position: relative;
}
.dental-section .col-md-5 {
  align-self: center;
}
.dental-section h3 {
  font-size: 34px;
  color: #000000;
  line-height: 46px;
  position: relative;
  width: 70%;
  font-weight: 600;
}
.dental-section p {
  position: relative;
  width: 55%;
  margin: 18px 0px;
  color: #393A3D;
  font-size: 16px;
  font-weight: 500;
}
.dental-section p a {
  color: #0a8543;
}
.dental-section img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dental-section h3 {
    width: 100% !important;
    text-align: left !important;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .dental-section p {
    width: 100%;
  }
}

.request-query {
  position: relative;
  width: 100%;
}
.request-query--main {
  background: linear-gradient(94.86deg, #53B700 -33.18%, #00C1BF 103.11%);
  text-align: center;
  padding: 25px 0px;
}
.request-query--main h3 {
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  width: 100%;
  text-align: center !important;
}
.request-query--main p {
  position: relative;
  width: 53%;
  margin: 0 auto;
  margin-top: 7px;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.8;
}
.request-query--form {
  position: relative;
  width: 100%;
  padding: 2rem 3rem;
}
.request-query--form label {
  margin-bottom: 6px;
}
.request-query--form textarea {
  height: 125px !important;
}
@media only screen and (max-width: 767px) {
  .request-query--main {
    padding: 15px 0px;
  }
  .request-query--main h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .request-query--main p {
    width: 90%;
    font-size: 14px;
  }
  .request-query--form {
    padding: 2rem 0rem;
  }
}

.product-boxes {
  margin-bottom: 15px;
}
.product-boxes .col-md-4 label {
  width: 100%;
  position: relative;
  padding: 30px 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  border: 1.2px solid #D4D7DC;
  border-radius: 4px;
  cursor: pointer;
}
.product-boxes .col-md-4 input {
  display: none;
}
.product-boxes input[type=checkbox]:checked + label {
    background: rgb(10 133 67 / 8%);
    border: 1px solid #0a8543;
}
.product-boxes .logo--checkbox {
  margin: 0 auto;
  text-align: center;
  width: 52px;
  display: inline-block;
  vertical-align: middle;
}
.product-boxes .logo--checkbox img {
  width: 100%;
}
.product-boxes .checkbox--social {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 1.5px 6px;
  background: linear-gradient(94.86deg, #53B700 -33.18%, #00C1BF 103.11%);
  font-size: 14px;
  color: #FFF;
  border-radius: 4px 4px;
  margin-left: 8px;
  font-weight: 500;
}

.footer-side {
  position: relative;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 30px;
  background: #0d333f;
  color: #FFF;
  font-weight: 300;
}
.footer-side a {
  font-size: 12px;
  color: #FFF;
  font-weight: 300;
  opacity: 0.9;
}
.footer-side h1 {
  position: relative;
  width: 100%;
  font-size: 34px;
  font-weight: 500;
  color: #FFF;
  text-align: center !important;
  margin-bottom: 15px;
}
.footer-side h6 {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: center;
}
.footer-side--area {
  padding: 45px 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(106, 110, 118, 0.187);
}
.footer-side--area h3 {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-side--area ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
}
.footer-side--area ul li {
  position: relative;
  width: 100%;
  margin-bottom: 3px;
}
.footer-side--area ul li a {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .footer-side h1 {
    font-size: 24px;
  }
  .footer-side h6 {
    font-size: 14px;
  }
  .footer-side--area {
    padding: 15px 0px;
  }
}

.dental-section--container--sm {
  width: 75%;
  margin: 0 auto;
}
.dental-section--container--sm p {
  width: 100%;
}
.dental-section--container--sm ul {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.dental-section--container--sm ul li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.dental-section--container--sm ul li::before {
  content: "";
  background: url(https://gritstg.wpengine.com/wp-content/uploads/2022/11/mark-1-1.svg);
  width: 20px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.dental-section--container--sm-- {
  position: relative;
  width: 56.8%;
}
.dental-section--container--sm-- .col-md-8 {
  align-self: center;
}
.dental-section--image-with-shadow {
  position: relative;
}
.dental-section--image-with-shadow img {
  width: 100%;
  border-radius: 4px 4px;
  overflow: hidden;
}
.dental-section--image-with-shadow::before {
  content: "";
  position: absolute;
  left: -33px;
  bottom: -33px;
  background: url(https://gritstg.wpengine.com/wp-content/uploads/2022/11/image-9.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .dental-section--container--sm {
    width: 100%;
  }
  .dental-section--container--sm .px-5 {
    padding: 0px 0px !important;
  }
  .dental-section--container--sm h6 {
    margin-top: 25px;
  }
  .dental-section--container--sm-- {
    width: 100%;
  }
  .dental-section--image-with-shadow::before {
    bottom: -13px;
    left: -13px;
  }
}

.congratulation-section {
  position: relative;
  text-align: center !important;
}
.congratulation-section h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
}
.congratulation-section h6 {
  color: #000000 !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}

.breadcrumbs-area {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  text-align: center !important;
  background: #F4F5F8;
}
.breadcrumbs-area a {
  color: #393A3D;
  font-size: 16px;
  padding: 0px 5px;
  line-height: 24px;
}
.breadcrumbs-area h1 {
  color: #000000;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
}
.breadcrumbs-area p {
  position: relative;
  width: 35%;
  color: #393A3D;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
.breadcrumbs-area--search {
  max-width: 495px;
  width: 100%;
  border-radius: 49px;
  border: 1px solid #6B6C72;
  padding: 7px 7px;
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
  display: block;
}
.breadcrumbs-area--search input {
  background: transparent !important;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  height: 40px !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-area .breadcrumbs-area--search {
    max-width: 95%;
    margin-top: 15px;
    border-radius: 40px;
  }
  .breadcrumbs-area p {
    width: 100%;
  }
  .breadcrumbs-area .btn--primary {
    position: absolute;
    right: 8px;
    top: 7px;
  }
}

.recent-post {
  position: relative;
  width: 100%;
  background: #FFF;
  border-radius: 15px;
  padding: 30px 30px;
  filter: drop-shadow(0px 4px 56px rgba(22, 22, 22, 0.05));
}
.recent-post h3 {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
.recent-post--input {
  position: relative;
  margin-bottom: 15px;
}
.recent-post--input input {
  position: relative;
  width: 100%;
  border-radius: 30px 30px;
  color: #393A3D;
  padding-left: 50px;
  font-size: 18px;
  background: transparent;
}
.recent-post--input svg {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.recent-post h6 {
  position: relative;
  width: 100%;
  color: #6B6C72;
  font-size: 20px;
  font-weight: 600;
}
.recent-post ul {
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}
.recent-post ul li {
  position: relative;
  border-bottom: 1px solid #D4D7DC;
}
.recent-post ul li a {
  display: block;
  padding: 20px 0px;
}
.recent-post ul li a h5 {
  position: relative;
  width: 100%;
  line-height: 28px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.recent-post ul li a p {
  position: relative;
  width: 100%;
  margin-top: 7px;
  font-weight: 500;
  font-size: 16px;
  opacity: 0.8;
  color: #0097E6;
  margin-bottom: 0px;
}
.recent-post ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .recent-post {
    padding: 0px 15px;
  }
}

.image_add {
  position: relative;
  width: 100%;
  border-radius: 4px 4px;
}
.image_add img {
  width: 100%;
}
.image_add--gradient-color {
  position: absolute;
  bottom: 0px;
  width: 54.8%;
  background: #0a8543;
  padding: 0px 20px;
}
.image_add--gradient-color a {
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.image_add--txt-- {
  position: absolute;
  box-shadow: 0px 39.549px 39.549px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #0a8543;
  padding: 60px 80px;
  right: 15%;
  bottom: 28%;
  width: 41.7%;
}
.image_add--txt-- h3 {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
}
.image_add--txt-- p {
  position: relative;
  width: 100%;
  color: #FFF;
  font-weight: 300;
  font-size: 16px;
}
.image_add--txt-- a {
  position: relative;
  width: 100%;
  color: #FFF !important;
  text-align: left !important;
}
.image_add--txt-- a svg path {
  fill: #FFF;
}
@media only screen and (max-width: 767px) {
  .image_add--gradient-color {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    margin-top: 10px;
  }
  .image_add--gradient-color a {
    margin-bottom: 10px;
  }
  .image_add--txt-- {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 10px 10px;
    margin-top: 15px;
  }
  .image_add--txt-- h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.contact-information {
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 37px rgba(106, 110, 118, 0.187);
  border-radius: 8px;
  padding: 18px 18px;
}
.contact-information--left {
  background: #0a8543;
  padding: 45px 24px;
  border-radius: 8px 8px;
  height: 100%;
}
.contact-information--left h3 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 28px;
  color: #FFF;
  font-weight: 600;
}
.contact-information--left p {
  position: relative;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}
.contact-information--right {
  position: relative;
  width: 100%;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .contact-information--left h3 {
    font-size: 20px;
  }
}

.form-input-radius {
  border-radius: 40px 40px;
  padding: 0px 10px;
}

.inner-txt {
  position: relative;
  width: 100%;
}
.inner-txt h3 {
  position: relative;
  width: 100%;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
}
.inner-txt p {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.marketing-company {
  position: relative;
}
.marketing-company--box {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  background: #FFF;
  border: 2px solid #e8ebf2;
  box-shadow: 0px 4px 36px rgba(80, 92, 128, 0.08);
  border-radius: 4px;
}
.marketing-company--box--inline {
  position: relative;
  width: 100%;
  display: flex;
}
.marketing-company--box p {
  position: relative;
  width: 97%;
  display: block;
  color: #6B6C72;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.marketing-company--box h3 {
  position: relative;
  width: 70%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .marketing-company--box {
    width: 100%;
    padding: 25px 15px;
  }
  .marketing-company--box p {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
  }
  .marketing-company--box--inline h3 {
    width: 100%;
    font-size: 20px;
    padding-left: 20px;
  }
}

.healthcare-digital--main {
  position: relative;
  width: 100%;
  margin-top: 55px;
}
.healthcare-digital--main--box {
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  background: #0a8543;
  display: flex;
}
.healthcare-digital--main--box--txt {
  border: 2px solid #e8ebf2;
  border-radius: 4px;
  border-top: none;
  padding: 22px 22px;
}
.healthcare-digital--main--box--txt h3 {
  color: #000000;
  font-size: 24px;
  position: relative;
  width: 100%;
}
.healthcare-digital--main--box--txt--main {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.healthcare-digital--main h6 {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 25px 25px;
  font-size: 28px;
  line-height: normal;
  color: #FFF;
}
.healthcare-digital--main h6:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 38%;
  width: 1px;
  height: 30px;
  background: #FFF;
  opacity: 0.5;
}
.healthcare-digital--main h6:last-child:after {
  display: none;
}
.healthcare-digital--main h6 span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .healthcare-digital--main {
    margin-top: 10px;
  }
  .healthcare-digital--main h6 span {
    font-size: 16px;
  }
  .healthcare-digital--main--box h6 {
    width: 100%;
    margin: 0;
    padding: 25px 25px;
    font-size: 24px;
    color: #F4F5F8;
  }
  .healthcare-digital--main--box--txt {
    border: 2px solid #e8ebf2;
    border-radius: 4px;
    border-top: none;
    padding: 20px 15px;
  }
  .healthcare-digital--main--box--txt h3 {
    color: #000000;
    font-size: 20px;
    position: relative;
    width: 100%;
  }
}

.frequently-section {
  position: relative;
  width: 100%;
  padding: 55px 0px;
  margin-top: 85px;
  background: #F4F5F8;
  padding-bottom: 125px;
}
.frequently-section h3 {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  color: #000000;
  font-size: 34px;
}
.frequently-section .action-section {
  background: #F4F5F8;
}
.frequently-section .accordion-item {
  background: transparent;
}
.frequently-section .accordion-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  width: 100%;
  background: transparent;
  color: #000000;
  outline: none;
  box-shadow: none;
  padding: 20px 20px;
}
.frequently-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.frequently-section .accordion-body {
  position: relative;
  width: 100%;
  color: #393A3D;
  font-weight: 400;
  font-size: 16px;
  padding: 25px 25px;
  border-top: 1px solid #D4D7DC;
}
@media screen and (max-width: 767px) {
  .frequently-section {
    padding: 45px 0px;
    margin-top: 45px;
    background: #F4F5F8;
    padding-bottom: 55px;
  }
  .frequently-section h3 {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .frequently-section .accordion-button {
    padding: 10px 0px;
    font-size: 16px;
  }
  .frequently-section .accordion-body {
    font-size: 16px;
    padding: 25px 0px;
  }
}

.about-detail {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.about-detail--txt {
  padding: 22px 22px;
  background: #F4F5F8;
  border-radius: 4px;
  margin: 30px 0px;
}
.about-detail--txt h6 {
  color: #0a8543;
  font-size: 24px;
  position: relative;
  width: 100%;
  font-weight: 600;
}
.about-detail--txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #393A3D;
}

.our-team {
  position: relative;
  width: 100%;
  padding: 85px 0px;
  background: #FFF;
  padding-bottom: 0px;
}
.our-team--main {
  margin-top: 50px;
}
.our-team--main--box {
  width: 100%;
  position: relative;
  max-width: 201px;
  margin: 0 auto;
}
.our-team--main--box--image {
  position: relative;
  width: 100%;
}
.our-team--main--box--image img {
  width: 100%;
  border-radius: 50%;
}
.our-team--main--box--txt {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.our-team--main--box--txt h4 {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  text-align: center !important;
  color: #000000;
  font-size: 20px;
}
.our-team--main--box--txt h6 {
  text-align: center;
  margin-top: 5px;
  color: #393A3D;
  font-weight: 500;
}

.marketing-service {
  position: relative;
  width: 100%;
  margin-top: 75px;
}
.marketing-service--box {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.marketing-service--box a {
  display: block;
}
.marketing-service--box--image {
  position: relative;
  width: 100%;
  border-radius: 4px 4px;
  overflow: hidden;
}
.marketing-service--box--image img {
  width: 100%;
  display: block;
}
.marketing-service--box--txt {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 90%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.508);
  padding: 12px 12px;
  bottom: -20px;
  margin: 0 auto;
}
.marketing-service--box--txt h6 {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.marketing-service--box--txt .btn {
  border: none !important;
  padding: 0px 0px;
  height: auto !important;
  line-height: normal !important;
  font-size: 12px;
}
.marketing-service--box--txt .btn .svg-adjustment {
  width: 12px !important;
}

body label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
body .form-control {
  position: relative;
  border: 1px solid #D4D7DC;
  height: 48px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  appearance: none;
}
body .form-control:placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #6B6C72;
}
body select {
  background: url(https://img.icons8.com/material/24/000000/sort-down.png) no-repeat right 0.75rem center/20px 19px;
}

.signature {
  display: flex;
}
.signature__image {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 12px;
}
.signature__image img {
  width: 100%;
  object-fit: cover;
}
.signature__content {
  position: relative;
  font-size: 14px;
  color: #000000;
  align-self: center;
}
.signature__content h6 {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.signature__content p {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #3d3939;
}
.seo-result {
  position: relative;
  width: 100%;
  display: block;
}
.seo-result h1 {
  position: relative;
  width: 85%;
  color: #0a8543;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #BABEC5;
  margin-bottom: 10px;
  text-align: left;
}
.seo-result h6 {
  position: relative;
  width: 85%;
  color: #393A3D;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .seo-result h1 {
    width: 100%;
  }
  .seo-result h6 {
    width: 100%;
  }
}

.card {
  display: block !important;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #DFE3F0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
  text-decoration: none !important;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #FFF;
  transition: all 0.2s ease !important;
  /* provider card*/
}
.card > a {
  text-decoration: none !important;
  display: block;
  color: #000;
}
.card > a :hover {
  color: #212529;
}
.card--staff:hover, .card--neighbours:hover, .card--state:hover, .card--video:hover, .card--features:hover, .card--caltoaction:hover, .card--link:hover, .card--icon_btn:hover, .card--qa:hover, .card--hover:hover, .card--agent:hover, .card--team:hover, .card--broker:hover, .card--blog_post:hover, .card--blog_post_large:hover, .card--blog_post_medium:hover, .card--landscape_with_icon:hover, .card--landscape_small:hover, .card--landscape_medium:hover, .card--portrait_medium:hover {
  border: 1px solid #AFB8D9;
  transition: all 0.2s ease !important;
}
.card--blog_post_large__image_content__image, .card--blog_post__image_content__image, .card--blog_post_medium__image_content__image, .card--landscape_large__image_content__image, .card--landscape_medium__image_content__image, .card--portrait_medium__image_content__image {
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
}
.card:hover .card--blog_post_large__image_content__image, .card:hover .card--blog_post__image_content__image, .card:hover .card--blog_post_medium__image_content__image, .card:hover .card--landscape_medium__image_content__image, .card:hover .card--listing__image_content__image, .card:hover .card--portrait_medium__image_content__image {
  transform: scale(1.05, 1.05) !important;
}
.card:active {
  border: 1px solid #AFB8D9;
  box-shadow: none !important;
}
.card--landscape_large, .card--landscape_medium {
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 35% 65%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
}
@media screen and (max-width: 600px) {
  .card--landscape_large, .card--landscape_medium {
    grid-template-columns: 100%;
    grid-template-rows: 120px auto;
  }
}
.card--landscape_large__image_content, .card--landscape_medium__image_content {
  grid-area: a;
  width: 100%;
  height: 100%;
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  background-image: url("https://content.harstatic.com/media/icons/no_photo_placeholder.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card--landscape_large__image_content, .card--landscape_medium__image_content {
    border-radius: 4px 4px 0 0;
  }
}
.card--landscape_large__image_content a, .card--landscape_medium__image_content a {
  display: block;
  width: 100%;
  height: 100%;
}
.card--landscape_large__image_content__image, .card--landscape_medium__image_content__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.card--landscape_large__content, .card--landscape_medium__content {
  grid-area: b;
  width: 100%;
  overflow: hidden;
  margin-left: 0;
  padding: 24px;
  color: #515B7A;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card--landscape_large__content, .card--landscape_medium__content {
    grid-column-start: 1;
    grid-row-start: 2;
    padding: 16px;
  }
}
.card--landscape_large h5, .card--landscape_medium h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #212529;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.card--landscape_large h5 a, .card--landscape_medium h5 a {
  color: #212529;
  text-decoration: none;
}
.card--landscape_large h5 a:hover, .card--landscape_medium h5 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .card--landscape_large h5, .card--landscape_medium h5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.card--landscape_large__text, .card--landscape_medium__text {
  color: #515B7A;
  font-size: 12px;
  line-height: 18px;
}
.card--landscape_large__image_content__image:hover {
  transform: scale(1.05, 1.05);
}
.card--landscape_large__content {
  padding: 24px;
  min-height: 150px;
  text-decoration: none;
}
.card--landscape_large__text {
  color: #515B7A;
  font-size: 14px;
  line-height: 20px;
}
.card--portrait_medium__image_content {
  width: 100%;
  height: 190px;
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 1;
}
.card--portrait_medium__image_content__image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.card--portrait_medium__image_content__image__icon {
  align-self: center;
  max-width: 48px;
}
@media screen and (max-width: 768px) {
  .card--portrait_medium__image_content__image__icon {
    max-width: 32px;
  }
}
.card--portrait_medium__image_content--small {
  height: 128px;
}
.card--portrait_medium__image_content--large {
  height: 232px;
}
.card--portrait_medium__image_content--medium {
  height: 156px;
}
@media screen and (max-width: 768px) {
  .card--portrait_medium__image_content {
    height: 126px;
  }
}
.card--portrait_medium__text {
  color: #515B7A;
  font-size: 12px;
  line-height: 22px;
}
.card--portrait_medium__content {
  position: relative;
  z-index: 2;
  background: #FFF;
  margin-top: -24px;
  padding: 16px 8px;
  margin-left: 0px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card--portrait_medium__content--two_lines_height {
  min-height: 76px;
}
.card--portrait_medium__content--two_lines_height h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  margin-left: 0px;
  margin-right: 0px;
}
.card--portrait_medium__content hr {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card--portrait_medium__content {
    margin-top: -10px;
  }
}
.card--portrait_medium__school__content {
  padding: 16px 24px;
}
.card--portrait_medium h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #212529;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .card--portrait_medium h5 {
    font-size: 14px;
  }
}
.card--listing {
  border: none !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.card--listing--portrait .card--listing__body > a, .card--listing--portrait .card--listing__body_wraper {
  grid-template-columns: 100% 0%;
  grid-template-rows: 200px auto;
}
.card--listing--portrait .card--listing__body__content {
  grid-column-start: 1;
  grid-row-start: 2;
  padding: 16px;
  text-decoration: none;
}
.card--listing--portrait .card--listing__body__content h4 {
  font-size: 14px;
  line-height: 1.2;
}
.card--listing--portrait .card--listing__body__font_rent {
  color: #8269bc;
}
.card--listing__body {
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.card--listing__body > a, .card--listing__body_wraper {
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  border: 1px solid #DFE3F0;
  overflow: hidden;
  border-radius: 4px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 38% 62%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
}
@media screen and (max-width: 600px) {
  .card--listing__body > a, .card--listing__body_wraper {
    grid-template-columns: 100% 0%;
    grid-template-rows: 200px auto;
  }
}
.card--listing__body > a:hover, .card--listing__body > a:active, .card--listing__body_wraper:hover, .card--listing__body_wraper:active {
  text-decoration: none;
  border: 1px solid #AFB8D9;
}
.card--listing__body > a_xlarge, .card--listing__body_wraper_xlarge {
  grid-template-columns: 45% 55%;
}
@media screen and (max-width: 600px) {
  .card--listing__body > a_xlarge, .card--listing__body_wraper_xlarge {
    grid-template-columns: 100% 0%;
    grid-template-rows: 200px auto;
  }
}
.card--listing__body__impovement {
  background-color: #EDF0FA;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 11px;
  margin-top: 10px;
}
a:hover .card--listing__body__image_content_image, .card--listing__body_wraper:hover .card--listing__body__image_content_image {
  transform: scale(1.05, 1.05);
}
.card--listing__body__image_content {
  grid-area: a;
  width: 100%;
  height: 100%;
  background-color: #EDF0FA;
  overflow: hidden;
  background-image: url("https://content.harstatic.com/media/icons/no_photo_placeholder.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.card--listing__body__image_content_image {
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card--listing__body__image_content_label {
  background-color: #ff0065;
  color: #FFF;
  font-size: 12px;
  border-radius: 2px;
  height: 22px;
  padding: 1px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.card--listing__body__content {
  grid-area: b;
  width: 100%;
  padding: 15px 16px 15px 16px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card--listing__body__content {
    grid-column-start: 1;
    grid-row-start: 2;
    padding: 16px;
  }
}
.card--listing__body__content h4 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--listing__body__content__description_row {
  border-top: 1px solid #DFE3F0 !important;
  padding: 3px;
  width: 50%;
  float: left;
  color: #212529;
}
.card--listing__body__content__description_row_full {
  border-top: 1px solid #DFE3F0 !important;
  padding: 3px;
  width: 100%;
  float: none;
  color: #212529;
}
.card--listing__body__content a {
  text-decoration: none;
  color: #212529;
}
.card--listing__header {
  margin-bottom: 10px;
}
.card--listing__xlarge_wraper {
  grid-template-columns: 45% 55%;
}
.card--listing--reduced {
  max-width: 248px;
}
.card--listing--reduced .card--listing__body > a, .card--listing--reduced .card--listing__body_wraper {
  grid-template-columns: 100%;
  grid-template-rows: 177px auto;
}
.card--listing--reduced .card--listing__body > a_small, .card--listing--reduced .card--listing__body_wraper_small {
  grid-template-columns: 100%;
  grid-template-rows: 148px auto;
}
.card--listing--reduced .card--listing__body__content {
  grid-column-start: 1;
  grid-row-start: 2;
  padding: 6px;
  text-decoration: none;
}
.card--listing--reduced .card--listing__body__content h4 {
  font-size: 14px;
}
.card--listing--reduced .card--listing__body__content__description_row {
  padding: 3px 0px;
}
.card--listing--small .card--listing__body > a, .card--listing--small .card--listing__body_wraper {
  grid-gap: 0;
  grid-template-columns: 31% 69%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
}
.card--listing--small .card--listing__body__content {
  padding: 8px !important;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .card--listing--small .card--listing__body__content {
    grid-column-start: auto !important;
    grid-row-start: auto !important;
  }
}
.card--listing--small .card--listing__body__content h4 {
  font-size: 14px;
}
.card--listing--small .card--listing__body__content__description_row {
  padding: 2px 0 0 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .card--listing--small .card--listing__body__content__description_row {
    display: none;
  }
}
.card--listing__labels .label {
  margin-bottom: 5px;
}
.card--listing--selected .card--listing__body_wraper {
  border: solid 1px #AFB8D9;
}
.card--transparent {
  background-color: transparent !important;
}
.card--state {
  display: block;
  padding: 16px 10px;
}
.card--state__title {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  padding-bottom: 3px;
  text-align: center;
}
.card--state__desp {
  color: #212529;
  font-size: 12px;
  text-align: center;
}
.card--neighbours {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.card--neighbours span {
  color: #515B7A;
  font-weight: 400;
}
.card--landscape_small {
  margin-bottom: 0px;
}
.card--landscape_small a {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  padding: 18px 10px;
  text-align: center;
  display: block;
}
.card--landscape_small a:hover {
  text-decoration: none;
  color: #000;
}
.card--landscape_small--with_icon a {
  padding: 10px;
  text-align: left;
}
.card--landscape_small--with_icon a:before {
  content: "";
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.card--landscape_small--with_icon--email a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_email.svg");
}
.card--landscape_small--with_icon--facebook a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_facebook.svg");
}
.card--landscape_small--with_icon--twitter a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_twitter.svg");
}
.card--landscape_small--with_icon--tumblr a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_tumblr.svg");
}
.card--landscape_small--with_icon--microsoft a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_microsoft.svg");
}
.card--landscape_small--with_icon--linkedin a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_linkedin.svg");
}
.card--landscape_small--with_icon--digg a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_digg.svg");
}
.card--landscape_small--with_icon--reddit a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_reddit.svg");
}
.card--landscape_small--with_icon--delicious a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/social/social_icon_delicious.svg");
}
.card--landscape_small--with_icon--box a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/box_icon.svg");
}
.card--landscape_small--with_icon--csv a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/csv_icon.svg");
}
.card--landscape_small--with_icon--mailchimp a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/mailchimp_icon.svg");
}
.card--landscape_small--with_icon--slack a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/slacl_icon.svg");
}
.card--landscape_small--with_icon--yahoo a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/yahoo_icon.svg");
}
.card--landscape_small--with_icon--google a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/google_from.svg");
}
.card--landscape_small--with_icon--outlook a:before {
  background-image: url("https://content.harstatic.com/resource_2019/imgs/icons/outlook_icon.svg");
}
.card--blog_post {
  box-shadow: none;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: calc(100% - 132px) 132px;
  grid-template-areas: "a b";
  text-decoration: none !important;
  color: #212529 !important;
  border-color: #d0d0d0;
}
.card--blog_post__image_content {
  grid-area: b;
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}
.card--blog_post__image_content__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card--blog_post__image_content__image div {
  display: block;
  width: 100%;
  height: 100%;
}
.card--blog_post__content {
  grid-area: a;
  padding: 16px;
  color: #212529 !important;
  text-decoration: none;
}
.card--blog_post__content h5 {
  font-size: 14px;
  color: #212529 !important;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .card--blog_post {
    grid-template-columns: calc(100% - 112px) 112px;
  }
  .card--blog_post__image_content {
    background-color: transparent;
    width: 100%;
    height: 112px;
    padding: 16px;
  }
  .card--blog_post__image_content__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
  }
  .card--blog_post__image_content__image div {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.card--blog_post_medium {
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(216px, auto));
  grid-template-areas: "a b";
  text-decoration: none !important;
  color: #212529 !important;
}
.card--blog_post_medium__image_content {
  grid-area: b;
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}
.card--blog_post_medium__image_content__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card--blog_post_medium__image_content__image div {
  display: block;
  width: 100%;
  height: 100%;
}
.card--blog_post_medium__date {
  color: #212529;
  font-size: 12px;
  padding-bottom: 5px;
}
.card--blog_post_medium__date span {
  color: #DDDDDD;
  padding: 0px 5px;
}
.card--blog_post_medium__text {
  color: #212529;
}
.card--blog_post_medium__text a {
  color: #212529;
}
.card--blog_post_medium__content {
  grid-area: a;
  padding: 24px;
  color: #212529 !important;
  text-decoration: none;
}
.card--blog_post_medium__content h5 {
  font-size: 16px;
  color: #212529 !important;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .card--blog_post_medium {
    grid-template-columns: repeat(auto-fit, minmax(112px, auto));
  }
  .card--blog_post_medium__content {
    padding: 16px 10px 16px 16px;
    text-decoration: none;
  }
  .card--blog_post_medium__image_content {
    background-color: transparent;
    width: 100%;
    height: 112px;
    padding: 16px;
  }
  .card--blog_post_medium__image_content__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
  }
  .card--blog_post_medium__image_content__image div {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.card--blog_post_large {
  width: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0px;
  flex-grow: 1;
}
.card--blog_post_large__container {
  display: flex;
  flex-flow: column;
}
.card--blog_post_large__image_content {
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.card--blog_post_large__image_content__image {
  width: 100%;
  height: 160px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card--blog_post_large__image_content__image div {
  display: block;
  width: 100%;
  height: 100%;
}
.card--blog_post_large__content {
  padding: 40px;
  color: #212529 !important;
  text-decoration: none;
}
.card--blog_post_large__content h5 {
  font-size: 24px;
  color: #212529 !important;
  font-weight: bold;
  text-decoration: none;
}
.card--blog_post_large__date {
  color: #212529;
  font-size: 12px;
  padding-bottom: 5px;
}
.card--blog_post_large__date span {
  color: #DDDDDD;
  padding: 0px 5px;
}
.card--blog_post_large__text {
  font-size: 14px;
  color: #212529;
}
.card--blog_post_large__text a {
  color: #212529;
}
@media screen and (max-width: 750px) {
  .card--blog_post_large__content {
    padding: 16px 10px 16px 16px;
    color: #212529 !important;
  }
  .card--blog_post_large__content h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.card--agent {
  padding: 15px;
  max-width: 248px;
  position: relative;
  overflow: inherit;
  width: 100%;
  min-height: 85px;
}
.card--agent__image {
  float: left;
  margin-right: 16px;
  display: block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.card--agent a:hover {
  opacity: 0.6;
}
.card--agent__badge {
  font-size: 11px;
  color: #FFF;
  border-radius: 4px;
  background-color: #ff0065;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0px;
  z-index: 1;
  padding: 0px 5px;
}
.card--agent__content {
  width: calc(100% - 76px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  text-decoration: none;
}
.card--agent__content_name {
  font-size: 14px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
  display: block;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card--agent__content_name img {
  height: 14px;
  margin-right: 2px;
}
.card--agent__content_stars {
  line-height: 12px;
}
.card--agent__content_stars img {
  width: 12px;
}
.card--agent__content_desc {
  color: #515B7A;
  font-size: 11px;
  padding-top: 8px;
  line-height: 14px;
}
.card--agent__content_desc img {
  display: block;
  float: left;
  height: 14px;
  margin-right: 5px;
}
.card--agent__content_firm {
  color: #515B7A;
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card--agent__content_points {
  color: #515B7A;
  padding-top: 6px;
}
.card--agent__content_points div {
  padding-bottom: 3px;
}
.card--agent__content_points div:last-child {
  padding-bottom: 0px;
}
.card--agent_portrait {
  padding: 16px;
  text-align: center;
}
.card--agent_portrait__content {
  text-decoration: none;
}
.card--agent_portrait__content_name {
  font-size: 14px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 3px;
  display: block;
  text-decoration: none !important;
}
.card--agent_portrait__content_stars {
  line-height: 14px;
  margin-bottom: 5px;
}
.card--agent_portrait__content_stars img {
  width: 14px;
}
.card--agent_portrait__content_desc {
  font-size: 11px;
  color: #212529;
  margin-bottom: 15px;
}
.card--agent_portrait__image {
  margin: 0px auto 12px auto;
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.card--agent_large {
  padding: 16px 24px;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 53% 47%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  color: #212529;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .card--agent_large {
    grid-template-columns: 100%;
    grid-template-rows: 120px auto;
    display: block !important;
    padding: 8px 10px;
  }
}
.card--agent_large__flag {
  height: 24px;
  width: 32px;
  border-radius: 1px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  float: left;
}
.card--agent_large__more_btn {
  height: 24px;
  width: 24px;
  border-radius: 2px;
  border: solid 1px rgba(218, 225, 248, 0.16);
  background-color: #DFE3F0;
  text-align: center;
  color: #515B7A;
  display: inline-block;
  margin: 0px 4px;
  padding: 3px 3px;
  font-size: 11px;
}
.card--agent_large__certificate {
  display: inline-block;
  float: left;
  background-color: #0a8543;
  border-radius: 2px;
  padding: 0px 5px;
  color: #53B700 !important;
  font-size: 11px;
  line-height: 24px;
  text-decoration: none !important;
}
.card--agent_large__profile {
  grid-area: a;
  width: 100%;
}
.card--agent_large__certifi {
  grid-area: b;
  width: 100%;
}
.card--agent_large__image {
  float: left;
  margin-right: 22px;
  display: block;
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .card--agent_large__image {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
}
.card--agent_large__badge {
  font-size: 11px;
  color: #FFF;
  border-radius: 4px;
  background-color: #ff0065;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0px;
  z-index: 1;
  padding: 0px 5px;
}
.card--agent_large__content {
  width: calc(100% - 126px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  text-decoration: none;
}
.card--agent_large__content_name {
  font-size: 18px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 3px;
  display: block;
  text-decoration: none !important;
}
.card--agent_large__content_stars {
  line-height: 12px;
  padding-bottom: 2px;
}
.card--agent_large__content_stars img {
  width: 16px;
}
.card--agent_large__content_desc {
  color: #000;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
  font-weight: 700;
  display: block;
}
.card--agent_large__content_desc img {
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
}
.card--agent_longinfo {
  padding: 16px 24px;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 53% 47%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  color: #212529;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .card--agent_longinfo {
    grid-template-columns: 100%;
    grid-template-rows: 120px auto;
    display: block !important;
    padding: 8px 10px;
  }
}
.card--agent_longinfo__arrowlink {
  display: none;
}
@media screen and (min-width: 750px) {
  .card--agent_longinfo:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease !important;
  }
  .card--agent_longinfo:hover .card--agent_longinfo__certifi {
    display: none;
    transition: all 0.3s ease !important;
  }
  .card--agent_longinfo:hover .card--agent_longinfo__arrowlink {
    display: inline-block;
    transition: all 0.3s ease !important;
  }
}
.card--agent_longinfo__flag {
  height: 16px;
  width: 24px;
  border-radius: 1px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  float: left;
}
.card--agent_longinfo__more_btn {
  height: 16px;
  width: 24px;
  border-radius: 2px;
  border: solid 1px rgba(218, 225, 248, 0.16);
  background-color: #DFE3F0;
  text-align: center;
  color: #515B7A;
  display: inline-block;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-size: 11px;
  line-height: 14px;
}
.card--agent_longinfo__certificate {
  display: inline-block;
  float: left;
  background-color: #0a8543;
  border-radius: 2px;
  padding: 0px 5px;
  margin-left: 2px;
  color: #53B700 !important;
  font-size: 11px;
  text-decoration: none !important;
}
.card--agent_longinfo__profile {
  grid-area: a;
  width: 100%;
  display: flex;
}
.card--agent_longinfo__certifi {
  grid-area: b;
  width: 100%;
}
.card--agent_longinfo__image {
  margin-right: 22px;
  display: block;
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .card--agent_longinfo__image {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
}
.card--agent_longinfo__badge {
  font-size: 11px;
  color: #FFF;
  border-radius: 4px;
  background-color: #ff0065;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0px;
  z-index: 1;
  padding: 0px 5px;
}
.card--agent_longinfo__content {
  width: calc(100% - 126px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .card--agent_longinfo__content {
    width: calc(100% - 95px);
  }
}
.card--agent_longinfo__content_name {
  font-size: 16px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 3px;
  display: block;
  text-decoration: none !important;
}
.card--agent_longinfo__content_stars {
  line-height: 12px;
  padding-bottom: 2px;
}
.card--agent_longinfo__content_stars img {
  width: 16px;
}
.card--agent_longinfo__content_desc {
  color: #000;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
  font-weight: 700;
  display: block;
}
.card--agent_longinfo__content_desc img {
  display: block;
  float: left;
  height: 18px;
  margin-right: 5px;
}
.card--agent_longinfo_small {
  padding: 16px;
}
.card--agent_longinfo_small__image {
  float: left;
  margin-right: 12px;
  display: block;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .card--agent_longinfo_small__image {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
}
.card--agent_longinfo_reduced {
  padding: 16px;
  display: block !important;
}
.card--agent_longinfo_reduced .card--agent_longinfo__profile {
  display: flex;
}
.card--agent_longinfo_reduced .card--agent_longinfo__content {
  float: none;
  width: 100%;
  flex: 1;
  flex-basis: 0;
}
.card--agent_longinfo_reduced .card--agent_longinfo_small__image {
  float: none;
}
.card--broker {
  padding: 15px;
  max-width: 248px;
  position: relative;
  overflow: inherit;
  width: 100%;
  min-height: 85px;
}
.card--broker_longinfo {
  padding: 16px 24px;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 53% 47%;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  color: #212529;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .card--broker_longinfo {
    grid-template-columns: 100%;
    grid-template-rows: 120px auto;
    display: block !important;
    padding: 8px 10px;
  }
}
.card--broker_longinfo__image {
  float: left;
  margin-right: 16px;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  align-self: center;
}
.card--broker_longinfo__image img {
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  .card--broker_longinfo__image {
    width: 80px;
    height: 80px;
  }
}
.card--broker_longinfo__arrowlink {
  display: none;
}
@media screen and (min-width: 750px) {
  .card--broker_longinfo:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease !important;
  }
  .card--broker_longinfo:hover .card--broker_longinfo__certifi {
    display: none;
    transition: all 0.3s ease !important;
  }
  .card--broker_longinfo:hover .card--broker_longinfo__arrowlink {
    display: inline-block;
    transition: all 0.3s ease !important;
  }
}
.card--broker_longinfo__flag {
  height: 16px;
  width: 24px;
  border-radius: 1px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  float: left;
}
.card--broker_longinfo__more_btn {
  height: 16px;
  width: 24px;
  border-radius: 2px;
  border: solid 1px rgba(218, 225, 248, 0.16);
  background-color: #DFE3F0;
  text-align: center;
  color: #515B7A;
  display: inline-block;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-size: 11px;
  line-height: 14px;
}
.card--broker_longinfo__certificate {
  display: inline-block;
  float: left;
  background-color: #0a8543;
  border-radius: 2px;
  padding: 0px 5px;
  color: #53B700 !important;
  font-size: 11px;
  line-height: 24px;
  text-decoration: none !important;
}
.card--broker_longinfo__profile {
  grid-area: a;
  width: 100%;
}
.card--broker_longinfo__certifi {
  grid-area: b;
  width: 100%;
}
.card--broker_longinfo__content {
  line-height: 16px;
  width: calc(100% - 120px);
  float: left;
  text-decoration: none;
}
.card--broker_longinfo__content_name {
  font-size: 16px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
  display: block;
  text-decoration: none !important;
}
.card--team {
  padding: 10px;
  background-color: #FFF;
  display: block;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 80px calc(100% - 80px);
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
}
.card--team__logo {
  grid-area: a;
  width: 100%;
  height: 64px;
  padding: 2px;
  border: 1px solid #edf0fa;
  border-radius: 3px;
}
.card--team__logo_image {
  width: 100%;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #FFF;
  overflow: hidden;
}
.card--team__content {
  grid-area: b;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  text-decoration: none;
}
.card--team__content_name {
  font-weight: bold;
  text-decoration: none !important;
  color: #212529;
}
.card--team__content_agents {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #DFE3F0;
}
.card--broker {
  padding: 12px;
  background-color: #FFF;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 100px calc(100% - 100px);
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  max-width: 350px;
}
.card--broker__logo {
  grid-area: a;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.card--broker__logo img {
  max-width: 100%;
  align-self: center;
  margin: 0 auto;
}
.card--broker__content {
  grid-area: b;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  font-size: 12px;
  color: #212529;
  text-decoration: none;
}
.card--broker__content_name {
  font-weight: bold;
  text-decoration: none !important;
  color: #212529;
  font-size: 14px;
  padding-bottom: 7px;
  display: block;
}
.card--provider {
  padding: 12px;
  background-color: #FFF;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 96px calc(100% - 96px);
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  max-width: 350px;
}
.card--provider__logo {
  grid-area: a;
  width: 100%;
  height: 96px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  background-color: #F3F4F7;
  background-image: url(https://content.harstatic.com/media/icons/icon-broker-light.svg);
}
.card--provider__content {
  grid-area: b;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-size: 12px;
  color: #212529;
  text-decoration: none;
}
.card--provider__content_name {
  font-weight: bold;
  text-decoration: none !important;
  color: #212529;
  font-size: 14px;
  padding-bottom: 2px;
  display: block;
}
.card--provider__content_desc {
  color: #515B7A;
  line-height: 1.4;
}
.card--provider__content_tage {
  color: #00C1BF;
  border: solid 1px #AFB8D9;
  background-color: #F3F4F7;
  font-size: 12px;
  border-radius: 2px;
  padding: 4px 8px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  border-radius: 18px;
  font-weight: 600;
}
.card--provider__content_tage a {
  color: #00C1BF;
  font-weight: 600;
  text-decoration: none !important;
}
.card--video__image_content {
  width: 100%;
  height: 175px;
  background-color: #EDF0FA;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card--video__image_content {
    height: 136px;
  }
}
.card--video__image_content__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.card--video__content {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 16px;
  margin-left: 0px;
  text-align: center;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.card--video__content_link {
  padding-top: 12px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  width: 100%;
}
.card--video h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #212529;
  display: block;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .card--video h5 {
    font-size: 14px;
  }
}
.card--portrait_school {
  padding: 2px;
}
.card--portrait_school:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}
.card--portrait_school__label {
  border-radius: 2px;
  height: 33px;
  margin: 0 0 16px;
  padding: 6px 20px 8px 20px;
  border-radius: 2px;
  background-color: #52738a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.card--portrait_school__content {
  padding: 0px 20px 20px 20px;
  color: #515B7A;
  font-size: 14px;
  text-decoration: none;
}
.card--portrait_school__content h3 {
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.card--portrait_school__content img {
  margin-right: 2px;
}
.card--nested_a {
  overflow: inherit;
}
.card--qa {
  color: #212529;
}
.card--qa__content {
  padding: 24px;
  text-decoration: none;
  border-bottom: 1px solid #EDF0FA;
}
.card--qa__content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card--qa__info {
  color: #212529;
  display: flex;
  padding-bottom: 8px;
}
.card--qa__info_right {
  margin-left: auto;
  white-space: nowrap;
}
.card--qa__info span {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #dddddd;
}
.card--qa__info br {
  display: none;
}
@media screen and (max-width: 750px) {
  .card--qa__info br {
    display: block;
  }
}
.card--qa__text {
  font-size: 12px;
  color: #212529 !important;
  display: flex;
}
.card--qa__text_pera {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.card--qa__text span {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
}
.card--qa__footer {
  padding: 15px 24px;
}
.card--qa__footer_small {
  font-size: 11px;
  color: #212529;
  padding-bottom: 5px;
}
.card--qa__footer_row {
  color: #00C1BF;
  display: flex;
}
.card--qa__footer_row_image {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.card--qa__footer_row_more {
  background-color: #EDF0FA;
  height: 24px;
  text-align: center;
  font-size: 11px;
  color: #212529;
  border-radius: 12px;
  padding: 4px 6px 2px 6px;
  text-decoration: none !important;
}
.card--qa__footer_row_label__container {
  margin-left: auto;
}
.card--qa__footer_row_label {
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
  float: right;
  padding: 1px 5px;
  height: 16px;
  align-self: center;
  white-space: nowrap;
}
.card--qa__footer_row_label_resolved {
  color: #018361;
  background-color: #e5fff9;
  margin-left: auto;
}
.card--icon_btn {
  padding: 32px;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: 56px calc(100% - 56px);
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
}
.card--icon_btn__image {
  grid-area: a;
  border-radius: 2px;
  margin: 0 0 16px;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #EDF0FA;
}
.card--icon_btn__image img {
  max-height: 30px;
  max-width: 30px;
}
.card--icon_btn__content {
  grid-area: b;
  padding: 0px 0px 0px 16px;
  color: #515B7A;
  font-size: 14px;
  text-decoration: none;
}
.card--icon_btn__content h3 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}
.card--icon_btn__content_desc {
  margin-right: 2px;
  color: #212529;
  font-size: 14px;
}
.card--link {
  display: inline-block !important;
  padding: 5px 8px;
  margin: 0px 4px 4px 0px;
}
.card--caltoaction {
  padding: 28px;
  background-image: url("https://content.harstatic.com/media/icons/icon-listing-print-center-arrow_small.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: auto;
  text-decoration: none;
  margin-bottom: 30px;
}
.card--caltoaction_title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  padding-bottom: 4px;
}
.card--caltoaction_text {
  font-size: 14px;
  color: #212529;
  padding-right: 20px;
}
.card--qa_simple {
  padding: 16px;
}
.card--qa_simple h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #212529;
  line-height: 20px;
}
.card--qa_simple__text {
  color: #212529;
}
.card--qa_mini {
  padding: 16px;
}
.card--qa_mini h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #212529;
  line-height: 20px;
}
.card--qa_mini__by {
  color: #212529;
  display: flex;
}
.card--qa_mini__by--bytext {
  font-size: 11px;
  color: #212529;
  align-content: center;
  margin-right: 5px;
  display: block;
  padding-top: 3px;
}
.card--qa_mini__by--agent {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.card--features {
  background-color: #ffffff;
  padding: 12px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}
.card--features_title {
  font-weight: 600;
  color: #212529;
  font-size: 12px;
}
.card--features_text {
  font-size: 12px;
  color: #515B7A;
}
.card--claim {
  padding: 15px;
  max-width: 248px;
  position: relative;
  overflow: inherit;
  width: 100%;
  min-height: 85px;
}
.card--claim_longinfo {
  padding: 16px 24px;
  display: grid !important;
  grid-gap: 0;
  grid-template-columns: auto 180px;
  grid-template-rows: 100% auto;
  grid-template-areas: "a b";
  color: #212529;
  position: relative;
  overflow: inherit;
  margin-bottom: 15px;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .card--claim_longinfo {
    grid-template-columns: auto 90px;
    padding: 8px 10px;
  }
}
.card--claim_longinfo__image {
  float: left;
  margin-right: 16px;
  display: block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  align-self: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #f8f9fc;
}
.card--claim_longinfo__image img {
  max-width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  .card--claim_longinfo__image {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}
.card--claim_longinfo__certifi {
  grid-area: b;
  width: 100%;
}
.card--claim_longinfo__content {
  line-height: 16px;
  width: calc(100% - 120px);
  float: left;
  text-decoration: none;
}
.card--claim_longinfo__content_name {
  font-size: 14px;
  color: #212529 !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  display: block;
  text-decoration: none !important;
}
.card--claim_longinfo__content_firm {
  color: #212529;
  font-size: 12px;
  padding-bottom: 5px;
}
.card--claim_longinfo__content_address {
  color: #212529;
  font-size: 12px;
  border-top: 1px solid #f3f4f7;
  display: inline-block;
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .card--claim_longinfo__content {
    width: calc(100% - 62px);
  }
}
.card--claim_action {
  align-self: center;
}
@media screen and (max-width: 750px) {
  .card--claim_action .btn--claimprofile {
    white-space: normal;
    height: auto;
    border-radius: 4px;
    text-align: left;
    line-height: 1.4;
    padding: 8px 10px !important;
  }
  .card--claim_action .btn--claimprofile img {
    display: none;
  }
}
.card--staff {
  text-align: center;
  font-size: 14px;
  color: #212529;
}
.card--staff__staffpic {
  margin: 24px auto 0px auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card--staff__staffinfo {
  padding: 0px;
}
.card--staff__staffinfo a {
  text-decoration: none !important;
  color: #212529;
}
.card--staff__staffinfo h4 {
  text-align: center !important;
  margin-bottom: 0px;
}
.card--staff__stafftitle {
  text-decoration: none !important;
  padding: 0px 10px;
}
.card--staff__address {
  padding: 9px 9px 0px 9px;
  border-top: solid 1px #dfe3f0;
  margin-top: 10px;
}
.card--staff__contact {
  border-top: solid 1px #dfe3f0;
  padding: 9px;
  margin-top: 10px;
}
.card--staff__contact a {
  display: block;
  color: #00C1BF;
}

.blog_post_small {
  text-align: left;
  border-bottom: 1px solid #DFE3F0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.blog_post_small a {
  font-size: 14px;
  font-weight: bold;
  color: #212529;
  text-decoration: none;
  line-height: 1.2;
  padding-bottom: 8px;
  display: inline-block;
}
.blog_post_small__date {
  font-size: 12px;
  color: #212529 !important;
  padding-bottom: 8px;
}
.blog_post_small__date span {
  color: #DDDDDD;
  padding: 0px 4px;
}
.blog_post_small__name {
  color: #212529;
  font-weight: 600;
}

.card_portrait_medium_container .col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.card_portrait_medium_container .col:first-child {
  padding-left: 15px !important;
}
.card_portrait_medium_container .col:last-child {
  padding-right: 15px !important;
}

.packages-area {
  position: relative;
}
.packages-area .packages-section {
  position: relative;
  border: 1px solid #D4D7DC;
  border-radius: 4px 4px;
  margin-bottom: 10px;
  font-weight: 600;
  height: 455px;
}
.packages-area .packages-section :hover .packages-section--btn {
  background: #000000 !important;
}
.packages-area .packages-section a {
  color: #393A3D;
  text-decoration: none;
  display: block;
  padding: 24px 11px;
}
.packages-area .packages-section h4 {
  color: #393A3D;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.packages-area .packages-section h6 {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.packages-area .packages-section p {
  display: none;
}
.packages-area .packages-section--tag-1 {
  position: relative;
  font-size: 11px;
  color: #0a8543;
  font-weight: 600;
}
.packages-area .packages-section--bottom__btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #D4D7DC;
}
.packages-area .packages-section--bottom__btn a {
    display: block;
    padding: 10px 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.packages-area .packages-section h5 {
  color: #757b90;
}
.packages-area .packages-section i {
  color: #0a8543;
}
.packages-area .packages-section ul {
  position: relative;
  width: 100%;
  margin: 20px 0px;
  list-style: none;
  margin-bottom: 0px;
}
.packages-area .packages-section ul li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}
.packages-area .packages-section ul li img {
  max-width: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.packages-area .packages-section ul li:last-child {
  margin-bottom: 0px;
}
.packages-area .packages-section--label-area {
  position: relative;
  width: auto;
  margin-bottom: 8px;
}
.packages-area .packages-section--label-area svg {
  width: auto;
}
.packages-area .packages-section--label-area span {
  position: absolute;
  left: 0px;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  padding: 3px 0px;
  width: 70px;
}
.packages-area .packages-section--btn {
  border-top: 1px solid #e8ebf2;
}
.packages-area .packages-section--btn a {
  color: #0a8543;
  transition: 0.3s;
  font-weight: 500;
}
.packages-area .packages-section--text-end {
  text-align: right;
  position: absolute;
  right: 0px;
}
.packages-area .packages-section--text-end h4 {
  text-align: right !important;
  color: #000000;
  font-size: 14px;
  margin-bottom: 4px;
}
.packages-area .packages-section--text-end h5 {
  margin-bottom: 0px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #393A3D;
}
@media screen and (max-width: 767px) {
  .packages-area .packages-section h4 {
    font-size: 18px;
  }
  .packages-area .packages-section .col-md-1 {
    padding: 3px;
  }
  .packages-area .packages-section ul li img {
    max-width: 10px;
    top: 3px;
    margin-right: 4px;
  }
}

.modal-dialog {
  padding: 0px 0px;
}
.modal-content {
  padding: 0px 0px;
}
.modal-body {
  padding: 0px 0px;
}
.modal-body-background-green {
  background: #0a8543;
  padding: 22px 0px;
  text-align: center;
}
.modal-body h5 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 2px;
}
.modal-body h6 {
  margin: 0px;
  font-size: 20px;
  color: #fff;
}
.modal-body h6 del {
  font-size: 16px;
}
.modal-body h2 {
  margin-bottom: 0px;
  position: relative;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.modal-body table tr td {
  font-size: 12px;
  padding: 13px 20px;
  color: #6d7489;
}
.modal-body table tr td b {
  font-size: 14px;
  color: #3b4461;
  font-weight: 600;
}
.modal-body table tr td svg {
  width: auto !important;
}
.modal-body table tr .fa-check {
  color: #0a8543;
}
.modal-body table tr:nth-child(odd) {
  background: #f0f3f8;
}

.logo {
  position: relative;
  text-align: left;
}
.logo img {
  max-width: 74px;
  width: 100%;
  display: block;
}

.menu-area {
  position: relative;
  text-align: center;
}
.menu-area .col-md-3 .btn--outline {
  font-weight: 600;
}
.menu-area nav {
  margin: 0px 0px;
  padding: 0px 0px;
}
.menu-area nav ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.menu-area nav ul li {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}
.menu-area nav ul li a {
  color: #393A3D;
  text-decoration: none;
  padding: 15px 10px;
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 20px;
}
.menu-area nav ul li a h4 {
  font-size: 16px;
}
.menu-area nav ul li:last-child {
  border-bottom: none;
}
.menu-area nav ul .service-menu ul {
  width: 550px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
  background: #FFF;
  padding: 25px 20px;
  position: absolute;
  top: 100%;
  left: 0px;
  overflow: hidden;
  border-radius: 5px 5px;
}
.menu-area nav ul .service-menu ul .btn--prominent {
  color: #FFF;
  padding: 0px 0px;
  height: 48px;
  line-height: 48px;
}
.menu-area nav ul .service-menu ul .col-md-4 {
  border-bottom: 1px solid rgba(106, 110, 118, 0.187);
  border-right: 1px solid rgba(106, 110, 118, 0.187);
  text-align: center;
  position: relative;
}
.menu-area nav ul .service-menu ul .col-md-4:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #FFF;
  z-index: 1;
}
.menu-area nav ul .service-menu ul .col-md-4 .col-md-12 {
  position: relative;
}
.menu-area nav ul .service-menu ul .col-md-4 .col-md-12 img {
  width: 35px;
  height: 35px;
  margin-bottom: 12px !important;
}
.menu-area nav ul .service-menu ul .col-md-4 .col-md-12 svg {
  width: 35px;
  height: 35px;
  margin-bottom: 1.5rem !important;
}
.menu-area nav ul .service-menu ul .col-md-4 h6 {
  line-height: normal;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.menu-area nav ul .service-menu ul .col-md-4:nth-child(3n) {
  border-right: none;
}
.menu-area nav ul .service-menu ul li {
  overflow: hidden;
}
.menu-area nav ul .service-menu ul li a {
  padding: 28px 0px;
}
.menu-area nav ul .blog-menu ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 450px;
  z-index: 99;
  border-radius: 4px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
}
.menu-area nav ul .blog-menu ul:before {
  content: "";
  position: absolute;
  left: 25px;
  top: -13px;
  width: 15px;
  height: 13px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #FFF;
  z-index: 99999;
}
.menu-area nav ul .blog-menu ul img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px;
}
.menu-area nav ul .blog-menu ul img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px 4px;
}
.menu-area nav ul .blog-menu ul li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(106, 110, 118, 0.187);
  overflow: hidden;
  text-align: left;
}
.menu-area nav ul .blog-menu ul a {
  padding: 0px 0px;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding: 0px 0px !important;
}
.menu-area nav ul .read-more-btn {
  position: relative;
  display: block;
  width: auto;
  text-decoration: none;
  color: #0a8543;
  font-size: 14px;
  text-align: left;
}
.menu-area nav ul .read-more-btn img {
  position: relative;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
.menu-area nav ul .read-more-btn svg {
  position: relative;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 2px;
  max-width: 23px;
}
.menu-area nav ul .read-more-btn svg path {
  fill: #0a8543;
}
.menu-area nav .bg-black- {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 99;
  display: none;
}
.menu-area nav .bg-black-- {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 99;
  display: none;
}
.menu-area nav .bg-black--- {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 99;
  display: none;
}
.menu-area .border-bottom-none {
  border-bottom: none !important;
}

.profile-button {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  padding-bottom: 20px;
}
.profile-button--rounded-circle {
  position: relative;
}
.profile-button--rounded-circle img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.profile-button--arrow-profile {
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 15px;
}
.profile-button ul {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 250px;
  z-index: 99;
  border-radius: 4px;
  padding: 10px 10px;
  margin: 0px 0px;
  transform-origin: top;
  transition: 0.3s;
  transform: scaleY(0);
  background: #FFF;
}
.profile-button ul:before {
  content: "";
  position: absolute;
  right: 25px;
  top: -13px;
  width: 15px;
  height: 13px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #FFF;
  z-index: 99999;
}
.profile-button ul li {
  display: block;
  position: relative;
  width: 100%;
  text-align: center !important;
}
.profile-button ul li h4 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-align: center !important;
  margin-bottom: 0px;
}
.profile-button ul li h6 {
  color: #3d3939;
  font-size: 11px;
}
.profile-button ul li h6:before {
  display: none;
}
.profile-button ul li a {
  margin-top: 10px;
}
.profile-button ul li a ::before {
  display: none;
}
.profile-button--profile-picture {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.profile-button--profile-picture img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=grit_base.css.map */
