/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.footer-main-velo .main-velo-container {
    max-width: 1240px;
    margin: 0 auto;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 991px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 991px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 991px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (min-width: 768px){
.side_banner-row-7-vertical-alignment > .row-fluid {
justify-content:center;
}
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* footer css start */
.footer-main-velo-inner {
    display: flex !important;
    flex-wrap: wrap !important;
  
} 
p.cean-para {
    margin-bottom: 1.5rem!important;
} 
	.side-price ul.tabs li:hover {
    background: #ff9500;
    color: #fff;
}

.sub-processor-table td {
    border-left: none;
    border-right: none;
} 
.sub-processor-table table {
    border-color: #fff;
    border: none;
} 
.sub-processor-table td strong {
    font-weight: bolder;
}

.sub-processor-table td {
    border: 0;
} 
.sub-processor-table th, td {
    border-color: #fff;
  color: #000000;
   
} 
 
.click-post-popular {
    display: none;
}
.sub-processor-table tr td{
    border-color: #fff;
    color: #000000;  

}
body main#main-content.body-container-wrapper.brand.subproc {
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;
}

.container-fluid.side_banner.side-large-img-banner.pricing-sdt .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 50px;
    height: 231px;
    min-height: 201px;
    max-width: 100%;
}
body main#main-content.body-container-wrapper.ICON.ICON1.executor {
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;
} 

body main#main-content.body-container-wrapper.ICON.ICON1.fiduci {
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;
}
body main#main-content.body-container-wrapper.ICON.ICON1.TVH{
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;
}

.section.post-footer form input {
    border-color: #ff9500 !important;
    border-radius: 0 !important;
}
.ICON .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image span#hs_cos_wrapper_side_banner-module-5_ img.hs-image-widget {
    width: 100% !important;
}
.head-left-sticky {
    display: none;
}
.body-wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.Security .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image img.hs-image-widget {
    width: 75% !important;
}

.slidr-slider .item .slide-content-image img {
    height: 47px !important;
    width: 100%!important;
    object-fit: contain;
}
.side-test-main .owl-dots {
    display: none !important;
}
.row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image .span6.widget-span.widget-type-custom_widget.dnd-module img.hs-image-widget {
    width: 90%;
}

body .Families 
{
 background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 23%, -750px 116%;

}

body .api
{
 background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
        background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;

}

body .Security 
{
 background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;

}

body .about 
{
 background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position: 680px 20%, -750px 85%;

}

.brand .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    
    margin-top: -363px;
}
 .about .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
   
    height: 240px;
    min-height: 625px;
    
}

.Sidedrawer-Button a:hover {
    background-color: #147bcd;
    background: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0;
    text-decoration: none;
}
.Security div#hs_cos_wrapper_side_banner-module-4 {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.Security-team .team-social a {
    pointer-events: none;
}
.row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 50px;
    height: 240px;
    min-height: 670px;
    max-width: 100%;
}

.faq-Assets-column-1-vertical-alignment.dnd-column {
    display: unset !important;
}
.header-right ul li:nth-child(4) {
    margin-left: 19%;
}
.blog_row.row-fluidt {
    display: flex;
    flex-wrap: wrap;
}
 
.header-right ul ul li a {
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
div#hs_menu_wrapper_module_16166583291814_ {
    display: none;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-depth-1.hs-item-has-children::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 3px;
    position: absolute;
    border-bottom: 0;
    top: 6px;
    border-color: white !important;
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate( 
45deg
 );
    -webkit-transform: rotate( 
45deg
 );
    content: "";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    right: 8px;
}


.header-right ul ul li a:hover {
    color: #ff9500 !important;
}
.sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-depth-1.hs-item-has-children::after {
    
    border-color: #0d0d0d !important;
}
.row-fluid-wrapper.row-depth-1.row-number-1.is-SideDrawer-row-0-vertical-alignment.dnd-section.is-SideDrawer-row-0-max-width-section-centering.is-SideDrawer-row-0-padding {
    background-color: #77278b;
    margin: 60px 0 0;
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/home%20page%20images/small_shape.svg), url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/home%20page%20images/small_shapetem.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50px -30px, 90% 150px;
    padding-bottom: 10px;
}

.header-right ul ul.hs-menu-children-wrapper {
    background-color: #fff;
    padding: 0px !important;
      border-radius: 5px;     
    flex-direction: unset !important;
    min-width: 150px !important;    
}

.header-right ul li a:hover {
    text-decoration: none;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    height: 100% !important;
}
.Section-copy p {
    text-align: center;
    color: #fff;
      margin-top: 20px;
      font-size: 16px;
}
.form-section-team {
       background-color: #ffffff;
    
    padding-bottom: 60px;
}
.form-form-main form label.hs-main-font-element {
    display: none !important;
}
.form-form-main form .input input {
    border: 1px solid #000 !important;
}
.form-section-team .hs_submit.hs-submit .actions input.hs-button.primary:hover {
    background-color: #147bcd !important;
    background: linear-gradient(#51a9ee,#147bcd) !important;
    border-color: #1482d0 !important;
    text-decoration: none;
    color: #fff !important;
}
.form-sec-top {
    text-align: center;
}
.form-content h2 {
   color: #575757;
    margin-bottom: 10px;
}
 
.form-content p {
    color: #575757;
}
.form-section-team .form-form-main {
    width: 40%;
    margin: 0 auto;
}
.velo_resi-output {
    padding-top: 90px;
}
.side-search-main {
    display: flex;
}
.hs-search-field {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.side-rrss h3 {
     margin-bottom: 10px;
    font-weight: 500;
}


.header-right ul {
    width: 100% !important;
   padding: 0 !important;
}
.side-search-right {
   width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
    align-items: center;
        height: fit-content;
    padding: 10px;
    background-color: #ff9500;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.hs-search-field--open .hs-search-field__suggestions {
  
    padding: 10px;
}
.velo_resi-output form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    
    border-radius: 0px !important;
        border-color: #ff9500  !important;
  outline: unset;
}
.side-search-main ul.hs-search-field__suggestions a {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    text-decoration: underline;
}
.side-search-main ul.hs-search-field__suggestions li#results-for {
    color: green;
    font-size: 22px;
}
form input[type=text]:focus
{
border-color: #ff9500 !important;
     border-radius: 3px;


}

