html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("/assets/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat-Regular.woff") format("woff"), url("/assets/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("/assets/fonts/Montserrat-Light.woff2") format("woff2"), url("/assets/fonts/Montserrat-Light.woff") format("woff"), url("/assets/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/assets/fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url("/assets/fonts/MinionPro-Regular.woff2") format("woff2"), url("/assets/fonts/MinionPro-Regular.woff") format("woff"), url("/assets/fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.title {
    font-family: 'Montserrat-ExtraBold';
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    letter-spacing: 1px;
}

@media (min-width: 767px) {
    .title {
        font-size: 40px;
    }
}

.title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .title span {
        padding-right: 40px;
    }
}

.title span:after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-width: 767px) {
    .title span:after {
        height: .7vw;
        bottom: 3px;
    }
}

.title__orange span::after {
    background-color: #e5b045;
}

.title__green span::after {
    background-color: #e5af44;
}

.subtitle {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 24px;
}

.subtitle_extrabold {
    font-family: 'Montserrat-ExtraBold';
    font-size: 18px;
}

.subtitle:first-of-type {
    margin-top: 0;
}

.subtitle__big {
    font-family: 'Montserrat-ExtraBold';
    font-size: 35px;
}

.paragraph {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

@media (min-width: 768px) {
    .paragraph {
        font-size: 16px;
        font-family: 'Montserrat-Light';
    }
}

.paragraph__small {
    font-size: 12px;
    margin-bottom: 16px;
}

.link {
    font-family: 'Montserrat-Light';
    appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e5af44;
    background: transparent;
    border: 0px;
}

@media (min-width: 768px) {
    .link {
        font-size: 18px;
    }
}

.link__light {
    font-family: 'Montserrat-Light';
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.modal-title {
    font-family: 'Montserrat-ExtraBold';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.modal-content {
    background-color: #e5af44;
    margin: 35vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 10%;
    min-width: 315px;
}

@media (min-width: 768px) {
    .modal-content {
        margin: 35vh 8%;
    }
}

.modal form {
    text-align: center;
}

.modal .btn {
    margin-top: 102px;
}

.menuMobileTrigger {
    width: 23px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .menuMobileTrigger {
        display: none;
    }
}

.menuMobileTrigger-line {
    width: 23px;
    height: 2px;
    background-color: #e5b045;
    margin-bottom: 6px;
}

    .menuMobileTrigger-line:last-of-type {
        margin-bottom: 0;
    }

.closeMenuTrigger {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 23px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 100%;
}

    .closeMenuTrigger:hover {
        opacity: 1;
    }

    .closeMenuTrigger:before, .closeMenuTrigger:after {
        position: absolute;
        left: 15px;
        top: 8px;
        content: ' ';
        height: 16px;
        width: 2px;
        background-color: #e5b045;
    }

    .closeMenuTrigger:before {
        transform: rotate(45deg);
    }

    .closeMenuTrigger:after {
        transform: rotate(-45deg);
    }

.closeMenuTrigger__variant1 {
    background-color: transparent;
    border: solid 2px #ffffff;
}

    .closeMenuTrigger__variant1:before, .closeMenuTrigger__variant1:after {
        background-color: #ffffff;
    }

.inputText {
    border: solid 0.6px #e5af44;
    background-color: white;
    border-radius: 2px;
    height: 45px;
    /*border: solid 0.6px rgba(208, 208, 208, 0.5);*/
    /*background-color: #e5e9ed;*/
    display: block;
    width: 100%;
    padding-left: 24px;
    font-family: 'Montserrat-Regular';
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #787e8c;
    box-sizing: border-box;
}

    .inputText::-webkit-input-placeholder, .inputText::-moz-placeholder, .inputText:-ms-input-placeholder, .inputText:-moz-placeholder {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #787e8c;
    }

.btn {
    font-family: 'Montserrat-ExtraBold';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
    border: solid 2px #e5af44;
    border-radius: 24px;
}

.btn__primary {
    background-color: #e5af44;
}

.btn__terciary {
    border: solid 2px #00f9aa;
    background-color: #00f9aa;
}

.btn__other1 {
    border: solid 1px #e5af44;
    color: #e5af44;
}

.btn__other2 {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #e5af44;
}

.trial_desc {
    font-size: 14px;
    font-family: 'Montserrat';
}

.freeTrial-form,
.login-form {
    max-width: 100%;
}

@media (min-width: 768px) {
    .freeTrial-form,
    .login-form {
        max-width: 343px;
    }
}

.freeTrial-form .inputText {
    margin-bottom: 8px;
    height: 37px;
}

.login-form .inputText {
    margin-bottom: 16px;
}

.freeTrial-form .btn,
.login-form .btn {
    width: 100%;
    margin-top: 16px;
    padding: 16px 0;
}

.login-form {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .login-form {
        margin-bottom: 32px;
    }
}

.containerCheckbox {
    display: block;
    font-family: 'Montserrat-Regular';
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 20px;
}

    .containerCheckbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
    }

        .containerCheckbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .containerCheckbox .checkmark:after {   
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .containerCheckbox input:checked ~ .checkmark {
            background-color: #fff;
        }

            .containerCheckbox input:checked ~ .checkmark:after {
                display: block;
            }

    .containerCheckbox:hover input ~ .checkmark {
        background-color: #e4af44;
    }

.nav ul {
    display: flex;
}

.nav__secondaryHome {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;    
    z-index: 15000;
}

@media (min-width: 768px) {
    .nav__secondaryHome {
        display: block;
    }
}

.nav__secondaryHome li {
    margin-right: 10px;
    padding-right: 10px;
}

.nav__headerMain {
    display: none;
}

@media (min-width: 768px) {
    .nav__headerMain {
        display: block;
    }
}

.nav__headerMain ul {
    align-items: center;
}

    .nav__headerMain ul li {
        margin-left: 20px;
    }

.nav__headerMainMobile {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: -100%;
    background-color: #e5af44;
    padding: 16px;
    z-index: 9;
    box-sizing: border-box;
    transition: left .6s;
}

    .nav__headerMainMobile.visible {
        left: 0%;
    }

@media (min-width: 768px) {
    .nav__headerMainMobile {
        display: none;
    }
}

.nav__headerMainMobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__headerMainMobile ul {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
}

.nav__headerMainMobile-item {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}

.home {
    background-color: white;
}

@media (min-width: 768px) {
    .home {
        background-color: white;
    }
}

.home .content {
    grid-template-columns: 100%;
}

.home .content-item {
    justify-content: space-around;
    padding: 4vw 0;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .home .content-item {
        /*justify-content: start; */
    }
}

@media (min-width: 992px) {
    .home .content {
        grid-template-columns: 70% auto;
    }
}

@media (min-width: 1200px) {
    .home .content {
        grid-template-columns: 50% auto;
    }
}

.home .content .title {
    margin-bottom: 56px;
}

.logo img {
    display: block;
    max-width: 250px;
    transform: scale(1.5);
    margin-left: 80px;
}

@media (max-width: 768px) {
    .logo img {
        transform: scale(1);
    }
}

.terms,
.freeTrial,
.login,
.home {
    overflow: visible;
}

.terms2,
.about {
    height: calc(100vh);
}


.terms .content {
    height: calc(100vh - 170px);
}

.freeTrial {
}

    .freeTrial .content {
        padding-top: 35px;
    }

@media (min-width: 768px) {
    .freeTrial .content {
        padding: 0 16px;
    }
}

.freeTrial .content-item {
    height: calc(100vh - 100px);
}

@media (min-width: 768px) {
    .freeTrial .content-item {
        height: calc(100vh - 130px);
    }
}

.freeTrial form {
    margin: 24px 0;
}

@media (min-width: 768px) {
    .freeTrial form {
        margin: 1.5vw 0;
    }
}


.login form {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .login form {
        margin-top: 4vw;
    }
}

.login .nav__secondaryHome {
    margin-top: 4vw;
}

.login .content {
    padding-top: 35px;
}

@media (min-width: 768px) {
    .login .content {
        padding: 0 16px;
    }
}


.mainHeader {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(27, 27, 27, 1);
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.mainHeader__fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
}

@media (min-width: 768px) {
    .mainHeader {
        padding: 15px 30px;
    }
}

@media (min-width: 768px) {
    .loginHome {
        display: none;
    }
}

.loginHome .btn {
    width: 100%;
    padding: 16px 0;
}

.content {
    padding: 0 16px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .content {
        display: grid;
        grid-template-columns: 48% auto;
        margin: 0 7%;
        height: calc(100vh - 130px);
    }
}

#about .content__bg:last-child{
    margin-bottom: 40px;
}

.content__bg {
    padding: 0;
    margin: 0;
    height: 100vh;
}

@media (max-width: 991px) {
    .content__bg {
        display: flex;
        flex-direction: column-reverse;
        height: auto !important;
    }

    .content__bg_Inverse_Small {
        flex-direction: column;
    }
}

.content__bg .content-item {
    align-content: center;
    padding: 0 14%;
    justify-content: center;
}

@media (max-width: 991px) {
    .content__bg .content-item {
        height: auto;
        padding: 14%;
    }
}

@media (min-width: 992px) {
    .content__bg .content-item {
        justify-content: center;
    }
}

.content__bg .content-item .subtitle {
    flex-basis: auto;
}

.content__bg .content-item__img {
    /*height: calc(100vh);*/
}

@media (max-width: 991px) {
    .content__bg .content-item__img {
        /*height: 300px;*/
    }
}

@media (min-width: 992px) {
    .content__bg .content-item__img {
        display: block;
    }
}

.content__bg:first-of-type {
    margin-top: 55px;
    height: auto;
}

@media (min-width: 992px) {
    .content__bg:first-of-type {
        margin-top: 0;
        height: 100vh;
    }
}

@media (max-width: 992px) {
    .content__bg:first-of-type .content-item__img {
        height: 300px;
    }
}

.content-item {
    display: flex;
    flex-direction: column;
    /*height: calc(100vh - 54px);*/
    padding: 4vw 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .content-item {
        /*height: calc(100vh - 133px);*/
    }
}

.content-item__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-item > *:first-child {
    align-items: self-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .content-item > *:first-child span {
        flex: 0 0 auto;
    }

.container-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 32px;
}

@media (min-width: 768px) {
    .container-login {
        max-width: 343px;
        margin-top: 50px;
    }
}

.container-login span {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    font-weight: Normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.wrappScroll {
    overflow-y: scroll;
    margin-top: 24px;
    position: relative;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

@media (min-width: 768px) {
    .wrappScroll {
        flex-basis: 45%;
        margin-top: 4vw;
    }
}

.wrappScroll::-webkit-scrollbar {
    width: 10px;
}

.wrappScroll::-webkit-scrollbar-track {
    background: transparent;
}

.wrappScroll::-webkit-scrollbar-thumb {
    background: #e5af44;
    border-radius: 32px;
    height: 60px;
}

    .wrappScroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.home .content {
    height: 50vh;
}

.footer {
    padding: 16px 16px;
    box-sizing: border-box;
    background-color: #1b1b1b;
}

@media (min-width: 768px) {
    .footer {
        padding: 16px calc(7% + 16px);
    }
}


#captchaInput {
    background: transparent;
    border: 1px solid #fff;
    font-family: Montserrat;
    font-size: 10pt;
    width: 100%;
    padding: 3px;
    margin-bottom: 15px;
    color: #fff;
}

.modal-subtitle {
    font-family: 'Montserrat-ExtraBold';
    font-size: 11px;
}


#ChangePasswordModalError {
    margin-bottom: 1rem;
}

.btn-gold {
    background-color: white;
    color: #E5AF44;
}

.btn-gray {
    background-color: rgba(27, 27, 27, 0.9);
    color: white;
}

.changePasswordModalFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.link-language {
    color: #e5af44 !important;
}

    .link-language a {
        text-decoration: none;
        color: #e5af44;
    }

.languageActive {
    font-weight: 600;
}

.liLastRight {
    justify-content: space-between;
    background-color: #1B1B1B;
}

    .liLastRight li {
        float: left;
    }

        .liLastRight li:last-child {
            float: right;
            margin-left: auto;
        }

.footer-margin {
    padding-left: 7%;
}

.footer-body {
    height: 35px;
    align-items: center;
}

.fixed-content-height {
    height: 780px !important;
}

.languageDropdownLi a {
    background-color: rgba(27, 27, 27, 1);
    border: none !important;
    color: #e5b045;
    font-family: 'Montserrat-Light' !important;
}

.languageDropdownLi .dropdown a:focus {
    -moz-outline-style: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.languageDropdownLi .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: rgba(27, 27, 27, 1) !important;
    border: none !important;
    color: #e5b045 !important;
}

.languageDropdownLi .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: rgba(27, 27, 27, 1) !important;
    border: none !important;
    color: #e5b045 !important;
}

.languageDropdownLi a:after {
    content: '';
}


.languageDropdownLi #dropdownMenuLink:hover {
    background-color: rgba(27, 27, 27, 1);
    border: none;
    color: #e5b045;
}



