.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-item__icon-box {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}

.step-item__icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-item h4 {
    margin-top: 10px;
    font-weight: bold;
}

.step-item p {
    font-size: 16px;
}

.col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.no-bold {
    font-weight: normal;
}

.icon-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}


.icon-circle:hover {
    background-color: #e6f3ff !important;
    transform: scale(1.2) !important;
}

.icon-label:hover {
    transform: scale(1.2);
}


.icon-large {
    width: 80px;
    height: 80px;
    object-fit: contain;
}



.text-center {
    text-align: center;
}

.icon-label {
    font-size: 1.25rem;
    color: #808080;
    font-weight: bold;
    text-align: center;
}

.form-control-lg, .form-select-lg, .btn-lg {
    font-size: 1.25rem;
    height: calc(2.875rem + 20px);
}
#kt_content_container{
    padding-bottom: 20px;
}

/* From Uiverse.io by Custyyyy */
.button {
    display: inline-block;
    border-radius: 7px;
    border: none;
    background: #1875FF;
    color: white;
    font-family: inherit;
    text-align: center;
    font-size: 13px;
    box-shadow: 0px 14px 56px -11px #1875FF;
    width: 10em;
    padding: 1em;
    transition: all 0.4s;
    cursor: pointer;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.button span:after {
    content: 'for free';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.7s;
}

.button:hover span {
    padding-right: 3.55em;
}

.button:hover span:after {
    opacity: 4;
    right: 0;
}
