@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: "NexaFont";
    src: url("./../fonts/Nexa\ Bold.otf");
}



/* 
font-family: "NexaFont";       Heading font
font-family: 'Barlow', sans-serif  Body content;
font-family: 'DM Sans', sans-serif;  Sub Heading 

Script Font
font-family: 'Pinyon Script', cursive;


font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;

*/

/* ////////////////////////////////////////////////////////  */
/*  Page Indexing  */
/* ////////////////////////////////////////////////////////  */

/* 

01. Utility Classes
02. Landing Page 
12. Associate Landing Page
14. User Dashboard (Profile)

*/

/*--------------------------------------------------------
/ 01. Utility Classes
/---------------------------------------------------------*/
.heading-tittle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    margin-bottom: 1px;
    display: inline-block;
}

.new-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.view-btn {
    background-color: #FEC458;
    color: #fff;
    padding: 6px 15px;
    margin-top: 3rem;
    font-size: 12px;
    position: relative;
    display: inline-block;
    box-shadow: 8px -8px 0px #000;
    transition: all ease-in-out 0.5s;
}

.view-btn:hover {
    background-color: #ffb62f;
    color: #fff;
}

@media screen and (max-width: 770px) {
    .new-heading {
        font-size: 19px;
    }
}

body {
    font-family: 'Poppins', sans-serif;

}


/*--------------------------------------------------------
/ 02. Landing Page
/---------------------------------------------------------*/


/*---- Hero Section ------*/

.heroSliderWrapper {
    background-color: #F2F2F6;
    /* margin-top: 3rem; */
}

.heroSliderWrapper .owl-carousel .owl-stage-outer {
    padding-left: 0px;
}

.heroSliderWrapper .heroSlide {
    /*
    =============== Old Style ============= 
    width: 75%;
    background: #F2F2F6;
    margin: 0px auto;
    margin-top: 4rem; 
    */
    width: 100%;
    background: #F2F2F6;
    margin: 0px auto;
    margin-top: 6rem;
    height: 75vh;

}
.heroSliderWrapper .heroSlide img{
    aspect-ratio: auto;
    object-fit: cover;
}

.newheroSection {
    padding: 4rem 0rem;
    padding-top: 9rem;
    position: relative;
    padding-bottom: 0rem;
    background-color: #F2F2F6;
    padding-bottom: 3rem;
}

.newheroSection .heroContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.newheroSection .heroContent .hinTagLine {
    letter-spacing: 0px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
    font-weight: 400;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255));
    width: fit-content;
    padding: 12px 26px;
    border-radius: 5px;
    color: #fff;
}

.newheroSection .heroContent .heading {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2D2A6E;
    margin-top: 10px;
    line-height: 75px;

}

.newheroSection .heroContent .sub-heading {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    margin-top: 19px;
    font-weight: 500;
}

.newheroSection .heroContent h1 span {
    color: #FE8100;
}

.newheroSection .heroContent p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    margin-top: 5px;
}

.newheroSection .heroContent a {
    color: #fff;
    background-color: #6931f9;
    display: inline-block;
    width: fit-content;
    padding: 7px 16px;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 1.5rem;
}

.newheroSection .heroContent a i {
    margin-left: 12px;
}

.newheroSection .heroImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newheroSection .heroImg img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

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

    .newheroSection .heroContent .heading {
        font-size: 32px;
        margin-bottom: 4px;
        line-height: 41px;
    }

    .newheroSection .heroContent .hinTagLine {
        font-size: 16px;
        padding: 8px 20px;
    }

    .newheroSection .heroContent .sub-heading {
        font-size: 14px;
        margin-top: 13px;
        margin-bottom: 9px;
    }

    .newheroSection .heroContent p {
        font-size: 12px;
        line-height: 17px;
    }

    .newheroSection .heroContent a {
        padding: 4px 11px;
        font-size: 12px;
        margin-top: 1.5rem;
    }

    .newheroSection::after {
        left: 29rem;
        opacity: 36%;
    }

    .heading-tittle {
        font-size: 11px;
    }

    /* header slider  */
    .heroSliderWrapper {
        /* padding-top: 4rem; */
    }
}

@media screen and (max-width: 770px) {
    .newheroSection {
        overflow: hidden;
    }
    .heroSliderWrapper .heroSlide img {
        object-fit: contain;
    }
    .heroSliderWrapper .heroSlide {
        margin-top: 0rem;
        width: 100%;
        height: fit-content;
    }

}

@media screen and (max-width: 440px) {
    .newheroSection .heroContent h1 span {
        font-size: 34px;
    }

    .newheroSection .heroContent .heading {
        font-size: 39px;
    }

    .newheroSection .heroContent h1 {
        font-size: 24px;
    }

    .newheroSection {
        padding-top: 11rem;
    }

    .newheroSection .heroContent p {
        font-size: 10px;
    }

    .heading-tittle {
        font-size: 10px;
    }

    .newheroSection .heroContent a {
        padding: 3px 8px;
        font-size: 10px;
        margin-top: 5px;
    }

    .newheroSection .heroImg img {
        width: 17rem;
        margin: 0px auto;
        display: block;
        margin-top: 16px;
    }

    /* ------- Header Slider ------------ */
    .heroSliderWrapper .heroSlide {
        margin-top: 5rem;
        width: 100%;
    }
    

}

/*---- Category Section ------*/

.categorySection {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #F2F2F6;
    position: relative;


    /* slider-bg-pattern.png */
}
.categorySection::before{
    content: '';
    /* background-color: #000; */
    background-image: url('./../images/newLandingPage/sliders/slider-bg-pattern.png');
    /* background-repeat: no-repeat; */
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 60%;
}


.categorySection .catHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.categorySection .catHeader img {
    width: 6rem;
    margin-right: 1.6rem;
    filter: drop-shadow(1px 3px 2px #fff);
}

.categorySection .catHeader h2 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;

}

.categorySection .categoryCard {
    background-color: rgb(255 255 255 / 9%);
    padding: 10px;
    margin-top: 2rem;
    border-radius: 12px;
    /* box-shadow: 3px 3px 14px rgb(219 219 219 / 35%); */
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
}

.categorySection .categoryCard a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.categorySection .categoryCard .cat-icon {
    /* background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)); */
    background: #fff !important;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    padding: 12px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;

}

.categorySection .categoryCard .cat-icon:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0%;

}

/* .categorySection .categoryCard:hover .cat-icon::before {
    opacity: 70%;

} */


.categorySection .school-catBG {
    background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)) !important;
}

