.header_adn {
    background: #4C33E3;
    width: 100%;
    height: 80px;
}

.header_adn_with_logo {
    background: white;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
}

.header-with-logo button {
    background: none;
    border: 1px solid #4C33E3;
    border-radius: 8px;

    font-weight: 400;
    font-size: 16px;
    width: 132px;
    height: 38px;
    margin-top: 8px;
}

.header-with-logo button a {
    color: #4C33E3!important;
    font-family: 'Inter';
    width: 132px;
    height: 38px;
    padding: 9px 0;
    display: inline-block
}

.welcome-left-page .welcome-left-section {
    margin: auto;
    max-width: 520px
}

.welcome-left-page h1 br {
    display: none;
}


/*DEVICES MD */
@media (max-width: 1200px) {
    .welcome-left-page .welcome-left-section {
        width: 93%;
    }

    .welcome-left-page ul {
        padding: 0;
        width: 93%;
    }

    .welcome-left-page h1 {
        font-size: 42px;
        line-height: 42px;
    }

    .welcome-left-page ul li .steps {
        font-size: 32px;
        line-height: 26px;
        height: 32px;

    }

}

@media (max-width: 992px) {
    .adn-button.button-signin {
        padding: 8px 30px 10px 10px !important;
        margin-right: 5px;
    }

    .adn-button.button-signin a {
        font-size: 18px;
        white-space: nowrap;
        line-height: 1.2;
    }
}

/*DEVICES SM */

@media (max-width: 991px) {

    .navbar-header{
        height: 50px;
    }
    .header_adn {
        height: 50px;
    }

    .header_adn_with_logo {
        height: 70px;
        padding: 0 50px;
    }

    .header-with-logo button {
        height: 30px;
        font-size: 14px;
        margin-top: 0;
    }

    .header-with-logo button a{
        height: 30px;
        padding: 5px 0;
    }


    .header_adn_with_logo .header-with-logo .bonding-logo, .header_adn_with_logo .header-adnfin-with-logo .bonding-logo {
        height: 25px !important;
    }

    .welcome-left-page {
        min-height: calc(48vh - 44px) !important;
    }

    .welcome-left-page .welcome-left-section {
        max-width: 360px;
        width: 90%;
    }

    .welcome-left-page h1 br {
        display: block;
    }

    .welcome-left-page h1 {
        font-size: 40px;
        line-height: 38px;
    }

    .welcome-left-page ul {
        padding: 0;
        width: 90%;
    }

    .welcome-left-page ul li .step-number {
        width: 30px;
        height: 30px;
        font-size: 24px;
        margin-top: -5px;
    }

    .welcome-left-page ul li {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .welcome-left-page ul li .steps {
        font-size: 30px;
        line-height: 26px;
        height: 32px;

    }


}

/*DEVICES XS */
@media (max-width: 767px) {
    .header_adn {
        height: 44px;
    }
    .header_adn_with_logo {
        height: 70px;
        padding: 0 50px;
    }
    .header-with-logo {
        width: 90%;
    }





    .header_adn_with_logo .header-with-logo .bonding-logo, .header_adn_with_logo .header-adnfin-with-logo .bonding-logo {
        height: 25px !important;
    }


    .welcome-left-page {
        min-height: calc(48vh - 44px) !important;
    }

    .welcome-left-page .welcome-left-section {
        max-width: 300px;
    }

    .welcome-left-page h1 br {
        display: block;
    }

    .welcome-left-page h1 {
        font-size: 32px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 22px;
        margin-top: 0;
    }

    .welcome-left-page ul {
        padding: 0;
        width: 90%;
    }

    .welcome-left-page ul li .step-number {
        width: 28px;
        height: 28px;
        font-size: 16px;
        margin-top: -5px;
    }

    .welcome-left-page ul li {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .welcome-left-page ul li .steps {
        font-size: 26px;
        line-height: 26px;
        height: 28px;

    }

    .footer-product-steps .steps .step{
        height: 28px;
        width: 28px;
        padding: 0 6px;
    }

    .footer-product-steps .steps .step-div{
        height: 30px;
    }

    .footer-product-steps .steps .step label{
        font-size: 13px;
        height: 28px;
        padding: 8px 0;
    }

    .footer-product-steps .title{
        margin-top: 10px;
        font-size: 15px;
    }

    .info-extra p, .info-extra p a{
        font-size: 16px!important;
        margin-bottom: 3px!important;
    }

    .info-extra p a img{
        height: 17px!important;
        width: auto!important;
    }


}


