@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Raleway|Satisfy|Fjalla+One&display=swap');

body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

.skiptranslate {
    display: none !important;
}

input,
textarea,
select {
    border-radius: 0 !important;
}

a {
    color: #268AC7;
}

h1,
h2,
h3,
h4,
h5 {
    color: #268AC7;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    body,
    html {
        font-size: 14px;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        text-transform: capitalize
    }
}

h1 {
    font-size: 36px;
}

body {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    top: 0 !important;
    background: #F5F8FA;
}

img {
    max-width: 100%;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.text-orange {
    color: #FCB116;
}

.btn-blue,
.bg-blue {
    background: #007BFF;
    color: #fff;
}

.btcwdgt.btcwdgt-text-ticker.btcwdgt-s-price {
    margin-top: -3px !important;
    min-width: initial !important;
    box-shadow: none !important;
    margin: 0 !important;
    background-color: transparent !important;
}

.btcwdgt.btcwdgt-s-price .btcwdgt-body {
    padding: 0 !important;
    margin: 0 !important;
    color: #FCB116 !important;
    font-size: 10px !important;
    line-height: 0 !important;
    height: 10px !important;
    text-align: center !important;
}

.btcwdgt.btcwdgt-s-price .btcwdgt-body span,
.btcwdgt.btcwdgt-text-ticker .btcwdgt-footer,
.btcwdgt.btcwdgt-text-ticker .btcwdgt-edge {
    display: none !important;
}

.btcwdgt-body ul {
    margin: 0 !important;
    padding: 0 !important;
}

.btc-price {
    font-size: 10px;
    padding: 2px 22px;
    border-left: 1px solid #888888;
    margin: 10px;
    height: 40px;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu div {
    display: inline-block;
}

.navbar {
    transition: 0.5s all;
}

.fixed-top {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, .5) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.fixed-top.bold {
    background: rgba(10, 10, 10, .8);
}

@media (max-width: 768px) {
    .fixed-top {
        background: rgba(10, 10, 10, .8);
    }
}

.navbar.bg-dark {
    background: #0B172C !important;
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    padding: 6px 20px;
    position: relative;
}

.navbar.navbar-dark .nav-item .nav-link {
    color: #f1f1f1;
}

.navbar.bg-light .nav-item .nav-link {
    color: #333;
}

.navbar .nav-item .nav-link.btn {
    margin: 0 6px;
}

.dropdown-menu {
    border-radius: 0;
    background: #fff;
    color: #333;
}

.dropdown-menu h2 {
    font-size: 20px;
    text-align: center;
    margin: 8px !important;
}

.dropdown-menu h3 {
    font-size: 16px;
    color: #333;
    padding: 8px !important;
    text-transform: capitalize;
}

.dropdown-menu a {
    color: #686868 !important;
}

@media screen and (min-width: 992px) {

    /* makes the dropdown full width  */
    .navbar.home .dropdown {
        position: static;
    }

    .navbar.home .dropdown-menu {
        width: 100%;
        left: 10%;
        right: 0;
        top: 50px;
    }

    .navbar.home .dropdown-menu.drop4 {
        max-width: 800px;
    }

    .navbar.home .dropdown-menu.drop2 {
        max-width: 400px;
        left: 50%;
    }

    /* shows the dropdown menu on hover */
    .navbar.home .dropdown:hover .dropdown-menu,
    .navbar.home .dropdown .dropdown-menu:hover {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        background: #333;
        width: 100%;
    }

    .navbar-collapse .nav-item a.nav-link {
        height: auto !important;
        line-height: 20px;
    }

    .navbar {
        padding-top: 0;
    }
}

.btn {
    border-radius: 0;
    padding: 8px 46px
}

@media (max-width: 768px) {
    .btn {
        font-size: 15px;
    }
}

.btn-primary {
    color: #ffffff;
    background: #268AC7;
}

button.navbar-toggler {
    border: none;
}

.navbar .nav-item .nav-link:hover {
    color: #268AC7;
}

.section-heading {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    color: #333;
    text-transform: uppercase;
}

.section-subheading {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: capitalize;
}

.list-object img {
    width: 70px;
}

.list-object h3 {
    color: #0e0e22;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.list-object p {
    color: #929ca9;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.card {
    box-shadow: 2px 2px 0 0 #ccc !important;
    border: 0;
}

.card:hover {
    box-shadow: 4px 4px 0 0 #ccc !important;
    border: 0;
}

.card-header {
    color: #F4F4F4;
    background-color: #3d4355;
    border-bottom: 2px solid #222530;
}

.card-body {
    background: #2a2f3d;
    color: #F4F4F4;
}

.list-group .list-group-item {
    background-color: transparent !important;
}

.card-body input {
    color: #fff;
}

.testimonials img {
    width: 50px;
}

.testimonials .author {
    font-size: 32px;
    font-family: 'Satisfy', cursive;
}

.sec3 {
    background: #57bf95 url(../images/bg-2.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.shine-icon img {
    display: block;
    position: absolute;
    top: 0;
    height: 200%;
    z-index: 2;
}

.icon {
    width: 130px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.icon img {
    max-width: none !important;
}

.icon.yen img {
    top: 0;
    left: 0;
}

.icon.mobile img {
    left: -100%;
    top: 0;
}

.icon.two-fold img {
    left: -203%;
    top: 0;
}

.icon.safe img {
    left: -300%;
    top: 0;
}

.icon.support img {
    left: -400%;
    top: 0;
}

.icon.aus img {
    left: -500%;
    top: 0;
}

.icon.cashback-idr img {
    left: -600%;
    top: 0;
}

.icon.cashback-idr:before {
    width: 100%;
    left: 0;
}

.icon.expert img {
    left: -699%;
    top: 0;
}

.shine h3 {
    font-size: 18px;
    font-weight: 100;
}

.shine p {
    font-size: 12px;
    font-weight: 100;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 30%;
    height: 45px;
    width: 45px;
    line-height: 44px;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #2d2d2d;
    color: #999;
}

footer {
    background: #0d1d3a;
    color: #717c9c;
}

footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

footer ul li a {
    text-transform: capitalize;
    padding: 6px 0;
    display: inline-block;
    font-weight: 500;
}

.tlt {
    font-size: 46px;
    line-height: 56px;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    margin-top: 45px;
    margin-bottom: 30px;
    color: #0e0e22;
}

.auth-body {
    background: #201E1D;
    color: #333;
    padding: 30px 0;
}

.auth-body .container {
    max-width: 420px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .auth-body {
        padding: 20px 0;
        margin: 0;
    }
}

.auth-container {
    background: #fff;
    color: #47A145;
    border-radius: 12px;
    padding: 45px 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    font-size: 14px;
}

.validate input,
.validate textarea,
.validate select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate input:focus,
.validate textarea:focus,
.validate select:focus {
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.validate,
.validate textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}


/* Button Style */

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    /* when a field is considered invalid by the browser */
    border-color: #b03535
}

.validate input:required:valid,
.validate textarea:required:valid {
    /* when a field is considered valid by the browser */
    border-color: #28921f;
}

.validate2 input,
.validate2 textarea,
.validate2 select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate2 input:focus,
.validate2 textarea:focus,
.validate2 select:focus {
    border: 1px solid #555;
}

.validate2 input:focus,
.validate textarea:focus {
    /* add this to the already existing style */
    padding-right: 70px;
}

.validate2,
.validate2 textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.validate2 input,
.validate2 textarea {
    padding-right: 30px;
}

.form_hint {
    background: #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25B2";
    /* left point triangle in escaped unicode */
    color: #333;
    position: absolute;
    bottom: 73%;
    left: 5%;
}

.validate input:focus+.form_hint {
    display: block;
}

.validate input:required:valid+.form_hint {
    background: #333;
}


/* change form hint color when valid */

.validate input:required:valid+.form_hint::before {
    color: #333;
}


/* change form hint arrow color when valid */

.bg-about {
    background: #ddd url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    color: #f1f1f1;
    padding: 180px 0 90px 0;
    border-bottom: 4px solid #268AC7;
}

.bg-about h1 {
    color: #fff;
    font-weight: 400;
}

@media (max-width: 600px) {
    .bg-about {
        padding: 120px 0 40px 0;
    }
}

.text-primary {
    color: #268AC7 !important;
}

.bg-primary {
    background: #268AC7 !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    background: #007BFF;
}


/* The hero image */

.hero-image {
    background: url("../images/JFD-Brokers_header-image-High.jpg") no-repeat center;
    background-size: cover;
    min-width: 100%;
    position: relative;
    padding-bottom: 80px;
    color: #fff;
}

.hero-cover {
    /* Set a specific height */
    position: relative;
    padding: 130px 0 80px 0;
}

.hero-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 80%, rgba(0, 0, 0, .5) 100%);
    z-index: 0;
}


