@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* #region main-elements */
body {
    font-family: 'Roboto', sans-serif;
    color: #313E5A;
    background-color: #fff;
    padding: 0;
    margin: 0;
    line-height: 28px !important;
    padding-top: 80px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

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

hr {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #e9ecef;
    width: 100%;
}

.container-fluid {
    max-width: 100%;
}

p {
    margin-bottom: 30px;
}

.play-button {
    width: 224px;
    height: 70px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 45px;
    cursor: pointer;
}

.play-button::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 62px;
    height: 62px;
    background-color: #2F93DA;
    background-image: url(../images/play.svg);
    background-position: 55% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.play-button .play-text {
    position: relative;
    top: 20px;
    left: 45px;
    text-transform: capitalize;
}

/* #endregion main-elements */

/* #region section */
.bubble-1 {
    top: -20px;
    left: 120px;
}

.bubble-2 {
    top: 25px;
    left: 30px;
}

.bubble-3 {
    left: 0px;
    top: 120px;
}

.bubble-4 {
    left: -25px;
    bottom: 155px;
}

/* #endregion section */

/* #region video-iframe */
.video-iframe {
    height: 450px;
    width: 100%;
}

.video-bg {
    background: url(../images/video-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-iframe-people-story-preview {
    background: url(../images/people-story-video-preview.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-iframe-expert-training {
    background: url(../images/training-expert-video-preview.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.video-iframe-friendly-experts {
    background: url(../images/experts.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* #endregion video-iframe */

/* #region expert-training  */
#expert-training {
    overflow: hidden;
}

#expert-training .text {
    max-width: 450px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#expert-training .img-container::after {
    content: '';
    position: absolute;
    height: 101%;
    width: 50%;
    z-index: -1;
    background-color: #2f93da;
    top: 7px;
    left: -15px;
    border-radius: 5px;
}

#expert-training .bubble {
    top: -45px;
}

/* #endregion expert-training  */

/* #region our friendly */

#our-friendly .bubble {
    width: 70%;
    top: 85px;
    left: -50px;
}

#big-idea .bubble {
    width: 70%;
    top: 60px;
    left: -50px;
}

/* #endregion our friendly */

/* #region organisations-succeed */

#organisations-succeed .img-container::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: -1;
    background-color: #F98E4C;
    top: 7px;
    left: auto;
    border-radius: 5px;
    right: -14px;
}

#organisations-succeed .bubble {
    left: 0;
    top: 57px;
}

#organisations-succeed .text {
    max-width: 450px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* #endregion organisations-succeed */

/* #region talk-with-an-expert */

.talk-with-an-expert-page,
.contact-us-page,
.partners-page {
    height: calc(100vh - 79px);
}

#talk-with-an-expert .button-transparent:hover {
    background: #F98E4C;
    color: white;
    border: 1px solid #F98E4C;

}

#talk-with-an-expert .button-transparent:active,
#talk-with-an-expert .button-transparent:focus {
    outline: none;
    background: #E0691F;
    border-color: #E0691F;
}

#expert-training .photo,
#organisations-succeed .photo {
    max-height: 660px;
}

.brands {
    height: 75px;
    width: 180px;
    position: relative
}

.brands img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* #endregion talk-with-an-expert */

/* #region testimonial  */
.carousel-testimonial {
    line-height: 40px;
    font-size: 28px;
    font-style: italic;
}


.item-carousel img {
    display: initial;
}

.quotation-left {
    position: absolute;
    top: 15%;
    left: 13%;
    width: 6%;
}

.quotation-right {
    transform: rotate(180deg);
    width: 6%;
    position: absolute;
    right: 13%;
    bottom: 3%;
}

/* #endregion testimonial  */

/* #region contact-form */
.float-form {
    position: absolute;
    top: -60px;
    right: 15%;
    background: white;
    width: 550px;
    padding: 20px 30px;
}


.map-contact {
    width: 100%;
    height: 600px;
    border: none;
}

/* #endregion contact-form */

/* #region slider-team */
.member-team {
    min-height: 200px;
}

.member-team img {
    width: 120px;
    height: 120px;
	border-radius:60px;
	
}

/* #endregion slider-team */

/* #region applicant-tracking-system */
.card-step-carousel {
    background: white;
    width: 270px;
    min-height: 286px;
    padding: 15px;
    border-radius: 5px;
    margin: 10px;
    margin-bottom: 30px;
}

