@font-face {
    font-family: "EstedadVF";
    src: url("../fonts/estedad-fd-var.woff2") format("woff2");
    font-weight: 100 900;
    font-display: swap;
}

body {
    font-family: "EstedadVF", sans-serif !important;
    font-size: 18px;
    --malinex-header-height: 64px;
    padding-top: var(--malinex-header-height);
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    background: rgba(231, 239, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: background-color .25s ease, box-shadow .25s ease, transform .28s ease, backdrop-filter .25s ease, -webkit-backdrop-filter .25s ease;
}

.site-header.is-scrolled {
    background: rgba(231, 239, 255, 0.92);
    box-shadow: 0 10px 30px rgba(0, 29, 85, 0.08);
}

/* Homepage only: white header at the top, frosted effect after scroll */
body.home .site-header:not(.is-scrolled) {
    background: #ffffff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-header .navbar {
    min-height: var(--malinex-header-height);
}

body.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 991.98px) {
    body {
        --malinex-header-height: 56px;
    }

    .site-header--mobile.is-hidden {
        transform: translateY(-110%);
        pointer-events: none;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

* {
    font-size: 18px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .home-categories .col-6.col-md-2 {
        padding: 5px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    padding: 0 !important;
    margin: 0 !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn.y-btn {
    border-radius: 12px;
    background: #FFAA00;
    padding: 12px 28px;
    color: #001D55;
    font-size: 16px;
}

.btn.f-btn {
    border-radius: 12px;
    background: #AAC7FF;
    padding: 12px 28px;
    color: #001D55;
    font-size: 16px;
}

.btn.y-btn:hover {
    background: #FFAA00;
}

.btn.b-btn {
    border-radius: 12px;
    background: #0057FF;
    padding: 12px 28px;
    color: #fff;
    font-size: 16px;
}

.btn.b-btn:hover {
    background: #0057FF;
    color: #fff;
}


.navbar-brand {
    margin-right: unset !important;
    margin-left: 55px;
}

.navbar-brand img {
    height: 64px;
}

.navbar-nav a {
    color: #003AAA;
    padding: .5rem 1rem !important
}

.h1-not-show{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -10;
}

.home-slider-title {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 900;
}

.home-slider-description {
    font-size: 18px;
    color: #fff;
    line-height: 159%;
    padding-top: 20px;
}

.col-md-7.me-auto.my-auto.slide-top {
    margin-top: -80px !important;
}

#home-slider button.owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    background: #FFE3AA;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin: auto;
}

#home-slider button.owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background: #FFE3AA;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin: auto;
}
.price-bot {
    display: flex;
    justify-content: space-between;
}
.price-label {
    font-size: 13px;
}
.search-modal button.btn-close {
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 9999;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    /* --bs-backdrop-bg: #000; */
    --bs-backdrop-opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: #3131318a;
    backdrop-filter: blur(3px);
}
.hc {
    margin-top: -250px;
    z-index: 40;
    position: relative;
}

.home-categories {
    background: #E7EFFF;
    border-radius: 32px;
    padding: 30px !important;
}
.home-categories .home-cat {
    transition: all 1s;
}
.home-categories .home-cat:hover {
    transform: scale3d(1.05, 1.05, 1.5);
    transition: all 1s;
    box-shadow: 0 0 20px 0px #dadada;
    z-index: 999;
}
.home-cat:hover .hc-arrow svg {
    transition: all 1s;
    transform: scale3d(1.5, 1.5, 1.5);
}
.home-cat .hc-arrow{
    transition: all 1s;
}
.home-cat {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

.hc-title {
    color: #003AAA;
    font-size: 19px;
    font-weight: 600;
    padding-top: 15px;
}

.hc-arrow {
    position: absolute;
    left: 15px;
    top: 15px;
}

.hc-img {
    margin-top: 15px;
}
.hc-img img {
    width: 100%;
}


.hmt-title {
    color: #0057FF;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
}

.hmt-des {
    color: #191919;
    text-align: justify;
    padding-left: 40px;
}

.how-malinex:before {
    content: "";
    position: absolute;
    left: 0;
    top: -250px;
    background-image: url(../img/hiro-network.svg);
    width: 610px;
    height: 948px;
    background-repeat: no-repeat;
    z-index: -1;
}
.hbps-author img {
    width: 25px;
    border-radius: 500rem;
}
.malinex-star-rating .is-active svg {
    fill: #ffb800;
}
.comment-form label span {
    color: red;
}
footer:before {
    content: "";
    position: absolute;
    right: -45px;
    top: -803px;
    background-image: url(../img/bg-network-bot.svg);
    width: 610px;
    height: 948px;
    background-repeat: no-repeat;
    opacity: .4;
    z-index: -1;
}
footer {
    position: relative;
}



.how-malinex:before {
    content: "";
    position: absolute;
    left: 0;
    top: -250px;
    background-image: url(../img/hiro-network.svg);
    width: 610px;
    height: 948px;
    background-repeat: no-repeat;
    z-index: -1;
}


.how-malinex {
    position: relative;
}

.how-mali-image img {
    width: 100%;
}


.pw-title {
    color: #0057FF;
    font-size: 32px;
    font-weight: 700;
}

.post-slider.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.post-slider .owl-item {
    padding: 20px 0;
}

.post-slide-wrap {
    height: 100%;
    transition: all .8s;
}

.post-slide-body {
    border: 1px solid #7FABFF;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 8px 24px -6px #003AAA24;
}

.post-slider .owl-item {
    padding: 20px 12px;
}

.post-slide-wrap:hover {
    background: #E7EFFF;
    border-radius: 28px;
    transform: scale(1.07);
    transition: all .8s;
}

.post-slide-wrap:hover .psb-top {
    background: #AAC7FF;
    transition: all .8s;
}

.psb-top {
    background: #E7EFFF;
    border-radius: 20px;
    padding: 30px 10px;
    transition: all .8s;
    position: relative;
}

.psb-top img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.psb-r-count {
    font-size: 10px;
    color: #6A6A6A;
}

.psb-r-rate {
    font-size: 16px;
}

.psb-rating {
    position: absolute;
    left: 10px;
    bottom: -10px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 500rem;
    width: fit-content;
    padding: 3px 15px;
    box-shadow: 0 6px 11px -6px #0057FF80;
}

.psb-title {
    color: #0057FF;
    font-size: 24px;
    font-weight: 600;
}

.row-right {
    color: #191919;
    font-size: 16px;
}

.row-left {
    color: #191919;
    font-size: 20px;
}

.psb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
}

.psb-buttons {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
}

a.pb-btn {
    background: #0057FF;
    width: 100%;
    border-radius: 12px;
    padding: 13px 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
a.pb-btn:hover {
    background: #0057FF;
    color: #fff;
}

a.pb-btn-o {
    border: 1px solid #0057FF;
    width: 100%;
    border-radius: 12px;
    padding: 13px 24px;
    text-align: center;
    color: #0057FF;
    font-size: 16px;
}

button.pb-btn {
    background: #0057FF;
    width: 100%;
    border-radius: 12px;
    padding: 13px 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
button.pb-btn:hover {
    background: #0057FF;
    color: #fff;
}

button.pb-btn-o {
    border: 1px solid #0057FF;
    width: 100%;
    border-radius: 12px;
    padding: 13px 24px;
    text-align: center;
    color: #0057FF;
    font-size: 16px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: unset;
    text-decoration: none;
}

.post-slider {
    position: relative;
}

.post-slider button.owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    background: #fff !important;;
    width: 40px;
    height: 40px;
    margin: auto !important;
    border-radius: 500rem !important;
    border: 1px solid #7FABFF !important;
}

.post-slider button.owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    background: #fff !important;
    width: 40px;
    height: 40px;
    margin: auto !important;
    border-radius: 500rem !important;
    border: 1px solid #7FABFF !important;
}


.ads-image img {
    width: 100%;
}


.sep-right-box {
    background-image: url("../img/lentech-banner.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.sep-right-box .sep-image img {
    position: relative;
    right: -40px;
    bottom: -15px;
}

.sep-right-box .sep-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 800;
}

.sep-right-box .sep-des {
    color: #FFFFFF;
    font-size: 16px;
}

.sep-right-box .sep-link {
    float: left;
    position: relative;
    left: 9px;
    bottom: 12px;
}

.sep-left-box {
    background-image: url("../img/background-fund-banner.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.sep-left-box .sep-image img {
    position: relative;
    right: 11px;
    bottom: -23px;
}

.sep-left-box .sep-title {
    color: #002B7F;
    font-size: 32px;
    font-weight: 800;
}

.sep-left-box .sep-des {
    color: #002B7F;
    font-size: 16px;
}

.sep-left-box .sep-link {
    float: left;
    position: relative;
    left: 5px;
    bottom: -18px;
    color: #805500;
}

.sep-left-box .sep-link a {
    color: #805500;
}


.sec-tools {
    background: #E7EFFF;
    padding: 58px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #0057FF;
    box-shadow: 0 2px 12px 0 #0057FF66;
}
.nav-link.active svg {
    stroke: #fff;
    margin-left: 5px;
}
.nav-link svg {
    margin-left: 5px;
}
.sec-tools button.nav-link {
    background: #fff;
    border: 1px solid #0057FF;
    border-radius: 12px !important;
    padding: 10px 16px;
    font-size: 16px;
}
.toolbox-header {
    position: relative;
}
.toolbox-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #AAC7FF;
    transform: translateY(-50%);
}
.toolbox-title {
    position: relative;
    display: inline-block;
    background: #e7efff;
    padding-left: 15px;
    z-index: 1;
    font-size: 24px;
    color: #002B7F;
}
.arz-box, .tala-box{
    border: 1px solid #7FABFF;
    border-radius: 28px;
    padding:6px;
    background: #fff;
}
.ab-top img {
    width: 100%;
    border-radius: 20px;
}
.ab-percentage {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 500rem;
    width: fit-content;
    padding: 3px 15px;
    box-shadow: 0 6px 11px -6px #0057FF80;
    margin: -15px auto auto;
    z-index: 30;
    position: relative;
}
.ab-percentage.down .abp-img{
    color:#ED3E27;
    font-size: 12px;
    font-weight: 600;
}
.ab-percentage.up .abp-img{
    color:#03A700;
    font-size: 12px;
    font-weight: 600;
}
.abp-img img {
    width: 35px;
}
.ab-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.abc-name {
    color: #001D55;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.abc-price {
    color: #0057FF;
    font-size: 20px;
    font-weight: 900;
}
.abc-unit {
    color: #001D55;
    font-size: 13px;
    font-weight: 400;
}
.ab-tala-icon img{
    width: 65px;
}
.ab-right {
    background: url("../img/gold-cart.svg");
    width: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}
.tala-box{
    position: relative;
}
.abt-name {
    color: #001D55;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.abt-price {
    color: #0057FF;
    font-size: 19px;
    font-weight: 900;
}
.abt-percentage {
    display: flex;
    align-items: center;
    gap: 2px;
    /*background: #CBF4D6;*/
    border-radius: 500rem;
    width: fit-content;
    padding: 2px 5px;
    margin: -15px auto auto;
    z-index: 34;
    position: absolute;
    bottom: 9px;
    left: 11px;
}
.abt-percentage.down{
    background: #FFD3D0;
}
.abt-percentage.up{
    background: #CBF4D6;
}
.abt-percentage.down .abp-img{
    color:#ED3E27;
    font-size: 12px;
}
.abt-percentage.up .abp-img{
    color:#03A700;
    font-size: 12px;
}
.ad-box-top ul li a {
    background: #fff;
    padding: 20px 25px;
    border-radius: 18px;
    border: 1px solid #AAC7FF;
    font-size: 16px;
}
.ad-box-top ul li a img {
    width: 40px;
}
.ad-box-top ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}
.exchange-table{
    width:100%;
    font-size:14px;
}
.exchange-head{
    background:#003f9e;
    color:#fff;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:10px;
}
.exchange-head .col-item{
    flex:1;
    padding:14px 10px;
    font-weight:400;
}
.exchange-name span {
    font-size: 16px;
}
.exchange-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #b7cbef;
    border-radius: 14px;
    margin-bottom: 8px;
    min-height: 60px;
}
.exchange-row .col-item{
    flex:1;
    color:#003f9e;
    padding: 5px 10px;
}
.exchange-name{
    display:flex;
    align-items:center;
    gap:12px;
}
.exchange-name img{
    width:48px;
    height:48px;
    border-radius:12px;
    object-fit:cover;
}
.sell-price{
    color:#0da63b !important;
}
.buy-price{
    color:#ff5f3d !important;
}
.col-item .btn.y-btn {
    border-radius: 12px;
    background: #FFAA00;
    padding: 9px 28px;
    color: #001D55;
    font-size: 16px;
    width: 100%;
}
@media(max-width:991px){
    .exchange-row {
        flex-wrap: wrap;
        padding: 15px;
    }
    .exchange-row .col-item{
        flex:0 0 50%;
        text-align:right;
        padding:8px;
    }
    .exchange-name{
        flex:0 0 100% !important;
        margin-bottom:10px;
    }
}
.toolbox-content {
    background: #fff;
    border-radius: 40px;
    padding: 30px 300px;
}
.tn-select-box {
    row-gap: 15px;
    align-items: center;
    position: relative;
}
.tn-change-btn-field {
    position: absolute;
    left: 60px;
    background: #FFAA00;
    width: 40px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500rem;
}
.tn-change-btn-field svg{
    margin: auto;
    position: absolute;
    inset: 0;
}
.tn-select-option {
    border: 1px solid #AAC7FF;
    border-radius: 12px;
    padding: 10px 0;
}
.tn-select-box input {
    box-shadow: 0 0 0 4px #0057FF1A;
}
.tns-o-image img {
    width: 27px;
}
.toolbox-box-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 32px;
    box-shadow: 0 0 20px 0 #558FFF;
    position: relative;
    overflow: hidden;
}
.toolbox-box-content:before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 5px;
    width: 250px;
    height: 250px;
    border-radius: 500rem;
    background: #558FFF;
    filter: blur(71px);
    z-index: 0;
    opacity: .8;
}
.toolbox-box-content:after {
    content: "";
    position: absolute;
    top: -73px;
    left: 5px;
    width: 250px;
    height: 250px;
    border-radius: 500rem;
    background: #558FFF;
    filter: blur(71px);
    z-index: 0;
    opacity: .8;
}
.cdr-percentage {
    display: flex;
    align-items: center;
    gap: 2px;
    /*background: #CBF4D6;*/
    border-radius: 500rem;
    width: fit-content;
    padding: 2px 5px;
    z-index: 999999;
}
.cdr-percentage.down{
    background: #FFD3D0;
}
.abt-percentage.up{
    background: #CBF4D6;
}
.cdr-percentage.down .abp-img{
    color:#ED3E27;
    font-size: 12px;
}
.cdr-percentage.up .abp-img{
    color:#03A700;
    font-size: 12px;
}
.tn-change-detail {
    color: #0057FF;
    font-size: 24px;
}
.tn-change-detail {
    color: #0057FF;
    font-size: 24px;
    text-align: center;
    border: 1px solid #7FABFF;
    border-radius: 22px;
    padding: 16px;
    font-weight: 600;
    z-index: 9;
    background: #E7EFFF;
    position: relative;
}
.tn-select-option {
    background: #fff;
}
.tn-cd-right, .tn-cd-left{
    text-align: center;
    border: 1px solid #7FABFF;
    border-radius: 22px;
    padding: 16px;
    width: 100%;
    z-index: 9;
    background: #E7EFFF;
    position: relative;
}
.tnd-title {
    font-size: 16px;
    color: #002B7F;
    line-height: 25px;
}
.tnd-price {
    color: #002B7F;
    font-size: 20px;
    font-weight: 800;
}
.change-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cdr-title {
    color: #002B7F;
    font-size: 16px;
    font-weight: 400;
}
.cdr-price {
    font-size: 16px;
    color: #002B7F;
    font-weight: 700;
}
.aghsat-box label {
    font-size: 16px;
    color: #002B7F;
}
.aghsat-box input {
    border: 1px solid #7FABFF;
    border-radius: 12px;
    padding: 10px;
}
.aghsat-put{
    position: relative;
}
.put-label {
    position: absolute;
    left: 0;
    top: 0;
}
.put-label {
    position: absolute;
    left: 20px;
    top: 45px;
    font-size: 16px;
    width: 10%;
    border-right: 1px solid #0057FF;
    padding-right: 10px;
}
.aghsat-put input {
    text-align: left;
    padding-left: 70px;
}
.form-select:focus{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.aghsat-put .form-select-sm {
    padding: 11px;
    border-radius: 12px;
    border: 1px solid #7FABFF;
}
.aghsat-put .form-select {
    background-position: left .75rem center;
}
.aghsat-content {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 15px;
}
.act-right {
    background: #FFE3AA;
    background: linear-gradient(280deg, rgba(255, 227, 170, 1) 0%, rgba(255, 170, 0, 1) 100%);
    border-radius: 12px;
    padding: 30px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.act-title {
    color: #002B7F;
    font-size: 16px;
}
.act-price {
    color: #002B7F;
    font-weight: 800;
}
.acb-title {
    color: #0057FF;
    margin-top: 40px;
    font-weight: 700;
}
.acb-cards {
    padding: 20px;
    border: 1px solid #7FABFF;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.acb-card-title {
    color: #001D55;
    font-size: 20px;
}
.acb-card-price {
    color: #0057FF;
    font-size: 20px;
    font-weight: 800;
}



.hbp-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 30px;
    right: 30px;
    position: relative;
}

.hbp-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 800;
}

