/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */

 










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
.daycare-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
    display: block !important;
}
.dnd-section {
  padding: 80px 0px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}

.teaser .hs-website-section_form p.secondary-header {
  margin-bottom: 0;
}
.hs-website-section_four .widget-type-header{
  padding-top: 50px !important;
}
.teaser .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4{
  padding-left:0;
  padding-right:0;
}
.review .hs-website-section_two.gray h2 {
  font-size: 33px;
}


@media (max-width: 1200px){
  .dnd-section > .row-fluid{
    max-width: 960px !important;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid{
    max-width: 720px !important;
  }
}
@media (max-width: 767px){
  .dnd-section > .row-fluid{
    max-width: 540px !important;
  }
  .hs-website-section_form .dnd-section .widget-type-form form {
    margin-top: 1rem;
  }
  .hs-website-section_form .dnd-section {
    margin-top: 1rem !important;
  }
.daycare-bp .daycare-bg-right {
    padding: 40px 15px;
}
}
@media (max-width: 575px){
  .dnd-section > .row-fluid{
    max-width: 100% !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  /*font-size: 24px;*/
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin:0 0 10px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding:0;
  margin-top: 0;
  margin-bottom: 1rem;
}


.body-container.migration ul,
.body-container.migration ol {
  padding: 0 0 0 20px;
}


ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  padding:0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.body-container.migration form{
  margin-bottom:30px;
}

h3.form-title {
  margin: 0px;
  font-weight: 400;
  position: relative;
  font-size: 40px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3.form-title:after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
}

.hs-button:hover {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}
.hs-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0,123,255,.25);
  text-decoration: none;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  margin-top: 0;
  color: #f00;
  margin-bottom: 12px;
}

.hs-input,
.hs-search-field__input, 
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password{  
  display: inline-block;
  width: 100%;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:16px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin:0 0 16px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 18px;
  margin-top: 0 !important;
}
#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}
/* .hs-form-field {
  margin-bottom: 18px;
} */
.hs-membership-loader.hs_submit.hs-submit {
  margin-top: 20px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ##a7a7a7 ;
}

.hs-input::-webkit-input-placeholder {
  color: ##a7a7a7 ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}

textarea.hs-input {
  height: auto;
  min-height: 134px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}



@media(max-width:767px){
  .custom-footer-menu .hs-menu-wrapper>ul>li:first-child {
    margin-bottom: 15px;
  }
  .submenu.level-2 .menu-item .menu-link {
    padding-right: 4px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-wrapper {
  margin-top: 105px;
  padding-bottom: 45px;
}
#hs_cos_wrapper_Banner-Area-lp .banner-wrapper {
  margin-top: 70px;
}
.banner-section {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 120px 0px;
  padding-bottom: 212px;
}
.banner-section .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.banner-title h1 {
  font-size: 50px;
  font-weight: 700;
  color: #e3bd22;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
}
.banner-title h2 {
  margin: 0px;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.banner-title {
  text-align: center;
}
.hs-map-section {
  margin-top: 131px;
}
.hs-map-section .dnd-section>.row-fluid {
  max-width: 100% !important;
}
.hs-map-section .section-header {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.hs-map-section .section-header h1 {
  font-weight: 700;
  position: relative;
  line-height: 45px;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2px;
}
.hs-map-section .section-header h1:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  top: 50px;
  left: 35%;
}
.hs-map-section .section-header p.secondary-header {
  position: relative;
  line-height: 45px;
  margin: 0;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 35px;
  padding-bottom: 9px;
}

.hs-main-section .span3 p, 
.hs-main-section .span2 p{
  margin: 0;
  line-height: 1.5;
  color: #221e1f;
  margin-top: 1.5rem;
  font-weight: 700;
}
.hs-main-section .span3 img, 
.hs-main-section .span2 img{
  width: 50%;
  max-width: 74px;
}

.hs-main-section .span3, .hs-main-section .span2 {
  margin: 0;
  border: 1px solid #e3bd22;
  padding: 50px 20px;
  min-height: 250px;
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 3rem;
  text-align: center;
}

.hs-main-section .span2:last-child {
  margin-right:0;
}
.hs-main-section .dnd-section>.row-fluid {
  max-width: 1170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} 
.hs-main-section .span3:hover, 
.hs-main-section .span2:hover {
  background-color: #eee;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: 0.3s ease-in;
}
.hs-form-section .dnd-section>.row-fluid>div {
  width: 70%;
  margin: 0 auto;
  float: none;
}

.hs-form-section form {
  max-width: 100%;
  margin-top: 3rem;
}
.hs-form-section h3.form-title:after {
  left: 10%;
}
.hs-form-section form .field>label {
  display: none;
}
.hs-form-section h6 {
  line-height: 1.2;
  margin: 0px;
  margin-top: 0;
  margin-bottom: 27px;
  text-align: center;
  font-weight: 400;
  font-size: 35px;
}
.hs-form-section h3.form-title {
  margin-top: 29px;
}

.hs-form-section .hs-button.primary.large {
  width: 100%;
  background-color: #888888;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
}
.hs-course-section .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 1170px;  
}
.hs-course-section .span3.dnd-column {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.hs-course-section .span3.dnd-column img {
  width: 50%;
}
.hs-course-section .span3.dnd-column>div:first-child {
  border: 2px solid #dfc142;
  border-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
      float: left;
    width: 100%;
}
.hs-course-section .span3.dnd-column>div:last-child {
  border: 2px solid #dfc142;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 0;
  padding-bottom: 30px;
      float: left;
    width: 100%;
}
.hs-testimonial-section .dnd-section>.row-fluid {
  display: block !important;
  box-sizing: content-box;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner video.banner-video {
  left: 0;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
.hs_submit.hs-submit {
  margin-top: -6px;
}
.widget-type-header h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin: 50px 0;
  position: relative;
  color: #221e1f;
  line-height: 1.2;
}
.widget-type-header h1:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 25%;
}
.index .header-phone img {
  width: 40% !important;
}
.index .header-phone a{
  padding-top: 0;
}
.hs-banner-section .widget-type-header {
  max-width: 1140px;
  margin: 0 auto;
}
.hs-banner-section .widget-type-header h1 {
  margin: 22px 0 11px;
}
.hs-course-section .widget-type-linked_image {
  width: 100% !important;
}
.hs-course-section h4 {
  margin: 0px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.hs-work-section .page-header.section-header {
  text-align: center;
}
.hs-work-section .page-header.section-header h1 {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  color: #221e1f;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
}
.hs-work-section .page-header.section-header h1:after {
  content: "";
  width: 9%;
  height: 2px;
  background-color: #e3bd22;
  top: 50px;
  left: 40%;
  position: absolute;
}
.hs-work-section .page-header.section-header p.secondary-header {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
.hs-work-section .dnd-section>.row-fluid {
  padding: 0;
}
.hs-work-section img {
  cursor: pointer;
}
.hs-work-section img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s ease-in;
}
.hs-work-section .hs-button {
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  border: 2px solid #e3bd22;
  padding: 2px 20px;
  background-color: #e3bd22;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s ease-in;
  margin-left: 20%;
  letter-spacing: 0;
}
.hs-work-section .hs-button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #e3bd22;
}
.index .widget-type-header h1:after {
  width: 7%;
  bottom: -12px;
  left: 20%;
}
.hs-work-section .hs_cos_wrapper_type_module {
  width: 100%;
}
.hs-client-section .dnd-section>.row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-client-section .span4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin: 0;
}
.hs-client-section .span4>div {
  background: #fff;
  padding: 10px 23px;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 1px 1px 2px 3px rgb(218, 218, 218);
}
.hs-team-section .widget-type-header h1:after {
  left: 41%;
}
.hs-team-section h4 {
  margin: 0px;
  padding-top: 15px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px;
  color: #221e1f;
  text-align: center;
}
.hs-team-section h6 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.hs-feature-section .widget-type-header h1 {
  padding: 0 15px;
}
.hs-feature-section .widget-type-header h1:after {
  left: 35%;
}
.hs-feature-section img {
  max-width: 198px;
}
.hs-feature-section img {
  max-width: 198px !important;
}
.hs-feature-section .dnd-section>.row-fluid {
  padding: 0;
}
.hs-feature-section .span12>div:last-child>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-feature-section .span12>div:last-child .span3, .hs-feature-section .span12>div:last-child .span2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
}
.hs-feature-section .span12>div:last-child .span2:last-child img {
  max-width: 158px !important;
  margin-top: 24px;
}
.hs-feature-section .span12>div:last-child .span2:last-child>div:last-child img {
  max-width: 99px !important;
}
.hs-feature-section .span12 {
  display: block !important;
  text-align: center;
}
.hs-feature-section .span12>div:last-child .span2:nth-child(3) img {
  max-width: 158px !important;
  margin-top: 24px;
}
.hs-form-title-section .dnd-section>.row-fluid {
  background: #fff;
}
.hs-form-title-section .dnd-section>.row-fluid {
  background: #fff;
  max-width: 1110px !important;
  border-radius: 5px;
  padding: 40px 20px;
  display: block !important;
}
.hs-form-title-section .span5 {
  width: 33.33% !important;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.hs-form-title-section .span7 {
  margin: 0;
  width: 66.66%;
  padding-right: 5px;
  padding-left: 5px;
}
.hs-form-title-section .span5>div {
  position: relative;
  padding: 0px 20px;
}
.hs-form-title-section .span5 h4 {
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  margin: 0;
  color: #221e1f;
}
.hs-form-title-section .span5 ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  margin-top: 100px;
  margin-left: 25px;
}
.hs-form-title-section .span5 ul li {
  text-align: left;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.hs-form-title-section .span5:after {
  content: "";
  height: 105%;
  width: 1px;
  background: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.hs-form-title-section .span7>div {
  padding-left: 30px;
}
.hs-form-title-section .span7 h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}
.hs-form-title-section .span7 p {
  margin: 0;
  padding: 30px 0;
  font-size: 18px;
  color: #666;
}
.hs-form-title-section .span7 form {
  width: 100%;
  max-width: 100%;
}

.hs-form-title-section .span7 .field>label {
  display: none;
}
.hs-form-title-section .span7 .hs-button {
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  padding: 3px 0px;
  margin: 5px 0px;
  border-radius: 10px;
}
.hs-form-title-section .span7 h3 {
  line-height: 1.2;
  margin: 0;
  font-size: 37px;
  font-weight: 400;
  padding-top: 20px;
}
.hs-form-title-section .span7 input[type=text], 
.hs-form-title-section .span7 input[type=email], 
.hs-form-title-section .span7 textarea {
  border-radius: 7px;
}

/* sba-bp page style */


.hs-website-section_two.gray .dnd-section {
  padding: 40px 0px;
}
.process .hs-website-section_two.gray .dnd-section {
  margin-top: 24px !important;
}
.hs-website-section_three .dnd-section > div {
  padding: 0;
}
.hs-website-section_two.gray .dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-website-section_two.gray .dnd-section > .row-fluid:before,
.hs-website-section_two.gray .dnd-section > .row-fluid:after {
  display: none;
}


.hs-website-section_two.gray .dnd-section>.row-fluid .span5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-website-section_two.gray .dnd-section>.row-fluid .span7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
  font-weight: 700;
  position: relative;
  font-size: 40px;
  padding-right: 20px;
  text-transform: uppercase;
  padding-top: 35px;
  text-align: right!important;
  margin: 0px;
}

.hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 span {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 400;
}

.hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
  content: '';
  width: 3px;
  height: 150px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}
.SBA .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
  height: 200px;
}

.hs-website-section_two.gray .dnd-section>.row-fluid .span7 p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  margin: 0px;
}

.hs-website-section_three .section-header h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  position: relative;
  text-align: center;
  margin: 0px;
}

.hs-website-section_three .section-header h1:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 37.5%;
}

.hs-website-section_three .section-header p.secondary-header {
  font-size: 30px;
  margin: 0;
  margin-top: 15px;
  text-align: center;
}

.hs-website-section_four h3 {
  font-size: 40px;
  font-weight: 400;
  padding: 27px 0 0;
  line-height: 55px;
  margin: 0px;
  text-align: center;
}
.section-header h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.slider_wrapper {
  padding-top: 20px;
}
.section-header h1:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #E3BD22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 33%;
}
.section-header p.secondary-header {
  font-size: 35px;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}

