.content-w-h-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-h-center{
    display: flex;
    align-items: center;
}

.footer-questions{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 14px;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.questions-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 50px;
    padding: 20px;

}
.accordion-item{
    border: 0;
    margin: 0 0 15px 0;
    border-radius: 14px !important;
}

.accordion-button{
    border-radius: 14px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    padding: 20px;
    font-weight: bold;
    line-height: 2;
}

.accordion-button:not(.collapsed){
    color: #000;
}
.accordion{
    background: none !important;
}

.box-about p{
    text-align: justify;
    font-size: 16px;
    line-height: 2;
}

.box-about ul li{
    list-style: disclosure-closed;
    font-size: 17px;
    padding: 7px 0;
    color: #343434;
}

.box-contact .box-icon{
    background-color: #ececec;
    width: min-content;
    padding: 17px;
    border-radius: 7px;
    font-size: 20px;
    display: flex;
    color: #502e7b;
}

.post-content{
    width: 100%;
}

.desktop-only {
    display: none;
}
.mobile-only {
    display: none;
}

@media (min-width: 769px) {
    .desktop-only {
        display: block;
    }
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    .box-slider{
        padding: 0;
    }
}
@media (max-width: 992px) {
    .search-style-2 form input {
        width: 100%;
    }
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.b-r-12px{
    border-radius: 12px;
}

.slick-slide img{
    border-radius: 15px;
}



.axil-dashboard-warp .axil-dashboard-author .joining-date {
    font-size: 14px;
    color: #7b7b7b;
    font-weight:normal;
}
.axil-dashboard-aside {
    border: 1px solid #CCD5DB;
    padding: 40px 35px 30px;
    border-radius: 6px;
}

.axil-dashboard-warp .axil-dashboard-author {
    margin-bottom: 50px;
}
.axil-dashboard-nav ul li {
    cursor: pointer;
}
.axil-dashboard-aside .nav-pills {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.axil-dashboard-aside .nav-link.active, .axil-dashboard-aside .nav-link:hover {
    background-color: #F8F9FB;
    color: #502e7b;
}

.axil-dashboard-aside .nav-link {
    font-weight: 500;
    color: #7d7d7d;
    font-size: 15px;
    position: relative;
    border-radius: 6px;
    padding: 9px 10px 8px 0px;
    margin-bottom: 8px;
    border: none;
    width: 100%;
    text-align: right;
}

.axil-dashboard-aside .nav-link i {
    padding: 0 10px;
}


.axil-dashboard-overview .welcome-text {
    color: #222;
    font-size: 18px;
    margin-bottom: 25px;
}
.axil-dashboard-overview p {
    font-size: 13px;
}

.axil-dashboard-order .table thead {
    background-color: #F5F6FB;
}
.axil-dashboard-order .table thead th {
    border: none;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.axil-dashboard-order .table tbody tr td, .axil-dashboard-order .table tbody tr th {
    padding: 20px 20px;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
    border-bottom: 2px solid #F6F7FB;
}
.axil-dashboard-order .table tbody .view-btn {
    padding: 9px 20px;
    border: 1px solid #b2b2b2;
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    border-radius: 5px;
}

.axil-dashboard-address .title {
    font-weight: bold;
    color: #292930;
}
.axil-dashboard-address .addrss-header {
    border-bottom: 1px solid #cdd4de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

.axil-dashboard-address .address-edit {
    font-size: 16px;
    color: #292930;
}
.axil-dashboard-address ul li {
    font-size: 13px;
    line-height: 2.4;
    color: #292930;
    list-style: none;
}