.hbp-des {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 200px;
}

.hbp-author {
    font-size: 12px;
    color: #FFFFFF;
}

.home-blog-post-special {
    width: 100%;
    height: 470px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.home-blog-post-special:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #00000060;
    width: 100%;
    height: 100%;
}
.hbps-title {
    color: #001133;
    font-weight: 900;
    width: 270px;
}
.hbps-des {
    font-size: 14px;
    color: #001133;
    padding: 7px 0;
}
.hbps-author {
    color: #001133;
    font-size: 12px;
}
.home-blog-left {
    gap: 2.3rem;
}



footer {
    background: #E7EFFF;
    padding: 37px 0;
}
.fl-social ul {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.ft-left {
    display: flex;
    align-items: center;
}
.fl-social img {
    width: 32px;
}
.flt-title {
    color: #002B7F;
    font-size: 24px;
    font-weight: 700;
}
.flt-slug {
    color: #002B7F;
    font-size: 20px;
}
.footer-logo img {
    width: 105px;
}
.footer-top{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #7FABFF;
}
.footer-middle{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7FABFF;
}
.fm-title {
    padding-bottom: 24px;
    color: #003AAA;
    font-weight: 800;
    font-size: 20px;
}
.fm-menu li a {
    color: #2A2A2A;
    font-size: 16px;
    line-height: 35px;
}
.nemad-box {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px;
}
.nemad-box ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.fb-des {
    color: #555555;
    font-size: 14px;
}
.fb-des__text {
    font-size: 14px;
}
.fb-des__toggle {
    display: none;
}
.fb-des__toggle-less {
    display: none;
}
.fb-copy {
    color: #0057FF;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}


/*---- Header Of Pages ----*/

.top-effect {
    background: #E7EFFF;
    background: linear-gradient(180deg,rgba(231, 239, 255, 1) 58%, rgba(231, 239, 255, 0) 100%);
    width: 100%;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.top-effect:before {
    content: "";
    position: absolute;
    top: 0;
    opacity: .3;
    right: 0;
    background: url("../img/hiro-network-right.svg");
    width: 500px;
    height: 500px;
}
.top-effect:after {
    content: "";
    position: absolute;
    top: 0;
    opacity: .3;
    left: 0;
    background: url("../img/hiro-network-left.svg");
    width: 500px;
    height: 500px;
}


/*---- Post Type Pages ----*/

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumb li {
    font-size: 14px;
    font-weight: 700;
    color: #0057FF;
}
.breadcrumb li a{
    font-size: 14px;
    color: #555555;
}
.archive-page-title {
    text-align: center;
    font-size: 40px;
    color: #003AAA;
    font-weight: 900;
}
.archive-page-subtitle {
    text-align: center;
    font-size: 32px;
    color: #558FFF;
    padding-top: 8px;
    font-weight: 600;
}
.archive-search-box {
    width: 500px;
    margin: 30px auto 70px auto;
    position: relative;
}
.archive-search-box input {
    box-shadow: 0 0 0 4px #0057FF1A;
    border-radius: 12px;
    font-size: 14px;
    padding: 20px;
}
.archive-search-box button {
    position: absolute;
    top: 10px;
    left: 7px;
}
.cfc-top{
    position: relative;
}
.cfc-agent {
    display: flex;
    padding: 3px;
    gap: 5px;
    align-items: center;
}
.cdfd-title {
    text-align: center;
    font-size: 32px;
    color: #0057FF;
    font-weight: 700;
}
.item.crud-fund-card {
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    background: #fff;
}
.cfc-image img {
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
}
.cfc-title {
    font-size: 18px;
    color: #0057FF;
    font-weight: 600;
    padding: 25px 0;
}
.agent-title {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}
.agent-logo img {
    width: 22px !important;
}
.cfcb-right, .cfcb-left, .cfc-box-mid, .cfc-box-bot {
    background: #E7EFFF;
    border-radius: 12px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color: #002B7F;
}
label.d-block.py-1.archive-filter-checkbox {
    font-size: 14px;
    line-height: 20px;
}
.af-percentage {
    padding: 17px 0 17px 17px;
}
.cfc-box-top {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.cfc-bold {
    font-size: 14px;
    font-weight: bold;
    color: #0048D4;
}
.cfc-bot .psb-buttons {
    padding-top: 10px;
}
.crud-fund-schema {
    position: relative;
}
.crud-fund-schema button.owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    background: #fff !important;;
    width: 40px;
    height: 40px;
    margin: auto !important;
    border-radius: 500rem !important;
    border: 1px solid #7FABFF !important;
}
.crud-fund-schema button.owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    background: #fff !important;
    width: 40px;
    height: 40px;
    margin: auto !important;
    border-radius: 500rem !important;
    border: 1px solid #7FABFF !important;
}
.archive-sidebar-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}
.archive-sidebar-title {
    font-size: 32px;
    color: #0057FF;
    font-weight: 900;
}
.archive-sidebar-filter-title {
    color: #191919;
    font-size: 15px;
}
.archive-filter-remove {
    background: #FFD3D0;
    font-size: 14px;
    border-radius: 500rem;
    padding: 5px 15px;
    width: fit-content;
    color: #ED3E27;
}
.archive-filter {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    margin-bottom: 20px;
    padding: 16px;
}
.archive-filter-percentage {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    margin-bottom: 20px;
}
.archive-filter-percentage-content {
    padding: 16px;
}
.af-title {
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    padding-bottom: 15px;
}
.af-stars, .af-support, .af-status {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.af-stars button, .af-support button, .af-status button {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    font-size: 16px;
    color: #7F7F7F;
    padding: 7px;
}
.af-stars button:hover, .af-support button:hover, .af-status button:hover {
    border: 1px solid #D4D4D4;
}
.af-stars button.active, .af-support button.active, .af-status button.active {
    background: #E7EFFF;
    border: none;
    color: #0057FF;
}
.af-price-field {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.af-price-field span {
    font-size: 16px;
    flex: auto;
    color: #555555;
    text-align: center;
}
.af-price-field input {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #AAC7FF;
    border-radius: 0;
    margin-bottom: 16px;
    text-align: center;
}
.noUi-handle {
    border-radius: 500rem !important;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    width: 22px !important;
    height: 22px !important;
    background: #fff !important;
    border: 2px solid #0057FF !important;
    margin-top: -4px !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}
.noUi-connects {
    height: 3px !important;
    background: #D4D4D4 !important;
}
.noUi-target {
    background: #FAFAFA;
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
    height: 4px !important;
}
.noUi-connect {
    background: #0057FF !important;
}
div#price-slider, div#percentage-slider {
    margin: 30px 20px;
}
.noUi-touch-area:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 500rem;
    background: #fff;
    width: 30px !important;
    height: 30px !important;
    z-index: -1;
}
.percentage-bot {
    display: flex;
    padding: 16px;
    background: #E7EFFF;
    border-radius: 0 0 16px 16px;
    align-items: center;
    justify-content: space-between;
}
.per-bot-title {
    color: #555555;
    font-size: 16px;
}
.per-field{
    width: 150px;
    position: relative;
}
.percentage-icon{
    position: absolute;
    top: 13px;
    left: 13px;
}
.per-field input{
    text-align: left;
    border-radius: 12px;
    border: 1px solid #AAC7FF;
    color: #555555;
    padding: 10px 10px 10px 30px;
}
h2.accordion-header.state-item {
    /*border: 1px solid #AAC7FF;*/
    /*border-radius: 12px;*/
    /*background: #fff;*/
}
.state-item .accordion-button{
    border-radius: 12px !important;
    padding: 1rem 16px;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
}
.state-item .accordion-button::after{
    margin-right: auto;
    margin-left: unset;
}
button:focus:not(:focus-visible){
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #191919 !important;
    background-color: unset !important;
    box-shadow: none !important;
}
.state-filter .accordion-item:last-of-type{
    border-radius: 12px !important;
    border: 1px solid #AAC7FF;
}
.state-item-content {
    padding: 16px;
    color: #6A6A6A;
    font-size: 14px;
    line-height: 30px;
}
.archive-filter-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.archive-filter-checkbox input[type="checkbox"] {
    margin-top: 7px;
    flex-shrink: 0;
}
.archive-list-top {
    padding: 16px;
    border: 1px solid #AAC7FF;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alt-filter {
    display: flex;
    align-items: center;
}
.archive-content .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #AAC7FF;
    margin-bottom: 65px;
}
.single-content .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #AAC7FF;
    margin-bottom: 65px;
}
.alt-filter-items ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.alt-show {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.alt-show:before {
    content: "";
    position: absolute;
    height: 65%;
    width: 1px;
    background: #AAC7FF;
    right: -30px;
}
.alt-list-style {
    display: flex;
    gap: 10px;
}
.alt-filter-title {
    color: #003AAA;
    font-size: 16px;
}
.alt-filter-items a.active {
    color: #0057FF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline !important;
}
.alt-filter-items a {
    color: #191919;
    font-size: 14px;
}
.alt-count-result {
    font-size: 14px;
    color: #191919;
}
.btn.list-btn.active, .btn.grid-btn.active {
    border: none;
    background: #E7EFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    stroke:#0057ff;
}
.btn.grid-btn, .btn.list-btn {
    border: 1px solid #AAAAAA;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 11px;
    justify-content: center;
    stroke:#6A6A6A;
}
.btn.list-btn.active svg, .btn.grid-btn.active svg {
    stroke:#0057ff;
}
.btn.grid-btn svg, .btn.list-btn svg {
    stroke:#6A6A6A;
}
.alt-filter-items {
    padding-right: 10px;
}
.alt-sort-item.form-select.alt-sort-item {
    background: #E7EFFF;
    color: #0057FF;
    font-size: 14px;
    padding: 13px 35px 13px 15px;
    border: 0;
}
.alt-sort{
    position: relative;
}
.alt-sort-item:focus{
    border: 0;
    background: #E6ECF7;
    box-shadow: 0 0 0 .2rem rgba(0,85,242,.15);
}
.archive-sort-direction.is-disabled,
.archive-sort-direction:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.select-icon {
    position: absolute;
    right: 12px;
    top: 11px;
    color: #6F9DF8;
    pointer-events: none;
}
.asl-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.asl-list-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.als-llt-left {
    display: flex;
    align-items: center;
    gap: 50px;
}
.asl-list-right,.asl-list-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.asl-ll-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.asl-ll-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.als-llb-right {
    display: flex;
    align-items: center;
    gap: 35px;
}
.als-lld-detail-tooltips {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    min-width: 120px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #AAC7FF;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(170, 199, 255, 0.35);
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
    pointer-events: none;
}
.als-lld-detail-tooltips::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 7px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    filter: drop-shadow(0 1px 0 #AAC7FF);
}
.als-lld-dt {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}
.als-llb-detail,
.cfcb-right.asl,
.cfcb-left.asl,
.cfc-box-mid.asl {
    position: relative;
}
.als-llb-detail:hover .als-lld-detail-tooltips,
.cfcb-right.asl:hover .als-lld-detail-tooltips,
.cfcb-left.asl:hover .als-lld-detail-tooltips,
.cfc-box-mid.asl:hover .als-lld-detail-tooltips {
    display: block;
}
.als-llb-detail-label,
.asl-card-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.asl-detail-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    flex-shrink: 0;
    line-height: 1;
}
.asl-detail-tooltip svg {
    display: block;
}
.als-llb-bold img,
.cfc-bold.asl img {
    width: 22px;
    height: 22px;
    display: block;
}

/* Dark tip tooltips (Bootstrap custom-tooltip) */
.tooltip.custom-tooltip {
    --bs-tooltip-bg: #212121;
    --bs-tooltip-color: #fff;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-max-width: 280px;
    --bs-tooltip-padding-x: 14px;
    --bs-tooltip-padding-y: 10px;
    --bs-tooltip-border-radius: 10px;
    --bs-tooltip-font-size: 12px;
}
.tooltip.custom-tooltip .tooltip-inner {
    text-align: center;
    line-height: 1.6;
}

