@font-face {
    font-family: "gilroy-light";
    src: url(../fonts/Gilroy-FREE/Gilroy-Light.otf);
}
@font-face {
    font-family: "gilroy-bold";
    src: url(../fonts/Gilroy-FREE/Gilroy-ExtraBold.otf);
}
@font-face {
    font-family: "gilroy-regular";
    src: url(../fonts/Gilroy-FREE/Gilroy-Regular.ttf);
}
@font-face {
    font-family: "gilroy-medium";
    src: url(../fonts/Gilroy-FREE/Gilroy-Medium.ttf);
}
@font-face {
    font-family: "grotesk-regular";
    src: url(../fonts/grotesk/grotesk-book.woff2);
}
@font-face {
    font-family: "grotesk-medium";
    src: url(../fonts/grotesk/grotesk-medium.woff2);
}
@font-face {
    font-family: "grotesk-bold";
    src: url(../fonts/grotesk/grotesk-semi-bold.woff2);
}
@font-face {
    font-family: "manrope-semibold";
    src: url(../fonts/static/Manrope-SemiBold.ttf);
}
@font-face {
    font-family: "manrope-regular";
    src: url(../fonts/static/Manrope-Regular.ttf);
}
@font-face {
    font-family: "ropa-regular";
    src: url(../fonts/RopaSans-Regular.ttf);
}
@font-face {
    font-family: "open-sans-regular";
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: "noto-sans";
    src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: "noto-sans-bold";
    src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family: "sharp-grotesk-semibold-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskSmBold20.ttf);
}
@font-face {
    font-family: "sharp-grotesk-medium-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskMedium20.ttf);
}
@font-face {
    font-family: "sharp-grotesk-book-20";
    src: url(../fonts/sharpgrotesk-font-family/SharpGroteskBook20.ttf);
}
*{
    font-family: "grotesk-regular";
}
html{
    scroll-behavior: smooth;
}
.wrapper{
    position: relative;
    overflow: hidden;
}
/* .container{
    max-width: 1200px;
} */
.header{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.nav-logo img{
    display: block;
    width: 60px;
}
.nav-logo1 img{
    display: none;
}
.nav1  .navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.nav1 ul{
    margin-bottom: 0;
}
.nav1 ul li{
   position: relative;
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}

.nav1 ul li a{
    color: #0f131a;
    cursor: pointer;
    text-decoration: none;
    margin-right: 5px;
    padding-right: 4px;
    font-size: .875rem;
    font-family: "grotesk-medium";

}
.nav1 ul li a:hover{
    color: #7cc523;
}
.dropdown-menu {
    box-shadow: 0 1px 12px rgb(0 0 0 / 12%);
    border-radius: 8px;
    border: none;
}
.dropdown-item:hover {
    color: #7cc523;
    background-color: transparent;

}
.dropdown-toggle::after {
    font-family: 'bootstrap-icons';
    display: inline-block;
    /* margin-left: 0.255em; */
    vertical-align: -0.045em;
    content: "\F282";
    border: none;
    font-weight: bolder;
    display: none;
}
.header .nav-item i{
    padding-left: 8px;
    font-size: 16px;
}
.footer .globe-area1{
    padding-right: 15px;
}
.globe-area{
    color: #0f131a;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: "grotesk-medium";
}
.globe-area:hover{
    color: #7cc523;
}
.globe-area1{
    color: #0f131a;
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
    font-family: "grotesk-medium";
}
.globe-area1:hover{
    color: #7cc523;
}
.menubtn{
    display: none;
}
.close-btn{
    display: none;
}
.footer-section ul li a {
    font-size: 13px !important;
    color: #595E67;
    font-family: 'grotesk-regular' !important;
    text-decoration: none;
}
.account{
    color: #0f131a;
    border: 1px solid #0f131a;
    border-radius: 25px;
    padding: 7px 14px;
    width: 176px;
    text-align: center;
    height: 36px;
}
.account:hover{
    background-color: #eafad8;
    color: #000;
    /* color: #0f131a; */
    /* background-color: rgb(178, 160, 196); */
}
.banner-area{
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.bg-area{
    background: url(../images/paris.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}
.left-area{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 45px;
}
.left-area h1{
    color: #fff;
    /* padding: 0 8px 0 8px; */
    font-size: 60px;
    font-family: "grotesk-bold";

}
.left-area p{
    color: #fff;
    font-size: 20px;
    font-family: "grotesk-medium";
}
.left-area button{
    margin-top: 15px;
    background-color: transparent;
    border: none;
    border-radius: 25px;
}
.left-area button a{
    background-color: #fff;
    font-size: 16px;
    font-family: "grotesk-medium";
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    color: #7cc523;
    text-decoration: none;
}
.left-area button a:hover{
    background-color: #eafad8;
    color: #7cc523;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: 0 !important;
}
.owl-carousel .owl-nav button.owl-next {
    margin-right: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7cc523 !important;
}
.logos-area{
    /* background-color: #4caf7d; */
    background-color: #7cc523;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.logos-area img{
    height: 23px;
    margin-right: 20px;
}
.mv-color__filter-white{
    filter: invert(1) grayscale(1) brightness(1200);
}
.case-study-area{
    background-color: #F9F9F9;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.amount{
    color: #7cc523;
    font-family: "grotesk-bold";
    font-size: 36px;
    margin-bottom: 0;
}
.amount span{
    color: #7cc523;
    font-family: "grotesk-bold";
    font-size: 36px;
    margin-bottom: 0;
}
.c-study{
    color: #0f131a;
    font-size: 24px;
    font-family: "grotesk-medium";
    margin-bottom: 10px;
}
.case-study-area button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.case-study-area button a:hover{
    background: #7cc523;
    color: #fff;
    border-bottom: 0;
}
.overlay-style p{
    font-size: 14px;
    font-family: "grotesk-medium";
}
.btn-read{
    background: linear-gradient(180deg,#7cc523,#47ad82);
    padding: 10px 50px;
    height: 48px;
    min-width: 100%;
    width: fit-content;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "grotesk-Medium";
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
}
.btn-read1{
    background: linear-gradient(180deg,#7cc523,#47ad82);
    border: none;
    padding: 0.75rem 1.5rem;
    height: 48px;
    width: fit-content;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "grotesk-Medium";
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
    margin: 0 auto;
}
.btn-read1:hover{
    background: #47ad82;
    color: #fff;
}
.member-btn{
    display: block;
    background: linear-gradient(180deg,#7cc523,#47ad82);
    border: none;
    padding: 0.75rem 1.5rem;
    height: 48px;
    width: fit-content;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "grotesk-Medium";
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
}
.member-btn:hover{
    color: #fff;
    background: #7cc523;
}
.carousal-heading{
    margin-top: 8rem;
    margin-bottom: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.carousal-heading h2{
    text-align: center;
    color: #0f131a;
    font-size: 48px;
    font-family: "grotesk-bold";
}
.pic-gallery a{
    margin-right: 10px;
}
.pic-gallery a img{
    border-radius: 20px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 36%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    height: 60px;
    width: 60px;
    background-color: white;
    background:#fff !important;
}
.owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    color: inherit;
    border: none;
    padding: 0!important;
    background:#fff !important;
    font: inherit;
    height: 60px;
    width: 60px;
    background-color: white;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    /* background-color: #7a12d4 !important; */
    background: linear-gradient(180deg,#7cc523,#47ad82) !important;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev:focus {
   outline: 1px solid #7cc523;
   outline-offset: 4px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    /* background-color: #7a12d4 !important; */
    background: linear-gradient(180deg,#7cc523,#47ad82) !important ;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next:focus {
    outline: 1px solid #7cc523;
   outline-offset: 4px;
}
.owl-nav button span{
    font-size: 30px;
}
.coming-img{
    display: block ;
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    margin-bottom: 10px;
}
.des-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 8px;
}
.card1{
     position: relative;
    border-radius: 10px !important;
    z-index: 1;
}
.cards{

    border-radius: 10px !important;
    /* background: linear-gradient(180deg,hsla(0,0%,100%,0),#000); */
}
.card1::after{
    position: absolute;
    content: "";
    display: block;
    z-index: 10;
    height: 55%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1 !important;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#000);
}

.card-img{
    border-radius: 10px;
}
/* .card-area .row{
    width: max-content;
} */
.overlay-style{
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 2;

}
.quote-gallery{
    margin-top: 50px;
    margin-bottom: 50px;
}
.slider-box{
    /* width: 662.5px; */
    margin-right: 24px;
}
.slider-area{
    /* position: relative; */
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    /* padding: 7rem; */
    /* margin: 20px; */
}
.slider-bg{
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
}
.about-person{
    border-left: 3px solid #47ad82;
    padding: 10px;
    height: calc(100% - 63px);
}
.quote{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
    line-height: 30px;
}
.p-name{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
    margin-bottom: 0;
}
.p-designation{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #595E67;
}
.quote-gallery.owl-drag .owl-item{
    width: auto;
}
.img-area{
    padding: 15px;
}
.img-area img{
    width: 145px !important;
    max-width: none;
    margin-right: 10px;
    border-radius: 10px;
}
.multi-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.multi-images::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
.multi-images img{
    width: 357px;
    margin-right: 15px;
    border-radius: 10px !important;
}
.work-area{
    margin-top: 30px;
    margin-bottom: 30px;
}
.work-heading{
    margin-top: 100px;
    margin-bottom: 80px;
}
.work-heading h2{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.work-heading h3{
    font-size: 28px;
    /* line-height: 2.125rem; */
    letter-spacing: .00893em;
    font-family: "grotesk-bold";
    color: #0f131a;
    /* text-align: center; */
    padding-bottom: 15px;
    margin-top: 15px;
}
.learn{
    display: flex;
    align-items: center;
}
.learn p{
    color: #1e9094;
    font-size: 16px;
    font-family: "grotesk-medium";
    margin-bottom: 0;
    margin-left: 10px;
    text-transform: uppercase;
}
.line{
    background-color: #1e9094;
    width: 4rem;
    height: 0.25rem;
}
.line2{
    background-color: #1b9ce6;
    width: 4rem;
    height: 0.25rem;
}
.line3{
    background-color: #bf97f9;
    width: 4rem;
    height: 0.25rem;
}
.p-des{
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: .02187em;
    color: #292d38;
}
.p-des1{
    font-size: 20px;
    font-family: "grotesk-medium";
    line-height: 1.5rem;
    letter-spacing: .0125em;
    color: #0f131a;
    margin-left: 20px;
    margin-top: 16px;
}
.tammy-profile{
    display: flex;
    padding-top: 8px;
}
.tammy-profile img{
    height: 48px;
    margin-right: 15px;
    border-radius: 10px;
}
.t-name{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
    margin-bottom: 0;
}
.t-dsg{
    color: #0f131a;
    font-size: 12px;
    font-family: "grotesk-medium";
}
.program{
    color: #7cc523;
    text-decoration: none;
    font-size: 16px;
    font-family: "grotesk-medium";
    padding: 10px;


}
.program:hover{
    border-radius: 25px;
    background-color: #6a8548;
    color: #fff;
}
.success-study{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.success-study span{
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: .00347em;
    color: #7cc523;
    font-family: "grotesk-bold";
}
.success-rate{
    color: #292d38;
    font-size: 16px;
}
.success-rate a{
    text-decoration: none;
    color: #47ad82;
}
.sc-img{
    display: none;
}
.para{
    font-size: 24px;
    line-height: 1.875rem;
    letter-spacing: .0125em;
    color: #0f131a;
    font-family: "grotesk-medium";
}
.success-study button{
    background-color: transparent;
    border: none;
}
.success-study button a{
    background-color: transparent;
    border-radius: 25px;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
}
.success-study button a:hover{
    background: #47ad82;
    color: #fff;
}
.img-display img{
    border-radius: 20px;
}
.member-heading h2{
    font-size: 48px;
    color: #0f131a;
    font-family: "grotesk-bold";
    text-align: center;
}
.access-area{
    background: url(../images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

}
.access-img{
    display: none;
}
.access-area h3{
    font-size: 28px;
    color: #7cc523;
    font-family: "grotesk-bold";
    /* text-align: center; */
    margin-top: 10px;
}
.access-area2 h3{
    font-size: 28px;
    color: #7cc523;
    font-family: "grotesk-bold";
    /* text-align: center; */
    margin-top: 10px;
}
.quest{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.quest2{
    display: flex;
    align-items: flex-start;
}
.quest img{
    margin-right: 16px;
}
.quest2 img{
    margin-right: 10px;
    margin-bottom: 10px;
}
.q-heading{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.q-heading h4{
    font-size: 20px;
    color: #0f131a;
    font-family: "grotesk-medium";
    margin-bottom: 0;
}
.q-heading p{
    font-size: 16px;
    color: #0f131a;
    font-family: "grotesk-regular";
}
.join-btn{
    background-color: transparent;
    border: none;
}
.join-btn a{
    background: linear-gradient(180deg,#7cc523,#47ad82);
    padding: 0.75rem 1.5rem;
    height: 48px;
    min-width: 100%;
    width: fit-content;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "grotesk-Medium";
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
}
.join-btn a:hover{
    background: #7cc523;
    color: #fff;
}
.store-area{
    display: flex;
}
.store-area img{
    width: 137px;
    height: 40px;
}
.store-area1{
    display: flex;
}
.store-area1 img{
    width: 160px;
    height: 47px;
}
.app-img{
    margin-right: 10px;
}
.footer-section{
    padding-bottom: 20px;
}
.footer-section h2{
    font-size: 14px;
    color: #0f131a;
    font-family: "grotesk-bold";
}
.footer-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li a:hover{
    color: #7cc523;
}
.bottom-bar{
    border-top: 1px solid #dfe1e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy-area{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.privacy-area p{
    color: #292d38;
    font-size: 12px;
    margin-bottom: 0;
}
.privacy-area ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* .privacy-area ul li{
} */
.privacy-area ul li a{
    color: #292d38;
    font-size: 12px;
    text-decoration: none;
}
.privacy-area ul li a::before{
    content: "•";
    font-family: "grotesk-Medium";
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .01786em;
    color: #71767f;
    text-decoration: none;
    padding-right: 0.25rem;
    padding-left: 0.5rem;
}
.privacy-area ul li a:hover{
    color: #7cc523;
}
.lang-area{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.lang-area ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 5px;
}
.lang-area ul li{
    margin-left: 16px;
}
.lang-area ul li a{
    text-decoration: none;
    font-size: 12px;
    color: #0f131a;
    font-family: "grotesk-Medium";
}
.lang-area ul li a:hover{
    color: #7cc523;
}
.bottom-area{
    display: none;
}
.des-img{
    width: 90%;
}
.v-area{
    padding-bottom: 48px;
}
.left-side {
    padding-left: 100px;
    margin-right: 10px;
}
.left-side h1{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #0f131a;
    margin-bottom: 18px;

}
.left-side p{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #0f131a;
    margin-bottom: 0;
}
.btn-member{
    font-size: 16px;
    font-family: "grotesk-medium";
    padding: 12px 24px;
    margin-top: 24px;
    background: linear-gradient(180deg,#7cc523,#47ad82);
    color: #fff;
    border-radius: 25px;
}
.btn-member:hover{
    background: #47ad82;
}
.v-area .vp-center{
    border-radius: 10px !important;
}
.explore-area {
    padding-top: 20px;
}
.explore-area h2{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.explore-area p{
    font-size: 24px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 20px;
    line-height: 28px;
}
.data{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    /* background: #e6efff; */
    border: 1px solid #dfe1e5;
    border-radius: 25px;
    padding: 5px 8px 5px 16px;
    font-size: 12px;
    font-family: "grotesk-medium";
    margin-right: 8px;
    margin-bottom: 8px;
}
.check-box{
    display: none;
}
.filter-pills input[type=checkbox]:checked ~ .data span::before{
    display: block;
}
.filter-pills input[type=checkbox]:checked ~ .data{
    background: #e6efff;
}
.m-heading h3{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.m-heading p{
    font-size: 16px;
    color: #292d38;
    margin-top: 8px;
    margin-bottom: 22px;
}
/* .d-span{
    display: none;
} */
.data span{
    margin-left: 4px;
}
.data span::before{
    font-family: 'bootstrap-icons';
    display: inline-block;
    vertical-align: -0.045em;
    content: "\F623";
    margin-top: 2px;
    font-size: 16px;
    display: none;
}
.data:hover{
    background: #e6efff;
}
.recommendation{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.mind-area{
    margin-top: 60px;
    margin-bottom: 25px;
}
.mind-des{
    margin-bottom: 20px;
}
.mind-des a{
   text-decoration: none;
}
.mind-des a img{
   border-radius: 10px;
   width: 100%;
}
.mind-des a p{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.mind-des a span{
    font-size: 14px;
    line-height: 20px;
    color: #595e67;
    letter-spacing: .025em;;
    line-height: 20px;
}
.ppl-area{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #71767f;
}
.ppl-area p{
    font-size: 14px !important;
    line-height: 20px;
    font-family: "grotesk-regular" !important;
    color: #71767f !important;
    margin-top: 0 !important;
    margin-left: 10px;
}
.btn-dtl{
    text-decoration: none;
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #7cc523;
    border-radius: 25px;
    border: 2px solid #7cc523;
    padding: 8px 50px;
}
.btn-dtl:hover{
    background: #eafad8;
    color: #7cc523;
}
.btn-dtl2:hover{
    background: #eafad8;
    color: #7cc523;
}
.btn-dtl2{
    text-decoration: none;
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #7cc523;
    border-radius: 25px;
    border: 2px solid #7cc523;
}
.mind-images{
    display: none;
}
.trainer-area .btn-dtl{
    font-size: 16px;
    height: 48px;
}
.trainer-area h2{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.trainer-area p{
    font-size: 24px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
}
.trainer-name{
    font-size: 16px !important;
    font-family: "grotesk-medium"!important;
    color: #0f131a !important;
    text-align: left !important;
    margin-bottom: 0;
}
.trainer-des{
    font-size: 12px !important;
    font-family: "grotesk-medium" !important;
    color: #595E67 !important;
    text-align: left !important;
    margin-bottom: 0;
}
.about-trainer{
    margin-bottom: 25px;
}
.about-trainer .card{
    border-radius: 13px !important;
    border: 1px solid #dfe1e5;
    height: 374px;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
}
.about-trainer .card img{
    border-radius: 13px 13px 0 0 !important;
}
.workplace-area h4{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.workplace-area p{
    font-size: 16px;
    line-height: 24px;
    color: #292d38;
    letter-spacing: .02187em;
    text-align: center;
    margin-bottom: 25px;
}
.overlap-images {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.overlap-images .img1{
    border-radius: 10px 0 0 10px;
}
.overlap-images .img2{
    border-radius: 10px;
}
.overlap-images .img3{
    border-radius: 0 10px 10px 0;
}
.list-col{
    margin-top: 130px;
}
.des-area{
    margin-left: 100px;
}
.des-area h2{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #fff;
}
.des-area p{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #ebedef;
    margin-right: 40px;
}
.mindvalley-member{
    background: url(../images/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.des-area ul{
    list-style: none;
    padding-left: 0;
}
.des-area ul li{
    font-size: 16px;
    color: #ebedef;
    margin-bottom: 15px;
}
.avail{
    font-size: 14px !important;
    font-family: "grotesk-medium" !important;
    color: #ebedef;
}
.des-area ul li::before{
    content: "\F633";
    font-family: 'bootstrap-icons';
    margin-right: 10px;
}
.txt1{
    display: none;
}
.txt2{
    display: inline-block;
}
.mbl{
    display: none;
}
.filter-part{
    margin-bottom: 20px;
}
.filter-part span{
    font-size: 14px;
    color: #41464f;
    font-family: "grotesk-medium";
    margin-right: 5px;
}
.filter-part button{
    background: transparent;
    border-radius: 25px;
    padding: 6px 7px;
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #595867;
}
.filter-part button::after{
    content: "\F282";
    font-family: 'bootstrap-icons';
    margin-left: 5px;
    margin-top: 2px;
    font-weight: bold;
}
.poster{
    /* background: url(../images/b-img.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    position: relative;
    padding-top: 45%;
}
.poster img{
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
}
.blueprint{
    border-radius: 1rem;
    box-shadow: 0 5px 12px 0 rgb(33 43 54 / 7%), 0 10px 30px 0 rgb(33 43 54 / 9%);
    padding: 25px;
    align-items: center;

}
.b-program{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.b-program2{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.bp{
    font-size: 24px;
    font-family: "grotesk-medium";
    color: #0f131a;
    margin-top: 14px;
    margin-bottom: 0;
}
.bp-name{
    font-size: 14px;
    color: #595e67;
}
.bp-info{
    font-size: 16px;
    color: #292d38;
    margin-bottom: 16px;
}
.images-row img{
    border-radius: 10px;
}
.tr-img{
    height: 100%;
    object-fit: cover;
}
.ctgry{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.mem-area h3{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.mem-area p{
    font-size: 16px;
    color: #292d38;
    margin-right: 33px;
    margin-bottom: 25px;
}
.other-area{
    position: relative;
}
.other-area h3{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.mc-img{
    position: relative;
}
.mc-img .ctry-images{
    border-radius: 15px;
    width: 100%;
    /* margin-bottom: 10px;   */
}
.written-img{
    position: absolute;
    z-index: 1;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}
.other-area .col-lg-3{
    padding: 3px;
}
.result-area p{
    font-size: 20px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.result-area h1{
    font-size: 60px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.result-area h2{
    font-size: 28px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
}
.model-area{
    background: url(../images/bg6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.model-area img{
    border-radius: 12px;
    height: 100%;
}
.sol-area{
    margin-top: 20px;
}
.sol-area h2{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.sol-area p{
    font-size: 16px;
    color: #292d38;
}
.para1{
    color: #1e9094;
    font-size: 14px;
    text-align: center;
    font-family: "grotesk-medium";
}
.para2{
    color: #0f131a;
    font-size: 36px;
    font-family: "grotesk-bold";
    text-align: center;
}
.para3{
    font-size: 16px;
    color: #292d38;
}
.para3{
    font-size: 16px;
    color: #292d38;
}
.reflection-area img{
    border-radius: 8px;
}
.c-reflection h3{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;

}
.p1{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #292d38;
    margin-bottom: 0;
    /* font-weight: bold; */
}
.p2{
    font-size: 14px;
    color: #292d38;
}
.p3{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #1e9094;
    text-align: center;
    margin-bottom: 0;

}
.p4{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.m-valley{
    background: url(../images/bg7.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.para4{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #0f131a;
}
.l-side h3{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    margin-top: 15px;
}
.btn-join{
    color: #fff;
    background: linear-gradient(180deg,#7cc523,#47ad82);
    border-radius: 25px;
}
.btn-join:hover{
    background: #47ad82;
    color: #fff;
}
.m-area{
    padding-bottom: 7rem;
    flex-wrap: wrap;
}
.gallery-area img{
    display: none !important;
}
.login-bg{
     background: url(../images/bg8.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: calc(100vh - 180px);
    padding-top: 20px; 
    padding: 3rem 1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.logged-in-area{
    margin-top: 10px;
    width: 410px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 1.25rem 1rem;
}
/* .login-bg .nav-tabs{
} */
.login-form{
    padding-top: 20px;
    margin: 0 auto;

}
.login-bg .nav-tabs .nav-item{
    width: 50%;
}
.login-bg .nav-tabs li .nav-link{
    width: 100%;
    border-bottom: 1px solid #dee2e6 !important;
    color: #5c666f99;
    border: none;
    font-family: "gilroy-light";
    font-size: 12px;
}
.login-bg .nav-tabs li .nav-link.active{
    border-color: none !important;
    border-bottom: 1px solid #000 !important;
    color: #000;
}
.login-form input{
    border: none;
    outline: none;
    padding: 5px 10px;
    /* font-size: 0.75em; */
    font-size: 14px;
    border-radius: 0 0.25em 0.25em 0;
    font-family: "gilroy-medium";
    /* font-family: "gilroy-regular"; */
}
.input-area{
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    width: 90%;
    padding: 0;
    display:flex;
}
.icn{
    background-color: #f9fafb;
    height: 52px;
    width: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.input-area input{
    width: calc(100% - 48px);
    height:52px;
    padding-right:48px;
}
.btn-log-in{
    background-color: #7cc523;
    color: #fff;
    border-radius: 25px;
    padding: 5px 30px !important;
    border:none;
}
.btn-log-in:hover{
    color: #fff;
}
.pswd-btn{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #7cc523;
    font-family: "gilroy-regular";
    text-decoration: none;
}
.btn-log-in{
    font-size: 16px;
    font-family: "gilroy-regular";
    padding: 10px 20px;
}
.show-pswd{
    position: absolute;
    right: 8px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.show-pswd:hover{
    color: #7cc523;
}
.n-input{
    width: 90%;
}
.terms{
    display: block;
    margin: 0 auto;
    width: 85%;
    font-family: "gilroy-regular";
    font-size: 12px;
    color: rgba(0,0,0,0.54);
}
.terms a{
    text-decoration: none;
    color: #7cc523;
}
.terms a:hover{
    text-decoration-line: underline;
}
/* //////////////////////////////////////////////////////// */
.check-label {
    display: block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    color: rgba(0,0,0,0.54);
    font-family: "gilroy-light";
    /* line-height: 22px; */
  }

  .check-label a {
    color: #f1e6b2 !important;
  }

  /* Hide the browser's default checkbox */
  .check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark{
    border-radius: 5px !important;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.54);
    border-radius: 5px;
  }

  /* On mouse-over, add a grey background color */
  .check-label:hover input~.checkmark {
    background-color: #fff;
  }

  /* When the checkbox is checked, add a blue background */
  .check-label input:checked~.checkmark {
    background-color: #7cc523;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .check-label input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .check-label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* //////////////////////////////////////////////////////// */
.q-area strong{
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.q-area h1{
    text-align: center;
    font-size: 60px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.q-area h3{
    text-align: center;
    font-size: 24px;
    font-family: 'grotesk-medium';
    color: #0f131a;
}
.q-area p{
    text-align: center;
    font-size: 12px;
    color: #292d38;
}
.training-info{
    background-color: #f3f4f6;;
}
.time-area{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;

}
.t-time{
    display: flex;
    align-items: flex-start;
}
.t-time span{
    display: block;
    font-size: 28px;
    line-height: 29px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.t-time p{
    font-size: 12px;
    font-family: 'grotesk-medium';
    color: #595e67;
    margin-bottom: 0;
    padding-top: 5px;
}
.t-time img{
    margin-top: 8px;
    margin-right: 10px;
}
.t-time::after{
    content: "";
    border-right: 1px solid #0f131a;
    padding: 10px;
    height: 55px;
}
.program-btn{
    font-size: 16px;
    font-family: 'grotesk-medium';
    color: #fff;
    background-color: #7cc523;
    border-radius: 25px;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
}
.std-para{
    font-size: 20px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
/* .mastery-info{
    display: flex;
    justify-content: space-between;
} */
.p5{
    font-size: 16px;
    color: #292d38;
}
.content-part .accordion-flush .accordion-item .accordion-button{
    padding-bottom: 30px;
}
.box-1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 1.25rem 1rem;
}
.box-1 span{
    font-size: 30px;
    line-height: 30px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.box-1 p{
    font-size: 12px;
    font-family: 'grotesk-medium';
    color: #595e67;
}
.level-up-area h3{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.level-up-area h2{
    font-size: 36px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.level-up-area p{
    font-size: 16px;
    color: #292d38;
}
.curriculumn-area .row{
    margin-left: 72px;
}
.p6{
    font-size: 12px;
    color: #292d38;
    text-align: center;
}
.w1{
    font-size: 14px;
    font-family: 'grotesk-medium';
    color: #0f131a;
    margin-right: 20px;
    margin-left: 15px;
    margin-bottom: 0;
}
.w2{
    font-size: 24px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    margin-bottom: 0;
}
.w3{
    font-size: 36px;
    font-family: 'grotesk-medium';
    color: #0f131a;
    margin-bottom: 0;
}
.content-part .accordion-button::after {
    display: none;
}
.content-part .accordion-button::before {
    content: "\F4FA";
    font-family: 'bootstrap-icons';
    color: #7cc523;
    font-weight: bold;
    font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
    display: none;
}
.accordion-button:not(.collapsed)::before {
    content: "\F2E6";
    font-family: 'bootstrap-icons';
}
.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #7cc523;
    font-weight: bold;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.content-area .accordion-body p{
    font-size: 16px;
    color: #292d38;
}
.des-area-2 ul{
    list-style: none;
    padding-left: 0;
}
.des-area-2 ul li{
    font-size: 16px;
    color: #292d38;
    margin-bottom: 15px;
}
.des-area-2 ul li::before{
    /*content: "\F633";*/
    /*font-family: 'bootstrap-icons';*/
    /*margin-right: 10px;*/
    /*color: #7cc523;*/
}
.schedule-area h3{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.sc-heading{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.sc-card{
    width: 24%;
}
.sch-span{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    display: block;
}
.sch-table span{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    display: block;
}
.sc-table .table{
    border: 1px solid #7cc523;

}
.sc-table .styling{
    background-color: #d8fbb0;
    color: #7cc523;
    text-align: center;
}
.sc-table .styling th{
    border-right: 1px solid #7cc523;
    font-size: 16px;
    font-family: 'grotesk-bold';
    color: #7cc523;
}
.table>:not(:first-child) {
    border-top: none;
}

.sc-table .table-body td{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'grotesk-medium';
    color: #0f131a;
    border-right: 1px solid #7cc523;
}
.bonus-area h3{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.eng-program{
    border-radius: 8px;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 3.5rem 6rem;
    margin-right: 20px;
}
.eng-program img{
    border-radius: 15px;
}
.scrolling-card{
    display: flex;
    justify-content: space-between !important;
    width: max-content;
    /* overflow-x: scroll; */
}
.tbl-area{
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    /* border: 1px solid #7cc523; */
    /* border-radius: 10px; */
    overflow: hidden;
}
.tbl-area div{
    width: 14.5%;
    border-top: 1px solid #7cc523;
    border-bottom: 1px solid #7cc523;
    overflow: hidden;
}

.tbl-area div:last-child{
    border-right:1px solid #7cc523;
    border-radius: 0px 10px 10px 0px;
}
.tbl-area div:first-child{
    border-left:1px solid #7cc523;
    border-radius:10px 0px 0px 10px;
}

.tbl-area .para-div::before{
    content: "";
    position: absolute;
    left: unset;
    /* right: 0; */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: calc(100% - 1rem);
    border-bottom: 0;
    border-right: 1px solid #7cc523;
}
.tbl-area .para-div:nth-child(1)::before{
    border: none;
}
.tbl-area p{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tbl-area .para-div:nth-child(1){
    border-radius: 10px 0 0 0;
    overflow: hidden;
}
.tbl-area p:last-child{
    border-radius: 0 10px 0 0;
    overflow: hidden;
}
.sc-heading{
    display: none;
}
.color-para{
    background-color: #d8fbb0;
    padding: 10px 20px;
    color: #7cc523;
    font-size: 16px;
    font-family: 'grotesk-bold';
    text-align: center;
}
.para-des{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'grotesk-medium';
    color: #0f131a;
}
.lesson-tabs nav{
    background-color: #d8fbb0;
}
.lesson-tabs .nav-link{
    padding: 16px;
    font-family: 'grotesk-bold';
   color: #0f131a;
}
.lesson-tabs .nav-link.active{
    background-color: #d8fbb0;
    color: #7cc523;
    border-bottom: 2px solid #7cc523 !important;
    border-color: transparent;
}
.tab-inner{
    border-radius: 0.5rem;
    border: 1px solid #dfe1e5;
    padding: 16px 14px;
}
.tab-info{
    position: relative;
}
.tab-info::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 1rem);
    border-bottom: 1px solid rgba(122,18,212,.25);
}
.tab-info:last-child::after{
    border-bottom: none;
}
.lesson-tabs{
    display: none;
}
.b-heading{
    font-size: 20px;
    font-family: 'grotesk-medium';
    color: #0f131a;
    margin-bottom: 0;
}
.b-sub-heading{
    font-size: 22px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.b-para{
    font-size: 16px;
    color: #292d38;
}
.b1-para{
    color: #292d38;
    font-size: 12px;
}
.b-para strong{
    font-size: 16px;
    font-family: 'grotesk-bold';
}
.credential-area{
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}
.c-area{
    display: flex;
    align-items: flex-start;
}
.c-area img{
    padding-right: 15px;
}
.cre-heading{
    font-size: 24px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.seen-logo{
    display: flex;
    align-items: center;
}
.seen-logo1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seen-logo img{
    height: 33px;
    margin-right: 35px;
}
.fade:not(.show){
    opacity: 0;
    display: none;
    transition: all .1s;
}
.seen-logo1 img{
    width: 94%;
    height: 254px;
    border-radius: 10px;
}
.lesson-tabs .nav{
    width: max-content;
}
.description{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d2{
    width: 55%;
}
.box-2{
    display: none;
}
.box-2{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 20px 15px;
    margin-bottom: 40px;
}
.box-3{
    display: flex;
    align-items: center;
}
.box-3 p{
    margin: 0;
}
.box-3 span{
    font-size: 16px;
    font-family: "grotesk-bold";
    margin-left: 8px;
    margin-right: 8px;
}
.scroll-gallery{
    display: none !important;
}
.scroll-area{
    display: block;
}
.u-guide{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    border-radius: 8px;
    display: block;
    transition: .25s ease-in-out;
    text-decoration: none;
}
.shadow{
    box-shadow: 0 5px 12px 0 rgb(33 43 54 / 7%), 0 10px 30px 0 rgb(33 43 54 / 9%);
}
.guide-area h2{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.u-guide img{
    border-radius: 8px 8px 0 0;
}
.u-guide p{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
}

.q1{
    font-size: 20px;
    font-family: "grotesk-bold";
    color: #0f131a;
    margin-bottom: 0;
    margin-left: 10px;
}
.faq-area h2{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.faq-area .accordion-body p{
    font-size: 16px;
    color: #292d38;
}
.link-faq{
    font-size: 16px;
    font-family: "grotesk-medium";
    padding: 12px 24px;
    border-radius: 25px;
    background-color: #fff;
    color: #7cc523;
    text-decoration: none;
}
.link-faq:hover{
    background-color: #d8fbb0;
    color: #7cc523;
}
.c-w{
    display: none;
}
.author-gallery{
    display: none !important;
}
.include-area h3{
    font-family: "grotesk-bold";
    font-size: 28px;
    color: #0f131a;
}
.d1{
    display: block;
}
.info-area{
    display: flex;
    justify-content: space-between;
}
.info-area .card{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    border-radius: 12px !important;
}
.info-area .card-img{
    border-radius: 12px 12px 0 0;
}
.std-area h3{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.c1{
    font-size: 22px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.std-area .card-text{
    font-size: 16px;
    color: #292d38;
    margin-bottom: 5px;
}
.std-area .btn{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #7cc523;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    padding: 0;
}
.std1{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
    margin-bottom: 0;
}
.std2{
    font-size: 12px;
    font-family: "grotesk-medium";
    color: #595E67;
    margin-bottom: 0;
}
.std3{
    font-size: 12px;
    color: #71767f;
}
.after-img{
    display: none;
}
.m-img{
    border-radius: 15px;
}

.c3{
    display: block;
}
.c4{
    display: none;
}
.pictures p{
    font-size: 12px;
    color: #292d38;
    text-align: center;
}
.pictures .img11{
    border-radius: 12px 0 0 12px;
}
.pictures .img12{
    border-radius:  0 12px 0 0;
}
.pictures .img13{
    border-radius:  0 0 12px 0;
}
.about-transform{
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    border: 2px solid #7cc523;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);

}
.change-area h2{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.change-area p{
    margin-left: 80px;
    margin-right: 80px;
}
#student-gallery_2 .cardss{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    border-radius: 16px !important;
    margin-bottom: 30px;
}
.cardssss{
    border: 1px solid red;
}
#student-gallery_2 .card-img{
    border-radius: 16px 16px 0 0;
}
.live-area{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    padding: 20px 18px;
}
.c-heading{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
    margin-bottom: 0;
}
.c-heading2{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #7cc523;
    text-align: center;
    margin-bottom: 0;
}
.growth-area{
    background: linear-gradient(180deg,#f9fafb,hsla(0,0%,100%,0));
}
.gr-heading{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.gr-para{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
    margin-top: 20px;
}
.count1{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
    margin-bottom: 0;
}
.count2{
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #292d38;
    text-align: center;
    margin-bottom: 0;
}
.border-area{
    position: relative;
}
.border-area::before{
    content: "";
    background-color: #595e67;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 0;
}
.border-area img{
    position: relative;
    z-index: 10;
}
.count-row .card-img{
    border-radius: 10px 10px 0 0;
}
.count-row .card{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
}
.sm-img{
    height: 70px;
    width: 70px;
    border-radius: 12px;
    margin-right: 10px;
}
.ex{
    margin-bottom: 0;
    font-size: 16px;
    font-family: "grotesk-medium";
    color: #0f131a;
}
.ex-name{
    margin-bottom: 0;
    font-size: 12px;
    font-family: "grotesk-medium";
    color: #595E67;
}
.count-row  .card-text{
    font-size: 14px;
    color: #292d38;
    margin-top: 15px;
    margin-bottom: 15px;
}
.inner-area{
    display: flex;
    align-items: flex-start;
}
.inner-area img{
    margin-right: 20px;
}
.para-heading{
    font-size: 20px;
    font-family: "grotesk-bold";
    color: #0f131a;
    margin-bottom: 0;
}
.impact-area{
    margin-top: 100px;
    margin-bottom: 100px;
}
.guarantee{
    background-color: rgba(186,98,253,var(--bg-opacity));
    /* -bg-opacity: 1; */
    background-color: #f8f4fb;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
}
.guarantee img{
    margin-right: 20px;
}
.risk-para{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.member-area{
    padding-top: 5rem;
}
.member-area p{
    font-size: 22px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.member-area ul{
    list-style: none;
}
.member-area ul li{
    font-size: 16px;
    color: #292d38;
    position: relative;
    margin-bottom: 16px;
}
.member-area ul li::before{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/download-checl.svg);
    display: inline-block;
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: -35px;
    margin-top: 0.35rem;

}
.exp-area .cardss{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
}
.exp-area .cardss img{
    border-radius: 12px 12px 0 0;
}
.exp-area .btn-click{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #7cc523;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    padding: 0;
}
#student-gallery_3{
    display: none !important;
   }
   .mamber-plan h3{
    font-size: 24px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.plan-area{
    overflow: hidden !important;
    border-radius: 0.5rem;
    box-shadow: 0 4px 5px -2px rgb(0 0 0 / 10%), 0 3px 20px -2px rgb(0 0 0 / 15%);
    overflow: hidden;
    --border-opacity: 1;
    border: 2px solid #dfe1e5;
    border-color: rgba(223,225,229,var(--border-opacity));
}
.plan-area2{
    border-radius: 0.5rem;
    box-shadow: 0 4px 5px -2px rgb(0 0 0 / 10%), 0 3px 20px -2px rgb(0 0 0 / 15%);
    overflow: hidden !important;
    --border-opacity: 1;
    border: 2px solid #7cc523 !important;
    border-color: rgba(223,225,229,var(--border-opacity));
}
.h-area{

    background-color: #7cc523 !important;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.h-area p{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #fff;
    text-align: center;
}
.plan-area2 h5{
    font-size: 28px;
    font-family: "grotesk-bold";
    text-align: center;

}
.plan1{
    padding-left: 3rem;
    padding-right: 3rem;
}
.plan2 .pay{
    padding-left: 3rem;
    padding-right: 3rem;
}
.plan1 h5{
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.pay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m2{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-decoration: line-through;
    margin-bottom: 0;
}
.m3{
    font-size: 48px;
    font-family: "grotesk-medium";
    color: #595E67;
    line-height: 48px;
}
.bill{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #292d38;
    margin-bottom: 25px;
}
.m3 span{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #595E67;
}
.monthly-area{
    background-color: rgba(186,98,253,var(--bg-opacity));
    background-color: #f5e8ff;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}
.pay-btn{
    font-size: 16px;
    font-family: "grotesk-medium";
    background-color: #fff;
    border: 1px solid #7cc523;
    border-radius: 25px;
    padding: 10px 20px;
}
.pay-btn:hover{
    color: #fff;
    background-color: #7cc523;
}
.pay-btn2{
    font-size: 16px;
    font-family: "grotesk-medium";
    background: linear-gradient(180deg,#7cc523,#47ad82);
    border: 1px solid #7cc523;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
}
.pay-btn2:hover{
    color: #fff;
    background: #7cc523;
    transition: all 0.ls;
}
.payment-part{
    display: flex;
    justify-content: center;
    align-items: center;
}
.charge-para{
    font-size: 12px;
    color: #595E67;
    margin-top: 10px;
    margin-bottom: 20px;
}
.sec-para{
    margin-left: 10px;
    font-size: 12px;
    color: #292d38;
    margin-bottom: 0;
}
.edu-brand{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 20px;
}
.edu-para{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #0f131a;
    margin-bottom: 0;
}
.edu-brand img{
    margin-right: 20px;
}
.sp-para{
    font-size: 14px;
    color: #292d38;
}
.order-area{
    background-color: #f3f4f6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.order-area h3{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
    margin-bottom: 60px;
}
.page{
    font-size: 12px;
    color: #292d38;
    text-align: center;
    margin-top: 16px;
}
.p-num{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #7cc523;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 2px solid #7cc523;
    /* width: 1.75rem; */
    height: 1.75rem;
    margin-right: 10px;
}
.acdn-inner{
    display: flex;
    align-items: center;
}
.menubtn i{
    font-size: 28px;
}
.colum1{
    width: 33.33%;
}
.colum2{
    width: 66.66%;
}
.side1{
    padding-left: 40px;
    padding-right: 24px;
    margin-bottom: 50px;
}
.l1{
    font-size: 48px;
    font-family: "grotesk-bold";
    color: #ebedef;
    line-height: 56px;
}
.l2{
    font-size: 20px;
    font-family: "grotesk-medium";
    color: #ebedef;
    line-height: 25px;
}
.location-area{
    border: 1px solid #979ca5;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 35px;
}
.l3{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #ebedef;
    margin-bottom: 0;
}
.l4{
    font-size: 14px;
    margin-bottom: 0;
    color: #ebedef;
}
.btn-weekend{
    background: linear-gradient(180deg,#7cc523,#47ad82);
    border: none;
    padding: 0.75rem 1.5rem;
    height: 48px;
    width: fit-content;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "grotesk-Medium";
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .01562em;
    color: #fff;
    margin: 0 auto;
}
.btn-weekend:hover{
    color: #fff;
    background: #7cc523;
}
.st-des{
    display: block;
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #292d38;
    margin-bottom: 40px;
}
.invite-area h3{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.event-area img{
    border-radius: 10px;
    width: 100%;
}
.e-des{
    font-size: 12px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
    margin-top: 10px;
}
.host-heading{
    font-size: 36px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.host-area img{
    border-radius: 10px;
}
.weekend-area img{
    border-radius: 10px;
    width: 100%;
}
.host-area .row{

    --bs-gutter-x: 0 !important;
}
.host-event .row>*{
    padding-right: 0 !important;
    --bs-gutter-x: 0 !important;
    padding-left: 0 !important;
}
.b-para a{
    text-decoration: none;
    color: #7cc523;
}
.ticket-area .table{
    box-shadow: 0 5px 12px 0 rgb(33 43 54 / 7%), 0 10px 30px 0 rgb(33 43 54 / 9%);
    border: 1px solid #ebedef;
    border-radius: 10px;
}
.ticket-area .table-body th{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #0f131a;
}
.ticket-area .table-body td{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #595E67;
}
.ticket-area .table .table-body tr{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.reg-inner{
    border: 1px solid #a9b2bd;
    border-radius: 10px;
}
.heading-area{
    background-color: #2e8cf6;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;

}
.heading-area h3{
    margin-bottom: 0;
    font-size: 16px;

}
.heading-area h3 strong{
    font-size: 14px;
    color: #fff;
}
.reg-body{
    padding: 15px 24px 0;
}
.reg-body h6{
    font-size: 12px;
    padding-right: 60px;
    color: #54647f;
    font-family: "manrope-regular";
}
.reg-body::before{
    content: "";
    display: table;
}
.reg-body::after{
    clear: both;
}
.ticket-des{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    box-shadow: 0 5px 12px 0 rgb(33 43 54 / 7%), 0 10px 30px 0 rgb(33 43 54 / 9%);
    border: 1px solid #ebedef;
    border-radius: 10px;
    margin-top: 40px;
}
.t-area{
    background-color: #F9F9F9;
    padding-top: 38px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.t-des{
    background-color: #F9F9F9;

}
.e1, .e2{
    margin-bottom: 0;
    text-align: center;
}
.e1{
    padding-top: 15px;
    font-size: 18px;
    font-family: "grotesk-bold";
    color: #0f131a;
}
.e2{
    padding-bottom: 15px;
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #292d38;
}
.b1{
    border-bottom: 2px solid #ff931f;;
}
.b2{

    border-bottom: 2px solid #37d0d6;
}
.b3{
    border-bottom: 2px solid #1b9ce6;
    border-width: 90%;
}
.e7{
    padding-bottom: 20px;
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #595e67;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.public{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #0f131a;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 35px;
}
.public-2{
    font-size: 14px;
    font-family: "grotesk-medium";
    color: #0f131a;
    text-align: center;
    margin-top: 16px;
    display: none;

}
.p-b{
    border-bottom: 1px solid #ebedef;
}
.access-time{
    font-size: 16px;
    color: #292d38;
    margin-top: 16px;
}
.access-time strong{
    font-size: 16px;
    font-family: "grotesk-bold";
    color: #292d38;
}
.reg-border{
    border: 1px solid #b9bbc2;
    margin-bottom: 10px;
}
.outer-border{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 15px; */
}
.outer-border h4{
    margin-left: 10px;
    font-size: 14px;
    color: #636363;
    font-family: "manrope-semibold";
    width: 40%;
}
.sub-total{
    display: flex;
    justify-content: space-between;
}
.currencr-display{
    margin-right: 60px;
    font-size: 15px;
    color: #636363;
    font-family: "manrope-semibold";
}
.reg-inner .custom-input{
    border: 1px solid #e3e3e7;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 5px;
    outline: none !important;
    color: #555;
}
.reg-inner .custom-input select{
    color: #555;
}
.end-span{
    color: #636363;
    font-size: 13px;
    font-family: "manrope-regular";
}
.promo-part{
    border-bottom: 1px solid #636363;
    width: max-content;
    margin-left: auto;
    margin-bottom: 10px;
}
.promo-code{
    color: #636363;
    font-size: 14px;
    font-family: "manrope-regular";
}
.p-input{
    border: none;
    font-size: 13px;
    outline: none;
    padding-left: 10px;
    color: #555;
}
.btn-promo{
    background-color: #2e8cf6;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 2px 10px;
    margin-bottom: 5px;
}
.h-form{
    height: 0;
    overflow: hidden;
}
.crs-btn{
    cursor: pointer;
}
.reg-butn{
    font-size: 24px;
    font-family: "ropa-regular";
    color: #fff;
    background: #2e8cf6;
    border-radius: 25px;
    padding: 7px 15px;
    line-height: 25px;
    margin-left: 30px;
}
.card-icons i{
    padding-left: 10px;
}
.event-imgs img{
    width: 277px;
}
.st-heading{
    font-size: 48px;
    text-align: center;
    font-family: "gilroy-bold";
    color: #0f131a;
}
.st-heading2{
    font-size: 18px;
    text-align: center;
    font-family: "gilroy-medium";
    color: #0f131a;
}
.community-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.community-btns button{
    margin-right: 16px;
    background-color: transparent;
    border: 2px solid #005cff;
    font-family: "gilroy-bold";
    padding: 8px 32px;
    border-radius: 25px;
    color:  #005cff;
    font-size: 17px;
}
.community-btns select{
    margin-right: 16px;
    background-color: transparent;
    border: 2px solid #005cff;
    font-family: "gilroy-bold";
    padding: 8px 32px;
    border-radius: 25px;
    color:  #005cff;
    font-size: 17px;
    outline: none;
}
/* .community-btns button:hover{
    background:  #005cff;
    color:  #fff;
} */
/* .community-btns button i:hover{
    background:  #005cff;
    color:  #fff;
} */
.community-btns button i{
    color:  #005cff;
    font-size: 17px;
    padding-left: 10px;
 }
 .stories-area{
    background-color: #f4f6f8;
    padding-top: 2rem;
    padding-bottom: 2rem;
 }
 .popular-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .st-para{
    font-size: 28px;
    font-family: "gilroy-bold";
    color: #0f131a;
}

.sort{
    font-size: 16px;
    color: #0f131a;
    margin-right: 8px;
}
.btn-pplr{
    position: relative;
    background-color: transparent;
    border: 2px solid #005cff;
    font-family: "gilroy-bold";
    padding: 8px 32px;
    border-radius: 25px;
    color:  #005cff;
    font-size: 17px;
    outline: none;
}

.pplr-inner{
    position: absolute;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background-color: #fff;
    z-index: 20;
    border-radius: 0.625rem;
    max-height: 548px;
    padding: 0.5rem;
    top: 113%;
    left: 0;
    display: none;

}
.pplr-inner a{
    text-decoration: none;
    font-size: 16px;
    color: #0f131a;
    padding: 8px 0;
    font-family: "noto-sans";
    text-align: left;
    display: block;
    border-bottom: 1px solid #f5f4f4;
    cursor: pointer;
}
.live-box{
    height: 20px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 15%;
    top: -6%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
}
.live-box-2{
    height: 20px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 15%;
    top: -2%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
}
.live-box-3{
    height: 20px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 15%;
    top: -2%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
}
.live-box-5{
    height: 20px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 15%;
    top: -2%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
}
.live-box-4{
    height: 20px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    left: 15%;
    top: -2%;
    transform: translateX(-50%) rotate(45deg);
    display: none;
}
.s-sense{
    text-decoration: none;
    font-family: "gilroy-bold";
    color:  #005cff;
    font-size: 17px;
}
.heading-des{
    line-height: 1.75rem;
    margin-top: 10px;
    font-family: "gilroy-bold";
}
.heading-des a{
    font-family: "gilroy-bold";
    font-size: 22px;
    color:  #333;
    text-decoration: none;
}
.greetings-para{
    font-size: 16px;
    font-family: "open-sans-regular";
    margin-top: 20px;
}
.read-butn{
    font-size: 16px;
    font-family: "open-sans-regular";
    color: #2654f5;
    padding-left: 0;
    display: inherit;
}
.read-butn2{
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #005cff;
    font-family: "gilroy-bold";
    padding: 8px 50px;
    border-radius: 25px;
    color:  #005cff;
    font-size: 20px;
}
.read-butn2:hover{
    background:  #005cff;
    color:  #fff;
}
.c-stories{
    background-color: #fafbfd;
}
.std4{
    font-family: "gilroy-bold";
    font-size: 20px;
    color:  #333;
    margin-bottom: 0 !important;
}
.std5{
    font-family: "open-sans-regular";
    font-size: 14.4px;
    margin-bottom: 0 !important;
    color:  #62686E;
}
.cardss2{
    box-shadow: 0 8px 28px rgb(139 147 156 / 25%), 0 1px 5px rgb(139 147 156 / 20%);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    position: relative;
    flex: 1 0 340px;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.cardss5{
    box-shadow: 0 8px 28px rgb(139 147 156 / 25%), 0 1px 5px rgb(139 147 156 / 20%);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    position: relative;
    flex: 1 0 340px;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.story-portion{
    display: flex;
    flex-wrap: wrap;
}
.featured-area{
    background-color: #fafbfd;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.story-heading{
    font-family: "gilroy-bold";
    font-size: 28px;
    color: #0f131a;
    margin-bottom: 24px;
}
.cardss4{
    display: flex;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover;
    position: relative;
    flex: 1 0 340px;
    box-sizing: border-box;
    margin: 1rem;
}
.cardss4 .card-body{
    padding-top: 48px;
    padding-left: 45px;
}
.fueled-area{
    background-color: #f4f6f8;
    padding: 4rem;
    border-radius: 0.625rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.fueled-area h4{
    font-family: "gilroy-bold";
    font-size: 36px;
    color: #0f131a;
    text-align: center;
}
.fueled-area h6{
    font-family: "gilroy-medium";
    font-size: 20px;
    color: #0f131a;
    margin-top: 16px;
    text-align: center;
    line-height: 1.5rem;
    letter-spacing: .0125em;
}
.st-butn{
    display: block;
    font-family: "gilroy-bold,";
    font-size: 20px;
    color: #fff;
    min-height: 55px;
    padding: 0.8rem 2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #06f 0%, #003fff 100%);
    border: none;
    margin: 25px auto;
}
.load-butn{
    display: block;
    font-family: "gilroy-bold,";
    font-size: 17px;
    color: #005cff;
    border: 2px solid #005cff;
    /* min-height: 55px; */
    padding: 5px 30px;
    border-radius: 999px;
    background: transparent;
    margin: 25px auto;
}
.pgrm-1{
    position: relative;
}
.pgrm-2{
    position: relative;
}
.pgrm-3{
    position: relative;
}
.program-inner{
    position: absolute;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background-color: #fff;
    z-index: 20;
    border-radius: 0.625rem;
    padding: 0.5rem;
    top: 113%;
    width: 428px;
    left: 0;
    /* overflow-y: scroll; */
    display: none;
}
.au-inner{
    position: absolute;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background-color: #fff;
    z-index: 20;
    border-radius: 0.625rem;
    max-height: 548px;
    padding: 0.5rem;
    top: 113%;
    width: 233px;
    left: 0;
    display: none;
}
.c-inner{
    position: absolute;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background-color: #fff;
    z-index: 20;
    border-radius: 0.625rem;
    max-height: 548px;
    padding: 0.5rem;
    top: 113%;
    width: 233px;
    left: 0;
    display: none;
}
.inner-form{
    display: flex;
    align-items: center;
    padding: 5px;
    overflow: hidden;
}
.inner-form i{
    margin-right: 10px;
    color: #c4c4c4 !important;
}
.inner-form input{
    border: none;
    outline: none;
    color: #c4c4c4;
    border-bottom: 1px solid #f5f4f4;
}
.search-area{
    display: flex;
    align-items: center;
    border-top: 1px solid #c4c4c4;
    /* border-bottom: 1px solid #c4c4c4; */
    padding: 5px;
}
.search-name{
    padding: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 348px;
}
.search-country{
    padding: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 348px;
}
.search-name .d-para{
    border-top: 1px solid #c4c4c4;
}
.search-country .d-para{
    border-top: 1px solid #c4c4c4;
}
.search-area img{
    margin-right: 10px;
    width: 124px;
}
/* .search-name:hover{
    background: #ddddff;
    color: blue;
} */
.d-para{
    font-size: 16px !important;
    font-family: "noto-sans" !important;
    color: #000 !important;
    text-align: left !important;
    margin-bottom: 0;
    font-family: "noto-sans-bold";
}
.name-sp{
    font-size: 14px !important;
    font-family: "noto-sans" !important;
    color: #6b6b6b !important;
    text-align: left !important;
    display: block;
}
.second-header{
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
.second-header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}
.second-header ul li a{
    text-decoration: none;
    font-size: 12px;
    font-family: "grotesk-medium";
    color: #292d38;
}
.second-header ul li a:hover{
    color: #7cc523;
}
.main-guide h1{
    text-align: center;
    font-size: 60px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.main-guide h3{
    text-align: center;
    font-size: 24px;
    font-family: 'grotesk-medium';
    color: #0f131a;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-guide h2{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    color: #292d38;
}
.setup-area h1{
    text-align: center;
    font-size: 48px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.setup-area p{
    text-align: center;
    font-size: 16px;
    color: #292d38;
    padding-top: 15px;
}
.st1{
    font-size: 14px;
    font-family: 'grotesk-medium';
    color: #595E67;
    margin-bottom: 0;
}
.st2{
    font-size: 28px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.st3{
    font-size: 16px;
    color: #292d38;
}
.st3 a{
    font-size: 16px;
    text-decoration: none;
    color: #7cc523;
}
.st3 a:hover{
    text-decoration-line: underline;
}
.learn-area h1{
    font-size: 48px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    text-align: center;
}
.quest-part{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    transition: #7cc523 .25s ease-in-out;
    padding: 1.75rem 1.5rem;
    text-decoration: none;
    cursor: pointer;
}
.quest-part:hover{
    border: 1px solid #7cc523;
}
.qu-heading{
    font-size: 24px;
    font-family: 'grotesk-bold';
    color: #0f131a;
    /* margin-left: 10px;
    margin-right: 15px; */
}
.qu-para{
    font-size: 16px;
    color: #292d38;
}
.contact-area h3{
    font-size: 36px;
    font-family: 'grotesk-bold';
    color: #0f131a;
}
.contact-area img{
    border-radius: 10px;
}
.contact-area p{
    font-size: 16px;
    color: #292d29;
}
.contact-area a{
    font-size: 16px;
    color: #7cc523;
    text-decoration: none;
}
.contact-area a:hover{
    text-decoration-line: underline;
}
.contact-name{
    font-size: 18px !important;
    font-family: 'grotesk-bold'!important;
    color: #0f131a;
    margin-bottom: 0;
    margin-top: 10px !important;
}
.con-des{
    font-size: 12px !important;
    color: #292d38 !important;
    margin-bottom: 0 !important;
}
.contact-form{
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #dfe1e5;
    padding: 30px;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%)
}
.contact-form .custom-input{
    width: 100%;
    border: 1px solid #dfe1e5;
    /* outline: none; */
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
.sub-butn{
    display: block;
    font-size: 18px;
    padding: 5px 30px;
    background-color: transparent;
    border: 1px solid #7cc523;
    border-radius: 25px;
    color: #7cc523;
    margin: 0 auto;
}
.sub-butn:hover{
    color: #fff;
    background: #7cc523;
}
.logged-in-area .login-form h3{
    font-size: 28px;
    font-family: "grotesk-bold";
    text-align: center;
    color: #0f131a;
    margin-bottom: 16px;
}
.cr-heading{
    font-size: 28px;
    font-family: "grotesk-bold";
    color: #0f131a;
    text-align: center;
}
.bg-style{
    background: linear-gradient(180deg,#f9fafb,hsla(0,0%,100%,0));
}
.c-form .btn-secondary{
    background-color: #7cc523;
    border-color: #7cc523;
}
.c-form .btn-check:focus+.btn-secondary, .btn-secondary:focus{
    background-color: #7cc523;
    border-color: #7cc523;
}
.banner-area .ratio>* {
    border-radius: 0 !important;
}
.v-area .ratio>* {
    border-radius: 8px 0 0 8px !important;
}
.ratio>* {
    border-radius: 12px !important;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
}
.login-area{
    margin-right: 14px !important;
}
.nav-logo{
    /*margin-left: 25px;*/
}
.top-right-icons{
    display:flex;
    align-items:center;
    margin-right: 16px;
    column-gap: 16px;
}
.top-right-icons>a{
    color:#71767f;
    text-decoration: none;
    font-family: "sharp-grotesk-medium-20";
    font-size:14px;
    display:inline-flex;
    align-items:center;
}
.top-right-icons a span{
    color:#71767f;
    text-decoration: none;
    font-family: "sharp-grotesk-medium-20";
    font-size:14px;
    line-height: 1;
}
.top-right-icons i{
    color:#71767f;
    font-size:24px;
}
.top-right-icons .notify-at{
    color:#71767f;
    font-size:12px;
    font-family: "grotesk-regular";
}
.top-right-icons .noti-text{
    color:#71767f;
    font-family: "sharp-grotesk-medium-20";
    margin-bottom: 5px;
}
.top-right-icons button{
    padding:0px;
    outline:none;
    box-shadow:none;
}
.top-right-icons .badge{
    background: #7cc523 !important;
    font-size:9px;
    top: -12px;
}
.top-right-icons .notification-drp button{
    background:transparent;
    border:none;
    outline:none;
    box-shadow:none;
}
.top-right-icons .dropdown-menu{
    padding: 10px;
    width:300px;
}
.notification-drp ul{
    max-height:300px;
    overflow-y: scroll;
    scrollbar-width:thin;
    scrollbar-color:transparent grey;
}
.notification-drp ul::-webkit-scrollbar {
  width: 4px;              
}

.notification-drp ul::-webkit-scrollbar-thumb {
  background-color: #71767F;
  width:4px;
  border-radius:25rem;
}
.custom-iframe{
    scrollbar-width:thin;
    scrollbar-color:transparent grey;
}
.custom-iframe::-webkit-scrollbar {
    width: 4px;              
}
  
.custom-iframe::-webkit-scrollbar-thumb {
    background-color: #71767F;
    width: 4px;
    border-radius: 25rem;
}
.custom-scroll{
    scrollbar-width:thin;
    scrollbar-color:transparent grey;
}
.custom-scroll::-webkit-scrollbar {
    width: 4px;              
}
  
.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #71767F;
    width: 4px;
    border-radius: 25rem;
}
.notification-drp a{
    text-decoration:none;
}
.programs-card{
    border-radius:16px;
    background:white;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
}
.program-img-small{
    height: 44px;
    object-fit: cover;
    border-radius:.25rem;
    width:100%;
}
.lesson-img-card {
    border-radius: 16px 16px 0px 0px;
    height: 199px !important;
    width: 100%;
    object-fit: cover;
}
.welcome-heading{
    color: black;
    font-family: "grotesk-bold";
    margin:0px;
}
.edit-avatar{
    position:relative;
    width:120px;
    border-radius:10px;
    overflow:hidden;
}
.edit-image-label{
    position:absolute;
    bottom:0px;
    right:0px;
    width:25px;
    height:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#7cc523;
    color:white;
    cursor:pointer;
    font-size:14px;
}
.section-heading{
    font-size:24px;
    font-family: "sharp-grotesk-semibold-20";
}
.profile-edit-container{
    box-shadow:0 0 transparent, 0 0 transparent, 0 10px 20px 0 rgba(0,0,0,0.3);
}
.dashboard-sidemenu{
    width:100%;
}
.dashboard-sidemenu tr td{
    padding: 0.75rem 0px;
    border-bottom:1px solid rgb(235,237,239);
}
.dashboard-sidemenu a{
    color:#181d26;
    text-decoration:none;
    font-family: "sharp-grotesk-medium-20";
    font-size:14px;
    transition: all .1s;
    display:flex;
    align-items:center;
    
}
.dashboard-sidemenu a:hover{
    color:#7cc523;
}
.dashboard-sidemenu a i{
    font-size: 20px;
    margin-right: 16px;
}
.edit-profile-btn{
    padding: 0.75rem 1.5rem;
    color: #7cc523;
    background: transparent;
    border:2px solid #7cc523;
    text-decoration:none;
    font-family: "sharp-grotesk-medium-20";
    border-radius:25rem;
    font-size:14px;
    line-height: 1;
    color: #7cc523;
}
.edit-profile-btn:hover{
    background: #7cc5221a;
    color: #7cc523;
}
.program-slider.owl-theme .owl-nav{
    left:50%;
    transform:translateX(-50%);
}
.program-slider.owl-carousel .owl-nav button.owl-prev{
    transform: translateX(-50%) !important;
}
.program-slider.owl-carousel .owl-nav button.owl-next{
    transform: translateX(50%) !important;
}
.activities-container h6{
    font-family: "sharp-grotesk-medium-20";
}
.activities-container h4{
    font-family: "sharp-grotesk-medium-20";
}
.save-profile{
    font-family: "sharp-grotesk-medium-20";
    background-color: #7ac428;
    border-radius: 25rem;
    padding: 10px 15px;
    color: white;
    border: none;
}
.send_mesg{
    padding: 5px 10px;
    background-color: #7ac428;
    border: none;
    color: white;
}
.request-payout{
    background-color: #7cc523 !important;
    border-color: #7cc523 !important;
}
.navbar-notification-action a{
    background-color: #7cc523 !important;
    border-color: #7cc523 !important;
}
.js-submit-payout{
    background-color: #7cc523 !important;
    border-color: #7cc523 !important;
}
.btn-primary{
    background-color: #7cc523 !important;
    border-color: #7cc523 !important;
}
@media(max-width:1400px){
    .program-slider.owl-theme .owl-nav{
        width: 78% !important;
    }
}
@media (max-width:1200px) {
    .colum1{
        width: 41.666667%;
    }
    .colum2{
        width: 58.333333%;
    }
    .nav1{
        width: 100%;
    }
    .nav1 ul li{
        width: 100%;
    }
    .dropdown-menu[data-bs-popper]{
        top: 100%;
    left: 0;
    margin-top: 0.125rem;
    width: 97%;
    position: static;
    box-shadow: inset 0 1px 9px rgb(15 19 26 / 12%);
    border-radius: 0px;
    }

    .header{
        z-index: 1;
    }
    .nav-logo1 img{
        display: block;
        width: 60px;
        margin-left: 30px;
    }
    /* .account{
        display: none;
    } */
    /* .logged{
        display: none;
    } */
    .header{
        z-index: 1;
    }
    .nav1-area{
        position: absolute;
        height: 80vh;
        width: 100vw;
        overflow-y: scroll;
        background-color: #fff;
        color: white;
        top:90%;
        right:0;
        transform: translateY(-130%);
        transition: 0.2s ease-in;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        z-index: 0;
    }
    .menubtn{
        /* display: block; */
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }
    .scrl{
        overflow-x: scroll;
    }

    .navbar{
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
    }
    .about-trainer .card {
        height: 314px;
    }
    .sch-span{
        font-size: 20px;
        font-family: "grotesk-bold";
        color: #0f131a;
    }
    .color-para2{
        /* padding: 10px 20px; */
        color: #7cc523;
        font-size: 14px;
        font-family: 'grotesk-bold';
        margin-bottom: 0;
    }

    .para-des2{
        /* padding: 10px 20px; */
        color: #0f131a;
        font-size: 14px;
        font-family: 'grotesk-medium';
        padding-bottom: 16px;
    }
    .lesson-tabs{
        display: block;
    }
    .schedule-area{
        display: none;
    }
    .sc-heading{
        display: block;
    }
    .info-area{
        display: none;
    }
    /* .std-area .owl-item{
        width: 485px !important;
    } */
    /* .std-area .owl-item .card{
        width: 485px !important;
    } */
   .cd-row{
    display: none;
   }
   #student-gallery_3{
    display: block !important;
   }
   .img-area{
    justify-content: flex-start !important;
   }
   .event-imgs img{
    width: 25%;
    }
    .cardss2{
        max-width: 46%;
    }
    .card-img {
        width: 235px;
    }

}
@media (max-width:992px) {
    .colum1{
        width: 100%;
    }
    .colum2{
        width: 100%;
    }
    .left-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(0);
        padding-left: 20px;
        padding-right: 20px;
    }
    .left-area h1{
        text-align: center;
        font-size: 36px;
    }
    .left-area p{
        text-align: center;
        font-size: 18px;
    }

    .logos-area img {
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 0;
        padding-bottom: 0;
     }

    .step-order{
        order: 2;
    }
    .v-order{
        order: 1;
    }
    .sc-img{
        display: block;
    }
    .success-rate{
        padding-left: 20px;
        padding-right: 20px;
        text-align: left !important;
    }
    .c-study{
        text-align: center;
        font-size: 20px;
    }
    .amount{
        font-size: 28px;
        text-align: center;
    }
    .amount span{
        font-size: 28px;
        text-align: center;
        display: block;
    }
    .des-img{
        width: 80%;
    }
    .overlay-style p{
        line-height: 17px;
    }
    .l-order{
        order: 2;
    }
    .img-order{
        order: 1;
    }
    .learn{
        margin-top: 20px;
    }
    .multi-images img{
        width: 315px;
    }
    .social-area{
        margin: 0 auto;
    }
    .privacy-area{
        display: none;
    }
    .bottom-bar{
        padding-bottom: 20px;
    }
    .bottom-area{
        display: block;
        border-top: 1px solid #dfe1e5;
        /* padding: 10px; */
    }
    .access-area{
        display: none;
    }
    .access-img{
        display: block;
    }
    .txt1{
        display: block;
    }
    .txt2{
        display: none;
    }
    .carousal-heading h2{
        font-size: 30px;
    }
    .left-side {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }
    .left-side h1{
        text-align: center;
        margin-top: 15px;
        font-size: 30px;
    }
    .left-side p{
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
    }
    .explore-area p{
        font-size: 20px;
    }
    .explore-area h2{
        font-size: 30px;
    }
    .bp{
        font-size: 20px;
    }
    .result-area h1 {
        font-size: 36px;
    }
    .result-area h2 {
        font-size: 24px;
    }
    .result-area p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .model-area img {
        width: 165px;
    }
    .m-area{
        padding-bottom: 4rem !important;
    }
    .sol-area{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .praxis-area{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .s-stories{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .r-area{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .c-reflection{
        margin-top: 20px;
    }
    .p4{
        font-size: 28px;
        margin-bottom: 0;
    }
    .l-side h3 {
        font-size: 28px;
    }
    .para4{
        font-size: 18px;
    }
    .m-valley .row{
        align-items: flex-start !important;
    }
    .btn-join{
        margin-bottom: 30px;
    }
    .card-area .row{
        overflow-x: scroll;
    }
    .card-area .row .col-3{
        width: 33% !important;
    }
    .slider-box{
        margin-right: 0;
    }
    .scroll-area{
        overflow-x: scroll;
    }
    .engineering-program{
        display: flex;
        width: max-content;

    }
    .q-area strong{
        font-size: 18px;
    }
    .q-area h1{
        font-size: 36px;
    }
    .q-area h3 {
        font-size: 20px;
    }
    .std-para{
        font-size: 18px;
    }
    .level-up-area h3{
        font-size: 24px;
    }
    .level-up-area .container-fluid div{
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .level-up-area h2{
        font-size: 28px;
    }
    .content-part .accordion-flush{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .box-2{
        display: block;
    }
    .scroll-gallery{
        display: block !important;
    }
    .scroll-area{
        display: none;
    }
    .eng-program{
        padding: 1.5rem 3rem;
    }
    .description{
        align-items: flex-start;
    }
    .faq-area h2 {
        font-size: 28px;
    }
    .q1{
        font-size: 18px;
    }
    .c-w{
        display: block;
        height: 380px !important;
        width: 350px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .c-w1{
        display: none;
    }
    .seen-logo{
        display: none;
    }
    .seen-logo2{
        display: none;
    }
    .curriculumn-area .row{
        margin-left: 22px;
    }
    .cr-heading{
        font-size: 24px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .c1{
        font-size: 20px;
    }
    .pictures img{
        width: 388px;
    }
    .pictures .img12{
        height: 220px;
    }
    .pictures .img13{
        height: 220px;
    }
    .b-program2{
        font-size: 24px;
    }
    .change-area p{
        margin-left: 0;
        margin-right: 0;
    }
    .change-area h2{
        font-size: 28px;
    }
    .c-heading2{
        font-size: 14px;
    }
    .gr-heading{
        font-size: 28px;
    }
    .gr-para{
        font-size: 18px;
        margin-top: 0;
    }
    .count1{
        font-size: 22px
    }
    .edu-para{
        font-size: 14px;
    }
    .order-area h3{
        font-size: 24px;
    }
    .sc-heading {
        font-size: 24px;
    }
    .learn p{
        font-size: 14px;
    }

    .work-heading h3{
        font-size: 24px;
    }
    .success-study span{
        font-size: 48px;
        line-height: 50px;
        margin-top: 25px;
    }
    .para{
        font-size: 20px;
    }
    .member-heading h2{
        font-size: 30px;
    }
    .member-heading h2{
        font-size: 24px;
    }
    .access-area2 h3 {
        font-size: 24px;
    }
    .q-heading h4{
        font-size: 18px;
    }
    .b-program {
        font-size: 24px;
    }
    .ctgry{
        font-size: 22px;
    }
    .written-img{
        width: 69px !important;
    }
    .m-heading h3{
        font-size: 22px;
    }
    .trainer-area h2{
        font-size: 30px;
    }
    .trainer-area p{
        font-size: 20px;
    }
    .workplace-area h4{
        font-size: 28px;
    }
    .mbl{
        display: block;
        width: 100%;
        height: auto !important;
        margin-top: 40px;
    }
    .mbl2{
        display: none;
    }
    .des-area {
        margin-left: 35px;
        margin-right: 35px;
    }
    .list-col {
        margin-top: 60px;
    }
    .des-area h2{
        font-size: 30px;
    }
    .des-area p{
        font-size: 18px;
        margin-right: 0;
    }
    .l1{
        font-size: 30px;
        text-align: center;
    }
    .l2{
        font-size: 18px;
        text-align: center;
    }
    .location-area{
        width: 100%;
        text-align: center;
    }
    .l3{
        font-size: 14px;
    }
    .side1{
        margin-bottom: 70px;
    }
    .invite-area h3{
        font-size: 28px;
    }
    .host-heading{
        font-size: 28px;
    }
   .risk-para{
    font-size: 22px;
   }
   .ticket-des{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    }
    .e1{
        font-size: 16px;
    }
    .e3{
        margin-top: 53px;
    }
    .public-2{
        display: block;
    }
    .outer-border h4{
        width: 45%;
    }
    .lc-area p{
        text-align: left;
    }
   .st-card{
    max-width: 100% !important;
   }
   /* .cardss2 {
    max-width: 100%;
    } */
    .qu-heading{
    font-size: 22px;
    }
    .main-guide h1 {
        font-size: 36px;
    }
    .main-guide h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .setup-area h1 {
        font-size: 30px !important;
        margin-bottom: 0;
    }
    .st2 {
        font-size: 24px;
    }
    .learn-area h1 {
        font-size: 30px;
    }
    .second-header ul{
        display: none;
    }
    .dp-toggle{
       border: 1px solid #7cc523;
       color: #7cc523 !important;
       border-radius: 25px;
       margin-top: 5px;
       margin-bottom: 5px;
       font-size: 14px;
       padding-left: 30px;
       padding-right: 30px;
       font-family: "grotesk-medium";
    }
    .second-header .dropdown-menu{
    position: absolute;
    top: 48px;
    right: 24px;
    min-width: 56vw;
    max-width: 68vw;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    }
    .second-header .dropdown-item{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .contact-area h3 {
        font-size: 28px;
    }
    .contact-name {
        font-size: 16px !important;
    }
    .logged-in-area .login-form h3 {
        font-size: 20px;
    }
    .include-area h3{
        font-size: 24px;
    }
    .member-area{
        padding-top: 2rem;
    }
    .mem-area h3 {
        font-size: 28px;
    }
    .box-3 img{
        height: 34px;
        width: 30px;
        object-fit: contain;
    }
    .carousal-heading{
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
    .pic-gallery a img {
        border-radius: 8px;
    }
    .work-heading h2{
        font-size: 30px;
    }
    .quote {
        font-size: 24px;
    }
    .explore-area{
        padding-top: 0;
    }
    .bg-area{
        padding-top: 0;
        padding-bottom: 0;
    }
    .p-des1{
        margin-left: 0;
    }
    .v-area .ratio>* {
        border-radius: 0 !important;
    }
    .header{
        padding-top: 7px;
        padding-bottom: 7px;
    }

}
@media (max-width:768px) {
    .m-images{
        display: none;
    }
    .mind-images{
        display: block;
    }
    .row-fluid{
        white-space: nowrap;
        overflow-x: scroll;
    }
    .row-fluid .col-md-4{
        display: inline-block;
    }
    .about-trainer .card {
        height: 330px;
    }
    .overlap-images .img1{
        display: none;
    }
    .overlap-images .img2{
        width: 100%;
    }
    .second-img{
        display: block;
        width: 100%;
    }
    .overlap-images .img3{
        display: none;
    }
    .mind-des{
        margin-right: 10px;
    }
    .btn-dtl{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .btn-dtl2{
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .butn1{
        display: none;
    }
    .butn2{
        min-width: 90% !important;
    }
    .btn-read1{
        width: 100%;
    }
    .btn-read{
        width: 100%;
    }
    .success-study button{
        width: 102%;
    }

    .r1{
        width: 95%;
    }

    .step-order1{
        order: 2 !important;
    }
    .v-order1{
        order: 1 !important;
    }
    .gallery-area{
        display: flex;
    }
    .gallery-area img{
        display: block !important;
        height: 60px !important;
        width: 60px !important;
        border-radius: 10px !important;
        margin-right: 10px;
    }
    .h-img{
        display: none !important;
    }
    .seen-logo1{
        width: 159%;
    }
    .d1{
        overflow-x: scroll;
    }
    .t-exp{
        display: flex;
        margin-top: 3px;
    }
    .t-exp span{
        font-size: 16px;
        line-height: 17px;
    }
    .t-exp p{
        font-size: 14px;
        padding: 0;
        margin-left: 5px;
    }
    .time-area{
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .t-time img{
        margin-right: 5px;
        margin-top: 0;
    }
    .t-time::after {
        display: none;
    }
    .description{
        flex-wrap: wrap;
    }
    .d2{
        width: 100%;
    }
    .pic-gallery .owl-nav{
        display: none;
    }
    .c-w{
        height: 100% !important;
        width: 100% !important;
    }
    .eng-program {
        padding: 1.5rem;
    }
    .description img{
        height: 554px;
        width: 554px;
        object-fit: fill;
        margin-bottom: 20px;
    }
    .about-creator{
        margin-left: 10px;
        margin-right: 10px;
    }
    .author-gallery{
        display: block !important;

    }
    .d1{
        display: none;
    }
    .des-3{
        margin-left: 15px;
    }
    .des-3 p{
        margin-bottom: 16px;
    }
    .after-img img{
        border-radius: 10px;
    }

    /* #student-gallery_3 .after-img img{
        height: 80px;
        width: 80px;
       } */
    .after-img{
        display: block;
    }
    .c3{
        display: none;
    }
    .c4{
        display: block;
    }
    .pictures{
        display: none;
    }
    .cardss .card-img-top{
        display: none !important;
    }
    .guarantee{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .guarantee img{
        margin-top: -70px;
    }
    .risk-para{
        text-align: center;
    }
    .payment-part{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .w2{
        font-size: 22px;
    }
    .w1{
        font-size: 14px;
        color: #595E67;
        font-family: "grotesk-medium";
        margin-left: 0;
        margin-right: 10px;
    }
    .w3{
        font-size: 14px;
        color: #595E67;
        font-family: "grotesk-medium";
    }
    .acdn-inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 15px !important;
    }
    .poster img{
        width: 175px;
    }
    .btn-weekend{
        width: 100%;
    }
    .host-heading{
        text-align: left;
    }
    .weekend-area img{
        width: inherit;
        margin-bottom: 14px;
    }
    .outer-border h4 {
        width: 50%;
    }
    .reg-inner .custom-input{
        width: 155px;
    }
    .reg-body h6 {
        font-size: 14px;
        padding-left: 10px;
    }
    .coll2 h2{
        font-size: 15px;
        color: #636363;
        font-family: "manpore-regular";
        padding-right: 10px;
    }
    .event-imgs img{
        width: 33%;
        }
    .st-heading{
        font-size: 30px;
    }
    .community-btns button i {
        padding-left: 5px;
    }
    .community-btns select i {
        padding-left: 5px;
    }
    .community-btns button {
        padding: 0.5rem 1.25rem;
    }
    .community-btns select {
        padding: 0.5rem 1.25rem;
    }
    .btn-pplr  {
        padding: 0.5rem 1.25rem;
    }
    .st-para{
        font-size: 24px;
    }
    .story-portion{
        display: none;
    }
    /* #student-gallery_4 .owl-item{
        width: max-content !important;
    } */
    .read-butn2{
        width: 100%;
        font-size: 17px;
    }
    .fueled-area h4{
        font-size: 28px;
    }
    .fueled-area h6{
        font-size: 18px;
    }
    .st-butn{
        font-size: 17px;
    }
    .load-butn{
        width: 100%;
    }
    .ct-img{
        text-align: center;
        margin-bottom: 16px;
    }
    .member-btn{
        margin: 0 auto;
        width: 100%;
    }
    .model-area img{
        width: 100%;
    }
    .l-side .btn-join{
        width: 100%;
    }
    .card-img {
        width: 169px;
    }
    .work-heading h3 {
        padding-bottom: 0;
        margin-top: 5px;
    }
    .access-area2 .join-btn{
        width: 100%;
    }
    .mem-area p{
        margin-right: 0;
    }
    .left-area button a{
        display: block;
        width: 100%;
    }
    .left-area button{
        width: 100%;
    }
    .case-study-area{
        padding-top: 2rem;
    }
    .case-study-area button{
        width: 100%;
    }
    .work-heading {
        margin-bottom: -20px;
        }
    .success-rate{
        padding-left: 0;
        padding-right: 0;
    }
    .success-study .btn-read{
        display: block;
        width: 100%;
    }
    .success-study{
        width: 86%;
    }
    .work-area{
        margin-bottom: 0;
    }
    .btn-member{
        display: block;
    }
    .v-area{
        padding-bottom: 36px;
    }
    .mind-area {
        margin-top: 0;
    }
    .cardss2 {
        max-width: 100%;
        }

}

    .navbar-shopping-cart .navbar-cart-box .navbar-cart-img {
        width: 105px;
        min-width: 105px;
        height: 71px;
        min-height: 71px;
    }
    .img-cover {
        width: 100%;
        height: 100%;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        border-radius: 5px;
    }
    .navbar-cart-box a{
        text-decoration:none;
    }
    .navbar-shopping-cart .navbar-cart-box .navbar-cart-info {
        margin-left: 12px;
    }
    .navbar-shopping-cart .navbar-cart-box .navbar-cart-info {
        margin-left: 12px;
    }
    .navbar-shopping-cart .navbar-cart-box .navbar-cart-info h4 {
        font-size: .875rem;
        color: #0f131a;
        margin:0;
        font-family: "sharp-grotesk-medium-20";
    }
    .navbar-shopping-cart .navbar-cart-box .navbar-cart-info .price .off {
        font-size: 12px;
        font-weight: 400;
        color: #818894;
        text-decoration: line-through;
    }
    .navbar-shopping-cart .navbar-cart-box .navbar-cart-info .price .text-primary{
        color:#7cc523 !important;
        font-weight: 700;
    }
    .navbar-shopping-cart .navbar-cart-total {
        padding-top: 12px;
    }
    .navbar-shopping-cart .navbar-cart-total .total-text {
        font-weight: 500;
        color: #0f131a;
    }
    .navbar-shopping-cart .navbar-cart-total .text-primary {
        color:#7cc523 !important;
    }
    .navbar-shopping-cart .font-weight-bold{
        font-family: "sharp-grotesk-semibold-20";
    }
    .navbar-shopping-cart .navbar-cart-total strong{
        font-family: "sharp-grotesk-semibold-20";
    }
    .navbar-shopping-cart .btn-primary {
        background-color:#7cc523 !important;
        border-color:#7cc523 !important;
        color:white;
        text-align:center;
    }
@media (max-width:576px) {
    .recommendation{
        display: none;
    }
    .written-img{
        width: 85%;
    }
    .reg-butn{
        font-size: 18px;
    }
    .member-heading h2 {
        font-size: 30px;
    }

    /* .login-area{
        width: 90%;
    } */
    .login-bg .nav-tabs li .nav-link{
        font-size: 10px;
    }
    .reg-inner .custom-input {
        width: 105px;
    }
    .event-imgs img{
        width: 50%;
        }
    .card-icons i {
        padding-left: 3px;
    }
    .popular-area{
        flex-direction: column;
        align-items: flex-start;
    }
    .blueprint{
        padding: 15px;
    }
}

@media (max-width:414px) {
    .about-trainer .card {
        height: 290px;
    }
    .reg-inner .custom-input {
        width: 50px;
    }
    .event-imgs img{
        width: 100%;
    }
    .logged-in-area{
        width: 90%;
    }
    .work-heading h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 992px;
 }
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 0.5rem auto;
 }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .program-slider.owl-theme .owl-nav{
        max-width:1200px;
        
    }
}
/* @media (min-width: 768px){
.event-area .col-md-3 {
    padding: 8px;
}
} */

.main_acount_container{
    display: flex;
}
.main_acount_container .col-lg-3{
    width: 16rem;
    padding-right: 1.5rem;
}
.main_acount_container .auto-col{
    width: calc(100% - 16rem);
}
.account_cards{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
    padding: 2.5rem 0px;
    border-radius: 1rem;
}
.account_profile_img{
    border-radius: 0.75rem;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}
.account_profile_name{
    font-size: 1.375rem;
    color: rgb(15,19,26);
    font-family: "sharp-grotesk-semibold-20";
}
.user_location{
    color: rgb(15,19,26);
    font-family: "sharp-grotesk-medium-20";
    font-size: 14px;
    margin-top: 12px;
}
.list-group-item{
    padding: 2.5rem !important;
}
.list-group-item:first-child{
    padding-top: 0px !important;
}
.date_birth{
    color: rgb(15,19,26);
    font-family: "sharp-grotesk-semibold-20";
    margin: 0px;
}
.private_info{
    padding: 8px;
    margin-left: 12px;
    margin-bottom: 0px;
    font-family: "sharp-grotesk-book-20";
    width: max-content;
    font-size: 12px;
    background: rgb(249,249,249);
    border-radius: 0.5rem;
}
.private_info i{
    margin-right: 8px;
    color: rgb(30,144,148);
}

@media(max-width:992px){
    .list-group-item{
        padding: 1.25rem !important;
    }
    .list-group-item:first-child{
        padding-top: 0px !important;
    }
    .account_cards{
        padding-top: 1.25rem 0px;
    }
    .main_acount_container .auto-col{
        width: 100%;
    }
}