.dev-subscribe .submitted-message {
    color: green !important;
    text-align: center !important;
    font-weight: 500 !important;
}
.Distributed-Scalable .side-listing-content {
    padding-right: 0 !important;
}
 
.header-right ul ul li:nth-child(4) {
    margin-left: 0 !important;
}
.Distributed-Scalable .side-cont-left {
    align-items: baseline;
    padding-top: 8px;
  padding-left: 40px;
}
.side-drawer-main {
    display: flex;
    flex-wrap: wrap;
}
.side-search-right i {
    color: #fff;
}
.velo_residential_column {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
   .sd-case-st .button-team li:nth-child(2) {
    background-color: #ff9500 !important;
}
    .filters.filter-button-group ul li a {
    color: #494a52 !important;
}
    .side-drawer-all .button-team li a {
    color: #494a52 !important;
}
.velo_residential_column-right {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
}
.foot-heading h3 {
    color: #fff;
    margin-bottom: 25px;
      font-size: 24px
}
.velo_blog_head a.button {
        padding: 16px 30px;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
    border: 1px solid #07c !important;
    font-weight: 700;
    color: #fff !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
}

.blog_row.row-fluidt p {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    font-family: Poppins;
    clear: both;
    letter-spacing: -1px;
}
.content-wrappert {
    max-width: 1024px;
    margin: 0 auto;
}

.foot-head-menu ul 
{
    display: inline !important
}

.Banner_Blog .velo_blog_head h2 {
    font-size: 42px !important;
  
    color: #fff;
    line-height: 1.3 !important;
    letter-spacing: 0px !important;
}
.velo_residential-wrapper_box a.blog-post__tag-link 
{    
    display: none !important;
}
.footer-h-menu2 ul li {
    margin-top: 8px;
}
.footer-velo-section4 {
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}
.sec-address {
    margin-top: 40px;
}

.class-section1 ul li:nth-child(3) {
    color: #ff9500!important;
}

.class-section1 ul li:nth-child(6) {
    color: #ff9500!important;
}
.class-section1 ul li i {
    color: #fff;
}
.footer-main-velo h3 {
    font-size: 18px;
      font-weight: 600;
}
.foot-head-menu ul li a {
  color: #fff;
    font-size: 13px;
    font-weight: 600;
   
}

.class-section1 ul li a {
    color: #fff;
    list-style: none;
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: 600;
}
.sec-add h3 {
    color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}
.footer-h-menu ul li {
    margin-top: 8px;
}
.foot-head-menu ul li {
    margin-top: 8px;
}
.Follow-tm ul li {
    list-style: none;
    padding-right: 20px;
}
.Follow-tm ul {
    display: flex;
    padding: 0;
}

.class-section1 ul li:nth-child(3) a {
    color: #ff9500!important;
}
.class-section1 ul {
    padding: 0;
      margin-bottom: 20px;
}
.class-section1 ul li:nth-child(6) a {
    color: #ff9500!important;
}

.class-section1 ul li p {
         margin-bottom: 7px;
    font-size: 16px;
  color: #fff;
}
.class-section1 ul li 
{
       color: #fff;
    list-style: none;
     font-size: 14px;
    margin-bottom: 9px;
  
}
.class-section1 ul li:nth-child(4) {
    padding: 10px 0;
  padding-bottom: 0;
}
.sec-address h3 {
    margin-bottom: 10px;
    color: #fff;
    
     
}
.dev-sec-menu2 ul a {
    color: #fff;
    font-size: 18px;
}
.sec-heading1 h3 {
    color: #fff;
    margin-bottom: 10px;
}
.dev-sec-menu2 ul {
        display: inline !important;
}

.footer-h-menu2 ul {
    display: inline !important;
}
.footer-h-menu2 ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
     
}
.sticky .head-left-sticky {
    display: block;
}

.sec-heading h3 {
    margin-bottom: 10px;
    color: #fff;
  font-size: 24px;
}

.sec-heading2 h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
      font-size: 24px;
}
.sec-head-img1 img {
    width: 150px;
}

.sec-head-img2 img {
    width: 150px;
}

.dev-sec-menu ul li a {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
}
.footer-heading1 h3 {
    color: #fff;
    margin-bottom: 20px;
      
}
.footer-h-menu ul {
  display: inline !important;
}
.footer-h-menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins !important;
    
}
.footer-main-velo li.hs-menu-item.hs-menu-depth-1.active.active-branch>a::before {
  display:none;
}

.footer-heading2 h3 {
    color: #fff;
    margin-top: 44px;
    margin-bottom: 20px;
       
}
.sec-add {
    margin-top: 44px;
}

.sticky .header-right ul li a {
    color: #575757;
}

