.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide:not(:last-child):before {
    border: 1px dashed #6E0092;
    content: '';
    position: absolute;
    width: 44%;
    top: 42px;
    z-index: -9;
    left: 84%;
}
.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide p {
    font-family: var(--bs-font-family-jakarta);
    color: var(--bs-shades-bg-black);
    margin-top: 20px;
}
.premiumCounsellingPage .processSection .purpleDivWrap h2 {
    color: var(--bs-shades-bg-black);
    padding-bottom: 0;
    margin-bottom: 12px;
}
.premiumCounsellingPage .purpleDivWrap p.large.purple {
    color: var(--bs-shades-bg-black);
}
.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset -26px -26px 18px -29px #c99cdd, inset 20px 20px 7px -23px #c99cdd3b;
}
.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv:before{
    content: "";
    position: absolute;
    background: linear-gradient(-45deg,#7c7c7c,#66666600 97%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 20%;
}
.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv:after{
    content: "";
    position: absolute;
    background: linear-gradient(-24deg, #66666600 0%, #722397 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 40%;
} 
.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide{
    text-align: center;
}

.premiumCounsellingPage .processSection {
    padding-bottom: 6.1em;
    position: relative;
    z-index: 1;
}
.premiumCounsellingPage img.banner-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}

/* ===== 1440px and below (large screens / laptops) ===== */
@media screen and (max-width: 1440px) and (min-width: 1201px){
    main.premiumCounsellingLP .processSection .purpleDivWrap .swiper-slide p{
        font-size: 12px;
    }
    main.premiumCounsellingLP .processSection .swiper-slide img{
        max-width: 24px;
    }
    main.premiumCounsellingLP .processSection .purpleDivWrap .swiper-slide:not(:last-child):before{
        width: 36%;
        top: 37px;
        left: 89%;
    }
    main.premiumCounsellingLP .processSection .purpleDivWrap .swiper-slide .processImgDiv {
        width: 74px;
        height: 74px;
    }
    main.premiumCounsellingLP.ECPaidPage h1.white {
        font-size: 50px;
        line-height: 68px;
    }
}

/* ===== 1200px and below (medium desktops / tablets landscape) ===== */
@media screen and (max-width: 1200px) and (min-width: 993px){
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide img {
        max-width: 24px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv {
        width: 74px;
        height: 74px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide:not(:last-child):before {
        width: 36%;
        top: 37px;
        left: 89%;
    }
    main.premiumCounsellingLP.ECPaidPage .bannerArea:before {
        background-size: 330px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide p {
        margin-top: 16px;
        font-size: 12px;
        line-height: 20px;
    }
    main.premiumCounsellingLP .helpSection .pointer-content p{
        font-size: 14px;
        line-height: 20px;
    }
    main.premiumCounsellingLP .helpSection .pointers h6{
        font-size: 16px;
        line-height: 24px;
    }
    main.premiumCounsellingLP .helpSection .PointerWrap{
        gap: 30px 25px;
    }
    main.premiumCounsellingLP.ECPaidPage h1.white{
        font-size: 42px;
        line-height: 56px;
    }
    main.premiumCounsellingLP.ECPaidPage .bannerLeft {
        width: 62%;
    }
    .premiumCounsellingLP.ECPaidPage .bannerInfo p.large {
        font-size: 16px;
    }
    .premiumCounsellingLP.ECPaidPage .bannerInfo p.large:not(:last-child) {
        margin-bottom: 10px;
    }   
}

@media screen and (max-width: 992px) and (min-width: 768px){
    main.premiumCounsellingLP .bannerArea:before{
        display: none;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide img {
        max-width: 24px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv {
        width: 70px;
        height: 70px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide:not(:last-child):before {
        width: 53%;
        top: 35px;
        left: 79%;
    }
    main.premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide p {
        margin-top: 8px;
        line-height: 22px;
        font-size: 13px;
    }
    main.premiumCounsellingLP.ECPaidPage h1.white{
        font-size: 34px;
        line-height: 46px;
    }
    main.premiumCounsellingLP .helpSection .PointerWrap{
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
    }
    .premiumCounsellingLP.premiumCounsellingPage .processSection{
        padding: 4.5em 0;
    }
}

/* ===== 768px and below (mobile landscape) ===== */
@media (max-width: 768px) {
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide img {
        max-width: 22px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide .processImgDiv {
        width: 70px;
        height: 70px;
    }
    .premiumCounsellingPage .processSection .purpleDivWrap .swiper-slide:not(:last-child):before {
        width: 61%;
        top: 35px;
        left: 75%;
    }
    main.premiumCounsellingLP.ECPaidPage .bannerLeft{
        width: 100%
    }
    main.premiumCounsellingLP.ECPaidPage .bannerInfo {
        margin-top: 2em;
    }
    main.premiumCounsellingLP.ECPaidPage .helpSection .PointerWrap{
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
        padding-top: 0;
    }
    main.premiumCounsellingLP.ECPaidPage .counters{
        margin-top: -2.5em;
    }
    .premiumCounsellingLP.ECPaidPage .lp-cta br{
        display: none;
    } 
    .premiumCounsellingLP .helpSection .pointer-content {
        padding: 20px 16px;
    }     
    main.premiumCounsellingLP.ECPaidPage .bannerLeft{
        padding-bottom: 1em;
    }
    main.premiumCounsellingLP.ECPaidPage h1.white {
        font-size: 40px;
        line-height: 54px;
        max-width: 100%;
    }
    .premiumCounsellingLP.ECPaidPage .bannerInfo p.large:not(:last-child) {
        margin-bottom: 10px;
    }
    main.premiumCounsellingLP .lsq-portal-widget {
        padding: 0.5em 0;
    }
}

/* ===== 560px and below (small mobile) ===== */
@media (max-width: 576px) {
    .premiumCounsellingPage .processSlider-pagination {
        display: none;
    }
    main.premiumCounsellingLP.premiumCounsellingPage .helpSection .PointerWrap{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 15px;
    } 
    main.premiumCounsellingLP.ECPaidPage h1.white {
        font-size: 30px;
        line-height: 42px;
    }  
    body:has(.premiumCounsellingPage) header nav .container {
        flex-wrap: nowrap;
    }
    body:has(.premiumCounsellingPage) header nav .container img.website_logo {
        max-width: 100%;
            width: 72%;
    }
    body:has(.premiumCounsellingPage) header nav .container img.pclogo {
        max-width: 100%;
        width: 92%;
    }
    
    main.premiumCounsellingLP.ECPaidPage .bannerInfo p.large:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* CSS for Update Premium counselling LP */
body:has(.premiumCounsellingPage) header nav .container a.navbar-brand.logo {
    margin-right: 0;
}
body:has(.premiumCounsellingPage) header nav .container a.navbar-brand:has(.pclogo) {
    text-align: right;
}
main.premiumCounsellingLP .bannerArea:before {
    background-size: 400px;
}
main.premiumCounsellingLP .bannerArea {
    position: relative;
}
body:has(.premiumCounsellingPage) header nav {
    padding: 0;
}
.premiumCounsellingLP.ECPaidPage h1.white{
    font-size: 60px;
    line-height: 74px;
}
.premiumCounsellingLP.ECPaidPage .bannerLeft{
    width: 60%;
    padding-bottom: 9em;
}
.premiumCounsellingLP.ECPaidPage .bannerInfo{
    margin-top: 3.2em;
}
.premiumCounsellingLP.ECPaidPage .bannerInfo p.large:not(:last-child){
    margin-bottom: 15px;
}
.premiumCounsellingLP.ECPaidPage .counters{
    margin-top: -4.5em;
    background: linear-gradient(275.42deg, #8502C1 26.31%, #9E21D7 69.02%, #CB5AFF 106.84%);
}
.premiumCounsellingPage.premiumCounsellingLP .processSection{
    background: linear-gradient(175.86deg, #FFF6E5 3.18%, #FFE7F8 139.65%);
}
.premiumCounsellingLP .processSection .purpleDivWrap .swiper-slide p{
    font-weight: var(--bs-font-semibold);
    line-height: 20px;
}
.premiumCounsellingLP.ECPaidPage .lp-cta{
    background: #1F0029;
}
.premiumCounsellingLP.ECPaidPage .testimonial-story .swiper-slide:nth-child(odd){
    background: linear-gradient(150.2deg, #630090 6.41%, #320B44 90.65%);
}
.premiumCounsellingLP.ECPaidPage .testimonial-story .swiper-slide:nth-child(even){
    background: linear-gradient(158.51deg, #CB5AFF 5.14%, #8502C1 87.93%);
}
.premiumCounsellingLP.ECPaidPage .testimonial-story .swiper-slide .testimonial-box p{
    line-height: 24px;
}
.premiumCounsellingLP .swiper-slide img{
    width: 40%;
    position: relative;
    z-index: 2;
}
.premiumCounsellingLP .processSection .purpleDivWrap .swiper-slide .processImgDiv:after{
    background: #6E0092;
    opacity: 100%;
    box-shadow: -26px -26px 13px -30.33px #ffffff94 inset;
}
.premiumCounsellingLP .helpSection .PointerWrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 32px;
    padding-top: 1.2em;
}
.premiumCounsellingLP .helpSection .pointers{          
    box-shadow: 2.15px 11.83px 32.27px 0px #00000014;
    border-radius: 0 0 20px 20px;
}
.premiumCounsellingLP .helpSection .pointers{
    font-weight: var(--bs-font-semibold);
}
.premiumCounsellingLP .helpSection .pointers.cards{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.premiumCounsellingLP .helpSection .pointers h6{
    font-weight: var(--bs-font-semibold);
}
.premiumCounsellingLP .helpSection .pointer-img > img{
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.premiumCounsellingLP .helpSection .pointer-content{
    padding: 22px 20px;
}
.premiumCounsellingLP .helpSection .CTA-card{
    text-align: center;
    width: 100%;
    display: block;
}
.premiumCounsellingLP .lsq-portal-widget {
    display: flex;
    align-items: center;
    height: max-content !important;
    padding: 1em 0;
}
.form {
  min-height: 500px;
}