@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_menu {
        gap: 16px !important;
    }
    .line {
        height: 84%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section {
        padding: 70px 0 100px;
    }
    .banner_content h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .banner_content p {
        font-size: 16px;
    }
    .information_form {
        padding: 35px;
    }
    .personal-information {
        padding: 40px 0;
    }
    .analysis_content h3 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section {
        padding: 70px 0;
    }
    .banner_content h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .banner_content p, .market_movers p {
        font-size: 16px;
    }
    .market_movers h2 {
        font-size: 34px;
    }
    .information_form {
        padding: 20px;
    }
    .personal-information {
        padding: 40px 0;
    }
    .analysis_content h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .banner-section {
        padding: 40px 0;
    }

    .banner_content h1 {
        font-size: 31px;
        line-height: normal;
    }

    .banner_content p {
        font-size: 14px;
    }

    .stat-box {
        width: 135px;
    }

    .stat-box h3 {
        font-size: 25px;
    }

    .market_movers h2 {
        font-size: 30px;
    }

    .market_movers p {
        font-size: 16px;
    }

    .information_form {
        padding: 20px;
    }

    .personal-information {
        padding: 40px 0;
    }

    .crypto-left-img {
        width: 90px;
    }

    .analysis_content h3 {
        font-size: 22px;
    }

    .article_details h3 {
        font-size: 20px;
    }
    .article_details p {
        font-size: 12px;
    }
    .trusted_verified {
        padding: 20px;
    }
    .our_core p {
        font-size: 14px;
    }
    .our_core h4 {
        font-size: 28px;
    }
    .trusted_verified_items p {
        font-size: 11px;
    }
    .our_journey {
        padding: 40px 0;
    }
    .legal_content h2 {
        font-size: 34px;
    }
    .legal_content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .header_main {
        height: 100%;
    }
    .header_menu {
        padding-top: 20px;
        gap: 5px;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .nav-arrows button {
        position: unset;
    }
    .nav-arrows {
        justify-content: center;
    }
    .nav-arrows button {
        width: 35px;
        height: 35px;
    }
    .nav-arrows button img {
        width: 16px;
    }
    .personal_back {
        position: unset;
    }
    .line {
        display: none;
    }
    .timeline-item {
        width: 100%;
    }
    .timeline-item.left {
        text-align: left;
        padding-right: 0;
    }
    .timeline-item.right {
        margin-left: 0;
        padding-left: 0;
    }
    .timeline-item::before {
        display: none !important;
    }
    .timeline-item {
        padding: 10px 0;
    }
    .timeline {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .header_main  .navbar-brand img {
        height: 40px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 360px) {

}
@media only screen and (min-width: 320px) and (max-width: 320px) {

}
