.display-none {
    display: none;
}

.multi-wizard-step p {
    margin-top: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    position: relative;
    width: 100%;
}

.multi-wizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 1px;
    z-order: 0;
    position: absolute;
    background-color: #fefefe;
}

.multi-wizard-step {
    /* text-align: center; */
    position: relative;
    display: inline-flexbox;
}

.registration-header {
    background: linear-gradient(135deg, #f2cfbb, #faf2ed);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.registration-header h1 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #f25c05;
    font-weight: bold;
    letter-spacing: 1px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
} */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
/* .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  } */

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    border-radius: 5px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 350px;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
}

.card {
    border: none;
    padding: 10px 50px;
}

.card::after {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .75) !important;
}

.card:hover::after {
    opacity: 1;
}

.card:hover .btn-outline-primary {
    color: white;
    background: #007bff;
}

.zoom {
    transition: transform .2s;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5);
}

.progressbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    counter-reset: step;
    margin-bottom: 2rem;
    position: relative;
}

.progressbar::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #dee2e6;
    z-index: 0;
}

.step {
    position: relative;
    text-align: center;
    z-index: 1;
    width: 25%;
}

.step .circle {
    height: 36px;
    width: 36px;
    background: #adb5bd;
    border-radius: 50%;
    display: inline-block;
    color: white;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.step.active .circle {
    background-color: #198754;
}

.step .label {
    font-size: 0.85rem;
    color: #343a40;
}

.styled-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #198754;
    border: 2px solid #198754;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
}

.styled-checkbox:hover {
    box-shadow: 0 0 0 2px rgba(237, 50, 55, 0.3);
}

.styled-checkbox:checked {
    background-color: #198754;
    border-color: #198754;
}

/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/* Circle Settings */
.circle-span {
    justify-content: left;
    align-items: left;
}

.circle {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.outer-circle {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px rgb(77, 77, 77, 0.46);
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 15px; */
    margin: 0 auto;
}

.inner-circle {
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px 2px #dddada inset;
    z-index: 1;
    overflow: hidden;
}

.inner-circle img {
    width: 90px;
    background-size: cover;
}

.sq {
    position: absolute;
    width: 50%;
    height: 120%;
    max-height: 0;
    background: #f25c05;
}

.outer-circle:hover .sq {
    max-height: 130%;
}

/* Circle-1 Animation Settings */
.circle-1 .sq-1 {
    top: -5%;
    right: 0;
    transition: max-height 0.4s linear 0.3s;
}

.circle-1:hover .sq-1 {
    transition: max-height 0.4s linear 0s;
}

.circle-1 .sq-2 {
    bottom: -5%;
    left: 0;
    transition: max-height 0.4s linear 0s;
}

.circle-1:hover .sq-2 {
    transition: max-height 0.4s ease-out 0.3s;
}

/* End Circle Settings */
