
/* -----------------------------------
        Utlity Class CSS Start 
--------------------------------------- */
.bg-gradient{
    background: linear-gradient(to right, rgb(0, 0, 70), rgb(28, 181, 224)) !important;
}

/* -----------------------------------
        Utlity Class CSS Start 
--------------------------------------- */


/* -----------------------------------
        Animation Class CSS Start 
--------------------------------------- */


@keyframes scale-animation {
    0%   {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
      }
      100%  {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
      }
}

.custom-scale-animation{
    animation-name: scale-animation;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* -----------------------------------
        Animation Class CSS End 
--------------------------------------- */

/* -----------------------------------
        New Landing Page CSS Start 
--------------------------------------- */

.new-landing-page-nav{
    position: relative;
    top: 0rem;
    left: 0;
    right: 0rem;
    z-index: 100;
}
.new-landing-page-nav.sticky{
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0rem;
    z-index: 100;
}
.new-landing-page-nav .nav-content{
    /* background: red; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    /* border-radius: 6px; */
    /* margin-top: 1.5rem; */
    background: #fff;
}
.new-landing-page-nav .nav-content .logo-wrapper{
    width: 45rem;
}
.new-landing-page-nav .nav-content .logo-wrapper .desktop-logo{}
.new-landing-page-nav .nav-content .nav-links{
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.new-landing-page-nav .nav-content .nav-links li{
    list-style: none;
    margin-left: 12px;
}
.new-landing-page-nav .nav-content .nav-links li .link{
    font-size: 12px;
    font-weight: 400;
    padding: 8px 19px;
    line-height: 40px;
    border: 1px solid #263B74;
    background-color: #263B74;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.new-landing-page-nav .nav-content .nav-links li .link:hover{
    color: #fff;
}

select.custom-select.menu-select {
    background: transparent;
    border: 2px solid #263b74;
    color: #263b74;
    padding: 0px 12px;
    height: 32px;
    appearance: auto;

}

.new-landing-page-nav .navLinks{
    background: -webkit-linear-gradient(left, #ffbc5e 0%, #f86b40 40%, #fca327 100%);
    background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
    margin-top: 0rem;
    position: relative;
    z-index: 1;
    padding:0px;
    border-radius: 7px;
    top: 0rem;
}
.new-landing-page-nav .navLinks ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0px auto !important;
    width: fit-content;
}

.new-landing-page-nav .navLinks ul li .active{
    /* background: rgb(0 0 0 / 32%) !important; */
    padding-left: 10px !important;
}

.new-landing-page-nav .navLinks{
    background: -webkit-linear-gradient(left, #ffbc5e 0%, #f86b40 40%, #fca327 100%);
    background: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
    margin-top: 0rem;
    position: relative;
    z-index: 1;
    /* padding: 7px 0px; */
    border-radius: 0px 0px 7px 7px;
    top: 0rem;
}
.new-landing-page-nav .navLinks ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0px auto !important;
    width: fit-content;
}

.new-landing-page-nav .nav-links .nav-userInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.new-landing-page-nav .nav-links .nav-userInfo .profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}
.new-landing-page-nav .nav-links .nav-userInfo .profile img{
    aspect-ratio: 5/5;
    object-fit: cover;
}
.new-landing-page-nav .nav-links .nav-userInfo .profile-links p{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 500;
}
.new-landing-page-nav .news-marque {
    background-color: #9E2A2B;
    padding: 7px 15px;
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.new-landing-page-nav .news-marque p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.new-landing-page-nav .nav-links .nav-userInfo .profile-links a{
    background: #000;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    padding: 3px 9px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 3px;
}
/* Hero Section Start  */
.new-hero-banner{
    background-color: #F4EFE9;
    padding-top: 6rem;
    padding-bottom: 5rem;
    position: relative;
}
.new-hero-banner::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/new-landing-page/industrial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1rem;
    opacity: 3%;
    margin: 0px auto;
    right: 0;

}
.new-hero-banner .heading-6{
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 300;
}
.new-hero-banner .heading-1{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 4rem;
    position: relative;
}
.new-hero-banner .heading-1:before{
    content: '';
    position: absolute;
    width: 8rem;
    height: 2px;
    background-color: #f86b40;
    border: 0px;
    bottom: -1rem;
    left: 0px;
    
}
.new-hero-banner .header-note {
    width: fit-content;
    padding: 15px 3rem;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #d62828;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    margin: auto;
    z-index: 10;
    width: 100%;
    /* animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */


}


@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
.new-hero-banner .banner-card-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.new-hero-banner .banner-card-wrapper .banner-card{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 47%;
    display: flex;
    align-items: center;
    padding: 16px 12px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.new-hero-banner .banner-card-wrapper .banner-card img{
    width: 3rem;
    margin-right: 14px;
}
.new-hero-banner .banner-card-wrapper .banner-card h2{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}
.new-hero-banner .banner-card-wrapper .banner-card p{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
}
.new-hero-banner .banner-card-wrapper .banner-card a{
   background-color: #263B74;
   color: #fff;
    padding: 6px 11px;
    margin-right: 13px;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin-top: 11px;
    border-radius: 2px;
}
.new-hero-banner .banner-card-wrapper .banner-card a:last-child {
    background-color: #2EC4B6;
}
.new-hero-banner .banner-img{
    border-radius: 6px;
    overflow: hidden;
}
.new-hero-banner .banner-img img{
    position: relative;
}
.new-hero-banner .banner-img::before{
    content: '';
    position: absolute;
    top: -1rem;
    left: -5rem;
    width: 69%;
    height: 100%;
    background-image: url(/assets/images/new-landing-page/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateZ(50deg);
}
/* Hero Section End  */

/* Category Section Start  */
.new-category-section{
    padding: 2rem 0rem;
    background-image: url('/assets/images/new-landing-page/categoryBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    position: relative;
}
.new-category-section:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #263b74;
    opacity: 66%;
}
.new-category-section .category-card{
    padding: 10px;
    background-color: rgb(12, 77, 172);
    border-radius: 3px;
    min-height: 11rem;
    position:relative;
    overflow: hidden;
}
.new-category-section .category-card::before{
    content: '';
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 26%;
}
.new-category-section .category-card h1{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    color: #fff;
}
.new-category-section .category-card p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    line-height: 22px;
}
.new-category-section .category-card a{
    background: #fff;
    margin-left: auto;
    padding: 6px;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.new-category-section .category-card a i{
    font-size: 22px;
    font-weight: 800;
}
/* Category Section End  */


/* Service Section Start  */
.service-wrapper{
    padding: 3rem 0rem;
}
.service-wrapper .service-header{}
.service-wrapper .service-header h1{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}
.service-wrapper .service-header p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 45rem;
    margin: 0px auto;
}
.service-wrapper .ser-card1-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.service-wrapper .ser-card1-wrapper .ser-card1{
    width: 47%;
    height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 9px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    position: relative;
    overflow: hidden;
}
.service-wrapper .ser-card1-wrapper .ser-card1::before{
    content: '';
    background-color: #263B74;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 86%;

}
.service-wrapper .ser-card1-wrapper .ser-card1 h1{
    font-size: 21px;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}
.service-wrapper .ser-card1-wrapper .ser-card1 p{
    margin: 0px;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.service-wrapper .ser-card1-wrapper .ser-card1 a{
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: inline-block;
    margin-top: 1rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.service-wrapper .ser-card1-wrapper .ser-card1 a i{
    color: #fff;
    margin-left: 11px;
    font-size: 20px;
    font-weight: 600;
}
.service-wrapper .ser-card1-wrapper .ser-card1 a:hover{
    background-color: #fff;
    color: #263B74 ;
}




.service-wrapper .ser-card2{
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 14rem;
    position: relative;
}
.service-wrapper .ser-card2 h3{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
.service-wrapper .ser-card2 p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}
.service-wrapper .ser-card2 a{
    background: linear-gradient(to right, rgb(229, 45, 39), rgb(179, 18, 23));
    color: #fff;
    font-size: 12px;
    padding: 3px 21px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 20px;
    position: absolute;
    padding-right: 35px;
    bottom: 1rem;
    left: -10px;
    transition: all ease-in-out 1s;
}
.service-wrapper .ser-card2 a:hover{
    background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146));
}
.service-wrapper .ser-card2 a i{
    margin-top: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    top: auto;
    bottom: auto;
    color: #fff;
    font-size: 16px;
    right: 7px;
}
/* Service Section End  */

/* footer Section start  */
.cpy-wrapper{
    background-color: #999999;
    padding: 11px 0px;
}
.cpy-wrapper ul{
    padding: 10px 0px;
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(209 209 209);
    /* padding-bottom: 6px; */
}
.cpy-wrapper ul li{
    list-style: none;
    margin-left: 13px;
    font-size: 12px;
}
.cpy-wrapper p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 7px;
}
/* footer Section End  */

@media screen and (max-width: 1030px){
    .new-landing-page-nav .navLinks{
        display: none;
    }
    .new-landing-page-nav .menu-bars{
        padding: 15px 0;
        
    }
    .new-hero-banner .banner-card-wrapper .banner-card {
        
        width: 47%;
        padding: 15px 8px;
        border-radius: 5px;
        flex-direction: column;
    }
    .new-hero-banner .banner-card-wrapper .banner-card h2 {
        font-size: 13px;
        margin-top: 10px;
    }
    .new-hero-banner .banner-card-wrapper .banner-card p {
        font-size: 12px;
        line-height: 12px;
    }
    .new-hero-banner .banner-card-wrapper .banner-card a {
        padding: 6px 8px;
        font-size: 8px;
    }
    .new-hero-banner .heading-1 {
        font-size: 22px;
        margin-bottom: 3rem;
    }
    .new-hero-banner .heading-6 {
        font-size: 22px;
        margin-top: 1rem;
    }
    .new-category-section .category-card p {
        font-size: 12px;
        line-height: 17px;
    }
    .new-category-section .category-card h1 {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 770px){
    .new-landing-page-nav .nav-content .logo-wrapper {
        width: 22rem;
        margin: 0px auto;
    }
    .new-landing-page-nav .nav-content .nav-links li a {
        font-size: 10px;
        padding: 7px 13px;
        border-radius: 3px;
    }
    select.custom-select.menu-select {
        padding: 0px 9px;
        height: 29px;
        font-size: 12px;
    }
    .new-landing-page-nav .nav-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

  
    .new-hero-banner .banner-card-wrapper .banner-card {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .new-hero-banner {
        padding-top: 10rem;
        padding-bottom: 3rem;
    }
    .new-category-section .category-card {
        min-height: 9rem;
    }
    .service-wrapper .service-header p {
        font-size: 14px;
        width: 80%;
    }
    .service-wrapper .service-header h1 {
        font-size: 21px;
    }
    .service-wrapper {
        padding: 2rem 0rem;
    }
    .service-wrapper .ser-card1-wrapper .ser-card1 h1 {
        font-size: 16px;
    }
    .service-wrapper .ser-card1-wrapper .ser-card1 p {
        font-size: 12px;
    }
    .service-wrapper .ser-card1-wrapper .ser-card1 {
        height: 13rem;
    }
    .service-wrapper .ser-card2 {
        min-height: 10rem;
    }
    .service-wrapper .ser-card2 p {
        font-size: 12px;
        line-height: 21px;
    }
    .cpy-wrapper ul {
        
        flex-wrap: wrap;
    }
    .cpy-wrapper ul li {
        margin-left: 12px;
        font-size: 11px;
    }
}
@media screen and (max-width: 440px){

    .new-landing-page-nav .nav-content .logo-wrapper {
        width: auto;
    }
    .new-hero-banner .banner-card-wrapper {
        flex-direction: column;
    }
    .new-hero-banner .banner-card-wrapper .banner-card {
        flex-direction: row;
        width: 100%;
    }
    .new-hero-banner .heading-6 {
        font-size: 18px;
    }
    .new-hero-banner .heading-1 {
        font-size: 19px;
    }
    .new-hero-banner {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .new-category-section .category-card {
        min-height: 10rem;
        width: 95%;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .new-category-section {
        padding: 1rem 0rem;
    }
    .service-wrapper .ser-card2 a {
        position: absolute;
        right: 10px;
        width: fit-content;
        left: auto;
        bottom: 10px;
        border-radius: 5px;
    }
    .service-wrapper .ser-card1-wrapper .ser-card1 {
        min-height: 15rem;
        height: fit-content;
    }


}






/* -----------------------------------
        New Landing Page CSS End 
--------------------------------------- */


/* -----------------------------------
        Payment Pop UI CSS Start 
--------------------------------------- */
.paymentModelWrapper{
    padding: 2.5rem 1rem;
}
.paymentModelWrapper .paymentCard{
    /* background: red; */
    padding: 17px 10px;
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.paymentModelWrapper .paymentCard .img-icon{
    width: 12rem;
    margin: 0px auto;
}
.paymentModelWrapper .paymentCard h3{
    font-size: 22px;
    margin: 0px;
    margin-top: 12px;
}
.paymentModelWrapper .paymentCard p{
    font-size: 12px;
    margin: 0px;
    font-weight: 600;
}
.paymentModelWrapper .paymentCard button{
    background-color: #0D6EFD;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 11px;
    font-size: 15px;
    padding: 6px 0px;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 11px;
    font-size: 15px;
    padding: 6px 0px;
    border: none;
}
/* -----------------------------------
        Payment Pop UI CSS End 
--------------------------------------- */



/* -----------------------------------
        Dashboard Tabbing Course List CSS Start 
--------------------------------------- */
#das-course-list .courseTabWrapper .nav  {

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* margin-bottom: 14px; */

  }

#das-course-list .courseTabWrapper .nav  li a{
    background: #ff6607;
    margin-right: 22px;
    color: #fff;
    font-size: 15px;
    padding: 9px 20px;
    /* border-radius: 3px; */
    border-radius: 5px 5px 0px 0px;
}

#das-course-list .courseTabWrapper .nav li .active{
    /* background: #510303 !important; */
    color: #510303 !important ;
    background: rgb(238 198 146 / 47%) !important;

}





#das-course-list .courseTabWrapper .courseCard .card-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.courseCard .card-item:hover {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1)
}

.courseCard .card-image {
    position: relative
}

.courseCard .card-image .play-button,
.courseCard .card-image .my-course-action-dot,
.courseCard .card-image .card-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.courseCard .card-image .play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.courseCard .card-image .my-course-action-dot {
    left: auto;
    right: 10px;
    top: 10px
}

.courseCard .card-image .my-course-action-dot .dropdown-header {
    padding: 5px 14px;
    font-size: 16px;
    color: #7f8897
}

.courseCard .card-image .my-course-action-dot .collection-link {
    color: #7f8897
}

.courseCard .card-image .my-course-action-dot .collection-link .la {
    color: #a0baf5
}

.courseCard .card-image .my-course-action-dot .collection-link .la.active {
    display: none
}

.courseCard .card-image .my-course-action-dot .dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 240px;
    border: 1px solid rgba(127, 136, 151, 0.2)
}

.courseCard .card-image .my-course-action-dot .btn {
    background-color: #fff;
    color: #7f8897;
    padding: 0 2px;
    font-size: 22px;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.courseCard .card-image .my-course-action-dot .btn:hover {
    color: #233d63
}

.courseCard .card-image:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 1
}

.courseCard .card-image:hover:before {
    opacity: .1;
    visibility: visible
}

.courseCard .card-image:hover .play-button {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible
}

.courseCard .card__img {
    display: block;
    position: relative;
    z-index: 1
}

.courseCard .card__img img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.courseCard .card-content {
    border: 1px solid rgba(127, 136, 151, 0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    border-top: transparent
}

.courseCard .card__label {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.courseCard .card__label-text {
    color: #ffffff;
    background-color: #44382e;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 1px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.courseCard .card__collection-icon {
    margin-left: auto;
    color: #7f8897;
    font-size: 22px;
    position: relative
}

.courseCard .card__collection-icon:hover {
    color: #a0baf5
}

.courseCard .card__title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 9px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.courseCard .card__title a {
    color: #233d63;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.courseCard .card__title a:hover {
    color: #a0baf5
}

.courseCard .card__author {
    line-height: 26px
}

.courseCard .card__author a {
    color: #7f8897;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.courseCard .card__author a:hover {
    color: #a0baf5
}

.courseCard .card-action {
    /* margin-bottom: 25px */
}
.courseCard .card-action .card-duration{
    padding: 0px;
    margin: 0px;
}
.courseCard .card-action .card-duration li {
    width: 100%;
    border-right: 1px solid rgba(127, 136, 151, 0.2);
    padding: 0 15px;
    list-style: none;
    font-size: 12px;
}

.courseCard .card-action .card-duration li:first-child {
    padding-left: 0
}

.courseCard .card-action .card-duration li:last-child {
    border-right: 0;
    padding-right: 0;
    text-align: right
}

.courseCard .card-action .card-duration li span {
    display: block
}

.courseCard .card-action .card-duration li span.meta__date {
    /* color: #233d63; */
    color: #a5a5a5;
    font-weight: 400;
}
.courseCard .card-action .card-duration li span.meta__date i{
    margin-right: 7px;
    font-size: 10px;
}

.courseCard .card-action .card-duration li span.meta__text {
    font-weight: 500;
    font-size: 15px
}

.courseCard .card-price-wrap .card__price {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    background: #ffeb3b;
    padding: 2px 16px;
    border-radius: 23px;
    border: 1px solid #ffc107;
}

.courseCard .card-price-wrap .text-btn {
    color: #ffffff;
    background: rgb(0, 134, 48) none repeat scroll 0% 0%;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 12px;
}

.courseCard .card-price-wrap .text-btn:hover {
    color: #fff;
    box-shadow: -9px 8px 20px 0px rgb(0 0 0 / 20%);
}

.courseCard .card-list-layout {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: transparent
}


.newCourseCard{
    min-height: 7rem;
    margin-bottom: 20px;
    border: none;
    box-shadow: rgb(175 175 175 / 68%) 3px 6px 18px;
}
.newCourseCard .module-img{
    /* height: auto !important; */

  }
.newCourseCard i{
    font-size: 11px;
    color: #ff6607;
}
  .courseTabMarquee{
    color: #ff6607;
    text-align: center;
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 5px;
    font-weight: 500;
    scale:1;
    animation-name: scaleAni;
    animation-duration: 3.5s;
    transition: all ease-in-out 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes scaleAni {
    from {scale: 0.5;}
    to {scale:1;}
  }
  .courseTabWrapper .tab-content > .active{
    background: rgb(238 198 146 / 47%) !important;
    padding: 20px;
  }
  .newCourseCard span{
    font-size: 14px;
  }
  .newCourseCard a{
    font-size: 15px;
    font-weight: 500;
  }
  
  
  /* -----------------------------------
        Dashboard Tabbing Course List CSS End 
  --------------------------------------- */
/* -----------------------------------
        New Login Page CSS Start 
--------------------------------------- */
.formBgWrapper{
    background-image: url('/assets/images/new-landing-page/loginRegisterFormBG.jpg');
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    /* overflow: hidden; */
}
.formBgWrapper::before{
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgb(253 71 14 / 50%);
}
.formBgWrapper .loginformWrapper{
    background-color: #fff;
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 45%;
    height: 100%;
    padding: 3rem;
    overflow: hidden;
}
.formBgWrapper .loginformWrapper:before{
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 45%;
    background-color: transparent;
    top: -14rem;
    right: -11rem;
    border: 64px solid #f86b40;
    opacity: 13%;
}
.formBgWrapper .loginformWrapper:after{
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    background-color: transparent;
    bottom: -14rem;
    left: -11rem;
    border: 64px solid #f86b40;
    opacity: 13%;
}
.formBgWrapper .loginformWrapper form{
    width: 90%;
    position: relative;
}
.formBgWrapper .loginformWrapper form .mainBtn{
    font-size: 12px;
    padding: 12px 0px;
    background: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.formBgWrapper .loginformWrapper img{
    width: 19rem;
    margin-bottom: 3rem;
    position: relative;
}
.formBgWrapper .loginformWrapper h1{
    font-size: 31px;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.formBgWrapper .loginformWrapper form label{
    font-size: 14px;

}
.formBgWrapper .loginformWrapper form input{
    background-color: #EEEEEE;
    border: none;
}

.formBgWrapper .loginformWrapper .useLinks{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.formBgWrapper .loginformWrapper .submitBtn{
    display: block;
    width: 100%;
    margin-top: 2rem;
    border: none;
}
.formBgWrapper .LoginSideInfo{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: 0px;
    height: fit-content;
    left: 55%;
    width: 35%;
}
.formBgWrapper .LoginSideInfo h4{
    font-size: 15px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}
.formBgWrapper .LoginSideInfo h1{
    font-size: 28px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2rem;
}
.formBgWrapper .LoginSideInfo a{
    display: block;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px 0px;
}
@media screen and (max-width:1030px) {
    .formBgWrapper .loginformWrapper {
        padding: 2rem;
    }
    .formBgWrapper .loginformWrapper img {
        width: 15rem;
        margin-bottom: 2rem;
    }
    .formBgWrapper .loginformWrapper h1 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .formBgWrapper .loginformWrapper form label {
        font-size: 11px;
    }
    .formBgWrapper .loginformWrapper form .mainBtn {
        font-size: 10px;
       
    }
    
}
@media screen and (max-width:770px) {
    .formBgWrapper .loginformWrapper {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .formBgWrapper .loginformWrapper:before {
        width: 20rem;
        height: 20rem;
        top: -11rem;
        right: -10rem;
        border: 43px solid #f86b40;
    }
    .formBgWrapper .loginformWrapper:after {
        width: 20rem;
        height: 20rem;
        bottom: -10rem;
        left: -9rem;
        border: 43px solid #f86b40;
    }
    .formBgWrapper .LoginSideInfo {
        left: 62%;
        width: 35%;
    }
    .formBgWrapper .LoginSideInfo h1 {
        font-size: 20px;
        margin-bottom: 2rem;
    }
    .formBgWrapper .LoginSideInfo h4 {
        font-size: 12px;
    }
    .formBgWrapper .LoginSideInfo a {
        border: 1px solid #fff;
        padding: 10px 0px;
        font-size: 12px;
    }
}
@media screen and (max-width:440px) {
    .formBgWrapper {
        background-position-y: -18rem;
        overflow: auto;
        background-position-x: center;
    }
    .formBgWrapper .loginformWrapper {
        width: 100%;
        top: 15rem;
        
    }
    .formBgWrapper .LoginSideInfo {
        left: 0px;
        width: 80%;
        /* background: rebeccapurple; */
        top: 3rem;
        margin: 0px;
        margin: 0px auto;
        right: 0px;
        text-align: center;
    }
    
}
/* -----------------------------------
        New Login Page CSS End 
--------------------------------------- */
  /* -----------------------------------
        New Register Page CSS Start 
--------------------------------------- */

.formBgWrapper .registerformWrapper{
    background-color: #fff;
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 60%;
    height: 100%;
    padding: 2rem;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.formBgWrapper .registerformWrapper:before{
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    background-color: transparent;
    top: -14rem;
    right: -11rem;
    border: 64px solid #f86b40;
    opacity: 13%;
}
.formBgWrapper .registerformWrapper:after{
    display: none;
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    background-color: transparent;
    bottom: -14rem;
    left: -11rem;
    border: 64px solid #f86b40;
    opacity: 13%;
}


.formBgWrapper .registerformWrapper form{
    /* width: 80%; */
    /* background-color: red; */
    position: relative;
}
.formBgWrapper .registerformWrapper form .mainBtn{
    font-size: 12px;
    padding: 12px 0px;
    background: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.formBgWrapper .registerformWrapper img{
    width: 26rem;
    margin-bottom: 2rem;
    position: relative;
}
.formBgWrapper .registerformWrapper h1{
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.formBgWrapper .registerformWrapper h5{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300;
}
.formBgWrapper .registerformWrapper h6{
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
}
.formBgWrapper .registerformWrapper .login-note {
    /* width: fit-content; */
    border-radius: 0px;
    font-size: 16px;
    margin-top: 18px;
    font-weight: 400;
    color: #d62828;
    /*
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */
}
.app-cat-wrapper{
    margin-bottom: 2rem;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 8px;
    /* padding: 18px 0px; */
}
.app-cat-wrapper .memCard{
    background-color: #faefcf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 12px;
    border-radius: 6px;
    margin-top: 1rem;
    width: 100%;
    margin-right: 20px;
    min-height: 6rem;
}
.app-cat-wrapper .memCard h4{
    color: #9e2a2b;
    font-size: 14px;
    font-weight: 500;
}
.app-cat-wrapper .memCard p {
    color: #000;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
}
.app-cat-wrapper .memCard .subboxsuccess {
    background-color: #6ab80c;
    color: #fff;
    padding: 3px 9px;
    font-size: 12px;
    
    border-radius: 2px;
}
.app-cat-wrapper .memCard h4 span {
    background-color: #6ab80c;
    color: #fff;
    padding: 3px 9px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 2px;
}
.app-cat-wrapper .memCard a{
        font-size: 13px;
        width: 100%;
        display: block;
        text-align: right;
        margin-top: 7px;
        text-decoration: underline;
        font-weight: 500;
}
.formBgWrapper .registerformWrapper form label{
    font-size: 15px;

}
.formBgWrapper .registerformWrapper form input{
    background-color: #EEEEEE;
    border: none;
}

.formBgWrapper .registerformWrapper .useLinks{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.formBgWrapper .registerformWrapper .submitBtn{
    display: block;
    width: 50%;
    margin-top: 2rem;
    border: none;
}

.formBgWrapper .RegisterSideInfo{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: 0px;
    height: fit-content;
    left: 62%;
    width: 30%;
    /* background: red; */
}

.formBgWrapper .RegisterSideInfo .program-info-card h4{}
.formBgWrapper .RegisterSideInfo .program-info-card p{}
.formBgWrapper .RegisterSideInfo h4{
    /* font-size: 14px; */
    margin: 0px;
    margin-bottom: 5px;
    /* font-weight: 300; */
    /* color: #fff; */
}
.formBgWrapper .RegisterSideInfo h1{
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2rem;
}
/* .formBgWrapper .RegisterSideInfo a{
    display: block;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px 0px;
} */

.app-cat-wrapper .memCard label {
    cursor: pointer;
}
.app-cat-wrapper .memCard .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}
.app-cat-wrapper .memCard label {
    display: flex;
    margin: 10px 15px;
    position: relative;
    top: -17px;
}

.input-radio.on:checked {
    box-shadow: 0px 0px 0px 4px #00eb27;
    background-color: #51ff6e;
}
.input-radio.off:checked {
    box-shadow: 0px 0px 0px 4px #9E2A2B;
    background-color: #9E2A2B;
}
@media screen and (max-width:1030px) {
    .formBgWrapper .registerformWrapper {
        overflow: auto;
    }
    .app-cat-wrapper .memCard h4 {
        font-size: 12px;
    }
    .formBgWrapper .registerformWrapper h1 {
        font-size: 22px;
    }
    .formBgWrapper .registerformWrapper h5 {
        font-size: 19px;
        margin-bottom: 39px;
        font-weight: 400;
    }
    .formBgWrapper .registerformWrapper form label {
        font-size: 12px;
    }
    .formBgWrapper .registerformWrapper form .mainBtn {
        font-size: 10px;
    }
    .formBgWrapper .RegisterSideInfo h1 {
        font-size: 18px;
       
    }
}
@media screen and (max-width:770px) {
    .formBgWrapper {
        background-position-y: 0rem;
    overflow: auto;
    background-position-x: center;
    background-size: cover;
    }
    .formBgWrapper::before {
        /* top: 25rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgb(253 71 14 / 50%); */
    display: none;
    }
    
    .formBgWrapper .registerformWrapper {
        /* overflow: hidden; */
        width: 100%;
        height: auto;
        /* margin-top: 16rem; */
    }
    .app-cat-wrapper .memCard {
        min-height: 6rem;
    }
    .formBgWrapper .RegisterSideInfo {
        top: 0rem;
        position: relative;
        bottom: 0;
        margin-right: 0px;
        left: 0rem;
        width: 100%;
        right: 0;
        margin: 0px auto;
        height: 100%;
        /* background: red; */
        padding: 1rem 3rem;
    }
    .formBgWrapper .RegisterSideInfo::before{
        content: "";
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: 100%;
        background-color: rgb(253 71 14 / 50%);

    }
    .app-cat-wrapper .memCard h4 span {
        padding: 3px 6px;
        font-size: 10px;
        margin-left: 7px;
    }
    .formBgWrapper .registerformWrapper form {
        width: 100%;
        position: relative;
    }
    .formBgWrapper .registerformWrapper:before {
       display: none;
    }
    .formBgWrapper .registerformWrapper:after {
        display: none;
    }
}
@media screen and (max-width:440px) {
    .formBgWrapper .RegisterSideInfo {
        top: 0rem;
    }
    .formBgWrapper .RegisterSideInfo .program-info-card {}
    .formBgWrapper .RegisterSideInfo .program-info-card h4 {
        font-size: 14px;
    }
    .formBgWrapper .RegisterSideInfo .program-info-card p {
        font-size: 12px;
        line-height: 15px;
    }
}
/* -----------------------------------
        New Register Page CSS End 
--------------------------------------- */


/* --------------------------------------
             Success Story CSS
  ---------------------------------------- */

  .success-story-wrapper {
    padding: 0px;
    background-color: #F2F2F6;
    padding-bottom: 5rem;
}

.success-story-wrapper .story-header {
    padding-top: 0rem;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('./../images/success-header.jpg');
    border-radius: 0rem 0rem 10rem 10rem;
    /* clip-path: polygon(0% 0%, 100.1% 0%, 100.1% 34.3%, 100.1% 70.3%, 51.1% 100.3%, 51.1% 100%, 0% 79%, 0% 38%); */
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    position: relative;
}

.success-story-wrapper .story-header::before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 0rem 0rem 10rem 10rem;
    opacity: 40%;
}

.success-story-wrapper .story-header h1 {
    position: relative;
    color: #fff;
    font-size: 46px;
    font-weight: 200;
    margin-top: 4rem;

}

.success-story-wrapper .story-header h1 span {
    font-weight: 400;
}

.success-story-wrapper .story-header p {
    position: relative;
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
}

.success-story-wrapper .story-link-wrapper{
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 0px;
    box-shadow: 3px 3px 14px rgb(219 219 219 / 35%);
}
.success-story-wrapper .story-link-wrapper .nav-tabs{
    border: none;
}
.success-story-wrapper .story-link-wrapper .nav-item{
    border-radius: 11px;
    margin-bottom: 10px;
}
.success-story-wrapper .story-link-wrapper .nav-link{
    padding: 0px;
    border-radius: 0px;
    font-size: 14px;
    padding: 14px 7px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}
.success-story-wrapper .story-link-wrapper .nav-link:hover{
    border: none;
    background-color: none !important;

}
.success-story-wrapper .story-link-wrapper .nav-link.active{
    color: #FF8235;
    background-color: transparent !important;
    border: none;
    border-left: 5px solid #FF8235;
}
.success-story-wrapper .story-link-wrapper .nav-link img{
    width: 26px;
    margin-right: 11px;
    margin-left: 1rem;
}

.success-story-wrapper .story-card {
    background-color: #fff;
    box-shadow: 3px 3px 14px rgb(219 219 219 / 35%);
    border-radius: 11px;
    margin-top: 2rem;
    padding: 20px;
    position: relative;
    margin-bottom: 5rem;
}
.success-story-wrapper .story-card .tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FF8235;
    color: #fff;
    font-size: 13px;
    padding: 7px 16px;
    border-radius: 3px;
}
.success-story-wrapper .story-card .info {
    /* background: orange; */
    width: 75%;
    margin-left: auto;
}
.success-story-wrapper .story-card .info .profile {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #FF8235;
    position: absolute;
    top: -4rem;
    left: -9px;
    overflow: hidden;
    border: 12px solid #F2F2F6;
}
.success-story-wrapper .story-card .info a{
    background: #FF8235;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 3rem;
    left: 100px;
    z-index: 1;
    text-decoration: none;
}
.success-story-wrapper .story-card .info a i{
    font-size: 14px;
    color: #fff;
}
.success-story-wrapper .story-card .info h4{
    font-size: 21px;
    margin: 0px;
}
.success-story-wrapper .story-card .info h6{
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}
.success-story-wrapper .story-card .info ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    margin-top: 1.5rem;
}
.success-story-wrapper .story-card .info ul li {
    /* background: orange; */
    list-style: none;
    width: 8rem;
    margin-right: 10px;
}
.success-story-wrapper .story-card .info ul li span{
    font-size: 13px;
    color: #a2a2a2;
}
.success-story-wrapper .story-card .info ul li  p{
    font-size: 14px;
    font-weight: 400;
}
.success-story-wrapper .story-card .desc{
    font-size: 14px;
    line-height: 28px;
    margin-top: 1rem;
}
.no-story-found{
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 3px 3px 14px rgb(219 219 219 / 35%);
}
.no-story-found img{
    width: 63%;
}
.no-story-found h1{
    font-size: 23px;
    margin-top: 22px;
}

@media screen and (max-width:1080px) {}
@media screen and (max-width:770px) {

    .success-story-wrapper {
        padding-bottom: 5rem;
        padding-top: 2rem;
        /* margin-top: 12rem; */
    }
    .success-story-wrapper .story-header {
        height: 45vh;
        border-radius: 18px;
    }
    .success-story-wrapper .story-header::before {
        border-radius: 18px;
    }
    .success-story-wrapper .story-header h1 {
        font-size: 47px;
        margin-top: 0rem;
    }
    .success-story-wrapper .story-header p {
        text-align: center;
        font-size: 15px;
        margin-top: 6px;
        width: 80%;
    }
    .success-story-wrapper .story-card .info {
        width: 65%;
    }
}
@media screen and (max-width:440px) {
    .success-story-wrapper .story-header h1 {
        font-size: 34px;
        margin-top: 0rem;
    }
    .success-story-wrapper .story-header p {
        font-size: 12px;
        width: 90%;
    }
    .success-story-wrapper .story-card .info {
        width: 100%;
        margin-top: 7rem;
    }
    .success-story-wrapper .story-card .info ul li {
        width: 10rem;
    }
    .success-story-wrapper .story-card .info ul {
        flex-wrap: wrap;
    }
}


/* -----------------------------------
        Home Page Hero Section
--------------------------------------- */

.home-hero-wrapper {
    background: url(../images/pmegp-img3.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-hero-wrapper:before {
    content: '';
    background: linear-gradient(to right, rgb(186 83 0), rgb(9 155 0));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 50%;

}

.home-hero-wrapper .tag {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.home-hero-wrapper .title {
    position: relative;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.home-hero-wrapper .category-wrapper {
    background-color: rgb(197, 0, 0);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-hero-wrapper .category-card {
    width: 100%;
    background-color: #00eb27;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2.5rem 3rem;
}

.home-hero-wrapper .category-card h4 {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.home-hero-wrapper .category-card p {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.home-hero-wrapper .category-card a {
    background: #fff;
    text-decoration: none;
    color: #000;
    padding: 11px 21px;
    margin-left: 1rem;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.home-hero-wrapper .category-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0rem;
    background-color: #fff;
    width: 100%;
    height: 40px;
    transform: rotateZ(-35deg);
    opacity: 35%;
    animation-name: cat-card-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes cat-card-animation {
    from {
        right: -55rem;
    }

    to {
        right: 65rem;
    }
}

@media screen and (max-width:990px) {
    .home-hero-wrapper .tag {
        font-size: 17px;
    }

    .home-hero-wrapper .title {
        font-size: 38px;
    }

    .home-hero-wrapper .category-card {
        padding: 2rem 2rem;
    }

    .home-hero-wrapper .category-card h4 {
        font-size: 18px;
    }

    .home-hero-wrapper .category-card p {
        font-size: 13px;
    }

    .home-hero-wrapper .category-card a {
        padding: 9px 16px;
        font-size: 11px;
        font-weight: 500;
    }

}

@media screen and (max-width:770px) {
    .home-hero-wrapper .category-wrapper {
        flex-direction: column;
    }

    .home-hero-wrapper .category-card {
        padding: 20px 2rem;
    }

    .home-hero-wrapper .category-card h4 {
        font-size: 19px;
    }

    .home-hero-wrapper {
        background-position: center;
    }

    .home-hero-wrapper .tag {
        font-size: 15px;
        text-align: center;
        display: block;
    }

    .home-hero-wrapper .title {
        font-size: 31px;
        text-align: center;
    }
}

/* -----------------------------------------
        New Login & Registration Start Page
------------------------------------------- */
.beneficiary-wrapper {
    margin-top: 2rem;
}

.beneficiary-wrapper .logo {
    width: 30rem;
    margin-bottom: 2rem;
}

.beneficiary-wrapper .MuiInput-underline:before {
    border: none !important;
}

.beneficiary-wrapper .MuiInput-root {
    position: relative;
    background-color: rgb(224, 224, 224);
    padding: 6px 21px;
    border-radius: 4px;
    font-size: 14px;
}

.beneficiary-wrapper .form-layout {
    background-color: #F2F2F6;
    padding: 4rem 3rem;
    border-radius: 6px;
    height: 100%;
}

.beneficiary-wrapper .form-layout h3 {
    font-size: 24px;
}

.beneficiary-wrapper .form-layout h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.beneficiary-wrapper .form-layout  label {
    font-size: 15px;
}

.beneficiary-wrapper .form-layout  label span {
    color: red;
    margin-left: 2px;
}

.beneficiary-wrapper .form-layout  input {
    border: none;
}

.beneficiary-wrapper .form-layout  .custom-btn {
    width: 100%;
    display: block;
    padding: 12px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    transition: all ease-in-out 0.5s;

}
.beneficiary-wrapper .form-layout .resendOTPBtn{
    background-color: green;
    color: #fff;

}

.beneficiary-wrapper .form-layout  .custom-btn:hover {
    text-decoration: none;
    background-color: #9E2A2B !important;
    color: #fff !important;
}

.beneficiary-wrapper .form-layout  .actionBtn {
    font-size: 13px;
    padding: 11px 28px;
    border-radius: 3px;
    margin-top: 1.5rem;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.beneficiary-wrapper .form-layout  .actionBtn:hover {
    background-color: #9E2A2B !important;
    color: #fff !important;
}

.draw-border::before,
.draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.draw-border::before {
    border-bottom-width: 3px;
    border-left-width: 3px;
}

.draw-border::after {
    border-top-width: 3px;
    border-right-width: 3px;
}

.draw-border:hover {
    color: #ffffff;
}

.draw-border:hover::before,
.draw-border:hover::after {
    border-color: #ffffff;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}


.beneficiary-wrapper .form-layout form marquee {
    font-size: 15px;
    margin-top: 3rem;
    font-weight: 400;
    color: rgb(255, 0, 0);
}

.beneficiary-wrapper .form-layout form .radioInpWrapper {
    margin-top: 8px;
}

.beneficiary-wrapper .form-layout form .radioInpWrapper input {
    margin-right: 7px;
}

.beneficiary-wrapper .form-layout form .radioInpWrapper label {
    font-size: 15px;
    color: #717171;
    font-weight: 500;
}

.beneficiary-wrapper .content-layout {
    padding: 2rem;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.beneficiary-wrapper .content-layout::before {
    content: '';
    background-color: #fff;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    position: absolute;
    top: -11rem;
    right: -10rem;
    opacity: 32%;
}

.beneficiary-wrapper .content-layout h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 6px;
}

.beneficiary-wrapper .content-layout h6 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 15px;
}

.beneficiary-wrapper .content-layout .info-card {
    border: 1px solid rgb(255 255 255 / 64%);
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 11px;
    position: relative;
    
}



.beneficiary-wrapper .content-layout .info-card span {
    position: absolute;
    top: 10px;
    right: 8px;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 3px 12px;
    margin: 0px;
    font-size: 12px;
}

.beneficiary-wrapper .content-layout .info-card h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 5px;
}

.beneficiary-wrapper .content-layout .info-card p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

.beneficiary-wrapper .content-layout .info-card a {
    margin-top: 0px;
    display: inline-block;
    font-size: 15px;
    padding: 2px 0px;
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
    width: 7rem;
    margin-right: 1rem;
    transition: all ease-in-out 0.5s;
    color: #ffffff;
    text-align: right;
    text-decoration: underline;
}

.beneficiary-wrapper .content-layout .info-card a:hover {
    /* text-decoration: none; */
    /* background-color: #510303; */
    /* color: rgb(167, 201, 87); */
}

.beneficiary-wrapper .content-layout .info-card .benefitsBtn {
    margin-right: 0px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.beneficiary-wrapper .content-layout .info-card .benefitsBtn:hover {
    /* background-color: rgb(238, 155, 0); */
}


.beneficiary-wrapper .noteMsg {
    margin-top: 3rem;
}
.beneficiary-wrapper .noteMsg p {
    /* animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; */

    font-size: 13px;
    color: red;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 22px;
    

}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.beneficiary-wrapper .noteMsg p img{
    width: 22px;
    margin-right: 7px;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 8s infinite linear;
}
.beneficiary-wrapper .noteMsg span {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}
.beneficiary-wrapper .noteMsg ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.beneficiary-wrapper .noteMsg ul li {
    list-style: none;
    font-size: 13px;
    margin-right: 8px;
}
.beneficiary-wrapper .noteMsg ul li i{
    color: rgb(0, 53, 102);
    margin-right: 6px;
}
.beneficiary-wrapper .noteMsg ul li a{
    text-decoration: none;
    color: #4e4e4e;
}

/* ---- Service Section ---- */

.service-section {
    background-color: #F9F9F9;
    padding: 3rem 0rem;
    margin: 2rem 0rem;
    margin-bottom: 0rem;
}

.service-section h4 {
    text-align: center;
    color: #9E2A2B;
    font-size: 24px;
}

.service-section .desc {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 16px;
    font-weight: 400;
}

.service-section a {
    text-decoration: none;
    color: #000;

}

.service-section a:hover {
    text-decoration: none;
    color: #fff;

}

.service-section .service-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    background: #fff;
    padding: 25px;
    margin-top: 2rem;
}

.service-section .service-box .note {
    font-size: 13px;
    text-align: center;
}

.service-section .service-box .tags {
    font-size: 12px;
    padding: 10px 23px;
    border-radius: 3px;
    border: none;
    background-color: #006D77;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    left: 32px;
}

.service-section .service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px 12px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all ease-in-out 1s;
    margin-bottom: 2rem;
}

.service-section .service-card:hover {
    background-color: #9E2A2B;
}

.service-section .service-card:hover.service-card .normal-logo {
    display: none;
}

.service-section .service-card:hover.service-card .white-logo {
    display: flex;
}

.service-section .service-card .white-logo {
    display: none;
}

.service-section .service-card img {
    width: 46px;
    margin-right: 1.2rem;
}

.service-section .service-card:hover.service-card p {
    color: #fff;
}

.service-section .service-card p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    color: #000;
}

.service-section .service-card:hover.service-card .link {
    color: #fff;
}

.service-section .service-card .link {
    font-size: 14px;
    font-weight: 500;
    color: #9E2A2B;
    text-decoration: underline;
}

.service-section .other-ser-card {
    background-color: #FAEFCF;
    border-radius: 4px;
    padding: 20px;
    min-height: 12rem;
    transition: all ease-in-out 0.5s;
}

.service-section .other-card-collapse {
    scale: 0 !important;
    position: absolute;
    transition: all ease-in-out 0.5s;
}

.service-section .other-ser-card h5 {
    font-size: 19px;
}

.service-section .other-ser-card p {
    font-size: 13px;
    margin: 0px;
    margin-top: 11px;
    font-weight: 400;
}

.service-section .other-ser-card a {
    margin-top: 17px;
    display: block;
    color: #9E2A2B;
    font-weight: 500;
}




/* ---- FAQ Section ---- */

.info-section .heading {
    color: #9E2A2B;
    font-size: 24px;
    margin-bottom: 2rem;
}

.info-section .ques {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
}

.info-section .solution {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #4e4e4e;
}

.info-section .listToggleBtn {
    color: #2196F3 !important;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 2rem;
    display: block;
}

.info-section .MuiAccordionSummary-root {
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border: none !important;
}

.MuiPaper-elevation4 {
    box-shadow: none !important;

}

.info-section .MuiAccordion-root {
    box-shadow: none !important;
    margin-bottom: 2rem !important;

}

.info-section .MuiAccordion-root:before {
    opacity: 0 !important;
}

.info-section .MuiCollapse-wrapper .MuiAccordionDetails-root {
    background: #f2f2f6;
    padding-top: 16px;
    padding-left: 2rem;
}

.info-section .downloadBtn {
    background-color: #9E2A2B;
    padding: 11px 32px;
    margin: 0px;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px auto;
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.info-section .downloadBtn:hover {
    background-color: rgb(167, 201, 87);
    text-decoration: none;
}

.info-section .gnInfo {
    box-shadow: rgba(149, 157, 165, 0.2) -4px -2px 24px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.info-section .gnInfo div {
    width: 50%;
    margin-bottom: 1rem;
}

.info-section .gnInfo div h4 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.info-section .gnInfo div code {
    font-size: 12px;
    color: #666666;
}

.info-section .sup-card {
    background-color: #F4CD00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.info-section .sup-card .profile {
    width: 6rem;
    height: 6rem;
    background: #FFF2D9;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.info-section .sup-card .profile img {
    width: 5rem;
    margin: 0px auto;
    position: relative;
    top: 7px;
}

.info-section .sup-card .details {
    padding: 20px;
}

.info-section .sup-card .details span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.info-section .sup-card .details p {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    line-height: 0px;
    margin-top: 13px;
    margin-bottom: 37px;
}

.info-section .sup-card .details a {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 6px 9px;
    margin-top: 14px;
    display: block;
    width: fit-content;
    border-radius: 3px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.info-section .sup-card .details a:hover {
    background-color: rgb(21, 101, 192);
    color: #fff;
}


/* ---- EDP Training Module  Section ---- */
.beneficiary-wrapper .endTraining-section {
    background: linear-gradient(to right, rgb(185, 43, 39), rgb(21, 101, 192));
    padding: 3rem 0rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.beneficiary-wrapper .endTraining-section::before {
    content: 'UDYAMi Entrepreneurship Development Program Training Module';
    position: absolute;
    bottom: -74px;
    font-size: 150px;
    color: #fff;
    font-weight: 800;
    text-align: right;
    width: 200%;
    right: -9rem;
    opacity: 6%;
}

.beneficiary-wrapper .endTraining-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.beneficiary-wrapper .endTraining-section .content h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 13px;
}

.beneficiary-wrapper .endTraining-section .content h3 {
    color: #fff;
    font-size: 84px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.beneficiary-wrapper .endTraining-section .content a {
    font-size: 13px;
    padding: 11px 28px;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: all ease-in-out 0.5s;

}

.beneficiary-wrapper .endTraining-section .content a:hover {
    background-color: rgb(185, 43, 39);
    color: #fff;

}

/* ---- Footer Section ---- */

.beneficiary-wrapper footer {
    background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
    padding-top: 2.5rem;
    box-sizing: border-box;
    margin-top: 2rem;
}

.beneficiary-wrapper footer .footer-Img {
    width: 113px;
}

.beneficiary-wrapper footer .desc {
    color: #d2d1d1;
    font-size: 13px;
    margin-top: 14px;
}

.beneficiary-wrapper footer .link-wrapper {
    margin-top: 2rem;
}

.beneficiary-wrapper footer .link-wrapper h3 {
    margin: 0px;
    color: #c2bfbf;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.beneficiary-wrapper footer .link-wrapper ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 2rem;
}

.beneficiary-wrapper footer .link-wrapper ul li {
    list-style: none;
}

.beneficiary-wrapper footer .link-wrapper ul li a {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.beneficiary-wrapper footer .link-wrapper ul li a i {
    color: #fff;
    margin-right: 6px;
}

.beneficiary-wrapper footer .link-wrapper ul li a:hover {
    color: #F4CD00;
    margin-left: 15px;
}

.beneficiary-wrapper footer .cp-right {
    background: rgb(103 103 103 / 32%);
    padding: 10px 0px;
}

.beneficiary-wrapper footer .cp-right p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}


/* ---- Utility Classes Section ---- */
.successStoryBtn {
    margin-left: 12px;
}

.successStoryBtn a {
    background: linear-gradient(to right, rgb(60, 59, 63), rgb(96, 92, 60));
    padding: 15px 16px !important;
    /* border-radius: 6px; */
    text-align: center;
    overflow: hidden;
}

.successStoryBtn a i {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}




@media screen and (max-width:770px) {
    .beneficiary-wrapper .form-layout {
        padding: 3rem;
    }

    .beneficiary-wrapper .logo {
        width: 15rem;
        margin-bottom: 1rem;
    }

    .beneficiary-wrapper .MuiInput-root {
        padding: 4px 16px;
        border-radius: 3px;
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .service-section .service-card {
        flex-direction: column;
    }

    .service-section .service-card img {
        display: flex;
        margin: 0px auto;
        width: 35px;
    }

    .service-section .service-card p {
        font-size: 12px;
        margin-top: 10px;
    }

    .service-section h4 {
        text-align: center;
        color: #9E2A2B;
        font-size: 17px;
    }

    .service-section .desc {
        font-size: 13px;
        width: 85%;
        margin: 0px auto;
        margin-bottom: 3rem;
    }

    .service-section {
        padding: 2rem 0rem;
    }

    .beneficiary-wrapper .endTraining-section {
        padding: 36px 0px;
    }

    .beneficiary-wrapper .endTraining-section::before {
        font-size: 112px;
    }

    .beneficiary-wrapper .endTraining-section .content h5 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .beneficiary-wrapper .endTraining-section .content h3 {

        font-size: 58px;
        font-weight: 600;
    }
}

@media screen and (max-width:440px) {
    .beneficiary-wrapper .content-layout {
        padding: 17px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .beneficiary-wrapper .content-layout .info-card {
        width: 48%;
        flex-direction: column;
    }

    .beneficiary-wrapper .content-layout .info-card h5 {
        font-size: 14px;
    }

    .beneficiary-wrapper .content-layout .info-card p {
        font-size: 12px;
    }

    .beneficiary-wrapper .content-layout h4 {
        font-size: 25px;
    }

    .beneficiary-wrapper .content-layout h6 {
        font-size: 17px;
    }

    .beneficiary-wrapper .form-layout {
        padding: 30px;
    }

    .beneficiary-wrapper .form-layout h3 {
        font-size: 20px;
    }

    .beneficiary-wrapper .form-layout h5 {
        font-size: 13px;
        margin-bottom: 1rem;
    }

    .beneficiary-wrapper .form-layout form label {
        font-size: 13px;
    }

    .beneficiary-wrapper .form-layout form .actionBtn {
        margin-top: 0.5rem;
    }

    .beneficiary-wrapper .form-layout form marquee {
        font-size: 13px;
        margin-top: 1.2rem;
    }

    .info-section .heading {
        font-size: 17px;
        margin-bottom: 1rem;
    }

    .info-section .ques {
        font-size: 13px;
    }

    .info-section .solution {
        font-size: 12px;
    }

    .beneficiary-wrapper footer .link-wrapper {
        margin-top: 5px;
    }

    .beneficiary-wrapper footer .link-wrapper h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .beneficiary-wrapper footer .link-wrapper ul li a {
        font-size: 11px;
    }

    .beneficiary-wrapper footer .link-wrapper ul {
        margin-bottom: -10px;
    }

    .beneficiary-wrapper footer .social-links h3 {
        font-size: 17px;
    }

    .beneficiary-wrapper footer .footer-Img {
        margin-top: 2rem;
    }

    .beneficiary-wrapper .endTraining-section .content {
        flex-direction: column;
    }

    .beneficiary-wrapper .endTraining-section .content h5 {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center;
    }

    .beneficiary-wrapper .endTraining-section .content h3 {
        font-size: 39px;
        text-align: center;
    }

    .beneficiary-wrapper .endTraining-section .content a {
        font-size: 12px;
        padding: 9px 21px;
        font-weight: 500;
        margin-top: 24px;
    }

    .beneficiary-wrapper .endTraining-section::before {
        font-size: 64px;
    }
}

/* ----------------------------------------
        New Login & Registration End Page
------------------------------------------- */


/*--------------------------------------------------------
/  Whatsapp Chat Module Start
/---------------------------------------------------------*/

.whatsappChatBtn {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    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;
    text-decoration: none;
}
.whatsappChatBtn a:hover{
    text-decoration: none;
}

.whatsappChatBtn i {
    color: rgb(79, 206, 93);
    font-size: 27px;
}

.openWhatsappChat {
    bottom: 10rem !important;
    opacity: 1 !important;

}

.whatsappChatWindow {
    position: fixed;
    bottom: -30rem;
    opacity: 0;
    left: 1rem;
    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: linear-gradient(to right, #ffbc5e 0%, #f97b54 40%, #ffbc5e 100%);
    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;
    margin-top: 6px;

}

.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: #9E2A2B;
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
}

.whatsappChatWindow .chatWindowFooter a i {
    margin-right: 8px;
    font-size: 17px;
    color: #fff;

}

@media screen and (max-width: 770px) {
    .whatsappChatBtn {
        bottom: 6rem;
    }
}

@media screen and (max-width: 440px) {
    .whatsappChatWindow {
        left: 6rem;
        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: 8px;
        margin-bottom: -8px;
    }

    .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;

    }
    .whatsappChatWindow .chatWindowBody .chatLayout{
        width: 100%;
    }

}

/*--------------------------------------------------------
/  Whatsapp Chat Module End
/---------------------------------------------------------*/