body{
    margin: 0;
    padding: 0;
}
@font-face{
    src: url(../font/graphik/Graphik-Medium.ttf);
    font-family: graphikM;
}
@font-face{
    src: url(../font/graphik/Graphik-Regular-Web.woff);
    font-family: 'graphikR';
}
@font-face{
    src: url(../font/tiempos/TiemposHeadline-Light.otf);
    font-family: tiemposL;
}
@font-face{
    src: url(../font/tiempos/TiemposHeadline-Regular.otf);
    font-family: tiemposR;
}
@font-face{
    src: url(../font/tiempos/TiemposHeadline-Bold.otf);
    font-family: tiemposB;
}

/*modal*/
.a-f{
    background-color:#3B5998;
    color:white!important;
    padding: 10px 0;
    margin: 10px 0;
    
}
.a-step{
    width:200px;
}
.a-g{
      background-color:#DD4B39;
    color:white!important;
    padding: 10px 0;
    margin: 10px 0;
    
}
.custom-btn{
    color: #fff;
    background: #043CFF;
    border-color: transparent;
}

.custom-btn:hover{
     color: #fff; 
     background-color: #043CFF; 
     border-color: transparent;
}

.custom-btn:active{
    color: #fff !important;
    background-color:  #043CFF !important;
    border-color: transparent !important;
}


.custom-btn:focus {
     color: #fff !important; 
     background-color: #043CFF !important; 
     border-color: transparent !important; 
     outline: none !important;
     box-shadow: none !important; 
}

.btn-custom:focus{
    border-color: transparent !important;
     outline: none !important;
}

/*modal*/
.pf .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  text-align: center;
  font-family: arial;
}

.pf .title {
  color: grey;
  font-size: 18px;
}

.pf button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.pf a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.pf button:hover, a:hover {
  opacity: 0.7;
}

.blog_header{
    color: #031b4e;
    font-weight: 400;
    font-size: 40px;
    font-family: tiemposB;
    text-align: center;
    padding-top: 40px;
}

.blog_content{
    font-family: graphikR;
    color: #5b6b8c;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
}