.categorySection .college-catBG {
    background: linear-gradient(to right, #FF8008, #FFC837) !important;
}

.categorySection .competitive-catBG {
    background: linear-gradient(to right, #00C974, #23f79f) !important;
}

.categorySection .entrepreneurship-catBG {
    background: linear-gradient(to right, #8E2DE2, #4A00E0) !important;
}


.categorySection .categoryCard .cat-icon img {
    /* filter: invert(1); */
}

.categorySection .categoryCard h4 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 19px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.categorySection .categoryCard i {
    margin-top: 16px;
    font-size: 24px;
    color: #fff;
}

.categorySection .cat-card-ani {
    position: relative;
    overflow: hidden;
}
.categorySection .cat-card-ani::before{
    content: '';
    position: absolute;
    top: 4rem;
    left: -16rem;
    background-color: #fff;
    width: 15rem;
    height: 30px;
    transform: rotateZ(-50deg);
    animation-name: cat-card-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate;   */
    animation-timing-function: ease-in-out;
    opacity: 35%;

}

@keyframes cat-card-animation {
    from { 
        left: -16rem;
    }
    to { 
        left: 7rem;}
  }

.categorySection .subscription-btn {
    background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    width: fit-content;
    padding-right: 4rem;
    position: relative;
    /* bottom: 3rem; */
    right: 0px;
    border-radius: 6px 0px 0px 6px;
    margin-left: auto;
    top: 1rem;
}

.categorySection .subscription-btn .sub-icon {
    width: 2rem;
    margin-right: 20px;
}

.categorySection .subscription-btn .sub-icon img {
    filter: invert(1);
}

.categorySection .subscription-btn h1 {
    margin: 0px;
    font-size: 15px;
    color: #fff;
}

.categorySection .subscription-btn a {
    width: 100%;
    display: flex;
    align-items: center;
}

.categorySection .subscription-btn .sub-link {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;

}

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

@media screen and (max-width: 770px) {
    .categorySection .catHeader img {
        width: 42px;
        margin-right: 12px;
    }

    .categorySection .catHeader h1 {
        font-size: 14px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .categorySection {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .categorySection .subscription-btn {
        top: 2rem;
        bottom: auto;
        padding: 14px;
        padding-right: 3rem;
    }

    .categorySection .subscription-btn .sub-icon {
        width: 20px;
    }

    .categorySection .subscription-btn h1 {
        font-size: 13px;
        margin-bottom: -5px;
    }

    .categorySection .subscription-btn .sub-link {
        font-size: 10px;
    }


}

@media screen and (max-width: 440px) {
    .categorySection .catHeader {
        /* margin-bottom: 5rem; */
    }

    .categorySection .subscription-btn {
        top: 2rem;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
    }

    .categorySection {
        padding-top: 3rem;
    }
}

/*---- Live Classes Info Section ------*/

.liveClassInfoSection {}

.liveClassInfoSection .liveInfoCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 12rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;

}

.learning-content {
    background-color: rgb(199 228 255 / 51%);
    position: relative;

}

.learning-content span {
    color: #a2d2ff;

}

.faq {
    background-color: #F8F0E6;
    position: relative;

}

.faq span {
    color: #FEC458;

}

.future-ready {
    background-color: rgb(233 237 201 / 36%);
    position: relative;

}

.future-ready span {
    color: #E9EDC9;

}

.liveClassInfoSection .learning-content::before {
    content: '';
    width: 20rem;
    height: 20rem;
    background-color: #A2D2FF;
    border-radius: 50%;
    position: absolute;
    bottom: -9rem;
    left: -6rem;
    z-index: -1;
}

.liveClassInfoSection .faq::before {
    content: '';
    width: 20rem;
    height: 20rem;
    background-color: #FEC458;
    border-radius: 50%;
    position: absolute;
    bottom: -9rem;
    left: -6rem;
    z-index: -1;
}

.liveClassInfoSection .future-ready::before {
    content: '';
    width: 20rem;
    height: 20rem;
    background-color: #E9EDC9;
    border-radius: 50%;
    position: absolute;
    bottom: -9rem;
    left: -6rem;
    z-index: -1;
}

.liveClassInfoSection .liveInfoCard h4 {
    font-family: "NexaFont";
    font-size: 18px;
    text-transform: lowercase;


}

.liveClassInfoSection .liveInfoCard p {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.liveClassInfoSection .liveInfoCard span {
    position: absolute;
    top: 9rem;
    right: -2rem;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 21%;
}

.liveClassInfoSection .liveInfoCard img {
    position: absolute;
    bottom: 0px;
    width: 8rem;
}

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

@media screen and (max-width: 770px) {
    .liveClassInfoSection .liveInfoCard h4 {
        font-size: 14px;
    }

    .liveClassInfoSection .liveInfoCard p {
        font-size: 11px;
    }

    .liveClassInfoSection .liveInfoCard {
        padding: 14px;
        padding-bottom: 11rem;
    }
}

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


/*---- Event Gallery Section ------*/

.eventGallerySection {
    background-image: url('./../images/newLandingPage/eventBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0rem;
    position: relative;
    margin-top: 3rem;
}

.eventGallerySection::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 43%;
}

.eventGallerySection p {
    font-size: 12px;
    line-height: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;

}


.eventGallerySection .galleryCard {
    position: relative;
    height: 20rem;
    overflow: hidden;
}

.eventGallerySection .galleryCard .cardContent {
    background: #fff;
    position: absolute;
    bottom: 0rem;
    left: 0px;
    width: 100%;
    padding: 12px;
    transition: all ease-in-out 0.5s;

}

.eventGallerySection a:hover .galleryCard .cardContent {
    bottom: 0rem;

}

.eventGallerySection .galleryCard .cardContent span {
    font-family: 'DM Sans', sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 9px;
    padding: 1px 8px;
    position: relative;
    display: inline-block;

}

.eventGallerySection .galleryCard img {
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    position: relative;

}

.eventGallerySection a:hover .galleryCard img {
    scale: 1.3;

}

.eventGallerySection .galleryCard .cardContent p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.owl-carousel .owl-stage-outer {
    padding-left: 1rem;
}

/*---- Affiliate Program Section ------*/

.affiliateProgram {
    padding: 3.5rem 0rem;
    position: relative;
    overflow: hidden;
}

.affiliateProgram .affiliateCotent .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

.affiliateProgram .affiliateCotent .infoBox {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 20px;
    background-color: red;
    min-height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    border-radius: 4px;
}

.affiliateProgram .affiliateCotent .infoBox h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    color: #fff;
}

.affiliateProgram .affiliateCotent .infoBox p {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .affiliateProgram .affiliateCotent .infoBox {
        font-size: 13px;
        line-height: 20px;
        min-height: 6rem;
        padding: 15px;
        margin-bottom: 9px;
    }

    .affiliateProgram .affiliateCotent .infoBox h4 {
        font-size: 12px;
    }

    .affiliateProgram .affiliateCotent .infoBox p {
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
    }

}

@media screen and (max-width: 770px) {
    .affiliateProgram .affiliateCotent .heading-tittle {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .affiliateProgram .affiliateCotent .new-heading {
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    .affiliateProgram .affiliateCotent .desc {
        font-size: 12px;
        text-align: center;
        line-height: 19px;
    }
}

/*---- workshop list Section ------*/


.workshopSection {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0rem 2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.workshopSection .container {
    padding: 2rem 2rem;
    border-radius: 9px;
    position: relative;
}

.workshopSection .container .shape-1 {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 18rem;
    opacity: 25%;
}

.workshopSection .container .shape-2 {
    position: absolute;
    bottom: 1rem;
    right: -2rem;
    width: 6rem;
    opacity: 35%;
}

.workshopSection .heading-tittle {}

.workshopSection .new-heading {
    font-size: 21px;
    font-weight: 500;
}


.workshopSection p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    width: 56rem;
    margin: 0px auto;
    margin-bottom: 1rem;
}


.workshopSection .workshopCard {
    position: relative;
    overflow: hidden;
    box-shadow: rgb(193 193 193 / 17%) 0px 2px 8px 0px;
    border-radius: 8px;
}


.workshopSection .workshopCard .cardContent {
    background: #fff;
    bottom: 0rem;
    left: 0px;
    width: 100%;
    padding: 12px;
    transition: all ease-in-out 0.5s;
    position: relative;
    padding-top: 1rem;
}

.workshopSection .workshopCard .mode-tag {
    background: #263b74;
    color: #fff;
    font-size: 9px;
    padding: 1px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    letter-spacing: 1px;
}

.workshopSection .workshopCard .cardContent .time-tag {
    font-size: 12px;
    margin: 0px;
    background: #FF5722;
    color: #fff;
    padding: 4px 7px;
    font-weight: 300;
    border-radius: 2px;
    margin-bottom: 9px;
}


.workshopSection .workshopCard .cardContent .live-btn-tag {
    font-size: 12px;
    margin: 0px;
    background: #fff;
    color: #ff0000;
    padding: 4px 12px;
    font-weight: 300;
    border-radius: 2px;
    margin-bottom: 9px;
    border: 1px solid #ff0000;
    margin-left: 8px;
    font-weight: 500;
    position: relative;
}

.workshopSection .workshopCard .cardContent .live-btn-tag::before {
    content: '';
    background-color: #ff0000;
    height: 12px;
    width: 12px;
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 10;
    border-radius: 50%;
}

.workshopSection .workshopCard .cardContent .live-btn-tag::after {
    content: '';
    background-color: #ff0000;
    border: 1px solid #ff0000;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -16px;
    right: -21px;
    z-index: 2;
    border-radius: 50%;
    opacity: 25%;
    transform: scale(0);


    animation: webinarLiveAnime 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
}

@keyframes webinarLiveAnime {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.workshopSection .workshopCard .cardContent h4 {
    font-size: 13px;
    margin-bottom: 0px;
}

.workshopSection .workshopCard .cardContent h6 {
    color: #ff5722;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "NexaFont";
    margin-top: 5px;
}

.workshopSection .workshopCard .cardContent p {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a6a6a6;
    margin-top: 5px;
    width: 100%;
}

.workshopSection .workshopCard .cardContent p span {}

.workshopSection a:hover .workshopCard .cardContent {
    bottom: 0rem;

}

.workshopSection .workshopCard .cardContent .viewBlogBtn {
    font-family: 'DM Sans', sans-serif;
    color: #263b74;
    font-size: 10px;
    padding: 1px 8px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 2px;
    justify-content: space-between;
}

.workshopSection .workshopCard img {
    transition: all ease-in-out 0.3s;
    position: relative;

}

.workshopSection .owl-carousel .owl-item img {
    width: auto;
    height: auto;
}

.workshopSection.workshopCard img:hover {
    scale: 1.3;

}

.blogSection .workshopCard .cardContent p {
    margin-bottom: 0px;
}

.owl-carousel .owl-stage-outer {
    padding-left: 1rem;
}

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

@media screen and (max-width: 770px) {
    .workshopSection {
        padding: 1rem 0rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .workshopSection p {
        font-size: 9px;
        line-height: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .workshopSection .owl-carousel .owl-stage-outer {
        padding: 0px;
    }
}

/*---- Subscription Section ------*/

.familySubWrapper {
    background-color: #F2FBFF;
    padding: 3rem 0rem;
}

.familySubWrapper .tag {
    padding: 0px;
    margin: 0px;
    background: #D4F5FF;
    width: fit-content;
    padding: 7px 22px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 15px;
    color: #000;
}

.familySubWrapper .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px auto;
    margin-bottom: 1rem;
}

.familySubWrapper h6 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 44px;
    color: #2D2A6E;
}

.familySubWrapper h6 span {
    color: #00BAF2;
    font-weight: 600;

}

.familySubWrapper ul {
    margin: 0px;
    padding: 0px;
    margin-top: 2rem;
}

.familySubWrapper ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.familySubWrapper ul li span img {
    width: 15px;
    filter: invert(1);
}

.familySubWrapper ul li span {

    width: 35px;
    height: 35px;
    background: #00BAF2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.familySubWrapper ul li span::before {
    content: '';
    width: 35px;
    height: 35px;
    background-color: #00baf2;
    scale: 1.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
    opacity: 16%;
}

.familySubWrapper ul li p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

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

@media screen and (max-width:770px) {
    .familySubWrapper h6 {
        font-size: 27px;
        line-height: 33px;
    }

    .familySubWrapper .tag {
        padding: 5px 15px;
        margin-bottom: 10px;
        border-radius: 7px;
        font-size: 12px;
    }

}

@media screen and (max-width:440px) {
    .familySubWrapper h6 {
        font-size: 23px;
        line-height: 33px;
    }

    .familySubWrapper h6 br {
        display: none;
    }

    .familySubWrapper .desc {
        font-size: 10px;
        margin-bottom: 1rem;
        line-height: 19px;
    }

    .familySubWrapper .tag {
        padding: 5px 15px;
        margin: 0px auto;
        margin-bottom: 10px;
        border-radius: 7px;
        font-size: 12px;
        width: fit-content;
        display: block;
    }

    .familySubWrapper ul li span {
        width: 25px;
        height: 25px;
    }

    .familySubWrapper ul li span::before {
        width: 25px;
        height: 25px;

    }
}



/*---- Blog and Event  Section ------*/

.doubleLayout {
    margin: 3rem;
}

.doubleLayout .doubleLayoutCard {
    padding: 50px;
    border-radius: 10px;
    background: #f2f2f6;
    /* min-height: 32rem; */
    position: relative;
}

.doubleLayout .doubleLayoutCard .tag {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    margin-bottom: 1px;
    display: inline-block;
}

.doubleLayout .doubleLayoutCard .heading {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.doubleLayout .doubleLayoutCard .cardStyle-1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.doubleLayout .doubleLayoutCard .view-btn {
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    right: 0;
    width: fit-content;
}

.doubleLayout .doubleLayoutCard .cardStyle-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: rgb(10 12 31 / 30%);
}

.doubleLayout .doubleLayoutCard .cardStyle-1 img {
    border-radius: 10px;
    aspect-ratio: 4/2;
    object-fit: cover;
}

.doubleLayout .doubleLayoutCard .cardStyle-1 .eventContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.doubleLayout .doubleLayoutCard .cardStyle-1 .eventContent span {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.doubleLayout .doubleLayoutCard .cardStyle-1 .eventContent a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}


.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.34);
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 13px !important;
    font-weight: 900;
    color: #fff;
}



.doubleLayout .doubleLayoutCard .cardStyle-2 {}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogImg {}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogImg a {
    display: block;
    width: 100%;
    height: 100%;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogImg img {
    border-radius: 10px 10px 0px 0px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent {
    padding-top: 1.5rem;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent span {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #333;
    margin-bottom: 1px;
    display: inline-block;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent span i {
    font-size: 12px;
    margin-right: 4px;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 12px;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent .blogBtn {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: underline;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent .blogBtn i {
    margin-left: 6px;
}

.doubleLayout .doubleLayoutCard .cardStyle-2 .blogConent {}


@media screen and (max-width:1080px) {
    .doubleLayout .doubleLayoutCard {
        padding: 50px;
        border-radius: 10px;
        min-height: auto;
        margin-bottom: 2rem;
    }

    .doubleLayout .doubleLayoutCard .cardStyle-1 .eventContent {
        width: 70%;
        margin: 0px auto;
        left: 0;
        right: 0;
    }

    .doubleLayout .doubleLayoutCard .cardStyle-1 .eventContent a {
        text-align: center;
    }

}

@media screen and (max-width:770px) {
    .doubleLayout {
        margin: 1rem;
        margin-top: 2rem;
    }

    .doubleLayout .doubleLayoutCard {
        padding: 25px;
    }

    .doubleLayout .doubleLayoutCard .heading {
        font-size: 18px;
        margin-bottom: 21px;
    }

    .doubleLayout .doubleLayoutCard .tag {
        font-size: 11px;
    }

    .doubleLayout .doubleLayoutCard .view-btn {
        position: relative;
        bottom: 0rem;
        left: 0rem;
    }

}

/*---- Download Application Section ------*/

.downloadApplication {
    padding: 3rem 0rem;
}

.downloadApplication .headerInfo {
    text-align: center;

}

.downloadApplication .headerInfo h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.downloadApplication .headerInfo h6 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 44px;
    color: #2D2A6E;
}

.downloadApplication .headerInfo h6 span {
    color: #00BAF2;
    font-weight: 600;
}

.downloadApplication .headerInfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0px auto;
    margin-bottom: 2rem;
}

.downloadApplication .headerInfo .download-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.downloadApplication .headerInfo .download-links a {
    display: block;
    width: 8rem;
    margin-right: 13px;

}

.downloadApplication .headerInfo .download-links a img {}


.downloadApplication .contentInfo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadApplication .contentInfo img {
    width: 55rem;
}

@media screen and (max-width:770px) {
    .downloadApplication {
        padding: 1rem 0rem;
        padding-bottom: 2rem;
    }

    .downloadApplication .headerInfo h5 {
        font-size: 22px;
    }

    .downloadApplication .headerInfo h6 {
        font-size: 25px;
        line-height: 33px;
    }
}

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

/*---- Live Workshop Button ------*/
.liveWorkshopInfo {
    position: fixed;
    top: -5rem;
    right: 0;
    left: 0;
    background-color: #f8f0e6;
    width: 100%;
    z-index: 100;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 1s;
}

.liveWorkshopInfo h4 {
    font-family: "NexaFont";
    font-size: 12px;
    margin-bottom: 0px;
    margin-right: 12px;
}

.liveWorkshopInfo div {
    background: #fec458;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 3px;
}

.liveWorkshopInfo i {}

.liveWorkshopInfo .closeLiveBtn {
    font-size: 20px;
    color: #263b74;
    position: absolute;
    bottom: -13px;
    right: -7px;
}

.liveWorkshopInfo span {
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 12px;
    left: -6px;
    border-radius: 50%;
}

.liveWorkshopInfo span::before {
    content: '';
    background-color: rgb(255 17 0 / 21%);
    width: 30px;
    height: 30px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    top: -11px;
    left: -10px;
    animation: liveBtnAni 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes liveBtnAni {
    from {
        scale: 0;
        opacity: 0;

    }

    to {
        scale: 1.2;
        opacity: 1;

    }
}




/*---- EDP Popup  ------*/
.edp-popup-wrapper{
    padding: 0px;
}
.edp-popup-wrapper .popup-header{}
.edp-popup-wrapper .popup-content{}




/*--------------------------------------------------------
/ 4. Whatsapp Chat Module
/---------------------------------------------------------*/

.whatsappChatBtn {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    position: fixed;
    bottom: 1rem;
    right: 7rem;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 99999;
}

.whatsappChatBtn a {
    width: 100%;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsappChatBtn i {
    color: rgb(79, 206, 93);
    font-size: 27px;
}

.openWhatsappChat {
    bottom: 10rem !important;
    opacity: 1 !important;

}

.whatsappChatWindow {
    position: fixed;
    bottom: -30rem;
    opacity: 0;
    right: 7rem;
    width: 22rem;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.80s;
}

.whatsappChatWindow .chatWindowHeader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #0ec12f;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.whatsappChatWindow .chatWindowHeader .chatLogo {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.whatsappChatWindow .chatWindowHeader .chatLogo img {
    width: 32px;
}

.whatsappChatWindow .chatWindowHeader h1 {
    font-size: 17px;
    margin-bottom: -5px;
    color: #fff;
}

.whatsappChatWindow .chatWindowHeader p {
    font-size: 12px;
    margin: 0px;
    color: #fff;

}

.whatsappChatWindow .chatWindowBody {
    padding: 20px;
    background-color: rgb(230, 221, 212);
    position: relative;
}

.whatsappChatWindow .chatWindowBody::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://static.elfsight.com/apps/all-in-one-chat/patterns/whatsapp.png);
}

.whatsappChatWindow .chatWindowBody .chatLayout {
    background: #fff;
    width: fit-content;
    padding: 7px 11px;
    position: relative;
    border-radius: 0px 8px 8px 7px;
    padding-bottom: 25px;
}

.whatsappChatWindow .chatWindowBody .chatLayout::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.whatsappChatWindow .chatWindowBody .chatLayout h6 {
    font-size: 13px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: -3px;
}

.whatsappChatWindow .chatWindowBody .chatLayout p {
    font-size: 13px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
    margin-bottom: -3px;
}

.whatsappChatWindow .chatWindowBody .chatLayout span {
    position: absolute;
    bottom: 0px;
    right: 9px;
    font-size: 9px;
    color: rgba(17, 17, 17, 0.5);
}

.whatsappChatWindow .chatWindowFooter {
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.whatsappChatWindow .chatWindowFooter a {
    border-radius: 24px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background-color: rgb(20, 198, 86);
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
}

.whatsappChatWindow .chatWindowFooter a i {
    margin-right: 8px;
    font-size: 17px;

}

@media screen and (max-width: 770px) {
    .whatsappChatBtn {
        bottom: 6rem;
    }
}

@media screen and (max-width: 440px) {
    .whatsappChatWindow {
        right: 1rem;
        width: 17rem;
    }

    .whatsappChatWindow .chatWindowHeader h1 {
        font-size: 12px;
    }

    .whatsappChatWindow .chatWindowHeader p {
        font-size: 9px;

    }

    .whatsappChatWindow .chatWindowHeader {
        padding: 14px;
        border-radius: 6px 6px 0px 0px;
    }

    .whatsappChatWindow .chatWindowHeader .chatLogo {
        width: 30px;
        height: 30px;
        margin-right: 7px;
    }

    .whatsappChatWindow .chatWindowBody .chatLayout h6 {
        font-size: 10px;
    }

    .whatsappChatWindow .chatWindowBody .chatLayout p {
        font-size: 9px;
        margin-top: 1px;
        margin-bottom: -10px;
    }

    .whatsappChatWindow .chatWindowFooter a {
        border-radius: 22px;
        font-size: 12px;
        width: 100%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .whatsappChatWindow .chatWindowFooter {
        padding: 16px 16px;
    }

    .whatsappChatBtn {
        width: 60px;
        height: 60px;
        bottom: 11rem;
        right: 28px;

    }

}

/*--------------------------------------------------------
/ 5. Course Enquiry Pop 01
/---------------------------------------------------------*/

.courseEnquiryWrapper {
    background-color: rgb(0 0 0 / 68%);
    position: fixed;
    top: -100rem;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all ease-in-out 0.80s;

}

.courseEnquiryPopup {
    background-color: #fff;
    width: 80%;
    margin: 0px auto;
    margin-top: 4rem;
    font-family: 'Barlow', sans-serif;
    box-shadow: 0 2px 5px rgb(0 0 0 / 12%);
    position: fixed;
    z-index: 999999;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -40rem;
    opacity: 0;
    transition: all ease-in-out 0.80s;
}

.slideUpEnquiryPopup {
    bottom: 1rem !important;
    opacity: 1 !important;
}

.courseEnquiryPopup .enquiryHeader {
    background-color: #dbe3ed;
    padding: 20px 20px 0px 20px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    display: flex;
}

.courseEnquiryPopup .enquiryHeader::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(./../images/course-popup-user-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -16rem;
    opacity: 11%;
}

.courseEnquiryPopup .enquiryHeader::after {
    position: absolute;
    top: 4rem;
    right: 5rem;
    font-size: 6rem;
    color: #336aea;
    font-family: "NexaFont";
    opacity: 12%;

}

.courseEnquiryPopup .enquiryHeader img {
    width: 25rem;
    position: relative;
    top: 0rem;
    z-index: 1;
}

.courseEnquiryPopup .enquiryHeader a {
    background: #336aea;
    font-size: 16px;
    width: 40px;
    display: block;
    position: absolute;
    top: -18px;
    right: -8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}

.courseEnquiryPopup .enquiryHeader .enquiryContent {
    position: relative;
    z-index: 1;
    padding-left: 2rem;
}

.courseEnquiryPopup .enquiryHeader .enquiryContent h1 {
    font-size: 47px;
    font-family: "NexaFont";
    margin-bottom: 0px;
}

.courseEnquiryPopup .enquiryHeader .enquiryContent h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-family: "NexaFont";
    font-weight: 300;

}

.courseEnquiryPopup .enquiryHeader .enquiryContent h4 {
    font-size: 25px;
    font-weight: 400;
    font-family: "NexaFont";
    line-height: 40px;
    margin-top: 6px;
    color: #fe6904;
}

.courseEnquiryPopup .enquiryHeader .enquiryContent h4 span {

    font-size: 20px;
    color: #2c234d !important;
}


.courseEnquiryPopup .enquiryBody {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.courseEnquiryPopup .enquiryBody h1 {
    font-family: "NexaFont";
    font-size: 22px;
    margin-bottom: 0px;
}

.courseEnquiryPopup .enquiryBody p {
    font-size: 12px;
}

.courseEnquiryPopup .enquiryBody label {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
}

.courseEnquiryPopup .enquiryBody input {
    background: #dbe3ed;
    border: none;
    padding: 7px;
    font-size: 13px;
    width: 100%;
    border-radius: 2px;
}

.courseEnquiryPopup .enquiryBody button {
    background: #336aea;
    font-size: 12px;
    padding: 0px 0px;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    position: relative;
    top: -10px;
    border: none;
}

.courseEnquiryPopup .enquiryFooter {}

@media screen and (max-width: 770px) {
    .courseEnquiryPopup .enquiryHeader {
        height: 7rem;
    }

    .courseEnquiryPopup .enquiryHeader img {
        width: 17rem;
    }

    .courseEnquiryPopup .enquiryHeader::before {
        background-position-y: center;
    }

    .courseEnquiryPopup .enquiryBody h1 {
        font-size: 13px;
    }

    .courseEnquiryPopup .enquiryBody label {
        font-size: 10px;
    }

    .courseEnquiryPopup .enquiryBody input {
        padding: 1px;

    }

    .courseEnquiryPopup .enquiryBody button {
        font-size: 9px;
        padding: 2px 12px;
        border-radius: 3px;
        top: 0px;
        margin-left: 8px;
    }

    .courseEnquiryPopup .enquiryHeader button {
        font-size: 12px;
        width: 30px;
        height: 30px;
        border-radius: 2px;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h1 {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h3 {
        font-size: 15px;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h4 {
        font-size: 12px;
        font-weight: 400;
        margin-top: 8px;
        text-align: left;
    }
}

@media screen and (max-width: 440px) {
    .courseEnquiryPopup .enquiryHeader {
        display: block;
        height: auto;
        padding: 20px;
    }

    .courseEnquiryPopup .enquiryHeader img {
        width: 13rem;
        top: -6rem;
        position: absolute;
        left: 0rem;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h1 {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 1rem;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h3 {
        font-size: 17px;
        margin-top: 18px;
    }

    .courseEnquiryPopup .enquiryHeader .enquiryContent h4 {
        font-size: 13px;
        margin-top: 8px;
        text-align: left;
        line-height: 23px;
    }

    .slideUpEnquiryPopup {
        bottom: 5rem !important;
    }
}


/*--------------------------------------------------------
/ 6. FAQ Page
/---------------------------------------------------------*/


/*---- Header ------*/

.faqPageWrapper {}

.faqPageWrapper .faq-header {
    margin: 2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0rem;
}

.faqPageWrapper .faq-header h1 {
    font-size: 29px;
    font-family: "NexaFont";
}

.faqPageWrapper .faq-header h4 {
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}


/*---- Body ------*/

.faqPageWrapper .faq-body {
    position: relative;
    margin-top: 15px;
    padding: 2rem 0rem;
}

.faqPageWrapper .faq-body .card {
    margin-bottom: 25px;
}

.faqPageWrapper .faq-body .card .card-header {
    padding: 0px;
}

.faqPageWrapper .faq-body .card .card-header h5 {
    padding: 8px 0px;
    border: none;
}

.faqPageWrapper .faq-body .card .card-header h4 {
    font-family: "NexaFont";
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 13px;
}

.faqPageWrapper .faq-body .card .card-header h5 span {
    display: flex;

}

.faqPageWrapper .faq-body .card-body {
    padding: 11px;
}

.faqPageWrapper .faq-body .card-body p {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #000;

}


/*--------------------------------------------------------
/ 8. Workshop Detail Page
/---------------------------------------------------------*/
.workshopMainInfo {
    padding: 11rem 0rem;
    padding-bottom: 4rem;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.workshopMainInfo::before {
    content: '';
    position: absolute;
    top: -4rem;
    left: -18rem;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    border: 3px solid #a2d2ff4a;

}

.workshopMainInfo::after {
    content: '';
    position: absolute;
    top: 8rem;
    right: -10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    border: 69px solid #bee0ff9c;
    z-index: -2;
    opacity: 65%;

}


.workshopMainInfo h6 {
    font-family: 'DM Sans', sans-serif;
    background-color: #E9EDC9;
    width: fit-content;
    padding: 10px 21px;
    font-size: 10px;
    font-weight: 400;
}

.workshopMainInfo h1 {
    font-family: "NexaFont";
}

.workshopMainInfo h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 19px;
}



.workshopMainInfo .workshopImg {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;

}

.workshopMainInfo .workshopImg img {
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    z-index: -5;
}

.workshopMainInfo .book-webinar-btn {
    background-color: #0D6EFD;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 13rem;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    margin-top: 3rem;
    font-weight: 600;
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: fit-content;
    color: #fff;
    padding-left: 3.5rem;
}

.workshopMainInfo .book-webinar-btn span {
    background: #fff;
    width: 37px;
    display: inline-flex;
    height: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 8px;
}

.workshopMainInfo .book-webinar-btn span:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(132 179 248 / 40%);
    z-index: -1;
    animation: videoBtnAni 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    opacity: 0;
}

.workshopMainInfo .book-webinar-btn span i {
    font-size: 11px;
    color: #0D6EFD;
}

.workshopMainInfo .book-webinar-btn:hover {
    background-color: #3fa2fe;
    color: #fff;
}

.workshopMainInfo .workshopImg .video-play-btn {
    background: #3fa2fe;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    cursor: pointer;

}

.workshopMainInfo .workshopImg .video-play-btn::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #a2d2ffb6;
    z-index: -1;
    animation: videoBtnAni 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    opacity: 0;
}

@keyframes videoBtnAni {
    from {
        width: 40px;
        height: 40px;
        opacity: 0;

    }

    to {
        width: 70px;
        height: 70px;
        opacity: 1;

    }
}

.workshopMainInfo .workshopImg .video-play-btn i {
    color: #fff;
}

.workshopMainInfo .workshopInfoCard {
    background: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 1px 3px 9px #eaeaea;
    margin-bottom: 1.5rem;
}

.workshopMainInfo .workshopInfoCard div {
    padding: 4px 12px;
    margin-right: 11px;
    border-radius: 3px;
}

.workshopMainInfo .workshopInfoCard div i {
    font-size: 12px;
}

.workshopMainInfo .workshopInfoCard p {
    margin: 0px;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    position: relative;
}

.workshopMainInfo .workshopInfoCard p span {
    color: #FF5722;
    position: absolute;
    top: -15px;
    font-size: 11px;
    font-weight: 700;

}

.workshopMainInfo .shape-1 {
    position: absolute;
    top: 1rem;
    right: -7rem;
    width: 15rem;
    opacity: 29%;
}

.workshopMainInfo .keyPointsWrapper {
    margin-top: 3rem;
}

.workshopMainInfo .keyPointsWrapper img {
    border-radius: 5px;
}

.workshopMainInfo .keyPointsWrapper .keyimgBanner {
    margin-top: 3rem;
}

.workshopMainInfo .keyPointsWrapper .keyimgBanner::before {
    content: '';
    position: absolute;
    bottom: -4em;
    left: -2rem;
    width: 61%;
    height: 100%;
    background-color: #cba558;
    opacity: 46%;
    border-radius: 6px;
}

.workshopMainInfo .keyPointsWrapper ul {
    margin-top: 2rem;
}

.workshopMainInfo .keyPointsWrapper ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.workshopMainInfo .keyPointsWrapper ul li i {
    color: #FEC458;
    font-size: 26px;
}

.workshopMainInfo .keyPointsWrapper ul li p {
    padding: 0px;
    margin: 0px;
    line-height: 16px;
    margin-bottom: 17px;
    margin-left: 12px;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #000;
    margin-top: 6px;
}

@media screen and (max-width:770px) {
    .workshopMainInfo h1 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .workshopMainInfo {
        padding: 9.5rem 0rem;
        padding-bottom: 4rem;
    }

    .workshopMainInfo h4 {
        font-size: 14px;
        line-height: 23px;
        color: #000;
    }

    .workshopMainInfo .workshopInfoCard p {
        font-size: 11px;
    }

    .workshopMainInfo .workshopImg {
        margin-top: 4rem;
    }

    .workshopMainInfo .keyPointsWrapper .keyimgBanner::before {
        bottom: 5em;
        left: -2rem;
        width: 99%;
        height: 64%;
    }

    .workshopMainInfo .keyPointsWrapper ul {
        padding: 0px;
    }

}


/*--------------------------------------------------------
/ 9. Workshop Register Section 
/---------------------------------------------------------*/


.workshop-form-wrapper {
    position: fixed;
    top: 0%;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 10;
    transition: all ease-in-out 1s;
}

.workshop-form-wrapper::before {
    content: '';
    background: rgb(0, 0, 0);
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    opacity: 60%;
    z-index: -1;
}

.open-workshop-form {
    right: 0rem !important;
}

#closeWorkshopBtn {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 0px;
    color: #263b74;
    font-size: 30px;
    padding: 3px 16px;
}

.workshop-form-wrapper .form-side-img::before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-color: orange;
    width: 100%;
    height: 100%;
    opacity: 60%;
}

.workshop-form-wrapper .form-side-card {
    position: absolute;
    top: 0;
    right: -5rem;
    margin: auto 0;
    font-family: 'Barlow', sans-serif;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 25rem;
    bottom: 0;
    height: fit-content;
    z-index: 12;
}

.workshop-form-wrapper .form-side-card h1 {
    font-size: 15px;
    font-family: "NexaFont";

}

.workshop-form-wrapper .form-side-card h3 {
    font-size: 15px;
    font-family: "NexaFont";
    margin-bottom: 0px;

}

.workshop-form-wrapper .form-side-card h6 {
    color: #ff5722;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "NexaFont";
    margin-top: 5px;
}

.workshop-form-wrapper .form-side-card h4 {
    font-size: 11px;
    font-weight: 300;
    margin-top: 8px;
    color: #b3b3b3;
}

.workshop-form-wrapper .form-side-card p {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.workshop-form-wrapper .form-side-card p i {
    margin-right: 4px;
}

.workshop-form-wrapper .workshop-form {
    height: 100%;
    padding-left: 10rem;
    display: flex;
    align-items: center;
}

.workshop-form-wrapper .workshop-form .heading-tittle {
    display: inline-block;

}

.workshop-form-wrapper .workshop-form form {
    width: 70%;
}

.workshop-form-wrapper .workshop-form form .form-group input {
    border: none;
    border: 1px solid #eebb5a52;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
    height: 45px;


}

.workshop-form-wrapper .workshop-form form .form-group input::placeholder {
    font-size: 12px;
}

@media screen and (max-width:770px) {
    .workshop-form-wrapper .form-side-img {
        height: 23rem;
        overflow: hidden;
    }

    .workshop-form-wrapper .form-side-card {
        right: 0;
        left: 0;
        margin: auto;
        width: 60%;
    }

    .workshop-form-wrapper .workshop-form {
        padding-left: 0rem;
        padding-bottom: 6rem;
        padding-top: 12px;
    }

    .workshop-form-wrapper .workshop-form form {
        width: 100%;
    }

    .workshop-form-wrapper .workshop-form form .form-group label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    #closeWorkshopBtn {
        z-index: 100;
        color: #ffffff;
    }

}

@media screen and (max-width:440px) {
    .workshop-form-wrapper .form-side-card {
        width: 90%;
    }

    .workshop-form-wrapper .form-side-card h3 {
        font-size: 12px;
    }

    .workshop-form-wrapper .form-side-card p {
        font-size: 9px;
    }

}

/*--------------------------------------------------------
/ 10. Government Scheme  Page
/---------------------------------------------------------*/

.gov-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gov-breadcrumb h2 {
    text-align: center;
    font-size: 24px;
    position: relative;
}

.gov-breadcrumb h2::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -10rem;
    width: 9rem;
    height: 2px;
    background-color: rgb(38 59 116 / 69%);
}

.gov-breadcrumb h2::after {
    content: '';
    position: absolute;
    top: 14px;
    right: -10rem;
    width: 9rem;
    height: 2px;
    background-color: rgb(38 59 116 / 69%);
}

.gov-breadcrumb span {
    font-size: 13px;
    padding: 0px;
    padding: 6px 11px;
    border-radius: 3px;
}

.gov-scheme-card {
    margin-bottom: 2.5rem;
    background: #fff;
    border: none;
    box-shadow: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.gov-scheme-card .gov-header {
    padding: 12px;
    background: #fff;
    position: relative;
    padding-left: 17px;
}

.gov-scheme-card .gov-header::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: #FF9800;
    border-radius: 5px 0px 0px 5px;
}

.gov-scheme-card .gov-header .scheme-profile {
    width: 3.5rem;
    height: 3.5rem;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 11px;
}

.gov-scheme-card .gov-header .scheme-content {}

.gov-scheme-card .gov-header .scheme-content h2 button {
    font-size: 18px;
    padding: 0px;
    text-transform: uppercase;
}

.gov-scheme-card .gov-header .scheme-content p {
    font-size: 16px;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
    color: #000;
}

.gov-scheme-card .gov-header h2 {}

.gov-scheme-card .gov-body {
    padding: 0px;
}

.gov-scheme-card ul {
    padding: 16px;
    margin: 0px;
    border-radius: 0px 0px 8px 8px;
}

.gov-scheme-card ul li {
    list-style: none;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gov-scheme-card ul li p {
    margin: 0px;
    padding: 0px;
    width: 90%;
    font-size: 14px;
    line-height: 21px;

}

.gov-scheme-card ul li span {
    width: 30px;
    height: 30px;
    background-color: #086bd8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.gov-scheme-card ul li span:hover {
    background-color: #FF9800;

}

.gov-scheme-card ul li span i {
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width:770px) {
    .gov-breadcrumb h2 {
        font-size: 20px;
    }

    .gov-breadcrumb h2::before {
        top: 13px;
        left: -7rem;
        width: 6rem;
    }

    .gov-breadcrumb h2::after {
        top: 13px;
        right: -7rem;
        width: 6rem;
    }
}

@media screen and (max-width:440px) {
    .gov-breadcrumb h2 {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 5px;
    }

    .gov-breadcrumb h2::before {
        top: 7px;
        left: -5rem;
        width: 4rem;
        height: 1px;
    }

    .gov-breadcrumb h2::after {
        top: 7px;
        right: -5rem;
        width: 4rem;
        height: 1px;
    }

    .gov-scheme-card .gov-header .scheme-content h2 button {
        font-size: 15px;
        font-weight: 600;
    }

    .gov-scheme-card .gov-header .scheme-content p {
        font-size: 12px;
    }

    .gov-scheme-card ul li p {
        line-height: 20px;
        font-size: 11px;
        color: #000;
    }
}


/*--------------------------------------------------------
/ 11. Register Popup Page
/---------------------------------------------------------*/

.register-modal-popup {}

.register-modal-popup .modal-title {
    font-size: 20px;
}

.register-modal-popup label {
    color: rgb(37 58 115);
    transition: all .25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500;
}

.register-modal-popup .login-register .button {
    border: 0;
    outline: 0;
    border-radius: 23px;
    padding: 10px 0;
    font-size: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #e86a2f;
    color: #fff;
    transition: all .5s ease;
    -webkit-appearance: none
}

.register-modal-popup .login-register .button:focus,
.login-register .button:hover {
    background: #179b77
}

.register-modal-popup .radio-toolbar .for_class_name_type+label span {
    background: #fff;
    font-size: 10px;
    border: 1px solid #ff5722 !important;
    height: auto;
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 0;
    box-shadow: 1px 2px 9px rgb(0 0 0 / 12%)
}

.register-modal-popup .radio-toolbar .for_class_name_type:checked+label span {
    background-color: #ff5722 !important;
    color: #fff
}

.register-modal-popup .radio-toolbar .for_class_name_type {
    display: none;
}

.register-modal-popup #loginBtn {
    font-size: 16px;
}

.register-modal-popup .radio-toolbar label {
    display: block;
    padding: 0px 12px;
    font-family: Arial;
    font-size: 16px;
    pointer-events: all;
    cursor: pointer;
    color: #000;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
}

.register-modal-popup .radio-toolbar .for_class_name_type:checked+label span {
    background-color: blue;
    color: #fff;
}

.register-modal-popup .login-register input {
    font-size: 16px;
    display: block;
    width: 56%;
    height: 50%;
    padding: 10px 10px;
    background: 0 0;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #111;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease
}

.register-modal-popup .input-field-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;

}

.register-modal-popup .input-field-wrapper input {
    border-radius: 5px;
    margin-right: 13px;
    background: rgb(249 192 165 / 38%);
    border: none;
}

.register-modal-popup .input-field-wrapper span {}

.register-modal-popup .cust-btn {
    font-size: 13px;
    border-radius: 4px !important;
    width: 12rem;
}

@media screen and (max-width:440px) {
    .register-modal-popup .modal-title {
        font-size: 13px;
    }

}



/*---- Course Curriculum ( Modal ) ------*/


#curriculumModal {}

#curriculumModal .modal-content {
    border-radius: 10px;
}

#curriculumModal .modal-body {
    background-color: #F2F2F6;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
}

#curriculumModal .modal-body .close {
    background-color: black;
    position: absolute;
    top: -12px;
    right: -13px;
    z-index: 100;
    opacity: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #fff;
}

#curriculumModal .modal-body ul {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 3px 3px 9px rgb(208 208 208 / 45%);
    margin-bottom: 2rem;
}

#curriculumModal .modal-body ul li {}



#curriculumModal .modal-body .nav-pills .nav-link {
    border-radius: 7px;
}

#curriculumModal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #00C974; */
    background-color: var(--secondary-color);
}

#curriculumModal .modal-body .course-card {
    background-color: #fff;
    box-shadow: 3px 3px 9px rgb(208 208 208 / 45%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0rem;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1rem;
}

#curriculumModal .modal-body .course-card:hover {
    /* background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)) !important; */
    background: var(--primary-color) !important;
    color: #fff;

}

#curriculumModal .modal-body .course-card:hover.course-card h1 {
    color: #fff;
}

#curriculumModal .modal-body .course-card::before {
    content: 'Class';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)) !important; */
    background: var(--primary-color) !important;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

