main{
    width: 100%;
    overflow: hidden;
}
.clgnew-two {
    background-color: #F8FBFF;
    padding: 36px 0 66px;
}
.clgnew-two .nrow {
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
}
.clgnew-two-left {
    width: 41%;
}

main .clgnew-two-left ul li::before {
    height: 4px;
    width: 4px;
    background: #000C3D;
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 13px;
    border-radius: 50px;
}

.clgnew-two-left h1 {
    font-size: 45px;
    line-height: 42px;
    margin: 0 0 14px;
    font-weight: 600;
}

.clgnew-two-left ul {
   
}
.clgnew-two-left ul li{margin: 0 0 -2px;}
.clgnew-two-left-btns{
    display: flex;
    margin: 31px 0 0;
    gap: 12px;
}
.clgnew-two-left-btns .btn-solid-blue-external{
    padding: 0 57px 0;
}
.clgnew-two-left-btns .btn-solid-blue-external-border{
    padding: 0 29px 0;
}
.clgnew-two-right {
    width: 54%;
    position: relative;
}
.clgblock-ntop-right-photo {
    width: 654px;
    height: auto;
    border-radius: 16px;
    max-width: 100%;
}

.clgblock-ntop-right-logo {
    width: 115px;
    height: 115px;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 1px 11px 2px rgba(209,221,229,0.4);
}
.clgnew-bluestrip {
    background-color: #EBF2FF;
    margin-bottom: 104px;
}
.clgnew-bluestrip .nrow{
    justify-content: center;
    padding: 16px 15px;
    color: #1152F7;
    font-weight: 600;
    font-size: 19px;
}

.clgnew-bluecontentblock{

}

.clgnew-bluecontentblock .nrow {
    justify-content: center;

}

.clgnew-bluebg-row{
    background: #EBF2FF;
    padding: 35px 20px 43px;
    margin: 103px 0 50px;
}
.clgnew-bluebg-row .nrow {
    justify-content: center;
    align-items: center;
}
.clgnew-bluebg-title{
    font-size: 30px;
}
.clgnew-bluebg-title b{
    font-weight: 600;
}
.clgnew-bluebg-row .nrow > img{
    margin: 0 61px 0 131px;
}
.clgnew-bluebg-row .nrow > a{
    flex-shrink: 0;
}

.clgnew-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 42px;
}

.clgnew-reviews-row .block-review-top{
    display: flex !important;
}
.clgnew-reviews-row .slick-dots{
    display: none !important;
}
.clgnew-reviews-row .nrow{
    display: block;
}



.faqlist {
    display: flex;
    flex-direction: column;
    width: 872px;
    margin: 0 auto;
    font-size: 30px;
}
.faqlist-item {
    border: 3px solid #000371;
    border-radius: 20px;
    box-shadow: 10px 10px 0px 0px #000371;
    margin-bottom: 26px !important;
    padding: 20px 33px;
    position: relative;
}
.faqlist-item .faqlist-item-title::after {
    position: absolute;
    content:"";
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2024/04/Group-2.png)  center / 100%  no-repeat;
    right: -16px;
    transform: translateY(-50%);
    top: 50%;
    transition: transform 0.3s ease;
}
.faqlist-item.opened .faqlist-item-title::after {
    transform: translateY(-50%) rotate(45deg);
}
.faqlist-item-title {
    padding-right: 40px;
    color: #000C3D;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.faqlist-item-cnt {
    display: none;
}
.faqlist-item-cnt p{
    margin: 6px 0 0;
    font-size: 24px;
}
.faqlist-item.opened .faqlist-item-cnt {
    display: block;
    margin: 0 0 10px;
}
.faqlist-item-cnt-btns {
}


.clgnew-bluerow {position: relative;z-index: 5;margin-bottom: -43px;margin-top: 116px;}
.clgnew-bluerow .nrow {
    background: #1152F7;
    border-radius: 20px;
    color: #fff;
    max-width: 1366px;
    height: 150px;
    width: 98%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.clgnew-bluerow-first {
    font-size: 30px;
    font-weight: 500;
    margin-left: -71px;
}
.clgnew-bluerow-second {
    font-size: 22px;
    font-weight: 400;
    margin: 0 63px 0 43px;
}
.clgnew-bluerow-btns {
    display: flex;
    gap: 10px;

}

.clgnew-btmtwo {height: 553px;background: #4591FF;position: relative;}
.clgnew-btmtwo .nrow{
    max-width: 1116px;
    align-items: center;
    height: 100%;
}
.clgnew-btmtwo-left {
    width: 513px;
}
.clgnew-btmtwo-left h3{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
    line-height: 45px;
}
.clgnew-btmtwo-left-btns {
    display: flex;
    gap: 10px;
}
.clgnew-btmtwo-left-btns .btn-solid-white-external{
    padding: 0 57px 0;
}
.clgnew-btmtwo-left-btns .btn-solid-white-external-border{
    padding: 0 29px 0;
}
.clgnew-btmtwo-right {
}
.clgblock-ntop-right-photo {
}
.exclude {
}

@media screen and (max-width: 1279px) {

    .clgnew-bluerow .nrow {
        flex-direction: column;
        gap: 16px;
        width: calc(94% - 40px);
        padding: 20px;
        height: auto;
    }
    .clgnew-bluerow-first {

        margin-left: 0;
    }
    .clgnew-bluerow-second {margin: 0;text-align: center;}
    
}

@media screen and (max-width: 1024px) {

    .clgnew-two-left h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .clgnew-two-left {
        width: 100%;
        max-width: 600px;
    }
    .clgnew-two-right {
        width: 100%;

        max-width: 600px;
    }

    .clgnew-two .nrow {

        flex-direction: column-reverse;
        gap: 82px;
    }
    .clgnew-two-left-btns {

        flex-direction: column;
    }

    .clgnew-bluestrip {
 
        margin-bottom: 50px;
    }

    .clgnew-bluebg-row .nrow {

        flex-direction: column;
        gap: 25px;
    }

    .clgnew-bluebg-title {

        text-align: center;
    }
    .clgnew-bluebg-row .nrow > img {
        margin: 0;
    }

    .clgnew-btmtwo .nrow {
        flex-direction: column;
        max-width: 500px;
        gap: 42px;
    }
    .clgnew-btmtwo {
        height: auto;

        padding: 100px 20px 20px;
    }
    .clgnew-btmtwo-left {
        width: 100%;
    }
    .clgnew-btmtwo-right {
        width: 100%;
    
    }
    .clgblock-ntop-right-photo {
        max-width: 654px;
        width: 100%;
    }
    .clgnew-bluerow-btns {

        flex-direction: column;
    }
    .clgnew-btmtwo-left h3 {
        font-size: 32px;

        line-height: 38px;
    }

}

.clgnew-nolonger{
    background: #4591FF;
    height: 504px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clgnew-nolonger .nrow{color: #fff;flex-direction: column;align-items: center;max-width: 710px;text-align: center;}

.clgnew-nolonger .nrow h1{
    font-size: 45px;
}

.clgnew-nolonger .nrow p{
    font-size: 22px;
}