#languageSelector {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    background-color: rgba(27, 27, 27, 1);
}

    #languageSelector a {
        color: #e5b045;
    }

        #languageSelector a:hover {
            color: white;
            background-color: #e5b045
        }


.languageDropdownLi .dropdown-toggle::after {
    display: none;
}


.dropdown-item-active {
    background-color: #e5b045 !important;
    color: white !important;
}

.form-title {
    margin-bottom: 15px;
    margin-top: 20px;
}


.pointer {
    margin-left: 5px;
}


.indexImages {
    width: 100%;
    position: relative;
}

#laptopgif {
    width: 70%;
    position: absolute;
    top: 5%;
    left: 12%;
}

#phonegif {
    width: 20%;
    position: absolute;
    top: 25%;
    left: 0px;
    z-index: 1;
}

.marketReportsImages {
    width: 100%;
    position: relative;
}

    .marketReportsImages img {
        width: 40%;
    }


.marketTrendsImages {
    width: 100%;
    position: relative;
}

    .marketTrendsImages img {
        position: absolute;
        width: 45%;
    }

.portfolioImages {
    width: 100%;
    position: relative;
}

    .portfolioImages img {
        position: absolute;
        width: 50%;
    }


#mt1 {
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 3;
}

#mt2 {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 2;
}

