.credipass-list-style ul, section[id*="information-box-"] ul {
    list-style-image: url("/Files/images/icon/CP_pipa.webp");
    margin-bottom: 0;
}

.credipass-list-style ul li, section[id*="information-box-"] ul li{
    margin-bottom: 1rem;
}

.credipass-list-style ul li:last-child, section[id*="information-box-"] ul li:last-child {
    margin-bottom: 0;
}

.credipass-list-style-blue ul {
     list-style-image: url("/Files/images/icon/CP_pipa_kek_large.webp");
     margin-bottom: 0;
 }

.credipass-list-style-blue ul li{
    margin-bottom: 1rem;
}

.credipass-list-style-blue ul li:last-child {
    margin-bottom: 0;
}

.fancy-header-v2 {

}

.babyLoanTable {
    border: 1px solid #a8a8a8;
    border-radius: 15px;
    overflow: hidden;
}

.babyLoanTable .row {
    border: 1px solid transparent;
}

.babyLoanTable .row:nth-child(odd){
    background-color: #f1f1f1;
}

.credipass-list-style-green ul {
    list-style-image: url("/Files/svg/circle-check-solid-large.svg");
    margin-bottom: 0;
}

.credipass-list-style-green ul li li{
    margin-bottom: 1rem;
}

.credipass-list-style-green ul li:last-child li:last-child {
    margin-bottom: 0;
}

.fancy-header-v2 .fancy-header-v2-title {
    margin: 15px 0 15px 35px;
}

.fancy-header-v2 .fancy-header-v2-content {
    padding: 25px;
    background: #365898;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 25px;
}

.fancy-header {
    overflow: hidden;
    width: 100%;
    height: 450px;
    max-height: 450px;
}