/* Place text in the middle of the image */

.hero-text {
    position: relative;
    width: 95%;
    max-width: 600px;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    z-index: 16;
}

.jumbo {
    position: relative;
    padding: 3em 0;
}

.jumbo h1 {
    color: #fff;
    font-weight: 400;
    line-height: 1.0;
    font-size: 42px;
}

.jumbo p {
    color: #f1f1f1;
    font-size: 1.15em;
}

@media (max-width: 768px) {
    .hero-image {
        background: url("../images/JFD-Brokers_header-image_768px.jpg") no-repeat center;
        background-size: cover;
        padding-bottom: 20px;
    }

    .hero-cover {
        padding: 80px 10px 0 10px;
    }

    .jumbo {
        padding: 2em 0;
    }

    .jumbo h1 {
        font-size: 28px;
    }

    .fixed-top .clearfix {
        display: none;
    }

    .hero-text {
        font-size: 16px;
    }
}

ul.steps li+li {
    padding-left: 80px;
    background: url(../images/next.png) center left no-repeat;
}

ul.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.steps li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 32.333%;
}

@media (max-width: 600px) {
    ul.steps li+li {
        padding-left: 0;
        padding-top: 100px;
        width: 100%;
        background: url(../images/next-sm.png) center top no-repeat;
    }

    ul.steps li {
        width: 100%;
    }
}

