.child-theme {
  font-size: 15px;
}

.child-theme body {
  text-rendering: optimizeLegibility;
}

.child-theme h1,
.child-theme h2,
.child-theme h3,
.child-theme h4,
.child-theme h5,
.child-theme h6 {
  margin-bottom: .5em;
}

.child-theme p, 
.child-theme ul:not(.inputs-list) li {
  font-size: 1.25em; /*bullet points font size web page*/
}

.child-theme p:not(:last-child) {
  margin-bottom: 1em;
}

.child-theme a:hover {
  opacity: .6;
}

.child-theme ol,
.child-theme ul {
  font-size: inherit;
  margin: 2em 0;
  padding-left: 2em;
  list-style: disc;
  line-height: 1.618;
}

.child-theme ol{
  list-style: auto;
}

.child-theme ul li:not(:last-child) {
  margin: 0 0 1em;
}

.child-theme ol>li:not(:last-child) {
  margin: 0 0 1em;
}


.child-theme .dnd-section > div,
.content-wrapper,
.page-center, .dnd-section > div,
.container{
  padding: 0 30px;
}

.child-theme form input[type=email], 
.child-theme form input[type=file],
.child-theme form input[type=number],
.child-theme form input[type=password], 
.child-theme form input[type=search],
.child-theme form input[type=tel], 
.child-theme form input[type=text],
.child-theme form select, 
.child-theme form textarea {
  display: block;
  font-weight: 500;
  margin: 0 0 1em;
  max-width: 100%;
  outline: none;
  padding: 1em .5em;
  transition: all .3s ease;
  width: 100%;
  font-size: 1em;
  margin-bottom: 1.5em;
  height: auto;
}

.child-theme form input[type=email]:hover, 
.child-theme form input[type=file]:hover,
.child-theme form input[type=number]:hover,
.child-theme form input[type=password]:hover, 
.child-theme form input[type=search]:hover,
.child-theme form input[type=tel]:hover, 
.child-theme form input[type=text]:hover,
.child-theme form select:hover, 
.child-theme form textarea:hover {
  border-color: #a8b6c1;
  color: #272d33;
}

::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.child-theme form input[type=email]:hover::placeholder, 
.child-theme form input[type=file]:hover::placeholder,
.child-theme form input[type=number]:hover::placeholder,
.child-theme form input[type=password]:hover::placeholder, 
.child-theme form input[type=search]:hover::placeholder,
.child-theme form input[type=tel]:hover::placeholder, 
.child-theme form input[type=text]:hover::placeholder {
  border-color: #a8b6c1;
  color: #272d33;
}

.child-theme form .hs-button {
  font-size: 1em;
  margin-bottom: 1.5em;
  transition: opacity .3s ease;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding:15px 22.5px;

}

.page-center.full_width {
  padding: 0;
}


.cm-footer {
  background-color: #03215A !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7em 0 4em;
  font-size: 15px;
}

.footer--primary>.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3em;
}

.footer--primary>.column:first-child {
  width: 30%;
}

.footer--primary>.column:nth-child(2)>.column {
  width: 25%;
}

.footer--primary>.column:nth-child(2) .inner-column {
  width: 25%;
}

.footer--primary>.column:nth-child(2) {
  display: flex;
}

.footer--logo {
  margin-bottom: 3em;
  max-width: 250px;
  width: 100%;
}

.footer--description {
  font-size: .9em;
}

.footer--description p {
  color: rgba(255, 255, 255,1.0);
  line-height: 1.618;
  font-size: 1.25em;
  margin: 0 0 1.618em 0;
  font-weight: 300;
}

