.cl_column_wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cl_nav_column.custom-menu-primary  .hs-menu-wrapper > ul{
    margin-bottom: 0;
}


.header .dmp-header-search{ min-width: inherit;}      

.header .dmp-header-cta { float: right;}
.header .dmp-header-search {
    float: right;
    padding: 10px 15px;
    background-color: #FF7A59;
    margin: 0 10px 0 0px;
}


.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper > ul li { position: static; }

.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color:#333333;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children span.fa.fa-angle-down {
  color:#333333;  
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover{ color: #1C5AF8; }

  
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul li a{
   color: #051b35;
    font-family: 'HK Grotesk Pro' !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 23px;
    text-decoration: none;
        padding: 20px 18px;
        display: block;

}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{ text-decoration: none; }
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
 /*   background-color: #314457;
    color: #ffffff !important;*/
} 
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}
.search-input-header.hs-search-field {
    border-top: 4px solid #FF7A59;
}

.rlh_area_column .close-btn {
    position: absolute;
    right: -5px;
    top: -15px;
    background-color: #fa5845;
    width: 30px;
    height: 30px;
    border-radius: 100px;    
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}
.rlh_area_column .close-btn a .fas{ color: #ffffff; font-size: 14px; line-height: 30px; } 
.search-input-header.hs-search-field {
       max-width: 100%;
    position: fixed;
    right: 0;
    margin-right: 0;
    border-top: 0;
    display: none;
    background-color: rgba(0,0,0,0.8);
    padding: 20px 10px;
    box-shadow: 0 0 5px #dadada;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}
.rlh_search_box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
}
.rlh_area_column {
    width: 100%;
    position: relative;
}
.search-input-header form:before {
    /*content: "Blog search";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;*/
}
.search-input-header form input[type="search"] {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 8px;
    height: 65px;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
}


/* new menu added*/
.header_middle_main{ position: relative; }
.paystone_nav_column.custom-menu-primary .li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child .hs-menu-children-wrapper{

   font-weight: 500;
    left: -9999px;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 100%;
    z-index: 1;
   

}


.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li > .hs-menu-children-wrapper{
     background-color: rgba(255,255,255,1.0);
        padding: 60px 0px 60px 150px;
        /*padding: 2% 25%;*/

        width: 100%;    
        z-index: 99;
        flex-direction: inherit;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        left: 0;
        visibility: hidden !important;   
        top: 56px !important;
        opacity:0 !important;
        margin: 0 auto;
        right: 0;
        max-width: 1024px;
  
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.menu-active .hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li > .hs-menu-children-wrapper::before{
    position: absolute;
    content: "";
    right: -100vw;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,1.0);
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li > .hs-menu-children-wrapper::after{
    position: absolute;
    content: "";
    left: -100vw;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,1.0);
}


.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.menu-active .hs-menu-children-wrapper{
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;

}
/*.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:hover > .hs-menu-children-wrapper{
 
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;

}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:hover > .hs-menu-children-wrapper .hs-menu-children-wrapper{
    visibility: visible; 
}*/

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li > .hs-menu-children-wrapper{ height: auto; }

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    width: 33%;
    float: left;
    padding-right: 20px;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3) {
    width: 33%;
    float: left;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3) p {
    font-size: 16px;
    margin-top: 10px;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3) h4 {
  /* margin-bottom: 10px; */
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3)::before {
    content: "";
    background-color: #f5f6f7;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child:nth-child(3)::after {
/*     content: ""; */
    background-color: #f5f6f7;
    position: absolute;
    height: 100%;
    top: 0;
    right: -100%;
    width: 100%;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li h4 {
    color: #000;
    font-family: 'HKGrotesk-Bold';
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    position: static;
    padding: 0;
    display: block;
    opacity: 1;
}

 

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper a {
    /*color: #467dec !important;*/
    color: #003EDB !important;
    font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 23px;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper a:hover{
   color: #0034B7 !important;  
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper span {
    color: rgba(5,27,53,0.7);
    font-family: 'HKGrotesk-Medium';
    font-size: 14.22px;
    font-weight: 500;
    /*height: 21px;*/
    letter-spacing: -0.09px;
    line-height: 21px;
    display: block;
    white-space: normal;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child ul.hs-menu-children-wrapper li:last-child {
    /*display: none;*/
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 span.fa.fa-angle-right {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li a {
    padding: 10px 0 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li {
  
    width: 300px;
    float: left;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper .hs-menu-depth-3 {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li a{

     color: #003EDB !important;
     /*color: #467dec !important;*/
    font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 23px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li a > span{
    color: rgba(5,27,53,0.7);
    font-family: 'HKGrotesk-Medium';
    font-size: 14.22px;
    font-weight: 500;
    /*height: 21px;*/
    letter-spacing: -0.09px;
    line-height: 21px;
    display: block;
    white-space: normal;
    min-height: 48px;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children > a {
    position: relative;

}


.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children > a:before{
    right:0;
    /*content: "";*/
    width: 10px;
    /*background-image: url(https://www.paystone.com/hubfs/Paystone%202020/arrow-bottom-ps.svg);*/
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: inherit;
    left: auto;
    top: auto;
        font-family: "Font Awesome 5 Pro";
    font-weight: 900;
        content: "\f078";
        font-size: 10px;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children.menu-active > a:before{
    transform: rotate(180deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.header__language-switcher.header--element_n{
    display: none;
}
.header_middle_main .login_mobile{ display: none; }

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a{
    cursor: inherit;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 .open-menu-list li a:hover {
    color: #1c5af8 !important;
}

@media screen and (min-width: 767px) {
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.menu-active a {
    color: #1C5AF8 !important;
}
.custom-class .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li a{
   color: rgba(5,27,53,0.2);
}
}
 

@media (max-width: 767px){



.header_middle_main {
    padding: 15px 0;
}

.header_middle_main .header__logo {
   width: 160px;
}

  .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li {
    position: relative;
}
  .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    display: none;
  }
.search-input-header.hs-search-field {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: inherit;
}



.paystone_nav_column.custom-menu-primary .hs-menu-wrapper {
  display: none;
    /*position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
        height: 100%;
    background-color: #ffffff;*/
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /*padding: 63px 36px 0;*/
        min-height: 250px;
}
.mobile-open .paystone_nav_column.custom-menu-primary .hs-menu-wrapper{ 
     transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }


.paystone_nav_column.custom-menu-primary .hs_cos_wrapper {
    float: left;
    width: 100%;
}

.paystone_nav_column.custom-menu-primary{ 
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    
        height: 100vh;
        /*height: 100%;*/
    
    /*transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    padding: 63px 15px 0;
  visibility: hidden;
}

.mobile-open .paystone_nav_column.custom-menu-primary{ 
     transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    display: block; 
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
    overflow: auto;
    visibility: visible;
  }

    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
    }
  
.scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.invert-nav .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper>ul{ 
    /*background-color: #324559;*/
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
        /*background-color: #324559;*/
           color: #030e1c;   
        text-align: left;
        font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover{ color: #467dec ; }
.dmp-nav-opt-items .custom-menu-primary .hs-menu-wrapper > ul li a{ padding: 0 10px;}





.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        /* background-color: #324559;
        font-size: 14px;
        max-width: none;
        overflow: visible;
        text-align: left;
        width: auto;
        text-indent: 0;
        color: #ffffff;
        padding-bottom: 15px;
        padding-top: 15px;*/
}
.custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-2 {
        /*border-top: 1px solid #e9e9e9;*/
}
   .custom-menu-primary ul li.hs-menu-depth-2.hs-item-has-children .fa{ display: none; }

/*
 .mobile-trigger{ background-color: #00a9fa; 
      border-radius:8px; 
      height: 35px;
      width: 35px; 
      position: absolute; 
      right: 20px;
      top: 20px;
      z-index: 99;
  }
 .header.sticky-menu .mobile-trigger{ background-color: #FF7A59; }
 .mobile-trigger i {
        background-color:#ffffff;
        border-radius: 0;
        display: block;
        height: 3px;
        left: 11px;
        position: absolute;
        right: 11px;
        top: 20px;
        -ms-transform-origin: center center 0;
        -webkit-transform-origin: center center 0;
        transform-origin: center center 0;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }      
    .mobile-trigger i:after, 
    .mobile-trigger i:before {
        background-color:#ffffff;
        border-radius: 6px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        -ms-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        width: 100%;
    }

   .mobile-trigger i:before{
    margin:0;
    top: -9px; 
  }
   .mobile-trigger i:after{
     margin:0;
    top: 9px; 
  }


    .scrolling .mobile-trigger i,
    .scrolling .mobile-trigger i:after, 
    .scrolling .mobile-trigger i:before,
    .invert-nav .mobile-trigger i,
    .invert-nav .mobile-trigger i:after, 
    .invert-nav .mobile-trigger i:before{
        background-color: #777;
    }
     .mobile-open .mobile-trigger{    
        background-color: #000;
        transition: all 0.2s ease;
    }

    .mobile-open .scrolling .mobile-trigger i, 
    .mobile-open .scrolling .mobile-trigger i:before, 
    .mobile-open .scrolling .mobile-trigger i:after,
    .mobile-open .mobile-trigger i, 
    .mobile-open .mobile-trigger i:before, 
    .mobile-open .mobile-trigger i:after,
    .mobile-open .invert-nav .mobile-trigger i, 
    .mobile-open .invert-nav .mobile-trigger i:before, 
    .mobile-open .invert-nav .mobile-trigger i:after{
        background-color: #00a9fa;
    }
    .scrolling .mobile-trigger i, 
    .scrolling .mobile-trigger i:before, 
    .scrolling .mobile-trigger i:after,
    .invert-nav .mobile-trigger i, 
    .invert-nav .mobile-trigger i:before, 
    .invert-nav .mobile-trigger i:after{
        background-color: #282c36;
    }*/
   
    .hs-menu-depth-2 .child-trigger i:after,
    .hs-menu-depth-2 .child-trigger i {
            background-color: #051b35 ;
        }
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-3 {
        border-top: 0;
    }
     /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
        /*border-top: 1px solid #494d58;*/
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 15px 0;
          font-size: 20.25px;
        letter-spacing: -0.18px;
        /*line-height: 23.29px;*/
        color: #051b35 !important;
        font-weight: 500 !important;
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #fff;
    }*/
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
        color: #282c36;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #282c36;
    }
    .header__paystone_main li.hs-menu-item.hs-menu-depth-1 span.fa.fa-angle-down{
        display: none;
    }

    .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li>.hs-menu-children-wrapper {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: inherit;
        position: static;
        top: 0 !important
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    width: 100%;
    float: left;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3){
    display: block;
      width: 100%;
}
  .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3)::before{
    display: none;
  }
  .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3) h4{
        margin-bottom: 0px;
  }
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child ul.hs-menu-children-wrapper li:last-child{
    display: block;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper span{
    display: none;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child ul.hs-menu-children-wrapper li:last-child p{
    display: none;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child ul.hs-menu-children-wrapper li:last-child h4{
    color: #467dec !important;
    font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: -0.1px;
    line-height: inherit;
    text-transform: capitalize;
}
/* Toggle Button
     ========================================================================== */

  .header_middle_main .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 20px;          /* Position Button at right of screen  */
    right: 16px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background:none; /* Background color */
    border:none;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: red;
    visibility: visible;
  }
.mobile-open .header_middle_main .mobile-trigger{ z-index: 9999999; position: fixed; }
.header_middle_main .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:blue;
    background-color:inherit; 
    border-color: transparent;
  }


  /* Change button when menu is open */
  .header_middle_main .mobile-open .mobile-trigger{
    color:blue;
    background-color:inherit; 
    border-color: transparent;
}
/* Toggle Button Icon
     ========================================================================== */
.header_middle_main .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;

  }
.header_middle_main .mobile-trigger i:before, 
.header_middle_main .mobile-trigger i:after{
    position: absolute;
    content: '';
    right: 0;
  }
.header_middle_main .mobile-trigger i, 
.header_middle_main .mobile-trigger i:before, 
.header_middle_main .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color:#051b35; /* Icon color */
    display: inline-block;
  }

  .header_middle_main .mobile-trigger i:before{
    margin:0;
    top: -7px; /* Position top line */
    width: 19px; 
  }
  .header_middle_main .mobile-trigger i:after{
     margin:0;
    top: 7px; /* Position bottom line */
    width: 21px; 
  }
  


.mobile-open .header_middle_main .mobile-trigger i, 
.mobile-open .header_middle_main .mobile-trigger i:before, 
.mobile-open .header_middle_main .mobile-trigger i:after{
    width: 26px; /* Icon line width */
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
   
  }

.mobile-open .header_middle_main .mobile-trigger i::after{ display: none; }
.mobile-open .header_middle_main .mobile-trigger i::before {
    transform: rotate(-90deg);
    top: 0;
}

.mobile-open .header_middle_main .mobile-trigger i {
    transform: rotate(45deg);
}


  .header_middle_main .mobile-trigger:hover i, 
  .header_middle_main .mobile-trigger:hover i:before, 
  .header_middle_main .mobile-trigger:hover i:after,  
  .header_middle_main .mobile-open .mobile-trigger i, 
  .header_middle_main .mobile-open .mobile-trigger i:before, 
  .header_middle_main .mobile-open .mobile-trigger i:after{
      background-color: #051b35; /* Icon color */
  }

  .nexus-guard-home.scrolling .mobile-trigger:hover i, 
  .nexus-guard-home.scrolling .mobile-trigger:hover i:before, 
  .nexus-guard-home.scrolling .mobile-trigger:hover i:after,  
  .nexus-guard-home.scrolling .mobile-open .mobile-trigger i, 
  .nexus-guard-home.scrolling .mobile-open .mobile-trigger i:before, 
  .nexus-guard-home.scrolling .mobile-open .mobile-trigger i:after{
      background-color: #434343; /* Icon color */
  }

  /* Child Toggle Button
 


/* Child Toggle Button
     ========================================================================== */
 .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px !important; /* Button width */
    min-width: 30px !important;
    height: 50px !important; /* Button height */  
    padding: 0 !important;
    background-image: url(https://www.paystone.com/hubfs/arrow-bottom-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
 .child-trigger:hover{
    text-decoration: none;
}
.child-trigger.child-open{
    transform: rotate(180deg);
    
}
/*.child-trigger i{
    position: relative;
    top: 50%; 
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
.child-trigger i:after{
    position: absolute;
    content: '';
  }
.child-trigger i, 
.child-trigger i:after{
    width: 10px; 
    height: 1px;
    background-color:#ff3366; 
    display: block;

  }
.child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
.child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 .child-trigger.child-open i{ }*/


.header_middle_main .header_signup_btn{
     transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.mobile-open .header_middle_main .header_signup_btn{ 
    display: block;  
    position: static; 
    width: 100%; 
    

    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.mobile-open .header_signup_btn a{ text-align: center; }
 

.header_middle_main .login_mobile{ display: none;  
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; 
}
  
.mobile-open .header_middle_main .login_mobile{ display: block; }

.mobile-open .header__language-switcher.header--element_n{
    display: block;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.mobile-open .header_middle_main .login_mobile{ display: block; }
.mobile-open .header_middle_main .login_mobile a{     color: #051b35;
    font-size: 14.22px;
    font-weight: 300;
    letter-spacing: -0.09px;
    text-decoration: none;
}



.mobile-open .header_middle_main .header__language-switcher.header--element_n {
    display: block;
    width: 100%;
    float: left;
    border: 0;
    padding: 0;
}

.mobile-open  .header_middle_main .header__language-switcher.header--element_n .lang_switcher_class {
    display: block;
    float: left;
    width: 100%;
}

.mobile-open  .header_middle_main .header__language-switcher.header--element_n .lang_switcher_class ul.lang_list_class {
    position: static;
    border: 0;
    transform: inherit;
    padding: 0;
    float: left;
    width: 100%;
}
.mobile-open  .header_middle_main .header__language-switcher.header--element_n .lang_switcher_class ul.lang_list_class li{
     padding-right: 0 !important;
     padding-left: 0 !important;
     padding-top: 15px !important;
     padding-bottom: 15px !important;
}
.mobile-open  .header_middle_main .header__language-switcher.header--element_n .lang_switcher_class ul.lang_list_class li a{
    font-size: 14.22px;
    font-weight: 300;
}

.mobile-open  .header__language-switcher--label-current_ {
    display: none;
}
.mobile-open .paystone_nav_column.custom-menu-primary .hs-menu-wrapper > ul {
    height: auto !important;
}

.paystone_nav_column.custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2 a{
        color: #003EDB !important;
}
.paystone_nav_column.custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2 a:hover{
        color: #0034B7 !important;
}
.paystone_nav_column.custom-menu-primary .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2 a > span {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li {
  
    width: 100%;
    float: left;
}

.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    display: block !important;
}
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 .child-trigger {
    display: none !important;
}



.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li>.hs-menu-children-wrapper::before,
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li>.hs-menu-children-wrapper::after{
 display: none;
}


body.mobile-open .ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li>.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
}

}











/* header-sticky   */
      .header.sticky-menu{
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: .95;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition: all .3s ease;
        background-color: #ffffff;
      }
      
      .logo-standard{ display:block;}
      .logo-sticky {  display: none;}
      .header.sticky-menu .logo-standard{ display:none;}
      .header.sticky-menu .logo-sticky{ display:block;}

       .header.sticky-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
         color: #777475;
       }
.header.sticky-menu  .btn{ border: 1px solid #FF7A59; color: #ffffff;}
.header.sticky-menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children span.fa.fa-angle-down {
    color: #777475;
}
.header.sticky-menu .mobile-trigger i:after,
.header.sticky-menu .mobile-trigger i:before,
.header.sticky-menu .mobile-trigger i{
    background-color: #ffffff;
}
     
@media (max-width: 575px){
     .dmp-header-search{ display: none; }
     .rlh_search_box {padding: 2rem;}
}