#curriculumModal .modal-body .course-card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#curriculumModal .modal-body .course-card h1 {
    margin: 0px;
    font-size: 50px;
    color: #2D2A6E;
    font-weight: 700;
    position: relative;
    top: -1rem;

}

#curriculumModal .modal-body .header-info {
    text-align: center;
}

#curriculumModal .modal-body .header-info h1 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
    color: #2D2A6E;
}

#curriculumModal .modal-body .header-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    color: #868686;
    margin-bottom: 1px;
    display: inline-block;
    margin-bottom: 25px;
}

/*--------------------------------------------------------
/ 12. Associate Landing Page
/---------------------------------------------------------*/






/*--------------------------------------------------------
/ 13. User Dashboard (Profile)
/---------------------------------------------------------*/

.new-dashboard-area{
    background-color: #f2f2f6;
}

.new-dashboard-area .dashboard-cards{
    background-color: #fff;
    padding: 10px;
    margin-top: 2rem;
    border-radius: 12px;
    box-shadow: 3px 3px 14px rgb(219 219 219 / 35%);
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;

}
.new-dashboard-area .dashboard-cards a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.new-dashboard-area .dashboard-cards .cat-icon {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    padding: 12px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.new-dashboard-area .dashboard-cards h4 {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    margin-top: 19px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.new-dashboard-area .dashboard-cards i {
    margin-top: 16px;
    font-size: 24px;
}


.new-dashboard-area .second-dashboard-card{
    border: none;
    border-radius: 10px;
}
.new-dashboard-area .second-dashboard-card h1{

}
.new-dashboard-area .second-dashboard-card span{
    font-size: 14px;
    width: 100%;
    padding: 10px 0px !important;
    display: block;
    position: relative;
    top: -11px;
    border-radius: 10px !important;
}
.new-dashboard-area .second-dashboard-card ul{
    margin: 0px;
    padding: 0px;
    margin-top: 0x;
}
.new-dashboard-area .second-dashboard-card ul li{
    margin-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px;
}
.new-dashboard-area .second-dashboard-card ul li a{
    font-size: 14px;
}




/*--------------------------------------------------------
/ 15. Course List page
/---------------------------------------------------------*/

.new-course-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 14px;
}

.new-course-item .thumbnail-img {
    position: relative;
    border-radius: 7px;
    overflow: hidden;

}

.new-course-item .thumbnail-img img {
    border-radius: 7px;
    width: 100%;
    transition: all ease-in-out 0.25s;
    overflow: hidden;
}

.new-course-item .thumbnail-img:hover.thumbnail-img img {
    scale: 1.3;
    border-radius: 7px;
}


.new-course-item .thumbnail-img span {
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 3px 15px;
    position: absolute;
    width: fit-content;
    top: 12px;
    right: 12px;
    font-weight: 500;
    border-radius: 5px;
}

.new-course-item .content .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.new-course-item .content .info p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #7c89aa;
    font-weight: 500;
}

.new-course-item .content h1 {
    font-size: 15px;
}

.new-course-item .content a {
    color: #fe7c54;
    background: rgba(254, 124, 84, .1);
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    transition: all ease-in-out 0.5s
}

.new-course-item .content a:hover {
    color: #ffffff;
    background: #fe7c54;
}

/* .new-course-item .content .ava-in-badge {
    background-color: #80ed99;
    color: #026c32;
    font-size: 10px;
    padding: 1px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
} */
.new-course-item .content .ava-in-badge {
    background-color: #eaeaea;
    font-size: 9px;
    font-weight: 400;
    padding: 1px 11px;
    display: inline-block;
    margin-bottom: 7px;
    border-radius: 3px;
    
}
.new-course-item .content ul {
    background: rgb(132 161 240 / 22%);
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 11px;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 1rem;
}
.new-course-item .content ul li {
    list-style: none;
    /* display: flex; */
    /* align-items: center; */
}
.new-course-item .content ul li p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}
.new-course-item .content ul li h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.new-course-item .content .new-btn-style{
    background-color: #000;
    color: #fff;
}
.new-course-item .content .new-btn-style i{
    margin-left:10px;
}