#mt3 {
    position: absolute;
    top: 25%;
    right: 15%;
    z-index: 1;
}


#mr1 {
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 3;
}

#mr2 {
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 2;
}

#mr3 {
    position: absolute;
    top: 25%;
    right: 15%;
    z-index: 1;
}


#pt1 {
    position: absolute;
    top: 28%;
    right: 15%;
    z-index: 2;
}

#pt2 {
    position: absolute;
    top: 37%;
    left: 15%;
    z-index: 3;
}


.imageCardBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-shadow {
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}


.mt-5p {
    margin-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.iconTitleMarginFix {
    margin-left: -5%;
}

.iconMarketReportTitleMarginFix {
    margin-left: -3%;
}


/*Media querie imagenes index*/
@media (max-width: 991px) {

    #mt1 {
        top: 30%;
    }

    #mt2 {
        top: 15%;
    }

    #mt3 {
        top: 0%;
    }

    #pt1 {
        top: 0%;
    }

    #pt2 {
        top: 5%;
    }

    #mr1 {
        top: 10%;
    }

    #mr2 {
        top: 5%;
    }

    #mr3 {
        top: 0%;
    }


}


/*Media queries*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
    
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #laptopgif {
        width: 50%;
        position: absolute;
        top: 25%;
        left: 35%;
    }

    #phonegif {
        width: 15%;
        position: absolute;
        top: 45%;
        left: 25%;
        z-index: 1;
    }

    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #laptopgif {
        width: 50%;
        position: absolute;
        top: 25%;
        left: 35%;
    }

    #phonegif {
        width: 15%;
        position: absolute;
        top: 45%;
        left: 25%;
        z-index: 1;
    }


    .logo img {
        margin-left: 30px;
    }

    .iconTitleMarginFix{
        margin-left: -15px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

body {
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
}

.footer-to-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.headerMargin {
    margin-top: 100px !important;
}

.contactHeaderMargin {
    margin-top: 160px !important;
}

.headerTrialimg {
    width: 25px;
}

.subtitleImgScaleDown {
    transform: scale(0.9);
}

.subtitleExtraLineHeight {
    line-height: 1.1;
}

.coloredSection {
    background-color: #f0f2f4;
}

.sectionThumbnail {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .sectionThumbnail img {
        width: 100px;
        max-height: 100%;
        display: block;
        margin: 0 auto;
        margin-left: 0;
        padding-bottom: 12px;
    }

.sectionImg {
    width: 80px;
}

.sectionImgMarketReport {
    width: 100px;
}

.mw-100p{
    max-width: 100px !important;
}

.contactbody {
    height: calc(100vh - 100px);
}

.contactbody div:first-child{
    margin-bottom: 10px;
}

.indexContentSpacing {
    /*margin-top: -5%;*/
}