.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span4{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.hs-website-section_three .dnd-column .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-website-section_three  .dnd-section {
  padding: 0;
}

.hs-website-section_three .dnd-column .dnd-row > .row-fluid:before,
.hs-website-section_three .dnd-column .dnd-row > .row-fluid:after {
  display: none;
}

.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span3 .hs_cos_wrapper_type_rich_text img{
  vertical-align: middle;
  border-style: none;
  width: 60%;
}
.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span4 .hs_cos_wrapper_type_rich_text img{
  width:45%;
}

.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span3 .hs_cos_wrapper_type_rich_text p,
.hs-website-section_three .dnd-column .dnd-row > .row-fluid .span4 .hs_cos_wrapper_type_rich_text p{
  margin-top: 20px !important;
  font-weight: 700;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}



.hs-website-section_four .dnd-section > .row-fluid .dnd-column .section-header p {
  font-size: 40px;
  font-weight: 400;
  padding: 50px 0;
  line-height: 55px;
  margin: 0;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid:before, 
.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid:after {
  display: none;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .span4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-left: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .widget-type-rich_text ul li {
  position: relative;
  line-height: 40px;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .widget-type-rich_text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e3bd22;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -1px;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .widget-type-rich_text ul li span {
  display: block;
  position: absolute;
  top: 25px;
  left: 50px;
}

.hs-website-section_four .dnd-section > .row-fluid .dnd-column .dnd-row > .row-fluid .widget-type-rich_text ul li span strong {
  font-weight: 400 !important;
  position: absolute;
  top: 25px;
  left: 0px;
}

.hs-website-section_four .widget-type-header h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-top: 50px !important;
}
.hs-website-section_four .widget-type-header h1:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 37%;
}
.hs-website-section_four .widget-type-rich_text p {
  line-height: 30px;
  margin-bottom: 3rem;
}

.hs-website-section_five .dnd-section {
  padding: 0;
  margin: 0 !important;
}

.hs-website-section_five .dnd-section > .row-fluid {
  padding: 0 !important;
  max-width: 100% !important;
}

.hs-website-section_form .dnd-section {
  padding: 0;
}
.hs-website-section_form .dnd-section .widget-type-rich_text p {
  font-size: 28px;
  text-align: center;
  margin: 0px;
}

.hs-website-section_form .dnd-section .widget-type-form form {
  max-width: none;
  width: 70%;
  margin: 0 auto;
  margin-top: 3rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.hs-website-section_form .dnd-section .widget-type-form .hs_cos_wrapper_type_form {
  display: block;
}
.hs-website-section_form .dnd-section .widget-type-form form .hs-form-field > label {display: none;}
.hs-website-section_form .dnd-section .widget-type-form form .hs-form-field {
  margin-bottom: 1rem;
}
.hs-website-section_form .dnd-section .widget-type-form form input.hs-button.primary.large {
  width: 100%;
  background-color: #888888;
}
.hs-website-section_form .dnd-section .widget-type-form form input.hs-button.primary.large:hover {
  background-color: #e3bd22;
}
.hs-website-section_form .dnd-section .widget-type-rich_text h3 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 3rem;
  margin-top: 1rem;
  text-align: center;
}

.hs-website-section_form_background > .row-fluid-wrapper > .row-fluid > div,
.hs-website-section_one.white > .row-fluid-wrapper > .row-fluid > div{
  min-height:auto;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span4 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span8 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.hs-website-page ul {
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.hs-website-page ul li {
  margin-bottom: 10px;
  line-height: 40px;
  position: relative;
}

.hs-form-title-section .span5 ul li {
  margin: 0;
}

.hs-form-title-section .span5 ul li:before {
  display: none;
}
.hs-website-page ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e3bd22;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -1px;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2 {
  font-weight: 700;
  position: relative;
  font-size: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  text-align: right !important;
  margin: 0px;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2:after {
  content: '';
  width: 3px;
  height: 150px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  height: 100px;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span8 p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  margin: 0px;
}
.hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2 span {
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
}
.our_service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-website-section_four .dnd-section>.row-fluid .dnd-column .row-number-8 .section-header h1 {
  letter-spacing: 1px;
}
.hs-website-section_four .dnd-section>.row-fluid .dnd-column .row-number-8 .section-header p {
  padding: 4px 0 48px;
  letter-spacing: 1px;
}
.custom-service-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 48px;
}

.service-box.text-center {
  text-align: center;
  height: 400px;
  border: 1px solid #000;
  padding: 20px;
  padding-top: 50px;
  position: relative;
}

.service-box.text-center:hover {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: 0.3s ease-in;
}

.custom-service-item img {
  vertical-align: middle;
  border-style: none;
  width: 40%;
}

.custom-service-item  p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-service-item  .d-block {
  text-align: left;
  display: block;
  font-size: 16px;
}

.custom-service-item a {
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  font-size: 16px;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  background-color: transparent;
  padding: 6px 20px;
  border: 1px solid #e3bd22;
  float: left;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 30px;
  border-radius: 15px;
}
.custom-service-item a:hover {
  background-color: #e3bd22;
  color: #fff;
  transition: 0.3s ease-in;
}
.service-page .dnd-section>.row-fluid {
  padding: 0 15px;
}
.hs-website-section_one.white h2 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  padding: 40px 0;
  margin: 0;
}
.hs-website-section_one.white h2 span {
  font-weight: 400;
  font-size: 30px;
  text-transform: lowercase;
}
.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.daycare-bg-left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #e3bd22;
  padding: 40px;
  padding-bottom: 80px;
}
.mobile-app-page .daycare-bg-left {
  margin-bottom: -87px;
}
.daycare-bg-right {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
}
.hs-website-section_one.white > .row-fluid-wrapper > .row-fluid > div,
.hs-website-section_two.gray > .row-fluid-wrapper > .row-fluid > div, 
.hs-website-section_three > .row-fluid-wrapper > .row-fluid > div,
.hs-website-section_four > .row-fluid-wrapper > .row-fluid > div, 
.hs-website-section_five > .row-fluid-wrapper > .row-fluid > div,
.hs-website-section_testimonial > .row-fluid-wrapper > .row-fluid > div, 
.hs-website-section_form_background > .row-fluid-wrapper > .row-fluid > div,
.hs-website-section_form > .row-fluid-wrapper > .row-fluid > div{
  min-height:auto;
}
.daycare-bg-sec {
  margin-top: -135px;
}
.hs-website-section_one.white h3 {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}
.hs-website-section_one.white h4 {
  font-weight: 400;
  text-transform: lowercase;
  margin: 0;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.hs-website-section_two.gray .span6 p {
  text-align: justify;
  line-height: 40px;
}
.hs-website-section_two.gray .span6 {
  margin: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.daycare-bg-left h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.daycare-bg-left h2 span {
  text-transform: none;
  color: #fff;
  font-weight: 400;
}
.daycare-bg-left h2:before {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.daycare-bg-left p {
  line-height: 30px;
  text-align: justify;
  margin: 0;
}
.daycare-bg-right h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.daycare-bg-right h2 span {
  text-transform: none;
  font-size: 30px;
  font-weight: 400;
}
.daycare-bg-right p {
  line-height: 30px;
  text-align: justify;
}
.hs-website-section_four h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
}
.hs-website-section_four h2 span {
  font-weight: 400;
  text-transform: lowercase;
}
.hs-website-section_four h2:after {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.hs-website-section_four .widget-type-rich_text p span {
  line-height: 30px;
  text-align: justify;
  display: block;
  margin-top: 48px;
}
.hs-website-section_form_background h2 {
  width: 50%;
  float: right;
}
.hs-website-section_form_background h2 {
  width: 50%;
  float: right;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
}
.hs-website-section_form_background h2 span {
  font-size: 35px;
  font-weight: 400;
  text-transform: lowercase;
}
.hs-website-section_one.white h2 strong {
  font-weight: 700;
  font-size: 35px;
}
.hs-website-section_one.white h2 strong span {
  font-size: 35px;
  display: block;
  line-height: 1.2;
}
.hs-website-section_one.white p {
  text-align: justify;
  line-height: 40px;
}
.hs-website-section_one.white .row-fluid {
  display: block !important;
}
.hs-website-section_two.gray h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.hs-website-section_two.gray .span9 {
  width: 66.67%;
  float: left;
}
.hs-website-section_two.gray .span3 {
  width: 25%;
  float: right;
  margin: 0;
}
.hs-website-section_two.gray .span9 p {
  line-height: 30px;
  text-align: justify;
}
.hs-website-section_two.gray .span3 p:first-child {
  color: #858181;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.hs-website-section_two.gray .span3 p:last-child {
  margin: 0;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
.hs-website-section_three h2 {
  color: #e3bd22;
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  line-height: 1.2;
}
.hs-website-section_three .dnd-column .dnd-row>.row-fluid .span8 {
  margin: 0;
}


.hs-website-section_testimonial .dnd-section {
  padding: 0;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  padding: 40px 0;
  position: relative;
  text-align: center;
  margin: 0;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {
  font-weight: 400;
  font-size: 30px;
  text-transform: lowercase;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #e3bd22;
  position: absolute;
  left: 46%;
  top: 50%;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text p {
  margin: 0px;
}

.hs-website-section_testimonial .dnd-section: .widget-type-rich_text ul {
  margin-top: 1.5rem;
  padding-left: 100px;
  margin-bottom: 1rem;
  list-style: none;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text ul li {
  line-height: 40px;
  margin-bottom: 10px;
}

.hs-website-section_testimonial .dnd-section .widget-type-rich_text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e3bd22;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -1px;
}


.L-1.VISA .hs-website-section_two.gray .dnd-section>.row-fluid .span7 p {
  padding-top: 0 !important;
}


.L-1.VISA .hs-website-section_three .section-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.L-1.VISA .hs-website-section_three .section-header h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
}

.L-1.VISA .hs-website-section_three .section-header  p.secondary-header {
  font-weight: 400;
  font-size: 30px;
  text-transform: none;
  margin: 10px 0 0;
}

.L-1.VISA .hs-website-section_three .widget-type-rich_text ul {
  padding-left: 100px;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.L-1.VISA .hs-website-section_three .widget-type-rich_text ul li {
  margin-bottom: 10px;
  line-height: 40px;
  position: relative;
}

.L-1.VISA .hs-website-section_three .widget-type-rich_text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e3bd22;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -1px;
}
.hs-website-section_form p.secondary-header {
  text-transform: lowercase;
  font-size: 35px;
}
.hs-website-section_form .section-header h1 {
  font-size: 40px;
}
.SBA .view-investor-sec {
  margin-top: 254px !important;
}
.slider_wrapper {
  padding-top: 20px;
}
.testimonial_content_inner h2 {
  margin: 0;
}
.teaser .hs-website-section_three .section-header h1:after {
  left: 35.5%;
}
.teaser .hs-website-section_four .widget-type-header h1:after {
  left: 38.5%;
}
.teaser .hs-website-section_four .dnd-section>.row-fluid .dnd-column > .dnd-row .section-header h1:after {
  left: 37%;
}
.teaser .testimonial_img .testi-img img.quote-img-position {
  width: 70% !important;
}
.teaser .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 75px !important;
  left: 262px !important;
}

/* About Page Style */

.testimonial_content_inner h2 {
  float: none;
}

.about .banner-section {
  padding: 130px 0px;
}

.about .banner-section .banner-title h1 {
  text-transform: uppercase;
  font-size: 56px;
  color: #e3bd22;
  font-weight: 700;
}

.about .banner-section .banner-title  h2 {
  font-size: 40px;
  color: #000;
  padding-top: 20px;
  font-weight: 600;
  margin: 0px;
  line-height: 1.5;
  text-transform: none;
}

.investor .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  left: 211px !important;
}
.about .hs-website-section_three .dnd-section > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .hs-website-section_three .dnd-section > .row-fluid:before, 
.about .hs-website-section_three .dnd-section > .row-fluid:after {
  display: none;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span4 .dnd-row > div {
  display: block !important;
  height: auto !important;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span4 .dnd-row > div:before,
.about .hs-website-section_three .dnd-section > .row-fluid .span4 .dnd-row > div:after {
  display: table;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span8 .widget-type-rich_text p {
  text-align: justify;
  font-size: 21px;
  margin: 0;
}

.about .hs-website-section_three .dnd-section > .row-fluid .span8 .widget-type-rich_text img {
  width: 200px;
  float: right;
  padding-top: 40px;
  vertical-align: middle;
  border-style: none;
}


.about .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4 .widget-type-rich_text p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1rem;
  line-height: normal;
  margin-bottom: 0;
}

.about .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4 .widget-type-rich_text {
  text-align: center;
}

.about .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4 .widget-type-rich_text p span {
  font-weight: 400;
  color: #666666;
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
}

.about .hs-website-section_four .dnd-section>.row-fluid {
  padding: 0;
}
.sba-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
  height: 200px;
}
.sba-bp .view-investor-sec {
  margin-top: 255px;
}
.sba-bp .slider_wrapper {
  margin: 0 !important;
}
.sba-bp .testimonial_img .testi-img img.testimonial-img-position {
  max-width: 255px;
}
.sba-bp .testimonial_content {
  padding-left: 30px !important;
  padding-right: 0px !important;
}
.sba-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .row-number-6.dnd-row>.row-fluid .widget-type-header h1:after {
  left: 38.5%;
}
.sba-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .row-number-8.dnd-row>.row-fluid .widget-type-header h1:after {
  left: 26%;
}
.l1-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 span {
  text-transform: none;
  font-size: 30px;
}
.l1-visa-bp .hs-website-section_three .section-header h1:after {
  left: 35.5%;
  width: 70px;
  bottom: -7px;
}
.l1-visa-bp .hs-website-section_three .section-header p.secondary-header {
  margin-top: 8px;
  text-align: center;
  text-transform: none;
}
.hs-website-section_three ul {
  margin: 0;
  padding: 0;
  padding-left: 115px;
  list-style: none;
}
.hs-website-section_three ul li {
  line-height: 40px;
  margin-bottom: 10px;
}
.hs-website-section_three ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e3bd22;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -1px;
}
.l1-visa-bp .hs-website-section_four .widget-type-header h1 {
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.l1-visa-bp .hs-website-section_four .widget-type-header h1:after {
  display: none;
}
.l1-visa-bp .hs-website-section_four .widget-type-rich_text p {
  padding: 0 15px;
}
.l1-visa-bp .hs-website-section_four .dnd-section>.row-fluid {
  padding: 0;
}
.l1-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4>div {
  min-height: 250px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  padding: 40px;
}
.l1-visa-bp .view-investor-sec_inner {
  max-width: 1140px;
  margin: 0 auto;
}
.l1-visa-bp .view-investor-sec .custom-col-12.plan-simple .container>div {
  margin-top: -112px;
}
.l1-visa-bp .view-investor-sec .custom-col-12.plan-simple .container>div img {
  width: 73%;
  position: relative;
  top: -40px;
}
.l1-visa-bp .view-investor-sec {
  margin-top: 233px;
}
.l1-visa-bp .view-investor-sec .custom-col-12.plan-simple .container button.sample-btn {
  margin-top: -15px;
}
.l1-visa-bp .view-investor-sec .view-investor-sec_inner>.custom-col-12:first-child {
  padding-right: 50px;
}
.l1-visa-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 73px !important;
  left: 116px !important;
}
.l1-visa-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  left: 42.5%;
}
.l1-visa-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text p {
  padding: 0 15px;
}
.l1-visa-bp .hs-website-section_testimonial img {
  width: 100% !important;
  position: relative;
  top: 89px;
}
.l1-visa-bp .hs-website-section_testimonial h1 {
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  margin: -31px 0 0;
  position: relative;
  padding: 0;
  text-align: left;
}
.hs-website-section_testimonial img {
  width: 100% !important;
}

.l1-visa-bp .hs-website-section_testimonial h1:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #e3bd22;
  position: absolute;
  left: 1%;
  top: 94%;
}
.l1-visa-bp .section-header p.secondary-header {
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.l1-visa-bp .hs-website-section_testimonial h2 {
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 46px;
  padding-top: 9px;
  text-align: left;
}
.l1-visa-bp .hs-website-section_testimonial .span6{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 50%;
}
.custom-content-with-image img {
  position: absolute;
  top: -99px;
  width: 45%;
  left: 28%;
}
.custom-content-with-image p {
  margin: 0;
  margin-top: 70px;
}
.pitch-deck .banner-title h1 {
  text-align: left;
  margin-top: 80px;
}
.pitch-deck .banner-section {
  padding-bottom: 192px;
}
.pitch-deck .hs-website-section_three .section-header h1:after {
  left: 41.5%;
}
.pitch-deck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 .hs_cos_wrapper_type_rich_text img {
  width: 50%;
}
.pitch-deck .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  left: 184px !important;
}
.pitch-deck .testimonial_img .testi-img img.quote-img-position {
  width: 55% !important;
}
.grant .banner-section {
  padding: 180px 0px;
  padding-bottom: 212px;
  margin-top: 105px;
}
.grant .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
  font-size: 34px;
  padding-top: 8px;
}
.pitch-deck .testimonial_content_inner p {
  text-align: left;
}
.grant .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 span {
  font-size: 30px;
  text-transform: none;
}
.grant .hs-website-section_two.gray .dnd-section {
  padding: 80px 0px;
}
.grant .l1-visa-box {
  border: 1px solid #ddd;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: 0.3s ease-in;
  padding: 20px;
  position: relative;
  margin: 100px 0 !important;
  min-height: 400px;
}
.grant .hs-website-section_four .dnd-section>.row-fluid {
  padding: 0;
}
.grant .hs-website-section_four .custom-content-with-image img {  
  top: -79px;
}
.grant .hs-website-section_four {
  margin-top: 47px;
}
.grant .custom-content-with-image h3 {
  line-height: 1.2;
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 80px;
  font-size: 23px;
  padding-top: 0;
}
.grant .custom-content-with-image p {
  margin: 0;
  margin-top: 48px;
}
.grant .hs-website-section_testimonial h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 3px;
}
.grant .hs-website-section_testimonial ul {
  padding: 0 0 0 15px !important;
  margin: 48px 0 16px !important;
  list-style: none;
}
.grant .hs-website-section_testimonial ul li {
  margin-bottom: 0 !important;
}
.grant .hs-website-section_testimonial h2 {
  font-size: 40px !important;
  letter-spacing: 1px;
}
.grant .hs-website-section_testimonial h2:before {
  display: block;
  bottom: 34px;
  left: 37.5% !important;
  top: auto !important;
}
.grant .hs-website-section_testimonial p {
  text-align: left;
  font-size: 16px;
}
.mobile-app-page .hs-website-section_one.white img {
  width: 70%;
}
.mobile-app-page .hs-website-section_one.white .span6 {
  width: 50%;
  margin: 0;
  text-align: center;
}
.mobile-app-page .hs-website-section_one.white h2 {
  padding: 8px 0 9px 0;
}
.mobile-app-page .hs-website-section_one.white h2 span {
  font-weight: 400;
  font-size: 40px;
  text-transform: lowercase;
  line-height: 60px;
  display: block;
  padding-top: 4px;
}
.mobile-app-page .hs-website-section_two.gray .dnd-section {
  padding: 0px 0px;
}
.mobile-app-page .daycare-bg-left h2 {
  padding-top: 20px;
  font-size: 35px !important;
  margin-bottom: 3rem;
}
.mobile-app-page .daycare-bg-right h2 {
  font-size: 35px !important;
}
.mobile-app-page .daycare-bg-right h2 span {
  font-size: 25px !important;
}
.mobile-app-page .daycare-bg-right p {
  padding-top: 10px;
}

.mobile-app-page .hs-website-section_three h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  color: #221e1f;
}
.mobile-app-page .hs-website-section_three h2 span {
  font-size: 40px;
  font-weight: 400;
  text-transform: lowercase;
}
.mobile-app-page .hs-website-section_three p {
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.mobile-app-page .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 {
  text-align: left;
}
.mobile-app-page .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 .hs_cos_wrapper_type_rich_text img {
  width: 30%;
  padding-left: 20px;
  vertical-align: bottom;
}
.mobile-app-page .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4:first-child .hs_cos_wrapper_type_rich_text img {
  vertical-align: middle;
}
.mobile-app-page .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 .hs_cos_wrapper_type_rich_text img+span {
  font-size: 25px;
  color: #e3bd22;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.mobile-app-page .generating-block-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
.mobile-app-page .generating-block-text .custom-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mobile-app-page .generating-block-text .custom-col-12 .box {
  min-height: 250px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  padding: 20px;
  border: none;
}
.mobile-app-page .generating-block-text .custom-col-12 .box:hover {
  background-color: #eee;
}
.mobile-app-page .hs-website-section_four .span4 {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  padding: 20px;
  border: none;
}
.mobile-app-page .hs-website-section_four .span4:hover {
  background-color: #eee;
  transition: 0.3s ease-in;
}
.mobile-app-page .view-investor-sec {
  margin-top: 280px;
}
.mobile-app-page .hs-website-section_testimonial .dnd-section>.row-fluid {
  max-width: 100% !important;
}
.mobile-app-page .generating-block-text .custom-col-12 .box p {
  margin: 0;
  line-height: 30px;
  text-align: justify;
  font-size: 16px;
}
.mobile-app-page .view-investor-sec .custom-col-12.plan-simple .container>div img {
  width: 60% !important;
}
.mobile-app-page .hs-website-section_form_background .span6 {
  margin: 0;
  width: 50%;
  padding: 0 15px;
}
.mobile-app-page .hs-website-section_form_background .dnd-section>.row-fluid {
  padding: 0;
  display: block !important;
}
.mobile-app-page .hs-website-section_form_background h2 {
  width: 100%;
}
.mobile-app-page .hs-website-section_form_background h5 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
  text-align: center;
}
.mobile-app-page .hs-website-section_form_background h5 span {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 400;
  text-transform: lowercase;
}
.mobile-app-page .hs-website-section_form_background h5::after {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.mobile-app-page .hs-website-section_form .dnd-section {
  padding: 0;
  margin-top: 14px !important;
}
.mobile-app-page .hs-website-section_form_background h3 {
  line-height: 1.2;
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.mobile-app-page .hs-website-section_form_background h3 span {
  font-weight: 400;
  text-transform: lowercase;
}
.mobile-app-page .hs-website-section_form_background h3:after {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.mobile-app-page .hs-website-section_form_background h3+p{
  padding: 48px 15px 0;
  margin: 0;
}
.restaurant .hs-website-section_one.white h2 {
  padding: 13px 0 70px;
}
.restaurant .hs-website-section_one.white h2 span {
  font-size: 40px;
  line-height: 50px;
}
.restaurant .hs-website-section_two.gray {
  margin-top: 75px;
}
.restaurant .hs-website-section_two.gray .familiarize-sec {
  background-color: #e3bd22;
  padding: 40px;
  padding-bottom: 80px;
  position: relative;
  width: 50%;
}
.restaurant .hs-website-section_two.gray .familiarize-sec h2 {
  margin: 0px;
  line-height: 1.2;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.restaurant .hs-website-section_two.gray .familiarize-sec h2::before {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.restaurant .hs-website-section_two.gray .familiarize-sec h2 span {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-size: 30px;
}

.restaurant .hs-website-section_two.gray .familiarize-sec p {
  line-height: 30px;
  text-align: justify;
  margin-top: 24px;
}
.restaurant .hs-website-section_three p {
  margin: 0;
  line-height: 30px;
  padding: 100px 15px;
  text-align: justify;
}
.restaurant .view-investor-sec .custom-col-12.plan-simple .container>div img {
  width: 70%;
}
.restaurant .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 73px !important;
  left: 149px !important;
}
.restaurant .view-investor-sec {
  margin-top: 290px;
  margin-bottom: 133px;
}
.restaurant .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  display: none;
}
.restaurant .hs-website-section_testimonial .dnd-section>.row-fluid {
  display: block !important;
}
.restaurant .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {
  font-size: 35px;
  position: relative;
  top: -8px;
}
.review .hs-website-section_four .dnd-section>.row-fluid {
  padding: 0;
}
.review .hs-website-section_three h3 {
  line-height: 1.2;
  margin: 0px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #221e1f;
  text-transform: uppercase;
}
.review .hs-website-section_three h3:after {
  position: absolute;
  content: "";
  width: 7%;
  height: 2px;
  background-color: #e3bd22;
  top: 90px;
  left: 20%;
}
.review .hs-website-section_three .span6 {
  width: 50%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.custom-review-page-item .clie-rev {
  background: #eae9e9;
  padding: 20px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clie1 i {
  color: #eae9e9;
  font-size: 154px;
  margin-top: -62px;
  margin-left: 79px;
  float: left;
}
.fa-caret-down:before {
  content: "\f0d7";
}
.clie1 .clie-pic {
  margin-top: 70px;
  margin-left: -80px;
  vertical-align: middle;
}
.clie-rev h6 {
  margin: 0;
  font-size: 12px;
  margin-left: 6px;
  color: #484848;
}
.clie1 h5 {
  margin: 0;
  float: right;
  margin-top: 90px;
  margin-right: 234px;
  font-weight: 600;
  font-size: 18px;
}
.clie-rev .tag {
  float: right;
  width: 4%;
}
.review .hs-website-section_three .dnd-section>div {
  max-width: 1170px;
}

.clie-rev p {
  margin-left: 6px;
  line-height: 28px;
  margin-top: 12px;
  color: #484848;
  margin-bottom: 10px;
}
.clie-rev:hover {
  background-color: #e3bd22;
  transition: 0.3s ease-in;
}
a.read-more-color {
  font-weight: 500;
  margin-left: 6px;
  color: #484848;
}
a.read-more-color:hover {
  text-decoration: underline;
  color: #484848;
}
a.read-more-color:focus {
  color: #484848;
  text-decoration: none;
}
.clie1 .clie-rev:hover + i {
  color: #e3bd22;
  transition: 0.3s ease-in;
}
.healthcare-bp .hs-website-section_two.gray {
  margin-top: 95px;
}
.healthcare-bp .familiarize-sec {
  width: 50%;
  background-color: #e3bd22;
  padding: 40px;
  padding-bottom: 80px;
  margin-bottom: -100px;
  position: relative;
}
.healthcare-bp .familiarize-sec h2 {
  margin: 0px;
  line-height: 1.2;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.healthcare-bp .familiarize-sec h2 span {
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-size: 30px;
}
.healthcare-bp .familiarize-sec h2:before {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.healthcare-bp .familiarize-sec p {
  line-height: 30px;
  text-align: justify;
  margin: 0;
  margin-top: 24px;
}
.healthcare-bp .view-investor-sec {
  margin-top: 227px;
  margin-bottom: 100px;
}
.healthcare-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 74px !important;
  left: 152px !important;
}
.healthcare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
  text-align: left;
}
.healthcare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  display: none;
}
.healthcare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {
  font-size: 35px;
  position: relative;
  top: -7px;
}
.healthcare-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
  display: block !important;
}
.process .banner-title h1 {
  text-align: left;
  font-size: 56px;
  line-height: 80px;
}
.process .banner-title h2 {
  text-align: left;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 50px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 33px;
}
.process .banner-section {
  padding-bottom: 220px;
}
.process .hs-website-section_one.white h3 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 90px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}
.process .hs-website-section_one.white h3:after {
  content: '';
  width: 80px;
  height: 2px;
  background: #e3bd22;
  display: block;
  position: absolute;
  top: 55px;
  left: 16.5%;
}
.process .hs-website-section_one.white h3 span {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 35px;
  line-height: 60px;
}
.process .hs-website-section_two.gray p {
  margin: 0;
  text-align: center;
  font-size: 35px;
  color: #e3bd22;
  text-transform: uppercase;
  font-weight: 700;
}
.process .hs-website-section_three h3 {
  text-align: center;
  margin: 0px;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
}
.process .hs-website-section_three h3:after {
  content: '';
  width: 70px;
  height: 2px;
  background: #e3bd22;
  display: block;
  position: absolute;
  top: 50px;
  left: 12.5%;
}
.process .hs-website-section_three h3 span {
  text-transform: lowercase;
  font-weight: 400;
}
.process .hs-website-section_three .span6 {
  margin: 0;
  width: 50%;
  text-align: center;
  padding: 0 15px;
}
.process .hs-website-section_three .span6 h4 {
  font-weight: 700;
  margin-top: 24px;
}

.process .hs-website-section_three .span6 p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 24px;
}
.process .hs-website-section_four .span6 {
  width: 50%;
  margin: 0;
}
.process .hs-website-section_four .span6 h3 {
  font-size: 34px;
  text-align: right;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  padding-right: 20px;
}
.process .hs-website-section_four .span6 h3:after {
  content: '';
  height: 126px;
  width: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  right: -15px;
  top: 26px;
  left: auto;
}
.process .hs-website-section_four .span6 h3 span {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}
.process .hs-website-section_four .span6 p {
  margin: 0px;
  font-size: 20px;
  text-align: justify;
  line-height: 35px;
}
.process .hs-website-section_four h3 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding: 30px 0;
  text-transform: uppercase;
  line-height: 45px;
}
.process .hs-website-section_four h3:after {
  content: '';
  width: 70px;
  height: 2px;
  background: #e3bd22;
  display: block;
  position: absolute;
  top: 50%;
  left: 33%;
}
.process .hs-website-section_four h3 span {
  font-weight: 400;
  text-transform: lowercase;
  font-size: 35px;
}
.process .hs-website-section_five .dnd-section>.row-fluid {
  max-width: 1140px !important;
}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33%;
  text-align: center;
  margin: 0;
}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 img {
  width: 80%;
}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
  cursor: pointer;
  border-radius: 15px;
  padding: 5px 30px;
  letter-spacing: 0;
}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82,88,93,.5);
}
.process .hs-website-section_five {
  position: relative;
  padding-top: 32px;
  padding-bottom: 52px;
}
.process .hs-website-section_five:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #e3bd22;
  bottom: 0;
  z-index: -1;
} 
.process .hs-website-section_testimonial .dnd-section>.row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span3, 
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
  text-align: center;
}
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span2:nth-child(3) img {
  width: 80% !important;
  margin-top: 24px;
}
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span2:nth-child(3)>div:last-child img {
  width: 100% !important;
  margin-top: 16px;
}
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span2:last-child img {
  width: 80% !important;
  margin-top: 24px;
}
.process .hs-website-section_testimonial .dnd-section>.row-fluid .span2:last-child>div:last-child img {
  width: 50% !important;
  margin-top: 25px;
}
.process .hs-website-section_form_background h2 {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 26px;
  padding-bottom: 50px;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
.process .hs-website-section_form_background h2:after {
  content: "";
  width: 7%;
  height: 2px;
  background-color: #dfc142;
  top: 68%;
  left: 35.5%;
  position: absolute;
}
.process .hs-website-section_form .dnd-section>.row-fluid {
  background: #fff;
}
.process .hs-website-section_form .dnd-section>.row-fluid {
  background: #fff;
  max-width: 1110px;
  border-radius: 5px;
  padding: 40px 20px;
}
.process .hs-website-section_form .dnd-section .widget-type-rich_text h3 {
  margin: 0;
  font-size: 37px;
  font-weight: 400;
  padding-top: 20px;
  text-align: left;
  padding-left: 30px;
}
.process .hs-website-section_form .span5 {
  width: 32.79%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  margin: 0;
  position: relative;
}
.process .hs-website-section_form .span7 {
  padding-right: 5px;
  padding-left: 10px;
  width: 66.67%;
  float: left;
  margin: 0;
}
.process .hs-website-section_form .span5 h4 {
  position: relative;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  margin: 0px;
}
.process .hs-website-section_form .span5 ul {
  margin-bottom: 1rem;
  margin-top: 100px;
  margin-left: 25px;
}
.process .hs-website-section_form .span5 ul  li {
  text-align: left;
  margin-top: 40px;
  font-size: 18px;
}
.process .hs-website-section_form .span5:after {
  content: "";
  height: 105%;
  width: 1px;
  background: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.process .hs-website-section_form .span7 h4 {
  padding-left: 30px;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}

.process .hs-website-section_form .span7 p {
  padding: 30px 0;
  font-size: 18px;
  color: #666;
  text-align: left;
  padding-left: 30px;
}
.process .hs-website-section_form .dnd-section .widget-type-form form {
  margin: 0;
  width: 90%;
  padding-left: 30px;
}
.process .hs-website-section_form .dnd-section .widget-type-form form input {
  border-radius: 7px;
  height: 40px;
  padding-left: 20px;
}
.process .hs-website-section_form .dnd-section .widget-type-form form .hs-button.primary.large {
  border-radius: 10px;
  padding: 3px 0px;
}
.process .hs-website-section_four .span6:last-child {
  padding-left: 50px;
}


.food-truck .hs-website-section_one.white .widget-type-rich_text h2 {
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.food-truck .hs-website-section_one.white .widget-type-rich_text h2 span {
  font-weight: 400;
  text-transform: lowercase;
  font-size: inherit;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.food-truck .hs-website-section_two.gray .dnd-section {
  padding: 0 !important;
}

.food-truck .hs-website-section_two.gray .dnd-section .widget-type-rich_text h2 {
  color: #e3bd22;
}

.food-truck .hs-website-section_two.gray .dnd-section .widget-type-rich_text em {
  color: #858181;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.food-truck .hs-website-section_two.gray .dnd-section .widget-type-rich_text  i {
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
.eb5-visa-bp .hs-website-section_four .section-header h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  position: relative;
  padding-top: 11px;
}
.eb5-visa-bp .hs-website-section_four .section-header h1:after {
  bottom: -3px;
  left: 28.5%;
  width: 70px;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul {
  padding-top: 38px;
  padding-left: 0;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li, 
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li{
  line-height: 40px;
  margin-bottom: 10px;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span, 
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span{
  position: relative;
  top: -10px;
  left: 50px;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span strong, 
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span strong{
  font-weight: 400;
  position: relative;
  top: -10px;
  left: 0;
}
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span {
  position: relative;
  top: -10px;
  left: 50px;
}
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span strong{
  top: 0;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span strong em {
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: -10px;
  left: 0;
}
.eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .section-header p {
  padding: 0;
  line-height: 55px;
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  text-transform: none;
  text-align: center;
}
.process .hs-website-section_form input::-webkit-input-placeholder, 
.index .hs-website-section_form input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #a7a7a7;
}
.process .hs-website-section_form input::-moz-placeholder, 
.index .hs-website-section_form input::-moz-placeholder{ /* Firefox 19+ */
  color: #a7a7a7;
}
.process .hs-website-section_form input:-ms-input-placeholder, 
.index .hs-website-section_form input:-ms-input-placeholder{ /* IE 10+ */
  color: #a7a7a7;
}
.process .hs-website-section_form input:-moz-placeholder, 
.index .hs-website-section_form input:-moz-placeholder{ /* Firefox 18- */
  color: #a7a7a7;
}
.process .hs-website-section_form input[type=text], 
.process .hs-website-section_form input[type=email], 
.process .hs-website-section_form input[type=tel],
.process .hs-website-section_form textarea {
  border: 1px solid #999;
}
.eb5-visa-bp .hs-website-section_three .dnd-section>div {
  padding: 0 15px;
  display: block !important;
}
.eb5-visa-bp .view-investor-sec_inner {
  max-width: 1140px;
  margin: 0 auto;
}
.eb5-visa-bp .view-investor-sec .custom-col-12 .container {
  padding-right: 50px;
}
.eb5-visa-bp .view-investor-sec .custom-col-12.plan-simple .container {
  padding: 0;
}
.eb5-visa-bp .view-investor-sec .custom-col-12.plan-simple .container>div img {
  width: 70%;
}
.eb5-visa-bp .view-investor-sec {
  margin-top: 280px;
}
.eb5-visa-bp .hs-website-section_testimonial .section-header h1 {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  padding: 0px 0 0;
  position: relative;
}
.eb5-visa-bp .hs-website-section_testimonial .section-header h1:after {
  left: 1%;
}
.eb5-visa-bp .section-header p.secondary-header {
  margin-top: 8px;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.eb5-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
  padding: 0 15px;
}
.eb5-visa-bp .hs-website-section_form_background {
  margin-top: 48px;
}
.e2-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 {
  padding-top: 70px;
}
.e2-visa-bp .hs-website-section_three .dnd-section>div {
  padding: 0 15px;
  display: block !important;
}
.e2-visa-bp .hs-website-section_four .section-header h1 {
  font-size: 35px;
  line-height: 50px;
}
.e2-visa-bp .hs-website-section_four .section-header h1:after {
  left: 35%;
  width: 70px;
}
.e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .section-header p {
  padding-top: 0;
  font-size: 30px;
  text-transform: none;
  text-align: center;
}

.e2-visa-bp .view-investor-sec_inner {
  max-width: 1140px;
  margin: 0 auto;
}
.e2-visa-bp .view-investor-sec .custom-col-12.plan-simple .container>div img {
  width: 70%;
}
.e2-visa-bp .custom-col-12.plan-top {
  padding-right: 50px;
}
.e2-visa-bp .view-investor-sec {
  margin-top: 270px;
}
.e2-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
  padding: 0 15px;
}
.e2-visa-bp .hs-website-section_testimonial img {
  padding-top: 140px;
  position: relative;
  top: 15px;
}
.contact .hs-form-section h3.form-title {
  text-align: center;
}
.contact .hs-form-section .hs-button.primary.large:hover {
  background-color: #e3bd22;
  transition: 0.2s ease-in;
  color: #fff;
}
.contact .hs-form-section .hs-button.primary.large:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.e2-visa-bp .hs-website-section_testimonial .section-header h1 {
  text-align: left;
  font-size: 35px;
  line-height: 50px;
  padding: 0px 0 0;
  position: relative;
}
.e2-visa-bp .section-header p.secondary-header {
  font-size: 30px;
  margin-top: 8px;
  text-align: left;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.e2-visa-bp .section-header h1:after {
  left: 0;
}
.e2-visa-bp .hs-website-section_form_background {
  margin-top: 48px;
}

.l1-visa-bp .hs-website-section_four .widget-type-rich_text ul {
  padding-left: 115px !important;
}
.l1-visa-bp .hs-website-section_four .widget-type-rich_text ul li {
  line-height: 40px;
  margin-bottom: 10px;
}
.l1-visa-bp .hs-website-section_four h3 {
  font-weight: 700;
  padding-bottom: 48px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 48px;
}
.l1-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
  display: block !important;
}
.l1-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid>div>div:nth-child(2) .widget-type-rich_text h2:before, 
.l1-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid>div>div:nth-child(3) .widget-type-rich_text h2:before {
  left: 0;
}
.restaurant .hs-website-section_one.white .span6 img {
  width: 100% !important;
}
.restaurant .daycare-bg-sec {
  margin-top: 0;
  margin-bottom: -80px;
}
.restaurant .hs-website-section_two.gray h2 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.restaurant .hs-website-section_two.gray h2 span {
  text-transform: none;
  font-size: 30px;
}
.restaurant .hs-website-section_three h2 {
  line-height: 1.2;
  text-align: center;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #221e1f;
}
.restaurant .hs-website-section_three h2 span {
  font-weight: 400;
  text-transform: lowercase;
}
.faq .banner-section {
  background-position: center;
}
.restaurant .hs-website-section_three h2:after {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.restaurant .hs-website-section_three p {
  line-height: 30px;
  text-align: justify;
  margin: 0;
  margin-top: 3rem;
  padding: 0;
}
.restaurant .hs-website-section_five h2 {
  line-height: 1.2;
  margin: 0px;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.restaurant .hs-website-section_five h2 span {
  font-weight: 400;
  text-transform: lowercase;
}
.restaurant .hs-website-section_testimonial p {
  line-height: 40px;
  text-align: justify;
}
.review .widget-type-header h1:after {
  width: 7%;
  bottom: -10px;
  left: 21%;
}
.review .hs-website-section_testimonial h3 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  margin: 0;
  margin-top: 3rem;
}
.hs-website-section_testimonial h3 span {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
}
.review .hs-website-section_testimonial h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  position: absolute;
  top: 60px;
  left: 190px;
}
.plan-wrap .custom-row {
  margin-right: -15px;
  margin-left: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.custom-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-col-12 p.plan-headText {
  margin: 0px;
  font-size: 18px;
  color: #e3bd22;
  font-weight: 700;
  padding-left: 15px;
}
.custom-col-12 .plan-head-subtext {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
.plan-head-subtext:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e3bd22;
  position: absolute;
}
.custom-col-12.col-md-1.no-pr {
  padding-left: 30px;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  padding-right: 0;
}
.custom-col-12.col-md-5.no-pl {
  position: relative;
  width: 100%;
  padding-right: 15px;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 15px;
}
.review .main_section_testimonial-row-3-padding .custom-col-6.text-right img {
  width: 40% !important;
}
.custom-col-12.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.clie-rev blockquote {
  display: none;
}
.clie-rev.review-read-on blockquote {
  display: block;
}
.custom-col-6 a.video-read-more, .custom-col-6 a.video-read-more:hover {
  color: #000;
  text-decoration: none;
}
.custom-col-12.col-md-1.no-pr img {
  width: 60% !important;
}
p.weight-6.plan-text {
  margin: 0px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: 600;
}
.custom-col-12.col-md-5.no-pl .custom-row {
  margin-top: 0;
}
.custom-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-col-6.text-right {
  text-align: right;
}
.custom-col-6.text-right img {
  width: 80% !important;
}
.hs-website-section.service-page .span4 , .body-container.industry-specific .span6 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  height: 400px;
  border: 1px solid #000;
  padding: 20px;
  padding-top: 50px;
  position: relative;
}
.body-container.industry-specific  .industry-specific-page .span6 , .body-container.industry-specific  .industry-specific-page .span4{height: 330px;border-radius:5px;border: 0;background-color: #f5f5f5;text-align: center;padding-top: 20px !important;}
.body-container.industry-specific  .industry-specific-page  .span4 p+p,.body-container.industry-specific  .industry-specific-page  .span6 p+p{text-align:center;}
.body-container.industry-specific .row-fluid .span6{width: 31.623931624% !important;}
.body-container.industry-specific .hs-button{left: 50% !important;transform: translateX(-50%);}
.hs-website-section.service-page .span4:hover , .body-container.industry-specific .row-fluid .span6:hover {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: 0.3s ease-in;
}

.plan .hs-website-section_three .dnd-section>div {
  padding: 0 15px;
}
.hs-website-section.service-page .span4 p , .body-container.industry-specific .span6 p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.hs-website-section.service-page .span4 p+p , .body-container.industry-specific .span6 p+p {
  margin-top: 1rem!important;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
.hs-website-section.service-page {
  text-align: center;
}
.hs-website-section.service-page .hs-button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #e3bd22;
  float: left;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 30px;
  border-radius: 15px;
  letter-spacing: 0;
}
.hs-website-section.service-page .hs-button:hover {
  background-color: #e3bd22;
  color: #fff;
  transition: 0.3s ease-in;
}
.hs-website-section.service-page.industry-specific-page .hs-button{font-family: 'Qanelas Soft';
    font-weight: 500;
    background-color: #ab8600;
    border-radius: 0;
    padding: 5px 9px 5px 10px;
    min-width: 170px;
    display: inline-block;
    
      font-weight: 500;
      position: absolute;
      left: 20px;
      bottom: 30px;
    /* font-size: 26.85px; */
    /* line-height: 32px; */
    color: #fff;}
.row-fluid .hs-website-section.service-page.industry-specific-page .hs-button:hover {color: #ab8600 !important;
    background-color: #000 !important;
  border-color: #000 !important;}
.about .hs-website-section_one.white h2 {
  margin: 0;
  font-size: 37px;
  font-weight: 400;
  position: relative;
  line-height: 50px;
  text-align: left;
  padding: 0;
  text-transform: none;
}
.about .hs-website-section_one.white h2 strong {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bolder;
}
.about .hs-website-section_one.white h2:after {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #dfc142;
  top: 50px;
  left: 0%;
  position: absolute;
}
.about .hs-website-section_one.white .span4 {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.about .hs-website-section_one.white .span8 {
  margin: 0;
  width: 66.67%;
  padding-left: 15px;
  padding-right: 15px;
}
.about .hs-website-section_one.white .dnd-section>.row-fluid {
  max-width: 1170px !important;
  padding: 0;
}
.about .hs-website-section_one.white .span8 p {
  text-align: justify;
  font-size: 21px;
  line-height: 1.5;
  margin: 0;
}
.about .hs-website-section_one.white .span8 img {
  vertical-align: middle;
  width: 200px;
  float: right;
  padding-top: 40px;
}
.about .hs-website-section_three .widget-type-header h1:after {
  left: 36%;
  width: 8%;
}
.about .hs-website-section_three p {
  margin: 0px !important;
  margin-top: 1rem!important;
  font-size: 20px;
  font-weight: 700;
  width: 100% !important;
} 
.about .hs-website-section_three p span {
  font-weight: 400;
  color: #666666;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.about .hs-website-section_three img {
  width: 30% !important;
}
.food-truck .hs-website-section_two.gray .span9, 
.food-truck .hs-website-section_two.gray .span3{
  padding: 0 15px;
}
.food-truck .hs-website-section_two.gray .span3 {
  text-align: center;
}
.food-truck .hs-website-section_two.gray .dnd-section .widget-type-rich_text i {
  text-align: center;
  display: block;
  margin-top: 13px;
}
.food-truck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span8 {
  padding: 0 15px;
}
.food-truck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span9 {
  margin: 0;
  padding: 0 15px;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.food-truck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span3 .hs_cos_wrapper {
  display: block;
  text-align: right;
}
.hs-website-section_three .dnd-column .dnd-row>.row-fluid .span3 .hs_cos_wrapper em {
  color: #858181;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
}
.food-truck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span9 i {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 0px;
}
.food-truck .hs-website-section_four h2, 
.food-truck .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2{
  line-height: 1.2;
  margin: 0px;
  color: #e3bd22;
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  text-align: left;
}
.food-truck .hs-website-section_four h2:after, 
.food-truck .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before
{
  display: none;
}
.food-truck .hs-website-section_four em, 
.food-truck .hs-website-section_testimonial em{
  display: block;
  text-align: center;
  margin: 0px;
  color: #858181;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
}
.food-truck .hs-website-section_four i,  
.food-truck .hs-website-section_testimonial i{
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
  font-size: 18px;
  display: block;
}
.food-truck .hs-website-section_four .span9, 
.food-truck .hs-website-section_testimonial .span9{
  width: 66.67%;
  margin: 0;
}
.food-truck .hs-website-section_four .span3, 
.food-truck .hs-website-section_testimonial .span3{
  width: 25%;
  margin: 0;
  margin-left: 8.3%;
  padding: 0 15px;
}
.food-truck .hs-website-section_testimonial {
  padding: 0 15px;
}
.food-truck .view-investor-sec {
  margin-top: 235px;
  margin-bottom: 59px;
}
.food-truck .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 75px !important;
  left: 155px !important;
}
.food-truck .hs-website-section_testimonial .dnd-section .widget-type-rich_text p span {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}
.food-truck .hs-website-section_form_background p {
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
}
.bakery-bp .hs-website-section_one.white h2 {
  padding: 0;
  line-height: 60px;
}
.bakery-bp .hs-website-section_one.white h2 span {
  line-height: 60px;
  font-size: 40px;
}
.bakery-bp .hs-website-section_two.gray h2 {
  color: #e3bd22;
}
.bakery-bp .hs-website-section_two.gray p {
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.bakery-bp .hs-website-section_four h2 {
  color: #e3bd22;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.bakery-bp .hs-website-section_four h2:after {
  display: none;
}
.bakery-bp .view-investor-sec {
  margin-top: 239px;
  margin-bottom: 45px;
}
.bakery-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  left: 256px !important;
  top: 74px !important;
}

.bakery-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
  line-height: 1.2;
  margin: 0px;
  color: #e3bd22;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
.bakery-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  display: none;
}
.bakery-bp .daycare-bg-sec {
  margin-top: 0;
}
.bakery-bp .hs-website-section_form_background h2 {
  width: 100%;
  float: right;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
  color: #e3bd22;
  padding-left: 0;
  margin-bottom: 24px;
}
.bakery-bp .hs-website-section_form_background h2:before {
  display: none;
}
.bakery-bp .hs-website-section_form_background p {
  line-height: 30px;
  text-align: justify;
  color: #fff;
}
.bakery-bp .daycare-bg-left {
  min-height: 500px;
}
.bakery-bp .hs-website-section_form_background p span {
  color: #221e1f;
}
.catering-bp .hs-website-section_one.white h2 {
  padding: 0;
  line-height: 60px;
}
.catering-bp .hs-website-section_one.white h2 span {
  font-weight: 400;
  text-transform: lowercase;
  font-size: 40px;
  line-height: 60px;
}
.catering-bp .hs-website-section_three h2 {
  color: #221e1f;
  font-size: 35px;
}
.catering-bp .view-investor-sec {
  margin-top: 235px;
  margin-bottom: 109px;
}
.catering-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 75px !important;
  left: 215px !important;
}

.catering-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
  text-align: left;
  line-height: 1.2;
}
.catering-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before{
  display: none;
}
.catering-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {
  font-size: 35px;
  line-height: 1.2;
}
.catering-bp .main_section_testimonial-row-1-vertical-alignment > .row-fluid {
  display: block !important;
}
.nonprofit-bp .hs-website-section_one.white h2 {
  padding: 0;
  line-height: 60px;
}
.nonprofit-bp .hs-website-section_one.white h2 span {
  font-size: 40px;
  line-height: 60px;
}
.nonprofit-bp .daycare-bg-sec {
  margin-top: 0;
}
.nonprofit-bp .hs-website-section_three h2 {
  font-size: 35px;
  color: #221e1f;
}
.nonprofit-bp .hs-website-section_testimonial .dnd-section.widget-type-rich_text h2 {
  text-align: left;
  line-height: 1.2;
}
.nonprofit-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  top: auto;
  left: 0;
  bottom: 75px;
}

.nonprofit-bp  .hs-website-section_form_background h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  text-align: center;
}
.nonprofit-bp .hs-website-section_form_background h3 span {
  font-weight: 400;
  text-transform: lowercase;
}
.nonprofit-bp .hs-website-section_form_background h3:after {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.investor .hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2 {
  font-size: 40px;
}
.investor .hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2:after {
  height: 150px;
}
.investor .hs-website-section_three h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  position: relative;
  line-height: 1.2;
  text-align: center;
  color: #221e1f;
}
.investor .hs-website-section_three h2::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 33%;
}
.investor .hs-website-section_three p {
  margin: 0;
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
}
.investor .hs-website-section_three .span3 {
  width: 25%;
  margin: 0;
  text-align: center;
}
.investor .hs-website-section_three .span3 p {
  margin-top: 20px !important;
  font-weight: 700;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}
.investor .hs-website-section_three .span3 img {
  width: 53% !important;
}
.investor .hs-website-section_four .widget-type-rich_text h3 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  line-height: 55px;
  margin: 0;
  margin-top: 50px;
  font-weight: 700;
}
.investor .hs-website-section_four .widget-type-rich_text h3:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  top: 83px;
  left: 37%;
}
.investor .hs-website-section_four .widget-type-rich_text h3 span {
  font-weight: 400;
  text-transform: lowercase;
  line-height: 55px;
  letter-spacing: 1px;
  font-size: 40px;
}
.daycare-bp .hs-website-section_one.white h2 {
  padding: 0;
  line-height: 60px;
}

.daycare-bp .hs-website-section_one.white h2 span {
  font-size: 40px;
  line-height: 60px;
}
.daycare-bp .hs-website-section_three h2 {
  font-size: 35px;
  color: #221e1f;
  line-height: 1.2;
}
.daycare-bp .daycare-bg-right h2 span {
  font-size: 25px;
}
.daycare-bp .view-investor-sec {
  margin-top: 230px;
  margin-bottom: 105px;
}
.daycare-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  left: 224px !important;
  top: 74px !important;
}
.daycare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
  text-align: left;
  display: -ms-flexbox !important;
  -ms-flex-direction: row;
  display: flex !important;
  flex-direction: row;
  display: block !important;
}
.daycare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {
  display: none;
}
.daycare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {
  font-size: 35px;
  line-height: 1.2;
  position: relative;
  top: -7px;
}

.bakery-bp .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span8 {
  padding: 0 15px;
}
.bakery-bp .hs-website-section_form_background .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.bakery-bp .hs-website-section_form_background h2 strong {
  font-size: 40px;
  text-transform: none;
}
.nonprofit-bp .daycare-bg-left h2 span {
  text-transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}
.nonprofit-bp .daycare-bg-left {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.nonprofit-bp .daycare-bg-left h2 span {
  font-size: 30px;
}

.nonprofit-bp .daycare-bg-left p {
  margin-top: 22px;
}
.nonprofit-bp .view-investor-sec {
  margin-top: 232px;
  margin-bottom: 110px;
}
.nonprofit-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser {
  padding-top: 0;
}
.nonprofit-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser span {
  font-size: 40px;
  margin-top: 10px;
  display: block;
}
.nonprofit-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 56px !important;
  left: 172px !important;
}
.nonprofit-bp .hs-website-section_testimonial .widget-type-rich_text h2 span {
  font-size: 35px !important;
  text-transform: none !important;
}
.nonprofit-bp .hs-website-section_testimonial .widget-type-rich_text h2:before {
  top: 84px !important;
  left: 0 !important;
  bottom: 0 !important;
}
.e2-visa-bp .testimonial_img .testi-img img.quote-img-position {
  width: 55%;
}
.about .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 .hs_cos_wrapper_type_rich_text p {
  margin-top: 15px !important;
}
.plan .banner-title h1 {
  font-size: 56px;
  font-weight: 700;
  color: #e3bd22;
  text-transform: uppercase;
  line-height: 70px;
}
.plan .banner-title h2 {
  color: #5d5d5e;
  text-transform: lowercase;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}
.plan .banner-section {
  padding: 175px 40px 167px;
  margin-top: 105px;
}
.plan .banner-wrapper {
  padding-bottom: 0;
}
.hs-website-section.service-page .widget-type-header h1:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  left: 38%;
  top: 100%;
}
.investor .hs-website-section_four .widget-type-rich_text h6 {
  font-weight: 400;
  text-transform: none;
  line-height: 55px;
  letter-spacing: 0px;
  font-size: 40px;
  text-align: center;
  padding: 0 15px;
}
.investor .view-investor-sec {
  margin-top: 220px;
}
.investor .testimonial_img .testi-img img.quote-img-position {
  width: 55%;
}
.client-news {
  text-align: center;
}
.client-news p {
  padding-bottom: 10px;
  font-size: 15px;
  text-align: left;
  line-height: 28px;
  padding: 20px 0 5px;
  margin: 0;
  text-align: left;
}
a.read-more-color.home-read-more {
  text-align: center;
  margin: 0;
  color: #e3bd22;
  font-weight: 500;
  text-transform: none;
}

