.radioBtn {
    border-radius: 25px;
    padding: 15px 35px;
    font-size: 14px;
    font-family: "Proxima";
    line-height: 1;
    color: white;
    transition: ease all 0.25s;
    background: #363636;
}

.continueCheckout {
    padding-top: 30px;
    display: none;
}

.continueCheckout .btn {
    width: 200px;
    height: 45px;
    line-height: 10px;
}

.qCircleHeading {
    border: 1px solid #ccc;
    padding-bottom: 40px;
    padding-right: 30px;
    border-radius: 0px 60px 0px 0px;
}

.qCircleHeading h5 {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.qCircleHeading h5 span {
    background: blue;
    color: #fff;
    padding: 17px 21.5px;
    border-radius: 50%;
    font-size: 24px;
}

.qCircleHeading h4 {
    margin-top: 60px;
    font-size: 24px;
    color: #363636;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 80px;
}

/* .qCircleHeading [type="radio"]:checked,.qCircleHeading[type="radio"]:not(:checked) {position: absolute;left: -9999px;} */
.qCircleHeading [type="radio"]:checked+label,
.qCircleHeading [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 25px;
    margin: 0px 10px;
    color: #363636;
}

.qCircleHeading [type="radio"]:checked+label {
    color: #0018f8;
    font-size: 25px;
    font-weight: 500;
}

.qCircleHeading [type="radio"]:checked+label:before {
    border: 1px solid #0018f8 !important;
}

.qCircleHeading [type="radio"]:checked+label:before,
.qCircleHeading [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #363636;
    border-radius: 100%;
    background: #fff;
}

.qCircleHeading [type="radio"]:checked+label:after,
.qCircleHeading [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0018f8;
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.qCircleHeading [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.qCircleHeading [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radioBtnStyle {
    margin-top: 60px;
}

.nextStepBtn {
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}

.nextStepBtn i {
    color: #fff;
    background: #232ed1;
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}

#stepForm .steps.clearfix,
#stepForm .actions {
    display: none;
}

.checkbox.checkbox-custom {
    transform: scale(2.1);
    margin-right: 10px;
}

@media (min-width: 991px) {
    section.hero {
        min-height: 790px;
    }
}
