.label-agree-term {
    font-weight: 400;
    font-size: 13px;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

fieldset.current {
    padding-top: 60px;
}

.content h3 {
    display: none;
}

.steps {
    border-bottom: 1px solid #ebebeb;
}

.steps ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0;
}

.steps ul li {
    width: 280px;
    position: relative;
    float: left;
}

.steps ul li:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 100%;
    left: 0;
    bottom: -2px;
    background: #6dbdfe;
}

.steps ul li a {
    text-decoration: none;
    display: block;
    background: transparent;
    color: #999999;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 4px;
    font-weight: bold;
}

.steps ul li:hover:after {
    height: 3px;
}

.steps ul li:hover a h3 {
    color: #6dbdfe;
}

.steps ul .current:after {
    height: 3px;
}

.steps ul .current a h3 {
    color: #6dbdfe;
}

.steps ul .current a h3:after {
    content: '\ec42';
    font-family: 'Linearicons' !important;
}

.actions ul {
    width: 100%;
    display: inline-block;
}

.actions ul .disabled {
    display: none;
}

.actions ul li:first-child {
    float: left;
    padding-left: 80px;
}

.actions ul li:first-child a {
    background: #ebebeb;
    color: #999999;
}

.actions ul li:first-child a:hover {
    background-color: #d2d2d2;
}

.actions ul li:nth-child(2),
.actions ul li:last-child {
    float: right;
    padding-right: 70px;
}

.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #6dbdfe;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
}

.actions ul li a:hover {
    background-color: #3aa6fe;
}

.form-row {
    margin: 0 -15px;
}

.checkout-form .form-group,
.checkout-form .form-select {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.checkout-form .form-group {
    padding-bottom: 20px;
    position: relative;
}

.label-radio {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 70px;
}

.form-check {
    padding-top: 105px;
    position: relative;
    z-index: 99;
    width: 50%;
}

.select-group {
    position: relative;
}

.select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
}

#daily_budget {
    z-index: 99;
}

.select-list li {
    padding: 14px 20px;
    z-index: 2;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    border: 1px solid #ebebeb;
}

.select-list li img {
    margin-right: 12px;
}

.select-list li:not(.init) {
    display: none;
    background: #f8f8f8;
    color: #222;
    padding: 5px 20px;
}

.select-list li:not(.init):hover,
.select-list li.selected:not(.init) {
    background: #6dbdfe;
    color: #fff;
}

li.init {
    cursor: pointer;
    position: relative;
    background: transparent;
    height: 48px;
    padding: 0 20px;
}

li.init:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2f9';
}

.form-radio-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    padding-bottom: 10px;
    padding-top: 12px;
}

.form-radio-item {
    position: relative;
    margin-bottom: 11px;
}

.form-radio-item label {
    font-weight: 500;
    color: #666;
    padding-left: 40px;
    position: relative;
    z-index: 9;
    display: block;
    cursor: pointer;
    text-transform: none;
}

.radio-label {
    font-size: 18px;
    padding-bottom: 2px;
}

.check {
    display: inline-block;
    position: absolute;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 4px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=radio]:checked~.check {
    border: 1px solid #6dbdfe;
}

input[type=radio]:checked~.check::before {
    background: #6dbdfe;
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }
    .form-group-flex {
        width: 310px;
    }
    .steps ul li {
        margin: 0 55px;
    }
}

@media screen and (max-width: 768px) {
    .steps ul,
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    .steps ul li {
        width: 100%;
        margin: 0px;
    }
    .form-group,
    .form-select {
        padding: 0px;
        width: 100%;
    }
    .form-row {
        margin: 0px;
    }
    .form-select {
        margin-bottom: 65px;
    }
    .content {
        height: 550px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .actions {
        bottom: 20px;
    }
    .actions ul li:nth-child(2),
    .actions ul li:last-child {
        padding-right: 30px;
    }
    .actions ul li:first-child {
        padding-left: 30px;
    }
}

@media screen and (max-width: 575px) {
    .actions {
        bottom: 0px;
        padding-top: 40px;
        position: relative;
    }
    .form-check {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .actions ul li a {
        width: 100px;
    }
}


/*# sourceMappingURL=style.css.map */