.pricing .banner-section {
  padding: 195px 0 188px;
}
.hs-form ul li:before{
  display:none;
}
.pricing .hs-website-section_one.white h2 {
  position: relative;
  padding: 5px 0;
}
.pricing .hs-website-section_one.white h2:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  left: 26%;
  top: 49%;
}
.pricing .hs-website-section_one.white h2 span {
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  padding-top: 2px;
  display: block;
}
.pricing .hs-website-section_one.white p {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 70px;
}
.pricing .hs-website-section_three .span4 img {
  background-color: #000;
  opacity: 0.8;
  border-radius: 15px;
}
.pricing .hs-website-section_three .span4 {
  margin: 0;
  width: 33.33%;
  padding: 0 15px;
}


.pricing .hs-website-section_four .hs-button {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  background-color: #e3bd22;
  color: #fff;
  font-weight: 700;
  position: relative;
  top: -96px;
  letter-spacing: 0;
}
.team .banner-section {
  padding: 195px 0px 187px;
  background-position: center;
}
.team .hs-website-section_two.gray .span6 .span12.dnd-module>div {
  width: 100%;
}
.team .banner-title h1 {
  text-align: left;
  font-size: 56px;
}
.team .banner-title h1 span {
  color: #818382;
}
.team .hs-website-section_two.gray .span6 {
  width: 100%;
}
.team .hs-website-section_one.white h2 {
  padding-top: 30px;
  position: relative;
  padding-bottom: 35px;
}
.team .hs-website-section_one.white h2:after {
  content: "";
  width: 8%;
  height: 2px;
  background: #dfc142;
  top: 48%;
  left: 10%;
  position: absolute;
}
.team .hs-website-section_one.white h2 span {
  font-weight: 400;
  text-transform: lowercase;
  font-size: 35px;
}
.team .hs-website-section_two.gray .dnd-section>.row-fluid {
  max-width: 100% !important;
  display: block !important;
}
.team .hs-website-section_two.gray .span6 p {
  font-size: 28px;
  font-style: italic;
  padding-right: 50px;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
  margin: 0;
}
.team .hs-website-section_two.gray .span6 {
  text-align: center;
  margin: 0;
}
.team .hs-website-section_two.gray .span6 img {
  width: 40%;
  padding-top: 1rem;
  position: relative;
  left: 10px;
  padding-right: 5px;
  top: -3px;
}
.team .hs-website-section_three h2 {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 48px;
  line-height: 1.2;
  color: #221e1f;
  margin-top: 48px;
}
.team .hs-website-section_three h2:after {
  content: "";
  width: 6%;
  height: 2px;
  background-color: #dfc142;
  top: 90px;
  left: 42.5%;
  position: absolute;
}
.custom-row.team1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 35px;
}
.custom-row.team1 .custom-col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.custom-row.team1 .custom-col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.custom-row.team1 .team-text {
  padding: 0px 0px 0px 25px;
}
.custom-row.team1 h4 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0;
  position: relative;
}
.custom-row.team1 h4:before {
  content: "";
  width: 2px;
  height: 42px;
  background-color: #dfc142;
  top: 6px;
  left: -7px;
  position: absolute;
}
.custom-row.team1 h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.custom-row.team1 p {
  text-align: justify;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}
