select {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 20px;
    font-family: 'ProximaNova',arial,sans-serif;
    height: 60px;
    padding: 12px;
    width: 100% !important;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url("../images/icon-arrow_down.png") no-repeat white 99% 50% / 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
}
.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0px 10px 10px;
}
.hs-breadcrumb-menu-divider:before {
    content: "›";
    padding-left: 10px;
}
.hs-featured-image-link {
    border: 0;
}
.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%;
}
@media (max-width: 568px) {
    .hs-featured-image {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}
.hs-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.CTA-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
}

@media screen and (max-width : 800px){
    .showcase-video{
        width: 100% !important;
    }
    .showcase-img {
        height: 200px!important;
        width: 200px!important;
    }
}

@media screen and (min-width : 801px){
    .showcase-video{
        width: 100% !important;
    }
    .showcase-img {
        height: 400px!important;
        width: 400px!important;
    }
}
.jumbotron-intro{
    background-color: #000000b8; 
    position: relative; 
    width: 100%; 
    height: 600px;
    background-image: url(../images/christina-wocintechchat-com-faEfWCdOKIg-unsplash.jpg);
    background-blend-mode: darken;

    background-size: cover;
    background-repeat: no-repeat;
}
.showcase-inner.hero h1{
    color: aliceblue !important;
}
.showcase-inner.hero h3{
    color: #dcddde !important;
}
.bg-get-started{
    height: 200px;
    position: relative;
    display: flex;
    border-radius: 30px;
    
}
/* .bg-get-started::before{ */
    /* content: ""; */
    /* background-image: url(); */
    /* background-image: url(../images/Investment-Management-Testimonial-BG-Image.webp); */
    /* filter: brightness(0.5); */
    /* background-repeat: no-repeat;
    background-size: 200px auto;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: absolute; */
/* } */

.plan-description{
    
    font-size: 16px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
    max-width: 600px;
    padding: 10px 10px 20px;
    border-bottom: 1px dotted #ccc;
  
}

/* .price-column h3 {
    display: block;
    /* font-family: Noe-Medium, arial, sans-serif; */
    /* font-size: 46px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 10px;
}
.price-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */ 

.ifc_cc_head p{
    color: black !important;
}
#ifc_widgetcurrconv{
    border: 1px solid #e0e3eb !important;
}

.payment-methods{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex !important;
    align-items: center;
    flex-direction: row;
}
@media screen and (min-width : 801px){
    .payment-methods .item{
        width: 300px;
        height: 100px;
        /* border: 2px solid; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: green; */
    
    }
    .payment-methods .item img{
        max-height: 85%;
        max-width: 60%;
    
    }
}
@media screen and (max-width : 800px){
    .payment-methods .item{
        /* width: 150px; */
        height: 150px;
        /* border: 2px solid; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: green; */
    
    }
    .payment-methods .item img{
        /* max-height: 85%; */
        /* max-width: 60%; */
    
    }
}
.breaker .about-card {
    margin: 0 auto 22px;
    max-width: 750px;
    padding: 20px;
    gap: 15px;
}
.breaker .about-card p{
    margin: 0px !important;
}
.breaker .about-card h5, .breaker .about-card p{
    font-size: 0.95rem;
}

.text-justify{
    text-align: justify !important;
}
.stat-icon{
    font-size: 70px;
    color: #13b858;
}
.stat-wrapper{
    padding: 15px;
}

.showcase-intro.subpage{
    background-image: var(--bg);
    background-size: 100% 100%;
    display: flex;
    background-color: #000000b8;
    background-blend-mode: darken;
    padding-top: 100px;
}


/* dark mode */