.header-right ul li:nth-child(7) a {
    font-weight: 400;
}
.header-right ul li:nth-child(8) a {
    font-weight: 400;
}
.sticky .head-left-l {
    display: none;
}
.sticky .head-left-sticky img {
    width: 88px !important;
}
.header-right ul li a {
    color: #fff;
 
    font-style: normal;
}
 .head-side
{
    padding-top: 10px;
    background-color: #bf8a8a00;
    position: absolute;
    width: 100%;
}
.sticky .head-side
{
 background-color: #fff;
    padding: 0 !important;
    padding-top: 10px !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  
  
}
.header-main {
      max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-flex {
    display: flex;
    flex-wrap: wrap;
}
.header-left {
      width: 10%;
    max-width: 10%;
    flex: 0 0 10%;
}
.sticky {
    position: fixed;
    background-color: #000;
    width: 100%;
    z-index: 7;
}
.header-right {
      width: 90%;
    max-width: 90%;
    flex: 0 0 90%;
       display: inline !important;
    justify-content: flex-end;
  align-items: center;
      padding-top: 15px;
}
/* .header-right ul li:nth-child(6) a {
    padding-right: 0px;
} */
.header-right ul li a {
        
   font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-right ul li:nth-child(8) a {
    color: #ff9500;
} 
.sticky .header-right ul li:nth-child(8) {
    background-color: #ff9500;
    
}
 .sticky .header-right ul li:nth-child(7) a{
    color: #ff9500!important;
}
.header-right ul li {
    padding-top: 0px;
      padding-right: 24px;
}

.sticky .header-right ul li:nth-child(7) {
    border: 2px solid #ff9500;
    
}

.header-right .hs-menu-wrapper ul 
{     
    align-items: center ; 
  justify-content: flex-end ; 
}

.header-right .hs-menu-wrapper ul ul {
    justify-content: end;
}
@media screen and (min-width:991px){
  .header-right .hs-menu-wrapper ul ul {
  display: block !important;
}
}
.header-right ul li:nth-child(8) 
{
    background-color: white;
    /* padding-top: 7px !important; */
    padding: 11px 25px;
    border-radius: 4px;
   
}

.header-right ul li:nth-child(7) {
   border: 1px solid #fff;
    margin: 0 15px;
    padding: 10px 25px;
    border-radius: 4px;

}
.header-right ul li:nth-child(8) a,.header-right ul li:nth-child(7) a {
    font-size: 16px;
    font-weight: 400;
}
.head-left-l img {
    width: 88px !important;
}
.sticky .header-right ul li:nth-child(8) a {
    color: #fff !important;
}
.header__column {
    display: flex;
    align-items: center;
}
/* Button updated size  */

.Need_Renovation .velo-button-inner a {
    padding: 15px 76px;
    border-radius: 5px;
}
.three_Things .velo-button-inner a {
    padding: 15px 76px;
    border-radius: 5px;
}

.Automate_work img.hs-image-widget {
    margin: 0 auto;
    display: block;
}
.rebo-slider .owl-next:focus, .owl-prev:focus {
    outline: 0;
    margin: 0 !important;
}

.header .header__navigation.header--element .submenu.level-1>li {
    display: inline-block;
    padding: 15px 20px;
    text-transform: capitalize;
}
.tab-slider .special-container {
    width: 950px;
    padding: 0;
    margin: 0 auto;
}

button.slick-next.slick-arrow {
    right: 20px;
}

button.slick-prev.slick-arrow {
    left: 20px;
}
.tab-slider {
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.community-p {
    display: flex;
    flex-wrap: wrap;
}
.We_transform .velo-con-li li span.icons-content {
    position: absolute;
    left: -33px;
    top: 0;
}
.community-p h2 {
    width: 35%;
    max-width: 35%;
    flex: 0 0 35%;
}

.community-p p {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.header__logo img {
    max-width: 100%;
    margin-bottom: 20px;
}
.header .header__column ul.submenu.level-1 li a {
    color: #003B4D;
}
div#hs_cos_wrapper_Home_banner-module-4 {
    line-height: 0.4 !important;
}

div#hs_cos_wrapper_Property_banner-module-4 {
    line-height: 0.4 !important;
}

div#hs_cos_wrapper_Re_banner-module-4 {
    line-height: 0.4;
}

.renovation-services .m-item-left:last-child {
    margin-bottom: 0 !important;
}
.velo-reg-slider .owl-dots button.owl-dot {
    background-color: #003b4d !important;
    color: #003b4d !important;
    padding: 5px !important;
    border: 1px !important;
    margin: 0 5px;
}
.header .header__column ul.submenu.level-1 li a:hover {
    color: #FFA400;
}
.velo-reg-slider .owl-nav button i {
    color: #003b4d;
    font-size: 28px;
}
.footer-velo-section1 
{
-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.management_solution .item-left-listing ul {
    text-align: left;
}

.management_solution .item-left-listing ul {
    padding-left: 40px;
}
.velo-con-li li {
    list-style: none;
    padding: 0;
}
.velo-sli-main {
    position: relative;
}
.velo-feedicon img {
    width: 50px !important;
    position: absolute;
    top: 0;
    left: 196px;
}
.velo-con-li li {
    list-style: none;
    padding: 0;
    position: relative;
    padding-bottom: 10px;
    color: #4D4E4E;
}

.head-con h5 {
    font-weight: normal !important;
    margin-bottom: 15px !important;
}
.Partner_withR .velo-con-li ul {
    padding-left: 35px;
}
.velo-con-li li span.icons-content {
    position: absolute;
    left: -26px;
    top: 3px;
}
.Hybrid_staffing .velo-con-li li span.icons-content {
    position: absolute;
    left: -26px;
    top: 1px;
}
.velo-con-li ul {
    padding-left: 30px;
}
.Your_Property h2 {
    font-size: 54px;
}

.L-content-right h3 {
    font-family: Georgia !important;
    font-weight: 300 !important;
    font-size: 30px;
    line-height: 120px;
}
.renovation-services .m-item-left
 {
    width: 29% !important;
    max-width: 29% !important;
    flex: 0 0 29% !important;
     
}

.velo-reg-slider .owl-dots button.owl-dot.active {
    background-color: #ffa400 !important;
}
.item-left-listing li {
    color: #fff;
}


.Partner_withR .velo-con-li li span.icons-content {
    position: absolute;
    left: -38px;
    top: -1px;
}

.row-fluid [class*="span"] 
{    
    min-height: 0px !important;
}
.velo-button-inner a 
{
 
padding: 15px 25px;
border-radius: 5px;

}
.velo-card-main {
    display: flex;
    flex-wrap: wrap;
}

.velo-card-item {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 0 20px;
}
.velo-c-content {
    padding-top: 15px;
}


.footer-velo-section2 {
 width: 23% !important;
    max-width: 23% !important;
    flex: 0 0 23% !important;
    padding-left: 40px;
}

.manag-inner-main {
    display: flex;
    flex-wrap: wrap;
}
.item-left-content {
    text-align: center;
}

.image-left-sol img {
    position: absolute;
    left: 0;
    top: 35px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.Automate_work .velo-con-li li span.icons-content {
    position: absolute;
    left: -35px;
    top: -1px;
}

.m-item-left {
    width: 44%;
    max-width: 44%;
    flex: 0 0 44%;
    background-color: red;
    margin: 20px;
    padding: 35px;
    border-radius: 20px;
    position: relative;
    padding-top: 105px;
}

.item-left-listing {
    position: relative;
}

.footer-main-velo .main-velo-container {
      max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.item-left-listing ul li {
    list-style: none;
    padding-bottom: 10px;
}
.item-left-listing ul li span.solution-icons {
    position: absolute;
    left: 16px;
}
.item-left-content h5 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.footer-velo-section3 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

 

.footer-social-main {
    display: flex;
}
.footer-social-main .footer-social-left {
    padding-right: 15px;
}

.foot-social-content {
    padding-left: 12px;
}
.footer-main-velo {
    padding-top: 85px;
    padding-bottom: 85px;
    background: #404040;
    padding: 5em 0 2em!important;
    position: relative;
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_3-1.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 1000px -90px;
}
.foot-social-content p {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.footer-ve-content p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.address-t p {
    font-size: 18px;
}
.footer-sec-content p {
    color: #fff;
    padding-top: 20px;
}
.footer-velo-menu ul {
    display: inline !important;
}
.fot-address p {
    color: #fff;
    margin-bottom: 10px;
}

 .class-section1 .fa-phone:before {
    content: "\f095";
    padding-right: 10px;
}

.class-section1 .fa-envelope:before {
    content: "\f0e0";
    padding-right: 10px;
}
.footer-velo-menu ul li a {
    color: #fff;
    font-size: 18px;
}
.L-W-Number {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.L-W-i-left {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
.L-W-i-right {
    width: 80%;
    max-width: 80%;
    flex: 0 0 80%;
    display: flex;
    padding-left: 20px
}
.L-content-right h3 {
    margin-bottom: 10px;
}

.velo-sli-image img {
    width: 200px !important;
    margin: 0 auto;
    padding: 5px;
    border: 2px solid #FFA400;
    border-radius: 100%;
}
.property_managment-row-1-padding h2 {
    margin-bottom: 0px;
}
.owl-next:focus, .owl-prev:focus {outline: none;}
button:hover, button:focus, .button:hover, .button:focus {
    text-decoration: none !important;
}

.item-left-listing ul {
    padding: 0;
}

.item-left-listing ul {
    text-align: center;
}

.item-left-listing {
    text-align: center;
}

.velo-reg-slider button.owl-next {
    top: 220px;
    position: absolute;
    right: 170px;
}

.velo-reg-slider button.owl-prev span {
    font-size: 50px;
}
.velo-reg-slider button.owl-next span {
    font-size: 50px;
}


.velo-reg-slider button.owl-prev {
    position: absolute;
    top: 220px;
    left: 170px;
}

.velo-sli-image {
    padding-bottom: 40px;
}

.velo-sli-feedback-con {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
}


.footer-main-velo ul li a, .footer-main-velo h3 {
    font-family: Poppins !important;
}


/* end */

/* media query start ------ */

@media only screen and (max-width: 1600px)
 {
   
   .velo_banner 
   {    
    min-height: 600px !important;
     
}
   
}


@media only screen and (max-width: 1140px){
   .header-right ul li:nth-child(4) {
    margin-left: 0%;
}
}
@media only screen and (max-width: 1024px)
 {
   
  .side-col-items .sidet-left-s {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
   .board-mem-right {
   
    padding-left: 40px !important;
}
   .header-right ul li:nth-child(4) {
    margin-left: 0%;
}
   .hs-blog-listing .velo_residential-wrapper_box .blog-content .block h2 {
    height: auto !important;
}
   
}


@media screen and (max-width: 991px)
 {
   .Receba-section-row-0-vertical-alignment > .row-fluid {
    display: block !important;
}
   .Follow-tm ul {
    display: flex;
    padding: 0;
    justify-content: left;
}
   .side-cont-left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
   
   .board-mem-left {
     
    padding-right: 30px !important;
}
   .side-cont-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
   
   .side-imgleft1 .side-cont-left {
    flex: 0 0 100%;
    max-width: 100%;
}
   .side-cont-right {
    flex: 0 0 100%;
    max-width: 100%;
     margin-bottom: 40px;
    text-align: center;
}
   .side-imgleft1 .side-cont-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
}
   
    .Home-banner .Home_banner-row-0-background-image 
   {
        background-size: cover !important;
    }
   .Banner_Blog .velo_blog_head {
    padding: 16% 0 0% 0px !important;
}
   br {
    content: " ";
    display: none;
}

   
   
   .velo_residential-wrapper_box .blog-content .block h2 
   {
 
    height: auto !important;
}
   
   
   .header-right ul li:nth-child(4) {
    margin-left: 0;
}
   .header-right ul li a {
    font-size: 10px;
}
   .velo_residential-wrapper_box .blog-content .block h2 
   {
    
      height: auto;
}
   
   
   .Banner_Blog .velo_blog_head {
    padding: 0 0 0 !important;
    
}
   .velo_banner 
   {  
    height: auto !important; 
}
   
   .blog_row.row-fluidt .span61 {
    width: 100% !important;
    text-align: center;
}
   .blog_row.row-fluidt .span62 {
    width: 100% !important;
    text-align: center;
}
   .blog_row.row-fluidt .span61 {
    width: 100%;
}
   .blog_row.row-fluidt .span62 {
    width: 100%;
}
.footer-main-velo .main-velo-container 
   {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px ;
}

.content-wrappert {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
}
   
   .velo_residential_column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
   
   .velo_residential_column-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
   
    .submenu.level-1 {
        display: inline-block;
        white-space: unset !important;
    }
    .header--toggle.header__navigation--toggle.hide.open {
        display: none;
    }
    .Renovation_Right h2 {
        text-align: center;
    }

    .Renovation_Right .velo-button-inner {
        text-align: center;
    }

    .row-fluid-wrapper.row-depth-1.row-number-1.Property_banner-row-0-padding.Property_banner-row-0-max-width-section-centering.dnd-section.Property_banner-row-0-vertical-alignment.Property_banner-row-0-background-image {
        background-size: cover !important;
    }
    .velo-card-item {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding: 0 20px;
    }


    .contact-item-left:last-child {
        margin-bottom: 0px !important;
    }
    .contact-item-left {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 18px !important;
        padding: 19px !important;
        border-radius: 20px !important;
        position: relative !important;
        padding-top: 105px !important;
        margin-bottom: 85px !important;
    }
    br  {
        content: ' ';
    }
    br:after {
        content: ' ';
    }

    .community-p p {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .community-p h2 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .row-fluid-wrapper.row-depth-1.row-number-1.Re_banner-row-0-background-image.Re_banner-row-0-padding.dnd-section.Re_banner-row-0-vertical-alignment.Re_banner-row-0-max-width-section-centering {
        background-size: cover !important;
    }


    .Traditional_section .dnd-row {
        padding-bottom: 0 !important;
    }
     
    
    .manag-inner-main {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .renovation-services .m-item-left {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 96px;
    }

    #hs_cos_wrapper_Traditional_section-module-4 {
        display: block !important;
        padding-top: 0px !important;
    }
    .Traditional_section-column-1-row-0-padding {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-velo-section1 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: left;
        margin-bottom: 20px;
    }
    .footer-velo-section2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: left;
        margin-bottom: 30px;
          padding-left: 0;
    }
    .footer-velo-section3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: left;
        margin-bottom: 30px;
          padding-left: 0;
    }
    .footer-social-main {
        display: flex;
        justify-content: left;
    }
    .foot-social-content {
        padding-left: 0;
    }
    .footer-velo-section4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: left;
      padding-left: 0;
       padding: 0px;
    }
     
}

  /* End */

  @media only screen and (max-width: 991px) 
  { 
    p.bot-address br {
    content: " ";
    display: block !important;
}
  .velo_resi-output {
    padding-top: 0;
}
     .head-left-sticky {
    display: block;
}

    .head-left-l {
    display: none;
}
     .head-left-sticky img 
    {
    width: 88px !important;
}
    .head-side 
    {    
    position: relative;    
   }
    
   .custom-menu-primary.js-enabled .hs-menu-wrapper {
    
    z-index: 1 !important;
} 
    
    .child-trigger 
    {  
    border-left: unset !important;
}
   .faq .span6.widget-span.widget-type-cell.faq-Assets-column-1-vertical-alignment.dnd-column {
    display: unset !important;
}
    
    .header-right ul ul li a {
    
    color: #fff;
  
}
    
    .child-trigger i, .child-trigger i:after 
    {     
    background-color: #000 !important;
}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-depth-1.hs-item-has-children::after
    {
    display:none;
    
    }
    .header-right ul ul.hs-menu-children-wrapper {
    background-color: unset;
    padding: 0 !important;
    border-radius: 0;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    flex-direction: unset !important;
    width: unset !important;
   
}
   .sticky .header-right ul li:nth-child(8) {
    background-color:#fff !important;
}
    .L-W-i-left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li {
      border-top: 1px solid rgba(120, 120, 120, 0.2) !important;
}
.sticky .header-right ul li:nth-child(7) {
    border: unset;
}

 .header-right ul li:nth-child(8) a {
    color: #fff;
}
    .velo-reg-slider button.owl-prev {
        position: absolute;
        top: 335px;
        left: 0;
    }
  .hs-content-id-48080643849 .side-listing-content .side-col-items:first-child .sidet-left-s img {
    background-color: #ff9500 !important;
}
    
    .velo-reg-slider button.owl-next {
        top: 335px;
        position: absolute;
        right: 0;
    }

    .L-W-i-right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        padding-left: 0;
        text-align: center;
    }

    .L-W-Number 
    {
       
        margin-bottom: 30px;
    }


  }
/* @media only screen and (max-width: 800px)
{
.Sidedrawer-Button.aos-init a {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
} 
  body .Families h1 {
    text-align: center;
    margin: 0 auto;
} 
   body .TVH h1 {
    text-align: center;
    margin: 0 auto;
} 
p.cean-para {
    text-align: center;
    margin: 0 auto !important;
} 
  .aos-init {
    text-align: center;
} 
  .side_banner .side_banner-row-0-padding {
    padding-top: 40px !important;
}
} */ 
 
@media   (max-width: 1100px) and (min-width: 701px) {
.sub-processor-table strong {
    font-size: 12px;
}
  
} 
@media only screen and (max-width: 700px) {
table#main-tab-sc {
       white-space: nowrap;
    background-color: #333;
    font-size: 14px;
    overflow: auto !important;
    display: block;
}
.container-fluid.fi-get.family-tabber .row-fluid-wrapper.row-depth-1.row-number-1.fi-get-row-0-padding.dnd-section.fi-get-row-0-vertical-alignment.fi-get-row-0-max-width-section-centering .row-fluid {
    display: block !important;
}
  p.subprocess-para {
    padding-bottom: 22px;
} 
  h2.sidep-main {
    display: flex;
}
}

@media only screen and (max-width: 520px) { 
  th, td {
    border: 1px solid!important;
} 
.sub-processor-table td {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
}
  
      .custom-menu-primary.js-enabled .hs-menu-wrapper{
    left: -15vw !important;
  }
}
  @media only screen and (max-width: 481px) {


    .m-item-left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        padding-top: 105px;
        margin-bottom: 95px;
    }
    .about .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    height: auto;
    min-height: auto;
}
    .about .board-mem-main1 {
    justify-content: left !important;
    text-align: left !important;
}
    .board-mem-right {
    padding-left: 0 !important;
}
    .section-title {
    padding: 40px 20px !important;
    text-align: center;
}
    .join-team-button a:hover {
    text-decoration: none !important;
}
    
    
    .side-image1 .side-listing-content {
    padding-left: 0 !important;
}
    .Distributed-Scalable .side-cont-left {
    align-items: baseline;
    padding-top: 0 !important;
    padding-left: 0 !important;
}
    .logo-card-content {
    padding: 30px !important;
    
}
    
    
    .brand .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    margin-top: -600px;
}
    .board-mem-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
     
}
    .board-mem-left {
    padding-right: 0px !important;
}
    
    .board-mem-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-top: 40px;
}
    .team-section-items {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}
    .side-imageq img {
      position: unset !important;
    margin: 0 auto !important;
}


    .side-feedback-main {
    padding-left: 0 !important;
    padding-top: 30px;
}
    .Current-chall-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 40px !important;
}
    .Current-chall-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0px !important;
}
    
    .side-col-items .sidet-left-s {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
    .side-listing-content {
    padding-right: 0 !important;
}
    .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image .span6.widget-span.widget-type-custom_widget.dnd-module img.hs-image-widget {
    width: 100% !important;
}
    
    .side-col-items .sidet-left-s img 
    {
    float: unset !important;
    margin: 0 !important;
      
    }
    
    
    .side-col-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
    .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
     
    height: auto;
    }
    
    
   

    

    
    .Section-copy 
    {
    padding-bottom: 10px;
}
    
    .blog-content 
    {
     
    margin-bottom: 25px !important;
     
}
    
    .velo_banner 
    {
        min-height: 524px !important;
    padding-top: 55px !important;
}
    .Banner_Blog .velo_blog_head h2 
    {
    
    margin-right: 0px !important;
}
    .form-form-main {
    width: 90% !important;
    margin: 0 auto;
}
 
    .footer-main-velo 
    {
    padding-bottom: 0 !important;
    padding: 2em 0 0em !important;
    }

    .velo_resi-output {
    padding-top: 0 !important;
}
    .Your_Property h2 {
        font-size: 24px;
    }
    .m-item-left:last-child {
        margin-bottom: 25px;
    }
    .velo-sli-feedback-con {
         
        width: 100% !important;
       
    }
    .Traditional_section-module-4-padding > #hs_cos_wrapper_Traditional_section-module-4 {
        padding-top: 0px !important;
        padding: 0 !important;
    }
    .header__navigation--toggle.open, .header__search--toggle.open, .header__language-switcher--toggle.open {
        display: block;
        margin-left: 21px;
        margin: 0 18px !important;
    }
    
    .Partner_withR .velo-con-li ul {
        margin-bottom: 1px;
    }
    .Portfolio-slider button.slick-prev.slick-arrow {
        left: 10px !important;
    }
    .Portfolio-slider button.slick-next.slick-arrow {
        right: 10px !important;
    }
    .tab-slider .special-container {
        width: 430px;
        padding: 0;
        margin: 0 auto;
    }
    .management_solution h2 br {
        display: none;
    }
    .header__logo img {
        max-width: 73% !important;
        margin-bottom: 10px;
    }
    .header__container {
        padding: 0 !important;
    }
    .header .header__navigation.open, .header__search.open, .header__language-switcher.open {
        left: -209px !important;
        top: 103px !important;
        right: -16px;
    }

    .section_virtualization p br {
        display: none;
    }

    .three_Things br {
        display: none;
    }
    .Traditional_section .informed-inner br {
        display: none;
    }
    .Need_Renovation h2 {
        text-align: center;
    }
    .Need_Renovation h2 br {
        display: none;
    }
    .Need_Renovation .velo-button {
        text-align: center !important;
        margin-top: 25px;
    }
    .velo-sli-feedback-con 
    {   
        padding-top: 50px;
    }
    .Your_Property .velo-button {
        text-align: center !important;
        margin-top: 30px;
    }
    .span6.widget-span.widget-type-cell.Your_Property-column-5-padding.dnd-column {
        text-align: center;
    }
    .Your_Property h2 br {
        display: none;
    }
    
    .velo-feedicon img {
        width: 50px !important;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        text-align: center;
    }
    .management-solution {
        padding-top: 40px;
    }
    .Home_banner-row-0-background-image 
    {   
        background-size: cover !important;        
    }

    .cell_16148591849262-padding {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
   
    .property_managment-row-1-padding .span12.widget-span.widget-type-cell.cell_16148591849262-padding.dnd-column {
        padding: 0 !important;
    }

  }


  @media only screen and (max-width: 375px) 
  {
    .header .header__navigation.open, .header__search.open, .header__language-switcher.open {
        
        left: -188px !important;
        top: 105px !important;
        right: -16px;
           
        }
        .tab-slider .special-container {
            width: 332px;
            padding: 0;
            margin: 0 auto;
        }


  }

 @media only screen and (max-width: 320px) 
  {

    
}
ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    padding: 0px!important;
  -webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.header-right .hs-menu-wrapper ul ul {
    min-width: max-content!important;
}

ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a, ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a {
    color: inherit!important;
    border: none!important;
    padding-left: 0px;
  padding: 11px 15px;
    font-size: 12px;
    text-decoration: none;
    color: #000!important;
    font-weight: 600;
 
}
.sticky ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a, .sticky ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a{
 color:#575757!important; 
}
ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a:hover, ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a:hover{
 color:#ff9500 !important; 
}
ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7),ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8){
    border: none!important;
   margin:0px;
  background:none;
}

