.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title {
    text-transform: initial;
}

.header-title {
    color: black ! important
}

.alert {
    border-left: 4px solid;
    font-weight: 500;
    margin-bottom: 20px;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-danger-text);
}

.section-ptb {
    padding-top: 50px;
    padding-bottom: 100px;
}

.dashbox {
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 8px 8px 16px -7px rgba(197, 197, 197, 1);
    -moz-box-shadow: 8px 8px 16px -7px rgba(197, 197, 197, 1);
    box-shadow: 8px 8px 16px -7px rgba(197, 197, 197, 1);
}

.profile-form .pro-add-title h4 {
    color: var(--font-color-header);
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 12px;
    line-height: 1;
} 

.profile-form {
    width: 100%;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .profile-form {
        width: calc(100% - 30px);
        margin-top: 25px;
    }
}

.profile-form form ul.pro-input-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -30px;
    margin-top: 15px;
}
.profile-form form ul.pro-input-label li {
    width: calc(1000% - 30px);
    margin-left: 30px;
    margin-bottom:25px;
}
.profile-form form ul.pro-input-label li label {
    color: var(--font-color-header);
    font-size: var(--font-size-body);
    font-weight: 500;
}
.profile-form form ul.pro-input-label li input {
    width: 100%;
    height: 45px;
    border: 1px solid var(--theme-border-color);
    margin-top: 10px;
}
.profile-form form ul.pro-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.profile-form form ul.pro-submit li {
    display: flex;
    align-items: center;
    line-height: 1;
}
.profile-form form ul.pro-submit li input {
    margin-right: 5px;
}  

ul.circle{
    list-style:disc
}

.slider-content .home-slider .slide-image .slider-info-content .slider-text-info .slider-feature span.feature-icon {
    color: var(--font-color-header);
    font-size: 18px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0cf2;
}

.payment-icon img {
    width: 40px;
    margin: 5px 0px 0px 5px;
}