.text-black {
    color: black !important;
}

.paragraphExtraLineHeight{
    line-height: 1.5 !important;
}


/*Fees css*/
.noBorderBottomTd {
    border-bottom: 0px solid black !important;
}

.BorderBottomTd {
    border-bottom: 1px solid #CCC !important;
}

.BorderTopTd {
    border-top: 1px solid #CCC;
}

.noBackgroundTd {
    background: white;
    border-bottom: 1px solid white;
}

.fees-table-margin {
    margin-top: 10%;
}

.fees-container {
    margin-left: 7%;
    margin-right: 7%;
}

.fees-title {
    padding: 4vw 0;
}

.bg-black{
    background-color: black !important;
}


.comparison {
    margin: 0 auto;
    font-family: 'Montserrat-ExtraBold';
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        border-bottom: 1px solid #CCC;
    }

    .comparison td, .comparison th {
        border-right: 1px solid #CCC;
        empty-cells: show;
        padding: 10px;
    }

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F5F5F5;
}

.comparison .tickblue {
    color: #0078C1;
    font-size: 20px;
}

.comparison .tickgreen {
    color: #009E2C;
    font-size: 20px;
}

.comparison .tickYellow {
    color: #e5af44;
    font-size: 20px;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    /*border-bottom: 1px solid #CCC;*/
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
    color: #e5af44;
    padding: 20px;
    font-size: 20px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbo {
    background: black;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    font-size: 10px;
    margin-top: 5px;
}

.comparison .price-now, .comparison .price-now span {
    color: black;
}

    .comparison .price-now span {
        font-size: 32px;
    }

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
    margin-top: 15px;
}

    .comparison .price-try a {
        color: #202020;
    }

@media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td, .comparison th {
        border: 1px solid #CCC;
    }

    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison td, .comparison th {
        padding: 10px 5px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }

    .comparison .qbse, .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    .compare-heading {
        font-size: 13px;
    }
}
