@media (max-width:1580px) {
    .hero_title {
        font-size: 70px;
    }
}

@media (max-width:1480px) {
    .hero_title {
        font-size: 68px;
    }

    .main_heading {
        font-size: 42px;
    }
}

@media (max-width:1380px) {}

@media (max-width:1299px) {
    .hero_title {
        font-size: 64px;
    }

    .main_heading {
        font-size: 40px;
    }
}

@media (max-width:1200px) {

    #checkbox {
        display: none;
    }

    .toggle {
        position: relative;
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        transition-duration: .5s;
    }

    .bars {
        width: 60%;
        height: 3px;
        background-color: var(--theme);
        border-radius: 2px;
        transition: all 0.5s ease;
    }

    #bar2 {
        transition-duration: .8s;
    }

    #bar1 {
        width: 40%;
    }

    #bar2 {
        width: 75%;
    }

    .toggle.toggle_active #bar2 {
        opacity: 0;
    }

    #bar1~.offcanvas.show,
    #bar3~.offcanvas.show {
        width: 30px !important;
    }

    .toggle.toggle_active #bar1 {
        transform: rotate(45deg) translateY(5px) translateX(9px);
    }

    .toggle.toggle_active #bar3 {
        transform: rotate(-45deg) translateY(-5px) translateX(9px);
    }

    .offcanvas.offcanvas-end {
        border-left: 0px;
        transition: all 900ms ease;
    }

    .mobile_menu li {
        border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
        padding: 15px 30px;
    }

    .mo_contact {
        background: var(--theme);
        color: var(--white);
        font-weight: 500;
        border-radius: 20px;
        padding: 8px 20px;
    }

    .mobile_menu li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    }

    .offcanvas_navbar .btn_close {
        color: var(--white);
        width: 40px;
        height: 40px;
        background-color: var(--theme);
    }

    .why_banner-content {
        padding: 25px;
    }

    .faq_bg {
        position: relative;
        height: 100%;
        max-width: 100%;
    }

    .contact_us {
        padding-top: 120px !important;
    }

}

@media (max-width:1024px) {
    .hero_title {
        font-size: 60px;
    }


    .contact_img {
        display: none;
    }

    .contact_us {
        padding-top: 100px !important;
    }

    .main_heading {
        font-size: 38px;
    }

    .space_100 {
        padding-block: 80px;
    }
}

@media (max-width:992px) {
    .image-box {
        margin-block: 100px;
    }

    .download_box .col-lg-4:not(:last-child)>div {
        border-right: 0px solid #EDF4FB;
        border-bottom: 1px solid #EDF4FB;
    }

    .main_heading {
        font-size: 35px;
    }

    .border-left {
        border-right: 0px solid var(--white);
    }


}


@media (max-width:768px) {
    .hero_title {
        font-size: 50px;
    }

    .contact_us h3 {
        font-size: 20px;
    }

    .contact_us {
        padding-top: 80px !important;
    }

    .tradingtab-btn {
        display: block !important;
    }

    .tradingnav_tab {
        flex-direction: row !important;
        column-gap: 20px;
        width: 100%;
        justify-content: space-between !important;
    }

    .tradingnav_tab.nav-pills::before {
        width: 100%;
        height: 2px;
        top: 50px;
        z-index: -1;
    }

    .trading_tab.two {
        margin-top: 0px !important;
    }

    .trading_icon {
        margin-bottom: 0px !important;
        position: relative;
    }

    .mt5_download {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .trading_content {
        margin: 0px;
        padding: 20px;
    }

    .tradingtab-btn {
        flex-wrap: wrap;
    }

    .space_100 {
        padding-block: 60px;
    }

}

@media (max-width:640px) {
    .hero_title {
        font-size: 40px;
    }

    .hero_content {
        padding-inline: 20px;
    }

    .about_sec h3 {
        font-size: 20px;
    }

    .text_18 {
        font-size: 16px;
    }

    .main_heading {
        font-size: 30px;
    }

}

@media (max-width:480px) {
    .hero_title {
        font-size: 30px;
    }

    .tool_box {
        padding-inline: 15px;
    }

    .tool_box h3 {
        font-size: 20px;

    }
}