    .checkbox-wrap {
        padding-left: 0px;
    }

    .control-material {

        margin-bottom: 2em;
    }

    .steps-wrapper .actions {
        padding: 0 20px !important;
    }

    .steps-wrapper .content {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 2rem 0 55px 0;
    }

    .actions li a {
        padding: 10px 15px !important;
        font-size: 18px;
        border-color: #039BE5;
        background-color: #039BE5;
    }



    .section.is-skewed-sm {
        padding-top: 60px;
    }
    .select2-container--open {
        z-index: 10000;
    }
    .side-pricing .pricing-card .inner .plan-price {

        font-size: 2.8em;
        line-height: 0.90em;
    }
    .select2-selection__rendered .ui-select-bootstrap {
        display: flex;
        width: 100%;

        justify-content: space-between;
        line-height: 3.2em!important;

    }
    .select2-selection__rendered .flag-c{
        height: 3.2em!important;
    }

    #phone_country_box{
        padding-left: 105px;
    }
    .select2-results__option .ui-select-bootstrap {
        display: flex;
        width: 100%;
    }
    .select2-results__option .flag-c {
        margin-right: 5px;
    }


    .country_code .select2-selection__rendered .ui-select-bootstrap{
        justify-content: flex-start;
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