.blog_time{
    font-family: graphikR;
    color: #00CA5B;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
}
.container{
    max-width: 1200px !important;
}
.header{
    background-color: #043CFF;
    position: fixed;
    width: 100%;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.logo{
    width: 197px;
    height: 50px;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-ul{
    display: block;
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}
.menu-li{
    display: inline-block;
    padding-right: 25px;
    position: relative;
    transition: all .3s ease-in-out;
}
.menu-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.menu-link{
    font-family: graphikM;
    padding-bottom: 25px;
    padding-top: 10px;
    color: rgba(255,255,255,.6);
    transition: all .3s ease-in-out;
}
.menu-link:hover{
    color: white;
    text-decoration: none;
}
.loadingspan{
    margin-top: 15px !important;
}
.menu-li:hover{
    color: white;
}
.menu-li:hover .chevron{
    color: white;
}
.cevron{
    font-size: 18px !important;
    color: rgba(255,255,255,.6);
    font-weight:lighter;
    -webkit-text-stroke: 2px #043CFF;
    margin-left: 2px;
    transition: all .3s ease-in-out;
}
.menu-link:hover .cevron{
    color: white;
}
.menu-button-link{
    display: inline-block;
    border-radius: .25rem;
    padding: .4375rem 1.25rem;
    border-color: #44c772;
    background-color: #44c772;
    color: white;
    font-family: graphikR;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    min-width: 142px;
}
.menu-button-link:hover{
    color: white;
    text-decoration: none;
}
.hover-ul{
    position: absolute;
    list-style: none;
    padding-left: 0;
    background: white;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 15rem;
    border: 1px solid #DCE1F2;
    background-color: white;
    border-radius: .3125rem;
    box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,.125);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}
.menu-li:hover .hover-ul{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.hover-ul::after{
    display: block;
    content: "-";
    width: .625rem;
    height: .625rem;
    border-left: 1px solid #DCE1F2;
    border-top: 1px solid #DCE1F2;
    left: 1.125rem;
    top: -.375rem;
    background-color: white;
    position: absolute;
    text-indent: -9999px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hover-link{
    font-family: graphikR;
    display: block;
    color: #031B4E;
    font-size: .9375rem;
    line-height: 1.5rem;
    padding: 1rem 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.hover-ul li:not(:last-child){
    border-bottom: solid 1px #DCE1F2;
}
.hover-link:hover{
    color: #043CFF;
    text-decoration: none;
}
.section-img{
    width: 100%;
    height: 426px;
}
.section-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section1{
    padding-top: 90px;
    background: #F7F7F7;
    padding-bottom: 60px;
}
.section1-head{
    color: #031b4e;
    font-weight: 400;
    line-height: 5rem;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: tiemposB;
}
.section-texts{
    max-width: 660px;
}
.blue-text{
    color: blue;
}
.section1-text{
    font-family: graphikR;
    color: #5b6b8c;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
    display: block;
    clear: both;
}
.section1-text1{
    margin-bottom: 1.125rem;
    margin-top: 1.125rem;
    display: inline-block;
    border-radius: .875rem;
}
.innerr{
    display: flex;
    align-items: center;
    padding: .3125rem 0 .3125rem .3125rem;
    background-color: #f2f3fa;
    border-radius: 1.0625rem;
    height: 34px;
}
.inner1{
    font-family: graphikR;
    font-weight: 600;
    color: white;
    font-size: .8125rem;
    line-height: 1rem;
    padding: .25rem .75rem;
    border-radius: .75rem;
    background-color: #00CA5B;
    width: auto;
    display: inline-block;


}
.inner{
    margin-bottom: 1.125rem;
    margin-top: 1.125rem;
    display: inline-block;
    border-radius: .875rem;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}
.search-input{
    height: 4.125rem;
    padding: .8125rem 0 .6875rem 1.25rem;
    box-shadow: 0.3125rem 0.625rem 1.875rem rgba(3,27,78,.1);
    box-sizing: border-box;
    border-radius: 0.25rem!important;
    border: 1px solid #DCE1F2;
    color: #F7F7F7;
    margin-bottom: 1rem;
    padding: .125rem 0 0 .75rem;
    font-family: graphikR;
    font-size: 18px;
    line-height: 1em;
    color: #043CFF;
    width: 100%;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -ms-transition: color 250ms;
    transition: color 250ms;
}
.search-input::placeholder{
    font-family: graphikR;
    color: #8B7575;
    font-size: 16px;

}
.search-input:focus{
    outline: none;
}
.form-search{
    position: relative;
    height: 4.125rem;
    margin-top: 40px;
}
.search-submit{
        height: 78%;
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer;
    right: 10px;
    border: none;
    max-width: 13.5rem;
    background-color: #44c772;
    padding: .4375rem 40px .4375rem 20px;
    border-radius: .25rem;
    border: 1px solid #44c772;
    font-family: graphikR;
    color: white !important;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
.search-submit:focus{
    outline: none;
}
.search-submit:hover{
    outline: none;
    text-decoration: none;
}
.chevron-right{
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 9;
    color: white;
}
.section2{
    padding-top: 110px;
    padding-bottom: 60px;
}
.section2-img{
    width: 100%;
    height: 350px;
}
.section2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2-head{
    font-weight: 600;
    color: #031b4e;
    font-family: tiemposB;

}
.section2-link{
    display: inline-block;
    border-radius: .25rem;
    border: 1px solid #44c772;
    font-family: graphikR;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    border-color: #44c772;
    background-color: #44c772;
    color: white;
    /*max-width: 150px;*/
    padding: .4375rem 1.25rem;
}
.section2-link:hover{
    color: white;
    text-decoration: none;
}
.copy-text1{
    width: 48%;
    height: 350px;
}
.copy-text1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy{
    display: flex;
    justify-content: space-between;
}
.copy-heading{
    font-weight: bold;
}
.copy-text{
    width: 48%;
}
.copy-button{
    width: 150px !important;
}
.image-col{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.image-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.copy-cols{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.copy-cols{
    width: 100%;
}
.copy-section{
    padding-top: 70px;
}
.col-headingss{
    margin-top: 15px;
    font-size: 18px !important;
    font-weight: bold;
    line-height: inherit !important;
}
.copy-heading-col{
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* justify-content: space-between; */
}
.col-p{
    color: #313131;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300 !important;
    margin-top: 20px;
}

.section3{
    padding-top: 50px;
    padding-bottom: 66px;
}
.section3-p{
    color: #5b6b8c;
    font-size: 18px;
    font-family: graphikR;
    font-weight: 400;
    text-align: center;
    margin-bottom: 18px;
}
.section3-head{
    color: #031b4e;
    font-size: 40px;
    font-family: tiemposB;
    text-align: center;
    margin-bottom: 80px;
}
.step-img{
    width: 232px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.step-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.step-head{
    color: #043cff;
    font-size: 18px;
    font-family: graphikM;
    margin-bottom: 18px;
}
.step-text{
    color: #5b6b8c;
    font-size: 15px;
    font-family: graphikR;
    margin-bottom: 18px;
    line-height: 1.5625rem;
    font-weight: 400;
}
.get-started{
    width: 370px;
    background-color: #44c772;
    padding: .4375rem 1.25rem;
    display: inline-block;
    border-radius: .25rem;
    border: 1px solid #44c772;
    font-family: graphikR;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
.get-started:hover{
    color: white;
    text-decoration: none;
}
.get-started-div{
    text-align: center;
    margin-top: 48px;
}

/* accordion */

.accordion-container{
  position: relative;
    width: 100%;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
}
.set > a{
  display: block;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid #DCE1F2;
  text-decoration: none;
  font-family: graphikR;
  color: #031B4E;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set a:first-child{
    border-top: 1px solid #DCE1F2;
}
.set > a i{
  float: right;
  margin-top: 2px;
  color: #043CFF;
}
.set > a.active{
  color: #000;
}
.content{
  display:none;
  padding-top: 1.5rem;
    padding-bottom: 2.25rem;
}
.content p{
    font-family: graphikR;
    color: #5b6b8c;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
    display: block;
}
.section4{
    padding-top: 110px;
    background: #F7F7F7;
    padding-bottom: 66px;
}
.help-center{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    display: block;
    font-family: graphikR;
    background-color: transparent;
    border: 1px solid #DCE1F2;
    color: #031B4E;
    padding: .4375rem 1.25rem;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
.side-img{
    width: 100%;
    height: 312px;
}
.side-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.register-img{
    width: 25px;
    height: 25px;
    flex: 1;
}
.register-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.regis-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.register-text{
    color: #5b6b8c;
    font-size: 15px;
    font-family: graphikR;
    font-weight: 600;
    margin-bottom: 0;
    flex: 6;
}
.register-span{
    margin-left: 15px;
    font-weight: 500;
}
.register{
    display: flex;
    align-items: center;
}
.last-section{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    background-color: #043CFF;
}
.last-p{
    color: white;
    font-size: 18px;
    font-family: graphikR;
}

.last-h{
    color: white;
    font-size: 40px;
    font-family: tiemposB;
}
.last-link{
    border-color: #44c772;
    background-color: #44c772;
    color: white;
    background-color: #44c772;
    padding: .4375rem 1.25rem;
    display: inline-block;
    border-radius: .25rem;
    border: 1px solid #44c772;
    font-family: graphikR;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
.help-center:hover{
    color: black;
    text-decoration: none;
}
.last-input{
    display: flex;
    justify-content: space-evenly;
}
.learn-more{
    width: 40%;
    display: block;
    font-family: graphikR;
    background-color: transparent;
    border: 1px solid #DCE1F2;
    color: white;
    padding: .4375rem 1.25rem;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    border-radius: .25rem;
}
.learn-more:hover{
    color: white;
    text-decoration: none;
}
.get-started1{
    width: 40%;
    background-color: #44c772;
    padding: .4375rem 1.25rem;
    display: inline-block;
    border-radius: .25rem;
    border: 1px solid #44c772;
    font-family: graphikR;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
.get-started1:hover{
    color: white;
    text-decoration: none;
}
.footer{
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    background-color: #031B4E;
}
.footer-ul{
    list-style: none;
    padding-left: 0;
}
.footer-link{
    font-family: graphikR;
    line-height: 1.5rem;
    font-size: .9375rem;
    color: rgba(255,255,255,.5);
    margin-bottom: .5rem;
    display: block;
}
.footer-link:hover{
    color: rgba(255,255,255,.5);
    text-decoration: none;
}
.footer-head{
    font-family: graphikR;
    line-height: 1.5rem;
    font-size: .9375rem;
    font-weight: 400;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-p{
    font-family: graphikR;
    font-size: .9375rem;
    color: rgba(255,255,255,.5);
    display: block;
    margin-bottom: 3px;
}
.footer-social{
    padding-top: 1.4375rem;
    display: flex;

}
.footer-social a{
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #DCE1F2;
    border-radius: .25rem;
    height: 2.5rem;
    background: white;
    width: 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
.footer-social a:hover{
    text-decoration: none;
    border-color: #043CFF!important;
}
.footer-social a i{
    font-size: 18px;
    color: #8594A6;
}
#up{
    border: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    color: rgba(255,255,255,.5);
    padding: .4375rem 1.25rem;
    display: inline-block;
    border-radius: .25rem;
    font-family: graphikR;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 2.0625rem;
    min-width: 180px;
    font-family: graphikR;
}
#up:hover{
    text-decoration: none;
    color: rgba(255,255,255,.5);
}
#up:focus{
    outline: none;
}
.why{
    padding-top: 110px;
    padding-bottom: 110px;
}
.why-img{
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    height: 100px;
}
.why-item{
    margin: 40px auto;
    max-width: 360px;
}
.why-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-head{
    padding-top: 1.375rem;
    padding-bottom: 18px;
    color: #031b4e;
    font-family: graphikR;
    font-size: 28px;
    text-align: center;
}
.why-text{
    color: #222222;
    font-size: 16px;
}
.slide{
    height: 228px;
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #DCE1F2;
}
.slide-section{
    background: #F7F7F7;
    padding-top: 110px;
    padding-bottom: 60px;
}
.content{
    padding: 20px;
}
.content-p{
    padding: 24px 60px 32px 24px;
}
.step-menu{
    height: 48px;
}
.step-header{
    padding-left: 10px;
    padding-right: 10px;
}
.step-ul{
    padding-left: 0;
    margin: 0;
}
.step-li{
    display: inline-block;
}
.step-link{
    padding: 17px 15px;
    color: #dcf2f8;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.step-link:hover{
    background-color: rgba(0,0,0,.05);
    color: #dcf2f8;
    text-decoration: none;
}
.compnay-registration{
    font-size: 36px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}
.restration-form{
    font-size: 22px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}
.for-top{
    width: 100%;
    height: 45px;
}
.blue-div{
    background: #043CFF;
    height: 100%;
    padding: 40px;
}
.blue-img{
    width: 100%;
    height: 197px;
}
.blue-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outside-div{
    background-color: #f5f5f5;
    padding: 30px;
}
.step-container{

    max-width: 970px !important;

}
.step1-container{
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #e3e3e3;
    background: white;
    padding: 0 !important;
}
.blue-col{
    padding-right: 0 !important;

}
.blue-col1{
    padding-left: 0;
}
.register-step{
    padding: 40px;
}
.future-head{
    padding-top: 18px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    color: #006eb6;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom: 1px solid #e5e5e5!important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(229, 229, 229) !important;
    font-weight: 400!important;
}
.future-p1{
    color: #58666e;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.future-p2{
    color: #777777;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}
.future-icon{
    width: 18%;
}
.future-icon i{
    font-size: 34px;
    margin-right: 25px;
    color: #585B5E;
}
.future-items{
    display: flex;
    margin-bottom: 20px;
}
.future-text{
    width: 80%;
}
.light-heading{
    padding-top: 0;
    font-weight: 300 !important;
    font-size: 18px;
}
.alerts{
    padding: .75rem 1.25rem;
    font-size: 13px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2);
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: none;
}
.alerts h4{
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.alerts h3{
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.alerts p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.enter-name{
    text-align: center;
}
.enter-name p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #58666e;
    font-size: 14px;
}
.reviews-name p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #58666e;
    font-size: 14px;
}
.step1-input{
    width: 100%;
    padding-right: 42.5px;
    border-color: #cfdadd;
    border-radius: 2px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all .2s ease-in-out;
}
.step1-input:focus{
    border-color: #23b7e5;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;}
.submit-button{
    color: #fff!important;
    background-color: #23b7e5;
    border-color: #23b7e5;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 2px;
    outline: 0!important;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5;
}

/* accordion 2 */

#lingulo-accordion > div
{
	width: 100%;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
}

#lingulo-accordion > div h3
{
    color: #bebebe;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    transition: all .3s ease-in-out;
}
#lingulo-accordion > div p
{
    color: #58666e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
}
#lingulo-accordion > div h3:hover
{
    color: #034CFF;
}
.accordion2 h1{
    color: #bebebe;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.accordion2{
    margin-top: 15px;
}
.step-last-section h4{
    color: #adadad;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.step-last-section p{
    color: #adadad;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
.step-last-section{
    padding-top: 20px;

}
.submit-button:hover{
    color: #fff!important;
    background-color: #19a9d5;
    border-color: #189ec8;
}
.second-div{
    background: #F0F3F4;
}
.sfooter-ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sfooter-li{
    display: inline-block;
    font-size: 12px;
    color: rgba(14,60,86,.55);
    padding-left: 5px;
    padding-right: 5px;
}
.sfooter-link{
    font-size: 12px;
    color: rgba(14,60,86,.55);
    font-family: 'Source Sans Pro', sans-serif;
}
.sfooter-link:hover{
    color: rgba(14,60,86,.55);
    text-decoration: none;
}
.footer-tel{
    color: rgba(14,60,86,.55);
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.sfooter-menu{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid rgba(49,78,95,0.09);
    padding-bottom: 5px;
}
.last-footer{
    margin-top: 50px;
}
.last-footer p{
    color: #afafaf;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
.margin-button{
    margin-bottom: 0;
}
.sfooter{
    padding-bottom: 50px;
}
.cardss{
    background: transparent;
    width: 100px;
    height: 32px;
}
.cardss img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    cursor: pointer;
}
.cardss img:hover{
    filter: grayscale(0);
}
.payment{
    max-width: 400px !important;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.select-input{
    display: flex;
}
.select2{
    color: #58666e!important;
    background-color: #fff;
    border-color: #dee5e7 #dee5e7 #d8e1e3;
    box-shadow: 0 1px 1px rgba(90,90,90,.1);
    font-weight: 500;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
.select2:focus{
    outline: none;
}
.availability{
    margin-top: 50px;
}
.avaliable-content{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}
.ava-head{
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #27c24c !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.success-icon{
    font-size: 92px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #27c24c !important;
}
.succeeeesss-icon{
    text-align: center;
    margin-top: 60px;
}
.avaliable-content h2{
    color: #58666e;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.avaliable-content p{
    color: #58666e;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.continue{
    display: inline-block;
    font-weight: 500;
    border-radius: 2px;
    padding: 6px 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428;
    color: #fff!important;
    background-color: #27c24c;
    border-color: #27c24c;
    outline: none;
    border: none;
}
.continue:hover{
    text-decoration: none;
}
.continue-div{
    position: relative;
    margin-top: 50px;
}
.continue-div .continue{
    position: absolute;
    text-align: right;
    right: 0;
}
.danger-icon{
    color: #f05050;
    font-size: 92px;
}
.danger-head{
    color: #f05050 !important;
}
.step-texts h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #848484;
    font-weight: 700;
}
.step-texts p{
    font-family: 'Source Sans Pro', sans-serif;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}
.step-number{
    width: calc(100% / 6);
    display: flex;
    justify-content: space-between;
    padding: 19px 19px 3px 16px;
    border-bottom: 5px solid #ababab;
}
.completed{
    border-bottom: 5px solid #5cb85c;
}
.progresss{
    border-bottom: 5px solid #006eb6;
}
.check-pencil{
    color: #006eb6;
}
.check-square{
    color: #5cb85c;
    font-size: 20px;
}
.step-nubmers{
    width: 100%;
    display: flex;
    background: #F5F5F5;

}
.funnel{
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    padding-left: 5px;
    height: 77px;
}

/* radio */
.radio{
    position: relative;
}
.radio label{
    padding-right: 20px;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3f3f3f;
    font-weight: 400;
    margin-left: 20px;

}
.radio input{
    position: absolute;
    left: 0;
    top: 9px;
}
.adress-typing{
    width: 70%;
}
.btn-large{
    display: inline-block;
    font-weight: 500;
    border-radius: 2px;
    padding: 6px 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428;
    color: #fff!important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.company-search-name{
    margin-top: 15px;
}
.name-input{
    margin-top: 15px;
}
.step-get-started .part:not(:first-child){
    margin-top: 60px;
}
.save{
    display: inline-block;
    color: #58666e!important;
    background-color: #fff;
    border-color: #dee5e7 #dee5e7 #d8e1e3;
    box-shadow: 0 1px 1px rgba(90,90,90,.1);
    font-weight: 500;
    border-radius: 2px;
    outline: 0!important;
    padding: 5px 10px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.save-exit{
    text-align: right;
    padding: 40px 40px 0 40px;
    background: #043CFF;
    width: 100%;
    height: 100%;
}
.save:hover{
    text-decoration: none;
}
.exit{
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff!important;
    background-color: #f05050;
    border-color: #f05050;
    font-weight: 500;
    border-radius: 2px;
    outline: 0!important;
    font-family: 'Source Sans Pro', sans-serif;
}
.exit:hover{
    text-decoration: none;
}

/* step3 */

.pack-head{
    background: #043CFF;
    padding: 20px;
}
.pack-name h2{
    color: white;
    font-size: 18px;
    font-family: graphikM;
    margin: 0;
}
.pack-price p{
    color: white;
    font-size: 20px;
    font-family: graphikR;
    margin: 0;
}
.pack-head{
    display: flex;
    justify-content: space-between;
}
.pack-body{
    margin: 2rem auto;
}
.pack-body p{
    text-align: center;
    font-family: graphikR;
    font-weight: 200;
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #031B4E;
    margin-bottom: 30px;
}
.pack-ul{
    list-style: none;
    padding-left: 0;
    margin-left: 10px;
}
.pack-li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 6px;
    text-align: left!important;
    font-family: graphikR;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
}
.pack-li::before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    bottom: 0;
    height: 20px;
    left: 0;
    top: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon-tick-small.svg);
}
.package{
    border-radius: .25rem;
    border: 1px solid #DCE1F2;
}
.choose{
    text-align: center;
}
.choose-link{
    display: inline-block;
    padding: .6875rem 1.25rem;
    margin: 0 auto;
    background-color: #043CFF;
    border-color: #043CFF;
    color: white;
    margin-bottom: 2rem;
    border-radius: .25rem;
    font-size: .9375rem;
    font-family: graphikR;
    position: relative;
}
.choose-link-before::before{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    bottom: 0;
    height: 20px;
    right: -30px;
    top: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon-tick-small.svg);
}
.basic{
    background: #C8EEF7;
    color: black !important;
}
.basic h2{
    color: black;
}
.basic p{
    color: black;
}
.intermediate{
    background: #031B4E;
}
.platinum{
    background: #031B4E;
}
.choose-link:hover{
    text-decoration: none;
    color: white;
}
.first-name{
    width: 70%;
}
.password{
    width: 70%;
}
.phone{
    width: 70%;
}
.yes-no .btn-default{
    color: #58666e!important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7 #dee5e7 #d8e1e3;
    box-shadow: 0 1px 1px rgba(90,90,90,.1);
    font-size: 14px;
    padding: 8px 29px;
    position: relative;
    font-family: graphikR;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.yes-no .btn-default:hover{
    color: #58666e!important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
}
.yes-no input{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.yes-no .active{
    color: #fff!important;
    background-color: #043cff;
    border-color: #043cff;
}
.packages{
    margin-top: 50px;
    margin-bottom: 50px;
}

.table-bordered thead th{
    color: #58666e;
    font-size: 14px;
    font-family: graphikR;
    border-color: #eaeff0;
}
.table-bordered tbody td{
    color: #58666e;
    font-size: 14px;
    border-color: #eaeff0;
}
.payment-table .table>thead>tr>th{
    padding: 8px 15px;
    border-top: none;
    border-bottom: 1px solid #eaeff0;
    font-size: 14px;
    color: #58666e;
}
.payment-table .table>tbody>tr>td{
    padding: 8px 15px;
    border-top: 1px solid #eaeff0;
    font-size: 14px;
    color: #58666e;
}
.t-c-n{
    font-size: 18px;
    color: #58666e;
    font-family: graphikR;
    font-weight:300
}
.table-responsive small{
    color: #58666e;
    font-size: 13px;
    font-family: graphikR;
}
.btn-block{
    font-family: graphikR;
    font-weight: 300;
    font-size: 12px;
}
.select-paymant{
    width: 20%;
}
.select-1{
    margin-right: 20px;
}
.paymant-cvv{
    width: 20%;
}
.number-paymant{
    width: calc(40% + 20px);
}
.log-in{
    font-family: graphikM;
    padding-bottom: 25px;
    padding-top: 10px;
    color: rgba(255,255,255,.6);
    transition: all .3s ease-in-out;
    margin-right: 20px;
}
.log-in:hover{
    color: white;
    text-decoration: none;
}
.res-menu-button{
    display: none;
}
.res-menu-button button{
    border:1px solid white;
    width: 6rem;
    z-index: 100;
    padding: .1875rem 1.25rem;
    background: transparent;
    outline: none;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.res-menu{
    overflow-x: auto;
    z-index: 999;
    display: block;
    background: #043CFF;
    width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    bottom: 0;
    display: none;
}
.res-log-in{

    margin-right: 15px;
    display: inline-block;
    border:1px solid white;
    min-width: 270px;
    z-index: 100;
    padding: .1875rem 1.25rem;
    background: transparent;
    outline: none;
    color: white;
    font-size: .9375rem;
    line-height: 2rem;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}

.res-start-now{
    display: inline-block;
    padding: .4375rem 1.25rem;
    min-width: 280px;
    border-radius: 4px;
    border: 1px solid #44c772;
    background-color: #44c772;
    color: white;
    text-align: center;
}
.hover-buttons{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

  /** =======================
   * Contenedor Principal
   ===========================*/




.accordion {
    list-style: none;
    padding-left: 0;
  width: 100%;
  margin: 30px auto 20px;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
    display: block;
  cursor: pointer;
  font-family: tiemposR;
    font-weight: 700;
    color: white;
    font-size: 1.875rem;
    line-height: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DCE1F2;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link:hover{
    text-decoration: none;
    color: white;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: white;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
    color: white;
}

.accordion li.open i { color: #ffffff; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

.submenu li {
    border-bottom: 1px solid #DCE1F2;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 1rem 0;
  font-family: graphikR;
  color: white;
    display: block;
    clear: both;
    font-size: .9375rem;
    line-height: 1.5rem;
}

.submenu a:hover {

  color: #FFF;
}
.accordion .link:hover{
    text-decoration: none;
    color: white;
}
.accordion .link{
    text-decoration: none;
    color: white !important;
}
.director-row{
    /* display: none; */
}
.shareholder-part{
    display: none;
}
.director-part{
    display: none;
}
.create-an-account{
    display: none;
}



/* slick-slider */

.cl {
    max-width: 750px;
  height:200px;
  padding:10px;
}
.cl-yellow {
  background: #f1c40f;
}

.cl-blue {
  background: #3498db;
}

.cl-red {
  background: #e74c3c;
}

.slick-slide:not(.slick-active) {
  margin: 20px 0;
}


.slide-section .slide{
    max-width: 750px;
    opacity: 0.5;
}
.slide:not(.slick-active) {
    cursor: pointer;
}
.slick-active{
    opacity: 1 !important;
}
.company-individual{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.individual-row{
    display: none;
}
.shareholder-row{
    /* display: none; */
}

.for-fixed-position{
    height: 90px;
    background: transparent;
}

.plans{
    background-color: rgba(255,255,255,0);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(to left bottom, #2962ff, #008bff, #00a3f1, #00b3c8, #00bfa5);
    color: #ffffff;
}
.p-text{
    color: white;
    font-size: 16px;
    font-family: graphikR;
    font-weight: 400;
    text-align: center;
}
.p-heading{
    text-align: center;
    color: white;
    font-family: graphikR;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 30px;
}
.plan-section{
    padding-top: 30px;
    padding-bottom: 50px;
    background: #F5F6F8;
}
.plan{
    background: white !important;
    border-radius: .375rem!important;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 50px -1px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.plan-head{
    color: #313131;
    font-size: 1.6rem;
    font-family: tiemposB;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}
.plan-price{
    padding: 15px;
    color: #313131;
    text-align: center;
}
.p-price{
    font-size: 55px;
    font-family: tiemposB;
}
.currency{
    font-family: tiemposB;
    color: #505050;
    font-size: 32px;
}
.p-month{
    color: #888888;
    font-size: 11px;
    font-family: graphikR;
}
.monthly-invoicing{
    font-size: 16px;
    color: #313131;
    font-family: graphikR;
    font-weight: 600;
    text-align: center;
}
.invoices{
    font-size: 16px;
    color: #313131;
    font-family: tiemposR;
    font-weight: 400;
    text-align: center;
}
.plan-row{
}
.plan-explanation{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.exp-head{
    width: 35%;
}
.exp-text{
    width: 60%;
}
.plan-example{
    background: white;
    border-radius: .375rem!important;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 50px -1px;
}
.explan-head{
    color: #313131;
    font-size: 48px;
    padding: 30px 15px 50px 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.exp-head{
    font-size: 18px;
    color: #313131;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.exp-text{
    font-size: 16px;
    color: #313131;
    font-family: 'Montserrat', sans-serif;
        font-weight: 300;
}
.explanationss{
    padding-right: 30px;
    padding-left: 30px;
}
.hover-plan{
    width: 100%;
    position: absolute;
    background: white;
    border-radius: .375rem!important;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 50px -1px;
    left: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.plan:hover .hover-plan{
    pointer-events: all;
    opacity: 1;
}
.about-img{
    width: 100%;
    height: 700px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.about-col{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.about-texts{
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
}
.about-texts span{
    padding-bottom: 1.125rem;
    font-family: graphikR;
    color: #5b6b8c;
    font-size: 1.125rem;
    line-height: 2rem;
    display: inline-block;
}
.about-texts h1{
    padding-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3rem;
}
.about-texts{
    height: 700px;
    display: flex;
    align-items: center;
}
.about-second{
    background: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ab-sec-img{
    width: 410px;
    height: 330px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ab-sec-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-about-texts{
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}
.second-about-texts h1{
    font-family: tiemposB;
    color: #031b4e;
    font-size: 60px;
    text-align: center;
}
.second-about-texts p{
    font-family: graphikR;
    color: #031b4e;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
}
.second-about-texts{
    height: 300px;
    display: flex;
    align-items: center;
}
.about-big-image{
    width: 100%;
    height: 460px;
    margin-top: 30px;
}
.about-big-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog{
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-section{
    background: #F7F7F7;
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-img{
    width: 100%;
    height: 322px;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem;
}
.blog-head{
    font-size: 28px;
    line-height: 2.5rem;
    font-family: 'graphikR';
    font-weight: 300;
    color: #031B4E;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
}
.blog-texts{
    margin-top: 36px;
}
.blog-time{
    font-family: 'graphikR';
    font-weight: 600;
    color: white;
    font-size: .8125rem;
    line-height: 1rem;
    padding: .25rem .75rem;
    border-radius: .75rem;
    background-color: #00CA5B;
    width: auto;
    display: inline-block;
    margin-bottom: 1.375rem;
}
.blog a:hover{
    text-decoration: none;
}
.enter-names p{
    text-align: left;
}
.contact-form{
    box-shadow: 0 0 1.5625rem rgba(3, 27, 78, 0.1);
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.contact-input{
    width: 100%;
    padding: 0.125rem 0 0 1.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.25rem !important;
    border: 1px solid #DCE1F2;
    color: #F7F7F7;
    height: 3rem;
    margin-bottom: 1rem;
    padding: 0.125rem 0 0 0.75rem;
    font-family: 'graphikR';
    font-size: 0.9375rem;
    line-height: 1em;
    color: #5b6b8c;
    width: 100%;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -ms-transition: color 250ms;
    transition: color 250ms;
}
.contact-textarea{
    width: 100%;
    padding: 0.125rem 0 0 1.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.25rem !important;
    border: 1px solid #DCE1F2;
    color: #F7F7F7;
    margin-bottom: 1rem;
    padding: 0.125rem 0 0 0.75rem;
    font-family: 'graphikR';
    font-size: 0.9375rem;
    line-height: 1em;
    color: #5b6b8c;
    width: 100%;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -ms-transition: color 250ms;
    transition: color 250ms;
    resize: none;
    height: 10.5rem;
    padding-top: 1rem;
}
.contact-textarea:focus{
    outline: none;
}
.contact-input:focus{
    outline: none;
}
.contact-div label{
    font-family: 'graphikR';
    display: block;
    color: #031B4E;
    margin-bottom: 0.2rem;
}
.contact-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-submit{
    width: 7.5rem;
    margin-top: 1rem;
    background-color: #44c772;
    padding: 0.4375rem 1.25rem;
    position: relative;
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #44c772;
    font-family: 'graphikR';
    color: white;
    font-size: 0.9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-submit:focus{
    outline: none;
}
.contact-head{
    color: #031b4e;
    font-size: 40px;
    font-family: tiemposB;
    margin-bottom: 20px;
}
.contact-p{
    font-size: 18px;
    color: #5b6b8c;
    font-family: 'graphikR';
    line-height: 2rem;
    padding-bottom: 18px;
}
.c-l-h{
    font-size: 1.25rem;
    color: #043CFF;
    padding-bottom: 18px;
    font-family: 'graphikM';
    margin-top: 0;
}
.c-l-p{
    color: #5b6b8c;
    font-size: 15px;
    font-family: 'graphikR';
    padding-bottom: 18px;
}
.c-l-p a{
    display: inline-block;
    color: #5b6b8c;
    font-size: 15px;
    font-family: 'graphikR';
    text-decoration: underline;
}
.contact-little{
    width: 49%;
}
.little-contact{
    display: flex;
    justify-content: space-between;
}
.contact-texts{
    padding-top: 120px;
    padding-bottom: 120px;
}
.faq-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.faq-heading{
    text-align: center;
    color: #031b4e;
    font-size: 40px;
    font-family: tiemposB;
    margin-bottom: 44px;
    padding-top: 36px;
}
.faq-link{
    display: inline-block;
    color: #5B6B8C;
    font-size: 15px;
    font-family: 'graphikM';
    transition: all .2s ease-in-out;
}
.faq-link:focus{
    color: #043CFF;
}
.faq-section-row{
    padding-bottom: 20px;
}
.knowledge-head{
    color: #222222;
    font-size: 24px;
    font-family: tiemposB;
}


.knowledge-img{
    width: 100%;
    height: 181px;
}
.knowledge-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.knowledge-text{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
    height: 72px;
}
.knowledge-card a{
    display: inline-block;
    background-color: white;
    border: 1px solid #DCE1F2;
    padding: 20px;
    transition: all .2s ease-in-out;
}
.knowledge-card a:hover{
    text-decoration: none;
    transform: scale(1.1) rotate(0.0001deg);
    box-shadow: 0 0 1.5625rem rgba(3, 27, 78, 0.1);
}
.faqs-last-head{
    font-size: 30px;
}
.last-faqs{
    margin-top: 60px;
    box-shadow: 0 0 1.5625rem rgba(3, 27, 78, 0.1);
    padding: 1.25rem;
    border: 1px solid #DCE1F2;
    border-radius: 0.25rem;
}
.side-links{
    display: inline-block;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    color: #031B4E;
    font-family: 'graphikR';
    font-size: 16px;
    transition: all .2s ease-in-out;
}
.side-links:not(:last-child){
    border-bottom: 1px solid #DCE1F2;
}
.side-links:hover{
    color: #043CFF;
    text-decoration: none;
}
.faq-single-row{
    padding-bottom: 60px;
}
.legal-services{
    background: #031B4E;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.legal-head{
    font-size: 40px;
    color: white;
    font-family: tiemposB;
    margin-bottom: 20px;
}
.legal-p{
    color: #5b6b8c;
    font-size: 18px;
    font-family: 'graphikR';
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}
.legal-texts{
    padding-top: 60px;
    padding-bottom: 60px;
}
.legal-link{
    background-color: #44c772;
    padding: 0.2375rem 1.25rem;
    display: inline-block;
    border-radius: 0.25rem;
    border: 1px solid #44c772;
    font-family: 'graphikR';
    color: white;
    font-size: 0.9375rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.legal-link:hover{
    color: white;
    text-decoration: none;
}
.legal-image{
    width: 100%;
    height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.legal-image img{
    width: 100%;
    height: 134%;
    object-fit: cover;
}
.l-head{
    color: black;
    font-size: 24px;
    font-family: 'graphikR';
    font-weight: bold;
    margin-bottom: 20px;
}
.l-text{
    color: black;
    font-size: 16px;
    font-family: 'graphikR';
    margin-bottom: 15px;
}
.registr-image{
    width: 100%;
    height: 500px;
}
.registr-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.registr-price{
    color: #031b4e;
    font-size: 22px;
    font-family: 'graphikR';
    display: block;
    margin-bottom: 20px;
}
.registr-textss{
    padding-bottom: 60px;
}
.registrr-headd{
    color: #043CFF;
    font-family: 'graphikR';
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
}
.registr-txt{
    font-family: 'graphikR';
    color: #5b6b8c;
    font-size: 1.125rem;
    line-height: 2rem;
}
.register-titlee{
    font-family: 'graphikR';
    font-weight: 600;
    color: #031B4E;
    font-size: 18px;
    line-height: 2rem;
    margin-bottom: 5px;
}
.comppany-registrrr{
    margin-bottom: 15px;
    margin-top: 15px;
}
.reviews-head{
    margin-bottom: 18px;
}
.reviews-image{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}
.reviews-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.review{
    padding: 1.25rem;
    display: block;
    border: 1px solid #DCE1F2;
    border-radius: 0.25rem;
    background-color: white;
    margin-bottom: 1.25rem;
}
.reviews-comment{
    font-size: 24px;
    line-height: 1.8rem;
    color: #545454;
    font-family: 'graphikR';
    margin-bottom: 18px;
}
.commentator{
    color: #031b4e;
    font-size: 15px;
    font-family: 'graphikM';
}
.commentator-company{
    color: #043cff;
    font-size: 15px;
    font-family: 'graphikM';
    margin-bottom: 0;
}
.rewiev-left{
    width: 84%;
}
.rewiev-right{
    width: 15%;
}
.review{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.review-stars i{
    color: #F6B900;
}
.comment-title{
    margin-bottom: 44px;
    text-align: left;
}
.section-comment{
    padding-top: 30px;
    padding-bottom: 30px;
}
.comment-statistics{
    border: 1px solid #DCE1F2;
    border-radius: 0.25rem;
    padding: 1.25rem;
    text-align: center;
    color: #222222;
}
.statistic{
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0rem;
    display: block;
    font-family: 'graphikM';
}
.satisfaction{
    font-size: 1.5rem;
    display: block;
    font-family: 'graphikM';
}
.based-on{
    font-size: 16px;
    font-family: 'graphikR';

}
.account-img{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 200px;
}
.account-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.new-account-row{
    margin-bottom: 50px;
}


/* new pricing page */

.price-icon{
    width: 10%;
}
.price-icon i{
    color: #77919d;
    font-size: 2em;
}
.pricing-texts{
    width: 85%;
}
.pricing-card{
    display: flex;
    justify-content: space-between;
}

.price-icon-inner img{
    width: 60px;
    height: 100%;
    object-fit: cover;
}
.pricing-head{
    font-family: tiemposB;
    font-size: 1.25rem;
    margin-bottom: .8em;
}
.pricing-p{
    color: #52616a;
    font-size: 16px;
    font-family: 'graphikR';
}
.pricing-card{
    margin-bottom: 15px;
    margin-top: 15px;
}
.pricing-pack{
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.p-h{
    color: #4a4a4a;
    font-size: 1.25rem;
    font-family: 'graphikR';
    font-weight: 600;
}
.option {
    text-align: center;
    font-size: .9em;
    color: #7a7a7a;
    font-family: 'graphikR';
    margin-bottom: 5px;
}
.check-icon{
    color: #48c774!important;
}
.times-icon{
    color: #7A7A7A !important;
}
.options{
    background: #F5F5F5;
    padding-top: 10px;
   padding-bottom: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.p-p{
    font-size: 2.5rem;
    font-weight: 700;
    font-family: tiemposB;
}
.p-p span{
    margin-left: 15px;
}
.p-p sub{
    font-size: 10px;
    font-width: 300;
}
.p-p sup{
    font-size: 16px;
    font-width: 300;
}
.price-head{
    padding: 15px;
    background: white;
}
.book-service{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tax-pricing-row{
    padding-top: 30px;
    padding-bottom: 60px;
}
.tax-pricing{
    font-family: tiemposB;
    font-size: 40px;
}
.tax2{
    padding: 15px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
#overlay {
    position: fixed;
    top: 0;
    right: 5%;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    /*background: rgba(0,0,0,0.6);*/
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 100px;
    height: 100px;
    border: 10px #ddd solid;
    border-top: 10px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide {
    display: none;
}
.shareholdersss{
    margin-top: 50px;
}
.step-select{
    display: none;
}
.choose-link{
    border: none;
}
.choose-link:focus{
    outline: none;
}
.choose-links{
    opacity: 0;
}