.card-step-carousel.slick-current {
    position: relative;
    padding: 40px;
}

.card-step-carousel .card-step-carousel-counter,
.card-step-carousel .card-step-carousel-text {
    display: none;
}

.card-step-carousel.slick-current .card-step-carousel-counter,
.card-step-carousel.slick-current .card-step-carousel-text {
    display: block;
}

.card-step-carousel .card-step-carousel-counter {
    font-size: 27px;
    margin-bottom: 20px;
}

.card-step-carousel .card-step-carousel-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.card-step-carousel.slick-current .card-step-carousel-title {
    font-size: 22px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.card-step-carousel .card-step-carousel-text {
    font-size: 14px;
    margin-bottom: 0;
}

.card-step-carousel .card-step-carousel-secod-helper {
    position: relative;
    text-align: center;
}

.card-step-carousel .card-step-carousel-secod-helper::before {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background-color: #2F93DA;
    margin: 0 auto 15px;
}

.card-step-carousel.slick-current .card-step-carousel-secod-helper {
    position: absolute;
    top: calc(100% - 19px);
    left: 50%;
    transform: translateX(-50%);
}

.card-step-carousel {
    font-size: 16px;
}

.step-carousel .slick-track {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.step-carousel .slick-list {
    padding: 0 30px;
}

.applicant-tracking-system .brands {
    height: 75px;
    width: 245px;
    position: relative
}

/* #endregion applicant-tracking-system */

/* #region high-impact-results */

.list-tabs {
    padding-left: 1.2rem;
    font-size: 16px;
    line-height: 33px;
    font-weight: 300;
}

.list-tabs .tabs-action-slider {
    color: #989CA6;
}

.list-tabs .tabs-action-slider:hover,
.list-tabs .tabs-action-slider.active {
    color: #313E5A;
    font-weight: 500;
}

.list-tabs .tabs-action-slider:hover a,
.list-tabs .tabs-action-slider.active a {
    text-decoration: underline;
}

.card-tab-slide {
    display: block;
    padding: 7px 14px;
    margin: 5px 0px;
    color: #989CA6;
    font-weight: 400;
    border-radius: 5px;
    text-align: left;
    line-height: 28px;
}

.card-tab-slide:hover,
.card-tab-slide.active {
    transition-timing-function: ease-in;
    transition: 0.5s;
    color: #313E5A;
    background: #F6F6F9;
}

/* #endregion high-impact-results */

/* #region hr-essentials */
.brand-carousel .slick-arrow {
    top: 50%;
    bottom: auto;
}

/* #endregion hr-essentials */

/* #region bar-menu */
.tabs-menu {
    overflow: hidden;
}

.tabs-menu-label {
    color: #313E5A;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.tabs-menu .tab-slide a {
    padding-right: 20px;
    color: #828996;
    font-size: 14px;
    font-weight: 400;
}

.arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    background-image: url(../images/arrow-tabs.svg);
    background-size: 7px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    bottom: 10px;
}

.left-arrow {
    left: 0;
    transform: rotate(180deg);
}

.right-arrow {
    right: 0;
}

.tab-slider {
    overflow: hidden;
}

.tabs-menu {
    margin: 0 0 2px 0;
    padding: 0;
    white-space: nowrap;
    display: inline-block;
    list-style: none;
}

.tab-slide {
    display: inline-block;
    list-style: none;
}

.tab-slide {
    padding: 0;
}

.tab-slide a:hover {
    text-decoration: none;
}

/* #endregion topics */

/* #region blog  */
.blog-body {
    font-size: 14px;
    margin-bottom: 20px;
}

.editor-blog {
    width: 100%;
    display: block;
}

.editor-blog img {
    width: 30px;
    height: 30px;
}

.profile-editor {
    display: flex;
}

.profile-editor span {
    font-size: 14px;
}

.editor-blog .date-edition {
    font-size: 14px;
    color: #828996;
}

/* #endregion blog */

.mainContainerBlogTopic {
    border-bottom: 1px solid #E1E1E9;
    padding-bottom: 20px;
}

#four-minutes .mainCol1 {
    background: #F6F6F9;
}

#four-minutes .infoMainClo1 {
    max-width: 459px;
    height: auto;
    margin: 0 auto;
}

