
/* keyvis Start */
.keyvis-container {
    height: 300px;
}

#sec-keyvis-products {
    background: url('../images/products/keyvis-Products.jpg') no-repeat center center;
    background-size: cover;
}

@media (max-width: 640px) {
    .keyvis-container {
        height: 180px;
    }

    #sec-keyvis-products {
        background: url('../images/products/keyvis-Products-xs.jpg') no-repeat center center;
        /* background-position-y: top; */
        background-size: cover;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-container {
        height: 300px;
    }

    #sec-keyvis-products {
        background: url('../images/products/keyvis-Products-sm.jpg') no-repeat center center;
        background-size: cover;
    }
}
/* keyvis End */

/* keyvis tagline Start */
.keyvis-tagline-container {
    margin-top: 50px;
    padding: 0px;
    background-color: transparent;
}

@media (max-width: 640px) {
    .keyvis-tagline-container {
        margin-top: 0px;
        padding: 0px;
        background-color: transparent;
    }

    .keyvis-tagline-title-main, 
    .keyvis-tagline-title, .keyvis-tagline-desc {
        color: #ffffff;
    }

    .breadcrumb-item,
    .breadcrumb-item+.breadcrumb-item::before,
    .breadcrumb-item.active {
        color: #ffffff;
        font-size: 10px;
    }
}

/* keyvis tagline End */

/* AHB Start */
/* feature Start */
.benefit-container {

}

.row-benefit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.col-benefit {
    width: 100%;
}

.card-benefit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

.col-benefit:last-child .card-benefit {
    border-bottom: 2px solid transparent;
}

.card-benefit-ico {
    margin: auto;
    width: 60px;
}

.card-benefit-ico img {
    margin: auto;
    width: 100%;
}

.card-benefit-detail {
    flex: 1;
}

.card-benefit-title {
    font-size: 24px;
    line-height: 30px;
}

.card-benefit-desc {

}

@media (max-width: 640px) {
    .card-benefit {
        gap: 20px;
    }

    .card-benefit-ico {
        
    }

    .card-benefit-title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {

}
/* feature End */

/* expand Start */

.expand-header {
    margin-bottom: 0px;
}

.expand-body {
    margin-bottom: 20px;
}

.panel-expand-item .expand-header .expand-header-ico::before {
    content: "+";
    position: absolute;
    top: 2px;
    font-family: "verdana";
    font-size: 20px;
    line-height: 20px;
}

.panel-expand-item.expanded .expand-header.active .expand-header-ico::before {
    content: "-";
    position: absolute;
    top: 2px;
    font-family: "verdana";
    font-size: 20px;
    line-height: 20px;
}

.expand-header-ico {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #66AE0A;
    color: #ffffff;
}
/* expand End */

/* shariah Start */
#panel-expand-ShariahAdvisers .expand-container {
    border-bottom: 1px solid #ffffff;
}

.people-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.people-photo {
    margin: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
}

.people-photo img {
    margin: auto;
    width: 100%;
}

.people-info {
    flex: 1;
}

.people-name {
}

.people-title {

}

.people-desc {

}

@media (max-width: 640px) {
    .people-photo {
        width: 60px;
        height: 60px;
    }

    .people-name .sec-title-h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* shariah End */

/* FAQ Start */

.faq-panel {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    overflow: hidden;
}

#panel-expand-FAQ .panel-expand-item {
    margin-bottom: 0px;
    padding: 15px;
}

#panel-expand-FAQ .panel-expand-item:nth-child(even) {
    background-color: #F1F1E9;
}

#panel-expand-FAQ .expand-body {
    margin-bottom: 0px;
}

.faq-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.faq-info {
    flex: 1;
}

.faq-title {

}

.faq-desc {

}

#sec-FAQ-FAQ .tb-container {
    margin: 20px auto;
}

@media (max-width: 640px) {
    
}

/* FAQ End */

/* AHB End */