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

@media only screen and (max-width: 991px) {
    .coin-street-hero-row {
        flex-wrap: wrap;
    }

    /*.coin-street-hero-content {*/
    /*    order: 2;*/
    /*}*/

    .bg-transparent1,
    .bg-transparent2,
    .bg-transparent3,
    .bg-transparent4 {
        background: #268cdb;
    }
    .womanThinkingCoinStreet {
        margin-bottom: 0;
        padding-top: 20px;
        position:relative;
    }
    .womanThinkingCoinStreet:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 34px;
        box-shadow: 0px 70px 20px 0px rgb(2 77 191);
        width: 200px;
        height: 50px;
        margin: auto;
    }
    .coin-street-hero .bubble {
        width: 145px;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .coin-street-hero {
        padding: 20px 15px;
    }

    .coin-street-hero h1 {
        font-size: 38px;
    }

    .coin-street-hero .bubble {
        width: 145px;
    }

    .coin-street-hero .bubble-left,
    .coin-street-hero .bubble-right {
        bottom: 190px;
    }

    .coin-street-hero .arrow-left {
        left: 9%;
    }

    .coin-street-hero .arrow-right {
        right: 10%;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-padding .row.mt-5.gy-4 {
        margin-top: 10px !important;
    }

    .padding_mobile {
        padding: 20px 0;
    }

    .paddingMobileFollow {
        padding: 20px 0 20px 15px;
    }

    .MobileBlock {
        display: block !important;
        text-align: center;
    }

    .coin-street-hero-form {
        padding: 20px;
    }

    .section-padding {
        padding: 80px 0;
    }
    .coin-street-hero .arrow{
        width:55px;
    }
    header.pt-5.pb-4.w-100 {
        padding-top: 25px !important;
    }
    .section-title h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 400px) {
    .header_row.d-flex.align-items-center.justify-content-between {
        gap: 10px;
    }

    header .coin_street_phone {
        white-space: nowrap;
    }

    .header_row .main-logo {
        max-width: 120px;
    }

    header .coin_street_phone {
        font-size: 16px;
    }

    .coin-street-hero-form {
        padding: 15px;
    }

    .coin-street-hero h1 {
        font-size: 34px;
    }

    .coin-street-hero .arrow-left,
    .coin-street-hero .arrow-right {
        width: 40px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .steps_col_row h2,
    .invest-content h2,
    .steps-content h2 {
        font-size: 26px;
    }

    .PortfolioReviewBG .section-title h2 {
        font-size: 44px;
    }
    .coin-street-hero h1 {
        font-size: 34px;
    }
    .coin-street-hero .arrow{
        width:40px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .PortfolioReviewBG .section-title h2{
        font-size:46px;
    }
    .PortfolioReviewBG .section-title h4{
        font-size:18px;
    }
    .coin-street-invest-bg .section-title h2 {
        font-size: 32px;
        max-width: 240px;
        margin: auto;
    }
}

@media only screen and (max-width: 360px) {
    .coin-street-hero h1 {
        font-size: 31px;
    }
    .coin-street-hero .bubble{
        font-size:12px;
    }
    .coin-street-hero .bubble {
        width: 130px;
    }
    .coin-street-hero .arrow-right, .coin-street-hero .arrow-left{
        top:15px;
    }
    .bg-transparent1, .bg-transparent2, .bg-transparent3, .bg-transparent4 {
        background: #1148bd;
    }
    .PortfolioReviewBG .section-title h2 {
        font-size: 42px;
    }
    .accordion-button{
        font-size:16px;
    }
    .accordion-body {
        font-size: 14px;
    }
}