#four-minutes .infoMainClo1 h3 {
    font-size: 28px;
}

#four-minutes .infoMainClo1 .subText4Min {
    font-size: 18px;
}

#four-minutes .mainForm4Minutes {
    max-width: 470px;
}

#four-minutes .mainForm4Minutes button {
    box-shadow: 0px 5px 20px -4px #F36B21;
}

#four-minutes .mainForm4Minutes .subText {
    font-size: 14px;
    color: #313E5A;
    letter-spacing: 0.43px;
    text-align: center;
    line-height: 28px;
}

#four-minutes .mainImg {
    max-width: 100%;
}

#integration .brand-holder {
    max-width: 1045px;
    padding: 80px 15px 98px;
    margin: 0 auto;
}

#integration .brands-image {
    width: 100%;
}

#integration .info {
    max-width: 405px;
    margin: 0 auto 30px;
}

#integrationsApps .form-inline input {
    width: 247px;
}

#integrationsApps .pager {
    line-height: 47px;
}

#integrationsApps .pager li {
    display: inline-block;
    font-size: 12px;
    color: #828996;
    margin-left: 10px;
}

#integrationsApps .pager li a {
    color: #828996;
}

#integrationsApps .pager li a.selected {
    background: #2F93DA;
    border-radius: 50%;
    padding: 6px 10px;
    color: white;
}

.pagerArrow {
    font-size: 0;
    color: transparent;
    position: relative;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    z-index: 100;
    display: flex;
    cursor: pointer;
}

.pagerArrow:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.pagerArrow.pagerPrev:after {
    background: url("../images/flecha\ Izquierda.svg") no-repeat center;
    background-size: 100% 100%;
}

.pagerArrow.pagerNext:after {
    background: url("../images/flecha\ derecha.svg") no-repeat center;
    background-size: 100% 100%;
}

.integrationsApps .title {
    font-size: 28px;
    font-weight: 500;
    color: #313E5A;
}

.integrationsApps .listApps {
    padding: 0;
}

.integrationsApps .listApps li {
    display: block;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #C0C4CA;
    font-size: 14px;
    width: 220px;
    color: rgba(130, 137, 150, 0.80);
    font-weight: 400;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}

.integrationsApps .listApps li.selected {
    font-weight: 500;
    color: #2F93DA;
}

.integrationsApps .listApps li.selected:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #2F93DA;
    left: 0;
    top: 6px;
    box-shadow: 1px 0 3px 0 #42B0FF;
}

.integrationsListApps .title {
    font-size: 18px;
    color: #313E5A;
    font-weight: 500;
}

.integrationsListApps .cardListApps {
    width: 225px;
    height: 304px;
    background: #FFFFFF;
    box-shadow: 0 17px 50px 0 rgba(224, 224, 228, 0.66);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 10px 20px 10px;
    position: relative;
}

.integrationsListApps .cardListApps .title {
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #313E5A;
}

.integrationsListApps .cardListApps .mainText {
    position: absolute;
    width: 85%;
    height: 130px;
    bottom: 0px;
    left: 17px;
}

.integrationsListApps .cardListApps .mainText .title {
    font-size: 14px;
    color: #313E5A;
}

.integrationsListApps .cardListApps .mainText .text {
    font-size: 12px;
    color: #313E5A;
    line-height: 19px;
}

.integrationsListApps .cardListApps .line {
    opacity: 0.3;
    border: 0;
    background: #828996;
    height: 1px;
    width: 92%;
    position: absolute;
    bottom: 85px;
}

.integrationsListApps .cardListApps .mainImg {
    position: absolute;
    width: 85%;
    height: 150px;
    top: 40px;
    left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integrationsListApps .cardListApps .mainImg img {
    max-width: 100%;
}

#integrationsApps .form-select {
    border: 1px solid rgba(130, 137, 150, 0.50);
    border-radius: 6px;
    font-size: 14px;
    color: #2F93DA;
    font-weight: 500;
    padding-left: 30px;
    outline: 0;
    background-position: calc(100% - 21px) 14px, calc(100% - 14px) 14px, 100% 0
}

#integrationsApps .titleAppsSelect {
    font-size: 14px;
    color: #313E5A;
    text-align: center;
    font-weight: 500;
    margin-right: 20px;
}

