/********** HEADBAND CRYPTOTICKER - HOME - BLOCK ONE **********/
.overlay_bg_exchange {
    display     : block;
    float       : left;
    position    : relative;
    width       : 100%;
    z-index     : 0;
}
.exchange_b_one {
    background-color : #063b65;
    display          : inline-block;
    font-family      : "Arial";
    font-weight      : bold;
    top              : 0vw;
    left             : 0;
    width            : 100%;
    position         : absolute;
    z-index          : 10;
}
.exchange_b_one .container {
    width   : 100%;
}
.bg_exchange_one_mobile {
    display : none;
}
.menu_page_exchange {
    display     : inline-block;
    left        : 0;
    position    : absolute;
    top         : 7vw;
    width       : 100%;
    z-index     : 5;
}
.menu_page_exchange .container { 
    width   : 95vw; 
}
.menu_page_exchange .container_internal { 
    width   : 85vw; 
}
.menu_page_exchange .container_menu {
    margin-left     : auto;
    margin-right    : auto;
    padding-left    : 0px;
    padding-right   : 0px;
    width           : 75vw;
}
.menu_page_exchange .menu_menu {
    background-color    : rgba(43, 67, 115, 0.5) !important;
    border-radius       : 100px;
    -webkit-box-shadow  : 10px 10px 5px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow     : 10px 10px 5px 0px rgba(0, 0, 0, 0.20);
    box-shadow          : 10px 10px 5px 0px rgba(0, 0, 0, 0.20);
}
.menu_page_exchange .menu_menu a {
    color           : #fff!important;
    font-family     : "Munistic";
    font-size       : 1vw;    
    margin-left     : 1vw;
    margin-right    : 1vw;
}
.menu_page_exchange .logo_menu {
    float           : left;
    margin-right    : 1vw;    
    text-align      : center;
    width           : 8vw;
}
.menu_page_exchange .language_icon {
    float           : right;
    margin-right    : 4vw;
    margin-top      : -2.25vw;
    text-align      : center;
    width           : 2.25vw;    
}
.bq_exchange {
    display     : inline-block;
    font-family : "Arial";
    line-height : 1.25;
    left        : 0;
    position    : absolute;
    top         : 10vw;
    width       : 100%;
    z-index     : 1;
}
.bq_exchange .container { 
    width   : 75vw; 
}
.bq_exchange h1 {
    color       : #fff;
    font-family : "Munistic";
    font-size   : 4vw;
    font-style  : italic;
    text-align  : center;
}
.bq_exchange h2 {
    color           : #fff;
    font-size       : 2.15vw;
    font-family     : "Munistic";
    font-style      : italic;
    font-weight     : bold;
    padding-bottom  : 4vw;
    text-align      : center;
}
.bq_exchange .br_1 { 
    display : none; 
}
.bq_exchange .btn_register_login {
    align-items         : center;
    background-color    : #4c7dc0;
    border-radius       : 20px;
    color               : #fff;
    display             : flex;
    font-size           : 1vw;
    height              : 2.25vw;
    justify-content     : center;
    margin-top          : 2vw;
    margin-left         : 0 auto;
    margin-right        : 0 auto;
    text-align          : center;
    text-decoration     : none;
    font-family         : 'Munistic';
    width               : 11vw;
}
.bq_exchange .arrow { 
    margin-top  : 10vw; 
    width       : 3vw; 
}
.bq_exchange .coin { 
    margin-top  : 7vw; 
    width       : 15vw; 
}
.bq_exchange .token_text { 
    width   : 30vw; 
}
.bq_exchange .btn_buy { 
    margin-top  : 1vw; 
    width       : 16vw; 
}
.bq_exchange p {
    color       : #fff;
    font-size   : 1.25vw; 
    margin-top  : 2vw;
    text-align  : center;
}
.exchange_b_crypto_ticker {
    background-color    : #063b65;
    display             : inline-block;
    font-family         : "Arial";
    left                : 0;
    margin-top          : 0vw;
    padding-bottom      : 0.25vw;
    padding-top         : 0.25vw;
    position            : relative;
    top                 : 0vw;
    width               : 100%;
    z-index             : 1;
}
.exchange_b_crypto_ticker .container { 
    width   : 70%; 
}
.exchange_b_crypto_ticker .row { 
    flex-wrap   : 0!important; 
}
@media only screen and ( max-width: 800px ) and ( orientation: portrait ) {
    .exchange_b_crypto_ticker { 
        top : 25vw; 
    }
}
@media( max-width: 1700px ) {
    .menu_page_exchange .language_icon {
        margin-top: -2.5vw;
    }
}
@media( max-width: 1500px ) {
    .menu_page_exchange .language_icon {
        margin-top: -2.8vw;
    }
}
@media( max-width: 1365px ) {
    .menu_page_exchange .language_icon {
        margin-top: -3vw;
    }
}
@media( max-width: 1280px ) {
    .menu_page_exchange .container { 
        width: 95vw; 
    }
    .menu_page_exchange .container_internal { 
        width: 85vw; 
    }
    .menu_page_exchange .container_menu { 
        width: 75vw; 
    }
    .menu_page_exchange .language_icon { 
        width: 3vw; margin-right: 2vw; margin-top: -3.0vw; 
    }
    .menu_page_exchange .logo_menu { 
        margin-top: 0.5vw; 
    }
}
@media( max-width: 768px ) and ( max-height: 500px ) {
    .bq_exchange { 
        top : 5vw; 
    }
    .bq_exchange .container { 
        width   : 85vw; 
    }
    .bq_exchange .logo_menu { 
        width   : 25vw; 
    }
    .bq_exchange h1 { 
        font-size   : 4.5vw; 
        padding-top : 5vw; 
    }
    .bq_exchange h2 { 
        font-size       : 2.5vw;
        margin-bottom   : 0vw;
        margin-top      : 2vw;
    }
    .bq_exchange .btn_register_login {
        font-size   : 2.5vw;
        height      : 3.25vw;
        left        : 0;
        right       : 0;
        margin      : auto;
        margin-top  : 3vw !important;
        width       : 24vw;
    }
    .bq_exchange .arrow { 
        margin-top  : 5vw; 
        width       : 5vw; 
    }
    .bq_exchange .coin { 
        margin-top  : 10vw; 
        width       : 20vw; 
    }
    .bq_exchange .token_text { 
        margin-top  : 0vw; 
        width       : 35vw; 
    }
    .bq_exchange .btn_buy { 
        margin-top  : 2.5vw; 
        width       : 20vw; 
    }
    .bq_exchange p { 
        font-size   : 2.5vw; 
        line-height : 1.25; 
        margin-top  : 5vw; 
    }
    .headband_exchange { 
        bottom  : 10px; 
    }
    .exchange_b_crypto_ticker { 
        top : 30vw; 
    }
}
@media( max-width: 700px ) {
    .change_language {
        margin-top: 0vw;
    }    
    .bg_exchange_one_pc {
        display: none;
    }
    .bg_exchange_one_mobile {
        display: block;
    }
    .bq_exchange { 
        top : 25vw; 
    }
    .bq_exchange .container { 
        width   : 85vw; 
    }    
    .bq_exchange .logo_menu { 
        width   : 50vw;
    }
    .bq_exchange h1 { 
        font-size   : 6vw; 
        padding-top : 5vw; 
    }
    .bq_exchange h2 { 
        font-size       : 5.5vw; 
        margin-bottom   : 4vw; 
        margin-top      : 7.5vw;  
    }
    .bq_exchange span { 
        font-size   : 12vw; 
        text-align  : center; 
    }
    .bq_exchange .br_1 { 
        display: inline; 
    }
    .bq_exchange .btn_register_login {
        font-size   : 4vw;
        height      : 7.25vw;
        left        : 0;
        right       : 0;
        margin      : auto;
        margin-top  : 3vw !important;        
        width       : 35vw;
    }
    .bq_exchange .arrow {
        margin-top  : 10vw; 
        width       : 10vw;
    }   
    .bq_exchange .coin {
        margin-top  : 15vw; 
        width       : 40vw;
    }
    .bq_exchange .token_text {
        margin-top  : 5vw;
        width       : 70vw; 
    }
    .bq_exchange .btn_buy {
        margin-top  : 10vw; 
        width       : 45vw;
    }
    .bq_exchange p { 
        font-size   : 4vw; 
        line-height : 1.25; 
        margin-top  : 10vw; 
    }
    .headband_exchange { 
        bottom  : 10px; 
    }
    .exchange_b_crypto_ticker {
        padding-bottom  : 3.25vw;
        padding-top     : 3.25vw;
        top             : 0vw;
    }    
}