/* body {
    background-color: #191c1f !important; 
}

.main-middle .row {
    background-color: #191c1f !important;
    color: #fff !important;
}
.col-content.triple{
    background-color: #191c1f;
}
h1, h2{
    color: #fff;
}
li, ol, p, ul{
    color: #fff;
}
.layer-description li, .layer-description ol, .layer-description p, .layer-description ul, .layer-description h1, .layer-description h2{
    color: #000;
}

.desc-copy h3{
    color: #000;
}
.singlelane-container h3{
    color: #fff;
}
.col-content.triple{
    color: #000;
}
.triple-row{
    background: #fff;
}
.triple-row.portfolio-stats p{
    color: #000;
}
.row .feature-table table .feature-label p.feature-sub, .row p.feature-sub{
    color: rgb(187 190 202);
}
.row .feature-table table .feature-label p, p.feature-label{
    color: rgb(187 190 202);
}
#ifc_widgetcurrconv{
    background-color: #131722;
    color: #d1d4dc !important;
    border: 1px solid #434651 !important;
    padding: 10px;
}

.ifc_cc_head p{
    color: #d1d4dc !important;
}
*/
.nav-container{
    background-color: #15171a;
}
.MobileHeader {
    background-color: #15171a;
    border-bottom: 1px solid #30363d;
}
.nav__list-item:focus > a, .nav__list-item:focus > button, .nav__list-item:hover > a, .nav__list-item:hover > button{
    color: #fff !important;
}
.MobileNavMenu{
    background-color: #15171a;
}
.NavAccordion__button-label{
    color: #a8adb3;
}
.nav__list-item > a, .nav__list-item > button{
    color: #d8dde2;
}
.LinkList li a{
    color: #d8dde2;
}
.NavAccordion__button{
    background-color: #15171a;
    border-top: 1px solid #212327;
}
.toggle-nav:hover .burger, .toggle-nav:hover .burger:after, .toggle-nav:hover .burger:before{
    background-color: #dad6d6;
}
.toggle-nav .burger, .toggle-nav .burger:after, .toggle-nav .burger:before{
    background-color: #dad6d6;
}
.MobileNavMenu__sublist{
    border-top: 1px solid #212327;   
}

/*
.row .feature-table table tr.feature-header{
    background-color: #1f8f54 !important;
} */
/*
.row .feature-table table tr{
   
    background-color: #24292e !important;
} 
*/

/*
.table-icon{
    filter: contrast(0) brightness(1.6);
}


.label__link-viu2QKQw {
    display: none !important;
    visibility: hidden;
}
.label-viu2QKQw .logoWrap-viu2QKQw{
    display: none !important;
    visibility: hidden;
}
.label-viu2QKQw:not(a){
    display: none !important;
    visibility: hidden;
}
#hs_cos_wrapper_module_164692327885221_, #hs_cos_wrapper_module_164692327885221{
    color: #000;
    padding: 0px;
}

.sign_up-copy h3, .sign_up-copy h4 {
    color: #fff !important;
}

#hs_cos_wrapper_form_83897336_title:after {
    background-color: #000;
}
.hs-form-booleancheckbox-display{
    color: #000;
}
*/

/*
.login-container{
    background-color: #24292e !important;
}
.hs-button{
    margin-top : 30px;
}
*/
/* end dark mode */


/* @media screen and (max-width : 800px) {
    .login-breaker{
        margin-top: 200px !important;
    }
}
@media screen and (min-width : 801px) {
    .login-breaker{
        margin-top: 180px !important;   
    }
} */

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module{
    padding: 0px !important;
}
.ecap_footer-container h3:after{
    background-color: #000 !important;
}

.auth-back-btn{
    background-color: #ffff;
    padding: 10px 16px;
    margin-top: 30px;
    border-radius: 20px;
}
.preloader {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-direction: column;
    gap: 50px;
}

.preloader img{
    width: 50px;
    height: 50px;
    /* filter : brightness(10) contrast(0.1); */
}
.logo-cont{
    display: flex;
    align-items: center;
    /* gap: 15px; */
    flex-direction: column;
    justify-content: center;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    /* background: #165b40; */
    background: #165b40d1;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 40px;
    }
    50%, 100% {
      top: 24px;
      height: 20px;
    }
  }
  