.second-title {
    font-weight:400!important;
}

.platforms {
    background: #f4f4f4!important;
}

.platforms:hover {
    background: #f4f4f4 !important;
}

.platforms .platform-header {
    font-size: 18px;
    font-weight: 500;
}

.platforms .bg-white {
    position: relative;
    max-width: 90%;
}

.platforms .bg-white:hover {
    @media (max-width: 991px) {
        background: rgb(255, 255, 255) !important;
    }
}

.section-scroll-margin {
    scroll-margin-top: 120px;
}

.platforms .bg-white .hfm-logo {
    background-image: url(/assets/hfappnew/websites/main/images/homepage/redesign/platforms/hfm-platform.svg);
    width: 80px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.platforms .bg-white .mt5-logo {
    background-image: url(/assets/hfappnew/websites/main/images/homepage/redesign/platforms/mt5.svg);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.platforms .bg-white .mt4-logo {
    background-image: url(/assets/hfappnew/websites/main/images/homepage/redesign/platforms/mt4.svg);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.platforms .bg-white ul li {
    padding: 15px 0;
}

.platforms .bg-white .btn {
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, -50%);
}

.mt4-box {
    background: #F4F4F4;
}

.mt4-box:hover {
    background: #EEE;
}

.box-rounded-pd {
    padding: 20px 0 20px 0;
}

.box-rounded-pd h4 {
    text-align: left;
}

.fs-20 {
    font-size:20px!important;
}

hr {
    border-color: #cccccc;
}


.multiline-li i {
    vertical-align: middle;
    margin-right: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.section-scroll-margin {
    scroll-margin-top: 120px;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px;
    width:95%;
    font-size: 14px;
    border-radius: 5px;
    text-align: left;
    opacity: 0;
    background-color:#F4F4F4;
    transition: opacity 0.2s ease-in-out;
    height: 100%;
    align-items: center;
    display: flex;
}

.mt4-box:hover .overlay-text {
    opacity: 1;
    background-color: #EEE;
}

.how-to-trade-cards {
    background-color: #f4f4f4;
    padding: 40px 60px;
    height: 100%;
}
.hover-color:hover {
    background-color: #E7E7E7 !important;
}

.price-cards {
    padding: 25px;
    height: 315px;
    min-height: 100%;
}

.price-cards.big {
    height:unset;
    min-height: 315px;
}

.affects-price-cards {
    background-color: #ffffff;
    border-radius: 12px;
}

.embed-responsive img {
    cursor:pointer;
}

.video-section .col-xl-6 {
    width:100%!important;
}
.video-section .mt-120 {
    margin-top: 50px !important;
}

.platforms .bg-white, .platforms .bg-white:hover {
    @media (min-width: 992px) {
        height: 535px !important;
    }
}

@media (max-width: 1200px) {
    .price-cards
}

@media (min-width: 992px) {
    .platforms .bg-white:hover {
        background: #E7E7E7 !important;
        transition: 0.8s;
    }
    .platforms .bg-white:hover .ptf-1 {
        display: none !important;
    }
    .platforms .bg-white:hover .ptf-2 {
        display: block !important;
    }
    .platforms .bg-white:hover .ptf-2 .list-group-item {
        background: transparent;
    }
}

@media (max-width: 1200px) {
    .price-cards {
        height: 350px;
    }

    .price-cards.big {
        min-height: 350px;
    }
}

@media (max-width: 991.98px) {
    .platforms .bg-white {
        max-width: 100%;
    }

    .fs-20 {
        font-size:18px!important;
    }

    .price-cards {
        height: 415px;
    }

    .price-cards.big {
        min-height: 415px;
    }
}

@media (max-width: 760px) {
    .overlay-text {
        padding: 70px 20px 70px 20px;
    }

}