.fancy-header .fancy-header-box {
    position: relative;
    padding: 60px 10px 50px 50px;
    margin-left: -50px;
    margin-top: -80px;
    width: 65%;
    height: 600px;
    background: rgb(218,173,80);
    background: -moz-linear-gradient(80deg, rgba(218,173,80,1) 0%, rgba(218,173,80,1) 60%, rgba(218,173,80,0.4990371148459384) 100%);
    background: -webkit-linear-gradient(80deg, rgba(218,173,80,1) 0%, rgba(218,173,80,1) 60%, rgba(218,173,80,0.4990371148459384) 100%);
    background: linear-gradient(80deg, rgba(218,173,80,1) 0%, rgba(218,173,80,1) 60%, rgba(218,173,80,0.4990371148459384) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eea200",endColorstr="#eea200",GradientType=1);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

.fancy-header .fancy-header-box .fancy-header-content {
    position: relative;
    padding: 50px;
    width: 100%;
    transform: rotate(-10deg);
}

@media (max-width: 991px) {
    #headerSection .container-fluid.container-lg:has(> .fancy-header-v2) {
        padding: 0 !important;
    }

    .fancy-header-v2 .fancy-header-v2-image {
        min-height: 450px;
        min-width: 100%;
    }

    .fancy-header-v2 .fancy-header-v2-content {
        border-radius: 15px;
        margin: 0px 30px;
    }

    .fancy-header {
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 100%;
        width: 100%;
        height: auto;
        max-height: inherit;
    }

    .fancy-header .fancy-header-box {
        position: relative;
        margin-top: 420px;
        margin-left: -40px;
        width: calc(100% + 40px);
        background: rgb(218,173,80);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
        padding: inherit;
        height: inherit;
    }

    .fancy-header .fancy-header-box .fancy-header-content {
        margin: 0 20px;
        padding: 50px 50px 70px 50px;
        position: relative;
        background: rgb(218,173,80);
        width: calc(100%);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
        top: 40px;
    }
}

.calculator-title {
    font-size: 28px;
}

.calculator-sub-title {
    font-size: 16px;
}

@media (max-width: 991px) {
    .calculator-title {
        font-size: 20px;
    }

    .calculator-sub-title {
        font-size: 12px;
    }
}

@media (max-width: 426px) {
    .calculator-title {
        font-size: 14px;
    }
}

.calculator-title-large {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    transition: all .1s;
}

@media (max-width: 1399px) {
    .content-page-header-points {
        padding: 20px 1650px 20px 20px;
    }
}

@media (max-width: 1199px) {
    .content-page-header-points {
        padding: 20px 1700px 20px 20px;
    }

    .calculator-title-large {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .content-page-header-points {
        border-radius: 0;
        width: 120%;
        margin: -50px -30px -30px;
        padding: 150px 20px 20px;
        position: relative;
    }

    .calculator {
        background: #fff;
        padding: 10px;
    }

    .right-calculator-box h5 {
        padding: 10px 10px 0;
    }
}

.credipass-header {
    height: 100%;
    background-color: #f1f1f1;
}

.credipass-header .inner-box {
    background-color: #fff;
}

.header-text {
    background: rgb(55,88,152,1);
    color: #fff;
    padding: 20px 20px 80px 80px;
}

.header-image img{
    width: 100%;
    height: auto;
    /*margin-top: -50px;*/
}

.sort-content {
    /*top: 100px;*/
    /*left: -30px;*/
    /*margin-top: -30%;*/
    margin-top: -25%;
    width: 65%;
    height: auto;
    min-height: 600px;
    padding: 20px 20px 150px 80px;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    background-color: rgba(54, 88, 152, 0.85);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

.sort-content::after{
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-style: solid;
    border-width: 75px 150px 75px 150px;
    border-color: transparent #FFF #FFF transparent;
    display: block;
    content: "";
}

.sort-content::before{
    position: absolute;
    top: -1px;
    left: -1px;
    border-style: solid;
    border-width: 0 25px 150px 80px;
    border-color: transparent transparent transparent #FFF;
    display: block;
    content: "";
}

.sort-content h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin: 35px 0;
    padding: 0;
    color: #FFFFFF;
}

.sort-content a {
    color: #DAAD51;
}

.sort-content a:hover {
    color: #b28e44;
}

.big-content-box {
    /*padding: 20px;*/
}

.header-text-background {
    position: relative;
    background-image: url(../../gfxLib/box.webp);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 500px;
    width: 50%;
    margin: 100px 0 -20px -32px;
}

.what-is-credipass {
    /*border-bottom: 1px solid #D9D9D9;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

/* contentPage_style */
.right-calculator-box, .right-calculator-box-form {
    background-color: #fff;
    border-radius: 15px;
    /*border: 5px solid #384f91;*/
    border: 5px solid #daad51;
}

.right-calculator-box:has(+ .expedited-processing) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.right-calculator-box ~ .expedited-processing {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.right-calculator-box-form .result-title {
    background-color: #384f91;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* contentPage_style END */


/* FAQ */
.qa-box {
    padding: 10px;
}

.qa-box .qa-box-title {
    text-align: center;
    color: #384F90;
    margin-bottom: 25px;
}

.qa-box .qa-box-title h2 {
    font-weight: 600;
    font-size: 30px;
}

.qa-box .promo-box-title {
    padding: 15px 0;
    color: #384F90;
    font-weight: 700;
    cursor: pointer;
}

.qa-box .qa-box-promo .promo-box {
    border-bottom: 1px solid #384F90;
}

.qa-box .qa-box-promo .promo-box:last-child {
    border-bottom: 0;
}

.qa-box .promo-box-title span {
    float: right;
    margin-right: 15px;
    border: 1px solid #384F90;
    padding: 5px 6px;
    border-radius: 50%;
}

.qa-box .promo-box-title span i {
    font-size: 12px;
}

.qa-box .promo-box-text {
    color: #384F90;
    padding: 10px 0;
    /*text-align: justify;*/
}
.qa-box .promo-box-show-more {
    display: none;
    text-align: center;
}

.question h6{
    font-weight: 700;
    font-size: 1.2rem;
    color: #384F90;
}

.question-icon i{
    color: #c5c5c5;
}

.question .custom-control{
    font-size: 1.2rem;
}
/* FAQ END */


/* NAVIGATION */
.btn-with-logo span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 47px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.navigation-box {

}

.navigation-box .navigation-box-header h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #365898;
}

.navigation-box .navigation-box-header div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #DAAD51;
}

.navigation-box .navigation-box-body-item {
    display: block;
    background: #FFFFFF;
    border: 4px solid #D9D9D9;
    -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.6);
    height: 160px;
    text-decoration: none;
}

.navigation-box .navigation-box-body-item .icon-div {
    width: 25%;
    text-align: right;
    padding: 0 10px 0 0;
    margin: auto 0;
}

.navigation-box .navigation-box-body-item .text-div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}


@media (max-width: 991px) {
    .navigation-box .navigation-box-body-item .icon-div {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .navigation-box .navigation-box-body-item .icon-div svg{
        width: auto;
        height: 30px;
    }

    .navigation-box .navigation-box-body-item .text-div {
        width: 100% !important;
        text-align: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.6);
    }

    .navigation-box .navigation-box-header h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .navigation-box .navigation-box-header div {
        font-size: 14px;
        line-height: 17px;
        color: #DAAD51;
    }

    .navigation-box .navigation-box-header div svg {
        width: auto;
        height: 29px;
    }

    .btn-with-logo span {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        /*font-size: 13px;*/
        /*line-height: 24px;*/
        font-size: 18px;
        line-height: 32px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }

    .btn-with-logo span svg {
        width: auto;
        /*height: 25px;*/
        height: 35px;
    }

    .question-icon i{
        font-size: 2rem;
    }
}
/* NAVIGATION END */

/* Opinions */
.opinion-box-title {
    text-align: center;
    color: #384F90;
    margin-bottom: 25px;
}

.opinion-box-title h2 {
    font-weight: 600;
    color: #384F90;
}

.opinion-box-value {
    margin-top: 55px;
    margin-bottom: 15px;
    position: relative;
    height: 500px;
    text-align: center;
    border-radius: 15px;
    /*border: 4px solid #365898;*/
    border: 4px solid #D9D9D9;
    -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.15);
    /*overflow: hidden;*/
}