.team-img img {
  width: 30%;
  display: block;
  margin-bottom: 8px;
}
.team-img img:first-child {
  width: 75%;
}
.team-img img:last-child {
  margin: 0;
}
.client-news h6 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.review-readable span#more {
  display: block !important;
}
.index .hs-feature-section .span12>div:last-child .span2:nth-child(3) .row-number-7.dnd-row img {
  max-width: 198px !important;
  margin-top: 15px;
}
.faq .banner-title h1 {
  line-height: 1.2;
  margin: 0px;
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  color: #212529;
  text-transform: none;
}
.faq .banner-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #212529;
  margin: 0;
  text-transform: none;
  padding-top: 5px;
}
.faq .banner-section {
  padding: 173px 40px 178px;
}
.hs-website-section.service-page .widget-type-header h1 {
  margin: 50px 0 30px;
}
.index .hs-banner-section .widget-type-header h1:after {
  width: 7%;
  bottom: -5px;
  left: 25%;
}
.teaser .hs-website-section_form .section-header h1:after {
  top: 50px;
  left: 42%;
  width: 70px;
}
.teaser .hs-website-section_form p.secondary-header {
  text-transform: lowercase;
  font-size: 35px;
  margin-top: 5px;
}
.hs-website-section_form .dnd-section .widget-type-form form .hs-form-field {
  margin-bottom: 0;
}
.sba-bp .testimonial_img .testi-img img.quote-img-position {
  width: 55% !important;
}
.restaurant .hs-website-section_four .dnd-section>.row-fluid {
  max-width: 100% !important;
}
.investor .hs-website-section_four .widget-type-rich_text h3 em {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  line-height: 55px;
}
.slick-list {
  padding: 0 !important;
}
.e2-visa-bp .quote-img-position {
  left: -13px;
}
.catering-bp .custom-row {
  margin-bottom: -25px;
}
.catering-bp .daycare-bg-right p {
  margin: 0;
}
.hs-website-section_form_background {
  margin-left: -15px;
  margin-right: -15px;
}
.eb5-visa-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
  top: 73px !important;
  left: 85px !important;
}
.nonprofit-bp .daycare-bg-left {
  padding-bottom: 71px;
}
.daycare-bp .custom-row {
  margin-bottom: -39px;
}
.daycare-bp .daycare-bg-left {
  padding-bottom: 71px;
}
.daycare-bp .daycare-bg-right p {
  margin: 0;
}
.investor .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4, 
.investor .hs-website-section_four .dnd-section>.row-fluid{
  padding-right: 0;
  padding-left: 0;
}
.restaurant .daycare-bg-left p {
  margin: 0;
}
.daycare-bp .hs-website-section_four .widget-type-rich_text p {
  margin-top: 16px !important;
}
.teaser .hs-website-section_four h6 {
  line-height: 1.2;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 48px;
}
.teaser .hs-website-section_four h6:after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #e3bd22;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 37%;
}
.investor .hs-website-section_four .dnd-column>div:nth-child(5) h1:after {
  bottom: -5px;
  left: 38.5%;
}
.investor .hs-website-section_four .row-number-4.dnd-row .widget-type-header h1 {
  margin-top: 20px !important;
}

.index .hs-form-title-section .span7 .hs-button {
  width: 90%;
  font-weight: 600;
  font-size: 24px;
  padding: 2px 0px;
  margin: 5px 0px;
  border-radius: 10px;
  background: #888888;
  letter-spacing: 0px;
}
.index .hs-form-title-section .span7 .hs-button:hover {
  background-color: #e3bd22;
  transition: 0.3s ease-in;
}
.index .hs-form-title-section .span7 input[type=text], 
.index .hs-form-title-section .span7 input[type=email], 
.index .hs-form-title-section .span7 input[type=tel], 
.index .hs-form-title-section .span7 textarea {
  border-radius: 7px;
  width: 90%;
  border: 1px solid #999;
  padding-left: 20px;
  color:#000;
}
.index .hs-form-title-section .span7 .hs-input::-webkit-input-placeholder{
  color: #a7a7a7;
}
.mobile-app-page .hs-website-section_form_background .span12>div:first-child .span6 {
  padding: 0;
}
.e2-visa-bp .hs-website-section_testimonial ul {
  list-style: none;
}
.hs-form-title-section .span5 ul li {
  margin: 0;
  text-align: left;
  margin-top: 40px;
  font-size: 18px;
}
.hs-form-title-section .span5 ul li:before {
  display: none;
}
.hs-form-title-section .span5 ul {
  list-style: disc;
}
.hs-course-section .row-fluid:before, .hs-course-section .row-fluid:after{display:none }
.hs-client-section .row-fluid:before, .hs-client-section .row-fluid:after{display:none }



@media (max-width: 1200px) {
  .hs-feature-section img {
    width: 100% !important;
  }
  .process .hs-website-section_four .span6 h3 {
    width: 70%;
  }
}