.header-right ul li.hs-menu-depth-1:nth-child(2) ul{
 column-count:2; 
  will-change: transform;
}

@media(min-width:991px){
 .header-right ul li.hs-menu-depth-1:nth-child(2){
   margin:0 10px 0 13px;
  }
}
@media(max-width:991px){
 ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a, ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a {
    color: inherit!important;
    border: none!important;
    padding-left: 0px;
    padding: 0px;
    font-size: 16px;
    text-decoration: none;
    color: #000!important;
    font-weight: normal;
} 
  .sticky .header-right ul li:nth-child(8) a, .sticky .header-right ul li:nth-child(7) a {
    color: inherit!important;
}
 .sticky ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a, .sticky ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a{
    color: #000!important;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
   width:102vw!important;
  }
  .header-right ul li.hs-menu-depth-1:nth-child(2) ul{
 column-count:1; 
}
}

@media(min-width:1141px) and (max-width:1220px){
 .header-right ul li {
    padding-top: 0px;
    padding-right: 18px;
} 
  .header-right ul li:nth-child(4) {
    margin-left: 14%;
}
}

.header-right ul.active-branch ul li a:hover{
 color:unset!important; 
}

.header-right ul.active-branch ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(7) a:hover, .header-right ul.active-branch ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(8) a:hover{
  color:unset!important; 
}