/* White card tooltips (Bootstrap custom-tooltip-card) */
.tooltip.custom-tooltip-card {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #555;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-max-width: 240px;
    --bs-tooltip-padding-x: 18px;
    --bs-tooltip-padding-y: 12px;
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-font-size: 13px;
}
.tooltip.custom-tooltip-card .tooltip-inner {
    border: 1px solid #AAC7FF;
    box-shadow: 0 8px 24px rgba(170, 199, 255, 0.35);
    text-align: center;
    line-height: 1.4;
}
.tooltip.custom-tooltip-card .tooltip-arrow::before {
    border-top-color: #fff;
}
.tooltip.custom-tooltip-card[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.custom-tooltip-card.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
    filter: drop-shadow(0 1px 0 #AAC7FF);
}
.custom-tooltip-card__label {
    color: #555;
    font-weight: 400;
}
.custom-tooltip-card__value {
    margin-top: 4px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.asl-comments {
    display: flex;
    gap: 5px;
    align-items: center;
}
.asl-list {
    padding: 11px 15px;
    border: 1px solid #AAC7FF;
    border-radius: 20px;
    margin-bottom: 15px;
    background: #fff;
}
.asl-list-image {
    background: #E7EFFF;
    border-radius: 20px;
    padding: 40px 10px;
    transition: all .8s;
    position: relative;
}
.asl-card-top {
    background: #E7EFFF;
    border-radius: 20px;
    padding: 22px 10px;
    transition: all .8s;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.asl-card-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.asl-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0057FF;
    font-size: 18px;
    font-weight: bold;
}
.asl-title h2{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0057FF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.asl-status {
    background: #E0FFE8;
    border: 1px solid #A9E3A7;
    border-radius: 500rem;
    font-size: 12px;
    color: #03A700;
    padding: 2px 14px;
}
.asl-status.false {
    background: #fbd3d0;
    border: 1px solid #ef5b4c;
    border-radius: 500rem;
    font-size: 12px;
    color: #f1756a;
    padding: 2px 14px;
}
.asl-compare {
    font-size: 14px;
    color: #6A6A6A;
}
.asl-comments {
    background: #E7EFFF;
    padding: 8px 12px;
    border-radius: 12px;
}
.asl-comment-rate {
    font-size: 16px;
    color: #191919;
}
.als-llb-detail {
    font-size: 14px;
    color: #6A6A6A;
    position: relative;
}
.als-llb-bold {
    font-size: 14px;
    color: #191919;
    font-weight: 600;
}
.als-llb-detail:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background: #AAC7FF;
    top: 0;
    left: -18px;
    bottom: 0;
    margin: auto;
}
.als-llb-detail:last-child:after {
    display: none;
}
.als-llb-left a.pb-btn {
    padding: 11px 30px;
}
.als-llb-left a.pb-btn-o {
    padding: 10px 30px;
}
.asl-card {
    border: 1px solid #AAC7FF;
    border-radius: 20px;
    padding: 16px;
    background: #fff;
}
.archive-style-grid .col-12.col-md-4 {
    padding: 8px;
}
.asl-card-bot {
    padding-top: 14px;
}
.asl-card-bot a.pb-btn-o {
    padding: 8px;
}
.asl-card-bot a.pb-btn {
    padding: 8px;
}
.archive-sidebar-list-content {
    border: 1px solid #AAC7FF;
    border-radius: 16px;
    padding: 16px;
    background: #fff;
}
.aslc-title {
    font-size: 20px;
    color: #191919;
    font-weight: 700;
    padding-bottom: 10px;
}
.aslc-list a{
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    line-height: 30px;
}
.aslc-list a.active{
    font-size: 16px;
    color: #0057FF;
    font-weight: 500;
    line-height: 40px;
}
.aslc-list li ul li a {
    font-size: 16px;
    color: #191919;
    font-weight: 300;
    padding-right: 11px;
}
.archive-sidebar-ads {
    margin: 20px 0;
}
.archive-sidebar-ads img{
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .malinex-sticky-sidebar {
        position: sticky;
        top: calc(var(--malinex-header-height, 64px) + 16px);
        align-self: flex-start;
        z-index: 2;
    }

    body.admin-bar .malinex-sticky-sidebar {
        top: calc(var(--malinex-header-height, 64px) + 16px + 32px);
    }
}

.archive-content-post h2{
    color: #191919;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 15px;
}
.archive-content-post h3{
    color: #191919;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 15px;
}
.archive-content-post h4{
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}
.archive-content-post p{
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}
.archive-content-post img{
    margin: 30px 0;
    border-radius: 28px;
    width: 100%;
    height: 100%;
}

.malinex-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.malinex-pagination__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.malinex-pagination__nav,
.malinex-pagination__page,
.malinex-pagination__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #AAC7FF;
    background: #fff;
    color: #0057FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.malinex-pagination__page {
    min-width: 40px;
    padding: 0;
}

.malinex-pagination__dots {
    min-width: 40px;
    padding: 0;
    pointer-events: none;
}

.malinex-pagination__page.is-current {
    background: #0057FF;
    border-color: #0057FF;
    color: #fff;
}

.malinex-pagination__page:not(.is-current):hover,
.malinex-pagination__nav:not(.is-disabled):hover {
    background: #E8F0FF;
    border-color: #0057FF;
    color: #0057FF;
}

.malinex-pagination__nav {
    gap: 6px;
    white-space: nowrap;
}

.malinex-pagination__nav--next {
    background: #E8F0FF;
    border-color: #AAC7FF;
    color: #0057FF;
}

.malinex-pagination__nav--prev.is-disabled,
.malinex-pagination__nav--next.is-disabled {
    background: #F2F2F2;
    border-color: #E0E0E0;
    color: #9E9E9E;
    cursor: default;
}

.malinex-pagination__icon {
    flex-shrink: 0;
}

.custom-table{
    border-collapse: separate;
    border-spacing: 0 5px;
    direction: rtl;
}
.custom-table thead th{
    background:#0055F7;
    color:#fff;
    font-size:14px;
    font-weight:400;
    padding:18px 35px;
    border:none;
    vertical-align:middle;
    white-space:nowrap;
}
.custom-table thead th+th{
    border-right:2px solid rgba(255,255,255,.45);
}
.custom-table thead th:first-child{
    border-radius:0 22px 22px 0;
}
.custom-table thead th:last-child{
    border-radius:22px 0 0 22px;
}
.custom-table tbody td{
    background:#ECECEC;
    color:#0049C9;
    font-size:14px;
    font-weight:400;
    padding:18px 35px;
    border:1px solid #D6D6D6;
    vertical-align:middle;
}
.custom-table tbody td+td{
    border-right:none;
}
.custom-table tbody tr td:first-child{
    border-radius:0 22px 22px 0;
}
.custom-table tbody tr td:last-child{
    border-radius:22px 0 0 22px;
}
.custom-table tbody tr:hover td{
    background:#f3f6fc;
    transition:.25s;
}
.link-more {
    margin: 20px 0;
    padding: 16px;
    font-size: 18px;
    border-right: 4px solid #0057FF;
    background: #E7EFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.link-more-link a {
    font-weight: 600;
    color: #0048D4;
}
.blockquote {
    margin: 20px 0;
    padding: 16px;
    font-size: 18px;
    border-right: 4px solid #0057FF;
    background: #E7EFFF;
    border-radius: 16px;
}
.blockquote-title {
    color: #0048D4;
    font-weight: 600;
}
.blockquote-content {
    color: #191919;
    padding-top: 10px;
    line-height: 30px;
    padding-bottom: 10px;
}
.faq-title {
    font-size: 32px;
    font-weight: 800;
}
.faq {
    margin: 20px 0;
}
h3.accordion-header{
    padding-bottom: 0;
}
.accordion-item {
    margin-bottom: 20px;
}
.faq-item {
    border: 1px solid #AAC7FF !important;
    border-radius: 16px !important;
}
.faq-title button.accordion-button.collapsed {
    border-radius: 16px !important;
}
.accordion-item.faq-item {
    border: none;
}
h3.accordion-header.faq-title {
    background: #E7EFFF;
    border-radius: 16px;
}
h3.accordion-header.faq-title:has(button.accordion-button) {
    background: #E7EFFF;
    border-radius: 16px 16px 0 0;
}
h3.accordion-header.faq-title:has(button.accordion-button.collapsed) {
    background: #E7EFFF;
    border-radius: 16px;
}

.faq-title button.accordion-button {
    background: #E7EFFF;
    color: #0048D4 !important;
    font-weight: 600;
}
.faq-title .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}


/* ---- Single Post Type ---- */