@media (max-width: 1199px) {
  .hs-form-title-section .dnd-section>.row-fluid{
    max-width: 930px !important;
  }
  .about .hs-website-section_one.white .dnd-section>.row-fluid{
    max-width: 990px !important;
  }
  .team .banner-section .page-center {
    max-width: 960px;
  }
  .pitch-deck .banner-section .page-center, 
  .process .banner-section .page-center, 
  .eb5-visa-bp .view-investor-sec_inner{
    max-width: 960px;
  }

}
@media (max-width: 991px) and (min-width: 768px) {
  .banner_title h1, 
  .banner_title h2{
    font-size: 35px;
  }
  .pitch-deck .banner-section .page-center, 
  .process .banner-section .page-center, 
  .eb5-visa-bp .view-investor-sec_inner{
    max-width: 720px;
  }
  .testimonial_content_inner p, 
  .hs-team-section h4{
    font-size: 16px;
  }
  .hs-team-section h6 {
    font-size: 11.2px;
  }
  .index .body-wrapper{
    padding-top: 58px !important;
  }

}
@media (max-width: 991px) {
  .banner-wrapper {
    margin-top: 0px;
  }
  .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span, 
  .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span strong{
    position: static;
  }
  .caption_top .image-caption-item:last-child {
    clear: both;
  }
  #hs_cos_wrapper_Banner-Area-lp .banner-wrapper {
    margin-top: 0px;
  }
  .hs-map-section {
    margin-top: 0;
  }
  .hs-form-title-section .dnd-section>.row-fluid {
    max-width: 690px !important;
    padding: 20px;
  }
  .hs-form-title-section .span5>div {
    position: relative;
    padding: 0px 0px;
  }
  .hs-form-title-section .span5 h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .hs-form-title-section .span5 ul {
    margin-top: 0;
    margin-left: 0;
  }
  .hs-form-title-section .span5:after {
    display: none;
  }
  .hs-form-title-section .span7 h4 {
    font-size: 24px;
  }
  .hs-form-title-section .span7 p {
    font-size: 16px;
    padding: 0;
    margin: 15px 0;
  }
  .hs-form-title-section .span7 input[type=text], 
  .hs-form-title-section .span7 input[type=email], 
  .hs-form-title-section .span7 textarea {
    border-radius: 7px;
  }
  .hs-form-title-section .span7 h3 {
    font-size: 21px;
  }
  .testimonial_content_inner p {
    font-size: 16px !important;
  }
  .process .banner-title h1 {
    text-align: left;
    font-size: 2rem;
    line-height: 42px;
  }
  .process .banner-title h2 {
    margin-top: 0;
    line-height: 1;
  }
  .process .hs-website-section_one.white h3, 
  .process .hs-website-section_one.white h3 span{
    font-size: 1.5rem;
    line-height: 30px;
  }
  .process .hs-website-section_one.white h3:after {
    top: 34px;
    left: 16%;
  }
  .process .hs-website-section_two.gray p {
    font-size: 30px;
  }
  .process .hs-website-section_four h3 {
    font-size: 24px;
  }
  .process .hs-website-section_five .dnd-section>.row-fluid {
    max-width: 720px !important;
  }
  .process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 6px 15px;
    font-size: 14px;
  }
  .process .hs-website-section_testimonial .dnd-section>.row-fluid .span2:last-child>div:last-child img {
    width: 100% !important;
  }
  .process .hs-website-section_form .span5:after {
    display: none;
  }
  .process .hs-website-section_form .dnd-section .widget-type-rich_text h3 {
    font-size: 21px;
  }
  .process .main_section_four-row-0-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .process .hs-website-section_four .span6 h3 {
    font-size: 30px;
    width: 80%;
  }
  .process .hs-website-section_four .span6 h3 span {
    font-size: 30px;
  }
  .eb5-visa-bp .hs-website-section_testimonial .dnd-section>.row-fluid {
    display: block !important;
  }
  .eb5-visa-bp .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }
  .about .banner-section {
    padding: 100px 20px;
  }
  .about .hs-website-section_one.white .dnd-section>.row-fluid {
    max-width: 720px !important;
  }
  .about .hs-website-section_one.white .span8 p {
    font-size: 16px;
    margin-top: 10px;
  }
  .about .hs-website-section_one.white .span8 img {
    width: 100px;
    padding-top: 10px;
  }
  .about .banner-wrapper {
    padding-bottom: 0;
  }
  .investor .hs-website-section_three .span3 img {
    width: 50% !important;
  }
  .investor .hs-website-section_three .dnd-section {
    margin-top: 0px !important;
    padding-top: 0 !important;
  }
  .pricing .hs-website-section_four .hs-button {
    top: -70px;
  } 
  .team .banner-section .page-center {
    max-width: 720px;
  }
  .view-investor-sec .custom-col-12.plan-simple .container button.sample-btn {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding: 6px 15px !important;
    font-size: 14px;
  }
  .teaser .testimonial_img .testi-img img.quote-img-position {
    width: 100% !important;
  }
  .sba-bp .testimonial_img .testi-img img.quote-img-position {
    width: 100% !important;
  }
  .grant .banner-section {
    margin-top: 0px;
  }
  .plan .banner-section {
    margin-top: 0;
  }
  .view-investor-sec .custom-col-12.plan-simple .container>div {
    margin-top: 0 !important;
  }
  .view-investor-sec .custom-col-12.plan-simple, 
  .view-investor-sec .custom-col-12{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser, 
  .view-investor-sec .custom-col-12 .container span.d-block.text-right{
    text-align: center !important;
  }
  .index .banner_title h1 {
    font-size: 35px;
  }
  .index .banner_title h2 {
    font-size: 35px;
  }
  .index .work_section-row-3-padding {
    padding: 0 !important;
  }
  .eb5-visa-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after, 
  .daycare-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after,
  .healthcare-bp .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after{
    display: none !important;
  }
  .index .hs-work-section .page-header.section-header p.secondary-header {
    font-size: 22px;
    padding: 0 15px;
  }
  .index .container-fluid.hs-feature-section .dnd-section {
    padding: 0;
  }
  .index .hs-form-title-section .dnd-section>.row-fluid {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;

  }
}




