/*custom modules style *will be transfer into external css file*/
:root{
    --font-70: calc(70px - 70%);
    --font-38: calc(38px - 40%);
    --font-30: calc(30px - 20%);
    --font-28: calc(28px - 40%);
    --font-24: calc(24px - 30%);
    --font-20: calc(20px - 30%);
    --font-18: calc(18px - 20%);
}
.cus_platform_page_mt {
  scroll-margin-top: 100px; /* ya jitni height sticky header ki ho */
}
.clrBlack{
    color: #000!important;
}
.clrWhite{
    color: #fff!important;
}
.clrDull{
    color: #5c5c5c!important;
}
.clrBlue{
    color: #2E3192!important;
}
.py-5{
    padding: 3rem 0!important;
}
.bgrdBlue{
    background: #2E3192!important;
}
.minHeightnull{
    min-height: 0!important;
}
.heightAT {
    height: auto!important;
}
.newCSbtn.one{
    background: #2E3192;
    padding: 12px 20px;
    font-size: var(--font-18);
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    transition: all .4s linear;
    display: inline-block;
}
.newCSbtn.one:hover{
    background: #fff;
    color: #2E3192;
}
.newCSbtn.two{
    background: #2E3192;
    border: 1px solid #2E3192;
    padding: 12px 20px;
    font-size: var(--font-18);
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    transition: all .4s linear;
    display: inline-block;
}
.newCSbtn.two:hover{
    background: #fff;
    color: #2E3192;
}
.custom-plateform-main .overlay.gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(155, 161, 255, 0.8) 18.89%, rgba(81, 220, 255, 0.4) 148.85%);
}
.custom-plateform-main.overlayClr{
    background: #FAFAFA;
    margin-top: 48px;
}
.custom-plateform-main.overlayGradient{
    background-image: linear-gradient(90deg, rgba(155, 161, 255, 0.8) 18.89%, rgba(81, 220, 255, 0.4) 148.85%);
    background-color: #2e3192b5;
}
.custom-plateform-main .mainBg{
    width: 100%;
    padding: 3% 7%;
    background: url("{{ asset('images/cusCardBg.jpeg') }}");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.custom-plateform-main .mainBg .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3192b5;
}
.custom-plateform-main .cusCardSliderMobile.NavEnable{
    position: relative;
}
.custom-plateform-main .cusCardSliderMobile.NavEnable .owl-nav{
    display: block;
    margin-top: 24px;
    text-align: center;
}
.custom-plateform-main .cusCardSliderMobile.NavEnable .owl-nav .owl-prev{
    margin-right: 16px;
}
.custom-plateform-main .mainBg.secondLayout .overlay{
    background-color: #FAFAFA;
}
.custom-plateform-main h1{
    font-size: var(--font-70);
    font-weight: 700;
}
.custom-plateform-main h2{
    font-size: 30px;
    font-weight: 700;
}
.custom-plateform-main h3{
    font-size: var(--font-28);
    font-weight: 400;
}
.custom-plateform-main h4{
    font-size: 19px;
    font-weight: 500;
}
.custom-plateform-main p{
    font-size: 18px;
    font-weight: 400;
}
.custom-plateform-main{
    padding: 0 10%;
}
.custom-plateform-main.cusHalfImgCntn{
    padding: 0 0 0 10%;
}
.custom-plateform-main.plaintextBanner{
    padding-left: 10% !important;
    padding-right: 10% !important;
}
.mainBannerSize h2{
    font-size: 38px;
}
.custom-plateform-main .mainBg h2{
    color: #fff;
    position: relative;
    text-align: center;
}
.custom-plateform-main .cardContainer{
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    position: relative;
    margin-top: 45px;
}
.custom-plateform-main .cardMain{
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 16px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brdNew{
    border: 5px solid #B9BDFF!important;
}
.radiusReduce{
    border-radius: 5px!important;
}
.brdShadowNew{
    filter: drop-shadow(2px 4px 6px #b9bdff)!important;
}
.custom-plateform-main .simpleCardContent .cardMain{
    transition: all .5s linear;
    cursor: pointer;
}
.custom-plateform-main .simpleCardContent .cardMain:hover{
    scale: 1.06;
}
.custom-plateform-main .simpleCardContent .cardMain:hover .arrBottom{
    background: #2E3192;
    color: #fff;
}
.custom-plateform-main .simpleCardContentImg .cardMain img{
    width: 20%;
    margin-bottom: 24px;
}
.custom-plateform-main .cardMain h4{
    color: #2E3192;
    margin-bottom: 12px;
}
.custom-plateform-main .cardMain h4 span{
    color: #C41217;
}
.custom-plateform-main .cardMain p{
    color: #353535;
    margin-bottom: 0;
}
.custom-plateform-main .cardMain .arrBottom{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E3192;
    border-radius: 50%;
    font-size: var(--font-18);
    color: #2E3192;
    width: 32px;
    height: 32px;
    transition: all .5s linear;
    margin-top: 8px;
}


.custom-plateform-main .iconCardContent .mainBg{
    background: transparent;
}
.custom-plateform-main .iconCardContent .mainBg .overlay.hide{
    display: none;
}
.custom-plateform-main .iconCardContent h2{
    margin-bottom: 24px;
    color: #5c5c5c;
}
.custom-plateform-main .iconCardContent p.para{
    color: #5c5c5c;
    text-align: center;
    position: relative;
    margin-bottom: 54px;
}
.custom-plateform-main .iconCardContent .cardContainer{
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
}
.custom-plateform-main .iconCardContent .cardMain{
    text-align: center;
    transition: all .3s linear;
}
.custom-plateform-main .iconCardContent .cardMain:hover{
    scale: 1.02;
    box-shadow: 1px 4px 14px 0px #cccccc70;
}
.custom-plateform-main .iconCardContent .cardMain img{
    width: 24%;
    margin-bottom: 16px;
}
.custom-plateform-main .iconCardContent .cardMain h4{
    min-height: 58px;
    align-content: end;
}
.custom-plateform-main .iconCardContent .cardMain p{
    margin-bottom: 0;
}

.custom-plateform-main .accordionNew{
    width: 100%;
    margin: auto;
    margin-top: 32px;
}
.custom-plateform-main .accordionNew h2{
    text-align: center;
    margin-bottom: 24px;
}
.custom-plateform-main .accordionNew p.para{
    text-align: center;
}
.custom-plateform-main .accordionNew .grid{
    display: grid;
    grid-template-columns: 55% 35%;
    justify-content: space-between;
    margin-top: 5%;
    align-items: center;
}
.custom-plateform-main .accordionNew .accordion{
    width: 100%;
}
.custom-plateform-main .accordionNew .grid.grid-revert{
    grid-template-columns: 35% 55%;
}
.custom-plateform-main .accordionNew .grid.grid-reverse{
    grid-template-columns: 35% 55%;
}
.custom-plateform-main .accordionNew .grid h2{
    text-align: left;
}
.custom-plateform-main .accordionNew .grid.grid-revert h2{
    text-align: right;
}
.custom-plateform-main .accordionNew .grid.grid-revert .accordion-header{
    justify-content: flex-end;
}
.custom-plateform-main .accordionNew .grid.grid-revert .accordionCol p{
    text-align: right;
}
.custom-plateform-main .accordionNew .grid.grid-revert .accordion-item .chevron{
    transform: rotate(90deg);
    right: 98%;
}
.custom-plateform-main .accordionNew .accordion-desc{
    width: 100%;
}
.custom-plateform-main .accordionNew .accordion-item{
    border: none;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
    border-radius: 0;
    position: relative;
}
.custom-plateform-main .accordionNew .accordion-header{
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.custom-plateform-main .accordionNew .accordion-item .chevron{
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 0;
    cursor: pointer;
}
.custom-plateform-main .accordionNew .accordion-item .chevron.active{
    transform: rotate(0deg);
}
.custom-plateform-main .accordionNew .grid.grid-revert .accordion-item .chevron.active{
    transform: rotate(0deg);
}
.custom-plateform-main .accordionNew .accordion-item:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.custom-plateform-main .accordionNew .accordion-content{
    max-height: 0px;
}
.custom-plateform-main .accordionNew .accordionCol h2{
    color: #2E3192;
}
.custom-plateform-main .accordionNew .accordionCol h4{
    color: #353535;
}
.custom-plateform-main .accordionNew .accordionCol p{
    color: #353535;
}
.custom-plateform-main .accordionNew .accordionCol .accordion .accordion-item .accordion-content{
    padding-right: 32px;
    text-align: left;
}
.custom-plateform-main .accordionNew .imgCol img{
    width: 100%;
    margin: auto;
    display: block;
}

.custom-plateform-main .partnersNew{
    width: 90%;
    margin: 5% auto;
    text-align: center;
}
.custom-plateform-main .partnersNew .partnersLogoSlider{
    width: 90%;
    margin: auto;
    margin-top: 7%;
}
.custom-plateform-main .partnersNew .partnersLogoSlider img{
    width: 100%;
    filter: grayscale(1);
}

.custom-plateform-main .cusBanner{
    width: 100%;
    padding: 6% 0 6% 0;
    background: url("{{ asset('images/platformCusBanner.jpeg') }}");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
.custom-plateform-main.gridImg .cusBanner{
    display: grid;
    grid-template-columns: 50% 40%;
    align-items: center;
    padding: 3% 0 6% 0;
    justify-content: space-between;
}
.custom-plateform-main.gridImg .cusBanner .img img{
    width: 100%;
    display: block;
    margin: auto;
}

.custom-plateform-main .cusBanner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(155, 161, 255, 0.8) 18.89%, rgba(81, 220, 255, 0.4) 148.85%);
}
.custom-plateform-main .cusBanner .content{
    position: relative;
}
.custom-plateform-main .cusBanner h3,
.custom-plateform-main .cusBanner h1,
.custom-plateform-main .cusBanner p{
    color: #fff;
}
.custom-plateform-main .cusBanner p{
    margin: 30px 0 40px 0;
    font-family: 'Ubuntu';
    font-size: 20px;
    font-weight: 400;
}
.custom-plateform-main .cusBanner a.one{
    background: #2E3192;
    padding: 12px 18px;
    font-size: var(--font-20);
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    transition: all .4s linear;
}
.custom-plateform-main .cusBanner a.one:hover{
    background: #fff;
    color: #2E3192;
}
.custom-plateform-main .cusBanner a.two{
    background: #2E3192;
    border: 1px solid #2E3192;
    padding: 12px 18px;
    font-size: var(--font-20);
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    transition: all .4s linear;
}
.custom-plateform-main .cusBanner a.two:hover{
    background: #fff;
    color: #2E3192;
}
.custom-plateform-main .cusBanner a.three{
    background: #fff;
    border: 1px solid #2E3192;
    padding: 12px 22px;
    font-size: var(--font-18);
    font-weight: 400;
    color: #2E3192;
    border-radius: 5px;
    transition: all .4s linear;
}
.custom-plateform-main .cusBanner a.three:hover{
    background: #2E3192;
    color: #fff;
}
/*.custom-plateform-main.gridImg .bannerProductCus{
    align-items: flex-end;
}*/
.custom-plateform-main .bannerProductCus .content{
    padding-bottom: 5%;
}
.custom-plateform-main .bannerProductCus a{
    margin-right: 16px;
}
.custom-plateform-main .bannerProductCus .img{
    position: relative;
}
.custom-plateform-main .bannerProductCus .img img{
    position: relative;
}
.custom-plateform-main .bannerProductCus ul{
    position: absolute;
    left: -10%;
    bottom: 6%;
    background: #EFF3FB;
    border: 2px solid #B1B3E7;
    border-radius: 6px;
    line-height: 3;
    padding: 24px 32px;
    margin: 0;
    width: max-content;
}
.custom-plateform-main .bannerProductCus ul li{
    list-style: none;
}
.custom-plateform-main .bannerProductCus ul li p{
    margin: 0;
    color: #000;
    line-height: 2.5;
    font-size: var(--font-18);
    position: relative;
    word-break: keep-all;
    padding-left: 32px;
}
.custom-plateform-main .bannerProductCus ul li p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -40%);
    width: 1.2rem;
    height: 1.2rem;
    background: #D9D9D9;
    border-radius: 50%;
}
.custom-plateform-main .bannerProductCus ul li p.active{
    color: #2E3192;
}
.custom-plateform-main .bannerProductCus ul li p.active:before{
    background: #79D477;
}
.custom-plateform-main.cusHalfImgCntn .accordionNew{
    width: 100%;
    margin-top: 7%;
    margin-bottom: 4%;
}
.custom-plateform-main.cusHalfImgCntn .accordionNew .grid{
    align-items: center;
    grid-template-columns: 45% 50%;
}
.custom-plateform-main.cusHalfImgCntn .accordionNew .accordionCol{
    padding: 10% 10% 10% 0;
}
.custom-plateform-main.cusHalfImgCntn .imgCol img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.custom-plateform-main.cusHalfImgCntn .accordionCol h2{
    margin-bottom: 7%;
}
.custom-plateform-main.cusHalfImgCntn .accordionCol p{
    text-align: left;
    margin-bottom: 3%;
}