ul.steps img {
    margin: 10px auto;
    display: block;
}

ul.steps h4 {
    color: #333;
}

.line-break {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #57BF95;
}

.testimony-bg {
    background: url(../images/Icon-Background.png);
}

.fixed-top .custom-select {
    background: transparent;
    border: 0;
    padding: 0 !important;
    margin: 0;
    font-size: 14px;
}

.fixed-top .custom-select:focus {
    box-shadow: none;
}

.uIcon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/icon_pack.png") no-repeat;
    margin: 0 auto;
}

.homeNewsIcon {
    background-position: -600px -725px;
}

.homeBenefitsIcon {
    background-position: -600px -855px;
}

.homeServicesIcon {
    background-position: -700px -725px;
}

.sec1 .sec1-tlt {
    width: calc(100% - 50px);
    float: right;
    padding: 10px 0 0 10px;
}

.sec1 h2 {
    font-size: 22px;
}

.regulationIcon {
    background-position: -350px -3440px;
}

.home100 {
    width: 100px;
    height: 100px;
}

.riskProtecionIcon {
    background-position: -350px -940px;
}

.compensationIcon {
    background-position: -350px -840px;
}

.segregationIcon {
    background-position: -350px -740px;
}

.home-justfair-bg {
    background: #E2EFF5 url("../images/JFD-Brokers_Home_Our-Vision.jpg") 50% center no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width: 965px) {
    .home-justfair-bg::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 0.6;
        background-color: #fff;
    }
}

.home-justfair-bg .content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.payment-logo-container {
    width: 168px;
    height: 35px;
    background-color: #cfdae3;
    padding-top: 6px;
    margin: 2px auto;
    text-align: center
}

.payment-logo-container .payment-logo {
    width: 110px;
    height: 22px;
    display: block;
}

.logo-barclays {
    background-position: -450px -3080px;
}

.logo-wirecard {
    background-position: -450px -3123px;
}

.logo-visa {
    background-position: -450px -3256px;
}

.logo-mastercatd {
    background-position: -450px -3278px;
}