@media (max-width: 767px) {
  .hs-map-section .section-header {
    padding: 0;
  }
  .daycare-bp .main_section_three-row-0-background-color {
    background: #fff !important;
  }
  .restaurant .hs-website-section_two.gray .dnd-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pitch-deck .testimonial_img .testi-img img.quote-img-position {
    width: 100% !important;
    padding: 0 15px;
  }
  .testi-img {
    overflow: hidden;
  }
  .hs-website-section_testimonial img {
    padding: 0 15px;
  }
  .testimonial_content_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pitch-deck .banner-section .page-center, 
  .process .banner-section .page-center, 
  .eb5-visa-bp .view-investor-sec_inner{
    max-width: 540px;
  }
  .hs-form-section .dnd-section>.row-fluid>div {
    width: 100%;
  }
  .hs-course-section .span3.dnd-column, 
  .hs-course-section .span2.dnd-column, 
  .hs-client-section .span4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-team-section .span3 .span12 {
    display: block !important;
  }
  .hs-form-title-section .dnd-section>.row-fluid {
    max-width: 510px !important;
  }
  .hs-form-title-section .span5, 
  .hs-form-title-section .span7{
    width: 100% !important;
  }
  .hs-website-section_two.gray .dnd-section>.row-fluid .span5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-website-section_two.gray .dnd-section>.row-fluid .span7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    text-align: center !important;
  }

  .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
    display: none;
  }

  .hs-website-section_three .dnd-section {
    margin-top: 16px !important;
  }

  .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span3, .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.body-container.industry-specific .row-fluid .span6 {
    width: 100% !important;
}
  .page-header.section-header {
    width: 100%;
  }

  .hs-website-section_three .dnd-section .dnd-column .dnd-module,
  .hs-website-section_four  .dnd-section .dnd-column .dnd-module{
    width: 100%;
  }

  .custom-service-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-page .widget-type-header h1 {
    margin: 0;
    padding: 0 15px;
  }

  .hs-website-section_three .dnd-section .dnd-row {
    margin-top: 16px !important;
  }

  .hs-website-section_four .dnd-section>.row-fluid .dnd-column .section-header p {
    padding-top: 16px;
  }

  .hs-website-section_four .widget-type-header h1 {
    margin: 16px 0 !important;
  }

  .view-investor-sec .custom-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .view-investor-sec .custom-col-12.plan-simple {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .view-investor-sec {
    flex-wrap: nowrap;
  }

  .view-investor-sec .custom-col-12.plan-simple .container>div {
    margin: 0;
  }

  .hs-website-section_two.gray .span6, 
  .daycare-bg-right, 
  .daycare-bg-left{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-website-section_form_background h2 {
    width: 100%;
  }
  .about .hs-website-section_three .dnd-section>.row-fluid .span4,
  .about .hs-website-section_three .dnd-section>.row-fluid .span8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about .hs-website-section_three .dnd-section {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .about .hs-website-section_three .dnd-section>.row-fluid {
    padding: 15px;
  }

  .about .hs-website-section_four .main_section_four-row-0-padding {
    padding-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .sba-bp .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }
  .sba-bp .testimonial_img .testi-img img.testimonial-img-position {
    max-width: 100%;
  }
  .l1-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4>div {
    margin-bottom: 146px;
  }
  .l1-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .span4:last-child>div {
    margin-bottom: 46px;
  }


  .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }
  .testimonial_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .l1-visa-bp .hs-website-section_testimonial h1 {
    margin: 30px 0 0 0;
  }
  .l1-visa-bp .hs-website-section_four .widget-type-header h1 {
    padding: 0 15px;
  }
  .grant .testi-img {
    overflow: visible;
  }
  .grant .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }
  .mobile-app-page .hs-website-section_one.white .span6 {
    width: 100%;
  }
  .mobile-app-page .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span4 .hs_cos_wrapper_type_rich_text img {
    margin-bottom: 10px;
  }
  .mobile-app-page .generating-block-text .custom-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-app-page .hs-website-section_form_background .span6 {
    width: 100%;
  }
  .mobile-app-page .hs-website-section_form_background p {
    padding: 48px 30px 0!important;
  }
  .restaurant .hs-website-section_two.gray .familiarize-sec {
    width: 100%;
  }
  .restaurant .hs-website-section_two.gray .familiarize-sec {
    padding-left: 25px;
    padding-right: 25px;
  }
  .restaurant .hs-website-section_three .dnd-section {
    margin-top: 0px !important;
  }
  .restaurant .hs-website-section_testimonial img {
    padding: 0;
  }
  .restaurant .hs-website-section_three p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .healthcare-bp .familiarize-sec {
    padding: 40px 25px;
    width: 100%;
    padding-bottom: 80px;
  }
  .process .banner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .process .hs-website-section_two.gray p {
    font-size: 24px;
  }
  .process .hs-website-section_two.gray .dnd-section>.row-fluid {
    display: block;
  }
  .process .hs-website-section_four .span6 {
    width: 100%;
    margin: 0;
  }
  .process .hs-website-section_four .span6 h3 {
    padding: 0;
  }
  .process .hs-website-section_four .span6 h3, 
  .process .hs-website-section_four .span6 h3 span{
    font-size: 24px;
    text-align: left;
  }
  .process .hs-website-section_four .span6 h3:after {
    left: auto;
    height: 75px;
    right: 0px;
    top: 0px;
  }
  .process .hs-website-section_five .dnd-section>.row-fluid .span4 {
    width: 100%;
  }
  .process .hs-website-section_five .dnd-section>.row-fluid .span4 img {
    width: 72%;
  }
  .process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button {
    margin-bottom: 15px;
  }
  .process .hs-website-section_form .span5, 
  .process .hs-website-section_form .span7{
    width: 100%;
  }
  .process .hs-website-section_form .span5 h4 {
    padding: 0;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .process .hs-website-section_form .span5 ul {
    margin-top: 0;
    margin-left: 0;
  }
  .process .hs-website-section_form .span5 ul li {
    margin-top: 20px;
    font-size: 16px;
  }
  .process .hs-website-section_form .span7 h4 {
    padding-left: 30px;
    font-size: 21px;
  }
  .process .hs-website-section_form .span7 p {
    font-size: 16px;
    padding: 0;
    margin: 15px 0;
    padding-left: 30px;
  }
  .process .hs-website-section_four .span6:last-child {
    padding-left: 0px;
  }
  .process .hs-website-section_four .span6 h3 {
    width: 100%;
  }
  .teaser .hs-website-section_two.gray .dnd-section>.row-fluid .span4, 
  .teaser .hs-website-section_two.gray .dnd-section>.row-fluid .span8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .eb5-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
    content: '';
    width: 3px;
    height: 150px;
    background-color: #e3bd22;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
  }
  .eb5-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    text-align: right !important;
  }
  .eb5-visa-bp .hs-website-section_three .dnd-section {
    margin-top: 0px !important;
  }
  .eb5-visa-bp .main_section_three-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span {
    left: 0;
  }
  .eb5-visa-bp .banner-wrapper {
    padding-bottom: 15px;
  }
  .eb5-visa-bp .hs-website-section_one.white h2 {
    padding: 40px 0 0;
  }
  .eb5-visa-bp .hs-website-section_two.gray .dnd-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .e2-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    text-align: center !important;
    padding: 0 !important;
  }

  .e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span {
    position: relative;
    top: 0;
    left: 0;
  }
  .eb5-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li span,
  .e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li {
    position: relative;
    top: 0;
    left: 0;
  }
  .e2-visa-bp .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul, 
  .e2-visa-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text ul, 
  .hs-website-section_testimonial .dnd-section .widget-type-rich_text ul li{
    padding-left: 20px!important;
  }
  .l1-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    text-align: center !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .l1-visa-bp .hs-website-section_testimonial .span6 {
    width: 100%;
    padding-top: 50px !important;
  }
  .l1-visa-bp .hs-website-section_testimonial img {
    padding: 0;
  }
  .mobile-app-page.hs-website-section_four .span4 {
    margin-bottom: 30px;
  }
  .mobile-app-page .daycare-bg-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: -50px;
  }
  .view-investor-sec .custom-col-12 .container {
    padding-right: 0;
    padding-left: 0;
  }
  .hs-website-section.service-page .span4,  .body-container.industry-specific .span6,
  .investor .hs-website-section_two.gray .dnd-section>.row-fluid .span4, 
  .investor .hs-website-section_two.gray .dnd-section>.row-fluid .span8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .body-container.industry-specific .span6{padding: 20px;}
  .about .banner-section .banner-title h1 {
    font-size: 40px;
  }
  .about .hs-website-section_one.white .dnd-section>.row-fluid {
    max-width: 540px !important;
    padding: 0;
  }
  .about .hs-website-section_one.white .span4, 
  .about .hs-website-section_one.white .span8, 
  .investor .hs-website-section_three .span3{
    width: 100%;
  }
  .about .banner-wrapper {
    padding-bottom: 0;
  }
  .about .hs-website-section_three .dnd-section>.row-fluid {
    padding: 0 15px;
    display: block !important;
  }
  .about .widget-type-header h1 {
    margin: 0;
  }
  .about .hs-website-section_three {
    margin-bottom: 100px;
  }
  .hs-website-section_two.gray .span9, 
  .hs-website-section_two.gray .span3, 
  .food-truck .hs-website-section_four .span9, .food-truck .hs-website-section_testimonial .span9, 
  .food-truck .hs-website-section_four .span3, .food-truck .hs-website-section_testimonial .span3, 
  .food-truck .hs-website-section_four .span9, .food-truck .hs-website-section_testimonial .span9
  {
    margin: 0;
    width: 100%;
  }
  .nonprofit-bp .hs-website-section_three .dnd-section {
    padding: 25px !important;
  }
  .investor .hs-website-section_four .widget-type-rich_text h3 {
    font-size: 40px;
    font-weight: 400;
    padding: 50px 0;
    line-height: 55px;
    text-transform: none;
  }
  .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }

  .testi-img {
    overflow: visible;
  }
  .review .hs-website-section_testimonial h3 {
    font-size: 30px;
  }
  .custom-col-12.col-md-1.no-pr img.quote {
    width: 10% !important;
    padding: 0;
  }
  .plan-wrap .custom-row {
    margin-top: 1rem;
  }
  .custom-col-12.col-md-1.no-pr, 
  .custom-col-12.col-md-5.no-pl, 
  .food-truck .hs-website-section_three .dnd-column .dnd-row>.row-fluid .span9, 
  .nonprofit-bp .daycare-bg-left{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  p.weight-6.plan-text {
    margin-top: 20px;
  }
  .banner-wrapper {
    padding-bottom: 16px;
  }
  .hs-website-section_form .dnd-section .widget-type-rich_text h3 strong {
    display: block;
  }
  .nonprofit-bp .hs-website-section_three .dnd-section {
    padding: 0px !important;
  }
  .process .banner-title h1 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .process .hs-website-section_one.white h3, .process .hs-website-section_one.white h3 span {
    font-size: 24px;
  }
  .process .hs-website-section_two.gray .dnd-section {
    padding: 50px 20px !important;
  }
  .process .hs-website-section_three .span6 p {
    font-size: 14px;
    line-height: 24px;
  }
  .process .hs-website-section_form .dnd-section .widget-type-form form {
    margin: 0;
    width: 100%;
    padding-left: 0;
  }
  .hs-map-section .map_section-row-1-padding {
    padding-top: 16px !important;
  }
  .plan .widget-type-header h1 {
    margin: 13px 0 0px;
  }
  .investor .hs-website-section_three .span3 img {
    width: 60% !important;
  }
  .pricing .banner-section {
    padding: 145px 0 187px;
  }
  .team .banner-section .page-center {
    max-width: 540px;
  }
  .pricing .banner-wrapper {
    padding-bottom: 15px;
  }
  .pricing .hs-website-section_one.white h2 {
    line-height: 55px;
    padding: 0;
  }
  .pricing .hs-website-section_one.white p {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .pricing .hs-website-section_three .span4 {
    width: 100%;
  }
  .pricing .hs-website-section_four .hs-button {
    top: 0;
    margin-bottom: 15px;
  }
  .team .hs-website-section_three h2 {
    margin-top: 0;
    padding-top: 0;
  }
  .custom-row.team1 .custom-col-md-3, 
  .custom-row.team1 .custom-col-md-9{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team .hs-website-section_one.white h2 {
    padding-top: 0;
  }
  .team .hs-website-section_three .dnd-section {
    margin-top: 0px !important;
  }
  .team .hs-website-section_three h2:after {
    top: 53px;
  }
  .hs-website-section_two.gray .dnd-section>.row-fluid .span4, 
  .hs-website-section_two.gray .dnd-section>.row-fluid .span8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .teaser .hs-website-section_three .section-header p.secondary-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .teaser .banner-wrapper {
    padding-bottom: 15px;
  }
  .sba-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    text-align: center!important;
    padding-right: 0;
  }
  .sba-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after {
    display: none;
  }
  .sba-bp .banner-section {
    padding: 72px 0px;
    padding-bottom: 210px;
  }
  .sba-bp .banner-wrapper {
    padding-bottom: 14px;
  }
  .hs-website-section.service-page .span4 , .body-container.industry-specific .span6 {
    min-height: 400px;
    height: auto;
  }
  .hs-website-section.service-page .span4 p+p , .body-container.industry-specific .span6 p+p{
    margin-bottom: 49px;
  }
  .hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2:after {
    display: none !important;
  }
  .hs-website-section_two.gray .dnd-section>.row-fluid .span4 h2 {
    padding-right: 0;
    text-align: center !important;
  }
  .teaser .hs-website-section_three {
    padding: 0 15px;
  }
  .caption_top {
    display: block !important;
  }
  .caption_top .image-caption-item {
    width: 50% !important;
    margin: 0 auto !important;
    float: left;
  }
  .hs-website-section_two.gray .dnd-section>.row-fluid .span7 p {
    padding-left: 0;
  }
  .sba-bp .hs-website-section_three {
    padding: 0 15px;
  }
  .hs-website-section.service-page .widget-type-header h1 {
    margin: 20px 0 15px;
  }
  .hs-testimonial-section .dnd-section>.row-fluid {
    box-sizing: inherit;
  }

  .index .hs-course-section .span3.dnd-column {
    margin-bottom: 10px;
  }
  .index .header-phone img {
    width: 75% !important;
  }
  .index .hs-team-section .span3 img {
    width: 100%;
  }
  .index .hs-team-section .span3 {
    padding: 0 15px;
  }
  .l1-visa-bp .hs-website-section_four .widget-type-rich_text ul {
    padding-left: 15px !important;
  }
  .l1-visa-bp .view-investor-sec {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .sba-bp .view-investor-sec {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .l1-visa-bp .view-investor-sec .custom-col-12.plan-simple .container>div {
    margin-top: 55px;
    margin-bottom: 33px;
  }
  .l1-visa-bp .hs-website-section_testimonial img {
    width: 100% !important;
    position: relative;
    top: 0;
  }
  .custom-content-with-image img {
    position: relative;
  }
  .custom-content-with-image p {
    margin-top: 0;
  }
  .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
    margin-top: 0 !important;
  }
  .grant .hs-website-section_form_background .dnd-section>.row-fluid {
    max-width: 100% !important;
  }
  .grant .slick-list.draggable {
    padding: 0 !important;
  }
  .mobile-app-page .hs-website-section_two.gray .dnd-section {
    background-color: #fff !important;
  }
  .restaurant .hs-website-section_five {
    padding: 0 15px;
  }
  .restaurant .hs-website-section_four .dnd-section>.row-fluid {
    padding: 0;
  }
  .hs-website-section.service-page .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .investor .hs-website-section_four .widget-type-header h1 {
    margin-top: -50px !important;
  }
  .investor .hs-website-section_form .dnd-section {
    margin-top: 0!important;
    padding-top: 15px !important;
  }
  .investor .view-investor-sec {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .catering-bp .main_section_three-row-0-background-color {
    background-color: #fff !important;
  }
  .daycare-bp .view-investor-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .daycare-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {
    line-height: 1.2;
  }
  .e2-visa-bp .view-investor-sec {
    margin-top: 40px;
    margin-bottom: 51px;
  }
  .investor .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul {
    padding: 0 15px;
  }
  .review .custom-col-12.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  iframe.youtube-video {
    width: 100%;
  }
  .grant .hs-website-section_testimonial ul {
    padding: 0 0 0 0px !important;
  }
  .grant .hs-website-section_testimonial .dnd-section .widget-type-rich_text ul li {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .grant .hs-website-section_four .custom-content-with-image img {
    position: absolute;
    left: 28%;
    top: -80px;
    width: 45%;
  }
  .grant .hs-website-section_testimonial h6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-app-page .daycare-bg-left {
    margin-bottom: 0;
  }
  .mobile-app-page .hs-website-section_form_background p span {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .l1-visa-bp .custom-col-12.plan-simple {
    margin-top: 40px;
  }
  .l1-visa-bp .view-investor-sec .view-investor-sec_inner>.custom-col-12:first-child {
    padding-right: 15px;
  }
  .investor .hs-website-section_four .widget-type-rich_text h3 {
    margin: -19px 0 0;
  }
  .investor .hs-website-section_four .widget-type-rich_text h3:after {
    top: 102px;left: 45%;
  }
  .index .hs-form-title-section .dnd-section>.row-fluid {
    max-width: 510px !important;
  }
  .index .hs-form-title-section .span5 ul li {
    margin-top: 20px;
    font-size: 16px;
  }
  .e2-visa-bp .hs-website-section_two.gray .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .e2-visa-bp .hs-website-section_three .dnd-section {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .e2-visa-bp .hs-website-section_testimonial img {
    padding: 0;
    padding-top: 120px;
    top: 0;
  }
  .catering-bp .daycare-bg-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catering-bp .hs-website-section_four h2:after {
    width: 90%;
  }
  .mobile-app-page .hs-website-section_four .span4 {
    margin-bottom: 20px;
  }
  .mobile-app-page .hs-website-section_form_background h2 {
    padding: 0 15px;
  }
  .body-container.industry-specific .industry-specific-page .span6, .body-container.industry-specific .industry-specific-page .span4{min-height: 300px;height:auto;margin-bottom:20px;}
  .industry-specific-page.hs-website-section.service-page{
    padding-top:40px;
    padding-bottom: 20px;
}
}










@media (max-width: 575px) {
  .nonprofit-bp .hs-website-section_four h2:after, 
  .nonprofit-bp .hs-website-section_form_background h3:after{
    width: 90%;
  }
  .hs-work-section .page-header.section-header p.secondary-header {
    font-size: 18px;
    padding-top: 10px;
  }
  .hs-team-section .widget-type-header h1, 
  .hs-team-section .widget-type-header h1{
    font-size: 40px;
  }
  .hs-form-title-section .dnd-section {
    padding: 30px 40px 30px 40px !important;
  }
  .hs-form-title-section .span7>div {
    padding-left: 0;
  }
  .hs-form-title-section .span7 .hs-button {
    font-size: 18px;
  }
  .hs-banner-section .widget-type-header h1 {
    margin: 22px 0 11px;
    font-size: 40px;
    padding: 0 15px;
  }
  .hs-client-section .span4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hs-feature-section .widget-type-header h1 {
    font-size: 35px;
  }
  .sba-bp .testimonial_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs-website-section_three ul {
    padding-left: 15px;
  }
  .process .banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-website-section_two.gray .dnd-section {
    padding: 50px 20px !important;
  }
  .process .hs-website-section_two.gray p {
    font-size: 19px;
  }
  .process .hs-website-section_three h3 {
    text-align: left;
    padding: 0 15px;
  }
  .process .hs-website-section_three .dnd-section .dnd-row {
    margin-top: 0px !important;
  }
  .process .hs-website-section_four .span6 h3, 
  .process .hs-website-section_four .span6 h3 span {
    font-size: 21px;
  }
  .process .hs-website-section_four h3 {
    text-align: left;
    font-size: 21px;
  }
  .process .hs-website-section_testimonial .dnd-section>.row-fluid {
    display: block;
  }
  .process .main_section_form-row-0-padding {
    padding: 30px 25px 30px 25px !important;
  }
  .process .hs-website-section_testimonial .dnd-section>.row-fluid .span3, 
  .process .hs-website-section_testimonial .dnd-section>.row-fluid .span2 {
    margin: 0 auto;
    width: 50%;
  }
  .eb5-visa-bp .hs-website-section_testimonial img {
    padding: 0;
  }
  .eb5-visa-bp .hs-website-section_testimonial .section-header h1 {
    padding-top: 40px;
  }
  .mobile-app-page .hs-website-section_two.gray .dnd-section, 
  .restaurant .hs-website-section_two.gray .dnd-section, 
  .investor .hs-website-section_two.gray .dnd-section, 
  .investor .hs-website-section_two.gray .dnd-section, 
  .bakery-bp .hs-website-section_two.gray .dnd-section, 
  .e2-visa-bp .hs-website-section_two.gray .dnd-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .bakery-bp .main_section_form_background-row-0-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mobile-app-page .hs-website-section_form_background h3:after, 
  .restaurant .hs-website-section_three h2:after, 
  .daycare-bp .hs-website-section_four h2:after{
    width: 90%;
  }
  .banner_review h1 {
    font-size: 2rem;
  }
  .banner_review {
    padding: 100px 20px 20px 20px;
  }
  .review_col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .review .widget-type-header h1 {
    font-size: 30px;
  }
  .review .widget-type-header h1:after {
    bottom: 0;
    left: 21%;
    width: 20%;
    top: 41px;
  }
  .review .widget-type-header h1 {
    margin: 0;
  }
  .banner_review h1 {
    font-size: 2rem;
  }
  .review_row.review_mt-5 {
    margin-top: 1rem;
  }
  .banner_review {
    padding: 100px 20px 20px 20px;
  }
  .testimonial_img .testi-img img.quote-img-position {
    width: 100%;
  }
  .testimonial_content_inner {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_content_inner h2 i {
    font-size: 2rem;
  }
  .review .hs-website-section_testimonial h3 {
    font-size: 23px;
    text-align: left;
    padding: 0 15px;
  }
  .plan-wrap .custom-row {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-col-12.col-md-1.no-pr {
    padding-left: 15px;
  }
  .clie1 h5 {
    float: left;
    margin-right: 48%;
    padding-left: 15px;
  }
  .contact .hs-main-section .span3, 
  .contact .hs-main-section .span2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact .hs-main-section .dnd-section>.row-fluid {
    display: block;
  }
  .hs-form-section form {
    width: 70%;
    margin: 0 auto;
  }
  .hs-form-section h6 strong {
    display: block;
  }
  .investor .hs-website-section_three p {
    padding: 0 15px;
  }
  .investor .hs-website-section_three .span3 {
    padding: 0 15px;
  }
  .e2-visa-bp .hs-website-section_testimonial .section-header h1 {
    padding: 50px 0 0;
  }
  .team .hs-website-section_two.gray .dnd-section, 
  .teaser .hs-website-section_two.gray .dnd-section{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .teaser .hs-website-section_two.gray .dnd-section {
    padding-top: 38px!important;
  }
  .teaser .hs-website-section_three .dnd-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .index .widget-type-header h1 {
    padding: 0 15px;
  }
  .l1-visa-bp .hs-website-section_four h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .restaurant .view-investor-sec .custom-col-12 .container h2.text-right.view-teaser:after {
    display: none !important;
  }
  .healthcare-bp .hs-website-section_four h2:after {
    width: 90%;
  }
  .bakery-bp .hs-website-section_form_background h2, 
  .bakery-bp .hs-website-section_form_background p{
    padding: 0 30px !important;
  }
  .grant .custom-content-with-image p {
    margin-top: 16px;
  }
  .index .hs-form-title-section .span5 ul li {
    margin-top: 20px;
    font-size: 16px;
  } 
  .index .hs-work-section .widget-type-header h1 {
    font-size: 30px;
  }
  .index .hs-course-section .dnd-section {
    padding: 15px 0px 0px 0px !important;
  }
  .index .hs-client-section .dnd-section {
    padding: 15px 0 20px !important;
  }
  .index .banner_title h1 {
    padding-top: 45px;
    font-size: 20px;
  }

  .index .banner_title h2 {
    font-size: 20px;
    margin-bottom:15px;
  }
  .index .banner_title h1 {
    padding-top: 45px;
    font-size: 20px;
  }
  .banner .banner_title {
    position: static;
    margin-top: -385px;
    z-index: 1;
  }

  a.banner-button {
    width: 80%;
    margin: 0 auto;
  }

}





@media (max-width: 479px) {
  .caption_top .image-caption-item {
    width: 100% !important;
  }
  .index .hs-feature-section .span12>div:last-child>div {
    display: block;
  }
  a.banner-button {
    padding: 10px 10px !important;
    width: 90%;
    display: block;
    margin-top: 0 !important;
    font-size: 16px !important;
  }
  .healthcare-bp .familiarize-sec {
    padding-right: 15px;
  }
}

@media (max-width: 370px) {
  .healthcare-bp .banner-title h1 {
    font-size: 43px;
  }
  .sba-bp .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2 {
    margin-left: -21px;
    margin-right: -21px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  top: 0;
  z-index: 999;
  padding-right: 15px;
  padding-left: 15px;
  left: 0;
  right: 0;
  top: 0;
}
.header__logo {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.header-phone {
  width: 50%;
  float: left;
  padding-left: 15px;
  text-align: right;
  padding-top: 15px;
}
.header__logo a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 16px;
}
.header__logo img {
  width:50% !important;
  vertical-align: top;
}
.header-phone a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header-phone img {
  width: 50% !important;
  vertical-align: middle;
}

@media(min-width:992px){
  .mobile-trigger {
    display:none !important;
  }
}
@media(max-width:991px){
  .mobile-trigger{
    padding: 4px 12px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    z-index:20;
  }
  .header-phone img {
    position: relative;
    right: 67px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .navbar-toggler-icon {
     background-image: url('//6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/raw_assets/public/PlanWriters_May2020/images/mobile-icon.svg');
  }
  .header-phone a {
    padding-top:0;
  }
  .body-wrapper {
    padding-top: 65.3px;
  }

}
@media (max-width: 1200px){
  .header__container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .header-phone {
    padding-top: 20px;
  }
  a.icon-4.mr-4 i {
    position: absolute;
    right: 9px;
    top: 3px;
  }
}
@media (max-width: 991px){
  .header__container {
    max-width: 720px !important;
  }

}


@media(max-width:790px) and (min-width:768px){
  a.icon-4.mr-4 i{
    right: 4px;
  }
}


@media (max-width: 767px){
  .body-wrapper {
    padding-top: 154px;
  }
  .header__container{
    max-width: 540px !important;
    position: relative;
  }
  .header__logo {
    width: 100%;
    float: none;
  }
  .header-phone {
    width: 100%;
    float: none;
  }
  .header-phone a {
    padding-top: 5px;
  }
.mobile-trigger {
    top: 5px;
}

}
@media (max-width: 575px){
  .header__container {
    max-width: 100% !important;
  }
  .header-phone img{
    right:0;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .header-phone {
    text-align: center;
    margin: 20px 0;
    padding-top: 0;
  }
  .header-phone img {
    width: 75%;
  }
  .mobile-trigger {
    position: absolute;
    right: 20px;
    border-color: #dfc142;
  }
  .body-wrapper {
    padding-top: 0 !important;
  }

}
@media (max-width: 350px){
  .header__logo a {
    padding-top:8px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer {
  padding: 40px 0;
}
.custom-footer-contact {
  width: 25%;
  float: left;
}
.custom-footer-col {
  padding: 0 15px;
}
.custom-footer-social {
  width: 25%;
  float: left;
}
.custom-footer-menu {
  width: 50%;
  float: left;
  padding: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  overflow: hidden;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.footer-heading {
  position: relative;
  font-size: 18px;
  margin: 0;
}
.footer-heading:after {
  content: "";
  width: 98px;
  height: 2px;
  top: 28px;
  left: 0;
  position: absolute;
}
.mt-3, .my-3 {
  margin-top: 1rem;
}
.footer-icon {
  position: relative;
}
.mt-3, .my-3 {
  margin-top: 16px;
}
.mr-4, .mx-4 {
  margin-right: 24px;
}
.icon-1:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  top: -1px;
  left: -7px;
  position: absolute;
}
.icon-2:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  top: -1px;
  left: 32px;
  position: absolute;
}
.icon-3:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  top: 0px;
  left: 77px;
  position: absolute;
}
.icon-4:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  top: 0px;
  left: 120px;
  position: absolute;
}
.icon-5:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  top: 0px;
  left: 162px;
  position: absolute;
}
.mt-2, .my-2 {
  margin-top: 8px;
}

@media (max-width: 1300px) and (min-width: 1201px){
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(even) {
    padding-left: 85px;
  }
  .social-links {
    padding-left: 50px;
  }
}
@media (max-width: 1200px){
  .footer__container {
    max-width: 960px !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(even) {
    padding-left: 65px;
  }
  .social-links {
    padding-left: 25px;
  }
  .footer {
    padding: 40px 50px;
  }
}
@media (max-width: 991px){
  .footer__container {
    max-width: 720px !important;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(even) {
    padding-left: 15px;
  }
  .social-links {
    padding-left: 0px;
  }
  .footer {
    padding: 30px;
  }
}
@media (max-width: 767px){
  .footer__container {
    max-width: 540px !important;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
  }
  .custom-footer-contact {
    width: 100%;
    float: none;
  }
  .custom-footer-menu {
    width: 100%;
    float: none;
  }
  .custom-footer-social {
    width: 100%;
    float: none;
  }
  .social-links{
    margin-top:15px;
  }
  
}
@media (max-width: 575px){
  .footer__container {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
.blog-comments {
  padding: 0 15px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
  margin-top: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-index__post {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.listing-content {
  border: 1px solid #8c8c8c;
  margin-top: 50px;
  margin-right: 35px;
} 
.listing-content:hover {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: 0.3s ease-in;
}
.featured_image img {
  width: 100%;
}
.blog_content {
  padding: 10px 20px 30px;
}
.date {
  color: #565656;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 3px;
  line-height: 1.2;
}
p.hubspot-topic_data {
  margin: 0px;
  color: #565656;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 39px;
  line-height: 16px;
  margin-top: 10px;
}
p.hubspot-topic_data span {
  font-weight: 400;
}
.blog-index h2 {
  color: #000;
  font-weight: 400;
  line-height: 25px;
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 17px;
  margin: 0;
}   
.blog-index h2 a {
  color: #000;
  text-decoration: none;
}
.more-link {
  border: 1px solid #e3bd22;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.more-link:hover, 
.more-link:focus{
  background-color: #e3bd22;
  transition: 0.3s ease-in;
  color: #fff;
  text-decoration: none;
}
.blog-post {
  padding: 50px 15px;
}
.listing_form_content {
  padding: 50px 100px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
.listing_form h2 {
  font-weight: 700;
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
.listing_form h2:after {
  content: "";
  width: 13%;
  height: 2px;
  background-color: #dfc142;
  top: 50px;
  left: 240px;
  position: absolute;
}
.listing_form h2 span {
  font-weight: 400;
  font-size: 35px;
  text-transform: lowercase;
}
.listing_form h3.form-title {
  display: none;
}
.listing_form form {
  max-width: 100%;
  width: 70%;
  margin: 0 auto;
}
.listing_form .hs-form-field>label {
  display: none;
}
.listing_form h3 {
  color: #221e1f;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 400;
  font-size: 35px;
}
.listing_form .hs-button.primary.large {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 100%;
  margin: auto;
  font-size: 24px;
  letter-spacing: 2px;
  background-color: #888888;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  cursor: pointer;
}
.listing_form .hs-button.primary.large:hover {
  background-color: #e3bd22;
  transition: 0.2s ease-in;
  color: #fff;
}
.custom-top-search {
  margin-top: 50px;
}
.body-wrapper {
  overflow-x: hidden;
}
.custom-top-search h3 {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
}
.custom-top-search h3:after {
  content: "";
  width: 8%;
  height: 2px;
  background-color: #dfc142;
  top: 32px;
  left: 0;
  position: absolute;
}
.custom-top-search form {
  max-width: 100%;
}
.custom-top-search .hs-search-field__input {
  border-radius: 5px;
  border: 1px solid #8c8c8c;
  margin-top: 20px;
  padding: 3px 60px 3px 10px;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  max-width: 245px;
  height: auto;
}
.custom-top-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
}
.custom-top-search input::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
}
.custom-top-search input:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
}
.custom-top-search input:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
}
.custom-top-search button {
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}
.custom-top-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  width: auto;
  display: inline-block;
  margin-top: 10px;
}
.custom-top-search .hs-search-field__bar button svg {
  fill: #fff;
  font-size: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.featured_image {
  border: 1px solid #fff;
}
.blog_banner {
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 195px 40px;
  text-align: center;
  margin-top: -20px;
}
.blog_listing_banner {
  background-image: url('//6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/raw_assets/public/PlanWriters_May2020/images/blogbanner.jpg');
}

.blog_banner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #e3bd22;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
}
.blog-comments form {
  max-width: 100%;
}
.blog-recent-posts {
  padding: 50px 15px;
}
.blog-psot__timestamp {
  margin-top: 10px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 50px 0;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.hs-blog-post .blog_banner.blog_post_banner {
  margin-top: 110px;
}


@media(max-width:1200px){
  .hs-blog-post .blog_banner.blog_post_banner {
    margin-top: 112px;
  }
}



@media(max-width:991px){
  .hs-blog-post .blog_banner.blog_post_banner {
    margin-top: 0;
  }
}


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

@media (max-width: 1199px) {
  .content-wrapper {
    max-width: 960px !important;
  }
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 720px !important;
  }
  .blog-recent-posts__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    max-width: 540px !important;
  }
  .blog-index__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-index {
    margin-right: 0;
    margin-left: 0;
  }
  .listing-content {
    margin-right: 0;
  }
  .custom-top-search {
    padding: 0 15px;
  }
  .listing_form_content {
    padding: 50px 20px;
  }
  .blog-recent-posts__post {
    padding: 1rem 0;
  }

}
@media (max-width: 575px) {
  .content-wrapper {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 15rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 10rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 60px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
    font-size: 16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
#hs_cos_wrapper_subscription_preferences form {
    max-width: 100%;
}
p.header {
  position: static !important;
  background: transparent;
  box-shadow: none;
}

.systems-page input.email-edit.hs-input {
  font-size: 16px !important;
  padding: .375rem .75rem !important;
}

@media (max-width: 991px) {
  .systems-page {
    padding: 3rem 15px;
}
  .error-page {
  padding: 10rem 0;
}
}

@media (max-width: 767px) {
  
  .sys-wrapper .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .systems-page form {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
.systems-page h1, 
  .systems-page h2{
    font-size: 20px;
}
  #hs_cos_wrapper_subscription_preferences form input#submitbutton {
    font-size: 16px;
}
}

 
@font-face {
    font-family: 'Qanelas Soft DEMO';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-ExtraBold.svg#QanelasSoftDEMO-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft DEMO';
    src: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.eot%27);
    src: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.eot#iefix%27) format('embedded-opentype'),
        url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.woff2%27) format('woff2'),
        url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.woff%27) format('woff'),
        url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.ttf%27) format('truetype'),
        url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/QanelasSoftDEMO-UltraLight.svg#QanelasSoftDEMO-UltraLight%27) format('svg'); 
    font-weight: 200;
    font-style: normal;
   font-display: swap;
 }

@font-face {
    font-family: 'Hartwell';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Black.svg#Hartwell-Black') format('svg');
    font-weight: 900;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft DEMO';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/QanelasSoftDEMO-Medium.svg#QanelasSoftDEMO-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Hartwell';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Regular.svg#Hartwell-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Hartwell';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Medium.svg#Hartwell-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Hartwell';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Hartwell-Light.svg#Hartwell-Light') format('svg');
    font-weight: 300;
    font-style: normal;
   font-display: swap;
}


@font-face {
    font-family: 'qanelas_soft_demoultralight';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/qanelassoftdemo-ultralight-webfont.woff2') format('woff2'),
         url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Light/qanelassoftdemo-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
   font-display: swap;

}


/* New Qanelas Soft Fonts */
@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Medium.svg#QanelasSoft-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Regular.svg#QanelasSoft-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-UltraLight.svg#QanelasSoft-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.woff2') format('woff2'),
        url('https://f.hubspotusercontent10.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/https://f.hubspotusercontent10.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Black.svg#QanelasSoft-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Light.svg#QanelasSoft-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas Soft';
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.eot');
    src: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.eot#iefix') format('embedded-opentype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.woff2') format('woff2'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.woff') format('woff'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.ttf') format('truetype'),
        url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/fonts/Qanelas%20Soft/QanelasSoft-Bold.svg#QanelasSoft-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* New Qanelas Soft Fonts end here */

/*
  font-family: 'Qanelas Soft DEMO';
  font-family: 'Hartwell';
 * */

html body { font-family: 'Hartwell'; font-weight:400; }
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 { font-family: 'Qanelas Soft'; font-weight:500; }

body.home .Header-Section { height: 116px }
body .Header-Section > div:not(.header__logo):not(.header-Phone) { position: fixed; background: #FFF; left: 0; top: 0; width: 100%; z-index: 3; padding: 10px 0; box-shadow:rgba(0,0,0,0.1) 0 2px 2px 0px; } /* body .Header-Section > div:not(.header-Phone)  :not(.header__logo, .header-Phone)*/
body .banner_title { padding: 50px 0; } /* 05-08-2020 background: #a6a6a6; */
body .row-fluid .custom-menu-primary ul li a { font-family: 'Qanelas Soft'; font-weight:200; font-size:24px; }
body .row-fluid .custom-menu-primary ul > li > ul > li a { font-size:18px; font-weight:200; }
body .row-fluid .Header-Section button.expert-btn, body .row-fluid .Header-Phone button, body .Header-Phone button { background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/call.png) no-repeat left 10px top 6px/25px auto; border-image-source: linear-gradient(0deg, rgb(125, 96, 23), rgb(188, 155, 62)); border-image-slice: 1; font-family: 'Hartwell'; font-weight: 800; font-size: 20.34px; line-height: 28px; padding-right:10px; }
body .row-fluid .Header-Section button.expert-btn:hover, body .row-fluid .Header-Phone button:hover, body .Header-Phone button:hover { background-color:transparent; color:#000000; }
body .row-fluid .Header-Section button.expert-btn i, body .row-fluid .Header-Section button.expert-btn br, body .Header-Phone button i, body .Header-Phone button > br, body .row-fluid .Header-Phone button i, body .row-fluid .Header-Phone button > br { display:none; }
body .row-fluid .Header-Section button.expert-btn > span, body .row-fluid .Header-Phone button > span, body .Header-Phone button > span { padding-right: 10px; border-right: #000 solid 1px; font-size: 12.46px; font-family: 'Qanelas Soft'; font-weight: 500; line-height: 28px; display: inline-block; vertical-align: top; }
body .row-fluid .banner_title h1 { font-family: 'Qanelas Soft'; font-weight:200; }
body .row-fluid .banner_title h2 {  color: #10181f !important; font-weight: 800; font-family: 'Qanelas Soft'; }
body .row-fluid a.banner-button { font-family: 'Qanelas Soft'; font-weight:500; background-color: #ab8600; border-radius: 0; padding: 5px 50px 5px 50px; min-width: 358px; display: inline-block; margin:50px 0 0; font-size: 26.85px; line-height:32px; } 
body .row-fluid a.banner-button:hover { color:#FFFFFF; background: #000000; border-color: #000000; }
body .row-fluid .banner_title a.banner-button:before { top:8px; }
body .row-fluid .Section-title { float:left; width:100%; }
body .row-fluid .Section-title h2 { font-size: 42px; color: #ae8b17; font-weight: 800; }
body .row-fluid .Section-title h2:after { background:#10181f !important; width:100%; }
body .row-fluid .Section-title .sub-title { font-size: 21px; text-transform: uppercase; color: #10181f; margin: 20px 0 0; float: left; width: 100%; }


/* New Custom for live*/
body .hs-form-section .hs-button.primary.large, body .hs-website-section_form .dnd-section .widget-type-form form input.hs-button.primary.large, body .hs-form-title-section .span7 .hs-button, body .hs-work-section .hs-button { background:#ae8b17; border-color:#ae8b17; border-radius:0 !important; font-family:'Qanelas Soft'; padding:3px 10px; }
body .hs-form-section .hs-button.primary.large:hover, body .hs-website-section_form .dnd-section .widget-type-form form input.hs-button.primary.large:hover, body .hs-form-title-section .span7 .hs-button:hover, body .hs-work-section .hs-button:hover { background:#000000 !important; color:#FFFFFF !important; border-color:#000000 !important; } 
form input, form select, form textarea, .hs-input, .hs-search-field__input, body .hs-form-title-section .span7 input[type=text], body .hs-form-title-section .span7 input[type=email], body .hs-form-title-section .span7 input[type=tel], body .hs-form-title-section .span7 textarea { font-family:'Hartwell'; }
body .banner-title h1, body.plan .banner-title h1, body a.read-more-color.home-read-more { color:#ae8b17; }
body .hs-website-section_two.gray .dnd-section > .row-fluid .span4 h2:after, body .footer-heading:after { background-color:#ae8b17; }
body .cell_15899778120442-background-color, html body.process .hs-website-section_five:after, .process .hs-website-section_four .span6 h3:after, body .plan-head-subtext:after, body.restaurant .hs-website-section_three h2:after, body .hs-website-section_four h2:after, body.healthcare-bp .familiarize-sec, body .mobile-app-page .hs-website-section_form_background h3:after, body .hs-website-section_testimonial .dnd-section .widget-type-rich_text ul li:before, body .hs-website-section_two.gray .dnd-section>.row-fluid .span5 h2:after, body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover, body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus, body .custom-menu-primary .submenu.level-1>li.active>a:before, body .custom-menu-primary .submenu.level-1>li>a.active-branch:before, body .hs-website-section_four .dnd-section>.row-fluid .dnd-column .dnd-row>.row-fluid .widget-type-rich_text ul li:before, body .hs-website-section.service-page .hs-button:hover, body .row-fluid .custom-menu-primary ul > li > ul > li:hover > a, body .row-fluid .custom-menu-primary ul > li > ul > li > a:hover 
{ background-color:#ae8b17 !important; }  
body .hs-map-section .section-header { float:none; }
body .hs-website-section.service-page .hs-button { border-color:#ae8b17; }
body .hs-map-section .hs_cos_wrapper_type_section_header, body .hs-form-section .hs_cos_wrapper_type_form, .about .hs-website-section_three .widget-type-header .hs_cos_wrapper_type_rich_text, .team .hs-website-section_three .hs_cos_wrapper_type_rich_text, .team .hs-website-section_one.white .hs_cos_wrapper_type_rich_text, .process .hs-website-section_form_background .hs_cos_wrapper_type_rich_text, .process .hs-website-section_four .hs_cos_wrapper_type_rich_text, .process .hs-website-section_three .hs_cos_wrapper_type_rich_text , .process .hs-website-section_one.white, body .hs-website-section_testimonial .dnd-section .widget-type-rich_text , body .hs-website-section_three .widget-type-header { text-align:center; float:left; width:100%; }
body .hs-map-section .section-header h1, body .hs-form-section h3.form-title, .about .hs-website-section_three .widget-type-header h1, .team .hs-website-section_three h2, .team .hs-website-section_one.white h2, .process .hs-website-section_form_background h2, .process .hs-website-section_four h3, .process .hs-website-section_three h3, .process .hs-website-section_one.white h3, body .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2, body .hs-website-section_three .widget-type-header h1 { display:inline-block; width:auto; float:none; }
body .hs-map-section .section-header h1:after, body .hs-form-section h3.form-title:after, .about .hs-website-section_three .widget-type-header h1:after, .team .hs-website-section_three h2:after, .team .hs-website-section_one.white h2:after, .process .hs-website-section_form_background h2:after, .process .hs-website-section_four h3:after, .process .hs-website-section_three h3:after, .process .hs-website-section_one.white h3:after, body .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before, body .hs-website-section_three .widget-type-header h1:after { background:#ae8b17; width:100%; left:0; }
.about .banner-section .banner-title h1, .process .hs-website-section_two.gray p, .custom-col-12 p.plan-headText, .nonprofit-bp .hs-website-section_form_background h3:after, .bakery-bp .hs-website-section_form_background h2, .bakery-bp .hs-website-section_form_background h2, .bakery-bp .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2, .bakery-bp .hs-website-section_four h2, .bakery-bp .hs-website-section_two.gray h2, .food-truck .hs-website-section_four h2, .food-truck .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2, body .hs-website-section_three h2, .food-truck .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2, .food-truck .hs-website-section_two.gray .dnd-section .widget-type-rich_text h2, body .mobile-app-page .hs-website-section_three .dnd-column .dnd-row > .row-fluid .span4 .hs_cos_wrapper_type_rich_text img + span, html body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch, body .footer i 
{ color:#ae8b17; }  
body .custom-menu-primary .submenu.level-2 li:hover > .menu-link.active-branch { color:#FFFFFF; } 
body .hs-main-section .span3, body .hs-main-section .span2, body .social-links .icon-1:before, body .social-links .icon-2:before, body .social-links .icon-3:before, body .social-links .icon-4:before { border-color:#ae8b17; }


/* New Style */
body .newStyle { font-family: 'Hartwell'; font-weight:400; }
body .newStyle h1, body .newStyle h2, body .newStyle h3, body .newStyle h4, body .newStyle h5, body .newStyle h6 { font-family: 'Qanelas Soft'; font-weight:500; }
.flexWrap { display:flex; justify-content:left; flex-flow:row wrap; }
.wrapper { max-width: 1170px; float: none !important; margin: 0 auto; width: 100%; padding: 0 15px; }
.newStyle .row-fluid [class*="span"] { min-height:0; }
.newStyle .dnd-section { padding:0; }

.newStyle .Header-Section { height: 116px }
.newStyle .Header-Section > div { position: fixed; background: #FFF; left: 0; top: 0; width: 100%; z-index: 3; padding: 10px 0; box-shadow:rgba(0,0,0,0.1) 0 2px 2px 0px; }
.newStyle .banner_title { padding: 50px 0; } /* 05-08-2020 background: #a6a6a6; */
.newStyle .row-fluid .custom-menu-primary ul li a { font-family: 'Qanelas Soft'; font-weight:200; font-size:24px; }
.newStyle .row-fluid .custom-menu-primary ul > li > ul > li > a { font-size:18px; }
.newStyle .row-fluid .Header-Phone button { background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/call.png) no-repeat left 10px top 6px/25px auto; border-image-source: linear-gradient(0deg, rgb(125, 96, 23), rgb(188, 155, 62)); border-image-slice: 1; font-family: 'Hartwell'; font-weight: 800; font-size: 20.34px; line-height: 28px; padding-right:10px; }
.newStyle .row-fluid .Header-Phone button:hover { background-color:transparent; color:#000000; }
.newStyle .row-fluid .Header-Phone button i, .newStyle .row-fluid .Header-Phone button > br { display:none; }
.newStyle .row-fluid .Header-Phone button > span { padding-right: 10px; border-right: #000 solid 1px; font-size: 12.46px; font-family: 'Qanelas Soft'; font-weight: 500; line-height: 28px; display: inline-block; vertical-align: top; }
.newStyle .row-fluid .banner_title h1 { font-family: 'Qanelas Soft'; font-weight:200; }
.newStyle .row-fluid .banner_title h2 {  color: #10181f !important; font-weight: 800; font-family: 'Qanelas Soft'; }
body .newStyle a.banner-button { font-family: 'Qanelas Soft'; font-weight:500; background-color: #ab8600; border-radius: 0; padding: 5px 50px 5px 50px; min-width: 358px; display: inline-block; margin:50px 0 0; font-size: 26.85px; line-height:32px; } 
body .newStyle a.banner-button:hover { color:#FFFFFF; background: #000000; border-color: #000000; }
body .newStyle .row-fluid .banner_title a.banner-button:before { top:8px; }
body .newStyle .row-fluid .Section-title { float:left; width:100%; }
body .newStyle .row-fluid .Section-title h2 { font-size: 42px; color: #ae8b17; font-weight: 800; }
body .newStyle .row-fluid .Section-title h2:after { background:#10181f; width:100%; }
.newStyle .row-fluid .Section-title .sub-title { font-size: 21px; text-transform: uppercase; color: #10181f; margin: 20px 0 0; float: left; width: 100%; }
.newStyle .row-fluid .statisticSection { padding:50px 70px 60px; } 
.newStyle .row-fluid .statBox { padding:1px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d6017+0,bc9b3e+100 */
background: rgb(125,96,23); /* Old browsers */
background: -moz-linear-gradient(left, rgba(125,96,23,1) 0%, rgba(188,155,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(125,96,23,1) 0%,rgba(188,155,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(125,96,23,1) 0%,rgba(188,155,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d6017', endColorstr='#bc9b3e',GradientType=1 ); /* IE6-9 */ }
.newStyle .row-fluid .statBox > span { background:#FFFFFF; float:left; width:100%; padding: 15px; position:relative; overflow:hidden; line-height:20px; font-family: 'Qanelas Soft'; font-weight:500; display:flex; align-items:center; } 
.newStyle .row-fluid .statBox .statIcon { float:left; width:35%; left: 15px; max-width: 100px; top: 0; }
.newStyle .row-fluid .statBox .statContent { float: left; width: 65%; padding-left: 20px; text-transform:uppercase; color:#000000;     min-height: 130px;}
.newStyle .row-fluid .statBox .statContent sub { display: inline-block; position: static; bottom: 0; font-size: 16px; text-transform: none; }
.newStyle .row-fluid .statBox .statContent h2 { font-family: 'Hartwell'; font-weight:800; font-size:36px; margin:0; }
.newStyle .row-fluid .statBox .statContent h2 > span { font-size: 22px; text-transform: none; }

.testimonialSection { position:relative;}
.home .testimonialSection { margin:0px 0; }
.testimonialSection:before { position: absolute; content: ''; left:50%; top:0; width:1000%; height:calc(100% - 100px); border-top:#c19f40 solid 5px; border-bottom:#c19f40 solid 5px; margin-left:-190px; }
.testimonialSection .slick-prev { display:none !important; }
.testimonialSection .slick-next { position: absolute; right: 0; top: 50% !important;  margin-top: -60px; width: 50px; height: 50px; background: transparent; border: none; font-size: 0; outline:none; z-index:2; }
.testimonialSection .slick-next:before { position:absolute; content:"\f105"; width:100%; height:100%; line-height:50px; text-align:center; font-size: 48px; color: #000; left: 0; top: 0; font-family: 'FontAwesome'; outline:none; }

.testiBox { position:relative; overflow:hidden; padding-bottom:100px; display:flex !important; outline:none;float: left; height: 100%; min-height: 1px; }
.testiBox .testiImage { float: left; width: 26%; position:relative; }
.testiBox .testiImage:before { position: absolute; content: ''; right: -1px; bottom: -98px; width: 148px; height: 180px; background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/testimonial-angle.png) no-repeat center top/contain; z-index:1; }
.testiBox .testiImage:after { position: absolute; content: ''; right: -50px; bottom: -60px; width: 180px; height: 110px; background: #ffffff; transform: rotate(-29deg); }
.testiBox:before { position: absolute; content: ''; left: -50px; top: -51px; width: 100px; height: 100px; background: #FFFFFF; border-bottom: #c19f40 solid 5px; transform: rotate(-45deg); z-index:1; }
.testiBox:after { position: absolute; content: ''; left: 65px; border-top: #c19f40 solid 5px; width: 100%; top: 0; }
.testiBox .testiImage img { display:none; }
.testiBox .testiContent { float:left; width:74%; padding: 50px 50px 50px 80px; font-size: 21px; line-height: 28px; color: #000000; }
.testiBox .testiContent h6 { font-size: 24px; text-transform: uppercase; font-family: 'Hartwell'; margin:50px 0 0 }
.testiBox .testiContent h6 span { float:left; width:100%; font-weight:200; }


.newStyle .hs-work-section img { margin:20px 0 0; }
.newStyle .hs-work-section .hs-button { text-transform:uppercase; font-family: 'Qanelas Soft'; margin: 0; background: transparent; border: none; color: #ae8b17; display: block; font-size: 26.85px; font-weight: 500; letter-spacing:3px; }
.newStyle .hs-work-section .hs-button:after { content: "\f105"; font-family: 'FontAwesome'; font-size: 32px; margin-left: 10px; }

.newStyle .hs-client-section .dnd-section > .row-fluid { align-items:start; }
.newStyle .hs-client-section .span4 { justify-content:end !important; }
.newStyle .hs-client-section .span4 > div { box-shadow:none; }
.newStyle .client-news { text-align:left; }
.newStyle .client-news h6 { font-family: 'Hartwell'; float:left; width:100%; font-weight:500; padding-bottom: 0; font-size: 23.74px; text-transform: uppercase; color: #10181f; float: left; }
.newStyle .client-news h6:after { content:''; width:35px; height:25px; background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/arrow.png) no-repeat center top/contain; display: inline-block; margin-left: 10px; }
.newStyle .client-news p { font-size: 19px; line-height: 30px; color: #10181f; }
.newStyle .client-news .home-read-more { margin-top: 10px; float: left; color: #ae8b17; }
.newStyle .client-news .home-read-more:after { content:''; width:10px; height:15px; margin: 4px 0 0 10px; vertical-align: top; background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/right-arrow.png) no-repeat center top/contain; display: inline-block; margin-left: 10px; }

.newStyle .hs-feature-section { padding-bottom:40px; }
.newStyle .hs-form-title-section .dnd-section .dnd-column > div > div { flex-flow:row-wrap; justify-content:left; align-items:center; display:flex; }
.newStyle .hs-form-title-section .dnd-section .hs_cos_wrapper_type_linked_image { padding: 0 10px; box-sizing: border-box; display: block; }
.newStyle .hs-form-title-section .dnd-section img { max-width:100%; }

.newStyle .hs-team-section h4 { font-family: 'Hartwell'; text-transform: uppercase; color: #10181f; font-size: 21px; text-align:left; }
.newStyle .hs-team-section h6 { font-family: 'Hartwell'; font-size:21px; font-weight:300; color:#ae8b17; text-transform: uppercase; text-align: left; padding-bottom:10px; }

.newStyle .contactForm { background:rgb(174 139 23 / 0.15); padding:10px 0 0; border-bottom:#FFFFFF solid 60px; }
.newStyle .contactForm .hs-form-title-section .dnd-section > .row-fluid { background:transparent; padding:0; }
.newStyle .contactForm .hs-input { background:transparent; }
.newStyle .contactForm .hs-button { background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/right-arrow-white.png) no-repeat center right 80px/ 14px auto #ab8600 !important; border-radius: 0; text-transform: uppercase; font-weight: 500; letter-spacing: 8px; padding: 5px 100px 5px 20px !important; text-align: left; font-size: 27px; line-height: 33px; }
.newStyle .contactForm .hs-button:hover { background-color:#000000; }
.newStyle .contactForm h3 { margin:30px 0 50px; letter-spacing:2px; padding: 25px 20px 25px 65px; background: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/call.png) no-repeat left 10px top 20px/45px auto #FFFFFF; font-size: 23.95px; text-transform: uppercase; line-height: 34px; border: 3px solid; border-image-source: linear-gradient(0deg, #7d6017, #bc9b3e); border-image-slice: 1; } 
.newStyle .contactForm h3 strong { font-size: 39px; line-height: 39px; display: inline-block; vertical-align: top; padding-left: 12px; margin-left: 8px; border-left: #000 solid 1px; }
.newStyle .contactForm .hs-form-title-section .span5 ul { color: #221e1f;}


.restaurant .hs-website-section_three .dnd-column .dnd-module .hs_cos_wrapper_type_rich_text h2::after {  left: 0;  margin: 0;  margin-top: 10px;}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button { text-transform: uppercase; font-family: 'Qanelas Soft'; margin: 0; background: transparent; border: 0; color: #ae8b17; display: block; font-size: 15.85px; font-weight: 500; letter-spacing: 3px; padding: 10px 16px; line-height: 1; margin-top: 20px; border-radius: 0;}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button:after {    content: "\f105"; font-family: 'FontAwesome'; font-size: 32px;    margin-left: 10px;}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button:hover{    background: #000 !important;  color: #fff !important;  border-color: #000 !important;}
.process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button:hover:after { color: #fff !important;}
.process .hs-website-section_five { background: #fff;}
.reviews .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2:before {  content: '';    width: 80px;    height: 2px;    background-color: #e3bd22;    display: block;    position: absolute;    bottom: -5px;    left: 0;   background: #10181f;    width: 100%;  top:100%;}
.reviews .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 { font-size: 42px;    color: #ae8b17;    font-weight: 800;  padding-bottom:0;}
.hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 span {color:#000;}
.reviews .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 + .sub-title { font-size: 30px;  text-transform: lowercase;    font-family: 'Qanelas Soft';    margin-top: 5px;}
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0,0,0);    -moz-transform: translate3d(0,0,0);    -ms-transform: translate3d(0,0,0);    -o-transform: translate3d(0,0,0);    transform: translate3d(0,0,0);}
.slick-track {  position: relative;    top: 0;    left: 0;    display: block;    margin-left: auto;    margin-right: auto;}
.slick-list { position: relative;    display: block;    overflow: hidden;    margin: 0;    padding: 0;}
.teaser .hs-website-section_five .dnd-section>.row-fluid {    padding-left: 15px !important;    padding-right: 15px !important;    max-width: 1140px !important;}
.l1-visa-bp .testimonialSection { margin: 100px 0 0 0;}

/* Section title css remove from 'Section Header - 2020' */
.row-fluid .Section-title { text-align: center; padding-bottom: 50px; padding-top: 50px;}
.row-fluid .Section-title h2 {font-weight: 700; text-transform: uppercase; font-size: 35px; position: relative; text-align: center; margin: 0px; color: #221e1f; float: none; display: inline-block;}
.row-fluid .Section-title h2:after { content: ''; width: 80px; height: 2px; background-color: #e3bd22;display: block; position: absolute; bottom: -5px; left: 0;}
.row-fluid .Section-title .sub-title { font-size: 40px;font-weight: 400;margin-top: 10px;  line-height: initial;}

body .fullwidth{float:left;width:100%;}
.row-fluid .visa-option-section.fullwidth {padding: 30px 0;}
.row-fluid .visa-option-section a{color: #e3bd22}
.row-fluid .visa-option-section a:hover {color: #415299;}
.row-fluid .visa-box {padding: 40px 25px 20px 25px;width: 100%;float: left;border-bottom: 1px solid;display: flex;align-items: center;justify-content: left;flex-flow: row wrap;}
.row-fluid .visa-box:last-child {margin-right: 0;}
.row-fluid .visa-box:last-child {border-bottom: none;}
.row-fluid .visa-box h4 {font-size: 30px;line-height: 34px;color: #ae8b17;text-align: left;font-weight: 500;text-transform: inherit;}
.row-fluid .visa-text p{line-height: 23px;}
.row-fluid .visa-title {padding-bottom: 15px;}
.row-fluid .visa-text {font-size: 16px;text-align: left;font-weight: 400;padding: 10px 10px 10px 0px;}
.row-fluid .visa-btn {width: 100%;max-width: 360px;margin: 0 auto;text-align: center;}
.row-fluid .visa-btn a {font-family: 'Qanelas Soft';font-weight: 500;background-color: #ab8600;border-radius: 0;padding: 5px 50px 5px 50px;min-width: 358px;display: inline-block;margin: 50px 0 0;font-size: 23px;line-height: 32px;color:#fff;cursor: pointer;text-transform: uppercase;position: relative;}
.row-fluid .visa-btn a:after {position: absolute;content: "\f105";font-family: 'FontAwesome';font-size: 25px;padding-left: 19px;font-weight: 600;}
.row-fluid .visa-btn a:hover{color: #fff;background: #000;border-color: #000;text-decoration: none;}
.row-fluid .feature-text p{line-height: 23px;}
.row-fluid .feature-title h5{margin-bottom: 0;}
.row-fluid .sub-title {padding-bottom: 15px;padding-right: 10px;padding-top: 10px;}
.row-fluid .feature-title {padding-top: 10px;position: relative;padding-left: 35px;}
.row-fluid .feature-icon {position: absolute;top: 13px;left: 0px;}
.row-fluid .feature-icon svg {width: 20px;height: 20px;}
.row-fluid .detail-title{padding-top: 10px;position: relative;padding-left: 35px;}
.row-fluid .detail-title svg {width: 20px;height: 20px;}
.row-fluid .detail-title h5{margin-bottom: 0;}
.row-fluid .detail-text p{line-height: 23px;}
.row-fluid .feature-text {font-weight: 400;font-size: 16px;padding: 10px 10px 10px 0px;}
.row-fluid .detail-text {font-weight: 400;font-size: 16px;padding: 10px 10px 10px 0px;}
.row-fluid .feature-box {width: 48%;float: left;margin-right: 3%;position: relative;}
.row-fluid .feature-box:last-child {margin-right: 0;}
.container-fluid.hs-website-section_form.custom_form {padding: 0 25px;}

/*industry*/
.row-fluid .industry-specific{padding: 50px 0;}
.row-fluid .industry-box {width: 31.33%;float: left;margin-right: 3%;margin-bottom: 3%;padding: 20px;position: relative;perspective: 1000px;}
.row-fluid .industry-box:nth-child(3n) {margin-right: 0;}
.row-fluid .industry-title {color: #fff;font-size: 22px;text-transform: uppercase;font-weight: 500;margin-top: 20px;margin-bottom: 20px;text-align: center;position: relative;}
.row-fluid .industry-sub-text{text-transform: none;font-size: 14px;line-height: 1.5;font-weight: 400;color: #fff;position: relative;text-align: center;}
.row-fluid .industry-btn a:hover {background-color: #fff;border-color: #000;color:#000;}
.row-fluid .industry-btn a {padding: 6px 25px 6px 20px;background-color: #ae8b17;text-decoration: none;float: left;font-weight: 400;cursor: pointer;color: #fff;text-transform: uppercase;line-height: 25px;}
.row-fluid .industry-btn {position: absolute;bottom: 35px;text-align: center;left: 50%;top: 70%;transform: translateX(-50%);}
.row-fluid .industry-btn a:after {position: absolute;content: "\f105";font-family: 'FontAwesome';font-weight: 600;top: 6px;padding-left: 10px;}

.row-fluid .flip-box-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.8s;transform-style: preserve-3d;}
.row-fluid .industry-image-box {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;padding: 100% 0 0;left: 0;top: 0;}
.row-fluid .row-fluid .flip-inner{position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: #000;color: white;transform: rotateY(180deg);display: block;transform: rotateY(180deg);box-sizing: border-box;padding: 30px;color: white;text-align: center;left:0;top:0;}

.row-fluid .industry-box {width: 31.33%;float: left;margin-right: 3%;margin-bottom: 3%;perspective: 1000px;position: relative;height: 360px;z-index: 1;top:0;left:0;}
.row-fluid .industry-box:hover .flip-box-inner {transform: rotateY(180deg) scaleY(1.1);}
.row-fluid .industry-image-title {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 24px;padding: 10px;max-width: 200px;width: 100%;color: #fff;font-weight: 400;line-height: 27px;}
.row-fluid .industry-image-box:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background-color: #000;opacity: 0.5;}

.visa-image > a { display:inline-block; position:relative; }
.visa-image > a .visaHover { font-size:24px; font-weight:500; opacity:0; visibility:hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; text-align: center; }
.visa-image > a:hover .visaHover { color:#e3bd22; opacity:1; visibility:visible; }
.visa-image > a:hover .view-icon {display:block;}

.row-fluid .visa-image {position: relative;}

/*.visaHover:before {position: absolute;content: "";width: 20px;height: 20px;background-image: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/magnifying-glass.png);background-position: center;background-repeat: no-repeat;background-size: cover;top: 50%;left: 30%;transform: translate(-50%, -50%);}*/
.visaHover {position: relative;}
/*.visaHover:before {position: absolute;content: "";width: 20px;height: 20px;background-image: url('https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/magnifying-glass-img.png');background-position: center;background-repeat: no-repeat;background-size: cover;top: 50%;left: 30%;transform: translate(-50%, -50%);}*/
.visaHover{position:relative;}
.visa-sample-btn a{width: 20px;height: 20px;position: absolute;top: 48%;left: 33%;transform: translate(-50%,-50%);display:none;}
.visa-image:hover .visa-sample-btn a {display: block;}


/*NEW CSS START*/
.banner_review h2 {margin: 0px; font-size: 45px; font-weight: 700; color: #747474; text-transform: uppercase; line-height: 1.2;}
.section_head_custom h2 {text-align: left; font-size: 35px; line-height: 50px; padding: 0px 0 0; position: relative; font-weight: 700; text-transform: uppercase; }
.section_head_custom h2:after {left: 0; content: ''; width: 80px; height: 2px; background-color: #e3bd22; display: block; position: absolute; bottom: -5px; }
.secondary-header div {font-size: 30px; margin-top: 8px; text-align: left; margin-bottom: 40px; text-transform: capitalize; }


/*MEDIA CSS START*/

@media (max-width:1270px){
  body.home .Header-Section { height:110px; }
  
  /*New Style*/
  .newStyle .Header-Section { height:110px; }
  
  .newStyle .row-fluid .statisticSection { padding: 50px 40px; } 
  .newStyle .row-fluid .statBox .statIcon { float:left; width:28%; }
  .newStyle .row-fluid .statBox .statContent { float:left; width:72%; }
  .newStyle .contactForm .hs-button { font-size:20px; }
  .newStyle .contactForm h3 { font-size:20px; }
  .newStyle .contactForm h3 strong { font-size:28px; }
  .testimonialSection:before { margin-left:-170px; }
  
}
@media (max-width:991px){
  body.home .Header-Section { height:73px; }
  
  /*New Style*/
  .newStyle .Header-Section { height:73px; } 
  
  .newStyle .row-fluid .statBox { width:49%; margin:2% 2% 0 0; }
  .newStyle .row-fluid .statBox:nth-child(2n) { margin-right:0; }
  
   .testiBox .testiContent { padding: 30px 40px 30px 40px !important; font-size: 18px !important; line-height: 24px !important; }
  .testiBox .testiContent h6 { font-size: 20px; margin:30px 0 0; }
  .testiBox .testiImage:after { right: -50px !important; bottom: -80px !important; }
  .testiBox .testiImage:before { width: 100px !important; height: 159px !important; }
  .row-fluid .testimonialSection:before { margin-left: -172px !important; z-index: 1 !important; } 
  
  .newStyle .hs-work-section .hs-button { font-size:20px; }
  .newStyle .hs-work-section .hs-button:after { font-size: 28px; margin-left: 5px; }
  
  .newStyle .hs-client-section .span4 { flex: 0 0 100%; max-width: 100%; }
  .newStyle .client-news h6 { width:100%; }
  
  .newStyle .hs-team-section h4 { font-size:18px; }
  .newStyle .hs-team-section h6 { font-size:13px; }

  .newStyle .contactForm .hs-button { font-size: 20px; padding-right: 40px; letter-spacing: 2px; background-position: center right 20px; background-size: 12px auto; }
  .process .hs-website-section_five .dnd-section>.row-fluid .span4 .hs-button{font-size:14px;}
  body .view-investor-sec .custom-col-12.plan-simple .container .sample-btn { font-size: 20px !important;  } 
  
  .visa-sample-btn a{left:23%;}
  
  
  .row-fluid .visa-box {width: 100%;margin-right: 0;padding-bottom: 25px;}
  .row-fluid .sub-title{padding-bottom:0;}
  .row-fluid .feature-title{padding-bottom:0;}
  .row-fluid .detail-title{padding-bottom:0;}
  .row-fluid .visa-option-section.fullwidth {padding: 50px 0;}
  .row-fluid .feature-box{width:100%;margin-right:0;}
  .row-fluid .flip-inner{padding: 30px 13px 30px 13px;}
  .row-fluid .industry-title{font-size: 14px;}
  .row-fluid .industry-sub-text{font-size: 11px;}
  .row-fluid .industry-btn a{padding: 6px 20px 6px 10px;line-height: 13px;font-size: 10px;}
  .row-fluid .industry-box{width:48.50%;}
  .row-fluid .industry-box:nth-child(3n) {margin-right: 3%;}
  .row-fluid .industry-box:nth-child(2n) {margin-right: 0;}
  .row-fluid .flip-contain-box{padding: 35px 20px 0 20px;}
 
  
}
@media (max-width:767px){
  body.home .Header-Section { height:auto; padding:0 !important; }
  body .Header-Section > div:not(.header__logo):not(.header-Phone) { position:static; }
  body .row-fluid .Header-Phone button { font-size:17.34px; }
  
  body .row-fluid a.banner-button { min-width: 0; width: auto; padding: 5px 50px 5px 10px !important; }
  body .row-fluid .hs-work-section { text-align:center; }
  body .row-fluid .hs-work-section .hs-button { float: none; display: inline-block;  margin: 0 0 40px; } 
  
  body .team_section-row-0-padding { text-align:center; }
  body .team_section-row-0-padding .span12.dnd-column { width:100%; }
  body .hs-feature-section .span12 > div:last-child > div { display:block; }
  body .team_section-row-0-padding .span2.dnd-column, body .team_section-row-0-padding .span3.dnd-column { float:none; display:inline-block; max-width:300px !important; }
  
  body .hs-team-section h6 { font-size: 16px; margin: 0 0 10px; }
  body .hs-team-section { text-align:center; }
  body .hs-team-section .span3.dnd-column { float:none; display:inline-block; max-width:300px; }
  
  body .hs-website-section_form .dnd-section .widget-type-form form { width:100%; }
  
  /*New Style*/
  
  .newStyle .Header-Section { height:auto; padding:0 !important; }
  .newStyle .Header-Section > div { position:static; }
  body .newStyle .row-fluid .Header-Phone button { font-size:17.34px; }
  
  .newStyle .banner_title { padding:40px 20px; }
  body .newStyle .row-fluid .Section-title h2 { font-size:36px; }
  
  body.home .newStyle .row-fluid .banner_title h2 { line-height:1.1; }
  body .newStyle a.banner-button { min-width:0; }
  
  .newStyle .row-fluid .statisticSection { padding: 40px 20px; }
  .newStyle .row-fluid .statBox { width:100%; margin-right:0; }
  
  .newStyle .hs-client-section .span4 > div { padding:10px 0; }
  
  .newStyle .hs-team-section h6 { font-size: 16px; margin: 0 0 10px; }
  .newStyle .hs-team-section { text-align:center; }
  .newStyle .hs-team-section .span3.dnd-column { float:none; display:inline-block; max-width:300px; }
  
  .newStyle .hs-form-title-section .span7 > div { padding:40px 0 0; }
  .newStyle .hs-form-title-section .span5 ul { padding-left:20px; }
  .newStyle .hs-form-title-section .dnd-section { padding:30px !important; }
  
  .testimonialSection:before { display:none !important; }
  .testiBox { padding-bottom:40px !important;    flex-flow: column;    -webkit-flex-flow: column;    -moz-flex-flow: column;    -o-flex-flow: column; }
 .testiBox .testiImage { width:100% !important; background-image:none !important; }
  .testiBox:after, .testiBox:before, .testiBox .testiImage:before, .testiBox .testiImage:after { display:none !important; }
  .testiBox .testiImage img { display:block !important; }
  .testiBox .testiContent { padding: 30px 0 !important; width: 100% !important; }
  .testimonialSection .slick-next { top:auto !important; bottom:0 !important; margin:0 !important; right:50% !important; margin-right:-30px !important; }
  .newStyle .contactForm h3 { float:left; width:100%; }
  .newStyle .contactForm h3 strong { float: left; width: 100%; padding: 0; margin: 0; border: 0; border-top: #000 solid 1px; }
  
  .newStyle .hs-form-title-section .dnd-section .dnd-column > div > div { display:block; }
  .newStyle .hs-form-title-section .dnd-section img { margin:10px 0; }
  .reviews .hs-website-section_testimonial .dnd-section .widget-type-rich_text h2 {font-size:36px;padding-left:15px;padding-right:15px;}
  
  .row-fluid .visa-option-section.fullwidth {padding-top: 35px;padding-bottom:20px;}
  .banner-section {padding-bottom: 50px !important;}
  .row-fluid .row-fluid .feature-text{padding-right:0;}
  .row-fluid .row-fluid .visa-text{padding-right:0;}
  .row-fluid .detail-text{padding-right:0;}
  .row-fluid .visa-box{padding: 25px 10px 5px 10px;}
  .row-fluid .visa-title{padding-top:20px;}
  .row-fluid .visa-content.span6 {width: 100%;}
  .row-fluid .visa-image-box.span6 {width: 100%;}
  .row-fluid .visa-btn a{min-width: 250px !important;margin: 24px 0 0;font-size: 20px;line-height: 25px;}
  
  /*industry*/
  .row-fluid .industry-box{width:100%;text-align:center;}
  .row-fluid .industry-specific{padding: 35px 0 35px 0;}
  .row-fluid .industry-image-box{padding: 77% 0 0;}
  .row-fluid .industry-title{padding-top:0;}
  .visa-sample-btn a{left:31%;}

}

@media (max-width:480px){
  body .newStyle .row-fluid .banner_title a.banner-button { min-width:0; }
  body .newStyle .row-fluid .banner_title a.banner-button:before { top:12px; }
  .visaHover:before{left:20% !important;width: 15px;height: 15px;}
  .visa-sample-btn a{left:17%;}
}