@media(min-width: 1440px){
    :root{
        --font-70: calc(75px - 60%);
        --font-38: calc(43px - 40%);
        --font-28: calc(33px - 40%);
        --font-24: calc(29px - 40%);
        --font-20: calc(25px - 40%);
        --font-18: calc(23px - 40%);
    }
    .custom-plateform-main .simpleCardContent h4{
        min-height: 70px;
    }
}
@media(min-width: 1600px){
    :root{
        --font-70: calc(80px - 50%);
        --font-38: calc(48px - 40%);
        --font-28: calc(38px - 40%);
        --font-24: calc(34px - 40%);
        --font-20: calc(30px - 40%);
        --font-18: calc(28px - 40%);
    }
    .custom-plateform-main .cardMain .arrBottom{
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 1400px){
    .custom-plateform-main .mainBg{
        padding: 3% 0;
    }
}
@media(max-width: 1500px){
    .cusSessionCardUIMain .badge {
        font-size: 12px;
    }
    .cusSessionCardUIMain .card-body{
        font-size: 14px;
    }
}
/* @media(max-width: 1400px){
    .cusSessionCardUIMain .cusSessionCardInner{
        grid-template-columns: repeat(3, 1fr);
    }
} */

@media(max-width: 1250px){
    :root{
        --font-70: calc(60px);
        --font-38: calc(24px);
        --font-28: calc(22px - 20%);
        --font-24: calc(20px);
        --font-20: calc(18px - 20%);
        --font-18: calc(15px);
    }
}
@media(max-width: 991px){
    :root{
        --font-70: calc(48px);
        --font-38: calc(24px);
        --font-28: calc(20px);
        --font-24: calc(20px);
        --font-20: calc(16px);
        --font-18: calc(15px);
    }
    br{
        display: none;
    }
    .custom-plateform-main.cusHalfImgCntn .accordionNew .accordionCol{
        padding: 3% 8% 5%;
    }
    .custom-plateform-main.cusHalfImgCntn .accordionCol h2{
        margin-bottom: 5%;
    }
    .custom-plateform-main .iconCardContent h2 {
        margin-bottom: 20px;
    }
    .custom-plateform-main .cardContainer{
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-plateform-main .partnersNew{
        margin: 10% auto;
        width: 90%;
    }
    .custom-plateform-main.gridImg .cusBanner{
        grid-template-columns: 100%;
        row-gap: 32px;
    }
    .custom-plateform-main.gridImg .cusBanner .img{
        grid-row: 2/2;
    }
    .custom-plateform-main.gridImg .cusBanner .img img{
        width: 100%;
    }
    .custom-plateform-main .bannerProductCus ul{
        left: -5%;
    }
    .custom-plateform-main .mainBg{
/*        padding: 8%;*/
    }
    .custom-plateform-main .iconCardContent .cardContainer{
        grid-template-columns: repeat(3, 250px);
    }
    .custom-plateform-main .accordionNew .grid{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }
    .custom-plateform-main .accordionNew .grid.grid-revert{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }
    .custom-plateform-main .accordionNew .grid.grid-reverse{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }
    .custom-plateform-main .accordionNew .grid.grid-revert h2{
        text-align: left;
    }
    .custom-plateform-main .accordionNew .grid.grid-revert .accordion-header{
        justify-content: flex-start;
    }
    .custom-plateform-main .accordionNew .grid.grid-revert .accordionCol p{
        text-align: left;
    }
    .custom-plateform-main .accordionNew .grid.grid-revert .accordion-item .chevron{
        transform: rotate(-90deg);
        right: 0;
    }
    .custom-plateform-main.cusHalfImgCntn .accordionNew .grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-plateform-main.cusHalfImgCntn{
        padding: 0;
    }
    .custom-plateform-main .accordionNew .grid .imgCol{
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .custom-plateform-main .iconCardContent .cardMain img{
        margin-bottom: 16px;
    }
    .custom-plateform-main .simpleCardContentImg .owl-carousel .cardMain img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 768px){
    :root{
        --font-70: calc(38px);
        --font-38: calc(24px);
        --font-28: calc(22px);
        --font-24: calc(22px);
        --font-20: calc(16px);
        --font-18: calc(15px);
    }
    .custom-plateform-main .iconCardContent .cardContainer{
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-plateform-main .iconCardContent .cardMain h4{
        min-height: auto;
    }
    .custom-plateform-main .iconCardContent p.para{
        margin-bottom: 32px;
    }
    .custom-plateform-main .iconCardContent h2{
        margin-bottom: 16px;
    }
    .custom-plateform-main .cusBanner a.three{
        display: block;
        width: max-content;
        margin-top: 16px;
    }
    .custom-plateform-main.gridImg .cusBanner{
        padding: 20% 0 12%;
    }
    .custom-plateform-main h2{
        font-size: 23px;
    }
    .custom-plateform-main .cusBanner p{
        font-size: 18px;
    }
    .mainBannerSize h2{
        font-size: 28px;
    }
    .custom-plateform-main .accordionNew .accordionCol a.newCSbtn{
        margin-bottom: 32px;
    }
    .custom-plateform-main.overlayClr{
        margin-top: 32px;
    }
}
@media(max-width: 575px){
    :root{
        --font-70: calc(32px);
        --font-38: calc(22px);
        --font-28: calc(19px);
        --font-24: calc(19px);
        --font-20: calc(16px);
        --font-18: calc(15px);
    }
    .custom-plateform-main .cardContainer{
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-plateform-main .cusBanner{
        padding: 15% 5% 20% 5%;
    }
    .custom-plateform-main .cusBanner p{
        margin: 24px 0 34px 0;
    }
    .custom-plateform-main .iconCardContent .cardContainer{
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-plateform-main.gridImg .cusBanner .img img{
        width: 100%;
    }
    .custom-plateform-main .bannerProductCus ul{
        bottom: 0;
        left: 0;
    }
}