.header-right ul.active-branch li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch li.hs-menu-item.hs-menu-depth-2 a:hover{
 color:#ff9500!important;
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.side-header {
    position: relative;
    z-index: 99;
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;  
  justify-content: flex-end;
  width: 100%;
}
/* main css added by sonu  */
.header .header__column ul.submenu.level-1 li a {
  font-size: 18px;
}
/* css End  */


/* header buttons */

.header-center-buttons {
    display: none;
}

@media (min-width: 767px) and (max-width: 991px){
.header-center-buttons {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999 !important;
}
  .header-center-buttons .log-in {
    color: #ff9500!important;
    background: #fff!important;
    border: 1px solid #ff9500!important;
}
.header-center-buttons .sign-up {
    color: #fff!important;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.header-center-buttons a {
    width: 105px;
    padding: 13px 0;
    text-align: center;
    text-transform: capitalize;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    left: 10px;
    border-radius: 3px;
}
}


/* header buttons style end */


@media (max-width: 1150px) and (min-width: 991px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header__container
   {   
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    padding: 30px;
    padding-right: 25px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 991px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 991px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 991px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
   /* Media query add by sonu on 767 */
  .header .header__logo.header__logo--main {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
header.header {
  padding: 0 15px;
} 

.header .header__column {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}


.header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    height: auto !important;
    left: -200px !important;
    position: absolute;
    right: -27px
    top: 128px !important;
    z-index: 2;
    width: auto;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 21px;
    margin: 0 25px;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  /* .header__navigation--toggle:after {
    content: "Menu";
  } */

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
    display: none;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
} 
@media (max-width: 393px) 
  {
.side_banner-row-0-padding {
   
    padding-left: 6px !important;
    padding-right: 5px !important;
} 
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.dev-subscribe label.hs-main-font-element {
    display: none;
} 
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
a {
  text-decoration:none !important;
}
.join-team-button a:hover {
    background: linear-gradient(#767676, #777)!important;
    border: 1px solid #404040!important;
    text-decoration: none;
}
.side-large-img-banner h1, .side-large-img-banner h2, .side-large-img-banner h3, .side-large-img-banner h4, .side-large-img-banner h5, .side-large-img-banner h6, .side-large-img-banner p {
    max-width: 545px;
    margin: 0 0 0 auto;
}
  .container-fluid.side-large-img-banner .Sidedrawer-Button.aos-init.aos-animate {
    max-width: 564px;
    margin: 35px 0 0 auto;
}
.side-small-item p {
    color: rgba(0, 0, 0, .8);
}
.container-fluid.Receba-section h2 {
    color: #575757 !important;
}
.container-fluid.Receba-section p {
    color: #212529;
}

.side-listing-content {
    padding-right: 0px !important;
}
.side-col.collborate-desktop .side-co-image.aos-init.aos-animate {
    text-align: end;
}
.container-fluid.you-posted p span {
    color: #212529 !important;
}
.board-memb-content p {
    color: #545454;
    font-size: 15px;
    line-height: 26px !important;
}
.team-prfile-des h3 {
    margin-bottom: 10px;
}
.team-sect-image img {
    margin-bottom: 20px !important;
}
.about .board-members {
    padding-top: 30px;
}
.about .board-members-item {
    margin-bottom: 30px;
}
.container-fluid.Global-privacy p {
    margin-bottom: 40px;
    color: #565;
    font-weight: 400;
    line-height: 28px;
}
.side-col p {
    color: #767676;
}
.join-team-content p {
    color: #212529;
}
a:hover{
text-decoration:none;
}
.owl-nav {
    display: none;
}
.Glo-Pri-heading h3 {
    line-height: 1.5 !important;
}
.columnLayout.two-right-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.confluence-information-macro-body, .confluence-information-macro-body p {
    margin: 0;
}
.sidedrawer-api h1 {
    margin: 40px 0 12px;
}
.innerCell p {
    font-size: 14px;
    font-weight: 400;
}
.team-about-profile p {
    color: #565565 !important;
}
.container-fluid.Developer-friendly .sideleft-buttn a {
    margin-top: 40px;
    display: inline-block;
}
.columnLayout.two-right-sidebar .confluence-information-macro-body {
    width: 90px;
    text-align: center;
    margin-left: 20px;
    margin-top: 0;
}
b, strong {
    font-weight: 600;
}
#main-content .container-fluid.side_banner.api-doc-banner .dnd-section {
    background-size: 260% !important;
    background-position: center bottom !important;
}
body .Security.api-doc-page {
    background-image: url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_1.svg),url(https://19532890.fs1.hubspotusercontent-na1.net/hubfs/19532890/bg_shape_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 696px -168px,-771px -594px;
}
.side-listing-content p {
    margin-bottom: 30px !important;
}
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.you-posted-row-0-max-width-section-centering.you-posted-row-0-vertical-alignment.you-posted-row-0-padding .row-fluid {
    width: 100%;
    display: block !important;
}
.brand .row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image {
    margin-top: -420px;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 0.4s;
}
.pricing-page ul {
    padding: 0;
    list-style: none;
    margin:0;
}
.pricing-page span , .pricing-page li , .pricing-page p {
    color:#000;
}
.related-title{
  font-weight: 700;
  font-size: 35px;
  line-height: 135%;
  color: #78288C;
  margin-bottom:30px;
}


@media screen and (max-width:1170px){
.what-is-wrapper br {
    display: none;
}
  .container-fluid.slider_section .row-fluid-wrapper.row-depth-1.row-number-4.dnd-section {
    padding: 0px 20px;
}
}
@media screen and (min-width:991px){
.side-distribution .side-listing-content {
    max-width: 550px;
    margin: 0 0 0 auto;
}
  .Insights-Analytics .side-cont-right {
    max-width: 400px !important;
    margin: 0 0 0 auto !important;
}
  .Distributed-Scalable .side-cont-right {
    margin: 0 auto 0 0 !important;
    max-width: 100% !important;
}
}
@media screen and (max-width:991px){
  .Security div#hs_cos_wrapper_side_banner-module-4 {
    margin: 0 auto 60px;
} 
  p.sd-two {
    text-align: center !important;
}
  .you-posted .dev-subscribe {
    margin-bottom: 40px;
}
  .footer-velo-section1{
   padding:0;
  }
  .join-team {
    margin: 20px 0 70px;
}
  .join-team-button {
    margin: 60px auto 70px;
}
  .join-team-button a {
    display: inline-block;
}
  .about .board-members-item {
    margin-bottom: 50px;
}
  .side_banner-module-4-padding > #hs_cos_wrapper_side_banner-module-4 img {
    padding-top: 40px !important;
}
  .side_banner h1, .side_banner h2, .side_banner h3, .side_banner h4, .side_banner h5, .side_banner h6, .side_banner p {
    margin: 0 auto 0 0;
}
  .container-fluid.side_banner .Sidedrawer-Button.aos-init.aos-animate{
    margin: 35px auto 0 0;
  }
.row-fluid-wrapper.row-depth-1.row-number-1.side_banner-row-0-padding.dnd-section.side_banner-row-0-background-image{
   height:auto;
  }
.side_banner .side_banner-row-0-padding  {
    padding-top: 0px !important;
}
  .about .side_banner .side_banner-row-0-padding {
    padding-bottom: 100px !important;
}
  .pricing-side-banner {
    display: none;
}
}
@media screen and (min-width:991px){
.header-right ul li.hs-menu-depth-1:nth-child(5) {
    margin: 0 10px 0 13px;
}
.sideleft-buttn a:hover {
    background-color: #147bcd;
    background: linear-gradient(#51a9ee,#147bcd);
    border-color: #1482d0;
    text-decoration: none;
}
li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
    position: relative;
}
li.hs-menu-item.hs-menu-depth-1.active.active-branch > a::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.6px;
    bottom: -6px;
}
.main-header.sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch > a::before {
    background: #ff9500;
}
  }

@media screen and (max-width:567px){
.Security .side_banner .Sidedrawer-Button a {
    text-align: center;
    display:block;
}
    .Global-Priv-item .Glo-Privacy-image {
    top: 8px !important;
}
  .pricing-page .dnd-section {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
  .pricing-page .contact-form-section .dnd-section {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.pricing-page .pricing-section .dnd-section {
    padding-bottom: 35px !important;
}
.container-fluid.partners-section .dnd-section {
    padding-top: 35px !important;
    padding-bottom: 75px !important;
}
.container-fluid.faq-section .dnd-section {
    padding-top: 70px !important;
}
}


.side_banner-row-4-background-image {
    background-image: url(https://sidedrawer.com/hubfs/Wave-1.png) !important;
    background-size: 100% 60% !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}