#integrations h2 {
    font-weight: 700;
}

#integrations .text3 {
    line-height: 40px;
    font-size: 24px;
}

#integrationsApps .form-inline input::-webkit-input-placeholder {
    /* Edge */
    color: #313E5A;
    font-weight: 500;
}

#integrationsApps .form-inline input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #313E5A;
    font-weight: 500;
}

#integrationsApps .form-inline input::placeholder {
    color: #313E5A;
    font-weight: 500;
}

#latest-posts .mainImg {
    max-width: 100%;
}

.form-input .iconWarning {
    position: absolute;
    bottom: -19px;
    right: 0;
}

.form-input .warning {
    position: absolute;
    bottom: -24px;
    left: 0;
    font-size: 12px;
    color: #828996;
    text-align: left;
    font-weight: 400;
}

.form-input .iconWarningEmail,
.form-input .warningEmail,
.form-input .iconWarningName,
.form-input .warningName,
.form-input .iconWarningCompany,
.form-input .warningCompany,
.form-input .iconWarningPhone,
.form-input .warningPhone,
.form-input .iconWarningMessage,
.form-input .warningMessage,
.form-input .iconWarningTit,
.form-input .warningTit,
.custom-select .iconWarningEmps,
.custom-select .warningEmps {
    display: none;
}

.termLink {
    font-size: 14px;
    color: #313E5A;
    letter-spacing: 0.43px;
    text-decoration: underline;
    font-weight: 500;
}

.mainCol1 .logo {
    position: absolute;
    top: 30px;
    left: 84px;
    z-index: 1;
}

.mainCol2 .loginDiv {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 32px;
    right: 83px;
    font-size: 14px;
    align-items: center;
}

.mainCol2 .loginDiv a {
    color: #313E5A;
}

.mainCol2 .loginDiv .btnLogin {
    border: 1px solid #313E5A;
    border-radius: 35px;
    padding: 11px 40px;
    margin-left: 10px;
    font-weight: 500;
}

.loginDivTablet {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 30px;
    right: 10px;
    font-size: 14px;
    align-items: center;
    z-index: 1;
}

.loginDivTablet a {
    color: #313E5A;
}

.loginDivTablet .btnLogin {
    border: 1px solid #313E5A;
    border-radius: 35px;
    padding: 11px 40px;
    margin-left: 10px;
    font-weight: 500;
}

#pricing .typeMoney {
    padding: 0;
    display: flex;
    justify-content: center;
}

#pricing .typeMoney li {
    display: inline-block;
    font-size: 17px;
    color: #828996;
    padding: 26px 45px;
    border-bottom: 1px solid #989CA6;
    cursor: pointer;
}

#pricing .typeMoney li.select {
    border-bottom: 4px solid #2F93DA;
    color: #2F93DA;
    font-weight: 500;
}

#pricing .tablePricing {
    background: #F6F6F9;
    min-height: 1000px;
    margin-top: 430px;
    padding-bottom: 130px;
}

#pricing .tablePricing .choosePricing {
    display: flex;
    flex-direction: row;
}

#pricing .tablePricing .choosePricing .mainLeft {
    display: flex;
    width: 143px;
    min-height: 953px;
    flex-direction: column;

}

#pricing .tablePricing .choosePricing .mainLeft {
    padding-right: 10px;
    font-size: 14px;
    text-align: right;
}

#pricing .tablePricing .choosePricing .mainLeft .p1 {
    margin-top: 62px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p2 {
    margin-top: 298px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p3 {
    margin-top: 25px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p4 {
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 16px;
}

#pricing .tablePricing .choosePricing .mainLeft .p5 {
    margin-top: 29px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p6 {
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 16px;
}

#pricing .tablePricing .choosePricing .mainLeft .p7 {
    margin-top: 27px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p8 {
    margin-top: 27px;
    margin-bottom: 0px;
}

#pricing .tablePricing .choosePricing .mainLeft .p9 {
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 16px;
}

#pricing .tablePricing .choosePricing .mainLeft .p10 {
    margin-top: 28px;
    margin-bottom: 0px;
    line-height: 16px;
}

#pricing .tablePricing .choosePricing .mainLeft .p11 {
    margin-top: 26px;
    margin-bottom: 0px;
    line-height: 16px;
}

