.rotate-animation {
    -webkit-animation: cssAnimation 0.7267s 1 ease forwards;
    -moz-animation: cssAnimation 0.7267s 1 ease forwards;
    -o-animation: cssAnimation 0.7267s 1 ease forwards;
    /*animation: cssAnimation 0.7267s 1 ease forwards;*/
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(180deg) scale(1) skew(1deg) translate(10px);
    }

    to {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(180deg) scale(1) skew(1deg) translate(10px);
    }

    to {
        -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: rotate(180deg) scale(1) skew(1deg) translate(10px);
    }

    to {
        -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
}

@-ms-keyframes cssAnimation {
    from {
        transform: rotate(180deg) scale(1) skew(1deg) translate(10px);
    }

    to {
        transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fromTop {
    to {
        margin-top: 0;
    }
}

@-moz-keyframes fromTop {
    to {
        margin-top: 0;
    }
}

@-o-keyframes fromTop {
    to {
        margin-top: 0;
    }
}

@-ms-keyframes fromTop {
    to {
        margin-top: 0;
    }
}

@-webkit-keyframes arrowJump {
    0%, 30%, 45%, 55%, 100% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@-moz-keyframes arrowJump {
    0%, 30%, 45%, 55%, 100% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@-o-keyframes arrowJump {
    0%, 30%, 45%, 55%, 100% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@-ms-keyframes arrowJump {
    0%, 30%, 45%, 55%, 100% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes scrollText {
    from {
        top: 0;
    }

    to {
        top: -100vh;
    }
}

@-moz-keyframes scrollText {
    from {
        top: 0;
    }

    to {
        top: -100vh;
    }
}

@-o-keyframes scrollText {
    from {
        top: 0;
    }

    to {
        top: -100vh;
    }
}

@-webkit-keyframes maximizeItem {
    from {
        width: 30%;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes maximizeItem {
    from {
        width: 30%;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes maximizeItem {
    from {
        width: 30%;
    }

    to {
        width: 100%;
    }
}

@-ms-keyframes maximizeItem {
    from {
        width: 30%;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes minimizeItem {
    0% {
        width: 100%;
        z-index: 1;
    }

    99% {
        z-index: 1;
    }

    100% {
        z-index: 0;
        width: 30%;
    }
}

@-moz-keyframes minimizeItem {
    0% {
        width: 100%;
        z-index: 1;
    }

    99% {
        z-index: 1;
    }

    100% {
        z-index: 0;
        width: 30%;
    }
}

@-o-keyframes minimizeItem {
    0% {
        width: 100%;
        z-index: 1;
    }

    99% {
        z-index: 1;
    }

    100% {
        z-index: 0;
        width: 30%;
    }
}

@-ms-keyframes minimizeItem {
    0% {
        width: 100%;
        z-index: 1;
    }

    99% {
        z-index: 1;
    }

    100% {
        z-index: 0;
        width: 30%;
    }
}

a {
    color: #1d8fff;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #2775c2;
        text-decoration: underline;
    }

/*canvas#chart {
    width: 480px!important;
    height: 480px!important;
}*/

.smart-investment-img-container,
.managment-fees-img-container {
    width: 200px;
    height: 370px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 55px 17px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 55px 17px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 55px 17px rgba(0,0,0,0.07);
}

/*.smartInvestment-text {
    max-height: 100vh;
    overflow: hidden;
}

.smartInvestment-textInner {
    height: 100vh;
    position: relative;
}

    .smartInvestment-textInner.scroll-text-animation {
        animation: scrollText 2s linear forwards;
    }

.smartInvastmantRight, .lowManagmentFeeRight {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}*/

.smart-investment-img-container {
    border-radius: 0 200px 200px 0;
}

.main-sub-title {
    color: white;
    font-size: 28px;
    line-height: 36px;
    margin: -25px 38px 30px 20px;
    text-align: center;
    opacity: 0;
    animation: fadeIn 1s linear forwards;
    animation-delay: 2s;
    max-width: 100%;
}
.welcomeTopCompany {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 2;
}
.topCompany {
    margin-right: 67px;
}

    .welcomeTopCompany .main-sub-title {
    color: black;
    font-size: 37px;
    line-height: 62px;
    margin: -25px 38px 30px 20px;
    text-align: right;
    opacity: 0;
    animation: fadeIn 1s linear forwards;
    animation-delay: 2s;
    max-width: 100%;
}
    .managment-fees-img-container {
    border-radius: 200px 0 0 200px;
}

p.symulationParagraph.symulationParagraph-bold-text {
    font-weight: 500;
    margin-top: 35px;
    line-height: 30px;
}

.smart-investment-img, .managment-fees-img {
    width: 280px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.smart-investment-img {
    left: -110px;
}

.managment-fees-img {
    left: -40px;
}

section.welcome-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 80px;
}
.topCompany {
    padding-top: 0 !important;
}
.homePageBg {
    background-image: url(../../images/home/1920Newbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    position: absolute;
    width: 100%;
    padding-top: 70px;
}
.homePageBgCompany {
   
    background-color: rgba(246, 246, 246, 1);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 110vh;
    position: absolute;
    width: 100%;
    padding-top: 70px;
}




    .homePageBgCompany .backgroundImage {
        background-image: url(../../images/home/Circle_Element.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        height: 886px;
        width: 677px;
        margin-top:58px
    }
.welcomeTopCompany .image {
    background-image: url(../../images/home/HP_image_1640.png);
    position: absolute;
    top: -160px;
    left: 49px;
    height: 605px;
    width: 787px;
}
    /*.homePageBgCompany .main-sub-title {
        color:black;
        position: absolute;
        top: 0;
        left: 0;
        height: 886px;
        width: 1640px;
    }*/
    .arrowDown a {
    position: absolute;
    width: 35px;
    text-align: center;
    bottom: 25px;
    height: 35px;
    font-size: 0px;
    background-color: transparent;
    border-right: 18px double transparent;
    border-left: 18px double transparent;
    border-top: 30px solid #0ad7ba;
    border-radius: 0;
    z-index: 10;
    margin-right: -21px;
    opacity: 0;
    animation: arrowJump 4s infinite;
    animation-delay: 5s;
}
.topCompany .arrowDown a {
    bottom:100px;
}
.arrowDown a:hover {
    border-top: 30px solid #0ad7bc93;
}

.welcomeTop {
    width: 800px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

img.welcomeTop-logo {
    max-width: 700px;
}

.welcomeTop-hedding {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    pointer-events: none;
    animation: fadeIn 3s linear forwards;
}
.welcomeTop-hedding-company {
    width: 100%;
    text-align: center;
    position: relative;
    pointer-events: none;
    animation: fadeIn 3s linear forwards;
}

    .welcomeTop-hedding h1 {
        color: #f5f6f6;
        font-weight: 400;
        margin: 0px;
        font-size: 48px;
        position: absolute;
        right: 35px;
        top: 100px;
        opacity: 0;
        transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .welcomeTop-hedding.heddingAnim h1 {
        top: 163px;
        opacity: 1;
        font-weight: 300;
    }

.exemplesContainer {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    opacity: 0;
    animation: fadeIn 1s linear forwards;
    animation-delay: 3s;
}
.exemplesContainerCompany {
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    opacity: 0;
    animation: fadeIn 1s linear forwards;
    animation-delay: 3s;
}

.get-offer-wrapper-mobile {
    display: none;
}

.exemplesContainer button, .exemplesContainer a.getAnOffer-btnStyle, .controlInYourHands-text button, .howItWorksRight button {
    width: 350px;
    padding: 0px;
    margin: 0px;
    height: 74px;
    font-size: 26px;
    line-height: 82px;
}

.exemplesContainer button {
    line-height: 76px;
}

.exemplesContainerCompany button, .exemplesContainerCompany a.getAnOffer-btnStyle, .controlInYourHands-text button, .howItWorksRight button {
    width: 350px;
    padding: 0px;
    margin: 0px;
    height: 74px;
    font-size: 26px;
    line-height: 82px;
    margin-right:20px;
}

.exemplesContainerCompany button {
    line-height: 76px;
}


.getAnOffer-btnStyle {
    box-shadow: 0px 0px 30px 0px rgba(34, 36, 39, 0.16);
    display: block;
    text-decoration: none;
    text-align: center;
}
.exemplesContainerCompany .getAnOffer-btnStyle, .get-offer-wrapper-mobile-company .getAnOffer-btnStyle {
    box-shadow: none !important;
}

button.videoStyle-btn {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
    color: #ffffff;
    pointer-events: initial !important;
}

    button.videoStyle-btn img {
        position: relative;
        width: 35px;
        bottom: -9px;
        margin-left: 20px;
        margin-right: -18px;
    }

    button.videoStyle-btn:hover {
        background-color: rgba(0, 0, 0, 0.23);
    }


.controlInYourHands-text button, .howItWorksRight button {
    background-color: rgba(10,215,186,1);
}

    .controlInYourHands-text button:hover, .howItWorksRight button:hover {
        background-color: rgba(10,215,186,0.5);
    }

.get-offer-wrapper {
    position: relative;
    height: 109px;
}

.welcome-top-contact-details{
    text-align:center;
    margin-top: 4px;
    font-size:18px;
    font-weight:normal;
    cursor: pointer;
}

.welcome-top-contact-details > img{
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.welcome-top-contact-details > div{
    display:inline-block;

    -webkit-animation: boldTextAnimation linear 12s 2 forwards;
    -moz-animation: boldTextAnimation linear 12s 2 forwards;
    -o-animation: boldTextAnimation linear 12s 2 forwards;
    animation: boldTextAnimation linear 12s 2 forwards;
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s;
}


/* animation */
@-webkit-keyframes boldTextAnimation {
    0%, 8%, 10%, 18%, 100% {
        font-weight: normal;
        /*color: rgba(28, 143, 255, 0.7);*/
    }

    2%, 6%, 12%, 16% {
        font-weight: 500;
        /*color: rgba(28, 143, 255, 1);*/
    }
}

@-moz-keyframes boldTextAnimation {
    0%, 8%, 10%, 18%, 100% {
        font-weight: normal;
        /*color: rgba(28, 143, 255, 0.7);*/
    }

    2%, 6%, 12%, 16% {
        font-weight: 500;
        /*color: rgba(28, 143, 255, 1);*/
    }
}

@-o-keyframes boldTextAnimation {
    0%, 8%, 10%, 18%, 100% {
        font-weight: normal;
        /*color: rgba(28, 143, 255, 0.7);*/
    }

    2%, 6%, 12%, 16% {
        font-weight: 500;
        /*color: rgba(28, 143, 255, 1);*/
    }
}

@-ms-keyframes boldTextAnimation {
    0%, 8%, 10%, 18%, 100% {
        font-weight: normal;
        /*color: rgba(28, 143, 255, 0.7);*/
    }

    2%, 6%, 12%, 16% {
        font-weight: 500;
        /*color: rgba(28, 143, 255, 1);*/
    }
}

@keyframes boldTextAnimation {
    0%, 8%, 10%, 18%, 100% {
        font-weight: normal;
        /*color: rgba(28, 143, 255, 0.7);*/
    }

    2%, 6%, 12%, 16% {
        font-weight: 500;
        /*color: rgba(28, 143, 255, 1);*/
    }
}


.welcomeTop-footer {
    width: 100%;
    text-align: left;
}

.get-offer-wrapper .welcomeTop-footer {
    position: relative;
    margin-top: -40px;
    z-index: -1;
}

    .get-offer-wrapper .welcomeTop-footer.heddingAnim {
        animation: fromTop 0.5s linear forwards;
    }

.welcomeTop-footer p {
    font-size: 18px;
    color: #1c1c1c;
    line-height: 35px;
    margin: 0px;
    text-align: center;
    color:black;
}

.floatingLogo {
    width: 143px;
    position: absolute;
    right: 54px;
    top: 110px;
}

    .floatingLogo p {
        font-size: 19px;
        text-align: center;
        color: #222427;
        line-height: 26px;
        margin: 0px;
    }

section.smartInvastmant-section, section.lowManagmentFee-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.smartInvestment-inner, .lowManagmentFee-inner {
    width: 1136px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.smartInvastmantLeft {
    padding-right: 170px;
}

.lowManagmentFeeLeft {
    padding-right: 290px;
    margin-left: -120px;
}

    .smartInvastmantLeft img, .lowManagmentFeeLeft img {
        width: 250px;
    }

h2.sectionHeadding {
    font-size: 50px;
    font-weight: 600;
    color: #222427;
    line-height: 58px;
    margin: 0px 0px 35px 0px;
}

p.sectionParagraph {
    color: #222427;
    line-height: 38px;
    font-size: 22px;
}

a.sectionLink, a.sectionLink-leftArrow {
    font-size: 22px;
    display: inline-block;
    color: #1d8fff;
    text-decoration: none;
    padding-top: 20px;
    position: relative;
    cursor: pointer;
}

    a.sectionLink:hover, a.sectionLink-leftArrow:hover {
        color: #2775C2;
        text-decoration: underline;
    }

    a.sectionLink::after, a.sectionLink-leftArrow::after {
        content: "";
        background-color: transparent;
        border-right: 6px double transparent;
        border-left: 6px double transparent;
        border-radius: 0;
        transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    a.sectionLink.sectionLinkDown::after {
        border-top: 9px solid #1d8eff;
    }

    a.sectionLink.sectionLinkUp::after {
        border-bottom: 9px solid #1d8eff;
        border-top: 0;
        top: -21px;
    }

    a.sectionLink::after {
        position: relative;
        top: 17px;
        left: -9px;
    }

    a.sectionLink-leftArrow::after {
        transform: rotate(-90deg);
        position: absolute;
        bottom: 0;
        left: -28px;
    }

    a.sectionLink::after, a.sectionLink-leftArrow::after {
        border-top: 9px solid #1d8fff;
    }

    a.sectionLink.sectionLinkUp::after, a.sectionLink-leftArrow::after {
        border-top: 0px solid #1d8fff;
        border-bottom: 9px solid #1d8fff;
    }

    a.sectionLink:hover::after, a.sectionLink-leftArrow:hover::after {
        border-top: 9px solid #2775c2;
    }

    a.sectionLink.sectionLinkUp:hover::after, a.sectionLink-leftArrow:hover::after {
        border-top: 0px solid #2775c2;
        border-bottom: 9px solid #2775c2;
    }

section.primiumService-section, section.theControlInYourHands-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.primiumService-inner, .theControlInYourHands-inner {
    width: 1136px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 100%;
}

.primiumServiceRight, .theControlInYourHandsRight {
    position: relative;
}

.phone-animation {
    width: 600px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
    margin-right: -65px;
    background-size: contain;
}

.round-colorStyle1 {
    background-color: #1d8eff;
}

.round-colorStyle2 {
    background-color: #0ad7ba;
}

.roundDiv {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.iphone-container {
    width: 470px;
    height: 650px;
    background-image: url('../../images/home/phone.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 290px;
    position: relative;
    z-index: 2;
}

.primiumServiceRight img, .theControlInYourHandsRight img {
    width: 229px;
    position: absolute;
    z-index: 1;
    top: -8px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.advance-tools-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.theControlInYourHandsRight img {
    width: 235px;
}

.primiumServiceLeft {
    padding-right: 85px;
}

.theControlInYourHandsLeft {
    padding-right: 85px;
}

section.qANDa-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.qANDa-section-inner {
    width: 1275px;
    padding: 15px;
    position: relative;
    z-index: 2;
}

    .qANDa-section-inner ul {
        list-style: none;
        margin: 0px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .qANDa-section-inner ul li {
            margin-bottom: 20px;
            height: 423px;
            width: 370px;
            margin: 5px;
        }

            .qANDa-section-inner ul li .question-tab-inner {
                height: 423px;
                width: 30%;
                background-color: white;
                padding: 50px 30px 70px 30px;
                position: absolute;
                box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.2);
                animation: minimizeItem 0.3s linear forwards;
            }

            .qANDa-section-inner ul li.show-all .question-tab-inner {
                z-index: 1;
                animation: maximizeItem 0.3s linear forwards;
            }

            .qANDa-section-inner ul li:last-child .question-tab-inner {
                left: 0;
            }

            .qANDa-section-inner ul li:first-child .question-tab-inner {
                right: 0;
            }

            .qANDa-section-inner ul li:nth-child(2) .question-tab-inner {
                right: 0;
                left: 0;
                margin: auto;
            }

            .qANDa-section-inner ul li a {
                position: absolute;
                bottom: 30px;
                right: 30px;
            }

                .qANDa-section-inner ul li a:hover {
                    color: #2775c2;
                    text-decoration: underline;
                }

            .qANDa-section-inner ul li a {
                position: absolute;
                bottom: 30px;
                right: 30px;
                color: #1d8eff;
                text-decoration: none;
                font-size: 15px;
                cursor: pointer;
            }

    .qANDa-section-inner p {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        max-height: 145px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .qANDa-section-inner p p.long-text {
            display: none;
        }


        .qANDa-section-inner p.show-all p.long-text {
            display: block;
        }

/*.qANDa-section h3 {
    font-size: 50px;
    font-weight: 600;
    color: #222427;
    line-height: 120px;
    margin: 0px;
    text-align: center;
    position: relative;
    padding-top: 50px;
}*/

    /*.qANDa-section h3::after {
        content: "";
        width: 113px;
        height: 2px;
        background-color: #35383c;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        opacity: 0.66;
    }*/

.qANDa-section-inner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #222427;
    line-height: 33px;
    margin: 0px;
    padding: 25px 0px 15px 0px;
    max-width: 280px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 102px;
    min-height: 102px;
}

    .qANDa-section-inner h3::before {
        content: "";
        width: 113px;
        height: 2px;
        background-color: #ff7367;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.66;
    }

    .qANDa-section-inner h3::after {
        content: "";
        width: 113px;
        height: 2px;
        background-color: #ff7367;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.66;
    }

a.showMore-link {
    text-align: left;
    float: left;
    display: inline-block;
    margin-left: 25px;
}

a.showMore-link-right {
    float: right;
}

a.showMore-link::after {
    top: 17px;
}

section.symulation-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
}

.symulation-section-inner {
    width: 1200px;
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

    .symulation-section-inner a.showMore-link.sectionLink-leftArrow {
        width: 100%;
    }

.symulation-section-inner {
    margin-top: 70px;
}

.qANDa-section-inner {
    margin-top: 65px;
}

.symulation-section-container {
    width: 476px;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 2;
    margin-right: 45px;
}

.symulation-section-graphContainer {
    width: 483px;
    display: inline-block;
}

.symulation-section-graph {
    height: 600px;
    width: 550px;
}

h2.symulationHeadding {
    font-size: 46px;
    font-weight: 600;
    color: #222427;
    line-height: 58px;
    margin: 0px 0px 15px 0px;
}

p.symulationParagraph {
    font-size: 22px;
    line-height: 39px;
    color: #222427;
    margin: 0;
}

.graphLeggend {
    padding: 5px 12px 0px 0px;
}

.graphLeggend-inner {
    display: flex;
    justify-content: space-between;
}

    .graphLeggend-inner p {
        font-size: 20px;
    }

p.legendTypes {
    opacity: 0.7;
    padding-left: 80px;
}

    p.legendTypes span {
        position: relative;
        padding-right: 80px;
    }

span.pakam-leggendType::before {
    content: "-----";
    font-size: 25px;
    width: 60px;
    height: 1px;
    position: absolute;
    right: 20px;
    top: 2px;
    letter-spacing: 2px;
    opacity: 0.7;
}

span.saving-leggendType::before {
    content: ".......";
    font-size: 25px;
    width: 50px;
    height: 1px;
    position: absolute;
    right: 33px;
    top: -5px;
    opacity: 0.7;
}

span.videa-leggendType::before {
    content: "";
    font-size: 25px;
    width: 48px;
    height: 2px;
    background-color: #222427;
    position: absolute;
    right: 22px;
    top: 9px;
    opacity: 0.7;
}

.lowManagmentFeeRight h2 {
    max-width: 360px;
}

.primiumServiceLeft h2 {
    max-width: 350px;
}

.graphLeggend-inner p.smallerLegend-p {
    font-size: 16px;
    color: #222427;
}

.bulloetMenu {
    position: absolute;
    /*right: 90px;*/
}

nav.bulloetMenu ul.reletive-bulloet-menu {
    position: relative;
    bottom: 450px;
}
/*nav.bulloetMenu ul{
top:45%
}*/

.cookies-alert {
    background: rgba(34,36,39,1);
    width: 100%;
    position: fixed;
    bottom: 0;
    color: rgba(255,255,255,1);
    font-size: 20px;
    padding: 21px 136px 21px 36px;
    line-height: 36px;
    z-index: 1000;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: Calc(100% - 88px) 26px;
}
.cookies-remark{
    font-size:16px;
    line-height:29px;
}

.cookies-alert .alert-close{
    margin-left: 0;
}

/*.alert-close{
    background-image: url(../../images/close.png);
}*/
@media (max-width: 1750px) {
    .homePageBg {
        background-image: url('../../images/home/1680Newbg.png');
    }

    /*.bulloetMenu{
        right:45px;
    }*/
    .smartInvestment-inner, .lowManagmentFee-inner {
        width: 974px;
    }

    .primiumService-inner, .theControlInYourHands-inner {
        width: 1116px;
    }
}
/*@media (max-width: 1500px) {
    .bulloetMenu {
        right: -11px;
    }
}*/
@media (max-width: 1600px) {
    .topCompany .floatingLogo {
        width: 106px;
        right: 51px;
        top: 128px;
    }
    .welcomeTopCompany .main-sub-title{
        font-size:30px;
        line-height:51px;
    }
    .symulation-section-inner, .qANDa-section-inner {
        width: 1175px;
    }

    .welcomeTop {
        margin-top: 120px;
    }

    .arrowDown a {
        bottom: 15px;
    }
    .topCompany .arrowDown a {
        bottom:7px;
    }
        .welcomeTop-hedding {
        top: -100px;
        padding-bottom: initial;
    }

    .smart-investment-img-container, .managment-fees-img-container {
        width: 150px;
        height: 280px;
    }

    .smart-investment-img, .managment-fees-img {
        width: 210px;
        height: 210px;
    }

    .smart-investment-img {
        left: -25px;
    }

    .managment-fees-img {
        left: 10px;
    }

    .smartInvestment-inner, .lowManagmentFee-inner {
        width: 915px;
    }

    .primiumService-inner, .theControlInYourHands-inner {
        width: 1025px;
        margin-top: 55px;
    }

    .symulation-section-inner, .qANDa-section-inner {
        width: 1125px;
        margin-top: 55px;
    }

    .floatingLogo {
        width: 106px;
        right: 30px;
        top: 80px;
    }

        .floatingLogo p {
            font-size: 15px;
            line-height: 21px;
        }

    .homePageBg {
        background-image: url(../../images/home/1280Newbg.png);
    }

    section.welcome-section {
        padding-top: 0px;
    }

    .welcomeTop {
        width: 640px;
        margin-top: 120px;
    }

    .welcomeTop-hedding h1 {
        font-size: 36px;
        right: 0px;
    }

    .welcomeTop-hedding {
        width: 85%;
        padding-bottom: 80px;
        top: 0;
        top: initial;
    }

    .main-sub-title {
        font-size: 20px;
        line-height: 25px;
        margin: -25px 45px 20px 20px;
    }

    .welcomeTop-hedding.heddingAnim h1 {
        top: 125px;
    }

    .exemplesContainer button, .exemplesContainer a.getAnOffer-btnStyle, .controlInYourHands-text button, .howItWorksRight button {
        width: 258px;
        height: 57px;
        font-size: 20px;
        line-height: 62px;
    }

    .get-offer-wrapper {
        height: 92px;
    }

    .exemplesContainer button {
        line-height: 58px;
    }

    button.videoStyle-btn img {
        width: 28px;
        bottom: -8px;
        margin-left: 15px;
        margin-right: -14px;
    }

    .welcomeTop-footer p {
        font-size: 14px;
    }

    .exemplesContainer {
        padding: 7px 30px;
    }

    .floatingLogo p {
        font-size: 15px;
    }

    h2.sectionHeadding {
        font-size: 40px;
        line-height: 40px;
        margin: 0px 0px 24px 0px;
    }

    p.sectionParagraph {
        color: #222427;
        line-height: 30px;
        font-size: 17px;
    }

    .smartInvastmantLeft img, .lowManagmentFeeLeft img {
        width: 240px;
    }

    .smartInvestment-inner, .lowManagmentFee-inner {
        width: 843px;
    }

    /*.lowManagmentFee-inner {
        width: 864px;
    }*/

    .smartInvastmantLeft {
        padding-right: 120px;
        margin-left: 65px;
    }

    .lowManagmentFeeLeft {
        padding-right: 245px;
        margin-left: -50px;
    }

    a.sectionLink, a.sectionLink-leftArrow {
        font-size: 17px;
    }

        a.sectionLink.sectionLinkUp::after {
            top: -17px;
        }

    .roundDiv {
        width: 360px;
        height: 360px;
    }

    .iphone-container {
        width: 360px;
        height: 450px;
        background-size: 226px;
    }

    .primiumServiceRight img {
        width: 179px;
    }

    .theControlInYourHandsRight img {
        width: 182px;
    }

    .primiumServiceLeft {
        padding-right: 105px;
    }

    .theControlInYourHandsLeft {
        padding-right: 105px;
    }

    .primiumService-inner {
        width: 864px;
    }

    .theControlInYourHands-inner {
        width: 864px;
    }

    h2.symulationHeadding {
        font-size: 40px;
        line-height: 40px;
        margin: 0px 0px 22px 0px;
    }

    p.symulationParagraph {
        font-size: 17px;
        line-height: 30px;
    }

    .symulation-section-graphContainer {
        width: 445px;
    }

    .symulation-section-graph {
        height: 500px;
        width: 450px;
    }

    .graphLeggend {
        padding: 0px 12px 0px 0px;
    }

    .symulation-section-container {
        width: 370px;
    }

    p.symulationParagraph.symulationParagraph-bold-text {
        margin-top: 25px;
        line-height: 24px;
    }

    .symulation-section-inner, .qANDa-section-inner {
        width: 994px;
    }

    .graphLeggend-inner p {
        font-size: 14px;
    }

    .qANDa-section-inner ul li {
        height: 325px;
        margin: 20px 25px;
    }

        .qANDa-section-inner ul li .question-tab-inner {
            height: 325px;
            padding: 40px 30px 70px 30px;
        }

    a.showMore-link {
        padding-top: 3px;
    }

        a.showMore-link::after {
            top: 0;
        }

    .qANDa-section h3 {
        font-size: 40px;
        /*line-height: 90px;*/
    }

    .qANDa-section-inner h3 {
        font-size: 25px;
        /*max-width: 180px;*/
        padding: 18px 0px 10px 0px;
    }

    .qANDa-section-inner ul li:last-child h3 {
        max-width: 280px;
    }

    .qANDa-section h3::after {
        width: 87px;
    }

    .creditContainer p {
        font-size: 13px;
    }


    .qANDa-section-inner p {
        font-size: 12px;
        line-height: 18px;
        max-height: 90px;
    }

    .phone-animation {
        width: 470px;
    }
}

@media (max-width: 1199px) {
 
    /* .homePageBg {
        background-image: url('../../images/home/992Newbg.png');
    } */
    /*.bulloetMenu {
        right: 12px;
    }*/
    .smartInvestment-inner {
        width: 764px;
    }

    .qANDa-section-inner h3 {
        font-size: 24px;
        max-width: 237px;
        padding: 9px 0px 10px 0px;
        max-height: 97px;
        min-height: 97px;
    }

    .qANDa-section-inner ul li a {
        bottom: 20px;
    }

    .symulation-section-inner, .qANDa-section-inner {
        width: 904px;
    }


        .qANDa-section-inner ul li {
            margin: 20px 8px 39px 8px;
        }

    .smart-investment-img {
        left: -28px;
    }

    .smartInvastmantLeft {
        padding-right: 100px;
        padding-left: 60px;
        margin-left: 0;
    }

    .lowManagmentFee-inner {
        width: 764px;
    }

    .managment-fees-img {
        left: 14px;
    }

    .lowManagmentFeeLeft {
        margin-left: -40px;
    }

    .lowManagmentFeeLeft {
        padding-right: 205px;
    }

    .primiumService-inner {
        width: 850px;
        margin-left: -50px;
    }

    .theControlInYourHands-inner {
        width: 850px;
        margin-left: -50px;
    }

    .theControlInYourHandsLeft {
        padding-right: 64px;
    }

    .primiumServiceLeft {
        padding-right: 64px;
    }

    a.sectionLink::after, a.sectionLink-leftArrow::after {
        border-right: 5px double transparent;
        border-left: 5px double transparent;
        border-bottom: 7px solid #44a2ff;
    }

    a.sectionLink.sectionLinkDown::after {
        border-top: 7px solid #1d8eff;
    }

    a.sectionLink.sectionLinkUp:hover::after, a.sectionLink-leftArrow:hover::after {
        border-bottom: 7px solid #44a2ff;
    }

    a.sectionLink.sectionLinkUp::after {
        border-bottom: 7px solid #1d8eff;
    }

    a.sectionLink.sectionLinkUp::after {
        top: -15px;
    }

    symulation-section-graphContainer {
        width: 390px;
    }
}
@media (max-width: 1350px) {
    .topCompany .floatingLogo {
        left: 0;
        right: 0;
        margin: auto;
        top: 120px;
        pointer-events: none;
        width: 130px;
    }

    .topCompany .get-offer-wrapper {
        display: none;
    }
    .homePageBgCompany .backgroundImage {
        background-image: url(../../images/home/Circle_Element-2x_Sanitized.png);
        background-repeat: no-repeat;
        position: absolute;
        top: -50px;
        left: 0;
        height:100%;
        /*height: 754px;
        width: 432px;*/
        /*border-radius: 0 376px 376px 0;
        background-color: rgba(255 255 255,1);
        box-shadow: 0 0 80px 0 rgb(0 0 0 / 12%);*/
    }

    .welcomeTopCompany {
        display: block;
    }

    .topCompany .arrowDown a {
        bottom:7px;
        position:fixed;
        z-index:100
    }

    .welcomeTopCompany .image {
        background-image: url(../../images/home/HP_Image_768_Sanitized.png);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 65%;
        left: 0;
        width: inherit;
    }
    /*.homePageBgCompany .backgroundImage {
            background-image: url(../../images/home/Circle_Element-2x_Sanitized.png);
        }*/

    .topCompany {
        margin-right: 0;
        min-height: 100vh;
        justify-content: unset !important;
        padding-top: 120px !important;
    }

    .welcomeTopCompany .main-sub-title {
        padding-top:60px;
        color: black;
        font-size: 28px;
        line-height: 45px;
        margin: 14px 38px 30px 20px;
        opacity: 0;
        animation: fadeIn 1s linear forwards;
        animation-delay: 2s;
        max-width: 100%;
        text-align: center;
    }
   /*.get-offer-wrapper-mobile-company .welcomeTop-footer {
        position: relative;
        bottom: 4px !important;
    }*/
    .get-offer-wrapper-mobile-company .welcomeTop-footer {
        background-color: rgba(246, 246, 246, 1);
        height: 74px;
    }
    .get-offer-wrapper-mobile-company {
        /*display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 151px;
        /*background-color: transparent;*/
        width: 100%;
        text-align: center;
        padding-top: 27px;
        box-shadow: none;
        z-index: 100;
       
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 151px;
        /*background-color: rgba(246, 246, 246, 1);*/
        width: 100%;
        text-align: center;
        padding-top: 27px;
        box-shadow: none;
        z-index: 100;
    }
    .getAnOffer-btnStyle {
        font-size: 18px;
        height: 44px;
        line-height: 48px;
        width: 282px;
        margin: auto;
    }

}
    @media (max-width: 991px) {

      
        .homePageBg {
            background-image: url(../../images/home/768Newbg.png);
            min-height: 100vh;
            height: 914px;
        }

        section.smartInvastmant-section, section.lowManagmentFee-section {
            height: auto;
        }

        section.symulation-section {
            height: auto;
        }

        section.qANDa-section {
            height: auto;
        }

        section.welcome-section {
            min-height: 100vh;
            height: 914px;
            padding: 0;
        }

        .qANDa-section h3 {
            font-size: 50px;
            line-height: 130px;
            padding: 0;
        }

            .qANDa-section h3::after {
                width: 113px;
            }

        .lowManagmentFeeRight h2 {
            max-width: 100%;
        }

        h2.sectionHeadding {
            font-size: 48px;
        }

        p.sectionParagraph {
            line-height: 35px;
            font-size: 22px;
        }

        a.sectionLink, a.sectionLink-leftArrow {
            font-size: 22px;
        }

            a.sectionLink::after {
                top: 17px;
            }

        .welcomeTop-hedding.heddingAnim h1 {
            top: 145px;
        }

        .welcomeTop-hedding h1 {
            font-size: 38px;
        }

        .floatingLogo p {
            font-size: 20px;
        }

        .main-sub-title {
            margin: -35px 32px 50px 30px;
            max-width: 560px;
        }

        .welcomeTop-hedding {
            width: inherit;
            max-width: 560px;
            padding-bottom: 100px;
        }

        .floatingLogo {
            left: 0;
            right: 0;
            margin: auto;
            top: 120px;
            pointer-events: none;
            width: 130px;
        }

        .welcomeTop {
            width: 100%;
            position: initial;
            margin-top: -20px;
        }

        .exemplesContainer {
            position: absolute;
            height: 0;
            bottom: 0;
            right: 0;
            width: 100%;
        }

            .exemplesContainer .get-offer-wrapper {
                display: none;
            }



        .get-offer-wrapper-mobile {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 151px;
            background-color: #fafafa;
            width: 100%;
            text-align: center;
            padding-top: 27px;
            box-shadow: 0px 2px 14px 2px rgba(0,0,0,0.2);
            z-index: 100;
        }
       
        .arrowDown a {
            bottom: 190px;
            margin-right: -10px;
        }


        button.videoStyle-btn {
            position: absolute;
            bottom: 265px;
            right: 0;
            left: 0;
            margin: auto;
            font-size: 26px;
            height: 70px;
            line-height: 30px;
            width: 370px;
        }

        .welcomeTop-footer {
            position: absolute;
            bottom: 5px;
            z-index: 1;
            text-align: center;
            right: 0;
        }

        .welcome-top-contact-details {
            position: absolute;
            bottom: 227px;
            width: 370px;
            margin: auto;
            right: 0;
            left: 0;
        }


        .getAnOffer-btnStyle {
            width: 85%;
            font-size: 26px;
            height: 80px;
            line-height: 90px;
            margin: 0 auto;
        }
        .get-offer-wrapper-mobile-company .getAnOffer-btnStyle {
            font-size: 18px;
            height: 44px;
            line-height: 48px;
            width: 282px;
            margin: auto;
        }
            .smartInvestment-inner, .lowManagmentFee-inner {
            flex-direction: column-reverse;
            text-align: center;
            width: 100%;
        }


        .smartInvastmantLeft {
            margin: 0px 0px 100px 0px;
            padding: 0;
            position: relative;
            right: -60px;
        }

        .lowManagmentFeeLeft {
            margin: 0px 0px 100px 0px;
            padding: 0;
            position: relative;
            left: -75px;
        }

        .smart-investment-img {
            left: -104px;
        }

        .managment-fees-img {
            left: 45px;
        }

        .lowManagmentFeeRight {
            max-width: 550px;
        }

        .smartInvastmantRight {
            max-width: 520px;
        }

        .primiumService-inner, .theControlInYourHands-inner {
            width: 100%;
            flex-direction: column;
            text-align: center;
            margin: 0;
            height: auto;
        }

        .theControlInYourHandsLeft {
            padding: 70px 0px 0px 0px;
            max-width: 490px;
        }

        .primiumServiceLeft {
            padding: 70px 0px 0px 0px;
        }

            .primiumServiceLeft h2 {
                max-width: 100%;
            }

            .primiumServiceLeft p {
                max-width: 460px;
                margin: auto;
            }

        section.primiumService-section, section.theControlInYourHands-section {
            height: auto;
            padding-top: 0;
        }

        .phone-animation {
            width: 440px;
            height: 550px;
            margin-right: 0;
        }

        h2.symulationHeadding {
            font-size: 50px;
            line-height: 60px;
            margin: 0px 0px 32px 0px;
        }


        .symulation-section-container {
            width: 100%;
            position: inherit;
        }

        .symulation-section-inner {
            width: 100%;
            margin-top: 77px;
        }

        .qANDa-section-inner {
            width: 100%;
            margin-top: 50px;
        }

        .symulation-section-inner {
            display: flex;
            flex-direction: column-reverse;
            padding: 0px;
            margin: 0;
            align-items: center;
        }

        .symulation-section-graphContainer {
            /*margin: 0px 50px 0 60px;*/
            width: 100%;
            padding: 0 65px;
        }

        p.symulationParagraph {
            margin-bottom: 20px;
        }

        .symulation-section-container section.rangeSliders {
            display: flex;
            margin-top: 80px;
        }

        .graphLeggend-inner p {
            font-size: 27px;
        }

        .graphLeggend {
            padding: 8px 12px 0px 0px;
        }

        li p.symulationParagraph {
            text-align: right;
            padding: 0 30px;
        }

        p.symulationParagraph {
            font-size: 22px;
            margin-bottom: 0;
            line-height: 38px;
            padding: 0 60px;
        }

            p.symulationParagraph.symulationParagraph-bold-text {
                margin-top: 35px;
                line-height: 38px;
            }

            p.symulationParagraph br {
                display: none;
            }

        .symulation-section-inner > div:nth-of-type(1) {
            order: 3;
            padding-top: 0;
            margin-right: 0;
        }

        .symulation-section-inner > div:nth-of-type(2) {
            order: 1;
        }

        .symulation-section-inner > div:nth-of-type(3) {
            order: 2;
        }

        .symulation-section-container {
            text-align: center;
            padding-top: 20px;
        }

        .qANDa-section-inner {
            padding: 0px;
            overflow-x: hidden;
        }

        section.qANDa-section {
            display: inherit;
        }

        .qANDa-section-inner ul {
            flex-wrap: nowrap;
            width: auto;
            overflow: auto;
            padding: 30px 43px 48px 0px;
            position: static;
        }

            .qANDa-section-inner ul li {
                height: 423px;
                margin: 20px 8px 39px 8px;
                min-width: 370px;
                position: relative;
            }

                .qANDa-section-inner ul li.show-all {
                    position: static;
                }

                .qANDa-section-inner ul li .question-tab-inner {
                    height: 423px;
                    min-width: 370px;
                }

                .qANDa-section-inner ul li.show-all p {
                    width: auto;
                    max-height: 200px;
                    overflow: auto;
                }

        .qANDa-section-inner p {
            width: 290px;
        }

        /*a.showMore-link {
        display: none;
    }*/

        .qANDa-section-inner h3 {
            font-size: 30px;
            max-width: 190px;
            padding: 25px 0px 16px 0px;
            max-height: 105px;
            min-height: 105px;
        }

        .qANDa-section-inner p {
            font-size: 15px;
            line-height: 24px;
            max-height: 162px;
        }

        .graphLeggend-inner p.smallerLegend-p {
            font-size: 20px;
        }

        a.sectionLink::after, a.sectionLink-leftArrow::after {
            border-right: 6px double transparent;
            border-left: 6px double transparent;
        }

        .symulation-section-inner a.showMore-link.sectionLink-leftArrow {
            width: calc(100% - 130px);
        }

        a.sectionLink.sectionLinkDown::after {
            border-top: 9px solid #1d8eff;
        }

        a.sectionLink.sectionLinkUp:hover::after, a.sectionLink-leftArrow:hover::after {
            border-bottom: 9px solid #44a2ff;
        }

        a.sectionLink.sectionLinkUp::after {
            border-bottom: 9px solid #1d8eff;
        }

        a.sectionLink.sectionLinkUp::after {
            top: -20px;
        }

        a.sectionLink::after {
            top: 16px;
        }
    }

    @media (max-width: 767px) {
        .topCompany .arrowDown a {
            bottom: 7px;
        }
        .get-offer-wrapper-mobile-company .welcomeTop-footer {
            height: 90px;
        }

        section-inner ul {
            padding-bottom: 26px;
        }

        .floatingLogo {
            top: 78px;
            width: 70px;
        }

            .floatingLogo p {
                font-size: 12px;
                line-height: 13px;
            }

        .smart-investment-img-container, .managment-fees-img-container {
            width: 80px;
            height: 160px;
        }

        .smart-investment-img, .managment-fees-img {
            width: 110px;
            height: 110px;
        }

        .smart-investment-img {
            left: -55px;
        }

        .managment-fees-img {
            left: 25px;
        }

        .welcomeTop-hedding {
            max-width: 260px;
            padding-bottom: 230px;
        }

            .welcomeTop-hedding.heddingAnim h1 {
                top: 65px;
            }

            .welcomeTop-hedding h1 {
                font-size: 18px;
            }

        button.videoStyle-btn {
            font-size: 17px;
            height: 54px;
            line-height: 25px;
            width: 260px;
            bottom: 160px;
        }

            button.videoStyle-btn img {
                width: 22px;
                margin-left: 9px;
                bottom: -6px;
            }

        .welcome-top-contact-details {
            display: none;
        }

        .mobile-contact-details {
            height: 31px;
            width: 22px;
            display: block;
            margin-right: 20px;
            position: relative;
        }

            .mobile-contact-details .mobile-icon {
                /*.mobile-contact-details::after{*/
                content: "";
                position: absolute;
                background-image: url(../../images/header/messagesIcon.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 23px;
                width: 23px;
                transform: translate(0%, 0%) rotate(0deg);
            }

        .mobileMenu-btn-container .call-us {
            content: "";
            background-image: url(../../images/header/phoneIcon.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 23px;
            width: 23px;
        }

        @keyframes nudgeMobile {
            0% {
                transform: translate(1%, 1%) rotate(-3deg);
            }

            1% {
                transform: translate(-1%, -2%) rotate(3deg);
            }

            2% {
                transform: translate(-3%, 0%) rotate(-6deg);
            }

            3% {
                transform: translate(3%, 2%) rotate(6deg);
            }

            4% {
                transform: translate(1%, -1%) rotate(-10deg);
            }

            5% {
                transform: translate(-1%, 2%) rotate(10deg);
            }

            6% {
                transform: translate(-3%, 1%) rotate(-10deg);
            }

            7% {
                transform: translate(3%, 1%) rotate(10deg);
            }

            8% {
                transform: translate(-1%, -1%) rotate(-6deg);
            }

            9% {
                transform: translate(1%, 2%) rotate(6deg);
            }

            10% {
                transform: translate(1%, -1%) rotate(-3deg);
            }

            11% {
                transform: translate(0%, -0%) rotate(3deg);
            }
        }

        @keyframes nudgeOLD {
            0% {
                transform: rotate(-3deg);
            }

            1% {
                transform: rotate(3deg);
            }

            2% {
                transform: rotate(-6deg);
            }

            3% {
                transform: rotate(6deg);
            }

            4% {
                transform: rotate(-10deg);
            }

            5% {
                transform: rotate(10deg);
            }

            6% {
                transform: rotate(-10deg);
            }

            7% {
                transform: rotate(10deg);
            }

            8% {
                transform: rotate(-6deg);
            }

            9% {
                transform: rotate(6deg);
            }

            10% {
                transform: rotate(-3deg);
            }

            11% {
                transform: rotate(3deg);
            }

            12% {
                transform: rotate(0deg);
            }
        }

        .mobile-contact-details.display-tringle-up:before {
            width: 0;
            height: 0;
            content: "d";
            color: transparent;
            border-right: 15px solid transparent;
            border-bottom: 30px solid black;
            border-left: 15px solid transparent;
            position: absolute;
            bottom: -30PX;
            left: Calc(50% - 17px);
        }

        .mobile-contact-details-popup {
            height: 40px;
            margin-top: 8px;
            color: white;
            background-color: black;
            padding: 12px 22px;
            font-size: 16px;
            overflow: hidden;
            font-weight: 300;
            line-height: 20px;
            position: absolute;
            right: -150%;
            top: 115%;
            width: 106px;
            text-align: center;
        }

        .tringle-up {
            position: relative;
            display: inline-block;
        }

        .mobile-contact-details-popup-text .content-text {
            font-size: 15px !important;
        }


        .mobile-contact-details {
            height: 23px;
            margin-right: 7px;
        }




        .exemplesContainer {
            padding: 25px 20px 50px 20px;
        }

        .get-offer-wrapper-mobile {
            height: 83px;
            padding-top: 17px;
        }

        .get-offer-wrapper {
            display: none;
        }

        .welcomeTop-footer {
            position: relative;
            bottom: 4px !important;
        }

        .getAnOffer-btnStyle {
            font-size: 18px;
            height: 44px;
            line-height: 48px;
            width: 282px;
            margin: auto;
        }

        .smartInvastmantLeft img, .lowManagmentFeeLeft img {
            width: 130px;
        }

        .smartInvastmantLeft, .lowManagmentFeeLeft {
            margin: 0px 0px 30px 0px;
        }

        h2.sectionHeadding {
            font-size: 26px;
            line-height: 28px;
            margin: 0px 0px 15px 0px;
        }

        p.sectionParagraph {
            color: #222427;
            line-height: 22px;
            font-size: 14px;
        }

        a.sectionLink, a.sectionLink-leftArrow {
            font-size: 15px;
            padding-top: 0;
        }

            a.sectionLink::after {
                top: 13px;
            }

        .roundDiv {
            width: 250px;
            height: 250px;
        }

        .iphone-container {
            width: 250px;
            height: 294px;
            background-size: 154px;
        }

        .primiumServiceRight img, .theControlInYourHandsRight img {
            width: 122px;
        }

        .primiumServiceLeft, .theControlInYourHandsLeft {
            padding: 30px 0px 0px 0px;
            max-width: 270px;
        }

        .smartInvastmantRight, .lowManagmentFeeRight {
            max-width: 290px;
        }

        p.legendTypes {
            display: none;
        }

        h2.symulationHeadding {
            font-size: 24px;
            padding: 0px 15px;
            line-height: 30px;
            margin: 0px 0px 18px 0px;
        }

        li p.symulationParagraph {
            padding: 0 10px;
        }

        p.symulationParagraph {
            font-size: 13px;
            padding: 0px 15px;
            line-height: 20px;
        }

            p.symulationParagraph.symulationParagraph-bold-text {
                margin-top: 10px;
                line-height: 20px;
            }

        .symulation-section-container section.rangeSliders {
            margin-top: 22px;
        }

        .symulation-section-graphContainer {
            padding: 0 30px;
            margin: 0;
        }

        .symulation-section-graph {
            height: 220px;
            width: unset;
        }

        .symulation-section-graphContainer {
            margin-top: 20px;
        }

        .symulation-section-inner a.showMore-link.sectionLink-leftArrow {
            width: calc(100% - 60px);
        }

        .qANDa-section h3 {
            font-size: 30px;
            line-height: 65px;
        }

        .qANDa-section-inner p {
            width: 188px;
            font-size: 13px;
            line-height: 18px;
        }

        .welcomeTop-hedding h1 {
            top: 30px;
        }

        a.sectionLink::after, a.sectionLink-leftArrow::after {
            border-right: 5px double transparent;
            border-left: 5px double transparent;
        }

        a.sectionLink-leftArrow::after {
            left: -20px;
        }

        a.showMore-link::after {
            top: -2px;
        }

        a.sectionLink.sectionLinkDown::after {
            border-top: 7px solid #1d8eff;
        }

        a.sectionLink.sectionLinkUp:hover::after, a.sectionLink-leftArrow:hover::after {
            border-bottom: 7px solid #44a2ff;
        }

        a.sectionLink.sectionLinkUp::after {
            border-bottom: 7px solid #1d8eff;
        }

        a.sectionLink.sectionLinkUp::after {
            top: -15px;
        }

        a.sectionLink::after {
            top: -4px;
        }

        .theControlInYourHandsLeft a.sectionLink.sectionLink-leftArrow {
            text-align: left;
            display: block;
            margin-left: 20px;
        }

        .main-sub-title {
            font-size: 14px;
            line-height: 22px;
            max-width: 260px;
            margin: -200px 0px 80px 0px;
        }

        .qANDa-section-inner h3 {
            font-size: 20px;
            line-height: 26px;
            max-width: 190px;
            padding: 20px 0px 16px 0px;
        }

        .qANDa-section-inner ul li h3 {
            max-width: 185px;
            padding-top: 10px;
            padding-bottom: 10px;
            max-height: 67px;
            min-height: 67px;
            margin-bottom: 20px;
        }

        .qANDa-section-inner ul li.show-all p {
            width: auto;
            overflow: scroll;
            height: 158px;
        }

        .arrowDown a {
            bottom: 100px;
            z-index: 100
        }

        .welcomeTop {
            margin-top: 10%;
        }

        .graphLeggend-inner p {
            font-size: 11px;
        }

            .graphLeggend-inner p.smallerLegend-p {
                font-size: 11px;
                margin-top: 18px;
                margin-right: -35px;
            }

        .graphLeggend {
            margin-top: -18px;
        }

        .symulation-section-inner > div:nth-of-type(1) {
            padding-top: 0;
        }

        .qANDa-section-inner ul li {
            height: 342px;
            margin: 0px 15px;
            min-width: 234px;
        }

            .qANDa-section-inner ul li .question-tab-inner {
                height: 342px;
                min-width: 234px;
                padding: 35px 24px 25px 24px;
            }

        .qANDa-section-inner p {
            max-height: 140px;
        }

        button.videoStyle-btn {
            font-size: 15px;
            height: 45px;
            line-height: 29px;
            width: 230px;
            border: 1px solid #ffffff;
            border-radius: 2px;
        }

        section.welcome-section {
            height: 460px;
        }

        .homePageBg {
            background-image: url(../../images/home/320Newbg.png);
        }

        h2.sectionHeadding {
            font-size: 24px;
        }

        .primiumServiceLeft {
            max-width: 300px;
        }

        .phone-animation {
            width: 222px;
            height: 277px;
        }

        .smartInvastmantLeft {
            right: -30px;
        }

        .lowManagmentFeeLeft {
            left: -35px;
        }

        .qANDa-section-inner {
            margin-top: 0;
        }

        .qANDa-section h3::after {
            display: none;
        }

        .qANDa-section h3 {
            line-height: 35px;
        }

        .welcomeTop {
            margin-top: 15%;
        }

        button.videoStyle-btn {
            bottom: 140px;
        }

        .controlInYourHands-text button.videoStyle-btn, .howItWorksRight button.videoStyle-btn {
            position: initial;
        }


        .welcomeTop-hedding {
            padding-bottom: 160px;
        }

        .main-sub-title {
            margin: -125px 0px 120px 0px;
        }

        .qANDa-section-inner p {
            width: 190px;
        }

        .siteLogo img {
            width: 67px;
        }

        .floatingLogo {
            top: 64px;
        }

        .welcomeTop-hedding {
            max-width: 230px;
        }

        button.videoStyle-btn img {
            width: 21px;
        }

        .arrowDown a {
            bottom: 80px;
            margin-right: -20px;
            border-right: 11px double transparent;
            border-left: 12px double transparent;
            border-top: 20px solid #0ad7ba;
            width: 14px;
            margin-right: -7px;
        }

        .welcomeTop-footer p {
            font-size: 12px;
        }

        .exemplesContainer {
            padding: 17px 20px 21px 20px;
        }

        .welcomeTop-footer {
            bottom: -8px;
        }

        .cookies-alert {
            font-size: 13px;
            padding: 18px 34px 18px 15px;
            line-height: 17px;
            background-position: Calc(100% - 9px) 17px;
            background-size: 18px;
        }

        .cookies-remark {
            font-size: 12px;
            line-height: 15px;
        }

        .cookies-alert .alert-close {
            background-image: url(/images/close.png);
            color: black;
            margin-top: -5px;
            margin-left: -5px;
            margin-right: 9px;
            margin-bottom: 9px;
            width: 12px;
            height: 12px;
        }

        .get-offer-wrapper-mobile.above-cookies-alert {
            bottom: 85px;
        }
    }

    @media (max-width: 600px) {
        .get-offer-wrapper-mobile-company .welcomeTop-footer{
            background-color:transparent;
        }
        .get-offer-wrapper-mobile-company {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 110px;
            background-color: #ffffff;
            width: 100%;
            text-align: center;
            padding-top: 27px;
            box-shadow: 0px 2px 14px 2px rgba(0,0,0,0.2);
            z-index: 100;
        }
        /*.mobile-contact-details-popup {
        width: 240px;
        height: 118px;
        top: -47px;
        right: 55px;
        font-size: 13px;
        padding: 10px 16px;
    }*/
        .mobile-contact-details-popup-text .content-text {
            font-size: 13px !important;
        }

        .welcomeTopCompany .image {
            background-image: url(../../images/home/HP_Image_320_Sanitized.png);
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            width: inherit;
            height: 100%;
            margin-top: 10%;
        }
        .get-offer-wrapper-mobile-company .getAnOffer-btnStyle{
           max-width:80%;
        }

        .topCompany {
            margin-right: 0;
            min-height: 100vh;
            justify-content: unset !important;
            padding-top: 120px !important;
        }

        .welcomeTopCompany .main-sub-title {
            color: black;
            font-size: 18px;
            line-height: 32px;
            margin: -25px 38px 30px 20px;
            opacity: 0;
            animation: fadeIn 1s linear forwards;
            animation-delay: 2s;
            max-width: 100%;
            text-align: center;
        }

        .topCompany .arrowDown {
            display: none;
        }
    }


    @media (max-width: 600px) {
        .topCompany .floatingLogo {
            top: 0;
            padding-top: 75px;
        }
        .welcomeTopCompany .main-sub-title {
            padding-top: 37px;
        }

        .homePageBgCompany .backgroundImage {
            background-image: url(../../images/home/Circle_Element_Sanitized.png);
            background-repeat: no-repeat;
            position: absolute;
            /*top: 94px;*/
            left: 0;
            height: 505px;
            width: 249px;
            /*border-radius: 0 250px 250px 0;
            background-color: rgba(255 255 255,1);
            box-shadow: 0 0 80px 0 rgb(0 0 0 / 12%);*/
        }

        #welcome-section .welcomeTop {
            margin-top: 0;
        }

        #welcome-section .welcomeTop-hedding {
            position: static;
            padding-bottom: 10px;
        }

            #welcome-section .welcomeTop-hedding.heddingAnim h1 {
                position: static;
                text-align: right;
            }

        #welcome-section .main-sub-title {
            margin: 0;
            position: static;
        }

        #welcome-section .exemplesContainer {
            position: static;
            height: auto;
        }

            #welcome-section .exemplesContainer .video-wrapper {
                width: 100%;
                text-align: center;
                padding-top: 28px;
            }

                #welcome-section .exemplesContainer .video-wrapper button {
                    position: static;
                }

        #welcome-section .arrowDown a {
            /*bottom: 197px;*/
            position: static;
            animation: arrowJumpMobile 4s infinite;
            padding-top: 0px;
            animation-delay: 5s;
        }
    }

    @-webkit-keyframes arrowJumpMobile {
        0%, 30%, 45%, 55%, 100% {
            opacity: 1;
            /*transform: translateY(0);*/
            padding-top: 0px;
        }

        40% {
            /*transform: translateY(-15px);*/
            padding-top: 15px;
        }

        50% {
            /*transform: translateY(-5px);*/
            padding-top: 5px;
        }
    }

    @-moz-keyframes arrowJumpMobile {
        0%, 30%, 45%, 55%, 100% {
            opacity: 1;
            padding-top: 0px;
        }

        40% {
            padding-top: 15px;
        }

        50% {
            padding-top: 5px;
        }
    }

    @-o-keyframes arrowJumpMobile {
        0%, 30%, 45%, 55%, 100% {
            opacity: 1;
            padding-top: 0px;
        }

        40% {
            padding-top: 15px;
        }

        50% {
            padding-top: 5px;
        }
    }

    @-ms-keyframes arrowJumpMobile {
        0%, 30%, 45%, 55%, 100% {
            opacity: 1;
            padding-top: 0px;
        }

        40% {
            padding-top: 15px;
        }

        50% {
            padding-top: 5px;
        }
    }