.splide__pagination__page.is-active {
    background: #DAAD51 !important;
}

.splide__arrow {
    /*display:none !important;*/
    background: #DAAD51 !important;
}

.splide__arrow svg {
    fill: #fff !important;
}

.opinion-people {
    border: solid 4px #365898;
    position: relative;
    width: 100px;
    overflow: hidden;
    top: -4px;
    left: -4px;
    margin-bottom: -4px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.opinion-people-name {
    font-size:16px;
    font-weight: 600;
    color: #365898;
}

.opinion-people-title {
    display: block;
    font-size:12px;
    color: #DAAD51;
}

.bottom-cr-line {
    border-bottom: 1px solid #f1f1f1;
}

.opinion-box-value-bottom {
    height: calc(100% - 100px);
}

.opinion-writer {
    color: #365898;
}

.opinion-people img {
    object-fit: fill;
}

.opinion-people-text {
}

.opinion-box-value-star {
    /*margin-top: 40px;*/
    color: #DAAD51;
    font-size: 20px;
}

.opinion-box-value-star .s1.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s2.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s3.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s4.active ~ span {
    color: #D9D9D9;
}
.opinion-box-value-star .s5.active ~ span {
    color: #D9D9D9;
}

.opinion-box-value-text {
    word-break: break-word;
    font-style: italic;
    quotes: "„" "“" "‚" "‘";
    height: calc(100% - 100px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.opinion-box-value-text q{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* Opinions END */

/* VIDEOS */
.video-box {
    padding: 10px;
}

.video-box .video-box-title {
    margin-bottom: 25px;
}

.video-box .video-box-title h2 {
    font-weight: 600;
    color: #384F90;
}

.video-box .video-list .inspirationVideo {
    padding-right: 20px;
}

.video-box .video-list .inspirationVideo iframe {
    width: 100%;
}

.video-box .video-list .inspirationVideo:last-child {
    padding-right: 0;
}

.embed-youtube {
    background-color: #000;
    position: relative;
    height: 170px;
    max-height: 170px;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-y outube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0 );
    transform: translate3d( -50%, -50%, 0 );
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}
/* VIDEOS END */

/* WIDGET */
.widget-section img {
    width: auto;
}
/* WIDGET END */


@media (max-width: 991px) {
    .right-calculator-box:has(+ .expedited-processing) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }


    .right-calculator-box ~ .expedited-processing {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .header-image {
        width: 100% !important;
    }

    .header-image img {
        margin-top: 0;
    }

    .section.header, section.header-fluid {
        margin-top: 0;
    }

    .sort-content {
        font-size: 16px;
        height: auto;
        width: 90%;
        padding: 20px;
        min-height: inherit;
    }

    .sort-content::before {
        display: none;
    }

    .sort-content::after {
        display: none;
    }

    .sort-content h1 {
        font-size: 20px;
        line-height: inherit;
    }
}

figure.table>:not(caption)>*>* {
    border-bottom-width: inherit;
}

@media (max-width: 425px) {
    .sort-content {
        width: 100%;
        margin-top: 0;
    }
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
}

.separator span {
    white-space: nowrap;
    color: #666; /* Adjust text color */
    font-size: 14px; /* Adjust font size */
}