.logo-maestro {
    background-position: -450px -3300px;
}

.logo-skrill {
    background-position: -450px -3323px;
}

.logo-safecharge {
    background-position: -450px -3168px;
}

.logo-sofort {
    background-position: -555px -3080px;
}

.agenatraderHomeIcon,
.guidantsHomeIcon,
.mt4HomeIcon,
.mt5HomeIcon {
    width: 200px;
    height: 35px;
    display: block;
}

.mt5HomeIcon {
    background-position: -364px -5138px;
}

.guidantsHomeIcon {
    background-position: -350px -5310px;
}

.mt4HomeIcon {
    background-position: -350px -5275px;
}

.award-image-box {
    display: inline-block;
    width: 110px;
    height: 140px;
    background: url("../images/Sprite_JFD-Brokers_About-JFD_Awards.png") no-repeat;
}

.beg-2018 {
    background-position: -880px -420px;
}

.awards-title {
    line-height: 18px;
    height: 70px;
    font-size: 13px;
    color: #268AC7;
}

.bob-2018 {
    background-position: -770px -420px;
}

.brh-2018 {
    background-position: -660px -420px;
}

.ffs-2018 {
    background-position: -550px -420px;
}

.BW-bfxbg-2018 {
    background-position: -440px -420px;
}

.BW-bfxbg-2017 {
    background-position: -110px -420px;
}

.paris_awards {
    background-position: -220px -420px;
}

.Finest-in-Finance {
    background-position: 0 -420px;
}

.AIE_BftY_2016 {
    background-position: -990px -280px;
}

.finest-in-finance-2016 {
    background-position: -880px -280px;
}

.footer-contact-us {
    background-position: -260px -700px;
}

.jfdIconCircle {
    width: 80px;
    height: 80px;
    background: #d7e0e8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
}

.jfdIconCircle {
    margin: 30px auto;
}

.footer-email-us {
    background-position: -260px -798px;
}

.footer-chat-us {
    background-position: -260px -900px;
}

.footer-connect-us {
    background-position: -260px -1000px;
}

.footer-logos-largeBox {
    width: 110px;
    height: 22px;
    margin-top: 3px;
    margin-right: 3px;
    filter: brightness(200%);
}

.footer-logos-largeBox img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.footer-logos-largeBox:hover {
    filter: brightness(100%);
}

.footer-logos-largeBox:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.footer-logos-barclays {
    background-position: -450px -3058px;
}

.footer-logos-wirecard {
    background-position: -450px -3103px;
}

.footer-logos-visa {
    background-position: -455px -3190px;
}

.footer-logos-masterCard {
    background-position: -450px -3233px;
}

.footer-logos-maestroCard {
    background-position: -504px -3233px;
}

.footer-logos-skrill {
    background-position: -445px -3212px;
}

.footer-logos-safecharge {
    background-position: -450px -3146px;
}

.footer-logos-sofort {
    background-position: -565px -3058px;
}

.leftBorder {
    border-left: 1px solid #c0c1c3;
}

.cyprusFlagIcon150 {
    background-position: -125px -2275px;
}

.vanuatuFlagIcon150 {
    background-position: -550px -2765px;
}

.stackable .uIcon {
    width: 150px;
    height: 80px;
}

.footer-logos-mediumBox {
    width: 68px;
    height: 22px;
    margin-top: 3px;
}

.footer-logos-smallBox {
    width: 27px;
    height: 22px;
    margin-top: 3px;
    margin-right: 10px;
}

.footer-logos-barclays:hover {
    background-position: -450px -3080px;
}

.footer-logos-wirecard:hover {
    background-position: -450px -3125px;
}

.footer-logos-visa:hover {
    background-position: -520px -3190px;
}

.footer-logos-masterCard:hover {
    background-position: -477px -3233px;
}

.footer-logos-maestroCard:hover {
    background-position: -531px -3233px;
}

.footer-logos-skrill:hover {
    background-position: -510px -3212px;
}

.footer-logos-safecharge:hover {
    background-position: -450px -3168px;
}

.footer-logos-sofort:hover {
    background-position: -565px -3080px;
}

.black-bg {
    background: #1a1e20;
}

