
.service_page_b1{
    background-color: #0A1F44;
    height: 647px;
    position: relative;
    overflow: hidden;
}
.service_page_b1 .box-center{
    /* background-image: url(./images/logo-big.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%; */

}
.service_page_b1 .box-center::before{
    background-image: url(./images/logo-big.png);
    content: "";
width: 520px;
height: 97%;
position: absolute;
bottom: 0;
    left: 36%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/* .service_page_b1 .box-center img{
    position: relative;
    margin-left: -100px;
} */
.service_page_b2{
    overflow: hidden;
    padding: 60px 0;
}
.service_page_b2 .box-right{
    background: var(--Color-text, #0A1F44);
    height: 100%;
}
.service_page_b2 .box-right::after{
    background:url(./images/Vector.png);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: -70px;
    bottom: -46px;
    transform: rotate(-15deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.1;
    z-index: 3;
}
.service_page_b2 .box-left img {
    position: relative;
    z-index: 4;
    padding: 0 0 0px 20px;
}

.service_page_b2 .box-left::after {
    content: "";
    background-color: var(--color-6EBE13);
    width: 100%;
    max-width: 411px;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 3;
}

.service_page_b2 .box-right {
    padding: 40px;
    position: relative;
}

.service_page_b2 .box-right::before {
    content: "";
    background: var(--Color-text, #0A1F44);
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000%;

    z-index: 2;
}



.service_page_b3 .box-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 0px 0px 152.5px 152.5px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(10, 31, 68, 0.16);
    padding: 20px;
}

.service_page_b3 .box-item .title {
    font-size: 18px;
    color: var(--Blue, #1979F7);
}

.service_page_b3 .box-item img {
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px;
}

.service_page_b3 .swiper-pagination-bullet {
    background-color: #1979F7;
}
.service_page_b3{
    padding-bottom: 10px;
}
.service_page_b7{
    padding: 30px 0;
}
.service_page_b7 .box-head{
    margin-bottom: 40px;
}
.accordion-wrapper {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.faq-box{
    padding: 40px;
    border-radius: 40px;
    background: #F6F7FB; 
}
.faq-box .accordion-item{
    margin-bottom: 15px;
    border: none;
}
.faq-box .accordion-item .accordion-body{
    padding-top: 0;
}
.faq-box .accordion-item  .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #132456;
    line-height: 26px;
}
.faq-box .accordion-item .accordion-button:not(.collapsed)::after{
    background-image: url(./images/minus.png) !important;
   
    border-radius: 6px;
background: #F6F7FB;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-size: auto;
transform: none;
}
.faq-box .accordion-item .accordion-button.collapsed::after{
    background-image: url(./images/add.png) !important;
       
    border-radius: 6px;
background: #F6F7FB;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-size: auto;
transform: none;
}
.faq-box .accordion-item .accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;  
}
.faq-box .accordion-item .accordion-button:focus{
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .service_page_b3 .box-slide .swiper-slide {
        display: flex;
        flex-direction: column;
    }

    .box-item .title {
        min-height: 70px;
    }

}
@media screen and (max-width: 768px) {
    .service_page_b1{
        height: auto;
        padding-top: 60px;
    }
    .service_page_b1 .box-center::after,.service_page_b1 .box-center::before{
        display: none;
    }
    
    .service_page_b1 .emblem {
        top: 0px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .service_page_b3 .box-item {
        height: auto;
    }
    .faq-box{
        padding: 30px 15px;
        border-radius: 0;
    }
    .faq-box .box-head{
        margin-bottom: 30px;
    }
    .accordion-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    
}