ul, ol, dl, p, table, form, pre, hr {
  margin: 0 0 1.618em 0;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  display: block;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul > li {
  margin: 0;
  font-size: 15px;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul > li >a {
  font-size: 1.2em;
  margin-bottom: .5em;
  color: rgba(255, 255, 255,1.0);
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 700;
  display: block;

}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul ul {
  padding: 0;
  margin: 0;
  display: block;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul ul >li {
  margin: 0;
  font-size: 1em;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul ul >li >a {
  color:rgba(255, 255, 255,1.0);
  font-size: .9em;
  max-width: 100%;
  padding: .5em 0;
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  font-weight: 500;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul ul >li >a:hover{
  color:rgba(27, 171, 226,1.0);
  opacity:1

} 

.meta--content {
  margin: 6.3em 0 0;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 10;
}

.meta--content .column {
  box-sizing: border-box;
  padding: 0 3em;
}

.meta--content .column p {
  margin: 0 0 1.618em 0;
  color: rgba(255, 255, 255,1.0);
  line-height: 1.618;
  font-size: 1.25em;
  font-weight: 300;
}

a {
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.social-media--container a {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 1em;
}

.social-media--container a:not(:last-child) {
  margin-right: .5em;
}

.social-media--container a span {
  display: block;
  height: 20px;
  text-align: center;
  width: 20px;
}

.social-media--container a span  svg {
  fill: rgba(24, 45, 85,1.0);
  height: 20px;
}


.footer--primary>.column:nth-child(2) .inner-column:nth-child(4) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(3) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(2) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(1) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a
{
  margin-top: 1em;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul {
  list-style: none;
}

p, ul:not(.inputs-list) li {
  font-size: 1.25em;
}



.footer--primary>.column ul {
  list-style: none;
}


.footer--primary>.column:nth-child(2) .inner-column:first-child .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(2) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(3) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a,
.footer--primary>.column:nth-child(2) .inner-column:nth-child(4) .widget-type-menu:nth-child(2) .hs-menu-wrapper>ul>li>a{
  margin-top: 1.2em;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
  opacity: 1;
}

.meta--content .column p {
  margin: 0;
}


.cm-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 2em;
  position: fixed;
  top: 0;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  width: 100%;
  z-index: 900;
  background-color: hsla(0, 0%, 100%, .97);
  min-height: 5.7em;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul > li >a {
  font-weight: 700;
  line-height: 1.33;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper > ul ul >li >a {
  line-height: 1.618;
}

.header-wrp {
  min-height: 5.7em;
}

.main-header--logo {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.main-header--secondary-nav {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.logo-wrp a {
  color: #10a3e8;
  text-decoration: none;
}

.logo-wrp a svg {
  display: block;
  height: 2.4em;
}

.logo-wrp a svg path {
  fill: #182d55;
}

.main-header--primary-nav {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


.cm-mega-menu-wrp .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cm-mega-menu-wrp .hs-menu-wrapper > ul > li {
  margin: 0;
  font-size: 1em;
  list-style: none;
}

.cm-mega-menu-wrp .hs-menu-wrapper > ul > li > a {
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  display: flex;
  height: 100%;
  padding: 0 .75em;
  color: #596670;
}


.get-btn a {
  background: #1babe2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  white-space: nowrap;
  font-size: .9em;
  padding: .8em 1.3em;
  white-space: nowrap;
  font-size: 13.5px;
  line-height:21.843px;
}

.main-header--secondary-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  list-style: none;
}

li#hamburger-menu-trigger {
  display: none;
}

.main-header--secondary-nav ul li:first-child {
  margin: 0;
  display: flex;
}

.main-header--secondary-nav ul li:first-child a {
  color: #596670;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 0 .75em;
  padding: 0 0 0 1.5em;
  background: transparent;
  font-size: 15px;
}

.cm-mega-menu-wrp .hs-menu-wrapper>ul>li>a {
  align-items: center;
  font-size: 14px;
}

.cm-mega-menu-wrp {
  height: 100%;
}

.main-header--primary-nav div#hs_cos_wrapper_header_mega_menu {
  height: 100%;
}

.cm-mega-menu-wrp div#hs_menu_wrapper_header_mega_menu_ {
  height: 100%;
}

.cm-mega-menu-wrp .hs-menu-wrapper>ul {
  height: 100%;
}

.cm-mega-menu-wrp .hs-menu-wrapper>ul>li>a svg.dropdown-arrow {
  fill: #596670;
  height: .5em;
  margin-left: .65em;
  width: 1em;
}

.cm-mega-menu-wrp .hs-menu-wrapper>ul>li>a {
  font-size: 14px;
}

.header-wrp {
  font-size: 14px;
  line-height: 1.618em;
}

.dropdown-wrp {
  background: hsla(0, 0%, 100%, .98);
  box-shadow: 0 .5em .5em rgba(0, 0, 0, .1);
  display: none;
  left: 12.5%;
  max-height: calc(100vh - 85.5px);
  min-height: auto;
  overflow-y: scroll;
  padding: 3.5em 1.5em;
  position: absolute;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.dropdown-wrp .item-sec {
  padding: 0 1em;
  width: 25%;
}

.dropdown--intro h4 {
  color: #03215A;
  margin-bottom: .5em;
  letter-spacing: 0;
  line-height: 1.33;
  font-size: calc(1.25em + 1vw);
  font-weight: 300;
}


.dropdown-wrp .item-sec h6 {
  color: #7d95a5;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: .5em;
}

.dropdown-wrp .item-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-wrp .item-sec ul li a {
  color: #596670;
  cursor: pointer;
  font-weight: 500;
  display: block;
  padding: .5em 0;
  font-size: 15px;
}

.dropdown-wrp .item-sec ul li {
  margin: 0;
}

.dropdown-wrp .item-sec .content h5 {
  font-weight: 700;
  line-height: 1.33;
  font-size: calc(.9375em + .5vw);
  letter-spacing: 0;
  text-transform: none;
  color: #03215A;
  margin-bottom: .5em;
}


.dropdown-wrp .item-sec .content h5:nth-child(2) {
  margin-top: 9px;
}

.dropdown-wrp .item-sec p a:hover {
  text-decoration: underline;
}

.mobile-menu {
  background: hsla(0, 0%, 100%, .98);
  box-shadow: 0 .5em .5em rgba(0, 0, 0, .1);
  display: none;
  height: calc(100vh - 85.5px);
  left: 0;
  overflow: scroll;
  position: absolute;
  top: 79.5px;
  width: 100%;
}

nav.hamburger-menu--sticky-footer {
  display: none;
}

.scroll_top .cm-header {
  background-color: hsla(0, 0%, 100%, .97);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.child-theme .dropdown-wrp .item-sec p {
  font-size: 1em;
  margin-bottom: 1em;
}



/* header themeSetting */
.cm-header{
  background-color: rgba(255, 255, 255,0.97);
}

@media(min-width:1024px){
  .cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link, .header-wrp{
    font-size:15px;
  }
}
.cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link {
  color:rgba(89, 102, 112,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link:hover{
  color:rgba(27, 171, 226,1.0);
  background-color:rgba(2, 103, 128,0.0);
  opacity:1;
}
.cm-mega-menu-wrp ul.cm-parent-menu li.active-branch span.menu-link  {
  color:rgba(0, 120, 227,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.dropdown-wrp .item-sec ul li a{
  color:rgba(89, 102, 112,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.dropdown-wrp .item-sec ul li a:hover{
  color:rgba(27, 171, 226,1.0);
  background-color:rgba(2, 103, 128,0.0);
  opacity:1;
}

.dropdown-wrp .item-sec ul li.active-branch a{
  color:rgba(0, 120, 227,1.0);
  background-color:rgba(2, 103, 128,0.0);
}
.get-btn a{
  border-radius:50px;
  padding:10.8px 17.55px;
  background-color:rgba(0, 120, 227,1.0);
  color:rgba(255, 255, 255,1.0);
  border-color:rgba(0, 120, 227,1.0);
  border-width:0px;
}
.get-btn a:hover{
  background-color:rgba(27, 171, 226,0.6);
  color:rgba(255, 255, 255,1.0);
  border-color:rgba(0, 120, 227,1.0);
  opacity:1;
}


.main-header--secondary-nav ul li:first-child a:hover {
  color: #10a3e8;
  text-decoration: none;
}

.cm-mega-menu-wrp .hs-menu-wrapper>ul>li>a:hover svg.dropdown-arrow {
  fill: #1babe2;
}

.item-sec.dropdown--menu-1 p {
  margin: 0 0 1.618em 0;
}


.dropdown-wrp .item-sec p {
  margin: 0 0 1.618em 0;
}



.dropdown-wrp:last-child .item-sec.dropdown--menu-3 h6 {
  margin-top: 0em; /* test to remove margin */
}

.dropdown-wrp:last-child .item-sec.dropdown--menu-1 p:first-of-type,
.dropdown-wrp:last-child .item-sec.dropdown--menu-2 p:first-of-type {
  margin-bottom: 17px;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul ul>li {
  line-height: 42.59px;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul ul {
  padding-top: 0;
}

.footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul>li>a {
  margin-bottom: 4px;
}

form label, form legend {
  font-size: inherit;
}



.cm-logo-img .page-center {
  max-width: 100%;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: center;
}

.child-theme .cm-logo-img .page-center .top_sec {
  margin: 0 !important;
  padding: 0;
  padding-right: 3em;
  width: 29%;
  text-align: -webkit-auto;
}

.cm-logo-img .page-center .bottom_row {
  flex-wrap: wrap;
  width: 71%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.child-theme .cm-logo-img .page-center .top_sec h6.title {
  color: #7d95a5;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
}


.cm-logo-img .page-center .bottom_row .logos_row {
  margin: 0;
  align-items: center;
}

.cm-logo-img .page-center .bottom_row .logos_row .logo_item {
  width: 19%;
  padding: 0 1em;
}

.cm-logo-img .page-center .bottom_row .logos_row .logo_item .logo_inner {
  display: block;
}

.cm-logo-img .page-center .bottom_row .logos_row .logo_item .logo_inner img {
  padding: 1em 0;
  width: 100%;
  max-width: 194px;
}

.cm-bottom-pane.home-pane a.link {
  margin-bottom: -3em;
}

.cm-logo-img .page-center .bottom_row .logos_row .logo_item .logo_inner img {
  padding-bottom: 22px;
}



section.advanced-banner.cm_bnr a.hs-sec-btn,
.advanced-banner .btn_row .cta-btn{
  background-color: #fff;
  color: #1babe2;
  margin-right: 2em;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;/*changing from 800 to 700*/
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 15px;
  line-height: 24.27px;
}

.cm-mega-menu-wrp ul.cm-parent-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0;
}

.cm-mega-menu-wrp ul.cm-parent-menu li {
  margin: 0;
  height: 100%;
  font-size: 1em;
  list-style: none;
}

.main-header--primary-nav .hs_cos_wrapper {
  height: 100%;
}

.cm-mega-menu-wrp ul.cm-parent-menu span.menu-link {
  color: #596670;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  height: 100%;
  padding: 0 .75em;
  align-items: center;
  font-size: 1em;
  list-style: none;
}

.cm-mega-menu-wrp ul.cm-parent-menu span.menu-link svg.dropdown-arrow {
  fill: #596670;
  height: .5em;
  margin-left: .65em;
  width: 1em;
}


.dropdown-wrp .item-sec ul {
  display: block;
}

.main-header--secondary-nav ul li:first-child a:hover {
  opacity: 1;
}


.cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link:hover svg.dropdown-arrow {
  fill: #1babe2;
}

.dropdown-wrp.no-1 .item-sec.dropdown--menu-3 h5:first-of-type {
  margin-bottom: 17px;
}


.child-theme .dropdown-wrp .item-sec p a:hover {
  text-decoration: none;
}


.cm-mega-menu-wrp ul.cm-parent-menu li.mega-menu-active > span.menu-link {
  color: #1babe2;
}


.child-theme .dropdown-wrp.no-2 .item-sec.dropdown--menu-3 h6,
.child-theme .dropdown-wrp.no4 .item-sec.dropdown--menu-3 h6 {
  margin-top: 0;
}

.dropdown-wrp.no-4 .item-sec.dropdown--menu-3 h6 {
  margin-top: 0;
}



.dropdown-wrp.no-3 .item-sec.dropdown--menu-3 h5:last-of-type {
  margin-top: 20px;
}


.child-theme section.advanced-banner.cm_bnr svg {
  right: 0 !important;
}

.cm-two.two-col-content.cm-cont-img-col .content-col .description h3 {
  margin-bottom: 1em;
}



.cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content p {
  font-size: 47.4375px;
  line-height: 63.0919px;
  color: rgb(24, 45, 85);
}



.cm-mega-menu-wrp ul.cm-parent-menu li.mega-menu-active span.menu-link svg.dropdown-arrow {
  fill: #1babe2;
}


.cm-sec.cnt-wit-tp-img-wrp.cm-top-icon-text-layout,
.two-col-content.cm-cont-img-col.border{
  padding: 8em 0px;
}

.cm-sec.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .tp-img-cnt {
  margin-bottom: 6em;
}


.two-col-content.cm-cont-img-col.border.bg {
  border: 0;
}



.new-sec.two-col-content.cm-cont-img-col {
  border-top: 1px solid #d8dde2;
}

form label {
  font-weight: 500;
  margin: 0;
}


section.advanced-banner.cm_bnr.bnr .col6.image-column.full-bleed {
  width: 50%;
}

.all.cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content p {
  font-size: 1.25em;
  line-height: 1.618;
}

section.advanced-banner.cm_bnr.new_sec_bnr h1 {
  color: #03215A;
}

section.advanced-banner.cm_bnr.new_sec_bnr a.cta-btn {
  background: #1babe2;
  color: #fff;
}

.cm-py.two-col-content.cm-cont-img-col {
  padding-bottom: 1em;
  padding-top: 1em;
}

.cm-py.two-col-content.cm-cont-img-col a.hs-sec-btn {
  background: #1babe2;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 18.75px;
}

.advanced-banner .content-col h6 {
  color: #1babe2 !important;
}



.two-col-content.cm-cont-img-col.type3 ul {
  font-size: inherit;
  margin: 2em 0;
  padding-left: 2em;
}



.type2 .form_wrapper h5 {
  font-size: calc(1.25em + 1vw);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.33;
}


.btn.advanced-banner .description>:last-child {
  margin-bottom: 1em;
}


section.advanced-banner.cm_bnr.new_sec_bnr.btn a.cta-btn {
  background: #7d95a5;
}



section.advanced-banner.cm_bnr.new_sec_bnr.btn a.cta-btn {
  background: #7d95a5;
}



.two-col-content.cm-cont-img-col.type3 .content-col a.hs-sec-btn {
  background: #1babe2;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 18.75px;
}

.two-col-content.cm-cont-img-col.type3.left-sec .flex_center,
.two-col-content.cm-cont-img-col.type3.left .flex_row {
  align-items: normal !important;
}


.case-study-banner.hero.hero--backpage.mobile_img img {
  display: block !important;
}


.two-col-content.cm-cont-img-col.title h2.title {
  font-size: calc(2.49375em + 1vw);
  font-weight: 700;
  margin-bottom: 1em;
}


.title.two-col-content .content-col .btn-items .btn_row .btn_item a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  background: #1babe2;
  font-size: 1.25em;
}



.title.two-col-content.cm-cont-img-col .content-col .description h3 {
  margin-bottom: 1em;
}


footer.lp-footer {
  flex-wrap: wrap;
  display: flex;
  background: #03215A;
  overflow: hidden;
  position: relative;
}

footer.lp-footer svg.footer--minimal--pattern {
  fill: none;
  stroke: #7d95a5;
  stroke-miterlimit: 10;
  opacity: .2;
  position: absolute;
  right: -10%;
  top: -30px;
  width: 85%;
  z-index: 0;
}

footer.lp-footer .meta--content {
  margin: 2em 0;
}
footer.lp-footer .meta--content p,footer.lp-footer .meta--content p span {
  font-size: .9em;
  font-weight: 500;
}

.blog-index-sidebar-layout .row-fluid {
  padding: 0 !important;
}

.sidebar-popular-posts .page-center {
  padding: 0;
}

.child-theme .servs-details-pg .hs_service .col4 .row-fluid {
  padding: 0;
}

.child-theme .servs-details-pg .hs_service .col4 .row-fluid button.hs-search-field__button {
  top: 25px;
}

.hs-search-field button {
  top: 25px;
}

.sidebr-post .sidebar-popular-posts .page-center {
  padding: 0;
}

ul.blog_post_social_shares_ul li {
  list-style: none;
}

@media(max-width:1599px){
  .child-theme .cm-logo-img {
    padding: 7em;
    padding-bottom: 7em;
    padding-right: 4em;
    padding-top: 7em;
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content p {
    font-size: calc((1.25em + 1vw)*1.25);
    line-height: 1.33;
  }
}


@media(max-width:1300px){
  .meta--content {
    margin: 6em 0 0;
  }

  .footer--description p {
    margin: 0;
  }

  .footer--primary>.column:nth-child(2) {
    padding: 0;
  }
  .web-banner-text {
    padding: 0em 2em 0em 2em;
  }

  .web-banner-link {
    padding-right: 1.5em;
  }
}


@media(max-width:1200px){
  .child-theme .cm-logo-img {
    padding: 4em;
    margin-bottom: 0;
    padding-bottom: 6em;
    padding-right: 4em;
    padding-top: 6em;
  }
  .cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link {
    white-space: nowrap;
  }

  .main-header--secondary-nav ul li:first-child a {
    white-space: nowrap;
  }
  .hs_service .widget-type-form .hs-button {
    font-size: 1em;
    padding: 10px;
  }
}

@media(max-width:1094px){
  .cm-mega-menu-wrp ul.cm-parent-menu span.menu-link svg.dropdown-arrow {
    display: none;
  }
}
/*@media(max-width:1900px) and (min-width:768px){
  .child-theme  h1 {
    font-size: calc(3.15875em + 1.75vw);
  }
  .child-theme h2 {
    font-size: calc(2.9925em + 1vw);
  }
  .child-theme h3 {
    font-size: calc(2.49375em + 1vw);
  }
  .child-theme h4 {
    font-size: calc(1.25em + 1vw);
  }
  .child-theme h5 {
    font-size: calc(.9375em + .5vw);
  }
  .child-theme h6 {
    font-size: calc(.6875em + .5vw);*/

@media(max-width:1900px) and (min-width:768px){
  .child-theme  h1 {
    font-size: 3.5em;
  }
  .child-theme h2 {
    font-size: calc(2.9925em + 1vw);
  }
  .child-theme h3 {
    font-size: calc(2.49375em + 1vw);
  }
  .child-theme h4 {
    font-size: calc(1.25em + 1vw);
  }
  .child-theme h5 {
    font-size: calc(.9375em + .5vw);
  }
  .child-theme h6 {
    font-size: calc(.6875em + .5vw);
  }
}

/* Override H1 font size within blog posts */
.blog-post__title {
    font-size: calc(1.5em + 2vw) !important;
}

/* Override H2 font size within blog posts */
.blog-post h2 {
    font-size: calc(1.4em + 1.5vw) !important;
}

/* Override H3 font size within blog posts */
.blog-post h3 {
    font-size: calc(1.3em + 1.2vw) !important;
}

/* Override H4 font size within blog posts */
.blog-post h4 {
    font-size: calc(0.8em + 0.8vw) !important;
}



@media(max-width:970px){
  .cm-mega-menu-wrp ul.cm-parent-menu{
    display: none;
  }

  li#hamburger-menu-trigger {
    display: block;
    margin: 0;
  }

  .hamburger-icon.label {
    color: #596670;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 0 .75em;
    padding: 0 0 0 21px;
  }

  .hamburger-icon.label .icon {
    height: 23px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 30px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .hamburger-icon>.icon span {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .hamburger-icon>.icon span {
    background: #7d95a5;
    border-radius: 20px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%;
  }

  .hamburger-icon>.icon span:first-child {
    top: 0;
    width: 80%;
  }

  .hamburger-icon>.icon span:nth-child(2), .hamburger-icon>.icon span:nth-child(3) {
    top: 10px;
  }

  .hamburger-icon>.icon span:nth-child(4) {
    top: 20px;
    width: 90%;
  }

  html.child-theme.open-menu body {
    overflow: hidden;
  }

  .open-menu  .mobile-menu {
    display: flex;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    height: calc(100% - 190px);
    margin: 0;
    overflow: scroll;
    padding: 2em;
    width: 100%;
    display: block;
  }

  .mobile-menu div#hs_cos_wrapper_menu {
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper > ul > li {
    display: block;
    margin: 0;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    padding: .5em 0;
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 21px;
    color: #555555;
  }
  .open .hamburger-icon>.icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open .hamburger-icon>.icon span:first-child, .open .hamburger-icon>.icon span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
  }

  .open-menu .hamburger-icon>.icon span:first-child, .open-menu .hamburger-icon>.icon span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
  }

  .open-menu .hamburger-icon>.icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open-menu .hamburger-icon>.icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.child-theme.open-menu {
    overflow: hidden;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger {
    display: block;
    margin: 0;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: end;
    min-height: 44px;
    cursor: pointer;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.child-open ul {
    display: block;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    margin: 0;
    padding: 0;
    padding: 14px 28px;
    background: #f1f3f7;
    margin: 14px -28px;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a {
    cursor: pointer;
    display: block;
    padding: 1em 0;
  }
  .mobile-menu div#hs_cos_wrapper_menu span#hs_cos_wrapper_menu_ {
    height: 100%;
    display: block;
  }

  .mobile-menu div#hs_cos_wrapper_menu span#hs_cos_wrapper_menu_ div#hs_menu_wrapper_menu_ {
    display: block;
    height: 100%;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    line-height: 22.652px;
  }

  .open-menu .mobile-menu {
    padding-top: 6px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger {
    align-items: center;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a:hover {
    text-decoration: underline;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li {
    margin: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a {
    text-decoration: none;
    opacity: 1;
    color: #10a3e8;
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a:hover {
    color: #00a9c7;
    text-decoration: underline;
    opacity: .6;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a {
    font-size: 16px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger.child-open svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .cm-header {
    padding: 0 2em;
  }

  .header-wrp {
    color: #272d33;
    font-size: 15px;
    line-height: 1.618;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    font-size: 1.5em;
    padding: .5em 0;
    line-height: 1.618;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    font-size: 1em;
  }

  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger {
    min-height: 58.4px;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a {
    font-size: 16px;
  }

  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    color: #272d33;
  }
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper li a:hover {
    text-decoration: none;
  }
  .cm-blog-post-sidebr .simple-banner .banner-breacrumb {
    position: static;
  }
}

@media(max-width:900px){
  .footer--primary>.column:nth-child(2) {
    width: 70%;
  }
  .footer--primary>.column:first-child {
    padding: 1em 3em;
    width: 100%;
  }

  .footer--primary>.column:nth-child(2) {
    padding: 1em 3em;
    width: 100%;
  }
  .footer--primary>.meta--content>.column {
    padding: 1em 3em;
    width: 100%;
  }
  .footer--primary>.meta--content>.column p,
  .footer--description p{
    font-size: 1em;
  }
  .footer--primary>.column:nth-child(2) .inner-column, .footer--primary>.column:nth-child(2)>.column {
    width: 50%;
  }

  .footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul ul>li>a {
    white-space: pre-wrap;
  }

  .child-theme p{
    font-size:1.25em;/*changing from 15px to 1.25em, page body font size*/
  }
  .footer--description p {
    font-size: 1em;
  }
  .cm-logo-img .page-center {
    flex-direction: column;
  }

  .child-theme .cm-logo-img .page-center .top_sec {
    width: 100%;
  }

  .cm-logo-img .page-center .bottom_row {
    width: 100%;
  }

  .child-theme .cm-logo-img {
    padding: 3em;
    margin-bottom: 0;
    padding-bottom: 6em;
    padding-right: 4em;
    padding-top: 6em;
  }

  .child-theme .cm-logo-img .page-center .top_sec h6.title {
    font-size: calc(.875em + .5vw);
    margin-bottom: 1em;
  }

  .cm-logo-img .page-center .bottom_row .logos_row .logo_item {
    margin: 1em 0;
  }
  .two-col-content.cm-cont-img-col.title h2.title {
    font-size: calc(1.91187em + 1vw);
  }
}



@media(max-width:768px){
  .child-theme form.hs-form.stacked {
    margin-bottom: 30px;
  }
  .web-banner-container {
    flex-flow: column;
  }

  .web-banner-text {
    padding: 0.5em 2em 0em 1.5em;
  }

  .web-banner-link {
    padding: 0.5em 2em 0.5em 1.5em;
  }
  .cm-logo-img .page-center .bottom_row .logos_row .logo_item {
    width: 33%;
  }

  .child-theme .cm-logo-img {
    padding-right: 1em;
    padding-bottom: 6em;
    padding-top: 6em;
    padding-left: 3em;
  }

  .cm-logo-img .page-center .bottom_row .logos_row .logo_item .logo_inner img {
    max-width: 120px;
  }

  .cm-logo-img .page-center .bottom_row .logos_row {
    margin-left: -25px;
  }
  section.advanced-banner.cm_bnr a.hs-sec-btn {
    font-size: .8em;
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content p {
    font-size: 1em;
    line-height: 1.33;
  }
  .two-col-content.cm-cont-img-col.border.cm_row .flex_row {
    flex-direction: column-reverse;
  }
  .cm-py.two-col-content.cm-cont-img-col a.hs-sec-btn,
  .two-col-content.cm-cont-img-col.type3 .content-col a.hs-sec-btn{
    font-size: .8em;
  }
  .title.two-col-content .content-col .btn-items .btn_row .btn_item a {
    font-size: .8em;
  }
}


@media(max-width:640px){
  .child-theme form.hs-form.stacked {
    margin-bottom: 30px;
  }
  .footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul>li>a {
    font-size: 1em;
    margin-top: 1em;
  }

  .footer--primary>.column:nth-child(2) .inner-column .hs-menu-wrapper>ul ul>li>a {
    font-size: .7em;
  }

  .footer--primary > .column:nth-child(2) .inner-column {
    width: 50%;
  }
  .footer--primary>.column:nth-child(2){
    flex-wrap: wrap;
  }
  .child-theme .cm-logo-img {
    padding-right: 1em;
  }

  .cm-logo-img .page-center .bottom_row .logos_row .logo_item {
    width: 50%;
  }
}


@media(max-width: 550px){
  .main-header--secondary-nav ul li a#hs-button_login {
    display: none;
  }
  nav.hamburger-menu--sticky-footer {
    display: block;
    background: #fff;
    border-top: 1px solid #d8dde2;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0 2em;
    position: fixed;
    width: 100%;
    display: block;
  }

  nav.hamburger-menu--sticky-footer ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    min-height: 90px;
  }

  .child-theme nav.hamburger-menu--sticky-footer ul li a.hs-button {
    color: #596670;
    padding-right: 2em;
    font-size: 14px;
  }
  nav.hamburger-menu--sticky-footer ul li:last-child {
    display: none;
  }
  .child-theme nav.hamburger-menu--sticky-footer ul li a.hs-button{
    padding-left: 0;
  }
  .child-theme nav.hamburger-menu--sticky-footer ul li a.hs-button:hover {
    color: #1babe2;
    opacity: 1;
    text-decoration: underline;
  }
  .child-theme nav.hamburger-menu--sticky-footer ul li a.hs-button {
    font-size: 15px;
    transition: opacity .3s ease;
  }

  .child-theme nav.hamburger-menu--sticky-footer ul li a.hs-button:hover {
    text-decoration: none;
  }
}


@media(max-width: 470px){

  .get-btn {
    display: none;
  }
}


@media(max-width: 415px){
  .logo-wrp a svg {
    height: 2.2em;
  }
}

@media(max-width: 400px){
  nav.hamburger-menu--sticky-footer ul li:last-child {
    display: block;
  }

  nav.hamburger-menu--sticky-footer ul li:last-child a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    border-radius: 50px;
    font-size: .9em;
    background: #1babe2;
    color: #fff;
    font-size: 12.6px;
    line-height: 22.652px;
    padding: .8em 1.3em;
    display: block;
  }
  nav.hamburger-menu--sticky-footer ul li:last-child a {
    font-size: 13.5px;
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content p {
    font-size: 22.51px;
    line-height: 29.9383px;
  }
}




@media(min-width: 768px){
  .child-theme .dnd-section > div,
  .content-wrapper,
  .page-center, .dnd-section > div,
  .container {
    padding: 0 3em;
  }

}




@media(min-width: 900px){
  .child-theme .dnd-section > div,
  .content-wrapper,
  .page-center, .dnd-section > div,
  .container {
    padding: 0 4em;
  }
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .dnd-column.span12,
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .span12.dnd-module {
    padding: 0;
    max-width:100%!important;
  }
  .child-theme [class*=full-width-section].dnd-section,
  .child-theme [class*=full-width-section].dnd-section>.row-fluid {
    padding: 0;
    max-width:100%!important;
  }
  .footer--primary>.column:nth-child(2) {
    width: 70%;
  }
}




@media(min-width: 1200px){
  .child-theme .dnd-section > div,
  .content-wrapper,
  .page-center, .dnd-section > div,
  .container{
    padding: 0 7em;
  }
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .dnd-column.span12,
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .span12.dnd-module {
    padding: 0;
    max-width:100%!important;
  }
  .child-theme [class*=full-width-section].dnd-section,
  .child-theme [class*=full-width-section].dnd-section>.row-fluid {
    padding: 0;
    max-width:100%!important;
  }

}




@media(min-width: 1600px){
  .child-theme .dnd-section > div,
  .content-wrapper,
  .page-center, .dnd-section > div,
  .container {
    padding: 0 12em;
    max-width:100%!important;
  }
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .dnd-column.span12,
  .child-theme .dnd-section[class*='force-full-width-section'] > .row-fluid > .span12.dnd-module {
    padding: 0;
    max-width:100%!important;
  }
  .child-theme [class*=full-width-section].dnd-section,
  .child-theme [class*=full-width-section].dnd-section>.row-fluid {
    padding: 0;
    max-width:100%!important;
  }
  .two-col-content.cm-cont-img-col.border .media_column {
    margin-left: -12em;
    width: calc(50% + 12em);
  }

  .two-col-content.cm-cont-img-col.border .flex_row.flex_center {
    padding-top: 2%;
  }
  .type.two-col-content.cm-cont-img-col.border .media_column {
    margin-right: -12em;
    margin-left: 0;
  }
  .new-sec.two-col-content.cm-cont-img-col {
    border-top: 1px solid #d8dde2;
    padding: 7em 0;
    padding-bottom: 12em;
  }
  .simple.two-col-content.cm-cont-img-col .flex_row .media_column {
    margin-right: -12em;
    width: calc(50% + 12em);
  }
  .simple-left.two-col-content.cm-cont-img-col.right .flex_row .media_column {
    width: calc(50% + 12em);
    margin-left: -12em;
  }
  .two-col-content.cm-cont-img-col.type3 {
    padding: 10em 0;

    padding-bottom: 8em;
  }
  .two-col-content.cm-cont-img-col.type3.left-sec .media_column{
    margin-left: -12em;
    width: calc(50% + 12em);
  }

  .two-col-content.cm-cont-img-col.type3.left .media_column{
    margin-right: -12em;
    width: calc(50% + 12em);
  }
}



.cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link:hover{
  color:rgba(27, 171, 226,1.0);
  background-color:rgba(2, 103, 128,0.0);
  opacity:1;
}



/*  child-1*/

section.content-with-form .hero--right-column .hs-form-field select {
  background: url(//493201.fs1.hubspotusercontent-na1.net/hubfs/493201/raw_assets/public/Paystand_June2024/images/Caret.svg) no-repeat #fff;
}
.two-col-content.infographic_two_col {
  padding: 12em;
  padding-top: 10.7em;
}
.two-col-content.infographic_two_col .page-center {
  padding: 0;
}
.two-col-content.infographic_two_col .columns_rowo_wrap {
  padding-top: 3%;
} 
.two-col-content.infographic_two_col .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-col-content.infographic_two_col .content-col {
  width: 50%;
  padding: 0 3em;
  padding-left: 0;
}
.two-col-content.infographic_two_col .media_column {
  padding: 0 3em;
  width: 50%;
  padding-right: 0;
}
.two-col-content.infographic_two_col .description {
  margin: 0 !important;
}
.two-col-content.infographic_two_col .description h6 {
  margin-bottom: .5em;
  color: #7d95a5;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.two-col-content.infographic_two_col .description h3 {
  margin-bottom: 1em;
}
.two-col-content.infographic_two_col .description p {
  font-weight: 300;
  margin-bottom: 1em;
}
.two-col-content.infographic_two_col .btn_row {
  margin: 0;
}
.two-col-content.infographic_two_col .btn_row a.hs-sec-btn {
  background: #1babe2;
  color: #fff;
  padding: 1em 1.4em;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 15px;
}
.two-col-content.infographic_two_col .media_column img {
  vertical-align: unset;
}
.resources {
  padding: 12em;
}
.resources .smaller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
.resources .smaller .sidebar {
  margin-bottom: 3em;
  padding: 0 1.5em;
  width: 33.3%;
}
.resources .smaller.learning-paths {
  width: 66.6%;
  margin-bottom: 3em;
  padding: 0 1.5em;
  padding-right: 0;
}
.resources .smaller .sidebar h6 {
  letter-spacing: 3px;
  margin-bottom: 1em;
}
.resources .smaller .sidebar p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.618;
}
.resources .smaller .sidebar p a {
  color: #7d95a5;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 1.618;
  font-size: 18.75px;
}
.resources .smaller .sidebar .newsletter--container {
  margin-top: 3em;
}
.resources .smaller .sidebar .sidebar--sticky-container {
  position: sticky;
  top: 130px;
}
.resources .smaller .sidebar .hs-form-field>label {
  display: none;
}
.resources .smaller .sidebar .hs-form-field .hs-input {
  padding: 13.333px 6.667px;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 13.333px;
}
.resources .smaller .sidebar .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  white-space: nowrap;
  font-size: 13.3333px;
  line-height: normal;
  margin: 0;
}
.resources .smaller.learning-paths .column {
  margin-bottom: 3em;
  padding: 0 1.5em;
  width: 50%;
}
.resources .smaller.learning-paths .column a.card {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3em;
  -webkit-transition: box-shadow .3s ease, background .3s ease;
  -moz-transition: box-shadow .3s ease, background .3s ease;
  transition: box-shadow .3s ease, background .3s ease;
  color: #47525a;
  display: block;
  padding: 2em;
}
.resources .smaller.learning-paths .cover-image {
  background: rgba(125, 149, 165, .6);
  min-height: 225px;
  color: #fff;
  margin: -2em -2em 2em;
  overflow: hidden;
  padding: 2em;
  position: relative;
}
.resources .smaller.learning-paths .cover-image svg.card-pattern {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  width: 150%;
  fill: none;
  stroke: #182d55;
  opacity: .2;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
}
.resources .smaller.learning-paths .featured-image--container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.resources .card-info {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 300;
}
.resources .card-info h6 {
  font-size: .9em;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
}
.resources .card-info h4 {
  font-size: 1.75em;
  letter-spacing: 0;
  line-height: 1.33;
}
.resources p.text-link {
  margin-top: 1em;
  font-size: 1em;
  color: #1babe2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.resources .learning-path--calout {
  border-top: 1px solid #d8dde2;
  margin: 2em -2em 0;
  padding: 2em 2em 0;
}
.resources .learning-path--calout h6 {
  margin-bottom: .3em;
  font-size: .9em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.resources .learning-path--calout p {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}
.resources .smaller.learning-paths .column a.card:hover {
  background: #d8dde2;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  opacity: 1;
}
.resources a.card.datasheet .featured-image--container {
  padding: 10% 20% 0;
}
.resources .smaller.learning-paths .cover-image svg.button--play-icon {
  fill: #fff;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 80px;
}
.resources .column a.card.webinar .featured-image--container {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.resources .smaller.learning-paths .column a.card.webinar .cover-image {
  background: #03215A;
}
.resources .smaller.learning-paths .column a.card.webinar svg.card-pattern {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  width: 150%;
  fill: none;
  stroke: #1babe2;
  opacity: .3;
}
.resources .smaller.learning-paths .column a.card.datasheet svg.card-pattern {
  fill: none;
  stroke: #182d55;
  opacity: .2;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  width: 150%;
}
.resources .smaller.learning-paths .column a.card.case-study .featured-image--container {
  padding: 2em;
}
.resources .smaller.learning-paths .column a.card.case-study .cover-image {
  background: #f1f3f7;
}
.resources .smaller.learning-paths .column a.card.case-study .featured-image--container {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.resources .smaller.learning-paths .column a.card.case-study .featured-image--container img {
  box-shadow: unset;
}
.resources p:not(:last-child) {
  margin-bottom: 1em;
}
.resources .smaller .sidebar p a:hover {
  color: #1babe2;
  opacity: 1;
}
.two-col-content.infographic_two_col .description h2 {
  margin-bottom: 1em;
}
.two-col-content.infographic_two_col .description h4 {
  margin-bottom: 1em;
}
.resources .smaller.learning-paths .column a.card.blog-post .cover-image {
  background: #182d55;
}
.resources .smaller.learning-paths .column a.card.blog-post .cover-image h4 {
  font-size: 1.75em;
  color: #fff;
  font-weight: 300;
  line-height: 1.33;
}
.resources .smaller.learning-paths .column a.card.blog-post svg.card-pattern {
  fill: none;
  stroke: #1babe2;
  opacity: .3;
  position: absolute;
  right: -40%;
  top: -20%;
  width: 120%;
  transform: unset;
  left: auto;
}
.resources.learning-path p.text-link {
  margin-bottom: 0;
}
.advance-testimonial.no-bdr {
  border: 0 !important;
}
.advance-testimonial.no-bdr p.role {
  margin: 0 !important;
}
.advanced-banner.cash-bnr {
  padding-bottom: 7em;
  padding-top: 11.6em;
}
.advanced-banner.cash-bnr .content-col {
  width: 80%;
}
.advanced-banner.cash-bnr .description * {
  color: #fff;
}
.advanced-banner.cash-bnr .description h6 {
  color: #1babe2;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.advanced-banner.cash-bnr .description h4 {
  margin-bottom: .5em;
}
.subhero-wrapper {
  background: #f1f3f7;
  padding: 12em;
}
.subhero-wrapper .column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3em;
  width: calc(100% + 6em);
}
.subhero-wrapper .column-layout .column:not(:nth-last-child(-n+2)) {
  margin-bottom: 4em;
}
.subhero-wrapper .column-layout>.column {
  width: 33.3%;
  padding: 0 3em;
}
.subhero-wrapper .column-layout>.column.large {
  width: 66.6%;
}
.subhero-wrapper .column-layout>.column.large p {
  margin: 0;
}
.subhero-wrapper .column-layout h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.subhero-wrapper .column-layout ul {
  margin-top: 0;
}
.resource-inner-page {
  padding: 0 12em;
  margin-top: -85px;
}
.resource-inner-page .resource-inner-grid {
  grid-gap: 4%;
  grid-row-gap: 0;
  display: grid;
  grid-template-columns: 1fr 32%;
}
.resource-inner-page .resource-inner-grid .resource-form-section {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
}
.resource-inner-page .resource-inner-grid .resource-form-section .right-dnd-area {
  margin-bottom: 3em;
  z-index: 500;
  position: sticky;
  top: 130px;
}
.resource-inner-page .resource-inner-grid .resource-left-section h6.intro-header {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1babe2;
  margin-bottom: .5em;
}
.resource-inner-page .resource-inner-grid .resource-left-section h1 {
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 900;
}
.resource-inner-page .resource-inner-grid .resource-form-section .sidebar--sticky-container {
  margin-top: 80px;
  margin-bottom: 0;
}
.advance-testimonial.resources-testi {
  border: 0;
  padding: 5em 0;
  position: relative;
  overflow: visible;
}
.hs-form-field {
  margin-bottom: 0;
}
.advance-testimonial.resources-testi svg.blockquote__pattern {
  fill: #d8dde2;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  transform: translate(-38%, -71%);
  width: 250%;
  z-index: 0;
}
.advance-testimonial h4{
  position: relative;
}
.advance-testimonial.resources-testi .row {
  background: #f1f3f7;
  overflow: hidden;
  margin: 0 -12em;
  padding: 12em;
  padding-bottom: 6em;
  padding-top: 6em;
  position: relative;
  text-align: center;
}
.advance-testimonial.resources-testi:before {
  background-color: #f1f3f7;
  bottom: 0;
  content: "";
  display: block;
  left: -12em;
  position: absolute;
  right: -12em;
  top: 0;
  width: 99.1vw;
  z-index: -1;
}
.advance-testimonial.resources-testi .row {
  background: #f1f3f7;
  overflow: hidden;
  margin: 0 -12em;
  padding: 12em;
  padding-bottom: 6em;
  padding-top: 6em;
  position: relative;
  text-align: center;
}
.cm-logo-img.whitepapers .page-center .bottom_row .logos_row .logo_item {
  padding: 0 1em;
  width: 20%;
}
.cm-logo-img.whitepapers {
  border-top: 1px solid #d8dde2;
}
.cm-logo-img.whitepapers .page-center .bottom_row .logos_row .logo_item .logo_inner img{
  vertical-align: baseline;
}
.cm-row .left-sec .hs-richtext {
  margin: 0;
}
.transparent-header .header-wrp {
  min-height: unset;
}
.transparent-header:not(.scroll_top) .header-wrp .cm-header {
  background: transparent;
}
body.white-header:not(.scroll_top) .logo-wrp a svg path,
body.white-header:not(.scroll_top) .cm-mega-menu-wrp ul.cm-parent-menu span.menu-link svg.dropdown-arrow{
  fill: #fff;
}
body.white-header:not(.scroll_top) .cm-mega-menu-wrp ul.cm-parent-menu li span.menu-link{
  color: #fff;
}
body.white-header:not(.scroll_top) .get-btn a{
  background: #fff;
  color: #3f77e0;
}
body.white-header:not(.scroll_top) .hamburger-icon>.icon span{
  background: #fff;
}

body.white-header:not(.scroll_top) .get-btn a:hover{
  opacity: .6;
}
.cm-tabber-wrp.microsoft-dynamics .tab-title {
  background-color: #eee;
}
.cm-tabber-wrp.microsoft-dynamics .tab-title.slick-current,
.cm-tabber-wrp.microsoft-dynamics .tab-title:hover{
  background: transparent;
}
.two-col-content.type4 .media_column {
  width: 50% !important;
  margin: 0 !important;
}
.two-col-content.large_img .media_column {
  margin-left: -12em;
  width: calc(50% + 12em);
}


@media(max-width: 1600px){
  .two-col-content.infographic_two_col {
    padding: 7em;
    padding-top: 85px;
  }
  .resources,
  .subhero-wrapper{
    padding: 7em;
  }
  .resource-inner-page {
    padding: 0 7em;
  }
  .advance-testimonial.resources-testi .row {
    margin: 0 -7em;
    padding: 7em;
  }
  .advance-testimonial.resources-testi h4 {
    position: relative;
  }
  .advance-testimonial.resources-testi .row {
    margin: 0 -7em;
    padding: 6em 7em;
  }
  .cnt-wit-bg-wrp.cm_hr.reverse {
    padding-left: 7em;
    padding-right: 0;
  }
  .two-col-content.large_img .media_column {
    margin-left: -7em;
    width: calc(50% + 7em);
  }
}


@media(max-width: 1200px){
  .two-col-content.infographic_two_col {
    padding: 4em;
    padding-top: 40px;
  }
  .resources,
  .subhero-wrapper{
    padding: 4em;
  }
  .resources .smaller.learning-paths .column {
    padding: 0 1em;
  }
  .resources .smaller.learning-paths {
    padding: 0 1em;
    padding-right: 0;
  }
  .resources .smaller .sidebar {
    padding: 0 1em;
  }
  .resources .smaller {
    margin: 0 -1em;
  }
  .resources .smaller.learning-paths .cover-image {
    margin: -1.5em -1.5em 1.5em;
    min-height: 165px;
    padding: 1.5em;
  }
  .resources .smaller.learning-paths .column a.card {
    padding: 1.5em;
  }
  .resources .card-info h4 {
    font-size: 1.2em;
    font-weight: 500;
  }
  .resources .card-info {
    -webkit-line-clamp: 8;
  }
  .resources .learning-path--calout {
    margin: 1.5em -1.5em 0;
    padding: 1.5em 1.5em 0;
  }
  .resources .smaller.learning-paths .cover-image svg.button--play-icon {
    width: 50px;
  }
  .blog-banner.resources_bnr {
    margin: -85.5px 0 0;
  }
  .resources .smaller.learning-paths .column a.card.blog-post .cover-image h4 {
    font-size: 1.2em;
    font-weight: 400;
  }
  .resource-inner-page {
    margin-top: -85px;
    padding: 0 4em;
  } 
  .advance-testimonial.resources-testi .row {
    margin: 0 -4em;
    padding: 6em 4em;
  }
  .two-col-content.large_img .media_column {
    margin-left: 0;
    width: 50%;
  }
  .two-col-content.large_img .media_column {
    margin-left: -4em;
    width: calc(50% + 4em);
  }
}

@media(max-width: 900px){
  .two-col-content.infographic_two_col {
    padding: 3em;
    padding-top: 28px;
  }
  .two-col-content.infographic_two_col .description h6 {
    font-size: calc(.875em + .5vw);
  }
  .two-col-content.infographic_two_col .description h3 {
    font-size: calc(1.91187em + 1vw);
    line-height: 1.33;
    font-weight: 700;
  }
  .two-col-content.infographic_two_col .description p {
    font-size: 1em;
  }
  .blog-banner.resources_bnr {
    padding: 3em;
    padding-bottom: 7em;
    padding-top: 12em;
    margin: -78.5px 0 0;
  }
  .resources,
  .subhero-wrapper{
    padding: 3em;
  }
  .resources h2 {
    font-size: calc(2.66em + 1vw);
  }
  .resources .smaller .sidebar h6 {
    font-size: calc(.875em + .5vw);
  }
  .resources .smaller .sidebar p {
    font-size: 1em;
  }
  .resources .smaller .sidebar p a {
    font-size: 1em;
  }
  .resources .smaller.learning-paths .cover-image {
    min-height: 150px;
  }
  .subhero-wrapper .column-layout h6,
  .resource-inner-page .resource-inner-grid .resource-left-section h6.intro-header{
    font-size: calc(.875em + .5vw);
  }
  .hero.section-container--spacing.hero--backpage.hero--sticky-sidebar-lp p {
    font-size: 15px;
  }
  .resource-inner-page .resource-inner-grid {
    grid-template-columns: 1fr 40%;
  }
  .advance-testimonial.resources-testi .row {
    margin: 0 -3em;
    padding: 6em 3em;
  }
  .advance-testimonial.resources-testi .testimonial-inner h6.name {
    font-size: calc(.875em + .5vw);
  }
  .advance-testimonial.resources-testi p.role {
    font-size: 1em;
  }
  .two-col-content.large_img .media_column {
    margin-left: -3em;
    width: calc(50% + 3em);
  }
}

@media(min-width: 971px){
  body.white-header:not(.scroll_top) .main-header--secondary-nav ul li:first-child a {
    color: #272d33;
  }
  body.white-header:not(.scroll_top) .main-header--secondary-nav ul li a#hs-button_login{
    color: #ffffff;
  }
  body.white-header:not(.scroll_top) .main-header--secondary-nav ul li:first-child a{
    color: #fff;
  }
}

@media(max-width: 767px){
  .two-col-content.infographic_two_col .content-col {
    padding: 0;
    width: 100%;
  }
  .two-col-content.infographic_two_col .media_column {
    padding: 0;
    width: 100%;
  }
  .two-col-content.infographic_two_col .btn_row a.hs-sec-btn {
    font-size: .8em;
  }
  .two-col-content.infographic_two_col .flex_row {
    gap: 0;
  }
  .two-col-content.infographic_two_col .content-col {
    margin-bottom: 3em;
  }
  .two-col-content.infographic_two_col {
    padding: 3em;
    padding-top: 24px;
  }
  .resources .smaller .sidebar {
    width: 100%;
  }
  .resources .smaller.learning-paths {
    width: 100%;
  }
  .resources .smaller.learning-paths .column {
    width: 100%;
  }
  .resources .smaller.learning-paths .cover-image {
    min-height: 200px;
  }
  .resources .smaller .sidebar .sidebar--sticky-container {
    position: static;
    top: 130px;
  }
  .resources .smaller .sidebar .newsletter--container form {
    margin: 0;
  }
  .resources .card-info h4 {
    font-size: 1.75em;
    font-weight: 300;
  }
  .subhero-wrapper .column-layout .column:not(:nth-last-child(-n+2)) {
    margin-bottom: 1em;
  }
  .subhero-wrapper .column-layout>.column.large {
    width: 100%;
  }
  .subhero-wrapper .column-layout>.column {
    width: 100%;
  }
  .resources .smaller.learning-paths .column a.card.blog-post .cover-image h4 {
    font-size: 1.75em;
    font-weight: 300;
  }
  .two-col-content.infographic_two_col,
  .blog-banner.resources_bnr,
  .resources{
    padding-left: 30px;
    padding-right: 30px;
  }
  .resources .smaller {
    margin: 0 -1.5em;
    width: auto;
  }
  .resources .smaller .sidebar {
    padding: 0 0;
  }
  .resources .smaller.learning-paths {
    padding: 0;
    margin: 0;
  }
  .resources .smaller.learning-paths .column {
    padding: 0;
  }
  .resources .smaller {
    margin: 0 0;
    width: auto;
  }
  .cm-bottom-pane a.link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subhero-wrapper .column-layout>.column {
    padding: 0 20px;
  }
  .resource-inner-page .resource-inner-grid {
    grid-gap: 4%;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .resource-inner-page .resource-inner-grid .resource-form-section {
    grid-column: unset;
    grid-row: unset;
  }
  .resource-inner-page .resource-inner-grid .resource-form-section .sidebar--sticky-container {
    margin-top: 0;
  }
  .resource-inner-page .resource-inner-grid .resource-form-section .sidebar--sticky-container h6 {
    font-size: calc(.875em + .5vw);
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .resource-inner-page .resource-inner-grid .sidebar--sticky-container form .hs-form-field>label {
    font-weight: 500;
  }
  .resource-inner-page .resource-inner-grid form {
    margin: 0 !important;
  }
  .resource-inner-page .resource-inner-grid .resource-form-section .sidebar--sticky-container {
    margin: 0;
  }
  .advance-testimonial.resources-testi:before {
    left: -60px;
    right: -60px;
    width: auto;
  }
  .cm-logo-img.whitepapers .page-center .bottom_row .logos_row .logo_item {
    width: 50%;
  }
  .two-col-content.large_img .media_column {
    margin-left: 0;
    width: 50%;
  }
}

@media(max-width: 480px){
  .resource-inner-page {
    padding: 0 20px;
  }
  .advance-testimonial.resources-testi .row {
    margin: 0;
    padding: 6em 0;
  }
  .advance-testimonial.resources-testi:before {
    left: -20px;
    right: -20px;
    width: auto;
  } 
}


/*  child-2*/


@font-face {
  font-family: "Open Sans";
  src: url("https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
}

@font-face {
  font-family: "Roboto Condensed"; 
  src: url("https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

b, strong {
  font-weight: 500; /*changing from 500 to 700*/
}

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

ul.hs-error-msgs {
  padding: 0;
  margin-top: .35rem;
  margin-bottom: .35rem;
}

.two-col-content.cm-about-bnr {
  font-size: 14px;
  font-weight: 300;
}

.two-col-content.cm-about-bnr h1 {
  font-size: 30px;
  line-height: 50px;

}
.two-col-content.cm-about-bnr .content-col .cont-inner {
  padding-top: 20%;
}
.two-col-content.cm-about-bnr .content-col .description {
  margin: 0;
}


.cnt-wit-tp-img-wrp.about-simple-card {
  font-size: 14px;
  font-weight: 300;
}
.cnt-wit-tp-img-wrp.about-simple-card .top_sec {
  margin: 0 0 56px;
  padding: 0;
}
.cnt-wit-tp-img-wrp.about-simple-card .bottom_row .flex-row {
  margin: 0 -10px;
}

.cnt-wit-tp-img-wrp.about-simple-card .col-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
}

.cnt-wit-tp-img-wrp.about-simple-card .tp-img-cnt-inner p:last-child {
  margin: 0 0 1.618em;
}


.cm_team_wrp.our-team {
  font-size: 14px;
  font-weight: 300;
}

.cm_team_wrp.our-team .top_sec {
  margin: 0;
  padding: 0 0 60px;
}
.cm_team_wrp.our-team .top_sec .top_content>p:last-child {
  margin: 0 0 1.618em 0;
}

.cm_team_wrp.our-team .cm_team_row {
  justify-content: flex-start;
  margin: 0;
  row-gap: 60px;
}

.cm_team_wrp.our-team .cm_team_card {
  margin-bottom: 20px;
}



.cm_team_wrp.our-team .cm_team_cont {
  padding: 20px;
}

.cm_team_wrp.our-team .cm_team_image {
  border-bottom: 4px solid transparent;
  margin: 0 0 6px;
  padding: 0;
}
.cm_team_wrp.our-team .cm_team_image img {
  width: 100%;
}

.cm_team_wrp.our-team .cm_team_card_inner {
  border-radius: 8px;
  border: solid 1px transparent;
}
.cm_team_wrp.our-team .cm_team_card_inner:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
}

.cm_team_wrp.our-team .cm_team_card_inner:hover .cm_team_image {
  border-bottom: solid 4px #1babe2;
}


.cm_team_wrp.our-team .cm_team_cont > h6 {
  color: #05b5f0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: unset;
  line-height: 1.618em;
}
.cm_team_wrp.our-team .cm_team_cont p {
  font-size: 14px;
  margin: 0 0 1.618em;
}

.cm_team_wrp.our-team .cm_team_cont > p {
  margin-bottom: 1em;
}
.cm_team_wrp.our-team .btn_wrapper .btn_row {
  margin: 0;
}


.cm_team_wrp.our-team-v2 {
  font-size: 14px;
  font-weight: 300;
}

.cm_team_wrp.our-team-v2 .top_sec {
  margin: 0;
  padding: 0 0 60px;
}
.cm_team_wrp.our-team-v2 .top_sec .top_content>p:last-child {
  margin: 0 0 1.618em 0;
}

.cm_team_wrp.our-team-v2 .cm_team_row {
  margin: 0;
  row-gap: 60px;
  justify-content: flex-start;
}

.cm_team_wrp.our-team-v2 .cm_team_card {
  margin-bottom: 0 0 20px;
}


.cm_team_wrp.our-team-v2 .cm_team_image {
  border-bottom: 4px solid transparent;
  margin: 0 0 24px;
  padding: 0;
}
.cm_team_wrp.our-team-v2 .cm_team_image img {
  width: 100%;
}



.cm_team_wrp.our-team-v2 .cm_team_cont > h6 {
  color: #05b5f0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.618;
  text-transform: unset;
  margin-bottom: 0;
}
.cm_team_wrp.our-team-v2 .cm_team_cont>h6 > strong {
  color: #111111;
}
.cm_team_wrp.our-team-v2 .cm_team_cont p {
  margin: 0 0 1.618em;
  line-height: 1.618;
  font-size: 1.25em;
  color: #111111;
}


.cm_team_wrp.our-team-v2 .cm_team_cont p:not(:last-child) {
  margin-bottom: 1em;
}

.cm_team_wrp.our-team-v2 .cm_team_cont .cm_team_text_innner > *:last-child {
  margin-bottom: 0;
}

.cm_team_wrp.our-team-v2 .btn_wrapper .btn_row {
  margin: 0;
}

.cm_team_wrp.our-team-v2 .cm_team_cont a {
  font-weight: 300;
  font-size: 14px;
}
.cm_team_wrp.our-team-v2 .cm_team_cont .cm_team_text_innner a:hover {
  text-decoration: underline;
}


.logo_slider.our-investers {
  font-size: 14px;
  font-weight: 300;
}
.logo_slider.our-investers .top_sec {
  margin: 0 0 17.5px !important;
  padding: 0;
}

.logo_slider.no-slider.our-investers .logos_row {
  row-gap: 20px;
  margin: 0 0 1.618em 0;
}

.logo_slider.no-slider.our-investers .logo_item {
  width: 25%;
  padding: 15px;
}
.logo_slider.our-investers .top_content {
  font-size: 15px;
}

.two-col-content.two-col-cnt-wt-bg {
  font-size: 14px;
  font-weight: 300;
}
.two-col-content.two-col-cnt-wt-bg .flex_row {
  row-gap: 0;
}
.two-col-content.two-col-cnt-wt-bg .single_parallax {
  height: 100%;
  padding-bottom: 0;
  min-height: 400px;
}
.two-col-content.two-col-cnt-wt-bg .content-col .description {
  margin: 0;
}
.two-col-content.two-col-cnt-wt-bg .description h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 39px;
}

.two-col-content.two-col-cnt-wt-bg .description p {
  margin-bottom: 1em;
}
.two-col-content.two-col-cnt-wt-bg a.hs-button {
  border-radius: 24px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 13px 50px;
  text-transform: uppercase;
  border: 1px solid #05b5f0;
}
.two-col-content.two-col-cnt-wt-bg a.hs-button:hover {
  color: #05b5f0;
  background: #fff;
  opacity: 1;
}



.cnt-wit-bg-wrp.bottom-pane .rich_text h2 {
  margin-bottom: 40px;
  color: #7e95a5;
  font-size: 35px;
  line-height: 39px;
}

.cnt-wit-bg-wrp.bottom-pane:not(.type2) a.cta_button ,
.cnt-wit-bg-wrp.bottom-pane:not(.type2) a.cta_button:hover {
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 80px;
  font-size: 19.6px;
  letter-spacing: 1.4px;
  line-height: 30px;
  border-radius: 33.6px;
  border: none !important;
  background: #1faae1 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.simple-banner.cm-simple-bnr {
  font-size: 14px;
  min-height: auto;
  font-weight: 300;
}
.simple-banner.cm-simple-bnr .banner-content-inner {
  padding: 0;
}
.simple-banner.cm-simple-bnr h1 {
  font-size: 42px;
  font-weight: normal;
  line-height: 50px;
}
.simple-banner.cm-simple-bnr h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 39px;
}
.simple-banner.cm-simple-bnr p {
  line-height: 1.618em;
  font-size: 14px;
}

.cnt-wit-bg-wrp.accept-credit-cards-cont h5 {
  font-size: 26px;
  color: #666;
  line-height: 1.387em;
  margin: 0;
}
.cnt-wit-bg-wrp.accept-credit-cards-cont {
  font-size: 14px;
  line-height: 1.618em;
  font-weight: 300;
}
.cnt-wit-bg-wrp.accept-credit-cards-cont h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 39px;
  margin: 0;
}
.cnt-wit-bg-wrp.accept-credit-cards-cont hr {
  border: 0;
  height: 1px;
  background-color: #ececec;
}
.cnt-wit-bg-wrp.accept-credit-cards-cont p {
  margin-bottom: 21px;
}


.cnt-wit-bg-wrp.cm-policy-cont {
  padding: 3em 0;
}
.cnt-wit-bg-wrp.cm-policy-cont h1 {
  font-weight: 900;
}
.cnt-wit-bg-wrp.cm-policy-cont .content_widget h2 {
  margin-bottom: .5em;
}
.cnt-wit-bg-wrp.cm-policy-cont blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}
.cnt-wit-bg-wrp.cm-policy-cont blockquote > h4 {
  line-height: 1.618;
  margin-bottom: 1em;
  padding: 0 15%;
}


.two-col-content.cm-hero {
  min-height: 93vh;
  padding-bottom: 3em;
  padding-top: 3em;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 4em;
  padding-top: 11em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.two-col-content.cm-hero .flex_row .col6:nth-child(odd) {
  padding-left: 0;
  padding-right: 3em;
}
.two-col-content.cm-hero .flex_row .col6:nth-child(even) {
  padding-left: 3em;
  padding-right: 0;
  padding-top: 5em;
}
.two-col-content.cm-hero .mediaimg {
  padding-bottom: 9px;
}
.two-col-content.cm-hero .single-img {
  padding: 0 4em 4em;
}

.two-col-content.cm-hero .content-col .description {
  margin: 0;
}
.two-col-content.cm-hero .description h1 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1em;
}
.two-col-content.cm-hero .description h2 {
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.two-col-content.cm-hero .description p {
  font-weight: 500;
  margin-bottom: 1em;
}
.two-col-content.cm-hero .btn_row {
  padding-top: 2em;
  margin: 0;
}
.two-col-content.cm-hero a.hs-sec-btn {
  background: #fff;
  color: #3f77e0 !important;
  border: 0;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.618;
}

.two-col-content.cm-cont-img-col {
  padding: 3em 0;
}
.two-col-content.cm-cont-img-col .bottom_row .flex_row {
  padding-top: 3%;
  row-gap: 0;
}

.two-col-content.cm-cont-img-col .flex_row .content-col,
.two-col-content.cm-cont-img-col .flex_row .media_column{
  padding-left: 0;
  padding-right: 0;
}


.two-col-content.cm-cont-img-col .content-col .description {
  margin: 0;
}
.two-col-content.cm-cont-img-col .description p {
  margin-bottom: 1em;
}
.two-col-content.cm-cont-img-col .description p a span {
  font-weight: 300;
}
.two-col-content.cm-cont-img-col .description h6 {
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.two-col-content.cm-cont-img-col .btn_row {
  margin-top: 1em;
}

.two-col-content.cm-cont-img-col.small-spacing {
  padding-bottom: 1em;
  padding-top: 1em;
}


.two-col-content.cm-two-col-text .flex_row {
  row-gap: 0;
}
.two-col-content.cm-two-col-text .content-col .description {
  margin: 0;
}
.two-col-content.cm-two-col-text .content_box {
  margin-top: 1em;
}


.cnt-wit-tp-img-wrp.cm-top-icon-text-layout {
  padding: 3em 0;
}
.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec {
  padding: 0;
  margin: 0 0 8em;
}
.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec .top_content {
  text-align: left;
}
.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .flex-row {
  margin: 0 -3em;
  width: calc(100% + 6em);
  row-gap: 0;
}

.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .flex-row .cnt-col {
  padding: 0 3em;
}
.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .tp-img {
  margin-bottom: 22px;
}

.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .tp-img img {
  max-width: 120px;
}

.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .col-title {
  margin-bottom: .5em;
}

.cnt-wit-tp-img-wrp.cm-top-icon-text-layout .inner_spacing {
  height: 100%;
}



.feat-wrap.cm-icon-text-layout {
  padding: 3em 0;
}
.feat-wrap.cm-icon-text-layout .top_sec {
  padding: 0;
  margin: 0 0 8em;
}
.feat-wrap.cm-icon-text-layout .top_sec .top_content {
  text-align: left;
}  

.feat-wrap.cm-icon-text-layout .feat-item-wrp {
  margin: 0 -3em;
  width: calc(100% + 6em);
  row-gap: 6em;
  justify-content: space-around;
  align-items: normal;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp .featitem {
  padding: 0;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp .featitem.col6 {
  width: 45%;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp .featitem .outer_wrap {
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 0;
  padding: 3em !important;
  border-radius: 0 !important;
  height: 100%;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp.shadowadd .featitem .outer_wrap {
  box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, .15) !important;
}

.feat-wrap.cm-icon-text-layout .feat-item-wrp .left-media {
  width: 120px;
  display: block;
  max-width: unset;
  margin-bottom: 1em;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp .left-media .img-wrap {
  padding-bottom: 7.5px;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp.left .left-media {
  text-align: left;
}
.feat-wrap.cm-icon-text-layout .feat-item-wrp .left-media img {
  max-width: 100%;
  width: auto;
}

.feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content {
  max-width: unset;
  padding: 0 0 0 3em;
  width: calc(100% - 120px);
}
.feat-wrap.cm-icon-text-layout h6,
.feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content h6{
  margin-bottom: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: calc(.6875em + .5vw);
}


.feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content .btn_row {
  margin-top: 0;
}

.feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content p:last-of-type {
  margin-bottom: 0;
}
.feat-wrap.cm-icon-text-layout.type2 .feat-item-wrp .featitem .outer_wrap {
  padding: 0 !important;
}
.feat-wrap.cm-icon-text-layout.type2 .feat-item-wrp .left-media img {
  max-width: 100%;
  width: 120px;
}

.feat-wrap.cm-icon-text-layout.type2 .feat-item-wrp .featitem.col6 {
  padding: 0 3em;
  width: 50%;
}



.content-with-form.form-text-callout {
  min-height: unset;
  padding-top: 3em;
  padding-bottom: 3em;
}


.content-with-form.form-text-callout .hero--left-column p {
  font-size: 1.25em;
  line-height: 1.618;
}
.content-with-form.form-text-callout .hero--left-column p:last-of-type {
  line-height: 1.618;
}
.content-with-form.form-text-callout .hero--right-column .hs-form-field>label {
  margin-bottom: .5em;
}
.content-with-form.form-text-callout .hero--right-column .hs-form-field .hs-input {
  font-size: 1em;
  margin-bottom: 1.5em;
  padding: .75em;
  padding: 1em .5em;
}


.logo_slider.no-slider.customers-logos {
  padding-bottom: 6em;
  padding-top: 6em;
}

.logo_slider.no-slider.customers-logos .splide-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.logo_slider.no-slider.customers-logos .top_sec {
  margin: 0 !important;
  padding: 0 3em 0 0;
  text-align: left;
  width: 30%;
}
.logo_slider.no-slider.customers-logos .bottom_row {
  width: 70%;
}
.logo_slider.no-slider.customers-logos .bottom_row .logos_row {
  margin: 0;
  row-gap: 6px;
}
.logo_slider.no-slider.customers-logos .bottom_row .logo_item {
  padding: 0 1em;
  width: 20%;
}
.logo_slider.no-slider.customers-logos .bottom_row .logo_item .logo_inner {
  padding: 1em 0;
}
.logo_slider.no-slider.customers-logos .bottom_row .logo_item img {
  width: 100%;
}
.logo_slider.no-slider.customers-logos h6 {
  letter-spacing: 3px;
}

.logo_slider.customers-logos.border-top {
  border-top: 1px solid #d8dde2;
}


.accordion_wrap.cm-accordion {
  padding: 3em 0;
}

.accordion_wrap.cm-accordion .top_sec {
  margin: 0 0 1em;
  padding: 0;
}
.accordion_wrap.cm-accordion .top_sec .top_content {
  text-align: left;
}

.accordion_wrap.cm-accordion .top_sec .top_content > h1,
.accordion_wrap.cm-accordion .top_sec .top_content > h2,
.accordion_wrap.cm-accordion .top_sec .top_content > h3,
.accordion_wrap.cm-accordion .top_sec .top_content > h4,
.accordion_wrap.cm-accordion .top_sec .top_content > h5,
.accordion_wrap.cm-accordion .top_sec .top_content > h6 {
  margin-bottom: .5em;
}

.accordion_wrap.cm-accordion h1 {
  font-weight: 900;
}

.accordion_wrap.cm-accordion .acc-item {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .03);
  cursor: pointer;
  margin-bottom: 1.5em !important;
  border-radius: 0;
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
}


.accordion_wrap.cm-accordion .acc-item .acctitle {
  border-radius: 0;
  box-shadow: unset;
}
.accordion_wrap.cm-accordion .acc-item .acctitle h5 {
  margin-bottom: .5em;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.accordion_wrap.cm-accordion .acc-item .carrortwrap {
  right: 22px;
}
.accordion_wrap.cm-accordion .acc-item .carrortwrap svg {
  fill: currentColor;
  -webkit-transition: fill .25s ease-in-out;
  -moz-transition: fill .25s ease-in-out;
  transition: fill .25s ease-in-out;
  width: 20px;
}
.accordion_wrap.cm-accordion .acc-item .acc-content {
  border-radius: 0;
  box-shadow: unset;
} 
.accordion_wrap.cm-accordion .acc-item:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .07);
}
.accordion_wrap.cm-accordion .acc-item:hover .acctitle h5  {
  color: #1babe2;
}

.accordion_wrap.cm-accordion .acc-item .acc-content .desc h1 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc h2 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc h3 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc h4 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc h5 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc h6 span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc p span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc a span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc strong span,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc strong em,
.accordion_wrap.cm-accordion .acc-item .acc-content .desc strong i {
  font-weight: 300;
}

.accordion_wrap.cm-accordion .acc-item .acc-content .desc .table-wrp {
  overflow-x: auto;
}

.accordion_wrap.cm-accordion .acc-item .acc-content .desc table {
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm-business-card-sec {
  padding: 3em 0;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .top_sec {
  padding: 0;
  margin-bottom: 40px;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .bottom_row {
  margin: 0 auto;
  font-size: 14px;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .bottom_row .flex-row {
  justify-content: space-between;
  font-size: 14px;
}


.cnt-wit-tp-img-wrp.cm-business-card-sec .tp-img {
  margin-bottom: 0;
  padding: 4px 0;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .tp-img img {
  margin-bottom: 1.618em;
  font-size: 1.25em;
}


.cnt-wit-tp-img-wrp.cm-business-card-sec .tp-img-cnt {
  padding: 4px 0;
  min-height: 250px;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .col-title {
  margin-bottom: .5em;
}

.cnt-wit-tp-img-wrp.cm-business-card-sec .cnt-col h5 {
  font-size: calc(.9375em + .5vw);
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .bototm_btn .btn_row {
  margin-top: 1.618em;
}
.cnt-wit-tp-img-wrp.cm-business-card-sec .bototm_btn a.hs-button {
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-size: 1.25em;
}

.cnt-wit-tp-img-wrp.business-card-top-icon-text .top_sec {
  padding-top: 19px;
  margin: 0 0 5em;
}

.cnt-wit-tp-img-wrp.business-card-top-icon-text .tp-img {
  margin-bottom: .5em;
  font-size: calc(.9375em + .5vw);
}



.two-col-content.cm-cont-img-col.career-hero {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.two-col-content.cm-cont-img-col.career-hero h1 {
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 700; /*changing from 900 to 700*/
}
.two-col-content.cm-cont-img-col.career-hero .bottom_row .flex_row {
  padding-top: 0;
}
.two-col-content.cm-cont-img-col.career-hero .content-col .description {
  margin-bottom: 3rem;
}
/* .two-col-content.cm-cont-img-col.career-hero .flex_row .media_column {
overflow: unset;
}
.two-col-content.cm-cont-img-col.career-hero .flex_row .media_column .single_parallax {
padding-bottom: 690px;
} */


.two-col-content.career-hero a.hs-button {
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.618;
}


.two-col-content.career-subhero {
  padding-bottom: 3rem;
  padding-top: 4rem;
  padding-left: 3em;
  padding-right: 3em;
}

.two-col-content.career-subhero .page-center {
  max-width: 1100px !important;
  padding-right: 0;
  padding-left: 3em;
}

.two-col-content.career-subhero .flex_row {

}



.two-col-content.career-subhero .content-col .description {
  margin-bottom: 0;
}
.two-col-content.career-subhero .description > *:last-child {
  margin-bottom: 0;
}

.feat-wrap.cm-why-work {
  padding: 3em 0;
}

.feat-wrap.cm-why-work .top_sec {
  margin-bottom: 3em;
  padding: 0;
  padding-top: 1em;
  text-align: left;
}
.feat-wrap.cm-why-work .top_sec h2 {
  font-weight: 900;
  margin-bottom: 1em;
}

.feat-wrap.cm-why-work .feat-item-wrp {
  row-gap: 2.5em;
}

.feat-wrap.cm-why-work .feat-item-wrp .featitem.col12 {
  padding: 0;
}

.feat-wrap.cm-why-work .feat-item-wrp .featitem .outer_wrap {
  align-items: flex-start !important;
  border: 1px solid #c0c9d1;
  border-radius: 12px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.5em;
  padding: 1.5em !important;
}
.feat-wrap.cm-why-work .feat-item-wrp .left-media {
  width: 132px;
  max-width: 100%;
}
.feat-wrap.cm-why-work .feat-item-wrp .left-media img {
  max-width: 132px;
}
.feat-wrap.cm-why-work .feat-item-wrp .right-content {
  width: 100%;
  max-width: 100%;
}
.feat-wrap.cm-why-work .feat-item-wrp .right-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: .5em;
}
.feat-wrap.cm-why-work .feat-item-wrp .right-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.feat-wrap.cm-why-work .feat-item-wrp .right-content p:last-of-type {
  margin-bottom: 0;
}

.feat-wrap.cm-why-work .feat-item-wrp .right-content .btn_row {
  margin-top: 0;
}


.two-col-content.cm-cont-img-col.sage-faq-bottom-sec {
  padding-bottom: 3em;
  padding-top: 3em;
}
.two-col-content.cm-cont-img-col.sage-faq-bottom-sec .flex_row {
  padding-top: 0;
}
.two-col-content.cm-cont-img-col.sage-faq-bottom-sec .content_box {
  margin: 0;
}

.simple-banner.download-banner {
  min-height: auto;
}
.simple-banner.download-banner h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1;
}
.simple-banner.download-banner p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
  line-height: normal;
}

.simple-banner.download-banner a.hs-sec-btn {
  border: 0;
  background-color: #fff;
  color: #05aeef;
  font-size: 18px;
  padding: 6px 40px;
  min-width: 200px;
  line-height: normal;
  font-weight: bold;
  min-height: 38px;
}
.simple-banner.download-banner a.hs-button {
  font-weight: 800;
}
.cnt-wit-bg-wrp.bottom-pane.type2 .rich_text h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
}

.cnt-wit-tp-img-wrp.cm-related-resource h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.cnt-wit-tp-img-wrp.cm-related-resource .top_sec {
  padding: 0;
  margin: 0 0 60px;
}

.cnt-wit-tp-img-wrp.cm-related-resource .page-center.custom {
  max-width: 1170px !important;
  padding: 0 !important;
}

.cnt-wit-tp-img-wrp.cm-related-resource .inner_spacing {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: -10px 10px 70px 0 rgba(0, 0, 0, .1);
  transition: box-shadow .5s ease;
}

.cnt-wit-tp-img-wrp.cm-related-resource .cnt-col {
  padding-left: 15px;
  padding-right: 14px;
}
.cnt-wit-tp-img-wrp.cm-related-resource .splide__track {
  overflow: unset;
}

.cnt-wit-tp-img-wrp.cm-related-resource .tp-img {
  margin-bottom: 30px;
} 

.cnt-wit-tp-img-wrp.cm-related-resource .tp-img-cnt h4 {
  margin: 0 0 20px;
  color: #042a58;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.33;
}
.cnt-wit-tp-img-wrp.cm-related-resource .tp-img-cnt p {
  color: #666;
  line-height: normal;
  font-size: 18px;
  font-weight: normal;
}
.cnt-wit-tp-img-wrp.cm-related-resource .col-btn-grp {
  margin-top: 30px;
  padding: 0 10px;
}
.cnt-wit-tp-img-wrp.cm-related-resource .btn_row {
  margin: 0;
  width: 100%;
}
.cnt-wit-tp-img-wrp.cm-related-resource .btn_item {
  width: 100%;
}
.cnt-wit-tp-img-wrp.cm-related-resource .col-btn-grp a.hs-sec-btn {
  border-width: 2px;
  font-weight: 700;
  padding: 6.5px 20px;
  width: 100%;
  font-size: 14px;
}

.cnt-wit-tp-img-wrp.cm-related-resource .tp-img-cnt-inner {
  padding: 0 1px;
}


.cnt-wit-bg-wrp.testimonials-head .page-center.custom {
  padding: 0;
  max-width: 1140px !important;
}

.cnt-wit-bg-wrp.cm-quote-sec {
  position: relative;
  border-top: 1px solid #c2c2c2;
  padding: 4.236em 30px;
  overflow: unset;
} 
.cnt-wit-bg-wrp.cm-quote-sec:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 2;
}

.cnt-wit-bg-wrp.cm-quote-sec blockquote {
  border: 0;
  font-size: 26px;
  color: #5a86ae;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.cnt-wit-bg-wrp.cm-quote-sec blockquote p {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #207fd3;
  margin-bottom: 0;
}
.cnt-wit-bg-wrp.cm-quote-sec .page-center.custom {
  padding: 0;
  max-width: 1140px !important;
}

.cnt-wit-tp-img-wrp.two-col-content-box .page-center.custom {
  max-width: 1140px !important;
  padding: 0;
}

.cnt-wit-tp-img-wrp.two-col-content-box .top_sec {
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: #ececec solid 1px;
}
.cnt-wit-tp-img-wrp.two-col-content-box h3 {
  font-size: 26px;
  line-height: 1.387em;
}

.cnt-wit-tp-img-wrp.two-col-content-box h5 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-bottom: 2px;
  color: #10a3e8;
}
.cnt-wit-tp-img-wrp.two-col-content-box p {
  color: #111;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 21px;
  font-weight: 500;
}




.landing-banner.cm-form-bnr {
  min-height: 600px;
  padding: 0 30px;
  position: relative;
}

.landing-banner.cm-form-bnr .page-center.custom {
  max-width: 1140px !important;
  padding: 0;
}

.landing-banner.cm-form-bnr .landing-banner-row {
  align-items: flex-start;
}

.landing-banner.cm-form-bnr .left-content {
  padding: 30px 40px 20px 0;
  width: 65.81196581200001%;
}

.landing-banner.cm-form-bnr h1 {
  font-size: 41px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px 0;
}
.landing-banner.cm-form-bnr h3 {
  margin-bottom: .5em;
  letter-spacing: 0;
  line-height: 1.33;
  font-size: 17px;
  font-weight: 600;
}
.landing-banner.cm-form-bnr p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 32px;
  margin: 0;
}
.landing-banner.cm-form-bnr h4 {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
  padding: 0;
  line-height: normal;
}

.landing-banner.cm-form-bnr ul[attr="blocks"] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-banner.cm-form-bnr ul[attr="blocks"] > li {
  vertical-align: top;
  width: 31.623931624%;
  margin-left: 2.564102564%;
  margin-bottom: 0;
}

.landing-banner.cm-form-bnr ul[attr="blocks"] > li:first-child {
  margin-left: 0;
}
.landing-banner.cm-form-bnr ul[attr=blocks]>li img {
  max-width: 189px;
  width: 100%;
}

.landing-banner.cm-form-bnr ul[attr=blocks]>li h4 {
  max-width: 189px;
  width: 100%;
  text-align: center;
}


.landing-banner.cm-form-bnr .right-content {
  padding: 0;
  width: 31.623931624%;
  margin: 0;
}

.landing-banner.cm-form-bnr .form-section {
  backdrop-filter: unset;
  padding: 37px;
  position: relative;
  padding-top: 52px;
}

.landing-banner.cm-form-bnr .form-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 250%;
  visibility: visible;
  background: rgba(3, 174, 239, 0.5);
}

.landing-banner.cm-form-bnr .form-section .form-top,
.landing-banner.cm-form-bnr .form-row {
  position: relative;
}

.landing-banner.cm-form-bnr .form-top h3 {
  font-size: 33px;
  font-family: 'Roboto Condensed';
  line-height: normal;
  font-weight: 500;
  padding: 0;
  margin: 0 0 30px;
}

.landing-banner.cm-form-bnr form {
  margin: 0;
}

.landing-banner.cm-form-bnr form .hs-form-field > label {
  display: none;
}

.landing-banner.cm-form-bnr form .hs-form-field input:not([type=radio]):not([type=checkbox]), 
.landing-banner.cm-form-bnr form .hs-form-field select,
.landing-banner.cm-form-bnr form .hs-form-field textarea {
  height: auto;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px !important;
  line-height: 24px;
  outline: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}


.landing-banner.cm-form-bnr form .hs-form-field select {
  border-radius: 5px;
  height: 40px;
  padding: 5px 6px !important;
  border: 0;
  width: 100%;
  margin: 0;
}

.landing-banner.cm-form-bnr .form-row.hs-secondary input.hs-button {
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  letter-spacing: 3px;
  outline: 0;
  background: #ff4533;
  border: 0;
  -webkit-border-radius: 4px 4px 5px 5px;
  -moz-border-radius: 4px 4px 5px 5px;
  -o-border-radius: 4px 4px 5px 5px;
  -ms-border-radius: 4px 4px 5px 5px;
  border-radius: 4px 4px 5px 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 15px 24px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  background-color: #c85707;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 600;
}

.landing-banner.cm-form-bnr form .hs-submit {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}

.landing-banner.cm-form-bnr .landing-content {
  display: block;
  margin-bottom: 0;
}

.landing-banner.cm-form-bnr .form-section .hs-error-msg,
.landing-banner.cm-form-bnr .form-section .hs_error_rollup label{
  font-size: 14px !important;
  color: #bbccf9 !important;
}


.cnt-wit-bg-wrp.cm-quote-sec.type2 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.cnt-wit-bg-wrp.cm-quote-sec.type2::before {
  opacity: 0;
}

.advance-testimonial.no-border {
  border-top: 0;
}

.advanced-banner.gray-sec-btn a.hs-sec-btn {
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.618;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #7d95a5;
  padding: 1em 1.5em;
}
.advanced-banner.gray-sec-btn a.hs-sec-btn:hover,
.advanced-banner.gray-sec-btn a.hs-sec-btn:focus {
  opacity: .6;
}

.content-with-form.cashflow-bootcamp-shortcourse-bnr .hero--left-column p {
  font-size: 1.25em;
  line-height: 1.618 !important;
}
.content-with-form.cashflow-bootcamp-shortcourse-bnr h5 {
  font-size: 18px;
}



@media(min-width: 768px){
  .two-col-content.cm-about-bnr .content-col .cont-inner {
    padding-right: 8px;
  }
  .two-col-content.cm-hero {
    padding-bottom: 2em;
    padding-top: 7em;
  }
  .two-col-content.cm-cont-img-col.left .flex_row .content-col,
  .two-col-content.cm-cont-img-col.right .flex_row .media_column{
    padding-left: 0;
    padding-right: 3em;
  }
  .two-col-content.cm-cont-img-col.right .flex_row .content-col,
  .two-col-content.cm-cont-img-col.left .flex_row .media_column {
    padding-left: 3em;
    padding-right: 0;
  }
  .cnt-wit-tp-img-wrp.cm-business-card-sec .cnt-col.col4 {
    width: 26%;
  }

  /*   .two-col-content.cm-cont-img-col.career-hero .flex_row .media_column {
  height: 690px;
} */
  .two-col-content.cm-cont-img-col.career-hero .flex_row .media_column .mediaimg {
    height: 100%;
  }
  .two-col-content.cm-cont-img-col.career-hero .flex_row .media_column .single-img {
    height: 100%;
  }
  .two-col-content.cm-cont-img-col.left.career-hero .flex_row .media_column .single-img {
    text-align: right;
    padding-right: 6px;
  }

  .two-col-content.cm-cont-img-col.career-hero .flex_row .media_column .single-img img {
    height: auto;
    width: 802px;
  } 
  .feat-wrap.cm-why-work .top_sec {
    margin-bottom: 4em;
  }
  .feat-wrap.cm-why-work .top_sec .content_widget {
    width: 80%;
  }

  .two-col-content.career-subhero .flex_row .media_column {
    margin-bottom: -32px;
    margin-top: -40px;
    padding: 0;
    width: 280px;
  }
  .two-col-content.career-subhero .flex_row .content-col {
    width: calc(100% - 280px);
    padding: 0;
  }

  .two-col-content.career-subhero.right .flex_row .content-col {
    padding-left: 2.5rem;
  }
  .two-col-content.career-subhero.left .flex_row .content-col {
    padding-right: 2.5rem;
  }
  .cnt-wit-tp-img-wrp.two-col-content-box .bottom_row .flex-row {
    margin: 0 -10px;
  }


}

@media(min-width: 992px) {
  .cm_team_wrp.our-team .cm_team_card.col3 {
    padding: 0;
    width: 23.076923077%;
    margin-left: 2.564102564%;
  }
  .cm_team_wrp.our-team .cm_team_card.col3:nth-child(4n+1) {
    margin-left: 0;
  }

  .cm_team_wrp.our-team-v2 .cm_team_card.col3 {
    width: 23.076923077%;
    margin-left: 2.564102564%;
    padding: 0;
  }
  .cm_team_wrp.our-team-v2 .cm_team_card.col3:nth-child(4n+1) {
    margin-left: 0;
  }

}

@media(min-width: 900px){
  .cnt-wit-bg-wrp.cm-policy-cont {
    padding: 2em 0;/*changing from 4em to 2em*/
  }
  .two-col-content.cm-cont-img-col {
    padding: 2em 0;/*changing from 4em to 2em*/
  }
  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout {
    padding: 2em 0;/*changing from 4em to 2em*/
  }
  .content-with-form.form-text-callout {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .feat-wrap.cm-icon-text-layout {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .accordion_wrap.cm-accordion {
    padding: 4em 0;
  }
  .cnt-wit-tp-img-wrp.cm-business-card-sec {
    padding: 2em 0;
  }
  .two-col-content.cm-cont-img-col.large-img.left .flex_row .media_column {
    width: calc(50% + 4em);
    margin-right: -4em;
  }
  .two-col-content.cm-cont-img-col.large-img.right .flex_row .media_column {
    width: calc(50% + 4em);
    margin-left: -4em;
  }
  .two-col-content.cm-cont-img-col.left .flex_row .media_column .single_parallax {
    margin-right: -4rem;
  }
  .two-col-content.career-subhero {
    padding-bottom: 7rem;
  }

  .feat-wrap.cm-why-work {
    padding: 4em 0;
  }
  .cnt-wit-bg-wrp.cm-quote-sec.type2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .two-col-content.career-subhero {
    padding-left: 4em;
    padding-right: 4em;
  }

}

@media(min-width: 1024px) {
  .cnt-wit-tp-img-wrp.about-simple-card .page-center {
    padding: 0 10em;
  }

}


@media(min-width: 1200px){

  .cnt-wit-bg-wrp.cm-policy-cont {
    padding: 7em 0;
  }
  .two-col-content.cm-cont-img-col {
    padding: 7em 0;
  }
  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout {
    padding: 7em 0;
  }
  .content-with-form.form-text-callout {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .feat-wrap.cm-icon-text-layout {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .accordion_wrap.cm-accordion {
    padding: 7em 0;
  }
  .cnt-wit-tp-img-wrp.cm-business-card-sec {
    padding: 7em 0;
  }
  .two-col-content.cm-cont-img-col.large-img.left .flex_row .media_column {
    width: calc(50% + 7em);
    margin-right: -7em;
  }
  .two-col-content.cm-cont-img-col.large-img.right .flex_row .media_column {
    width: calc(50% + 7em);
    margin-left: -7em;
  }

  .two-col-content.cm-cont-img-col.career-hero h1 {
    font-size: 4em;
  }
  .two-col-content.cm-cont-img-col.left .flex_row .media_column .single_parallax {
    margin-right: -7rem;
  }
  .two-col-content.career-subhero {
    padding-bottom: 12rem;
  }

  .feat-wrap.cm-why-work {
    padding: 7em 0;
  }
  .cnt-wit-bg-wrp.cm-quote-sec.type2 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .two-col-content.career-subhero {
    padding-left: 7em;
    padding-right: 7em;
  }

  .feat-wrap.cm-why-work .top_sec .content_widget {
    width: 60%;
  }
} 




@media(min-width: 1600px){

  .cnt-wit-bg-wrp.cm-policy-cont {
    padding: 12em 0;
  }
  .two-col-content.cm-cont-img-col {
    padding: 12em 0;
  }

  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout {
    padding: 12em 0;
  }

  .content-with-form.form-text-callout {
    padding-top: 12em;
    padding-bottom: 12em;
  }
  .feat-wrap.cm-icon-text-layout {
    padding-top: 12em;
    padding-bottom: 12em;
  }
  .accordion_wrap.cm-accordion {
    padding: 12em 0;
  }
  .cnt-wit-tp-img-wrp.cm-business-card-sec {
    padding: 12em 0;
  }

  .two-col-content.cm-cont-img-col.large-img.left .flex_row .media_column {
    width: calc(50% + 12em);
    margin-right: -12em;
  }
  .two-col-content.cm-cont-img-col.large-img.right .flex_row .media_column {
    width: calc(50% + 12em);
    margin-left: -12em;
  }

  .two-col-content.cm-cont-img-col.left .flex_row .media_column .single_parallax {
    margin-right: -12rem;
  }
  .feat-wrap.cm-why-work {
    padding: 12em 0;
  }

  .cnt-wit-bg-wrp.cm-quote-sec.type2 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .two-col-content.career-subhero {
    padding-left: 12em;
    padding-right: 12em;
  }


}

@media(max-width:1900px) and (min-width:768px){

}

@media(max-width:1199px){
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .left-media {
    width: 90px;
  }
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content {
    width: calc(100% - 90px);
    padding: 0 0 0 2em;
  }

  .logo_slider.no-slider.customers-logos .top_sec {
    padding: 0 1em 0 0;
  }
  .feat-wrap.cm-why-work .feat-item-wrp .featitem .outer_wrap {
    flex-direction: column;
  }


}

@media(max-width:991px) {
  .landing-banner.cm-form-bnr .left-content {
    width: 60%;
  }
  .landing-banner.cm-form-bnr .right-content {
    width: 40%;
  }
  .cnt-wit-bg-wrp.cm-quote-sec blockquote {
    font-size: 21px;
  }
  .cnt-wit-bg-wrp.cm-quote-sec blockquote p {
    font-size: 23px;
  }
  .landing-banner.cm-form-bnr h1 {
    font-size: 36px;
  }

}

@media(max-width:899px){
  .logo_slider.no-slider.our-investers .logo_item {
    width: 50%;
  }
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .right-content {
    width: 100%;
    padding: 0;
  }
  .feat-wrap.cm-icon-text-layout  h6 {
    font-size: calc(.875em + .5vw);
  }


  .logo_slider.no-slider.customers-logos .bottom_row {
    width: 100%;
  }
  .logo_slider.no-slider.customers-logos .top_sec {
    width: 100%;
    margin-bottom: 1em !important;
  }
  .logo_slider.no-slider.customers-logos h6 {
    font-size: calc(.875em + .5vw);
  }
  .logo_slider.no-slider.customers-logos .bottom_row .logo_item {
    margin: 1em 0;
  }

  .cnt-wit-tp-img-wrp.about-simple-card .tp-img-cnt-inner p {
    font-size: 1.25em;
  }

}



@media(max-width:767px){
  .cm-lis-wrp .cm-row .right-sec {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5em 0 1.5em;
  }
  .two-col-content.cm-hero .flex_row {
    row-gap: 0;
  }
  .two-col-content.cm-hero .flex_row .col6:nth-child(odd),
  .two-col-content.cm-hero .flex_row .col6:nth-child(2n){
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-content.cm-hero .btn_row {
    font-size: 12px;
  }
  .two-col-content.cm-hero a.hs-sec-btn {
    font-size: 12px;
  }
  .two-col-content.cm-cont-img-col .flex_row .media_column,
  .two-col-content.cm-cont-img-col .flex_row .content-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3em;
  }

  .two-col-content.cm-cont-img-col .description p, 
  .two-col-content.cm-cont-img-col .description ul:not(.inputs-list) li {
    font-size: 1em;
  }

  .two-col-content.cm-two-col-text .description p, 
  .two-col-content.cm-two-col-text .description ul:not(.inputs-list) li ,
  .two-col-content.cm-two-col-text .content_box p, 
  .two-col-content.cm-two-col-text .content_box ul:not(.inputs-list) li {
    font-size: 1em;
  }

  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout .top_sec {
    margin: 0 0 3em;
  }
  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout .flex-row .cnt-col {
    padding: 0 15px;
  }
  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout .flex-row {
    margin: 0;
    row-gap: 0;
    width: 100%;
  }
  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout .flex-row .cnt-col {
    padding: 0;
    margin-bottom: 3em;
  }
  .cnt-wit-bg-wrp.cm-policy-cont blockquote>h4 {
    padding: 0 ;
  }


  .cnt-wit-tp-img-wrp.cm-top-icon-text-layout .tp-img img {
    max-width: 70px;
  }

  .feat-wrap.cm-icon-text-layout .feat-item-wrp {
    margin: 0;
    row-gap: 3em;
    width: 100%;
  }
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .featitem.col6 {
    width: 95%;
  }
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .left-media {
    width: 70px;
  }
  .feat-wrap.cm-icon-text-layout .feat-item-wrp .featitem .outer_wrap {
    padding: 3em 20px !important;
  }


  .logo_slider.no-slider.customers-logos .bottom_row .logo_item {
    width: 33.33%;
  }

  .cnt-wit-tp-img-wrp.cm-business-card-sec .tp-img-cnt {
    min-height: auto;
  }
  .cnt-wit-tp-img-wrp.business-card-top-icon-text .tp-img img {
    max-width: 100%;
  }

  .two-col-content.cm-cont-img-col.career-hero h1 {
    font-size: 2.7em;
  }

  .two-col-content.cm-cont-img-col.career-hero {
    padding-bottom: 2rem;
  }
  .two-col-content.career-subhero .page-center {
    padding: 0 15px;
  }
  .two-col-content.career-subhero .flex_row .media_column,
  .two-col-content.career-subhero .flex_row .content-col {
    padding: 0;
  }
  .two-col-content.career-subhero .flex_row .media_column img {
    max-width: 280px;
  }

  .feat-wrap.cm-why-work .feat-item-wrp .featitem .outer_wrap {
    flex-wrap: wrap;
  }
  .feat-wrap.cm-why-work .feat-item-wrp .left-media img {
    max-width: 100px;
  }

  .feat-wrap.cm-icon-text-layout.type2 .feat-item-wrp .featitem.col6 {
    padding: 0;
    width: 100%;
  } 

  .landing-banner.cm-form-bnr .left-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .landing-banner.cm-form-bnr .right-content {
    width: 100%;
  }
  .landing-banner.cm-form-bnr .form-section:before {
    height: 100%;
  }
  .landing-banner.cm-form-bnr .form-row.hs-secondary input.hs-button {
    margin: 0;
  }
  .landing-banner.cm-form-bnr .form-section {
    padding: 25px 15px !important;
  }
  .landing-banner.cm-form-bnr ul[attr=blocks] {
    flex-direction: column;
    text-align: center;
  }
  .landing-banner.cm-form-bnr ul[attr=blocks]>li {
    margin: 0 0 20px;
    width: 100%;
  }
  .landing-banner.cm-form-bnr ul[attr=blocks]>li h4 {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .two-col-content.cm-about-bnr .content-col,
  .two-col-content.cm-about-bnr .media_column {
    padding: 0;
  }

  .cnt-wit-tp-img-wrp.about-simple-card .bottom_row .flex-row {
    margin: 0;
    row-gap: 0;
  }


  .cm_team_wrp.our-team .cm_team_row {
    row-gap: 0;
    margin: 0;
  }
  .cm_team_wrp.our-team .cm_team_card {
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cm_team_wrp.our-team-v2 .cm_team_row {
    margin: 0;
    row-gap: 0;
  }
  .cm_team_wrp.our-team-v2 .cm_team_card {
    padding-left: 0;
    padding-right: 0;
  }
  .logo_slider.no-slider.our-investers .logos_row {
    margin: 0 0 1.618em;
    row-gap: 0;
  }

  .cnt-wit-bg-wrp.bottom-pane .rich_text h2 {
    font-size: 24px;
    line-height: 1.33;
  }
  .cnt-wit-bg-wrp.bottom-pane a.cta_button {
    padding: 15px 20px !important;
  }
  .cnt-wit-tp-img-wrp.cm-related-resource .cnt-col {
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-wit-tp-img-wrp.cm-related-resource .flex-row {
    row-gap: 0;
  }
  .cnt-wit-tp-img-wrp.cm-related-resource .top_sec {
    margin: 0 0 30px;
    padding: 0;
  }



} 


@media(max-width:640px){
  .two-col-content.cm-hero .description h2 {
    font-size: 2.4em;
  }
  .two-col-content.cm-hero .description p {
    font-size: 1em;
  }
  .two-col-content.cm-cont-img-col.career-hero h1 {
    font-size: 2.4em;
  }

}

@media(max-width:500px){
  .logo_slider.no-slider.customers-logos .bottom_row .logo_item {
    width: 100%;
  }
}


@media(max-width:480px){
  .logo_slider.no-slider.our-investers .logo_item {
    width: 100%;
  }
}


/*  child-3 */


.cm_form_section .form-top h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
  color: #222;
}
.cm_form_section .form-top p {
  font-size: 14px;
  color: #111111;
}
.landing-banner.cm_form_section .right-content {
  display: flex;
  justify-content: center;
}
.landing-banner.cm_form_section .landing-banner-row {
  justify-content: center;
}
.landing-banner.cm_form_section.widget_1718175435063 .form-section {
  max-width: 476px;
  padding: 0;
  box-shadow: unset;
}
.cm_form_section hr{
  background-color: #ececec;
}
.landing-banner.cm_form_section .form-top {
  margin-bottom: 20px;
}

.cnt-wit-bg-wrp.cm-request-section .content_widget h2{
  font-weight: 500;
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 40px;
}
.cm-request-section a.hs-button{
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 80px;
  font-size: 19.6px;
  letter-spacing: 1.4px;
  line-height: 30px;
  border-radius: 33.6px;
  font-weight: bold;
  font-family: sans-serif;
}
.cm-request-section .page-center {
  padding: 0px 168px;
}
ul.no-list {
  padding: 0;
}
.cm_hero_sec.case-study-banner.hero {
  background-color: #ffffff;
}
.cm_hero_sec.hero img {
  width: 100%;
}
.career_page .advance-testimonial {
  border: 0;
}
section.content-with-form .hero--right-column form .hs_recaptcha.hs-recaptcha {
  margin-bottom: 22.5px;
}
@media(max-width: 1599px){
  .cm-request-section .page-center {
    padding: 0px 98px;
  }
}
@media(max-width: 1199px){
  .cm-request-section .page-center {
    padding: 0px 56px;
  }
}
@media(max-width: 767px){
  .landing-banner.cm_form_section .form-section {
    padding: 0 !important;
  }
  .cm_form_section .right-content {
    padding: 0;
  }
  .cm-request-section a.hs-button {
    padding: 15px 30px;
  }
  .cm-request-section .page-center {
    padding: 0px 30px;
  }

}


@media(max-width: 480px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: scroll;
  }
  section.content-with-form.type2 h1{
    font-size: calc(2.09375em + 1vw) !important;
    padding-right: 0 !important;
  }
}


/*  child-4 */

.cnt-wit-bg-wrp.cm_content .page-center {
  padding: 0 3em;
  text-align: left;
}

.cnt-wit-bg-wrp.cm_content {
  margin: 0 -3em;
  width: calc(100% + 6em);
}
iframe {
  width: 100%;
}
.cnt-wit-bg-wrp.cm_content .rich_text p:last-child {
  margin: 0;
}


.case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner .hero--left-column {
  width: 50%;
}

.case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner .hero--right-column img {
  position: static;
  width: 100%;
}

.case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner>div:nth-child(2n) {
  padding-left: 0;
}


.case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner h1 {
  line-height: 1.2;
  margin-top: 15PX;
}



section.content-with-form.cm_col-with-form .hero--left-column h1 {
  letter-spacing: 0;
  line-height: 1.33;
  font-size: calc(2.49375em + 1vw);
  font-weight: 700;
  margin-bottom: .5em;
}

section.content-with-form.cm_col-with-form {
  align-items: flex-start;
}

section.content-with-form.cm_col-with-form .hero--left-column p {
  font-size: 1.25em;
}
.cnt-wit-bg-wrp.cm_resource_content .rich_text p:last-child {
  margin: 0;
}
.case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner.cm_pricing>div:nth-child(2n) {
  padding-left: 3em;
}

.cnt-wit-bg-wrp.cm_hr hr {
  margin-bottom: 6em;
  border-top: 1px solid #d8dde2;
  height: 0;
}

.cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content {
  padding-left: 30px;
  padding-right:30px;
}
.two-col-content.cm_netsuite {
  display: flex;
  align-items: center;
  margin: 10px 0 40px 0;
}

.two-col-content.cm_netsuite .media_column.img-col .single-img img {
  display: block;
  margin-right: 20px;
  width: 230px;
}

.two-col-content.cm_netsuite .content-col .description h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}


.two-col-content.cm_netsuite .media_column.col-6 {
  width: 230px;
}


.two-col-content.cm_netsuite .page-center {
  /*   max-width: 1400px !important; */
  padding: 0;
}


.two-col-content.cm_netsuite .content-col { 
  padding-left: 0 ;
}

.cm-content-form.cm_netsuite-form_content .cnt-bnr-content p {
  color: #111111;
  margin: 0 0 1.618em 0;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 14px;
}

.two-col-content.cm_netsuite .content-col .description{
  margin:0;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box p a {
  color: #10a3e8 !important;
  text-decoration: none;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box p a:hover {
  color: #00a9c7;
  text-decoration: underline;
  opacity: 0.6;
}





.cm-content-form.cm_netsuite-form_content  .col5.left-content {
  padding: 0;
}


.two-col-content.cm_content_with_form {
  overflow: visible;
  margin-bottom: 4.236em;
}

.two-col-content.cm_content_with_form .page-center {
  /*   max-width: 1400px !IMPORTANT; */
  padding: 0;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box {
  margin-top: 0;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box p {
  color: #111111;
  margin: 0 0 1.618em 0;
  font-family: 'Montserrat', 'sans-serif';
  font-size: 14px;
  font-weight:300;
}

.two-col-content.cm_content_with_form .content-col.col6 {
  width: 48.717948718%;
  margin-left: 2.564102564%;
  padding: 40px 50px 30px;
  border-radius: 20px;
  background-color: #F5F7FA;
  box-shadow: 0 0 12px 0 #7D95A5;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 {
  width: 48.717948718%;
}
.two-col-content.cm_content_with_form .content-col.col6 .form_wrap {
  padding-top: 0;
}

.two-col-content.cm_content_with_form .content-col.col6 .description {
  margin: 0;
}

.two-col-content.cm_content_with_form .content-col  h5 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #022a58;
  font-weight: 500;
  line-height: 39px;
}


.two-col-content.cm_content_with_form .content-col .hs_submit.hs-submit {
  text-align: center;
}


.two-col-content.cm_content_with_form .content-col input.hs-button.primary.large{
  margin-bottom:0;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box h5 img {
  align-self: flex-start;
  width: 20px;
  margin: 0 10px 0 20px;
}

.two-col-content.cm_content_with_form .media_column.img-col.col6 .content_box h5 {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.618em
}

.cnt-wit-bg-wrp.cm_image_content .page-center {
  /*   max-width: 1400px !important; */
  padding: 0;
}

.cnt-wit-bg-wrp.cm_image_content .rich_text h5 {
  text-transform: uppercase;
  line-height: 1.618em;
  font-size: 14px;
  font-weight: 300;
}

.cnt-wit-bg-wrp.cm_image_content .rich_text h5 img {
  margin-right: 5px;
  vertical-align: bottom;
}

.cnt-wit-bg-wrp.cm_image_content .rich_text h5 {
  margin-bottom: 0;
}
.two-col-content.cm_netsuite .content-col.col10 {
  width: calc(100% - 250px);
}

.two-col-content.cm_netsuite .media_column.img-col {
  width: 230px;
}




.two-col-content.cm_netsuite .flex_row {
  row-gap: 0;
}

.two-col-content.cm_netsuite .page-center{
  width:100%;
}
.cnt-wit-bg-wrp.cm_image_content, .two-col-content.cm_content_with_form, .two-col-content.cm_netsuite{
  padding:0 0;
}
.contact-banner-row .form-section {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: block;
  margin: 0;
  padding: 2em;
}










.cm-contactUs-form h1 {
  font-size: calc(2.49375em + 1vw);
  margin-bottom: .3em;
}

.cm-contactUs-form.contact-banner .cnt-bnr-content h1 {
  margin-bottom: .3em;
  font-size: calc(2.49375em + 1vw);
  font-weight:700; /*changing from 900 to 700*/
}

.cm-contactUs-form.contact-banner .col6.right-content {
  width: 50%;
}
.cm-contactUs-form.contact-banner .contact-banner-row.flex_row.clearfix.form-align-right {
  width: 100%;
}

.cm-contactUs-form.contact-banner .col5.left-content.text_left {
  width: 50%;
}

.cm-contactUs-form.contact-banner.widget_1718191136261 .form-section{
  max-width: none;
  width: 100%;
  padding: 2em;
}
.cm-contactUs-form .col1 {
  display: none;
}

.cm-contactUs-form .flex_row .col5,.cm-contactUs-form .flex_row .col6{
  padding:0;
}
.cm-contactUs-form.contact-banner .contact-banner-row {
  align-items: center;
}


.two-col-content.infographic-sage_two_col .media_column {
  padding: 0 3em 0 0;
}

.two-col-content.infographic-sage_two_col .content-col.col6 {
  padding: 0 0 0 3em;
}
.two-col-content.infographic_two_col {
  margin-top: 0;
  padding-top: 12.4em;
}
.two-col-content.infographic_two_col.type3 .btn_row a.hs-sec-btn {
  padding: 1em 1.5em;
  font-size: 18.75px;
  border-radius: 50px;
  margin-bottom: 50px;
}
.cnt-wit-bg-wrp.cm_content{
  padding-top:3em;
  padding-bottom:3em;
}
.two-col-content.two-col-cnt-wt-bg a.hs-button:hover {
  opacity: 0.6;
}


@media (min-width: 768px){
  .cm-contactUs-form.widget_1718191136261 {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .cm-contactUs-form.contact-banner .col6{
    padding-left: 3em;
  }
  .cm-contactUs-form.contact-banner .col5{
    padding-right: 3em;
  }
  .cm-contactUs-form.contact-banner .contact-banner-row {
    align-items: center;
  }
}  




@media (min-width: 900px){
  .two-col-content.image-bleed .media_column.img-col.col6 {
    width: calc(50% + 4em);
    margin-right: -4em;
  }
  section.content-with-form.cm_col-with-form {
    padding: 4em;
  }
  .cnt-wit-bg-wrp.cm_resource_content {
    padding: 4em;
    padding-top:0;
  }
  .cnt-wit-bg-wrp.cm_hr {
    padding-left: 4em;

  }

  .cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content {
    padding: 4em;
  }
  .two-col-content.cm_netsuite,
  .cnt-wit-bg-wrp.cm_image_content , 
  .two-col-content.cm_content_with_form  {
    padding:0 4em;
  }

  .cnt-wit-bg-wrp.cm_content{
    padding-top:4em;
    padding-bottom:4em;
  }
  .cnt-wit-bg-wrp.cm_content .page-center {
    max-width: 80% !important;
  }


}


@media (min-width: 1200px){
  .two-col-content.image-bleed .media_column.img-col.col6 {
    width: calc(50% + 7em);
    margin-right: -7em;
  }
  section.content-with-form.cm_col-with-form {
    padding: 7em;
  }

  .cnt-wit-bg-wrp.cm_resource_content {
    padding: 7em;
    padding-top:0;
  }
  .cnt-wit-bg-wrp.cm_hr {
    padding-left: 7EM;
  }
  .cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content {
    padding: 7em;
  }
  .two-col-content.cm_netsuite, 
  .cnt-wit-bg-wrp.cm_image_content , 
  .two-col-content.cm_content_with_form  {
    padding:0 7em;
  }
  .cnt-wit-bg-wrp.cm_content{
    padding-top:7em;
    padding-bottom:7em;
  }

  .two-col-content.infographic_two_col{
    padding-top: 5.3em;
  }


}




@media (min-width: 1600px){
  .two-col-content.image-bleed .media_column.img-col.col6 {
    width: calc(50% + 12em);
    margin-right: -12em;
  }
  section.content-with-form.cm_col-with-form {
    padding: 12em;
  }

  .cnt-wit-bg-wrp.cm_resource_content {
    padding-bottom: 12em;
    padding-left:12em;
    padding-right:12em;
    padding-top:0;
  }
  .cnt-wit-bg-wrp.cm_hr {
    padding-left: 12em;
  }

  .cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content {
    padding: 12em;
  }

  .two-col-content.cm_netsuite, 
  .cnt-wit-bg-wrp.cm_image_content , 
  .two-col-content.cm_content_with_form  {
    padding:0 12em;
  }

  .cnt-wit-bg-wrp.cm_content{
    padding-top:12em;
    padding-bottom:12em;
  }
  .cnt-wit-bg-wrp.cm_content .page-center {
    padding: 0 3em;
    max-width: 60% !important;
    text-align: left;
  }

  .two-col-content.infographic_two_col{
    padding-top: 10.3em;
  }

}










@media (max-width:1023px){

  .two-col-content.cm_netsuite .media_column.img-col {
    width: 230px !important;
  }

  .two-col-content.cm_netsuite .content-col {
    padding-left: 0 !IMPORTANT;
    width: calc(100% - 250px);
  }
  .two-col-content.cm_netsuite .flex_row {
    row-gap: 0;
  }

  .two-col-content.cm_netsuite .content-col {
    width: 100%;
  }

  .two-col-content.cm_content_with_form .flex_row {
    row-gap: 0;
  }

  /*   .two-col-content.cm_content_with_form .content-col.col6 {
  width: 100%;
}

  .two-col-content.cm_content_with_form .media_column.img-col.col6 {
  width: 100%;
} */
}



@media (max-width:900px){
  .two-col-content.infographic_two_col .description h4 {
    font-size: calc(1.25em + 1vw);
  }
  .two-col-content.infographic_two_col .description h2 {
    font-size: calc(2.66em + 1vw);
  }
  .cnt-wit-bg-wrp.cm_content .page-center {
    max-width: 100% !important;
    padding: 0;
  }

  .cnt-wit-bg-wrp.cm_content {
    margin: 0;
    width:100%;
  }

  .cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content{
    padding-top:45px
  }

  .cnt-wit-bg-wrp.cm_resource_content.cm_pricing_content .rich_text h3 {
    font-size: calc(1.91187em + 1vw);
  }
  .cnt-wit-bg-wrp.cm_resource_content {
    padding-left: 4em;
  }

  .cnt-wit-bg-wrp.cm_hr{
    padding-left:4em;
  }
  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner>div:nth-child(2n) {
    margin-right: 0;
    width: 50%;
  }

  .two-col-content.infographic_two_col{
    padding-top: 2.3em;
  }
}
@media (max-width:768px){
  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner>div:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }

}

@media (max-width: 767px){
  .cnt-wit-bg-wrp.cm_resource_content,.cnt-wit-bg-wrp.cm_hr {
    padding-left: 0;
  }
  .cm-contactUs-form.contact-banner .contact-banner-row {
    flex-direction: column;
  }
  .two-col-content.infographic-sage_two_col .content-col.col6 {
    padding: 0;
  }

  .two-col-content.infographic-sage_two_col .media_column {
    padding: 0;
    width: 100%;
  }
  .two-col-content.image-bleed .media_column.img-col.col6 {
    width: calc(100% + 3em);
    margin-right: -3em;
  }
  .cnt-wit-bg-wrp.cm_content {
    margin: 0;
    width: 100%;
  }

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner .hero--left-column {
    width: 100%;
  }

  .cnt-wit-bg-wrp.cm_resource_content .page-center {
    padding: 0;
  }

  section.content-with-form.cm_col-with-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.content-with-form.cm_col-with-form .hero--left-column h1 {
    font-size: 2.39375em;
  }
  .two-col-content.cm-cont-img-col.pd-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .two-col-content.cm-cont-img-col.pd-30 .page-center {
    padding: 0;
  }
  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner h1{
    margin-top:0;
  }
  section.content-with-form.cm_col-with-form {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /*   .case-study-banner.hero>.full-bleed {
  margin-right: 0;
  width: 100%;
} */

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner a.button--primary.hs-button {
    font-size: .8em;
  }


  .case-study-banner.hero.cm_magento_banner.cm_pricing h1 {
    font-size: 37px;
  }

  .case-study-banner.hero.cm_magento_banner.cm_pricing {
    display: block;
  }

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner.cm_pricing>div:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner.cm_pricing .hero--right-column img{
    display:block;
  }

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner.cm_pricing>div:nth-child(2n){
    padding-left:0
  }
  .two-col-content.cm_netsuite .media_column.img-col {
    width: 100% !important;
  }

  .two-col-content.cm_netsuite .content-col.col10 {
    width: 100%;
  }
  .two-col-content.cm_content_with_form .content-col.col6 {
    width: 100%;
  }

  .two-col-content.cm_content_with_form .media_column.img-col.col6 {
    width: 100%;
  }

  .case-study-banner.hero.hero--backpage.full-bleed.cm_magento_banner .hero--right-column img{
    display:block;
  }
  .cm-contactUs-form.contact-banner .contact-banner-row.flex_row.clearfix.form-align-right {
    padding: 0 15px 4em;
  }
  .cm-contactUs-form.contact-banner .col6.right-content {
    width: 100%;
  }
  .cm-contactUs-form.contact-banner .col5.left-content.text_left {
    width: 100%;
  }
  .two-col-content.infographic_two_col{
    padding-top: 1.3em;
  }
  .systems-page h1 {
    font-size: 28px;
  }
  .error-page:before{
    font-size: 36vw;
  }
  .child-theme .cm_tmw .cm_tmw_line {
    left: 0;
  }
  .child-theme .cm_tmw .cm_tmw_item:nth-child(odd) .cm_tmw_bullet,
  .child-theme .cm_tmw .cm_tmw_item:nth-child(even) .cm_tmw_bullet{
    left: -33px;
    right: auto;
  }
  .child-theme .cm_tmw .cm_tmw_item:nth-child(odd) .cm_tmw_col, .child-theme .cm_tmw .cm_tmw_item:nth-child(even) .cm_tmw_col{
    margin-left: 20px;
    max-width: 100%;
    padding: 20px;
  }
  .child-theme .cm_tmw .flex_row {
    padding-top: 1rem;
    padding-right: 20px;
  }
  .child-theme .cm_tmw_content h3 {
    font-size: 22px;
  }
  .systems-page h2 {
    font-size: 22px;
  }
}



/*  blog */

.cm-lis-wrp {
  padding: 12em;
}

.cm-lis-wrp  .blog-sidebar .row-fluid-wrapper {
  padding: 0;
  margin: 0;
}

.cm-row {
  flex-wrap: wrap;
  margin: 0 -3em;
  display: flex;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}

.cm-row .left-sec {
  width: 33.3%;
  margin-bottom: 3em;
  padding: 0 1.5em;
  padding-left: 1.5em;
  padding-right: 3em;
}

.cm-row .right-sec {
  width: 66.6%;
}


.cm-row .left-sec .dnd-section {
  padding: 0;
}

.cm-row .left-sec .dnd-section .row-fluid {
  padding: 0;
}

.cm-row .left-sec h3 {
  font-size: 1.5em;
  font-weight: 600;
}

.cm-row .left-sec .dnd-column {
  padding: 0;
}

.cm-row .left-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cm-row .left-sec ul li {
  font-size: 1.05em;
  text-transform: capitalize;
}

.cm-row .left-sec ul li a span {
  font-weight: 300;
}

.cm-row .right-sec .dnd-section {
  padding: 0;
}

.cm-row .right-sec .dnd-section .row-fluid {
  padding: 0;
}

.cm-row .right-sec .dnd-column {
  padding: 0;
}

.cm-listings {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

.cm-listings .lis-column {
  width: 50%;
  margin-bottom: 3em;
  padding: 0 1.5em;
}

.cm-listings .lis-column:nth-child(odd) {
  padding-left: 0;
}

.cm-listings .lis-column a.card.block.blog {
  transition: box-shadow .3s ease, background .3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  background: #fff;
  color: #47525a;
  display: block;
  padding: 2em;
}

.cm-listings .lis-column .lis-cover-image {
  background: #182d55;
  color: #fff;
  margin: -2em -2em 2em;
  overflow: hidden;
  padding: 2em;
  position: relative;
  min-height: 225px;
}

.cm-listings .lis-column .lis-cover-image h4 {
  color: #fff;
  font-size: 1.75em;
}

svg.lis-card-pattern {
  position: absolute;
  right: -40%;
  top: -20%;
  width: 120%;
  fill: none;
  stroke: #1babe2;
  opacity: .3;
}

.cm-row .right-sec {
  flex-wrap: wrap;
  margin: 0 -3em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  margin-bottom: 3em;
  padding: 0 1.5em;
  padding-right: 0;
}

.cm-listings .lis-column:nth-child(2n) {
  padding-right: 0;
}

.lis-card-info {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.lis-card-info h5.meta-content.author {
  color: #47525a;
  font-size: 1em;
}

.lis-card-info p {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}

.cm-listings .lis-column a.card.block.blog:hover {
  background: #d8dde2;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  opacity: 1;
}

p.lis-text-link {
  color: #1babe2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}


.email-optin {
  background-blend-mode: multiply;
  background-color: #3f77e0;
  background-image: url(//493201.fs1.hubspotusercontent-na1.net/hubfs/493201/raw_assets/public/Paystand_June2024/images/Rectangle.png);
  border-radius: .5em;
  margin-bottom: 2em !important;
  margin-top: 2em !important;
  padding: 2em 4em;
  position: sticky;
  top: 120px;
}


.email-optin form {
  margin: 0;
}

.child-theme .email-optin form h3 {
  font-size: 22.5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.33;
}

.child-theme .email-optin form label {
  display: block;
  margin-bottom: .5em;
  color: #272d33;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.618;
  color: #fff;
}

.child-theme .email-optin form label span {
  font-weight: 500;
}

.child-theme .email-optin form label span.hs-form-required {
  color: #fff;
}

.child-theme .email-optin form input.hs-input {
  background: #fff;
  border-radius: 2em;
  color: #3f77e0;
  padding-left: 1.5em;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 0 0 1em;
  max-width: 100%;
  outline: none;
  padding: 13px 20px;
  padding-left: 1.5em;
  height: auto;
  min-height: auto;
  font-size: 13.3333px;
}

.email-optin form input.hs-button {
  background: #fff;
  border-radius: 2em;
  color: #3f77e0;
  padding-left: 1.5em;
  transition: opacity .3s ease;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13.3333px;
  margin-bottom: 0;
}

.email-optin form input.hs-button:hover {
  opacity: .6;
}

.cm-lis-wrp {
  padding-bottom: 0;
}

.cm-page .dnd-section {
  padding: 0;
}

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

.cm-page .dnd-section .blog-pagination.cm {
  padding: 0;
  padding: .5em;
  text-align: right;
  width: 100%;
  padding-bottom: 12em;
}

.cm-page .dnd-section .blog-pagination.cm > div {
  display: inline-block;
}

.cm-page .dnd-section .blog-pagination.cm a {
  display: inline-block;
  padding: 1.2em;
}

html.child-theme .body-wrapper {
  overflow: visible;
}

.cm-page .row-fluid {
  padding: 0 !important;
}






section.hero--blog-post {
  background: #144c54;
  color: #fff;
  left: 0;
  padding: 12em 11.5em 3em;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: -80px;
}




section.hero--blog-post .column-layout {
  flex-wrap: wrap;
  margin: 0 -3em;
  display: flex;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}

section.hero--blog-post .column-layout .column.large {
  width: 66.6%;
  margin-bottom: 3em;
  padding: 0 1.5em;
}

section.hero--blog-post .column-layout .column {
  width: 33.3%;
  margin-bottom: 3em;
  padding: 0 1.5em;
}

section.hero--blog-post .column-layout .column.large h1 {
  margin-bottom: .5em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.33;
  font-size: 3em;
  color: #fff;
}


.hero--background {
  left: 0;
  padding-top: 40em;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.blog-post.column-layout.no__section_title.column-layout--three-columns.smaller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 43em;
  max-width: 1588px;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.blog-post.column-layout .left {
  margin-bottom: 3em;
  padding: 0 1.5em;
  width: 66.6%;
}

.blog-post.column-layout .right {
  width: 33.3%;
  margin-bottom: 3em;
  padding: 0 1.5em;
}


.blog-post.column-layout .right h6 {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.33;
  color: #7d95a5;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.blog--social-share.top_margin__default a {
  filter: saturate(0);
  padding-right: 1em;
  transition: .2s;
}

.blog-post.column-layout .right span.value_m a {
  background: #c0c9d1;
  color: #47525a;
  display: inline-block;
  font-size: .8em;
  margin: .5em 1em .5em 0;
  padding: 5px 10px;
}

.blog-post.column-layout .right .email-optin {
  position: static;
}

.blog-post.column-layout .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-post.column-layout .right ul img {
  border-radius: .5em;
  display: block;
  margin-bottom: .5em;
  width: 100%;
}

.blog-post.column-layout .right ul span {
  font-weight: 500;
}


.cm-post-wrp {
  padding: 0 3em;
}

.blog--social-share.top_margin__default a img {
  width: auto;
}

.blog--social-share.top_margin__default {
  margin-bottom: 5px;
}

.child-theme .blog-post.column-layout .right .email-optin h3 {
  font-size: 19.0398px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
}


.blog-post.column-layout .right .email-optin label {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.blog-post.column-layout .left h2 {
  font-size: 2.5em;
}

.jump-to-sections-box {
  opacity: 1;
  transition: opacity 1.3s ease-in-out;
}

.post-bottom-sec h3.cta--title {
  font-size: 2em;
}

.cm-page .dnd-section .blog-pagination.cm {
  padding-left: 12em;
  padding-right: 12em;
}



.cm-tabber-wrp.blog-tab .tab-title {
  background-color: #eee;
}

.cm-tabber-wrp.blog-tab .tab-title.slick-current {
  background: #fff;
}

.cm-tabber-wrp.blog-tab .tab-title:hover {
  background: #fff;
}



@media (min-width: 900px) {
  .cm-post-wrp{
    padding: 0 4em;
  }
}

@media (min-width: 1200px) {
  .cm-post-wrp{
    padding: 0 7em;
  }

}




@media (min-width: 1600px) {
  .cm-post-wrp{
    padding: 0 12em;
  }
}



@media (max-width: 1599px) {
  .cm-lis-wrp {
    padding: 7em;
  }
  .cm-page .dnd-section .blog-pagination.cm {
    padding-bottom: 7em;
    padding-left: 7em;
    padding-right: 7em;
  }

}



@media(max-width:1200px){
  .cm-lis-wrp {
    padding: 4em;
  }
  .cm-listings .lis-column a.card.block.blog {
    padding: 1.5em;
  }

  .cm-listings .lis-column .lis-cover-image {
    margin: -1.5em -1.5em 1.5em;
    min-height: 165px;
    padding: 1.5em;
  }
  section.hero--blog-post {
    padding: 12em 3.5em 3em;
  }
  .cm-listings .lis-column .lis-cover-image h4 {
    font-size: 1.2em;
    font-weight: 400;
  }
  .cm-page .dnd-section .blog-pagination.cm {
    padding: 3em;
    padding-top: 0;
  }
}


@media(max-width:1024px){
  .email-optin {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media(max-width:900px){
  .cm-lis-wrp {
    padding: 3em;
  }


  .blog-header h2 {
    font-size: calc(2.66em + 1vw);
  }
  section.section-container--spacing.recent-posts.section--light-bg h2 {
    font-size: calc(2.66em + 1vw);
  }

  .child-theme section.section-container--spacing.recent-posts.section--light-bg {
    margin: 0 -3em;
    padding: 3em;
  }
}




@media(max-width:767px){
  .cm-lis-wrp {
    padding: 3em;
  }
  .blog-header h2 {
    font-size: calc(2.66em + 1vw);
  }

  .cm-row .right-sec {
    width: 100%;
    margin-bottom: 0;
  }

  .cm-row .left-sec {
    width: 100%;
  }

  .child-theme .email-optin form.hs-form.stacked {
    margin-bottom: 0;
  }

  .cm-listings .lis-column {
    width: 100%;
  }

  .cm-listings .lis-column .lis-cover-image {
    min-height: 200px;
  }

  section.hero--blog-post .column-layout .column.large h1 {
    font-size: 2.6em;
  }

  section.hero--blog-post .column-layout .column.large,section.hero--blog-post .column-layout .column {
    width: 100%;
  }

  .blog-post.column-layout .left {
    width: 100%;
    padding: 0;
  }

  .blog-post.column-layout .right {
    width: 100%;
    padding: 0;
  }

  .blog-post.column-layout .right h6 {
    font-size: calc(.875em + .5vw);
  }
  .jump-to-sections-box {
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
  }
  .child-theme section.section-container--spacing.recent-posts.section--light-bg {
    padding: 3em;
    margin: 0;
  }

  .body-container--blog-index .row-fluid {
    padding: 0 !important;
  }
  .cm-listings .lis-column .lis-cover-image h4 {
    font-size: 1.75em;
    font-weight: 300;
  }

  .cm-listings .lis-column:nth-child(2n) {
    padding: 0;
  }

  .cm-listings .lis-column:nth-child(odd) {
    padding: 0;
  }
}

/*  anshul*/
.row-fluid [class*=span] {
  min-height: auto;

}
.two-col-content.cm_woocom .top_sec {
  padding: 0;
  margin: 0;
}

.two-col-content.cm_woocom .top_sec h2.title {
  color: #222;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 0;
}

.two-col-content.cm_woocom .top_sec p {
  color: #111111;
  margin: 0 0 1.618em 0;
}



.two-col-content.cm_woocom .media_column.img-col.col6 {
  width: 48.717948718%;
}



.two-col-content.cm_woocom .media_column.img-col.col6 .single-img img{
  margin: 40px 40px 0px 0px;
  width: 800px;
}
.two-col-content.cm_woocom .content-col.col6 {
  width: 48.717948718%;
  margin-left: 2.564102564%;
}


.two-col-content.cm_woocom .content-col.col6 {
  width: 48.717948718%;
  margin-left: 2.564102564%;
}


.two-col-content.cm_woocom .content-col .description {
  margin: 0;
}

.two-col-content.cm_woocom .content-col .description p {
  margin: 0;
}

.two-col-content.cm_woocom .content-col .description img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
}

.two-col-content.cm_woocom .content-col .description  p {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  line-height: 23.652px;
}


.two-col-content.cm_woocom .content-col .description ul{
  margin-left: 22.652px;
  margin-bottom: 22.652px;
  padding: 0;
  margin-top:0;
  font-weight:500;
  line-height: 22.652px;
  font-size:18px;
}
.two-col-content.cm_woocom .content-col .description ul li {
  margin-bottom:0;
  font-weight:500;
  line-height: 22.652px;
  font-size:18px;
}

.two-col-content.cm_woocom .content-col .description ul li strong {
  font-weight: 700;
}
.two-col-content.cm_woocom .content-col .description ul li span{
  font-size:18px;
  line-height: 22.652px;
}

.two-col-content.cm_woocom .content-col .description  h4{
  line-height: 36px;
  font-size: 24px;
  color: #444444;
  font-weight: 700;
  margin:0;
}

.two-col-content.cm_woocom .content-col .description h4+p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 1.618em 0;
}

.two-col-content.cm_woocom .content-col .description h4+p>a:hover {
  text-decoration: underline;
}

.two-col-content.cm-woo-col2 .top_sec .top_content {
  padding-bottom: 24px;
}













.two-col-content.cm-woo-col2 .top_sec .top_content>:last-child {
  font-size: 14px;
  margin: 0 0 1.618em;
  font-weight: 500;
  line-height: 1.618em;


}
.cm-woocommerce.simple-banner {
  /*     padding: 70px 22.6px; */
  min-height: auto;
  border-bottom: 2px solid #888;
}

.two-col-content.cm_woocom .content-col .description p strong {
  font-weight: 700;
}



.cm-woocommerce.simple-banner .bg_el {
  background-position: unset !important;
}
.cm-woocommerce.simple-banner h1 {
  font-size: 35px;
  color: #FFF;
  font-family: helvetica-light, arial;
  font-weight: normal;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 10px 40px;
  margin-top: 0px;
  margin-bottom:0px;
  line-height: 50px;
}

.cm-hr hr {
  margin-bottom: 22.6px;
  border: 0;
  height: 1px;
  background-color: #ececec;
}

.two-col-content.cm-woo-full {
  padding: 0px 30px 0px;
}
.cm-woo-full.two-col-content .flex_row {
  max-width: 1400px;
  margin: auto;
  padding: 0;
  align-items: flex-start;
}
.cm-woo-full.two-col-content  .page-center.theme_center {
  padding: 0px;
}

.cm-woo-full.two-col-content  h3.title  {
  color: #10a3e8;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  margin: 0px;
}

.cm-woo-full.two-col-content  h3  {
  color: #10a3e8;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  margin: 0px;
}
.cm-woo-full.two-col-content  h3 span  {
  color: #10a3e8;
  font-size: 20px;
  font-weight: 500

}

.cm-woo-full.two-col-content  p {
  font-size: 14px;
  color: #111;
  margin-bottom: 22.6px ;
  line-height: 22.652px;
  font-weight: 500
}
.cm-woo-full.two-col-content  .top_sec{
  margin: 0px;
  padding: 0px;
}


.cm-woo-full.two-col-content  .content-col {
  padding: 0px;
  width: 48.717948718%;
}
.cm-woo-full.two-col-content .media_column {
  padding: 0px;
  margin-left: 2.564102564%;
  width: 48.717948718%;
}
.cm-woo-full.two-col-content .content_box {
  margin-top: 0;
}



.cm-agriculture-form.cm-content-form .page-center {
  padding: 0 0 59px;
}

.cm-accounting.two-col-content h1{
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: #05b5f0;
  margin-bottom:20px;
}

.cm-food-beverage h1{
  color: #10a3e8;
  font-weight: 300;
  margin-bottom:20px;
  line-height: 50px;
  font-size: 42px;

}


.cm-accounting.two-col-content .single-img {
  margin-bottom: 60px;
}
.cm-accounting.two-col-content .flex_row {
  align-items: flex-start;
}
.cm-accounting.two-col-content p{
  font-size: 18px !important;
  letter-spacing: 0.75px;
  color: #889faf !important;
  line-height: 1.258;
}
.cm-accounting.two-col-content .flex_row .col6 {
  width: 65.81196581200001%;
  padding:0px
}
.cm-accounting.two-col-content .flex_row .col6.img-col {
  width: 31.623931624%;
  margin-left: 2.564102564%;
}
.cm-accounting.two-col-content  .two-col-content .flex_row {
  row-gap: 0px;
}
.cm-accounting.two-col-content .flex_row .col6.img-col img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 623px;
}
section.content-with-form.cm-content-form {
  padding: 0px 168px;
  align-items: flex-start;
}
section.content-with-form.cm-content-form .hero--left-column {

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
}
/* Commented out because it was overriding heading font sizes when changing colors
.content_section span {
  font-size: 16px;
} */

.cm-content-form   ul {
  margin: 0px 0 22.6px 22.6px;
  padding-left: 0px;
  list-style: none;
}
section.content-with-form.cm-content-form  .hero--right-column {
  padding-top: 50px;
  padding-left:35px;
  width: 48.717948718%;
}

.cm-content-form{
  padding:0px 198px;
}
.cm-content-form .page-center{
  max-width:1400px !important;
  margin:auto;
  padding:0px 0px 59px ;
}
.cm-content-form.dnd_padd {
  padding-bottom: 0px;
  padding-top: 0px;
}

.cm-content-form .flex_row .col5 {
  width: 48%;
  padding-top: 50px;
}
.cm-content-form .flex_row .col5 span{
  font-size:16px;
  line-height: 22.6px;
  display: block;
}
.cm-content-form .flex_row .col5 ul>li{
  margin-bottom:17.5px;
}
.cm-content-form .col1 {
  display: none;
}
.cm-content-form .flex_row .col6 {
  width: 48.717948718%;
  padding-right: 0px;
  padding-left: 0;
  margin-left:15px;
}
.contact-banner.cm-content-form .form-section {
  max-width: none;

}

.cm-request .page-center{
  padding:0px;
}
.cm-request {
  padding-bottom: 120px;
  padding-top: 50px;
  padding-left: 168px;
  padding-right: 168px;
}

.cm-request.cnt-wit-bg-wrp h2.title{
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 40px;
  color: #7e95a5;
  font-weight: 500;

}
.cm-request a.hs-button {
  color: rgb(255, 255, 255);
  font-family: sans-serif;
  height: auto;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 80px;
  font-size: 19.6px;
  letter-spacing: 1.4px;
  line-height: 30px;
  border-radius: 33.6px;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}


.contact-banner.cm-content-form .col6.right-content form .hs-form-field input {
  border-radius: .236em;
  font-family: Open Sans, sans-serif;
  padding: 11.998px 36.652px 11.998px 11.998px;
  line-height: 22.652px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

.two-col-content.cm_content_with_form {
  padding-bottom: 7em;
}


.cnt-wit-bg-wrp.cm_terms_services {
  padding-top: 1.3em;
  padding-bottom:  3em;
}

.two-col-content.cm-acounting_platform .content-col .description {
  margin: 0;
}

.two-col-content.cm-acounting_platform .content-col .form_wrap {
  padding-top: 0;
}

.two-col-content.cm-acounting_platform .content-col .form_wrap .form-title {
  margin: 0;
}
.two-col-content.cm-acounting_platform .content-col.col6 {
  width: 48.717948718%;
  margin-left: 2.564102564%;
}

.two-col-content.cm-acounting_platform .flex_row {
  row-gap: 0;
}
.two-col-content.cm-acounting_platform .content-col .form_wrap h3 {
  margin: 0;
}

.two-col-content.cm-acounting_platform .media_column .content_box {
  margin-top: 0;
}

.two-col-content.cm-acounting_platform .media_column .content_box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.652px;
}

.two-col-content.cm-acounting_platform .media_column .content_box ul {
  margin-left: 22.652px;
  margin-bottom: 22.652px;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  margin-top: 0;
}

.two-col-content.cm-acounting_platform .media_column .content_box ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.652px;
}
.two-col-content.cm-acounting_platform {
  margin: 0 0 4.236em;
}

.cm-accounting.two-col-content .page-center{
  padding: 0;

}

.two-col-content.cm-acounting_platform .media_column.img-col.col6 {
  width: 48.717948718%;
}

.contact-banner.cm-contactUs-form.cm-transparent.custom_form .col6.right-content .form-section form .hs-input {
  border-radius: .236em;
  font-family: Open Sans, sans-serif;
  padding: 11.998px 36.652px 11.998px 11.998px;
  line-height: 22.652px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1.5em;
}

.contact-banner.cm-contactUs-form.cm-transparent.custom_form .col6.right-content .form-section form input.hs-button {
  background-color: #1babe2;
  border-color: #1babe2;
  border-radius: 50px;
  border-width: 0;
  color: #fff;
  font-size: 16.875px;
  padding: 15px 22.5px;

}

.contact-banner.cm-contactUs-form.cm-transparent.custom_form .col6.right-content .form-section form input.hs-button:hover {
  background-color: rgba(27, 171, 226, .6);
  border-color: #1babe2;
  color: #fff;
}

.contact-banner.cm-contactUs-form.cm-transparent.custom_form .col6.right-content .form-section form .hs_error_rollup {
  background: #fee7ed;
  color: #f65570;
  margin: 1em 0;
  padding: 1em;
}
.home_page_v4_page .blog-feedV2 .title_wrap h3 {
  font-size:26px;
}
.pricing_page .pricing-table-gp .pricing-area .plan-price {
  font-size: 22px;
}
.team_page .cm_tm_wrp .cm_mbr_cont.cm_color h3,
.home_page_v5_page .testimonials_sliderv3 .card_content .name,
.home_page_v4_page .cm_tm_wrp .cm_mbr_cont.cm_color h3,
.home_page_v1_page .cm_team_wrp .cm_team .cm_team_cont h3{
  font-size: 24px;
}


@media (min-width: 900px) {
  .cm-accounting.two-col-content {

    padding:74px 0 0px;
  }


  .cm-content-form{
    padding:0px 86px;
  }
  .cm-request {
    padding-bottom: 120px;
    padding-top: 50px;
    padding-left: 56p;
    padding-right: 56px;
  }
  .cnt-wit-bg-wrp.cm_terms_services {
    padding-top: 2.3em;
    padding-bottom:  4em;
  }
  .two-col-content.cm-acounting_platform {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (min-width:1024px){

  .two-col-content.cm_woocom .page-center {
    padding: 0;
    max-width: 1063.970px !important;
  }
  .cm-woo-full.two-col-content .page-center {
    max-width: 1063.970px !important;
  }

  .cnt-wit-bg-wrp.cm-hr .page-center{
    max-width:1063.97px !important;
  }

  .two-col-content.cm-acounting_platform .page-center {
    max-width: 1063.97px !important;
    padding: 0;
  }

  .cm-accounting.two-col-content .page-center{
    max-width: 1063.97px !important;
    padding: 0;
  }
  .cm-accounting.two-col-content .page-center{
    max-width: 1063.97px  !important;
    padding: 0;

  }

}


@media (min-width: 1200px){

  .cm-content-form{
    padding:0px 128px;
  }
  .cm-request {
    padding-bottom: 120px;
    padding-top: 50px;
    padding-left: 128px;
    padding-right: 128px;
  }
  .cnt-wit-bg-wrp.cm_terms_services {
    padding-top: 5.3em;
    padding-bottom: 7em;
  }

}
@media (min-width: 1600px){


  .two-col-content.cm_woocom .page-center {
    padding: 0;
    max-width: 1400px !important;
  }


  .cnt-wit-bg-wrp.cm-hr .page-center{
    max-width: 1400pxpx  !Important;
  }
  .cnt-wit-bg-wrp.cm_terms_services {
    padding-top: 10.3em;
    padding-bottom: 12em;
  }

  .two-col-content.cm-acounting_platform .page-center {
    max-width: 1400px !important;
    padding: 0;
  }

  .cm-accounting.two-col-content .page-center{
    max-width: 1400px !important;
    padding: 0;

  }
  .cm-woo-full.two-col-content .page-center {
    max-width:1400px !important;
    padding: 0;
  }
}

@media (max-width:1461px){
  .home_page_v2_page .card_gallery .card_box .it_title,
  .service-listing-page .card_gallery .card_box .it_title,
  .home_page_v1_page .card_gallery .card_box .it_title{
    font-size: 28px;
  }

  .home_page_v2_page .featured-card .content-column h3 {
    font-size: 28px;
  }


  .home_page_v4_page .card_gallery .card_box .it_title{
    font-size: 28px;
  }
  .pricing_page .pricing-table-gp .plan-title{
    font-size:24px;
  }
}


@media (max-width:1360px){

  .home_page_v3_page .why_choose_us_sec h2.counter_wrap {
    font-size: 30px;
  }
  .migration_test_page h1 {
    font-size: 36px;
  }

  .migration_test_page h2 {
    font-size: 28px;
  }

  .migration_test_page h3 {
    font-size: 24px;
  }

  .migration_test_page h4 {
    font-size: 22px;
  }
  .portfolio_page_v2 .latest_projects .projects-outer-wrp .item .card_inner h3{
    font-size: 28px;
  }

}

@media (max-width:1023px){
  .two-col-content.cm_woocom .page-center {
    max-width: 100% !Important;
    padding:0;
  }
  .cm-woo-full.two-col-content .page-center {
    max-width: 100% !Important;
    padding:0;
  }

  .cnt-wit-bg-wrp.cm-hr .page-center{
    max-width: 100% !Important;
  }
  .two-col-content.cm-acounting_platform .page-center {
    max-width: 100% !important;
    padding:0;
  }

}




@media (max-width: 899px) {
  .cnt-wit-bg-wrp.cm_terms_services .rich_text h1 {
    font-size: calc(2.82625em + 1.75vw);
  }

  .cm-content-form{
    padding:0px 72px;
  }
  .cm-request {
    padding-bottom: 120px;
    padding-top: 50px;
    padding-left: 42px;
    padding-right: 42px;
  }
  .hs-landing-page .hs_cos_wrapper_type_rich_text h1 {
    font-size: 35px;
  }

}

@media (max-width: 767px) {
  .cm-woocommerce.simple-banner .bg_el {
    background-size: auto !important;
  }
  .cm-woocommerce.simple-banner .banner-content-inner.col12 {
    padding: 0;
  }

  .cm-woocommerce.simple-banner .page-center {
    padding: 0;
  }
  .cm-woo-full.two-col-content .media_column {
    width: 100%;
  }
  .cm-woo-full.two-col-content .media_column {
    margin-left: 0;
    margin: 0 0 45px 0;
  }
  .two-col-content.cm_woocom .content-col.col6 {
    width: 100%;
    margin: 0;
  }

  .two-col-content.cm_woocom .media_column.img-col.col6 .single-img img {
    max-width: 100%;
    width: 100%;
  }

  .two-col-content.cm_woocom .media_column.img-col.col6 {
    width: 100%;
    margin: 0 0 30px 0;
  }



  .two-col-content.cm_woocom .flex_row {
    row-gap: 0;
  }

  .cm-woo-full.two-col-content .media_column {
    margin-left: 0;
  }

  .cm-woo-full.two-col-content .flex_row {
    row-gap: 0;
  }

  .cm-accounting.two-col-content {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-banner.cm-content-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cm-content-form .flex_row .col5 {
    padding-left: 0;
    padding-right: 0;
  }


  .two-col-content.cm_content_with_form .content-col.col6 {
    margin-left: 0;
    MARGIN-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-col-content.cm-acounting_platform .content-col.col6 {
    width: 100%;
  }
  .two-col-content.cm-acounting_platform .media_column.img-col.col6{
    width: 100%;
  }


  .cm-woo-full.two-col-content .content-col {
    padding: 0px;
    width:100%;
  }

  section.content-with-form.cm-content-form  .hero--right-column {
    padding-top: 50px;
    padding-left:35px;
    width: 100%;
  }

  .cm-content-form .flex_row .col6 {
    width:100%;
    padding-right: 0px;
    padding-left: 0;
    margin-left:15px;
  }




  .cm-accounting.two-col-content .flex_row {
    row-gap: 0px;
  }
  .cm-content-form .flex_row .col5 {
    width:auto;
    padding-top: 50px;
  }
  .cm-accounting.two-col-content .flex_row .col6 {
    width:auto;

  }

  .cm-accounting.two-col-content .flex_row .col6.img-col {
    width: auto;
  }
  .cm-content-form .flex_row .col6 {
    width:auto;
    padding-right: 0px;
    padding-left: 0;
    margin-left:0px;
  }
  .servs-details-pg .hs_service .col8 .dnd-section > .row-fluid {
    padding: 0;
  }

}
@media (max-width: 500px){
  .cm-accounting.two-col-content h1{
    font-size: 28px;
  }
  .cm-food-beverage h1{
    font-size: 30px;
  }
  .cm-request {
    padding-bottom: 120px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 380px){
  .cm-education.cm-accounting.two-col-content {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cm-request a.hs-button {
    font-size: 14px;
    padding: 15px 60px;
  }
  .cm-content-form{
    padding:0px 10px;

  }
  .cm-woocommerce.simple-banner h1 {
    font-size: 30px;
    padding: 10px 21px;
  }


} 


/* @media (min-width:971px) and (max-width:1621px){
.dropdown--intro h4 {
font-size: 22px;
}
} */



@media (max-width:1124px){

  .cm-mega-menu-wrp ul.cm-parent-menu li:last-child .dropdown-wrp.no-5 .item-sec:last-child.dropdown--menu-3 h6 {
    font-size: 12px;
  }
}



@media (max-width:971px){
  .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    background: #f1f3f7;
    margin: 14px -32px;
    padding: 14px 32px;
    width: calc(100% + 62px);
  }
  .footer--primary .inner-column {
    padding-right: 5px;
  }

  .cm-footer.footer--primary .inner-column:last-child {
    padding-right: 0;
  }
}


.cm-footer.footer--primary .logo-wrp svg path {
  fill: #fff;
}


/*  child-5 */
.home_page_v1_page .card_gallery .card_box .it_title {
  font-size: 28px;
}
.hs-breadcrumb-menu-divider:before {
  margin: 2em 0;
  padding-left: 2em;
  font-size: inherit;
  list-style: none !important;
  margin-bottom: 50px;
}
ul.hs-breadcrumb-menu {
  list-style: none;
}
.feat-wrap.cm-icon-text-layout.receivable1 .featitem h4 {
  color: #7d95a5;
  font-size: calc(.6875em + .5vw);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.33;
}
.two-col-content.cm-cont-img-col.padd-btm0 {
  padding-bottom: 0 !important;
}
.two-col-content.cm-cont-img-col .content-col .btn-items a.hs-button {
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
}
section.advanced-banner.suiteworld .description h1 {
  font-size: calc(2.49375em + 1vw);
}
.two-col-content.cm-cont-img-col.suiteworld .content-col .btn-items a.hs-button {
  font-size: 1.25em;
}
.cnt-wit-tp-img-wrp.blockchain {
  padding: 12em;
}
.cnt-wit-tp-img-wrp.blockchain .page-center {
  padding: 0 10px;
}
.cnt-wit-tp-img-wrp.blockchain .top_sec.noButton {
  padding: 0;
  margin: 0;
}
.cnt-wit-tp-img-wrp.blockchain .top_sec.noButton h3.title {
  margin-bottom: .5em;
}
.cnt-wit-tp-img-wrp.blockchain .top_sec.noButton .top_content p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1em;
}
.cnt-wit-tp-img-wrp.blockchain .cnt-col {
  padding: 0;
}
.cnt-wit-tp-img-wrp.blockchain .cnt-col {
  padding: 4px;
  width: 31.8817%;
}
.cnt-wit-tp-img-wrp.blockchain .flex-row.flex_row {
  justify-content: space-between;
  gap: 0 !important;
}
.cnt-wit-tp-img-wrp.blockchain .cnt-col .tp-img {
  margin-bottom: 35px;
}
.cnt-wit-tp-img-wrp.blockchain .cnt-col h5.col-title {
  font-weight: 500;
  line-height: 1.33;
  font-size: calc(0.875em + .5vw);
  letter-spacing: 0;
  text-transform: none;
  color: #03215A;
  margin-bottom: .5em;
}
.cnt-wit-tp-img-wrp.blockchain .btn_row a.hs-button {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
}
.cnt-wit-tp-img-wrp.blockchain .btn_row {
  margin-top: 75px;
}
section.content-with-form.form-text-callout.acumatica {
  align-items: flex-start;
}
.feat-wrap.cm-icon-text-layout.magento {
  padding-top: 6em;
}
section.advanced-banner.suiteworld.accounts-receivable .description h1 {
  font-size: 3.5em;
}
section.advanced-banner.suiteworld.accounts-receivable .hero-pattern--wrapper svg {
  opacity: .08;
}
.cnt-wit-bg-wrp.receivable .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.receivable {
  padding: 12em;
}
.cnt-wit-bg-wrp.receivable .rich_text h2 {
  margin-bottom: .5em;
}
.cnt-wit-bg-wrp.press-links h2.title {
  font-size: calc(1.25em + 1vw);
  font-weight: 300;
  margin-bottom: .5em;
} 
.cnt-wit-bg-wrp.cm_hr.mr-top hr {
  margin-bottom: 0;
  margin-top: 6em;
}
.cnt-wit-bg-wrp.cm_hr.left-padd {
  padding-right: 12em;
  padding-left: 0;
}
.cnt-wit-bg-wrp.suiteworld-full {
  padding: 12em 0;
}
.about_page_V2 .webinar-registration--cta.sidebar--sticky-container h6 {
  letter-spacing: 3px;
}
.advance-testimonial.br-top {
  border: 0;
}
body.blue-btn:not(.scroll_top) .get-btn a {
  color: #fff;
  background: #1babe2;
}
.cnt-wit-bg-wrp.cm_hr.mr-top.mar-zero hr {
  margin: 0;
}
.leadership--card .leadership--card--information p:last-child {
  margin: 0;
}
.two-col-content.cm-cont-img-col.padd-top {
  padding-top: 0;
}
section.cm-card-sec.coverage .column-layout .column .icon {
  padding-right: 15px;
}
.landing-banner.developer-guide form input.hs-button.primary.large {
  background-color: #1babe2;
  border-color: #1babe2;
  border-width: 0;
  color: #fff;
}
.landing-banner.developer-guide form input.hs-button.primary.large:hover {
  opacity: 0.6;
}
.landing-banner.developer-guide form ul.inputs-list {
  padding: 0;
}
.error-page-wrap .cst-content-wrapper {
  text-align: center;
}
.error-page-wrap .cst-content-wrapper h1 {
  line-height: 1.33;
  font-size: calc(3.15875em + 1.75vw);
  font-weight: 900; 
}
.error-page-wrap .error-page {
  padding-top: 60px;
  padding-bottom: 4.3rem;
}
.error-page-wrap .error-page h6 {
  letter-spacing: 3px;
}
.error-page-wrap .hs-search-field__bar {
  margin: 0 auto;
  width: 50%;
  max-width: 100%;
}
.error-page-wrap .hs-search-field__bar form.hs-search-field__form {
  display: block;
  margin-top: 2.3em;
  margin-bottom: 3em;
}
.error-page-wrap input#site_search-input {
  margin-bottom: 10px !important;
  line-height: normal !important;
  padding: 1em .5em;
  height: auto !important;
  min-height: unset !important;
  font-size: 13.3333px;
}
.error-page-wrap .hs-search-field__bar button.search-submit:hover {
  opacity: 0.6;
}
.error-page-wrap .hs-search-field__bar button.hs-search-field__button {
  position: static !important;
  transform: unset;
  height: auto;
  font-size: .9em;
  padding: 0.8em 1.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 3px;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  white-space: nowrap;
  line-height: 21.843px;
  background: #1babe2;
  width: auto;
}
.error-page-wrap .hs-search-field__bar button.hs-search-field__button:before {
  content: "Search Google";
}
.error-page-wrap .hs-search-field__bar button.hs-search-field__button svg {
  display: none;
}
.about_page_V2 .cm_tm_wrp .cm_mbr_cont.cm_color h3 {
  font-size: 28px;
}
.about_page_V2 .two-col-content .multirichtext h3 {
  font-size: 28px;
}
.systems-page ul.no-list.hs-error-msgs {
  list-style: none;
}
.contact_page_v2 .cnt-wit-tp-img-wrp .col-title {
  font-size: 28px;
}
.home_page_v3_page .card_gallery .card_box .it_title {
  font-size: 28px;
}
.listing-avd-tabber .dnd-section>.row-fluid {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.listing-avd-tabber .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}
.listing-avd-tabber .dnd-section {
  padding: 0;
}
.listing-avd-tabber .cm-tabber-wrp .tab-title {
  background-color: #eee;
}
.listing-avd-tabber .cm-tabber-wrp .tab-title.slick-current,
.listing-avd-tabber .cm-tabber-wrp .tab-title:hover{
  background-color: #fff;
}
section.glossary-banner-wrap .hs-search-field {
  position: relative;
  z-index: 9;
}






@media(max-width: 1600px){
  .cnt-wit-tp-img-wrp.blockchain,
  .cnt-wit-bg-wrp.receivable{
    padding: 7em;
  }
  .cnt-wit-bg-wrp.cm_hr.left-padd {
    padding-right: 7em;
    padding-left: 0;
  }
  .cnt-wit-bg-wrp.suiteworld-full {
    padding: 7em 0;
  }
}

@media(max-width: 1200px){
  .cnt-wit-tp-img-wrp.blockchain,
  .cnt-wit-bg-wrp.receivable{
    padding: 4em;
  }
  .cnt-wit-bg-wrp.cm_hr.left-padd {
    padding-right: 4em;
    padding-left: 0;
  }
  .cnt-wit-bg-wrp.suiteworld-full {
    padding: 4em 0;
  }
}

@media (max-width: 900px) {
  .feat-wrap.cm-icon-text-layout.receivable1 .featitem h4 {
    font-size: calc(.875em + .5vw);
  }
  .cnt-wit-tp-img-wrp.blockchain,
  .cnt-wit-bg-wrp.receivable{
    padding: 3em;
  }
  .cnt-wit-tp-img-wrp.blockchain .page-center {
    padding: 0;
  }
  .cnt-wit-tp-img-wrp.blockchain .top_sec.noButton h3.title {
    font-size: calc(1.91187em + 1vw);
  }
  .cnt-wit-tp-img-wrp.blockchain .cnt-col h5.col-title {
    font-size: calc(0.95em + .5vw);
  }
  .cnt-wit-tp-img-wrp.blockchain .btn_row a.hs-button {
    font-size: 15px;
  }
  .cnt-wit-tp-img-wrp.blockchain .btn_row {
    margin-top: 60px;
  }
  .cnt-wit-bg-wrp.cm_hr.left-padd {
    padding-right: 3em;
    padding-left: 0;
  }
  .cnt-wit-bg-wrp.suiteworld-full {
    padding: 3em 0;
  }
  .resource-inner-page {
    padding: 0 30px;
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout.pay-type .top_sec .top_content p {
    font-size: calc(1.25em + 1vw);
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout.pay-type .top_sec .top_content h3 {
    font-size: calc(1.91187em + 1vw);
  }
  section.cm-card-sec.coverage {
    padding: 3em 30px;
  }
  .child-theme .home_page_v1_page .cm-logo-img {
    padding: 6em 30px 6em 30px;
  }
}

@media (max-width: 767px) {
  .cnt-wit-tp-img-wrp.blockchain .btn_row a.hs-button {
    font-size: 13px;
  }
  .cnt-wit-tp-img-wrp.blockchain .cnt-col {
    width: 100%;
  }
  section.advanced-banner.press .page-center {
    padding: 0 30px;
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout.pay-type .top_sec .top_content p {
    font-size: calc(1.25em + 1vw);
  }
  .cm-card-new.cnt-wit-tp-img-wrp.cm-top-icon-text-layout.pay-type .top_sec .top_content h3 {
    font-size: calc(1.91187em + 1vw);
  }
  .hs-blog-post section.hero--blog-post {
    padding: 12em 1.5em 3em;
  }
  .hs-landing-page .home_page_v1_banner_area .bnr_wrp .page-center {
    width: 100%;
  }
  .body-container--blog-index section.section-container--spacing.recent-posts.section--light-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .body-container--blog-index .cm-lis-wrp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home_page_v1_page .layout--two-columns .column:last-child {
    width: 100%;
  }
  .bnr_wrp.right .slide_background .page-center {
    width: 100%;
  }
  .blog-post-sidebar-layout .simple-banner .page-center {
    padding: 0;
  }
  .blog-post-sidebar-layout .simple-banner .top_sec h1 {
    font-size: 28px;
  }
  .home_page_v1_page .cm-two-col,
  .home_page_v1_page .cm-two-col.cm-two-type3{
    padding: 0 30px;
  }
}

.sidebar.blog-wit-sidbr h2.list-post-title {
    font-size: 36px;
}

.blog-wit-sidbr h4.list-post-title {
     font-size: 26px;
}


@media screen and (max-width: 970px) {
    /* Target Safari using -webkit-specific properties */
    @media not all and (min-resolution: 0.001dpcm) {
        .open-menu .mobile-menu {
            padding-bottom: 60px;
        }
    }
 .hs-sec-btn-strng {
  background-color: #03215A; /* A stronger tone compared to the secondary */
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 900; /* Bolder than secondary */
  letter-spacing: 3px;
  outline: 0;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 15px;
  line-height: 24.27px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hs-sec-btn-strng:hover {
  background-color: #0f1e3a; /* Darker on hover for effect */
  color: #ffffff;
  opacity: 1;
}