#pricing .tablePricing .choosePricing .mainRight {
    width: 990px;
    display: flex;
    min-height: 1312px;
    margin-top: -359px;
    background: white;
    flex-direction: column;
    border: 1px solid #E1E1E9;
    border-radius: 6px;
}

#pricing .tablePricing .choosePricing .mainRight .row1 {
    width: 100%;
    height: 437px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #828996;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing {
    padding: 45px 38px;
    text-align: center;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .title {
    font-weight: 700;
    font-size: 20px;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .value {
    font-size: 31px;
    font-weight: 400;
    height: 66px;
    line-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .value .number {
    font-weight: 300;
    font-size: 90px;
    margin-left: 10px;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .subText {
    font-size: 20px;
    font-weight: 400;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .bodyText {
    font-size: 12px;
    color: #313E5A;
    font-weight: 400;
    line-height: 18px;
}

#pricing .tablePricing .choosePricing .mainRight .row1 .colPricing .btnValue {
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 700;
    width: 157px;
    height: 40px;
    padding: 6px 40px;
    margin: 0 auto;
}

.colPricing.normal .title,
.colPricing.normal .value,
.colPricing.normal .value .number,
.colPricing.normal .subText {
    color: #37B37E;
}

.colPricing.pro .title,
.colPricing.pro .value,
.colPricing.pro .value .number,
.colPricing.pro .subText {
    color: #313E5A;
}

.colPricing.enter .title,
.colPricing.enter .value,
.colPricing.enter .value .number,
.colPricing.enter .subText {
    color: #2F93DA;
}

.colPricing.elite .title,
.colPricing.elite .value,
.colPricing.elite .value .number,
.colPricing.elite .subText {
    color: #F98E4C;
}

.colPricing.normal .btnValue {
    background: #37B37E;
}

.colPricing.pro .btnValue {
    background: #313E5A;
}

.colPricing.enter .btnValue {
    background: #2F93DA;
}

.colPricing.elite .btnValue {
    background: #F98E4C;
}

#pricing .tablePricing .choosePricing .mainRight .row2 {
    width: 100%;
    height: 296px;
    display: flex;
    flex-direction: row;
}

#pricing .tablePricing .choosePricing .mainRight .row3 {
    padding-left: 29px;
    font-size: 14px;
    color: #313E5A;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #828996;
    border-bottom: 1px dashed #828996;
}

#pricing .tablePricing .choosePricing .mainRight .row4 {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: row;
}

#pricing .tablePricing .choosePricing .mainRight .row4 .colPricing ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

#pricing .tablePricing .choosePricing .mainRight .row4 .colPricing ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

#pricing .tablePricing .choosePricing .colPricing {
    display: flex;
    width: 248px;
    border-right: 1px solid #E1E1E9;
    flex-direction: column;
}

#pricing .tablePricing .choosePricing .colPricing:last-child {
    border-right: 0px;
}

#pricing .tablePricing .choosePricing .mainRight .row2 .colPricing ul {
    list-style: none;
    margin: 0;
    padding-left: 30px;

}

#pricing .tablePricing .choosePricing .mainRight .row2 .colPricing ul li {
    padding: 16px 13px 16px 30px;
    width: 100%;
    text-decoration: underline;
    font-size: 14px;
    color: #313E5A;
    position: relative;
}

#pricing .tablePricing .choosePricing .mainRight .row2 .colPricing ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 8px;
    top: 26px;
    background: url(../images/checkItemList.svg) no-repeat;
}

#pricing .tablePricing .choosePricing .mainRight .row2 .colPricing ul .line2:before {
    content: "";
    top: 21px;
}

/* Princing Tablet and Mobile */

.pricingMobile.container {
    max-width: 520px;
}

