.user-guide-content {
    padding: 40px 57px;
}

.user-guide-page-title-wrapper {
    min-height: 44px;
    background-color: #e2eefc99;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.user-guide-page-title-wrapper .user-guide-page-title {
    color: #424c57;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user-guide-inner-page-list {
    padding: 15px 15px 25px;
}

.user-guide-title-list {
    color: #6e7e90;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
    margin-bottom: 5px;
}

.user-guide-inner-content .user-guide-page-title-step {
    color: #424c57;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #2081f1;
    padding-bottom: 5px;
}

.user-guide-inner-page-list ul {
    padding-left: 15px !important;
}

.user-guide-inner-page-list ul li:last-child {
    padding-bottom: 0;
}

.guide-inner-detalis ul li {
    color: #424c57;
    font-size: 16px;
    list-style-type: disc;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
}

.user-guide-page-note {
    color: #ff4c51;
}

.user-guide-block h1.text-heading-four {
    line-height: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-40 {
    margin-bottom: 40px;
}

.user-guide-title-list {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.user-guide-title-list .icon-arrow {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.user-guide-title-list:hover .icon-arrow {
    transform: translateX(6px);
}

.user-guide-title-list:hover .guide-text {
    color: #2081f1;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .login-block {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .login-block {
        display: block;
        margin: 0 30px;
        padding: 40px;
    }

    .user-guide-page-title-wrapper .user-guide-page-title,
    .user-guide-title-list {
        font-size: 16px;
    }

}

@media only screen and (min-width: 360px) and (max-width: 600px) {
    .login-block {
        display: block;
        margin: 0 16px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .text-heading-five {
        font-size: 16px !important;
    }

    .text-heading-four {
        font-size: 20px !important;
    }

    .submit-button {
        font-size: 16px !important;
    }
}

.landing-page-top-gap {
    padding-top: 140px !important;
    padding-bottom: 55px !important;
}

@media (max-width: 991px) {
    .landing-page-top-gap {
        padding-top: 120px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .landing-page-top-gap {
        padding-top: 67px !important;
        padding-bottom: 30px !important;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .user-guide-inner-page-list {
        padding: 15px 15px 15px;
    }

    .user-guide-block h1.text-heading-four {
        line-height: 24px;
        text-align: center;
    }

    .quick-overview-business {
        display: grid;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .condition-font-style-2 {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1536px) {
    .user-guide-content {
        margin: 0 30px !important;
    }
}

.business-arrow-icon {
    margin: 0 10px;
}

@media only screen and (max-width: 991px) {
    .user-guide-inner-content .user-guide-page-title-step {
        font-size: 20px !important;
    }
}