.hero {
    min-height: 90vh !important;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
}

.hero::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000000b8, #00000021);
}

.hero-slider {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero__content {
    position: relative;
}

.hero__content-subtitle {
    margin-left: 0;
    color: #fff;
}

.hero__content-subtitle span {
    position: relative;
    isolation: isolate;
    color: rgb(245, 131, 32);
}

.hero__content-subtitle span::after {
    position: absolute;
    top: -17px;
    left: -20px;
    filter: hue-rotate(316deg);
}

.hero__content-title {
    font-size: 56px;
    background: rgb(255 255 255);
    display: inline-block;
    color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
}

.banner-account {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.section {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
}

.section {
    padding-top: clamp(60px, 4vw, 80px);
    padding-bottom: clamp(60px, 4vw, 80px);
}

.about-img {
    position: relative;
    isolation: isolate;
}

.about-img__is {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50% 0 50% 50%;
}

.about-lists {
    align-items: center;
}

.list--row {
    flex-direction: row;
}

.list {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-lists li .icon {
    border: 0px;
}

.icon--md {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
}

.icon {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
}

.icon--eclipse {
    border-radius: 50% 0 50% 50%;
}

.about-lists li h5 {
    font-size: 16px;
    font-weight: 600;
    color: #546A76;
}

.icon--base {
    border: 1px solid rgb(245, 131, 32);
    color: rgb(245, 131, 32);
}

.left-heading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    /*color: rgb(245, 131, 32);*/
}

.special-section .section__head h2 {
    color: #e9e9e9;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.work-process {
    display: flex;
    gap: 1.5rem;
}

.work-process__icon {
    display: grid;
    place-items: center;
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    position: relative;
    font-size: 24px;
    border: 2px dashed rgb(245, 131, 32);
    border-radius: 50%;
    background: #fff;
    color: rgb(245, 131, 32);
}

.work-process__content h5 {
    color: #e9e9e9;
    margin-bottom: 10px;
}

.work-process__content p {
    color: #d3d0d0;
    font-size: 13px;
}

.work-process__notification {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgb(245, 131, 32);
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    font-size: 14px;
}

.plan {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebedf2;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(34, 44, 62, 0.05);
    margin-top: 0;
}

.plan__head {
    background: #dce2e5;
    border-radius: 0px;
}

.plan__body {
    padding: 25px 25px 35px;
    background-color: #fff;
}

.plan__head-content {
    padding: 20px 25px;
    position: relative;
}

.plan__head-content::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: 0;
    background: linear-gradient(90deg, #f58320 0%, #ff9902 100%);
    bottom: -7px;
}

.plan__head-content h4 {
    font-size: 25px;
    font-weight: 500;
    color: #7b7b7b !important;
}

.plan__body-price {
    background: linear-gradient(90deg, #f58320 0%, #ff9902 100%);
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    font-size: 30px;
    margin-bottom: 25px !important;
    font-weight: 500;
}

.plan__body .list--base {
    gap: 0;
}

.plan__body .list--base li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebedf2;
}

.list--base li {
    position: relative;
    display: flex;
    align-items: center;
}

.section__head {
    padding-bottom: clamp(30px, 2vw, 40px);
}

.plan__body .list--base li i {
    margin-right: 5px;
    font-size: 14px;
    width: 16px;
    color: rgb(245, 131, 32);
}

.package-footer {
    margin-top: 4rem;
}


@media(min-width: 1199px) {
    .work-process {
        flex-direction: row;
    }    
}

@media(max-width: 991px) {
    .work-process {
        flex-direction: row;
    }
}

@media(max-width: 991px) {
    .work-process {
        gap: 1rem;
    }
}

@media(max-width: 480px) {
    .hero__content-title {
        font-size: 49px;
    }
    
    .work-process {
        margin-bottom: 2.5rem;
    }
    
    .package-footer {
        margin-top: 1.2rem;
    }
    
    ._yuihjgu {
        height: 100% !important;
        margin-left: -6px;
    }
}

._ghyfdd {
    margin-right: -5px;
}

.sidemnenu.mb-3 {
    background: #ffffff !important;
    padding-top: 00px !important;
}

.aiz-user-sidenav-wrap.pt-4.sticky-top.c-scrollbar-light.position-relative.z-1.shadow-none {
    background: #ffffff !important;
    padding-top: 0 !important;
}

.aiz-user-sidenav.rounded.overflow-hidden > div:first-child {
    padding-top: 30px;
    padding-bottom: 21px;
    background-image: url(../../../uploads/all/4ozHJoVoM6uEg4ClUN0EMPyJcqtdw0YvUH7voSdw.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.aiz-user-sidenav > div:first-child:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000000e6, #0000007d);
}

.aiz-side-nav-list .aiz-side-nav-link:hover {
    background: #dce2e5 !important;
    color: #7b7b7b !important;
}

.aiz-side-nav-item a {
    color: #546A76 !important;
    margin: 0px 15px !important;
}

.aiz-side-nav-item:last-child > a {
   /* margin-bottom: 0px !important; */
}

.aiz-side-nav-list .aiz-side-nav-link:hover i {
    color: #ff9708 !important;
}

.aiz-side-nav-item i {
    /* display: none !important; */
}

.plan__head-content::before {display: none;}

.modal-body .p-3 {
        padding: 0 !important;
    }
    
    .modal-header {background: linear-gradient(90deg, #f58320 0%, #ff9902 100%);color: #ffffff;}
    
    .modal-header h6 {
        color: #ffffff !important;
    }
    
    .modal-header button {
        color: #ffffff !important;
    }
    
._ghyufid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

img.img-md {
    border-radius: 50px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

.img-fit {
    border-radius: 100% !important;
}

table.table.footable.footable-1 .btn, table.table.footable.footable-2 .btn {
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

._dusduy {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}