.colPricingMobile {
    background: #FFFFFF;
    border: 1px solid #E1E1E9;
    border-radius: 6px;
    min-height: 703px;
    padding: 50px 0px 0px 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.colPricingMobile .title {
    font-weight: 700;
    font-size: 20px;
}

.colPricingMobile .value {
    font-size: 31px;
    font-weight: 400;
    height: 66px;
    line-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colPricingMobile .value .number {
    font-weight: 300;
    font-size: 90px;
    margin-left: 10px;
}

.colPricingMobile .subText {
    font-size: 20px;
    font-weight: 400;
}

.colPricingMobile .bodyText {
    font-size: 12px;
    color: #313E5A;
    font-weight: 400;
    line-height: 18px;
}

.colPricingMobile .btnValue {
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 700;
    max-width: 401px;
    height: 40px;
    padding: 6px 40px;
    margin: 0 auto;
    display: block;
}

.colPricingMobile.normal .title,
.colPricingMobile.normal .value,
.colPricingMobile.normal .value .number,
.colPricingMobile.normal .subText {
    color: #37B37E;
}

.colPricingMobile.pro .title,
.colPricingMobile.pro .value,
.colPricingMobile.pro .value .number,
.colPricingMobile.pro .subText {
    color: #313E5A;
}

.colPricingMobile.enter .title,
.colPricingMobile.enter .value,
.colPricingMobile.enter .value .number,
.colPricingMobile.enter .subText {
    color: #2F93DA;
}

.colPricingMobile.elite .title,
.colPricingMobile.elite .value,
.colPricingMobile.elite .value .number,
.colPricingMobile.elite .subText {
    color: #F98E4C;
}

.colPricingMobile.normal .btnValue {
    background: #37B37E;
}

.colPricingMobile.pro .btnValue {
    background: #313E5A;
}

.colPricingMobile.enter .btnValue {
    background: #2F93DA;
}

.colPricingMobile.elite .btnValue {
    background: #F98E4C;
}

.colPricingMobile ul {
    list-style: none;
    margin: 0;
    padding-left: 13px;
    max-width: 165px;
    margin: 0 auto;
}

.colPricingMobile ul li.mainTitle {
    font-weight: bold;
    font-size: 14px;
    color: #313E5A;
    letter-spacing: 0;
    margin-top: 31px;
}

.colPricingMobile ul li {
    padding: 16px 0px 16px 30px;
    width: 140px;
    text-decoration: underline;
    font-size: 14px;
    color: #313E5A;
    position: relative;
    text-align: left;
}

.colPricingMobile ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 13px;
    height: 8px;
    top: 26px;
    background: url(../images/checkItemList.svg) no-repeat;
}

.colPricingMobile ul .line2:before {
    content: "";
    top: 21px;
}

.pricingMobile .showCollapsible {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-top: 1px solid #E1E1E9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pricingMobile .showCollapsible span {
    font-size: 14px;
    color: #2F3E5C;
    letter-spacing: 0.44px;
    font-weight: 500;
    margin-right: 21px;
}

.showCollapsible img.more,
.showCollapsible .viewMore {
    display: block;
}

.showCollapsible img.less,
.showCollapsible .viewLess {
    display: none;
}

.active.showCollapsible img.more,
.active.showCollapsible .viewMore {
    display: none;
}

.active.showCollapsible img.less,
.active.showCollapsible .viewLess {
    display: block;
}

.contentShow {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 50px;
    margin-top: 32px;
}

.contentShow table td {
    font-size: 14px;
    color: #313E5A;
    height: 56px;
}

.contentShow table tr td:first-child {
    padding-left: 17px;
    padding-right: 25px;
    text-align: right;
    border-right: 1px solid #E1E1E9;
    line-height: 16px;

}

.contentShow table td img {
    vertical-align: middle;
}

.contentShow .row1Table td,
.contentShow .row6Table td {
    border-top: 1px solid #E1E1E9;
    border-bottom: 1px dashed #828996;
    height: 68px;
}

.contentShow .row1Table td:last-child,
.contentShow .row6Table td:last-child {
    text-align: left;
    font-style: italic;
    padding-left: 19px;
    line-height: 16px;
}

.fixedElement {
    position: relative;
    background: white;
    left: 127px;
    top: 0;
    display: flex;
    flex-direction: row;
    width: 990px;
}

.fixedElement .options {
    width: 248px;
    height: 143px;
    border-bottom: 1px dashed #828996;
    border-top: 1px solid #E1E1E9;
    border-left: 1px solid #E1E1E9;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.fixedElement .options:last-child {
    border-right: 1px solid #E1E1E9;
}

.fixedElement .options .title {
    font-weight: 700;
    font-size: 20px;
    color: #828996;
    text-align: center;
}

.fixedElement .options .text {
    font-weight: 400;
    font-size: 12px;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
}

.fixedElement .options a {
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    color: #828996;
    letter-spacing: 0.34px;
}

.fixedElement .options.normal .title,
.fixedElement .options.normal a {
    color: #828996;
}

.fixedElement .options.pro .title,
.fixedElement .options.pro a {
    color: #313E5A;
}

.fixedElement .options.enter .title,
.fixedElement .options.enter a {
    color: #2F93DA;
}

.fixedElement .options.elite .title,
.fixedElement .options.elite a {
    color: #F98E4C;
}

#Page404 {
    width: 100%;
    height: calc(100vh - 80px);
}