.single-top-detail {
    display: flex;
    gap: 10px;
}
.std-image {
    min-width: 300px;
}
h1.std-title {
    font-size: 32px;
    font-weight: 800;
}
.single-update {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #AAC7FF;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.single-top-comment, .single-comment-box {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #AAC7FF;
    padding: 20px 10px;
}
.stc-top {
    display: flex;
    justify-content: space-between;
}
.stc-title {
    font-size: 16px;
    color: #555555;
}
.stc-total span {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}
.stc-total {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
}
.stc-send {
    margin-top: 20px;
}
.stc-send a {
    color: #0057FF;
    font-size: 16px;
}
.stc-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aif-price {
    background: #E7EFFF;
    border-radius: 8px;
    padding: 4px 8px;
    width: 100%;
}
.aif-price-title {
    font-size: 14px;
    color: #002B7F;
}
.aif-price-price {
    color: #0048D4;
    font-size: 14px;
    font-weight: 600;
}
.aif-body {
    padding: 16px;
    border: 1px solid #AAC7FF;
    border-radius: 18px;
    box-shadow: 2px 4px 22px 7px #0057FF1F;
    margin-bottom: 10px;
}
.aif-body a.pb-btn-o {
    padding: 7px;
    font-size: 14px;
}
.aif-body a.pb-btn {
    padding: 7px;
    font-size: 14px;
}
.aif-body .psb-buttons {
    padding-top: 10px;
}
.aop-title {
    font-size: 14px;
    color: #0057FF;
    font-weight: 700;
}
.aop-title a {
    color: inherit;
}
.aop-right {
    background: #E7EFFF;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.aop-right img {
    width: 81px;
    margin: auto;
    height: 25px;
    object-fit: contain;
}
button.chh-delete.btn {
    width: fit-content;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.aop-bot {
    display: flex;
    align-items: center;
    gap: 5px;
}
.aop-bot .asl-comment-rate {
    font-size: 14px;
    color: #191919;
}
.aop-bot .asl-status {
    padding: 4px 14px;
}
.aop-bot .asl-comments {
    padding: 0 12px;
    border-radius: 8px;
}
.aif-bot .pb-btn {
    padding: 13px 13px;
}
.aif-top {
    display: flex;
    gap: 5px;
}
.aif-right img {
    width: 116px;
    border-radius: 16px;
}
.aif-funder {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #555555;
}
.aif-funder img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: contain;
}
.single-live-rates {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-live-rates .tala-box {
    border-radius: 14px;
    margin-bottom: 0;
}
.single-live-rates .ab-right {
    width: 72px;
    min-height: 72px;
    border-radius: 12px;
    flex-shrink: 0;
}
.single-live-rates .ab-tala-icon img {
    width: 42px;
    object-fit: contain;
}
.single-live-rates .abt-name {
    font-size: 13px;
}
.single-live-rates .abt-price {
    font-size: 16px;
}
.single-live-rates .abt-percentage {
    top: 12px;
    bottom: auto;
    margin: 0;
}
.aif-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aif-title {
    color: #0057FF;
    font-size: 14px;
    font-weight: 700;
}
.std-i {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    background: #fff;
    padding: 48px 0;
    text-align: center;
}
.su-title {
    font-size: 16px;
}
.su-date {
    font-size: 16px;
}
.s-tab {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    padding: 25px 45px !important;
}
.s-tab ul {
    display: flex;
    gap: 50px;
}
.s-tab a {
    color: #555555;
}
.s-tab a.active {
    color: #0057FF;
    font-weight: 700;
}
.single-sidebar {
    border-radius: 18px;
    border: 1px solid #AAC7FF;
    margin-bottom: 15px;
}
.sidebar-title {
    background: #0057FF;
    border-radius: 18px 18px 0 0;
    padding: 16px;
    color: #fff;
    font-weight: 600;
}
.sidebar-content {
    padding: 10px;
}
.sc-licence li {
    color: #003AAA;
    font-size: 12px;
    padding: 7px 20px 7px 10px;
    border: 1px solid #AAC7FF;
    margin-bottom: 8px;
    border-radius: 500rem;
    width: max-content;
    background: #E7EFFF;
    position: relative;
}
.sc-licence li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 500rem;
    background: #0057FF;
    right: 10px;
}
.single-sidebar.side-licence .sidebar-content {
    max-height: none;
    overflow: visible;
}
.single-sidebar.side-licence.has-more:not(.is-expanded) .sidebar-content {
    max-height: 145px;
    overflow: hidden;
}
.single-sidebar.side-licence.has-more:not(.is-expanded) .sc-licence li.is-licence-hidden {
    display: none;
}
.single-sidebar.side-licence.is-expanded .sc-show-more {
    display: none;
}
.single-sidebar.side-licence {
    position: relative;
}
.sc-show-more a {
    position: absolute;
    bottom: 8px;
    left: 15px;
    font-size: 16px;
    color: #003AAA;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.39) 100%);
    width: 93%;
    text-align: left;
}
.sc-detail {
    padding: 10px;
    border-bottom: 1px solid #AAC7FF;
}
.sc-detail:last-child {
    border-bottom: none;
}
.sc-detail {
    display: flex;
    align-items: center;
    gap: 11px;
}
.sc-detail-icon {
    background: #FFE3AA;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 500rem;
}
.text-title {
    font-size: 16px;
    color: #555555;
}
.text-name {
    font-weight: 700;
    color: #555555;
}
.sc-text-detail {
    flex: 1;
}
.address-text-title {
    font-size: 16px;
    color: #0057FF;
    font-weight: 700;
}
.side-address .text-name {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}
.side-address .sc-detail {
    align-items: flex-start;
}
.single-detail-box {
    border: 1px solid #AAC7FF;
    border-radius: 18px;
    margin-bottom: 20px;
}
.single-detail-title {
    background: #E7EFFF;
    padding: 16px;
    border-radius: 16px 16px 0 0;
}
.sdb-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #003AAA;
    font-weight: 700;
}
.sdc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #AAC7FF;
}
.sdc:last-child {
    border-bottom: none;
}
.sdc-right {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.single-detail-content ul li {
    color: #003AAA;
    font-size: 14px;
    padding: 7px 20px 7px 10px;
    border: 1px solid #AAC7FF;
    margin-bottom: 8px;
    border-radius: 500rem;
    width: max-content;
    background: #E7EFFF;
    position: relative;
}
.single-detail-content ul li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 500rem;
    background: #0057FF;
    right: 10px;
}
.single-detail-content ul {
    padding: 20px 10px 10px 10px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sdc-table-left ul {
    padding: 20px 10px 10px 10px !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sdc-table-right, .sdc-table-left {
    display: flex;
    align-items: center;
    padding: 11px;
    gap: 13px;
}
.sdc-left li {
    background: #FFE3AA !important;
    color: #805500 !important;
    font-size: 18px !important;
    padding:2px 9px !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.sdc-left li:before {
    display: none;
}
.sdc-left ul {
    padding: 0 !important;
}
.sdc-table-content li {
    background: #FFE3AA !important;
    color: #805500 !important;
    font-size: 18px !important;
    padding:2px 9px !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.sdc-table-content li {
    background: #FFE3AA !important;
    color: #805500 !important;
    font-size: 18px !important;
    padding:2px 9px !important;
    border: none !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.sdc-table-content li:before {
    display: none;
}
.sdc-table-content ul {
    padding: 0 !important;
}
.sdc-table {
    display: flex;
    border-left: 1px solid #AAC7FF;
    gap: 10px;
}
.sdc-table-right {
    border-left: 1px solid #AAC7FF;
}
.insurance-badge{
    background: #FFE3AA !important;
    color: #805500 !important;
    font-size: 18px !important;
    padding:5px 9px !important;
    border: none !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.insurance-table{

    border-collapse: collapse;
}
.insurance-table td {
    padding: 15px 20px !important;
    vertical-align: middle;
    background: none !important;
}
.insurance-table tr+tr td{
    /*border-bottom: 1px solid #AAC7FF;*/
}
.insurance-table tr{
    border-bottom: 1px solid #AAC7FF;
}
.insurance-table tr:last-child{
    border-bottom: 1px solid #ffffff00;
}
.category-col{
    width: max-content;
    white-space:nowrap;
    border-left:1px solid #AAC7FF !important;
    color:#555;
    font-size:16px !important;
    font-weight: 300;
}
.insurance-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:.45rem 1.35rem;
    background:#F9DEA0;
    color:#7B5400;
    border-radius:999px;
    font-size:16px;
    font-weight:600;
    line-height:1;
}
td.text-end.category-col .d-flex.align-items-center {
    font-size: 16px;
}
.s-ads-box {
    background: #FFF8EB;
    border: 1px solid #FFAA00;
    border-radius: 18px;
    padding: 48px 0;
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.sab-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 16px;
}
.sab-img a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.sab-img img {
    max-width: 180px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.single-ads .col-md-4 {
    display: flex;
}
.malinex-single-comment-form {
    margin: 0;
}
.malinex-single-comment-form p {
    margin: 0;
}
.single-comment .comment-form .comment-respond h3,
.single-comment .comment-form .comment-reply-title {
    display: none;
}
.asb-tag {
    position: absolute;
    background: #fff;
    border: 1px solid #FFAA00;
    border-radius: 5px;
    top: 10px;
    left: 10px;
    padding: 3px 12px;
    font-size: 14px;
    color: #AA7100;
}
.single-news {
    background: #E7EFFF;
    padding: 40px 0;
}
.archive-content-post .archive-related-posts.single-news {
    margin-top: 32px;
    padding: 24px;
    border-radius: 16px;
}
.archive-content-post .archive-related-posts .posts-widget-top {
    margin-bottom: 0;
}
.archive-related-card .single-post-title {
    color: #191919;
}
.single-post-image img {
    border-radius: 18px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}
.single-post-title {
    font-weight: 700;
    margin-bottom: 5px;
}
.single-post-date {
    font-size: 12px;
    color: #003AAA;
}
.comment-form-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
.cf-name,.cf-email{
    width: 100%;
}
.cf-email input{
    text-align: right;
}
.comment-form input{
    box-shadow: 0 0 0 4px #0057FF1A;
    padding: 13px 10px;
    font-size: 16px;
}
.comment-form textarea{
    box-shadow: 0 0 0 4px #0057FF1A;
    padding: 13px 5px;
    font-size: 16px;
}
.comment-form label {
    font-size: 18px;
    font-weight: 600;
}
.comment-form-bot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}
.cm-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cmb-title {
    color: #191919;
    font-weight: 600;
}
.malinex-star-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}
.malinex-star-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    opacity: 0.35;
}
.malinex-star-btn.is-active {
    opacity: 1;
}
.comment-form {
    border-bottom: 1px solid #AAC7FF;
    padding-bottom: 30px;
}
.sc-body {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #AAC7FF;
    padding: 15px;
    margin-bottom: 20px;
}
.sc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc-top-right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sc-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.scb-title {
    font-size: 19px;
    color: #191919;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 25px 0;
}
.scb-total {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.scb-total span{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.scb-image {
    margin: auto;
    text-align: center;
    padding: 13px 0 15px;
}
.scb-text {
    text-align: center;
    color: #555555;
    font-size: 16px;
}
.single-comment-box {
    border-radius: 20px;
}
.single-detail-content ul {
    flex-wrap: wrap;
}


/* ---- Search Page ---- */

.search-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-page-title{
    color: #003AAA;
    font-size: 40px;
    font-weight: 800;
}
.search-page-count{
    padding-top: 20px;
    color: #558FFF;
    font-size: 32px;
    font-weight: 700;
}
.search-page-pages{
    padding-top: 20px;
    color: #555555;
}
.search-page-back {
    text-align: left;
}

.search-content {
    padding-bottom: 48px;
}

.search-content--general .row {
    flex-direction: column;
}

.search-content--general .search-result-body {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.search-result-body {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.search-result-body > .srb-content {
    flex: 1;
    min-width: 0;
}

.srb-image {
    flex-shrink: 0;
}

.srb-image img {
    width: 300px;
    height: 170px;
    object-position: center center;
    margin: auto;
    border-radius: 18px;
    border: 1px solid #AAC7FF;
    object-fit: cover;
    display: block;
}

.srb-title {
    font-size: 32px;
    font-weight: 800;
    color: #2A2A2A;
    margin-bottom: 12px;
}

.search-result-body > .srb-content > .srb-content {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srb-more .b-btn {
    border-radius: 12px;
}

.search-no-results {
    color: #555555;
    font-size: 18px;
}


/* ---- Search Box ---- */

.modal-header {
    border-bottom: 0 !important;
    padding: 0;
}
.search-form-modal{
    width: 75%;
}
.sfm{
    position: relative;
}
.sfm input {
    box-shadow: 0 0 0 4px #0057FF1A;
    padding: 20px 10px;
    font-size: 16px;
    border-radius: 12px;
}
div#search-box .modal-content {
    border-radius: 32px;
}
.sfm button {
    position: absolute;
    top: 8px;
    left: 8px;
}

.header-search-results {
    width: 75%;
    margin: -8px auto 28px;
}

.header-search-results-list {
    display: flex;
    flex-direction: column;
}

.header-search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #AAC7FF;
    text-decoration: none;
    color: inherit;
}

.header-search-item:first-child {
    border-top: 1px solid #AAC7FF;
}

.header-search-item:hover {
    color: inherit;
}

.header-search-item-image {
    flex-shrink: 0;
}

.header-search-item-image img {
    width: 132px;
    height: 74px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.header-search-item-title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #000000;
}

.header-search-more {
    padding-top: 22px;
}

.header-search-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0057FF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.header-search-more-link:hover {
    color: #003AAA;
}

.header-search-loading,
.header-search-empty {
    padding: 18px 0;
    border-top: 1px solid #AAC7FF;
    border-bottom: 1px solid #AAC7FF;
    font-size: 15px;
    color: #555555;
}


/* ---- Single Page Content ---- */

section.single-page-content .container {
    background: #fff;
    padding: 25px;
    border-radius: 40px;
    border: 1px solid #AAC7FF;
}
.single-page-title {
    color: #003AAA;
    font-weight: 900;
    font-size: 40px;
    padding-bottom: 30px;
}
.single-page-content p {
    line-height: 32px;
}
.single-page-content h2 {
    color: #0057FF;
    font-weight: 800;
    font-size: 32px;
    padding-top: 30px;
}


/* ---- Blog Page ---- */

.blog-page-title{
    font-size: 32px;
    font-weight: 900;
    color: #0057FF;
    text-align: center;
}
.blog-page-cats {
    display: flex;
    width: 70%;
    margin: auto;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.bp-cat {
    background: #fff;
    display: flex;
    border-radius: 16px;
    border: 1px solid #0057FF;
    gap: 5px;
    padding: 12px 32px;
    align-items: center;
}
.bp-cat.active {
    background: #0057FF;
    box-shadow: 1px 2px 20px 4px #0057FF52;
}
.bp-cat svg{
    stroke: #0057FF;
}
.bp-cat.active svg{
    stroke: #fff;
}
.bp-cat-title {
    font-size: 16px;
    color: #0057FF;
    font-weight: 600;
}
.bp-cat.active .bp-cat-title {
    color: #fff;
}
.blog-page-header {
    border-bottom: 1px solid #AAC7FF;
}




.blog-section-grid {
    background: #DAEFF1;
}
.blog-section-grid-2 {
    background: #FFF0E1;
}
.blog-post-t-1{
    position: relative;
    height: 100%;
}
.blog-post-t-2 {
    position: relative;
    height: 195px;
}
.blog-post-t-1 img {
    width: 20px;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 20px;
}
.blog-post-flex .blog-post-t-1 .bp-img img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}
.blog-post-flex .blog-post-t-1 {
    height: 360px;
}
.blog-post-flex .blog-post-t-2 .bp-img img {
    border-radius: 16px;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}
.blog-post-flex .blog-post-t-2 {
    height: 250px;
}
.blog-post-t-2 img {
    border-radius: 16px;
    width: 20px;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 20px;
}
.bp-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
}
.bp-bot {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-post-t-1 {
    position: relative;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    min-height: 300px;
}
figure {
    margin: 0 0 1rem;
    width: 100% !important;
}
a.bp-title h3{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.blog-post-t-2 a.bp-title h3{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
a.bp-des {
    color: #FFFFFF;
    font-size: 16px;
}
.bp-bot {
    padding: 20px;
}
.blog-post-t-1 .hbps-author,.blog-post-t-2 .hbps-author {
    color: #fff;
}
.blog-post-t-1 .hbps-author svg,.blog-post-t-2 .hbps-author svg{
    stroke: #fff;
}
.blog-post-t-1:after {
    content: "";
    position: absolute;
    background: #001D55;
    background: linear-gradient(0deg,rgba(0, 29, 85, 1) 0%, rgba(0, 29, 85, 0) 80%);
    width: 100%;
    height: 70%;
    bottom: 0;
    border-radius: 16px;
    z-index: 0;
}
.bp-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.blog-post-t-2:after {
    content: "";
    position: absolute;
    background: #001D55;
    background: linear-gradient(0deg,rgba(0, 29, 85, 1) 0%, rgba(0, 29, 85, 0) 80%);
    width: 100%;
    height: 70%;
    bottom: 0;
    border-radius: 24px;
    z-index: 0;
}
.bp-bot-bot {
    display: flex;
    gap: 25px;
}
.hbps-image img {
    width: 205px;
    border-radius: 18px;
    height: 129px;
}
.h-about-title {
    color: #183C4C;
    font-size: 36px;
    font-weight: 900;
    position: relative;
    width: fit-content;
}
.h-about-title:after {
    content: "";
    position: absolute;
    background-image: url(../img/after-title.svg);
    height: 22px;
    width: 28px;
    margin-right: -35px;
    top: 15px;
    left: -40px;
}
.h-about-btn {
    background: #24ADB5;
    padding: 14px 20px;
    height: fit-content;
    color: #fff;
    border-radius: 500rem;
    width: fit-content;
}

.blog-post-t-3 {
    background: #F8FFFF;
    padding: 15px;
    border-radius: 32px;
    border: 1px solid #24ADB5;
}
.bpt-3-img img {
    width: 100%;
    border-radius: 24px;
}
a.bpt-3-title {
    color: #213B4A;
    font-weight: 800;
    font-size: 20px;
    height: 80px;
    overflow: hidden;
    display: block;
}
.bpt-t-3-description {
    color: #213B4A;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
}
.bpt-3-bot .bp-user-title {
    color: #24ADB5 !important;
}
.bpt-3-bot .bp-date-title {
    color: #24ADB5 !important;
}
.bp-3-cats ul {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 0;
}
.bp-3-cats li a {
    font-size: 12px;
    color: #fff;
    background: #24ADB5;
    padding: 5px 10px;
    border-radius: 500rem;
}
.bg-blue-sky {
    background: #E7EFFF;
    padding: 40px 0;
    margin: 50px 0;
}
.grid-posts {
    display: flex;
    gap: 20px;
    align-items: center;
}
.g-post-body {
    border-radius: 20px;
    border: 1px solid #AAC7FF;
    padding: 10px;
    background: #fff;
}
.gp-image img {
    width: 100%;
    border-radius: 20px;
}
.g-posts .col-12.col-md-4 {
    padding: 5px;
}
.gp-title {
    font-size: 16px;
    font-weight: 800;
    color: #003AAA;
    padding: 11px 0;
}
.gp-des {
    color: #003AAA;
    font-size: 14px;
    padding-bottom: 10px;
}
.gp-detail .hbps-author {
    color: #003AAA !important;
    font-size: 12px;
}
.gp-detail .hbps-detail {
    justify-content: space-between;
    padding-bottom: 15px;
}
.bpc-more {
    text-align: center;
    margin-top: 30px !important;
}
.subscribe-body{
    width: 75%;
}
.subs-section{
    padding: 40px 0;
    background: #F5F5F5;
}
.subscribe-body .sfm {
    width: 60%;
    margin-top: 45px;
}
.subscribe-image img {
    width: 100%;
}
.subscribe-title {
    font-size: 32px;
    color: #003AAA;
    font-weight: 900;
}
.subscribe-des {
    font-size: 16px;
    color: #555555;
    padding-top: 10px;
}
.subs-section {
    position: relative;
}
.subs-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/sub-bg.svg);
    height: 100%;
    width: 900px;
    opacity: .8;
    z-index: 0;
}
.subs-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    opacity: .8;
    z-index: 9;
    background: url(../img/eclips-subs.svg) no-repeat;
}
.subscribe-image {
    z-index: 9999;
    position: relative;
}


/* ---- Blog Cats ---- */

section.blog-single-top {
    background: #E7EFFF;
    background: linear-gradient(0deg, rgba(231, 239, 255, 1) 59%, rgba(231, 239, 255, 0) 100%);
    position: relative;
    padding-bottom: 30px;
}
.bst-cat-icon {
    width: 86px;
    height: 86px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500rem;
    box-shadow: 2px 5px 15px 6px #0057FF5E;
}
.bst-cat-title {
    color: #001D55;
    font-size: 16px;
    padding-bottom: 5px;
}
.bst-cat-name {
    color: #0057FF;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 5px;
}
.bst-des {
    color: #191919;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 35px;
}
.bst-btns {
    width: fit-content;
}
.bst-btns a.pb-btn-o {
    text-wrap-mode: nowrap;
}
.bst-cat {
    display: flex;
    gap: 7px;
    align-items: center;
}
.number-posts {
    color: #555555;
}
.cat-post-bot-detail .hbps-author {
    color: #555555 !important;
    font-size: 12px;
}
.cat-post-bot-detail .hbps-detail {
    justify-content: space-between;
    padding-bottom: 15px;
}
.cat-post-title {
    color: #555555;
    font-weight: 800;
    padding: 12px 0 10px;
}
.cat-post-image img {
    width: 100%;
    border-radius: 20px;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.single-top-detail-image img {
    max-height: 390px;
    object-fit: cover;
}
.wp-block-table table {
    border-collapse: unset;
    width: 100%;
}
.cats-seo-content{
    max-height: 450px;
    overflow: hidden;
    position: relative;
}
.cats-seo-content:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(0, 29, 85, 0) 100%);
    bottom: 0;
    right: 0;
}
.show-more-texts {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 9;
}
.show-more-texts a.pb-btn {
    padding: 9px 24px;
}


/* ---- Blog Single Post ---- */

.single-top-detail-body .hbps-author {
    color: #555555 !important;
    font-size: 16px;
    margin-top: 40px;
}
.std-cats ul {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.std-cats{
    margin-bottom: 10px;
}
.std-cats li a {
    border: 1px solid #0057FF;
    border-radius: 500rem;
    padding: 1px 19px;
    background: #ffffff;
}
.std-top-title {
    font-size: 24px;
    font-weight: 800;
    color: #0057FF;
    padding: 5px 0 10px;
}
.std-description {
    color: #191919;
    font-weight: 300;
    padding-left: 70px;
}
.single-top-detail-image img {
    width: 100%;
    border-radius: 24px;
}
.alt-sort-filter{
    position: relative;
}
.alt-sort-filter:after {
    position: absolute;
    content: "";
    background: #AAC7FF;
    height: 100%;
    width: 1px;
    top: 0;
    left: -14px;
}
.invest-archive .alt-show:before {
    content: "";
    position: absolute;
    height: 200%;
    width: 1px;
    background: #AAC7FF;
    right: -10px;
}
/* ===============================
   Table Wrapper
================================== */
.fund-table-wrapper{
    position:relative;
    border-radius:20px;
}
.fund-table-scroll{
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    padding-bottom:10px;
}
.fund-table-scroll::-webkit-scrollbar{
    height:8px;
}
.fund-table-scroll::-webkit-scrollbar-thumb{
    background:#c8d6ef;
    border-radius:20px;
}
/* ===============================
   Table
================================== */
.fund-table{
    min-width:1850px;
    border-collapse:separate;
    border-spacing:0 5px;
    margin:0;
}
.fund-table th {
    background: linear-gradient(180deg, #1663ff, #0d55e7);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid;
    padding: 1.1rem .9rem !important;
}
.fund-table th:first-child{
    border-radius:0 14px 14px 0;
}
.fund-table th:last-child{
    border-radius:14px 0 0 14px;
}
.fund-table td{
    background:#fff;
    padding:14px 18px;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    border-top:1px solid #d9e7ff;
    border-bottom:1px solid #d9e7ff;
    color:#2150a5;
    font-size:14px;
}
.fund-table td+td{
    border-right:1px solid #d9e7ff;
}
.fund-table tbody tr td:first-child{
    border-right:1px solid #d9e7ff;
    border-radius:0 14px 14px 0;
}
.fund-table tbody tr td:last-child{
    border-left:1px solid #d9e7ff;
    border-radius:14px 0 0 14px;
}
.fund-table tbody tr{
    transition:.25s;
}
.hbp-author img {
    width: 25px;
    border-radius: 500rem;
}
.asl-list-image img {
    width: 150px;
    height: 46px;
    object-fit: contain;
}
.price-filter {
    padding: 30px 5px 20px 20px;
}
.asl-card-top img {
    width: 150px;
    height: 46px;
    object-fit: contain;
}
/* ===============================
Fund Name
================================== */
.fund-name{
    display:flex;
    align-items:center;
    gap:12px;
}
.fund-name img {
    width: 59px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    background: #eef4ff;
    padding: 8px;
}
.fund-name strong{
    display:block;
    color:#08388c;
    font-size:15px;
}
.fund-name small{
    display:block;
    color:#9aa9c5;
    margin-top:2px;
    font-size:11px;
}
/* ===============================
Badge
================================== */
.fund-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 4px 10px;
    border-radius:999px;
    background:#ffe9b7;
    color:#946200;
    font-weight:700;
    font-size:13px;
}
/* ===============================
Action Button
================================== */
.action-btn{
    width:46px;
    height:46px;
    border-radius:12px;
    border:none;
    background:#eef4ff;
    color:#2463ff;
    transition:.2s;
}
.action-btn:hover{
    background:#2463ff;
    color:#fff;
}
.action-btn:hover svg{
    stroke:#fff;
}
/* ===============================
Positive Negative
================================== */
.text-success{
    color:#10a020 !important;
}
.text-danger{
    color:#ef4423 !important;
}
/* ===============================
Arrows
================================== */
.table-arrow {
    position: absolute;
    top: 0;
    z-index: 20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    border: 1px solid #7FABFF;
    bottom: 0;
    margin: auto;
}
.table-arrow:hover{
    transform:scale(1.08);
}
.arrow-right {
    left: -55px;
}
.arrow-left{
    right:-55px;
}


/* ---- Single Invest ---- */

.invest-image {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    background: #fff;
    padding: 15px;
    width: fit-content;
}
.invest-title {
    font-size: 40px;
    color: #191919;
    font-weight: 800;
}
.invest-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}
.invest-image img {
    width: 80px;
    height: 80px;
}


/* ---- About Us ---- */

.about-us-title {
    color: #003AAA;
    font-size: 32px;
    font-weight: 800;
}
.about-us-des {
    font-size: 18px;
    color: #191919;
    font-weight: 300;
    padding: 10px 0 10px 160px;
}
.about-us-slug {
    font-size: 20px;
    color: #558FFF;
    font-weight: 600;
    padding-right: 15px;
    margin-top: 10px;
    position: relative;
}
.about-us-slug:before {
    position: absolute;
    content: "";
    background: #FFAA00;
    height: 10px;
    width: 10px;
    border-radius: 500rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-miss-body {
    padding: 20px;
    border-radius: 40px;
    background: #AAC7FF;
    background: linear-gradient(45deg,rgba(170, 199, 255, 1) 35%, rgba(231, 239, 255, 1) 100%);
}
.about-miss-icon {
    background: #0057FF;
    border-radius: 16px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-miss-title {
    color: #003AAA;
    font-size: 24px;
    font-weight: 700;
}
.about-miss-content {
    color: #191919;
    line-height: 31px;
    min-height: 150px;
}
.about-counter-title {
    padding-top: 13px;
    color: #003AAA;
    font-size: 32px;
    font-weight: bold;
}
span.malinex-counter-value {
    font-size: 32px;
}
.hbps-author.d-flex.align-items-center.gap-1 img {
    width: 20px;
    border-radius: 500rem;
}
.about-counter-slug {
    padding: 13px;
    color: #191919;
}
.counter-down {
    border: 1px solid #AAC7FF;
    text-align: center;
    border-radius: 24px;
    padding: 24px;
    font-size: 32px;
    color: #0057FF;
    font-weight: 900;
    direction: ltr;
    background: #fff;
}
.counter-down .malinex-counter-value {
    display: block;
}
.counter-down span:not(.malinex-counter-value) {
    display: block;
    color: #191919;
    font-size: 18px;
    font-weight: 400;
}
.ag-content.ag-bg-1,.ag-content.ag-bg-4 {
    color: #332200;
    font-size: 24px;
    font-weight: 700;
}
.ag-content.ag-bg-2 {
    color: #001D55;
    font-size: 24px;
    font-weight: 700;
}
.ag-content.ag-bg-1 a,.ag-content.ag-bg-4 a{
    color: #AA7100;
    font-weight: 400;
}
.ag-content.ag-bg-2 a{
    color: #0048D4;
    font-weight: 400;
}
.ag-slug {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}
.ag-content span{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}
.ag-content.ag-bg-1,.ag-content.ag-bg-2,.ag-content.ag-bg-3,.ag-content.ag-bg-4{
    min-height: 270px;
    width: 100%;
    background-size: cover;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 41px;
    padding-right: 20px;
    justify-content: flex-end;
    gap: 15px;
}
.ag-content.ag-bg-1{
    background: url("../img/card1-desktop.png") no-repeat;
    background-size: cover;
}
.ag-content.ag-bg-2{
    background: url("../img/card2-desktop.png") no-repeat;
    background-size: cover;
}
.ag-content.ag-bg-3{
    background: url("../img/card3-desktop.png") no-repeat;
    background-size: cover;
}
.ag-content.ag-bg-4{
    background: url("../img/card4-desktop.png") no-repeat;
    background-size: cover;
}
.ag-content a {
    text-decoration: underline !important;
}
.arkan-body{
    display: flex;
    gap: 30px;
}
.ar-box {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 7px 12px 20px 1px #0057FF4D;
}
.ar-box-1,.ar-box-2 {
    box-shadow: 7px 12px 20px 1px #0057FF4D;
}
.ar-box-3,.ar-box-4 {
    box-shadow: -6px 13px 20px 1px #0057FF4D;
}
.ar-box-top {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.ar-box-icon {
    width: 40px;
    height: 40px;
    background: #FFD480;
    border-radius: 500rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar-box-title {
    color: #003AAA;
    font-weight: 700;
}
.ar-box-content {
    font-size: 16px;
    color: #555555;
}
.about-team-title {
    color: #003AAA;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.a-team-body img {
    width: 100%;
}
.a-team-title {
    color: #191919;
    font-weight: 700;
    padding-top: 11px;
}
.a-team-position {
    color: #191919;
    padding-bottom: 20px;
}
.about-licence-title {
    color: #003AAA;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
}
.a-licence-body {
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    border: 1px solid #AAC7FF;
}
.about-faq-title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
}


/* ---- Guid Line ---- */

.guid-line-top {
    background: #AAC7FF;
    background: linear-gradient(20deg, rgba(170, 199, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
    border-radius: 24px;
}
.guid-line-top-detail {
    padding-top: 85px;
    position: relative;
    overflow: hidden;
}
.guid-line-top-detail:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 100%;
    right: -43px;
    top: 0;
    background-image: url(../img/guid-top.svg);
    background-repeat: no-repeat;
}
.guid-line-title {
    color: #0057FF;
}
.guid-line-des {
    font-size: 32px;
    font-weight: 700;
    color: #003AAA;
    padding-top: 5px;
}
.guid-line-detail-image {
    width: 100%;
    text-align: center;
}
.guid-line-detail-image img {
    width: 300px;
}
.guid-tabs .nav-item {
    border: 1px solid #0057FF;
    border-radius: 12px;
}
.guid-box-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 6px;
    height: 24px;
    background: #FFAA00;
}
.guid-box-title {
    padding: 13px 13px;
    color: #003AAA;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.guid-content {
    padding: 0;
}
.guid-box-title-head {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    padding: 12px 0px 9px;
}
.guid-content p {
    color: #191919;
    line-height: 160%;
    font-weight: 400;
}
.guid-image-content img {
    width: 100%;
}
.guid-box-content-img img {
    width: 100%;
}


/* ---- Contact Us ---- */

.contact-us-form {
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    background: #fff;
    padding: 20px;
}
.contact-us-form {
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 20px 3px #0057FF52;
}
.contact-us-form .comment-form-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}
.contact-us-form input {
    box-shadow: 0 0 0 4px #0057FF1A;
    padding: 13px 10px;
    font-size: 16px;
}
.contact-us-form textarea {
    box-shadow: 0 0 0 4px #0057FF1A;
    padding: 13px 5px;
    font-size: 16px;
}
.contact-us-des {
    font-size: 18px;
    color: #191919;
    font-weight: 300;
    padding: 10px 0 10px 50px;
}
.social-icon {
    background: #E7EFFF;
    border-radius: 16px;
    padding: 30px 10px;
}
.social-card {
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    box-shadow: 4px 7px 20px 3px #0057FF52;
    padding: 10px;
    display: flex;
    gap: 10px;
}
.sd-title {
    color: #0057FF;
    font-size: 20px;
    font-weight: 600;
}
.social-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.map-bg {
    background: #FFC65500;
    background: linear-gradient(27deg, rgba(255, 198, 85, 1) 0%, rgb(255 198 85 / 18%) 54%);
    border-radius: 36px;
    padding: 40px 32px;
    border: 1px solid #FFC655;
}
.contact-map-image  {
    position: relative;
}
.contact-map-image img {
    position: absolute;
    border-radius: 36px;
    box-shadow: 5px 8px 13px 3px #FFAA0042;
    width: 100%;
}
.map-contact-detail {
    padding-left: 115px;
    color: #191919;
    margin-bottom: 32px;
}
.mcd-detail span {
    font-weight: 600;
}
.map-contact-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.mcd-icon {
    background: #003AAA;
    border-radius: 500rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-contact-detail:first-child .mcd-icon {
    width: 72px;
}
.mcd-detail {
    line-height: 37px;
}




.ch-remove {
    background: #FFD3D0;
    font-size: 14px;
    border-radius: 12px;
    padding: 10px 16px;
    width: fit-content;
    color: #ED3E27;
}
.compare-head {
    border-radius: 28px;
    border: 1px solid #AAC7FF;
    padding: 20px 20px 8px;
    background: #fff;
}
.ch-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ch-top-title {
    color: #0057FF;
    font-weight: 600;
}
.ch-top-body {
    border-radius: 16px;
    border: 1px solid #AAC7FF;
    padding: 10px;
    position: relative;
}
.compare-head .col-6.col-md-3 {
    padding: 5px;
}
.chh-delete {
    position: absolute;
    left: 10px;
    top: 10px;
}
.chh-image {
    background: #E7EFFF;
    border-radius: 16px;
    padding: 25px 13px;
    text-align: center;
}
.chh-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.chh-image img {
    width: 100px;
}
.chh-title {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
}
.ch-body a.pb-btn {
    padding: 11px 24px;
}
.ch-body a.pb-btn-o {
    padding: 10px 24px;
}
.modal-header .btn-close {
    margin-right: auto;
    margin-left: unset;
}
.ch-header.clear {
    height: 100%;
    background: #F5F5F5;
    border-radius: 16px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.std-i img {
    width: 270px;
    height: 82px;
    object-fit: contain;
}
.chh-image img {
    width: 94px;
    height: 28px;
    object-fit: contain;
}
.compare-body-list {
    border-radius: 16px;
    padding: 25px 10px;
    border: 1px solid #AAC7FF;
    margin: 15px 0;
    background: #fff;
}
.cbl-title {
    color: #555555;
    line-height: 35px;
}
.cbl-content {
    color: #003AAA;
    font-weight: 700;
}
.compare-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.compare-rating-star {
    display: inline-flex;
    line-height: 1;
}
.compare-rating-value {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.compare-pill-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.compare-pill {
    color: #003AAA;
    font-size: 14px;
    padding: 7px 20px 7px 10px;
    border: 1px solid #AAC7FF;
    margin-bottom: 8px;
    border-radius: 500rem;
    width: max-content;
    max-width: 100%;
    background: #E7EFFF;
    position: relative;
    display: inline-block;
}
.compare-pill:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 500rem;
    background: #0057FF;
    right: 10px;
}
.chh-top--no-logo {
    justify-content: center;
    padding: 8px 0;
}
.chh-top--no-logo .chh-title {
    text-align: center;
    width: 100%;
}
.csb-item {
    padding: 8px 12px 8px 28px;
}
.compare-modal-item {
    justify-content: space-between;
}
.compare-modal-item-body {
    flex: 1;
    min-width: 0;
    padding-left: 8px;
}
.compare-body-list.clear.text-center {
    border-radius: 16px;
    padding: 25px 10px;
    border: 0;
    margin: 15px 0;
    background: #F5F5F5;
    height: 100%;
}
.cmpb .col-6.col-md-3 {
    padding: 5px;
}

body.has-compare-bar {
    padding-bottom: 120px;
}
.asl-compare {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}
.asl-compare input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #0057FF;
    cursor: pointer;
    flex-shrink: 0;
}
.asl-compare.is-checked,
.asl-compare input:checked + span {
    color: #0057FF;
    font-weight: 500;
}
[data-compare-platform].is-active {
    background: #E7EFFF;
    border-color: #0057FF;
    color: #0057FF;
}

/* Sticky compare bar */
.compare-sticky-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1040;
}
.compare-sticky-bar .container {
    max-width: 1140px;
}
.csb-inner {
    background: #fff;
    border: 1px solid #AAC7FF;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 29, 85, 0.12);
    padding: 16px 20px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.csb-items-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.csb-title {
    color: #0057FF;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
.csb-count {
    color: #6A6A6A;
    font-weight: 400;
    margin-right: 6px;
}
.csb-items {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.csb-item {
    position: relative;
    border: 1px solid #AAC7FF;
    border-radius: 12px;
    background: #F8FBFF;
    padding: 8px 12px 8px 28px;
    min-width: 120px;
    max-width: 160px;
}
.csb-item-remove {
    position: absolute;
    left: 6px;
    top: 6px;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}
.csb-item-logo {
    text-align: center;
    margin-bottom: 6px;
}
.csb-item-logo img {
    max-height: 28px;
    max-width: 100%;
    object-fit: contain;
}
.csb-item-title {
    font-size: 12px;
    color: #2A2A2A;
    text-align: center;
}
.csb-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.csb-actions a {
    padding: 8px 20px !important;
    border-radius: 12px !important;
}
.csb-compare-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.csb-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFD3D0;
    color: #ED3E27;
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

/* Compare modal */
.compare-modal-content {
    border-radius: 20px;
    border: 1px solid #AAC7FF;
}
.compare-modal-tabs-wrap.pwt-left {
    width: 100%;
    overflow: hidden;
}
.compare-modal-tabs-wrap ul.nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.compare-modal-tabs-wrap button.nav-link {
    background: #fff;
    border: 1px solid #0057FF;
    border-radius: 12px !important;
    padding: 10px 16px;
    font-size: 14px;
    color: #003aaa;
}
.compare-modal-tabs-wrap .nav-pills .nav-link.active,
.compare-modal-tabs-wrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0057FF;
    box-shadow: 0 2px 12px 0 #0057FF66;
}
.compare-modal-tabs-wrap .nav-item.is-locked .nav-link {
    opacity: 0.45;
    pointer-events: none;
    cursor: not-allowed;
}
.compare-modal-search-wrap .archive-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.compare-modal-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
}
.compare-modal-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #AAC7FF;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}
.compare-modal-item-logo {
    width: 72px;
    flex-shrink: 0;
    background: #E7EFFF;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}
.compare-modal-item-logo img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}
.compare-modal-item-body {
    flex: 1;
    min-width: 0;
}
.compare-modal-item-title {
    font-weight: 600;
    color: #2A2A2A;
}
.compare-modal-add-btn {
    flex-shrink: 0;
    white-space: nowrap;
}
.ch-remove {
    border: 0;
    cursor: pointer;
}
.ch-top-btn .ch-remove {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.compare-empty-state {
    padding: 24px 0 48px;
}
.compare-empty-card {
    background: #fff;
    border: 1px solid #AAC7FF;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.compare-empty-title {
    color: #0057FF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.compare-empty-desc {
    color: #191919;
    font-size: 16px;
    margin-bottom: 24px;
}
.compare-empty-btn {
    background: #FFAA00;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
}
.compare-empty-btn:hover,
.compare-empty-btn:focus {
    background: #FFAA00;
    color: #fff;
}
[data-compare-open-modal] {
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



.archive-page-des {
    color: #191919;
    padding-top: 30px;
}
.ads-box-icon {
    width: 50px;
    height: 50px;
    background: #FFE3AA;
    border-radius: 500rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 10px;
}
.adsd-title {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
}
.adsd-content {
    color: #555555;
    font-size: 16px;
}
.ads-card {
    text-align: center;
    line-height: 34px;
    border-radius: 24px;
    border: 1px solid #AAC7FF;
    box-shadow: 4px 7px 20px 3px #0057FF52;
    padding: 14px;
}
.ads-tab {
    margin-top: 20px;
}
.ads-tab .nav-link {
    background: #E7EFFF;
    border-radius: 500rem !important;
    border: 1px solid #AAC7FF;
    color: #003AAA;
    font-size: 14px;
    position: relative;
    padding: 7px 30px 7px 25px;
}
.ads-tab .nav-link.active {
    background-color: #AAC7FF !important;
    border: 1px solid #0048D4;
    color: #001D55 !important;
    box-shadow: none;
    padding: 7px 30px 7px 25px;
}
.ads-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.ads-tab .nav-link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 500rem;
    background: #0048D4;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ads-title {
    color: #003AAA;
    font-size: 20px;
    font-weight: 600;
}
.ads-title-pos {
    padding-top: 10px;
    color: #555555;
    font-size: 16px;
    font-weight: 700;
}
.ads-des {
    color: #555555;
    font-size: 16px;
    padding: 7px 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #AAC7FF;
}
.ads-dess {
    color: #555555;
    font-size: 16px;
    margin-bottom: 15px;
}
.ads-image img {
    width: 100%;
}
.ads-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.ads-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .35s ease;
}
.ads-image .img-hover-img {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.ads-image:hover .img-hover-img {
    opacity: 1;
}
.ads-image:hover .img-default {
    opacity: 0;
}
a.customer-image img {
    width: 100%;
}


.bg-net{
    position: relative;
}
.bg-net:before {
    content: "";
    position: absolute;
    background: url("../img/about-contact-bg.svg") ;
    width: 900px;
    height: 900px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
    z-index: -1;
}


.ar-box.ar-box-2 {
    position: relative;
    right: 26px;
}
.ar-box.ar-box-4 {
    position: relative;
    left: 26px;
}
.ch-body .psb-buttons {
    padding-top: 10px;
}








@media (max-width: 991px) {
    a.pb-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
    a.pb-btn-o {
        padding: 10px 24px;
        font-size: 14px;
    }

    a.navbar-brand img {
        width: 69px;
        height: 48px;
    }
    .navbar-brand {
        /* margin-right: 44px !important; */
        margin-left: unset;
    }

    .btn.y-btn , .btn.b-btn , .btn.f-btn{
        width: 40px;
        height: 40px;
        border-radius: 500rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-btm__btn {
        position: relative;
    }

    .mobile-menu-btm__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: opacity .2s ease, transform .2s ease;
    }

    .mobile-menu-btm__icon--open {
        display: none;
    }

    .mobile-menu-btm.is-open .mobile-menu-btm__icon--menu {
        display: none;
    }

    .mobile-menu-btm.is-open .mobile-menu-btm__icon--open {
        display: inline-flex;
    }

    .header-mobile {
        background: url("../img/slide1.svg");
    }

    .home-cat {
        padding: 10px 10px;
    }

    .home-slider-title {
        font-size: 32px;
        text-align: center;
        padding: 70px 47px 9px 47px;
    }
    .home-slider-description {
        font-size: 14px;
        padding: 0 15px 30px;
        text-align: center;
    }
    .home-categories {
        background: none;
    }
    .home-categories {
        padding: 20px !important;
    }
    .home-categories .col-6.col-md-2 {
        padding: 7px;
    }
    .hc-title {
        font-size: 15px;
        padding-top: 5px;
    }
    .hc-img img {
        width: 72px;
    }

    .how-malinex:before {
        top: -90px;
        opacity: .3;
    }

    .ads-image {
        margin-bottom: 15px;
    }

    .row.mobile-reverse {
        flex-direction: column-reverse;
    }

    .pw-title {
        font-size: 20px;
    }
    .pwt-left a {
        font-size: 16px;
    }

    .sep-right-box {
        background-image: url("../img/lentech-banner-mobile.svg");
    }
    .sep-right-box .sep-title {
        font-size: 24px;
    }
    .sep-right-box .sep-des {
        font-size: 14px;
    }
    .sep-right-box .sep-image img {
        width: 230px;
        right: 0;
    }
    .sep-title, .sep-des {
        padding-inline: 20px;
    }
    .sep-right-box .sep-image img {
        width: 230px;
        right: 5px;
        bottom: 10px;
    }
    .sep-link a {
        position: absolute;
        bottom: 47px;
        left: 0;
        text-wrap-mode: nowrap;
        font-size: 11px;
    }

    .sep-left-box {
        background-image: url("../img/background-fund-banner-mobile.png");
    }
    .sep-left-box .sep-title {
        font-size: 20px;
    }
    .sep-left-box .sep-des {
        font-size: 14px;
    }
    .sep-left-box .sep-image img {
        width: 230px;
        right: 0;
    }
    .sep-title, .sep-des {
        padding-inline: 20px;
    }
    .sep-left-box .sep-image img {
        width: 160px;
        right: 35px;
        bottom: -5px;
    }
    .sep-left-box .sep-link a {
        bottom: 64px;
    }


    .toolbox-box-content {
        padding: 0;
    }
    .tn-change-detail {
        font-size: 16px;
    }
    .tnd-price {
        font-size: 16px;
    }



    .hbps-image img {
        width: 117px;
        height: 80px;
        object-fit: cover;
        border-radius: 12px;
    }

    .home-blog-post-special {
        height: 231px;
    }
    .hbp-title {
        font-size: 18px;
    }
    .hbp-des {
        font-size: 10px;
    }
    .hbp-author {
        font-size: 10px;
    }
    .hbp-des {
        padding-left: 50px;
    }
    .hbp-body {
        bottom: 20px;
        right: 20px;
    }
    .hbps-author {
        font-size: 10px;
        overflow: hidden;
        text-wrap-mode: nowrap;
        max-width: 77px;
    }
    .hbps-des {
        font-size: 10px;
    }
    .hbps-title {
        font-size: 14px;
        width: 223px;
    }
    .home-blog-left {
        gap: .5rem;
        margin-top: 15px !important;
    }

    .post-slider .owl-item {
        padding: 20px 7px;
    }



    .toolbox-content {
        background: none;
        padding: 0;
    }
    .tns-o-image img {
        width: 27px;
    }

    .footer-top{
        border: none;
    }
    .ft-right {
        flex-direction: column;
    }

    .flt-title {
        font-size: 14px;
    }
    .flt-slug {
        font-size: 14px;
    }
    .footer-logo-type {
        text-align: center;
        margin: auto;
    }
    .ft-right {
        width: 100%;
    }
    .footer-logo {
        text-align: center;
    }
    .fm-title {
        font-size: 14px;
    }
    .nemad-box {
        padding: 22px;
        margin-top: 30px;
    }
    .nemad-box img {
        width: 50px;
    }
    .nemad-box ul {
        justify-content: space-between;
    }
    .fl-social ul {
        justify-content: center;
        margin: 25px 0 0 0 !important;
    }
    .fb-des {
        font-size: 12px;
        text-align: justify;
    }
    span.fb-des__toggle-more {
        font-size: 12px;
    }
    span.fb-des__toggle-less {
        font-size: 12px;
    }
    .fb-des__text {
        position: relative;
        max-height: 3.6em;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.2;
        transition: max-height .45s cubic-bezier(.22, 1, .36, 1);
    }
    .fb-des__text::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2.2em;
        background: linear-gradient(180deg, rgba(231, 239, 255, 0) 0%, #E7EFFF 88%);
        pointer-events: none;
        opacity: 1;
        transition: opacity .3s ease;
    }
    .fb-des.is-expanded .fb-des__text::after {
        opacity: 0;
    }
    .fb-des__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 8px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #0057FF;
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.4;
        cursor: pointer;
        transition: opacity .2s ease;
        text-align: center;
    }
    .fb-des__toggle:active {
        opacity: .7;
    }
    .fb-des.is-expanded .fb-des__toggle-more {
        display: none;
    }
    .fb-des.is-expanded .fb-des__toggle-less {
        display: inline;
    }
    .fb-copy {
        font-size: 12px;
    }
    .sec-tools .posts-widget-top {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 21px;
    }
    .sec-tools .pwt-left {
        overflow: hidden;
        width: 100%;
    }
    /*
    .pwt-left ul.nav.nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    } */
    .pwt-left ul.nav.nav-pills {
        display: flex;
        flex-wrap: wrap;
        overflow: scroll;
        align-items: center;
        justify-content: center;
    }
    .sec-tools button.nav-link {
        font-size: 14px;
        padding: 10px;
    }
    .pwt-left button.nav-link {
        width: 100%;
        text-wrap-mode: nowrap;
    }
    .ab-right {
        width: 88px;
        border-radius: 10px;
        min-height: 88px;
    }
    .arz-box, .tala-box {
        border-radius: 14px;
        margin-bottom: 10px;
    }
    .ab-tala-icon img {
        width: 54px;
    }
    .abt-name {
        font-size: 14px;
    }
    .abt-price {
        font-size: 18px;
    }
    .abt-percentage {
        top: 25px;
        bottom: unset;
    }
    .arz-box {
        display: flex;
        flex-direction: row;
    }
    .ab-top {
        position: relative;
    }
    .ab-percentage {
        position: absolute;
        top: 14px;
        left: 10px;
    }
    .arz-image img {
        width: 100%;
        height: 88px;
        object-fit: cover;
        border-radius: 10px;
    }
    .ad-box-top ul li a {
        padding: 11px 11px;
        border-radius: 12px;
        font-size: 14px;
    }
    .ad-box-top ul li a img {
        width: 32px;
    }
    .act-price {
        font-size: 15px;
    }
    .act-right {
        flex-direction: column;
    }
    .act-title {
        font-size: 14px;
    }
    .act-right {
        padding: 17px 15px;
    }
    .acb-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .acb-card-title {
        font-size: 14px;
    }
    .acb-card-price {
        font-size: 16px;
    }
    .psb-top img {
        height: 50px;
    }
    .row-right {
        font-size: 14px;
    }
    .row-left {
        font-size: 16px;
    }
    .psb-title {
        font-size: 18px;
    }
    .post-slide-body {
        padding: 10px;
        border-radius: 20px;
    }

    .hmt-title {
        font-size: 24px;
    }
    .hmt-des {
        font-size: 14px;
        padding-left: 0;
    }

    .archive-page-title {
        font-size: 24px;
    }
    .archive-page-subtitle {
        font-size: 18px;
    }
    .archive-search-box{
        width: 100%;
    }
    .archive-search-box input {
        font-size: 12px;
        padding: 13px;
    }
    .archive-search-box button {
        top: 2px;
        left: -6px;
    }
    .cdfd-title {
        font-size: 24px;
        margin-top: 45px !important;
    }
    .cfc-top {
        display: none;
    }
    .cfc-title {
        font-size: 14px;
        padding: 10px 0;
    }
    .cfc-title {
        font-size: 12px;
    }
    .cfc-box-bot{
        display: none;
    }
    .cfc-box-top {
        width: 100%;
    }
    .crud-fund-more a.btn.y-btn {
        width: 70%;
        border-radius: 12px;
        margin: auto;
    }
    section.archive-content {
        background: #EEF4FF;
        padding: 15px 0;
        margin-top: 33px;
    }
    .asl-list-image img {
        width: 100px;
        padding: 0;
    }
    .asl-list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .asl-mobile-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    .asl-list-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .asl-list-right, .asl-list-left {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-end;
        width: auto;
    }
    .asl-comment-rate {
        font-size: 14px;
    }
    .asl-comments {
        padding: 2px 9px;
    }
    .asl-list-right {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: center;
    }
    .asl-list-image {
        padding: 20px 9px;
        border-radius: 12px;
    }
    .asl-list {
        padding: 8px 8px;
        border: 1px solid #AAC7FF;
        border-radius: 20px;
        margin-bottom: 15px;
        background: #fff;
    }
    .als-llt-right {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .asl-ll-bot {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        display: flex;
    }
    .als-llb-detail:after{
        display: none;
    }
    .als-llb-detail {
        background: #F5F5F5;
        border: 1px solid #D4D4D4;
        border-radius: 10px;
        padding: 5px;
        font-size: 12px;
        color: #6A6A6A;
        text-align: center;
        flex: auto;
    }
    .als-llb-right {
        gap: 5px;
        width: 100%;
        justify-content: space-evenly;
    }
    .asl-mobile-bot {
        width: 100%;
    }
    .top-effect:before{
        display: none;
    }
    .alt-list-style {
        display: none;
    }
    .alt-show:before{
        display: none;
    }
    .alt-filter-button {
        font-size: 14px;
        border-radius: 10px;
        border: 1px solid #0057FF;
        padding: 12px 17px 11px 17px;
        color: #0057FF;
    }
    .archive-list-top {
        gap: 13px;
        border: none;
        justify-content: flex-start;
        padding: 0;
    }
    .alt-sort.d-lg-none {
        flex: 1;
        min-width: 0;
    }
    .alt-filter.d-flex.d-lg-none {
        flex-shrink: 0;
    }
    .alt-show {
        margin-right: auto;
    }
    button.accordion-button.collapsed, .faq-title button.accordion-button {
        font-size: 14px;
    }
    .accordion-body {
        font-size: 14px;
    }
    .faq-title {
        font-size: 24px;
    }
    .link-more-title {
        font-size: 14px;
    }
    .link-more-link a {
        font-size: 14px;
    }
    .blockquote-title {
        font-size: 14px;
    }
    .blockquote-content {
        font-size: 14px;
    }
    .archive-content-post p {
        font-size: 14px;
    }
    .std-i {
        padding: 30px 13px;
    }
    .std-i img {
        width: 120px;
    }
    .std-image{
        min-width: max-content;
    }
    .single-top-detail {
        padding: 20px 0;
    }
    h1.std-title {
        font-size: 24px;
        font-weight: 800;
    }
    .mobile-update {
        font-size: 14px;
    }
    .std-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .std-description {
        font-size: 14px;
    }
    .single-top-comment {
        margin-top: 25px;
    }
    .single-top-comment, .single-comment-box {
        padding: 13px 10px;
    }
    .stc-title {
        font-size: 14px;
        color: #555555;
    }
    .single-top-comment .y-btn {
        border-radius: 12px;
    }
    .s-tab a {
        font-size: 12px;
        text-wrap-mode: nowrap;
    }
    .s-tab {
        padding: 11px 10px !important;
    }
    .s-tab ul {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
    }
    .single-detail-content ul {
        flex-wrap: wrap;
    }
    .s-tab {
        border-radius: 10px;
    }
    .s-tab li {
        position: relative;
    }
    .s-tab li:before {
        content: "";
        position: absolute;
        left: -8px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 75%;
        background: #AAC7FF;
        margin: auto;
    }
    .s-tab li:last-child:before {
        display: none;
    }
    .sidebar-title {
        font-size: 16px;
    }
    .sdb-title {
        font-size: 16px;
    }
    .side-address .text-name {
        font-size: 14px;
    }
    .text-title , .text-name, .address-text-title{
        font-size: 14px;
    }
    section.single-content .row {
        flex-flow: column-reverse;
    }
    .sdc-right,.sdc-left {
        font-size: 14px;
    }
    .sdc {
        padding: 10px 10px;
    }
    .sdc-left li {
        font-size: 16px !important;
    }
    .sdc-table-right, .sdc-table-left {
        flex-direction: column;
    }
    .sdc-table-title {
        width: 100%;
        text-wrap-mode: nowrap;
    }
    a.d-block.d-lg-none.sp-more {
        color: #0057FF;
        text-decoration: underline !important;
        font-weight: 700;
        font-size: 16px;
    }
    .single-post-title{
        font-size: 14px;
    }
    .comment-form-top {
        gap: 14px;
        flex-direction: column;
        margin-bottom: 14px;
    }
    .comment-form label {
        font-size: 14px;
        font-weight: 600;
    }
    .cmb-title {
        font-size: 14px;
    }
    .comment-form-bot {
        flex-direction: column;
        align-items: flex-start;
    }
    .cm-left {
        width: 100%;
        padding-top: 10px;
    }
    .cm-left .b-btn {
        width: 100%;
        border-radius: 12px;
    }
    .comment-form {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .sc-avatar img {
        width: 40px;
    }
    .sc-name {
        font-size: 14px;
    }
    .sc-date {
        font-size: 14px;
    }
    .search-form-modal{
        width: 100%;
    }
    .header-search-results {
        width: 100%;
        margin-top: 0;
    }
    .header-search-item {
        gap: 14px;
        padding: 14px 0;
    }
    .header-search-item-image img {
        width: 96px;
        height: 54px;
        border-radius: 8px;
    }
    .header-search-item-title {
        font-size: 14px;
        line-height: 1.7;
    }
    .header-search-more-link {
        font-size: 14px;
    }
    .sfm button.btn.y-btn {
        width: max-content;
        border-radius: 12px;
        padding: 12px 20px;
        height: 49px;
    }
    .search-page-header {
        flex-direction: column;
    }
    .search-page-title {
        font-size: 24px;
    }
    .search-page-count {
        font-size: 18px;
    }
    .search-page-header {
        position: relative;
    }
    .search-page-back {
        position: absolute;
        bottom: 29px;
        left: 0;
    }
    .search-page-pages {
        font-size: 14px;
    }
    .srb-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .search-result-body > .srb-content > .srb-content {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }
    .srb-image img {
        width: 113px;
        height: 72px;
    }

    .single-page-title {
        font-size: 28px;
    }
    .single-page-content p {
        line-height: 32px;
        font-size: 16px;
    }
    .single-page-content h2 {
        font-size: 20px;
    }
    .blog-page-title {
        font-size: 24px;
    }
    .bp-cat-title {
        font-size: 14px;
    }
    .bp-cat {
        padding: 7px 13px;
    }
    .blog-page-cats {
        width: 100%;
        gap: 5px;
    }
    .bp-cat-icon {
        display: none;
    }
    .image-section img {
        width: 100%;
    }
    .g-post-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .gp-image img {
        width: 120px;
        height: 130px;
        border-radius: 16px;
        object-fit: cover;
    }
    .gp-title {
        font-size: 14px;
        padding: 2px 0;
    }
    .gp-des {
        font-size: 12px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .gp-more {
        display: none;
    }
    .g-post-body {
        padding: 10px 10px;
    }
    .gp-detail .hbps-detail {
        padding-bottom: 1px;
    }
    .grid-posts {
        flex-direction: column;
    }
    .subscribe-body{
        width: 100%;
    }
    .subs-section{
        padding: 100px 0 20px;
        background: #F5F5F5;
    }
    .subscribe-body .sfm {
        width: 100%;
    }
    .subscribe-image img {
        width: 100%;
    }
    .subscribe-title {
        font-size: 20px;
    }
    .subscribe-des {
        font-size: 14px;
    }
    .subs-section:after {
        bottom: 0;
        margin: auto;
        height: 50%;
        opacity: .5;
        z-index: 0;
    }
    .subs-section:before {
        top: 0;
        right: 0;
        height: 100px;
        width: 90px;
        opacity: .8;
        z-index: 9;
        background-size: contain;
    }
    .subscribe-image {
        z-index: 9999;
        position: relative;
    }
    .subscribe-body .sfm{
        position: relative;
        z-index: 9;
    }
    .subscribe-body .sfm button.btn.b-btn {
        height: unset;
        width: unset;
        border-radius: 12px;
        padding: 9px 22px;
    }
    .subscribe-body .sfm button {
        position: absolute;
        top: 6px;
        left: 6px;
    }
    .subscribe-body .sfm input {
        box-shadow: 0 0 0 4px #0057FF1A;
        padding: 15px 10px;
        font-size: 16px;
        border-radius: 12px;
    }
    .number-posts {
        color: #555555;
        font-size: 14px;
    }
    .bst-des {
        font-size: 14px;
    }
    .cat-post-title {
        font-size: 14px;
    }
    .cat-page-post {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .cat-post-image img {
        width: 131px;
        border-radius: 12px;
        min-height: auto;
        height: 74px;
    }
    .std-description {
        color: #191919;
        font-weight: 300;
        padding-left: 0;
    }
    .std-top-title {
        font-size: 18px;
    }
    .std-cats li a {
        font-size: 14px;
    }
    .single-top-detail-body .hbps-author {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .invest-title {
        font-size: 32px;
        color: #191919;
        font-weight: 700;
    }
    .invest-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .arkan-body {
        flex-direction: column;
    }
    .about-us-title {
        font-size: 24px;
    }
    .about-us-des {
        font-size: 16px;
        padding: 10px 0 10px 10px;
    }
    .about-us-slug {
        font-size: 18px;
    }
    .about-miss-icon {
        border-radius: 12px;
        height: 48px;
        width: 48px;
    }
    .about-miss-icon svg{
        height: 30px;
        width: 30px;
    }
    .about-miss-title {
        font-size: 16px;
    }
    .about-miss-content {
        font-size: 14px;
    }
    .about-miss-body {
        padding: 15px;
        border-radius: 28px;
        margin-bottom: 20px;
    }
    .about-counter-title {
        font-size: 24px;
    }
    .about-counter-slug {
        font-size: 14px;
    }
    .counter-down {
        font-size: 20px;
    }
    .counter-down span:not(.malinex-counter-value) {
        font-size: 14px;
    }
    .row.mt-4 .col {
        flex: auto;
        width: 50%;
        margin-bottom: 0px;
        padding: 10px;
    }
    .row.mt-4 .col:last-child {
        width: 50% !important;
        margin: 0 86px 30px 86px;
    }




    .ag-content.ag-bg-1,.ag-content.ag-bg-4 {
        color: #332200;
        font-size: 18px;
        font-weight: 700;
    }
    .ag-content.ag-bg-2 {
        color: #001D55;
        font-size: 18px;
        font-weight: 700;
    }
    .ag-content.ag-bg-1 a,.ag-content.ag-bg-4 a{
        font-size: 14px;
    }
    .ag-content.ag-bg-2 a{
        font-size: 14px;
    }
    .ag-slug {
        font-size: 14px;
    }
    .ag-content span{
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        padding-left: 160px;
    }
    .ag-content.ag-bg-1,.ag-content.ag-bg-2,.ag-content.ag-bg-3,.ag-content.ag-bg-4{
        min-height: 170px;
        border-radius: 20px;
        padding-bottom: 24px;
        padding-right: 16px;
        gap: 10px;
    }
    .ag-content.ag-bg-1{
        background: url("../img/card1-mobile.png") no-repeat;
        background-size: cover;
    }
    .ag-content.ag-bg-2{
        background: url("../img/card2-mobile.png") no-repeat;
        background-size: cover;
    }
    .ag-content.ag-bg-3{
        background: url("../img/card3-mobile.png") no-repeat;
        background-size: cover;
    }
    .ag-content.ag-bg-4{
        background: url("../img/card4-mobile.png") no-repeat;
        background-size: cover;
    }
    .ar-box {
        margin-bottom: 12px;
        padding: 14px;
    }
    .arkan-body {
        gap: 0;
    }
    .about-team-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .about-team .col-4.col-md-3 {
        padding: 9px;
        margin: auto;
    }
    .about-licence-title {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .about-licence .col-6.col-md-3 {
        padding: 8px;
    }
    .a-licence-body img {
        width: 100%;
    }
    .about-faq-title {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 30px;
    }
    .contact-us-des {
        font-size: 14px;
        color: #191919;
        font-weight: 300;
        text-align: center;
        padding: 10px 0 10px 10px;
    }
    .contact-top .about-us-title {
        font-size: 24px;
        text-align: center;
    }
    .social-icon {
        background: #E7EFFF;
        border-radius: 16px;
        padding: 14px 10px;
    }
    .sd-title {
        font-size: 16px;
    }
    .sd-content {
        font-size: 14px;
    }
    .map-contact-detail {
        padding-left: 0;
    }
    .mcd-detail span{
        font-size: 16px;
    }
    .mcd-detail {
        font-size: 16px;
    }
    .contact-map-image img {
        position: relative;
    }
    .map-bg {
        border-radius: 20px;
        padding: 20px 10px;
    }
    .map-bg .col-12.col-md-6 {
        padding: 0;
    }
    section.contact-map.mt-lg-5.pt-lg-3.mt-5 {
        padding: 10px;
    }
    .contact-map-image img {
        border-radius: 18px;
    }
    .map-contact-detail:first-child .mcd-icon {
        width: 100px;
    }
    .map-contact-detail:nth-child(2) .mcd-icon {
        width: 50px;
    }
    .chh-image img {
        width: 45px;
    }
    .chh-title {
        font-size: 14px;
    }
    .compare-head {
        border-radius: 18px;
        padding: 20px 15px 4px;
        background: #fff;
    }
    .ch-top-body {
        padding: 5px;
        border-radius: 8px;
        height: 100%;
        display: flex;
        align-items: center;
        min-height: 70px;
    }
    .chh-image {
        padding: 20px 10px;
        border-radius: 8px;
    }
    .chh-delete {
        left: 6px;
        top: 2px;
    }
    .chh-bot{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .chh-bot-link {
        border: 1px solid #AAC7FF;
        border-radius: 6px;
        background: #E7EFFF;
        position: absolute;
        width: 23px;
        bottom: 0;
        left: 0;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ch-top-title {
        font-size: 14px;
    }
    .ch-remove {
        padding: 5px 16px;
    }
    .compare-modal-tabs-wrap ul.nav.nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .compare-modal-tabs-wrap button.nav-link {
        text-wrap-mode: nowrap;
        white-space: nowrap;
    }
    .compare-sticky-bar {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }
    .csb-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }
    .csb-actions {
        width: 100%;
        justify-content: space-between;
    }
    .csb-compare-btn,
    .csb-clear-btn {
        flex: 1;
        justify-content: center;
        font-size: 13px;
        padding: 10px 8px;
    }
    .csb-item {
        min-width: 100px;
        max-width: 120px;
    }
    .chh-top {
        gap: 5px;
    }
    .cbl-title {
        font-size: 12px;
    }
    .cbl-content {
        font-size: 13px;
    }
    .compare-body-list {
        border-radius: 8px;
        padding: 11px 5px;
        background: #fff;
        margin: 8px 0;
    }
    .cbl-title {
        font-size: 13px;
    }
    .cbl-content {
        font-size: 14px;
    }
    .compare-head .col-6.col-md-3:nth-child(3n),.compare-head .col-6.col-md-3:nth-child(4n){
        display: none;
    }
    .cmpb .col-6.col-md-3:nth-child(3n),.cmpb .col-6.col-md-3:nth-child(4n){
        display: none;
    }
    .ads-card {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        margin-bottom: 11px;
        z-index: 999999;
        position: relative;
        gap: 5px;
    }
    .adsd-title {
        color: #191919;
        font-size: 18px;
        font-weight: 700;
    }
    .adsd-content {
        color: #555555;
        font-size: 14px;
        line-height: 23px;
    }
    .ads-box-icon {
        margin: 0;
    }
    .ads-detail {
        text-align: right;
        flex: 1;
    }
    .ads-card {
        box-shadow: 0 6px 8px 0 #0057FF52;
        border-radius: 16px;
    }
    .ads-tab ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    li.nav-item {
        white-space: nowrap;
    }
    .ads-des-btn {
        width: 70%;
    }
    .ads-des-btn .btn.y-btn {
        border-radius: 12px;
        padding: 12px 28px;
    }
    .ads-des-btn.text-center {
        margin: auto auto 30px;
    }
    .hmt-btn .btn.y-btn {
        width: fit-content;
        border-radius: 12px;
        padding: 12px 28px;
        margin-bottom: 30px;
    }
    .toolbox-box-content {
        padding: 14px;
    }
    .tn-change-btn-field {
        left: 30px;
    }
    .asl-card-bot a.pb-btn-o {
        padding: 12px;
    }
    .asl-card-bot a.pb-btn {
        padding: 13px;
    }
    .map-contact-detail {
        margin-bottom: 20px;
    }
    .bg-net:before {
        width: 360px;
        height: 900px;
    }
    .ar-box.ar-box-1 {
        position: relative;
        z-index: -1;
    }
    .ar-box.ar-box-2 {
        right: 0;
        z-index: -1;
    }
    .ar-box.ar-box-4 {
        left: 0;
    }
    footer:before {
        display: none;
    }
    .alt-filter .alt-filter-button {
        padding: 9px 15px;
    }
    button.btn.y-btn.malinex-filter-sheet__apply {
        height: 48px;
        border-radius: 12px;
    }
    .csb-title {
        font-size: 13px;
    }
    button.csb-clear-btn {
        display: none;
    }
    .compare-sticky-bar .csb-actions {
        width: 130px;
    }
    .breadcrumb {
        margin-top: 18px;
    }
    .breadcrumb ul {
        gap: 0px;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
    .single-top button.pb-btn-o.btn {
        padding: 8px;
    }
    .sep-right-box {
        margin-bottom: 20px;
    }
    .archive-content .container {
        padding-bottom: 10px;
        border-bottom: 0;
        margin-bottom: 15px;
    }

    .guid-line-title {
        font-size: 14px;
        text-align: center;
    }
    .guid-line-des {
        font-size: 20px;
        text-align: center;
        max-width: 60%;
        margin: auto;
    }
    .guid-box-title {
        padding: 2px 13px;
    }
    .guid-box-title:before {
        right: 4px;
        top: 9px;
    }
    .guid-box-title-head {
        font-size: 16px;
        padding: 3px 0px 9px;
    }
    .guid-content p {
        font-size: 16px;
    }

    .guid-tabs .nav-item {
        font-size: 13px;
    }

}
@media (min-width:381px) and (max-width:430px){
    .sep-right-box .sep-image img{
        width: 308px;
        right: -15px;
        bottom: 10px;
    }
    .sep-left-box .sep-image img{
        width: 197px;
        right: 35px;
        bottom: -10px;
    }
    .chh-bot-link {
        left: -40px;
    }

}
@media(max-width:992px){
    .custom-table thead th,
    .custom-table tbody td{
        font-size: 15px;
        padding: 9px;
    }
}
@media (max-width:992px){
    .category-col{
        width:130px;
        font-size:14px;
    }
    .insurance-badge{
        font-size:14px;
    }
    .table-arrow{
        display:none;
    }
}

/* Header mega menu */
.menu-services.has-mega-menu {
    position: static;
}
.menu-services.has-mega-menu > .mega-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.menu-services.has-mega-menu > .mega-menu-trigger::after {
    display: none !important;
}
.menu-services.has-mega-menu > .mega-menu-trigger:hover,
.menu-services.has-mega-menu > .mega-menu-trigger:focus,
.menu-services.has-mega-menu > .mega-menu-trigger:focus-visible,
.menu-services.has-mega-menu > .mega-menu-trigger.show,
.menu-services.has-mega-menu > .mega-menu-trigger:active,
.menu-services.has-mega-menu.is-mega-open > .mega-menu-trigger {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #003AAA;
}
.menu-services.has-mega-menu > .mega-menu-trigger svg {
    flex-shrink: 0;
}
.mega-menu-dropdown {
    width: min(1180px, calc(100vw - 40px));
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
    border-radius: 0 !important;
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.mega-menu-dropdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
}
.mega-menu-desktop {
    border: 1px solid #AAC7FF;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 29, 85, 0.12);
    overflow: hidden;
}
.mega-menu-mobile {
    border: 1px solid #AAC7FF;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 29, 85, 0.1);
    overflow: hidden;
}
.mega-menu-layout {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: 380px;
    padding: 20px;
}
.mega-menu-types {
    flex: 0 0 248px;
    /* padding: 20px 16px 20px 20px; */
}
.mega-menu-types-inner {
    height: 100%;
    background: #EEF4FF;
    border-radius: 16px;
    padding: 10px 8px;
}
.mega-menu-types .mega-menu-type {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    border-radius: 12px;
    padding: 11px 12px;
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    transition: background-color .2s ease, color .2s ease;
}
.mega-menu-types .mega-menu-type:hover,
.mega-menu-types .mega-menu-type.is-active {
    background: #fff;
    color: #0057FF;
}
.mega-menu-type-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #D8E6FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mega-menu-type-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.mega-menu-type-label {
    flex: 1;
    line-height: 1.45;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #2A2A2A;
}
.mega-menu-posts {
    flex: 1;
    min-width: 0;
    padding: 24px 20px;
    position: relative;
    border-left: 1px solid #E3EDFF;
}
a.mega-menu-post-card {
    color: #2A2A2A;
    padding: .5rem 1rem !important;
    font-weight: 600;
}
.mega-menu-panel {
    display: none;
    min-height: 100%;
}
.mega-menu-panel.is-active {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    animation: megaMenuFadeIn .2s ease;
}
@keyframes megaMenuFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 16px;
    flex: 1;
    align-content: start;
}
.mega-menu-post-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #191919;
    padding: 6px 4px;
    border-radius: 12px;
    transition: background-color .2s ease, color .2s ease;
}
.mega-menu-post-card:hover {
    background: #F8FBFF;
    color: #0057FF;
}
.mega-menu-post-image {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E3EDFF;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
    flex-shrink: 0;
}
.mega-menu-post-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mega-menu-post-title {
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
}
.mega-menu-empty {
    color: #6A6A6A;
    font-size: 14px;
    padding: 24px 0;
    flex: 1;
}
.mega-menu-footer {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    justify-content: flex-start;
}
.mega-menu-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0057FF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.mega-menu-view-all:hover {
    color: #003AAA;
    font-weight: 700;
}
.mega-menu-pages {
    flex: 0 0 168px;
    padding: 28px 20px;
}
.mega-menu-pages ul {
    display: flex;
    flex-direction: column;
}
aside.mega-menu-pages ul li a {
    padding: 6px 0 !important;
    color: #2a2a2a;
    text-align: right;
}
.mega-menu-page-link {
    display: block;
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    transition: color .2s ease;
}
.mega-menu-page-link:hover {
    color: #0057FF;
}
.mega-menu-page-link.is-active {
    color: #0057FF;
    font-weight: 800;
}
.mega-menu-mobile .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
}
.mega-menu-mobile-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .mega-menu-types {
        flex-basis: 220px;
    }
    .mega-menu-pages {
        flex-basis: 148px;
    }
    .mega-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .mega-menu-dropdown {
        width: 100%;
        left: 0 !important;
        transform: none !important;
        padding-top: 0 !important;
    }
    .mega-menu-dropdown::before {
        display: none;
    }
}

/* Mobile navigation */
.malinex-mobile-nav.offcanvas {
    width: 100%;
    max-width: 100%;
    border: 0;
    background: #fff;
}
.malinex-mobile-nav .offcanvas-header,
.malinex-mobile-nav .offcanvas-body {
    display: none;
}
.malinex-mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #EEF3FF;
}
.malinex-mobile-nav__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.malinex-mobile-nav__body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 16px;
}
.malinex-mobile-nav__panel {
    display: none;
}
.malinex-mobile-nav__panel.is-active {
    display: block;
}
.malinex-mobile-nav__categories {
    margin: 0;
    padding: 0;
}
.malinex-mobile-nav__category {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 12px;
    border: 0;
    background: transparent;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
.malinex-mobile-nav__category-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* border: 1px solid #E3EDFF; */
    /* background: #F8FBFF; */
    /* color: #AAC7FF; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.malinex-mobile-nav__category-label {
    flex: 1;
    line-height: 1.5;
}
.malinex-mobile-nav__category-icon {
    /* width: 42px; */
    /* height: 42px; */
    /* border-radius: 12px; */
    /* border: 1px solid #D8E6FF; */
    /* background: #F8FBFF; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.malinex-mobile-nav__category-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.malinex-mobile-nav__back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border: 0;
    border-bottom: 1px solid #EEF3FF;
    background: transparent;
    color: #003AAA;
    font-size: 16px;
    font-weight: 700;
}
.malinex-mobile-nav__back-arrow {
    /* width: 32px; */
    /* height: 32px; */
    /* border-radius: 50%; */
    /* border: 1px solid #D8E6FF; */
    /* background: #F8FBFF; */
    /* color: #0057FF; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.malinex-mobile-nav__back-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.malinex-mobile-nav__back-icon {
    /* width: 42px; */
    /* height: 42px; */
    /* border-radius: 12px; */
    /* border: 1px solid #D8E6FF; */
    /* background: #F8FBFF; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.malinex-mobile-nav__back-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.malinex-mobile-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    padding: 20px 16px 12px;
}
.malinex-mobile-nav__item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #191919;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.malinex-mobile-nav__item:hover {
    color: #003AAA;
}
.malinex-mobile-nav__item-image {
    width: 38px;
    height: 34px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.malinex-mobile-nav__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.malinex-mobile-nav__item-title {
    flex: 1;
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 0;
}
.malinex-mobile-nav__view-all-wrap {
    display: flex;
    justify-content: flex-start;
    padding: 8px 20px 4px;
}
.malinex-mobile-nav__view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0057FF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.malinex-mobile-nav__view-all:hover {
    color: #003AAA;
}
.hbps-body .hbps-detail {
    justify-content: space-between;
}

.malinex-mobile-nav__footer {
    border-top: 1px solid #EEF3FF;
    padding: 18px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.malinex-mobile-nav__footer-link {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.malinex-mobile-nav__footer-link:hover {
    color: #0057FF;
}
.malinex-mobile-nav__empty {
    color: #555;
    font-size: 14px;
    padding: 20px;
}
.malinex-mobile-nav.offcanvas {
    display: flex;
    flex-direction: column;
}

/* Contact map */
.malinex-leaflet-map-wrap {
    padding: 0;
    width: 100%;
    height: 100%;
}
.malinex-contact-map {
    width: 100%;
    min-height: 360px;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #AAC7FF;
    box-shadow: 0 12px 32px rgba(0, 29, 85, 0.12);
    z-index: 1;
    position: relative;
}
.contact-map-image .malinex-contact-map {
    position: absolute;
    box-shadow: 5px 8px 13px 3px #FFAA0042;
    border-radius: 36px;
    height: 500px;
}
.malinex-contact-map .maplibregl-canvas,
.malinex-contact-map .maplibregl-map {
    border-radius: inherit;
}
.malinex-contact-map .maplibregl-ctrl-group {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #D8E6FF;
    box-shadow: 0 8px 24px rgba(0, 58, 170, 0.12);
}
.malinex-contact-map .maplibregl-ctrl-group button {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #003AAA;
}
.malinex-contact-map .maplibregl-ctrl-group button:hover {
    background: #E7EFFF;
}
.malinex-map-marker {
    position: relative;
    width: 32px;
    height: 42px;
}
.malinex-map-marker-pin {
    position: relative;
    z-index: 2;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(0, 87, 255, 0.35));
}
.malinex-map-marker-pulse {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border-radius: 50%;
    background: rgba(0, 87, 255, 0.22);
    animation: malinexMapPulse 2.2s ease-out infinite;
    z-index: 1;
}
@keyframes malinexMapPulse {
    0% {
        transform: scale(0.55);
        opacity: 0.85;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.malinex-map-popup .maplibregl-popup-content {
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #AAC7FF;
    box-shadow: 0 10px 28px rgba(0, 29, 85, 0.14);
    font-family: inherit;
}
.malinex-map-popup .maplibregl-popup-tip {
    border-top-color: #fff;
}
.malinex-map-popup-title {
    color: #003AAA;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.malinex-contact-map .leaflet-control-zoom a {
    border-radius: 10px;
}
.malinex-contact-map .leaflet-popup-content-wrapper {
    border-radius: 12px;
    font-family: inherit;
}
.single-page-body {
    color: #2A2A2A;
    line-height: 1.9;
}
.single-page-body h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    color: #003AAA;
}

.head-title{
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: #0057FF;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .archive-invest-fund,
    .archive-live-rates {
        margin-top: 24px !important;
        margin-bottom: 8px;
    }
    .single-live-rates .tala-box {
        border-radius: 14px;
    }
    .single-live-rates .ab-right {
        width: 64px;
        min-height: 64px;
    }
    .single-live-rates .abt-price {
        font-size: 15px;
    }
}