.forex .header-image,
.stocks .header-image,
.cfds-header-image {
    background-image: url("../images/JFD_Header_MarketsForexCFDs.jpg");
}

.header-image,
.header-image-partner {
    text-align: center;
    min-height: 360px;
    position: relative;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 5px solid #00b5dc;
}

.text.white {
    color: #fff;
}

@media (min-width: 1200px) {
    .xl-fs-48 {
        font-size: 48px;
    }

    .xl-pb-30 {
        padding-bottom: 30px;
    }

    .xl-pt-100 {
        padding-top: 170px;
    }
}

@media (max-width: 1200px) {
    .lg-fs-40 {
        font-size: 40px;
    }

    .xl-fs-48 {
        font-size: 48px;
    }

    .xl-pb-30 {
        padding-bottom: 30px;
    }

    .xl-pt-100 {
        padding-top: 170px;
    }
}

@media (max-width: 992px) {
    .md-fs-36 {
        font-size: 36px;
    }
}

.which-cfds-bg {
    background: url("../images/CFDs-Platform_JFD_TradeWithUs_pic.jpg") 80% center scroll no-repeat;
    background-size: auto;
    background-size: cover;
}

.why-trade-cfds-boxes .uIcon {
    width: 150px;
    height: 130px;
}

.cfdsIconTradeOnLeverage {
    background-position: -100px 0;
}

.why-trade-cfds-boxes h3 {
    color: #11506d;
}

.cfdsIconAbilityToGo {
    background-position: -100px -150px;
}

.cfdsIconImprovedMoney {
    background-position: -100px -300px;
}

.cfdsIconPortfolio {
    background-position: -100px -450px;
}

.cfdsIconTransparent {
    background-position: -100px -600px;
}

.cfdsIconNoRuntime {
    background-position: -100px -750px;
}

.cfdsIconNoStamp {
    background-position: -100px -900px;
}

.cfdsIconUpTo24Hour {
    background-position: -100px -1050px;
}

.account-sidebar {
    background: #111;
    width: 250px;
    height: 100%;
    color: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
}

.account-sidebar li,
.account-sidebar ul {
    width: 100%;
}

.account-sidebar .nav-link {
    font-size: 16px;
    color: silver;
    padding: 8px 22px;
    display: block;
}

.account-sidebar .nav-item ul .nav-link {
    font-size: 14px;
    padding: 8px 22px 8px 32px !important;
}

.account-sidebar .nav-link:hover {
    color: #fff;
}

.account-sidebar .nav-link i {
    width: 26px;
    color: #fff;
    font-size: 14px;
}

.divider {
    border-top: 1px solid #333;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transition: 0.5s all;
    z-index: 99;
}

.pltComparisonIcon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/true_false_icons.png") no-repeat;
}

.pltComparisonIconTrue {
    background-position: 0 -36px;
}

.pltComparisonIconFalse {
    background-position: 0 0;
}

ul.line-style {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.line-style li {
    width: calc(20% - 4px);
    display: block;
    padding: 20px;
    border-right: 1px solid #fff;
    height: 80px;
    float: left;
}

ul.line-style li:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    ul.line-style li {
        width: 100%;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #fff;
        height: auto;
    }

    ul.line-style li:last-child {
        border-bottom: none;
    }
}

.wotIconCostEffective {
    background-position: 0 -4600px;
}

.wotIconBetterExec {
    background-position: 0 -4700px;
}

.wotIconTechnology {
    background-position: 0 -4800px;
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 10000000;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
    text-align: center;
    padding: 20px;
}

#confirm .container {
    background-color: #fff;
    width: 350px;
    top: 20%;
    padding: 0px;
    max-height: 95%;
    overflow: auto;
}

#confirm button {
    cursor: pointer;
}

#confirm .message {
    max-height: 50%;
    font-size: 16px;
}

@media (max-width: 768px) {
    #confirm .container {
        width: 90%;
        margin-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.tradingview-widget-container {
    position: relative;
}

.tradingview-widget-container>img {
    position: absolute;
    bottom: 33px;
    left: 5px;
    z-index: 9;
    width: 45px;
}