#Page404 .mainContainer {
    max-width: 524px;
    min-height: 625px;
    margin-left: auto;
    margin-right: auto;
}

#Page404 .mainContainer img {
    max-width: 100%;
}

#Page404 .mainContainer h1 {
    font-size: 34px;
}

#Page404 .mainContainer h2 {
    font-size: 28px;
}

#Page404 .mainContainer .mainButton {
    display: flex;
    justify-content: center;
}

#Page404 .mainContainer .mainButton button {
    max-width: 250px;
    font-weight: 500;
    height: 50px;
}

.thanks-page .message-title {
    line-height: initial !important;
}

/* #Terms of service */
.terms-of-service .back-button {
    max-width: 150px;
    width: 100% !important;
}


.slideautomatically-record, .slide-automate-expensed, .slide-effective, .slide-high-impact{
    width: 560px;
}
/* #Four minutes demo */
.four-minutes-demo .call-actions:first-of-type {
    display: none;
}

.four-minutes-demo .call-actions:last-of-type {
    margin: 0 auto;
}

.four-minutes-demo #player {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.four-minutes-demo #player .fake-video {
    background-image: url(../images/four-minutes-demo-screenshot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.four-minutes-demo #player .fake-video::after {
    content: "";
    background-color: rgba(40, 40, 40, 0.42);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.four-minutes-demo #player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.four-minutes-demo #player .fake-video .play-button {
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#map {
    height: 600px;
}
#profile3,#profile4{display:none;}


/* customers testimonials */
    .testimonials-quotation-left {
        position: absolute;
        width: 51px;
        height: 55px;
        top: -16px;
        left: -25px;
    }

    .testimonials-quotation-right {
        transform: rotate(180deg);
        position: absolute;
        width: 51px;
        height: 55px;
        bottom: -20px;
        right: -25px;
    }

    .colums-container{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        orphans: 1;
        widows: 1;

    }

    .columns-fold{
        display: inline-block;
        width: 100%;
        position: relative; 
        display: inline-block;
        margin-bottom:10px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-top: 10px;
    }

    .columns-fold div{
        border-radius: .25rem; 
    }

    .brands-families{
        height: 40px;;
    }

    .text-description{
        height: 110px;
    }
/* Customers testimonials */


/* TIMELINE */

    .fold-time{
        text-align: center;
        max-width: 600px;
        margin: auto;
    }

    .year{
        font-size: 34px;
        font-weight: bold;
        color: white;
        background-color: #2F93DA;
        padding: 7px 15px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .month{
        font-size: 24px;
        font-weight: bold;
        color:#313E5A;
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 15px 0px;
        position: relative;
    }

    .month::before, .month::after{
        content: "";
        height: 30px;
        position: absolute;
        width:  2px;
        background-color: #D8D8D8;
        left: 0;
        right: 0;
        margin: auto;
    }

    .month::before{
        top: 0;
    }
    .month::after{
        bottom: 0;
    }

    .month.last::after{
        content: none;
        display: none;
       
    }   
    .month.last{
        padding-bottom: 0px;
    }

    .box-time{
        margin: 20px auto;
        border-radius: 5px;
        max-width: 590px;
    }

    .icon-time-line{
        width:100%
    }

    .icon-time-line img{
        width: 50px;
        height: 50px;
    }
    .separator-years{
        width:  2px;
        background-color: #D8D8D8;
        left: 0;
        right: 0;
        margin: 10px auto;
        height: 60px;

    }

    .start-time-line{
        max-width: 520px;
        font-size: 28px;
        font-weight: 700;
        background-color: #2F93DA;
        padding: 30px 50px;
        color:white;
        border-radius: 5px;
        margin: auto;
        line-height: 1.5;
    }
/* TIMELINE */